/* Landmark */

        .shape{
            position: relative;
            margin: 100px 60px 50px 60px;
        }

#mySpan{
    font-size: 88px;
    color: #0e523b;
writing-mode: vertical-rl; 
transform: rotate(180deg);
font-weight: 400;
}

.lists p{
    color: #1F563D;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 0px;
}



.wrapper3{
  transform: translate(-50%, -50%);
}

.wrapper3 ul{
  list-style: none;
  margin: 0 0 0px;
  padding: 0;
}

.wrapper3 li{
  display: inline-block;
  margin: 0 0 0 3px;
  text-align: center;
  font-size: 24px;
  position: relative;
}

.wrapper3 a{
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 1;
  color: #fff;
  text-shadow: 2px 2px 1px rgba(0,0,0,.4);
  transition: all .75s;
}

.wrapper3 li:hover a{
  color: #FB5660;
}


.effect_1 li{
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 16px;
  border-radius: 50%;
}

.effect_1 li:after{
  position: absolute;
  content: "";
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #fff;
  border-radius: 50%;
  transform-origin: 50% 50%;
  transform: scale(1);
  transition: all .75s;
}

.effect_1 li:hover:after{
  transform: scale(0);
}


.effect_2 li{
  border: 2px solid #1F563D;
  width: 40px;
  height: 40px;
  line-height: 16px;
  border-radius: 50%;
}

.effect_2 li:after{
  position: absolute;
  content: "";
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #1F563D;
  border-radius: 50%;
  transform-origin: 50% 50%;
  transform: scale(1);
  transition: all .75s;
  z-index: -1;
}

.effect_2 li:hover:after{
  transform: scale(0);
}


.parent {
  position: relative;
  top: 0;
  left: 0;
}
.image1 {
  position: relative;
  top: 0;
  left: 0;
}

.image1:hover{
    z-index: 1;
}

.image2 {
  position: absolute;
  top: 40%;
  left: 20%;
}

.image2:hover{
    z-index: 1;
}

.image3 {
  position: absolute;
  top: 80%;
  left: 40%;

}

.sudo {
           width: 40px;
           height: 40px;
            margin: -7px;
            background-image: url(
"../../images/line2.png");
            background-size: cover;
            transition: background-image 0.3s ease-in-out;
        }
 
        .sudo:hover {
            background-image: url(
"../../images/lines.png");
        }



                #bt {
  position: relative;
/*  display:block;*/
/*  height: 45px;
  width: 150px;*/
/*  margin: 10px 7px;*/
  padding: 10px 14px;
  font-weight: 600;
  font-size: 13px;

/*  color: white;*/
  border: 2px white solid;
  border-radius: 50px;
/*  text-transform: uppercase;*/
  outline: 0;
  overflow:hidden;
  background: transparent;
  z-index: 1;
  cursor: pointer;
  transition:         0.08s ease-in;
  -o-transition:      0.08s ease-in;
  -ms-transition:     0.08s ease-in;
  -moz-transition:    0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}

        .fill:hover {
  color: #414141;
}

.fill:before {
  content: "";
  position: absolute;
  background: white;
/*  color: white;*/
  border-radius: 20px;
  bottom: 0;
  left: -1px;
  right: -1px;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.4s ease-in;
}

.fill:hover:before {
  top: 0;
}

.header .primary-header-inner .header-contact-area a{
/*    color: white;*/
}

.header-contact-area .fill:hover{
    color: #414141;
}

.galleryhead{
  margin: 0px 20px 0px 20px;
}

.galleryhead h1{
  font-size: 80px;
  font-weight: 400; 
  text-align: left;
}

.g1{
  padding-bottom: 55%;
}

.b1{
  margin: 0px 30px 0px 10px;
}

.mainheading h1{
  font-weight: 400; 
  font-size: 75px;
}

.landmark{
  padding: 50px 30px 50px 30px;
}

.head_1{
  padding-bottom: 20%;
}

.imag{
  margin: 0px 0px 0px 30px;
}

#br1{
  border-right: solid 2px #4b74627a;
}

#br1 hr{
  margin: 1% 0;
}

.p3{
  margin: 0px 20px 0px 0px; 
  padding-top: 41%;
}

.multi{
   padding: 50px 50px 20px 50px;
}

#ig{
  margin: 40px 0px 0px 30px;
}

#ig .image1{
  width: 60%;
}

.multip{
  padding-bottom: 70%;
}

.contact1{
  margin: 0px 0px 0px 50px;
}

.naturelogos{
  margin: 80px 80px 0px 80px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding-top: 0%;
}

.n1{
  margin: 0px 0px 0px 50px;
}

.n2{
  margin: 0px 50px 0px 0px;
}

.naturesec{
  padding-bottom: 20%;
}

.nhead{
  font-size: 65px;
  font-weight: 500;
  margin-top: 4%;
}
.galleryp p{
    color: white; 
    font-weight: 300; 
    font-size: 18px;
    margin-top: 40%;
}
.p{
    padding-top: 118%;
}
@media (max-width: 767px){
    .sudo{
        width: 35px;
        height: 35px;
    }
  .galleryhead h1{
    text-align: left;
    font-size: 50px;
    font-weight: 300;
  } 
  .galleryp p{
    font-size: 17px;
    margin-top: 110%;
    margin-bottom: 0;
  }
  .g1{
    padding-bottom: 10%;
  }

  .b1{
    margin: 0px 24px 0px 16px;
    position: absolute;
    margin-top: -80%;
  }

  .p{
    margin: 0px 13px 0px 13px;
    padding-top: 120%;
  }

  .mainheading h1{
    font-weight: 300; 
    font-size: 35px;
  }

  .landmark{
    padding: 0px 10px 160px 10px;
  }

  .head_1{
    padding-bottom: 10%;
  }

  .p3{
    margin: 0px 20px 0px 0px; 
    padding-top: 50%;
    position: absolute;
  }

  .imag{
    margin: 0px 0px 0px 0px;
  }

  #br1{
    border-right: none;
  }

  #br1 hr{
    display: none;
  }

  .multi{
    padding: 50px 0px 150px 0px;
  }

  #ig{
    margin: 0;
  }

  #ig .image1{
    width: 100%;
    margin-top: -20%;
  }

  #ig .image2, .image3{
    display: none;
  }

  .multip{
    position: absolute;
    margin-top: 70%;
  }

  .contact1{
    margin: 0;
  }

.n1{
  margin: 0px 20px 0px 0px;
}

.n2{
  margin: 0px 0px 0px 20px;
}

.nhead{
  font-size: 30px;
  text-align: left;
  padding-bottom: 10%;
  margin: 0px 0px 0px 0px;
}

.naturesec{
  padding-bottom: 10%;
}

.naturesec h4{
  text-align: left;
  margin: 0px 0px 0px 15px;
}

#a1{
  display: none;
}

#a2{
  display: none;
}

}

.hovertext h3{
  color: black;
}

.hovertext h4{
  color: #58585B;
  border-right: solid 2px #58585B;  
}

.hovertext h3:hover{
  color: #009894;
}
.hovertext h4:hover{
  color: #009894;
}



.gtext1 button {
  position: relative;
  display:block;
  margin: 10px 7px;
  padding: 8px 65px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 2px;
  color: white;
  border: 2px white solid;
  border-radius: 50px;
  outline: 0;
  overflow:hidden;
/*  background: none;*/
  z-index: 1;
  cursor: pointer;
  transition:         0.08s ease-in;
  -o-transition:      0.08s ease-in;
  -ms-transition:     0.08s ease-in;
  -moz-transition:    0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}

.gtext1 button:hover {
  color: #009894;
}

.fills:before {
  content: "";
  position: absolute;
  background: white;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.5s ease-in;
}

.fills:hover:before {
  top: 0;
}

.projpl1 button{
  padding: 6px 12px; 
  border: solid 2px white; 
  color: white; 
  border-radius: 20px;
  position: relative;
  display:block;
  margin: 10px 7px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 2px;
  color: white;
  outline: 0;
  overflow:hidden;
  z-index: 1;
  transition:         0.08s ease-in;
  -o-transition:      0.08s ease-in;
  -ms-transition:     0.08s ease-in;
  -moz-transition:    0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}

.projpl1 button:hover {
  color: #009894;
}
.m1{
  padding-top: 5%; 
  position: absolute; 
/*  left: 56.8%;*/
  margin: 0px 20px 0px 20px;
}

.m1 h1{
  font-size: 68px;
  text-align: right;
  font-weight: 400;
}

.p p{
     margin-bottom: 0; 
     color: white; 
     margin-left: 3%; 
     font-weight: 300;
     font-size: 17px;
}



.head_1 h3{
  font-size: 38px;
  font-weight: 300;
}
.p3 p{
  color: white; 
  font-weight: 300; 
  font-size: 18px; 
  margin-bottom: 0;
}
.contactsec h1{
    font-weight: 400; 
    font-size: 100px;  
    color: #1F563D;
}
.fcontact h3{
   color: black; 
   font-size: 38px; 
   font-weight: 400; 
   padding-bottom: 1%;
}
.fcontact p{
  color: #58585B; 
  font-size: 17px; 
  font-weight: 400;
}
.fcontact button{
   background: transparent; 
   padding: 8px 55px; 
   color: black; 
   border: solid 1px black; 
   border-radius: 20px; 
   font-size: 16px; 
   font-weight: 600;
}
.part1 h3{
   color: #58585B; 
   font-size: 36px; 
   font-weight: 400; 
   padding-bottom: 2%;
}
.part1 p{
   color: #58585B; 
   font-size: 17px; 
   font-weight: 400;
}
.footerimg{
  margin: 0px 0px 20px 0px;
}
.part1 a{
   color: black; 
   font-size: 18px; 
   font-weight: 400;
}
.part1 a:hover{
  color: black;
}
.part1 img{
  width: 25px;
}
#myDiv .sp{
    font-size: 150px;
}
.nav-leftt i{
  font-size: 22px;
  background: white;
  border: solid 1px white;
  border-radius: 50%;
  color: #1F563D;
  padding: 8px 10px;
}
.nav-rightt i{
  font-size: 22px;
  background: white;
  border: solid 1px white;
  border-radius: 50%;
  color: #1F563D;
  padding: 8px 10px;
}
.nav-leftt i:hover{
  background: transparent;
  color: white;
}
.nav-rightt i:hover{
  background: transparent;
  color: white;
}
@media only screen and (min-width: 1600px) and (max-width: 1920px){
  .m1{
    padding-top: 5%;
}
.m1 h1{
    font-size: 100px;
}
.p p{
    font-size: 21px;
}
.galleryp p{
    font-size: 22px;
}
  .projpl1 button{
    padding: 10px 14px;
    font-size: 18px;
  }
  .gtext1 button{
    font-size: 18px;
  }
  .lists p {
    font-size: 20px;
    line-height: 1.5;
    padding: 10px 10px 10px 10px;
  }
  .galleryhead h1{
    font-size: 95px;
  }
  .mainheading h1{
    font-size: 95px;
  }
  .head_1 h3{
    font-size: 42px;
  }
  .p3{
    padding-top: 48%;
  }
  .p3 p{
    font-size: 22px;
  }
  #myDiv .sp{
    font-size: 190px;
  }
  .contactsec h1{
    font-size: 125px;
  }
  .fcontact h3{
    font-size: 45px;
  }
  .fcontact p{
    font-size: 20px;
    line-height: 1.5;
  }
  .fcontact button{
    font-size: 19px;
  }
  .part1 h3{
    font-size: 42px;
  }
  .part1 p{
    font-size: 20px;
  }
  .part1 a{
    font-size: 21px;
  }
  .part1 img{
    width: 30px;
  }
  .nav-leftt i{
  font-size: 28px;
}
.nav-rightt i{
  font-size: 28px;
}
}

.nav-left1 i{
  font-size: 25px;
  background: white;
  color: #1F563D;
  padding: 8px 10px;
  border-radius: 50%;
  border: solid 1px white;
  margin-top: -20%;
  z-index: 1;
  left: 30%;
}

.nav-right1 i{
  font-size: 25px;
  background: white;
  color: #1F563D;
  padding: 8px 10px;
  border-radius: 50%;
  border: solid 1px white;
  margin-top: -20%;
  z-index: 1;
  right: 3%;
}
.nav-left1 i:hover{
  color: white;
  background: transparent;
}
.nav-right1 i:hover{
  color: white;
  background: transparent;
}
.forwidth{
  border-right: solid 2px #ffffff36;
}
.forbor{
  display: none;
}
.newb button{
  border-radius: 10px;
  border: solid 2px black;
  padding: 1%;
  color: black;
  font-size: 17px;
}
@media (max-width: 767px){
  .contactsec h1{
    font-size: 50px;
  }
  .head_1 h3{
    font-size: 26px;
  }
  #forw{
    width: 50%;
  }
  .forwidth{
    width: 50%;
  }
  #forb{
    border-right: none;
  }
  .forbor{
    display: block;
    margin: 6% 4%;
    width: 90%;
  }
}
