.navbar {
  position: fixed;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: hsla(0, 0%, 100%, 0.86);
}

.nav-link {
  margin-top: 12px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
}

.nav-link.w--current {
  color: #9dc1b3;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.hero.v1 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/sg_sb1.jpeg');
  background-position: 50% 50%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  position: relative;
  left: 0px;
  z-index: 99;
  width: 600px;
  margin-left: 84px;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
}

.button {
  margin-top: 17px;
  padding: 15px;
  border-radius: 10px;
  background-color: #1d413f;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
}

.heading {
  font-family: 'Nunito Sans', sans-serif;
}

.heading.mid {
  text-align: center;
}

.heading-2 {
  margin-bottom: 20px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

.heading-2.subtitle {
  font-size: 15px;
}

.heading-2.subtitle.descriptionservice {
  margin-top: 10px;
  margin-bottom: 0px;
}

.heading-2.title-services {
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 700;
}

.button-2 {
  border: 1px solid #1d413f;
  border-radius: 10px;
  background-color: #1d413f;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: 'Nunito Sans', sans-serif;
}

.button-2:hover {
  background-color: rgba(29, 65, 63, 0);
  color: #1d413f;
}

.button-2.alt {
  margin-left: 10px;
  background-color: rgba(29, 65, 63, 0);
  -webkit-transition: color 500ms ease, background-color 200ms ease;
  transition: color 500ms ease, background-color 200ms ease;
  color: #1d413f;
}

.button-2.alt:hover {
  background-color: #1d413f;
  color: #fff;
}

.div-block-2 {
  position: absolute;
  left: 380px;
  top: 433px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #1d413f;
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.div-block-2:hover {
  background-color: #9dc1b3;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.text-block {
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  text-decoration: none;
}

.body {
  background-color: rgba(162, 196, 181, 0.08);
}

.section {
  padding: 75px 10%;
}

.div-block-3 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 15px -12px #000;
}

.div-block-4.left {
  border-radius: 10px;
  text-align: left;
}

.div-block-4.large {
  width: 100%;
  margin-top: 30px;
}

.column {
  text-align: center;
}

.columns-2 {
  margin-top: 50px;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  margin-top: 50px;
  text-align: center;
}

.column-3 {
  text-align: center;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-6 {
  position: relative;
  left: -77px;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
}

.div-block-6.banner {
  left: 0px;
  width: 500px;
}

.div-block-7 {
  padding: 50px 10%;
  background-color: #448d8c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 141, 140, 0.77)), to(rgba(68, 141, 140, 0.77))), url('../images/sungeipattern.png');
  background-image: linear-gradient(180deg, rgba(68, 141, 140, 0.77), rgba(68, 141, 140, 0.77)), url('../images/sungeipattern.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.footer {
  padding: 75px 10%;
}

.column-4 {
  border-top: 1px solid rgba(29, 65, 63, 0.26);
  border-right: 1px solid rgba(29, 65, 63, 0.26);
  border-bottom: 1px none rgba(29, 65, 63, 0.26);
}

.columns-5 {
  border-bottom: 1px solid rgba(29, 65, 63, 0.26);
}

.column-5 {
  border-top: 1px solid rgba(29, 65, 63, 0.26);
  border-right: 0px none #1d413f;
  border-bottom: 1px none rgba(29, 65, 63, 0.26);
}

.div-block-8 {
  padding: 113px;
}

.div-block-8.contactfooter {
  padding-right: 50px;
  padding-left: 50px;
}

.text-block-2 {
  font-family: 'Nunito Sans', sans-serif;
  color: #1d413f;
  font-size: 17px;
  font-weight: 700;
}

.link {
  font-family: 'Nunito Sans', sans-serif;
  color: #1d413f;
  text-decoration: none;
}

.list-item {
  margin-top: 20px;
}

.hero-about {
  height: 50vh;
  padding: 150px 10% 0px;
}

.mid {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.pages-a-a {
  padding-right: 10%;
  padding-bottom: 75px;
  padding-left: 10%;
  text-align: center;
}

.image {
  position: relative;
  top: -71px;
  border-radius: 20px;
}

.text-block-3 {
  font-family: 'Nunito Sans', sans-serif;
}

.column-6 {
  text-align: left;
}

.div-block-9 {
  position: absolute;
  left: 92px;
  width: 300px;
  height: 350px;
  background-color: #f038bf;
}

.div-block-9._1 {
  position: relative;
  left: 223px;
  bottom: -544px;
  background-color: #5f4242;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  margin-top: -100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-10 {
  position: static;
  height: 100%;
}

.image-2 {
  position: absolute;
  left: 314.734px;
  bottom: -137px;
  border-radius: 20px;
}

.body-2 {
  background-color: rgba(162, 196, 181, 0.08);
}

.hero-section-service {
  padding: 116px 10% 75px;
}

.section100vh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 109px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-11 {
  margin-left: 10px;
}

.body-3 {
  background-color: rgba(162, 196, 181, 0.08);
}

.body-4 {
  background-color: rgba(162, 196, 181, 0.08);
}

.div-block-12 {
  width: 500px;
  height: 500px;
  border-radius: 20px;
  background-image: url('../images/swapnil-bapat-sJ7pYyJFyuA-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-4 {
  border-radius: 20px;
}

.image-5 {
  border-radius: 20px;
  -webkit-filter: none;
  filter: none;
}

.image-5.hide {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero.v1 {
    background-position: 0% 50%;
  }

  .div-block {
    left: 34px;
    width: 450px;
    margin-left: -24px;
    padding: 30px;
  }

  .button {
    margin-left: 40px;
    float: left;
  }

  .div-block-2 {
    left: 297px;
    top: 351px;
  }

  .section {
    padding-right: 5%;
    padding-left: 5%;
  }

  .div-block-3 {
    width: 70%;
  }

  .div-block-4 {
    width: 300px;
    padding: 13px;
  }

  .div-block-6 {
    left: auto;
    padding: 25px;
  }

  .footer {
    padding-right: 5%;
    padding-left: 5%;
  }

  .div-block-8 {
    padding: 13px;
  }

  .div-block-8.contactfooter {
    padding-right: 13px;
    padding-left: 13px;
  }

  .pages-a-a {
    padding-right: 5%;
    padding-bottom: 0px;
    padding-left: 5%;
  }

  .image {
    top: -32px;
  }

  .columns-6 {
    height: 100%;
    margin-top: 0px;
  }

  .image-2 {
    left: 47.734px;
    bottom: -155px;
    display: none;
  }

  .image-3 {
    padding-right: 21px;
  }

  .menu-button {
    margin-top: 21px;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #000;
  }

  .nav-menu {
    padding-bottom: 21px;
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .hero.v1 {
    background-position: 40% 50%;
  }

  .div-block {
    left: 2px;
    width: 300px;
    margin-left: 10px;
  }

  .button {
    margin-left: 20px;
  }

  .heading {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-2 {
    font-size: 15px;
  }

  .button-2.alt {
    margin-top: 15px;
    margin-left: 0px;
  }

  .div-block-2 {
    left: 29px;
    top: 214px;
    right: 41px;
  }

  .section {
    padding-bottom: 0px;
  }

  .div-block-4 {
    width: 500px;
  }

  .columns-3 {
    display: block;
  }

  .column-2 {
    margin-top: 11px;
  }

  .columns-4 {
    display: block;
  }

  .div-block-6 {
    left: -21px;
    top: -108px;
  }

  .div-block-6.banner {
    position: static;
    top: -27px;
  }

  .div-block-7 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .column-4 {
    border-right-style: none;
  }

  .text-block-2 {
    margin-top: 15px;
  }

  .hero-about {
    height: 40vh;
    padding-top: 120px;
  }

  .mid {
    width: 80%;
  }

  .pages-a-a {
    padding-bottom: 35px;
  }

  .image {
    top: -14px;
  }

  .columns-6 {
    display: block;
    height: 100%;
    margin-top: 0px;
  }

  .brand {
    margin-left: 22px;
  }

  .brand.w--current {
    margin-left: 27px;
  }

  .column-7 {
    margin-top: 17px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-top: 0px;
  }

  .hero.v1 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: 50% 50%;
  }

  .columns {
    display: block;
  }

  .div-block {
    left: auto;
    bottom: 12px;
    width: 100%;
    margin: 10px;
  }

  .heading-2.title-services {
    margin-top: 10px;
  }

  .div-block-2 {
    top: 273px;
  }

  .section {
    padding-right: 2%;
    padding-left: 2%;
  }

  .div-block-3 {
    width: 95%;
  }

  .div-block-4 {
    display: block;
    width: 90%;
  }

  .columns-2 {
    margin-top: 0px;
  }

  .columns-3 {
    display: block;
  }

  .column-3 {
    padding-left: 0px;
  }

  .div-block-6 {
    position: relative;
    left: auto;
    width: 100%;
  }

  .div-block-6.banner {
    width: 250px;
  }

  .hero-about {
    padding-top: 97px;
    padding-right: 2%;
    padding-left: 2%;
  }

  .hero-about.contacthero {
    height: 30vh;
  }

  .pages-a-a {
    padding-right: 2%;
    padding-bottom: 20px;
    padding-left: 2%;
  }

  .image {
    margin-top: 40px;
  }

  .columns-6 {
    display: block;
    height: 100%;
    margin-top: 0px;
  }

  .hero-section-service {
    padding-right: 2%;
    padding-left: 2%;
  }

  .div-block-12 {
    width: 100%;
  }

  .image-4 {
    display: block;
  }

  .image-5 {
    margin-right: auto;
    margin-left: auto;
  }

  .column-8 {
    margin-top: 11px;
  }

  .column-9 {
    padding-left: 0px;
  }
}

