*{
    margin: 0px;
    padding: 0px;
}
html{
  scroll-padding-top: 130px;
}
body{
  font-family: 'Poppins', sans-serif !important;
}
.s4-row .s4-col1{
  background: #ffffff;
  padding: 25px 41px;
  border-radius: 20px;
  margin-inline: 25px;
  margin: 40px 32px;
  border: 3px solid #e3e3e3;
}
.nav-logo-image{
  width: 70px;
  height: auto;
}
textarea{
color:#fff;
padding:10px 0px;
}
.about-section-title, .re-projects-header, .hero-section-title {
  font-family: 'Poppins', sans-serif;
  line-height: 1.4;
  padding-block: 30px;
  font-weight: 600;
  font-size: 50px;
  position: relative;
  color: #17a302;
}
.about-section-title{
  color: #fff;  
}
.re-projects-header, .hero-section-title{
  width: fit-content;
  margin: 0px auto 30px ;
}
.about-section-title::after, .re-projects-header::after, .hero-section-title::after{
  content: '';
  background: #f9d8a0;
  width: 31%;
  height: 3px;
  position: absolute;
  bottom: 21%;
  left: 0px;
  box-shadow: 0px 4px #fbb03b;
}
.re-projects-header::after,.hero-section-title::after{
  width: 100%;
}
.hero-section-title {
  width: fit-content;
  margin: 0px auto 17px;
  padding: 0px 0px 30px;
}
.bg-clr-sty-cstm{
  background-color: #17a3020f;
}

/* .hero-section-title::after{
  content: '';
  background: #201f58d6;
  width: 55%;
  height: 3px;
  position: absolute;
  bottom: 21%;
  left: 0px;
  box-shadow: 0px 4px #282d828a;
} */
.s4-heading h3{
color: #17a302;
font-family: 'Poppins', sans-serif;
font-size: 50px;
font-style: normal;
font-weight: 600;
line-height: 1.4;
position: relative;
}
.s4-heading h3:after {
  content: '';
  background: #f9d8a0;
  width: 83%;
  height: 3px;
  position: absolute;
  bottom: 1%;
  left: 0px;
  box-shadow: 0px 4px #fbb03b;
}
.s4-col1 form{
	padding: 20px 0px;
}
.s4-col1 label{
	color: #FFF;
font-family: 'Poppins', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.s4-col1 label:nth-child(6){
color: #FFF;
font-family: 'Poppins', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.user-box {
  position: relative;
}

.user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #17a302;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #17a302;
  outline: none;
  background: transparent;
}
.user-box textarea {
    width: 100%;
    background: transparent;
    outline: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid #fff;
}
.user-box textarea:focus {
  width: 100%;
  background: transparent !important;
    border-color:transparent;
    color:#fff;
    padding:10px 0px;
    border-bottom: 1px solid #fff;
}
.user-box label {
  position: absolute;
  top:0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #17a302  !important;
  pointer-events: none;
  transition: .5s;
}

.user-box input:focus ~ label,
.user-box input:valid ~ label,
.user-box input:active ~ label{
  top: -20px;
  left: 0;
  color: #DE6E4B;
  font-size: 12px;
    background-color:transparent;
}
.user-box textarea:focus ~ label {
top:-20px;
}
.user-box textarea:active ~ label{
top:-20px;
}
.s4-container .user-box input[type="text"]:focus{
 background-color:transparent !important;   
}

.s4-container .user-box input[type="tel"]:focus{
background-color:transparent !important;
}

.s4-container .user-box input[type="email"]:focus{
background-color:transparent !important;
}
.s4-container{
  position: sticky;
  top: 140px;
}
.s4-col1 label:nth-child(5){
color: #FFF;
font-family: 'Poppins', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.check-news{
	padding: 10px 0px;
    display:flex;
}

.btn-style-1 {
  background: #17a302;
  border: 1px solid #17a302;
  width : 40%;
  height : 50px;
  overflow: hidden;
  text-align : center;
  transition : .2s;
  cursor : pointer;
  border-radius: 10px;
  box-shadow: 0px 1px 2px rgba(0,0,0,.2);
}

.btnTwo {
    position: relative;
    width: 200px;
    height: 100px;
    margin-top: -60px;
    padding-top: 2px;
    background: #4f5154;
    left: -202px;
    transition: .3s;
}
.btn-style-1 input {
  color : white;
  transition : .3s;
  border: aliceblue;
    margin: auto 0px;
    height: 100%;
    background: transparent;
    color: #FFF;
font-family: 'Poppins', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
padding:0px;
}
.btn-style-1:hover{ 
  /* transform: scale(1.5); */
  background: #fff;
  border: 1px solid #17a302;
}
.btn-style-1:hover input{
  color: #17a302;
}
.btn-style-1:active { /*Clicked and held*/
  box-shadow: 0px 5px 6px rgba(0,0,0,0.3);
}
.web-footer_2{
  z-index: 9;
}
#home{
  background-image: url(../image/hero-banner.jpg);
  background-size: cover;
  position: relative;
  background-position: right;
  min-height: 600px;
  align-content: center;
}
#home:after {
  content: '';
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 27%, rgba(255, 255, 255, 0) 58%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#home .row{
z-index: 4;
position: relative;
}
#home .heading-main{
  font-family: 'Poppins', sans-serif;
    line-height: 1;
    padding-block: 30px;
    font-weight: 600;
    font-size: 86px;
    position: relative;
    color: #17a302;
}
#home .subtitle{
  width: 100%;
}
#about-sharon{
  background: #17a302;
}
#about-sharon .re-content-desc strong{
  color: #fff;
}
#about-sharon .re-content-desc{
  color: #e9e9e9;
}
/* #about-sharon .re-content-desc strong {
  background-color: #4a776361;
  color: #22215a;
  border-radius: 10px;
  padding: 0px 5px;
  margin: 0px 4px;
} */

.s4-col2 .col2-para{
	color: #000;
font-family: 'Inter', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding: 0px 0px 10px 0px;
}

.cordinates div{
	display: flex;
	padding: 5px 0px;
}
.cordinates{
	padding: 5px 0px;
}
.cordinates div i{
	font-size: 27px;
	color: #ea6239;
	padding-inline: 10px;
}
.cordinates div p{
	color: #000;
font-family: 'Poppins', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.cordinates a{
color: #000;
    text-decoration: none
}
.col2-socials i{
 font-size: 29px;
 padding-inline: 10px;
 animation: 0.7s;
 transition: 0.7s;
}
.col2-socials .fa-instagram{
color: #ea6239;

}
.fa-twitter{
	color: #ea6239;
}
.fa-facebook{
	color: #ea6239;
}
.fa-youtube{
	color: #ea6239;
}

.col2-socials i:hover{
scale: 1.2;
}

#style-1 .button:hover .btnTwo{ /*When hovering over .button change .btnTwo*/
  left: -150px;
}

@media screen and (max-width: 1080px) and (min-width: 601px){
.s4-row .s4-col2{
  padding: 59px 46px;
}
.s4-row .s4-col1{
  padding: 0px 45px;
}
.btn-style-1:hover input{
      margin-left: 34px;
}
.btn-style-1 input{
      font-size: 15px;
}
.btn-style-1:hover .btnTwo {
    left: -168px;
}
    .s4-row{
	display: flex;
	height: inherit;
}
}

@media screen and (max-width: 600px){
  .s4-row .s4-col1{
    width: 100%;
    margin: 0;
  }
  .s4-row .s4-col2{
    width: 100%;
  }
  .s4-row{
    display: block;
      height:unset;
  }
  .s4-row .s4-col1{
    padding: 5px 5px;
  }
  .s4-row .s4-col2{
        padding: 50px 5px;
  }
  .s4-heading h3{
    font-size: 48px;
    line-height: 1.2;
  }
    .s4-heading{
    padding:10px 18px;
    }
  .btn-style-1:hover input{
    margin-left: 46px;
  }
  .btn-style-1 input{
    font-size: 15px;
  }
  .btn-style-1:hover .btnTwo{
    left: -163px;
  }
    .s4-col1 form {
    padding: 28px 18px;
}

}
/* .checkbox-wrapper-19 {
    box-sizing: border-box;
    --background-color: #fff;
    --checkbox-height: 25px;
  }

  @-moz-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @-webkit-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-webkit-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-moz-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  .checkbox-wrapper-19 input[type=checkbox] {
    display: none;
  }

  .checkbox-wrapper-19 .check-box {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: calc(var(--checkbox-height) * .1) solid #fff;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
          margin-top: 4px;
    margin-right: 8px;
  }
  .checkbox-wrapper-19 .check-box::before,
  .checkbox-wrapper-19 .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: calc(var(--checkbox-height) * .2);
    background-color: #34b93d;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
  }
  .checkbox-wrapper-19 .check-box::before {
    top: calc(var(--checkbox-height) * .72);
    left: calc(var(--checkbox-height) * .41);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .checkbox-wrapper-19 .check-box::after {
    top: calc(var(--checkbox-height) * .37);
    left: calc(var(--checkbox-height) * .05);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box,
  .checkbox-wrapper-19 .check-box.checked {
    border-color: #34b93d;
  }
  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::after,
  .checkbox-wrapper-19 .check-box.checked::after {
    height: calc(var(--checkbox-height) / 2);
    -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    animation: dothabottomcheck-19 0.2s ease 0s forwards;
  }
  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::before,
  .checkbox-wrapper-19 .check-box.checked::before {
    height: calc(var(--checkbox-height) * 1.2);
    -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
    animation: dothatopcheck-19 0.4s ease 0s forwards;
  } */


  .re-content-desc{
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 1.4;
  }


  .hc-7-container .hc-7-hover-title{
    text-align: center;
    font-family: 'Roboto';
    font-size: 32px;
}
.hc-7-container .hc-7-hover-subtitle{
    max-width: 70%;
    font-family: 'Roboto';
    color: #000;
    text-align: center; 
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 134.523%;
    margin: 20px auto 40px;
}
.hc-7-container .hover-row {
    display: flex;
    max-width: 100%;
    margin: auto;
    column-gap: 5%;
    flex-wrap: wrap;
    row-gap: 40px;
    justify-content: center;
}
.hc-7-container .hover-item {
    border: 2.7px solid #d9d9d9;
    display: grid;
    width: 23%;
    min-height: auto;
    border-radius: 27px;
    background: #FFF;
    padding: 15px;
    transition: 0.5s;
    align-content: start;
}
.hc-7-container .hc-7-hover-link {
    text-decoration: none;
    display: grid;
    padding: 10px;
}
.hc-7-container .hover-item:hover{
    border: 2.7px solid #FFE76F;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
     .highlight::before{
        left: 0;
        width: 80px;
        background: #FFE76F; 
        height: 15px;
    }
     .highlight::after{
        right: 0px;
        width: 80px;
        background: #FFE76F;
        height: 15px;
        
    }
}
.hc-7-container .highlight{
    width: 145px;
    height: 10px;
    border-radius: 8px;
    background: #EAEAEA;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.hc-7-container .highlight::before{
        content: '';
        position: absolute;
        height: 10px;
        width: 5px;
        top: 0;
        left: 73px;
        background: transparent;
        transition:  1s;
    }
.hc-7-container .highlight::after{
        content: '';
        position: absolute;
        height: 10px;
        width: 5px;
        top: 0;
        right: 73px;
        background: transparent;
        transition:  1s;
    }
.img-div{
    display: flex;
    justify-content: center;
    margin-block: 15px;
}
 .img-hero{
    width: 60px;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.hc-7-container .hover-item .hc-7-card-header{
    color: #0C0705;
    text-align: center;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 20px auto 10px;
}
.hc-7-container .hover-item .hc-7-card-desc{
    color: #0C0705;
    text-align: center;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

@media only screen and (min-width:601px) and (max-width:1100px) {
    .hc-7-container .hover-item {
        width:40%;
    }
    
}

@media only screen and (max-width:600px){
    .hc-7-container .hover-item .hc-7-card-desc{
    font-size: 16px;
    }
    
    .hc-7-container .hover-item .hc-7-card-header {
        font-size:20px;
    }
    
    .hc-7-container .hover-row{
        display: grid;
        column-gap: 0%;
        grid-template-columns: 100%;
        max-width: 350px;
        margin-block: 3rem;
    }
    .hc-7-container .highlight {
        width: 105px;
    }
    .hc-7-container .hc-7-hover-subtitle{
        font-size: 15px;
        max-width: 100%;
    }
    .hc-7-container .hover-item{
        width: 95%;
        padding: 10px;
    border: 2.7px solid #FFE76F;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
     .highlight::before{
        left: 0;
        width: 80px;
        background: #FFE76F; 
        height: 15px;
    }
     .highlight::after{
        right: 0px;
        width: 80px;
        background: #FFE76F;
        height: 15px;
        
    }
}
}


  /* .hc-5-left-container, .hc-5-container {
    width: 48%;
  } */
  .hc-5-left-container{
    background-image: url(https://nuitwebtek.com/sharon-co/assets/image/sheth-motana.jpg);
    background-position: top;
    background-size: cover;
  }
  .hc-5-container .hc-5-hover-link{
    text-decoration: none;
  }
  .hc-5-container .hover-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 80%;
    margin: 30px auto;
    column-gap: 2%;
    flex-wrap: wrap;
    row-gap: 35px;
    justify-content: center;
  }
  .hc-5-container .hover-item {
    display: grid;
    width: 100%;
    height: auto;
    border-radius: 27px;
    background: #FFF;
    padding: 22px 2px;
    border: 3px solid #f1f1f1;
    transition: 1s;
  }
  .hc-5-container .hover-item:hover{
    border: 3px solid #17a302;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
     
  }
  .hc-5-container .img-div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: #4471a0;
    
    font-size: 16px;
  }
  .hc-5-container .img-div i{
    font-size: 40px;
  }
  .hc-5-container .img-hero{
    width: 45px;
    height: 45px;
    object-fit: cover;
  }
  .hc-5-container .hover-item .hc-5-card-header {
    color: #0C0705;
    text-align: center;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 20px 0 5px;
  }
  .hc-5-container .hover-item .hc-5-card-desc{
    color: #0C0705;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
  }
  .hc-5-container  .img-base {
    display: flex;
  }
  @media only screen and (max-width:912px){
    .hc-5-container .hover-item {
        width: 100%;
        padding: 22px 80px;
    }
    .hc-5-left-container, .hc-5-container  {
      width: 100%;
      padding: 0px;
  }
  }
  @media only screen and (max-width:800px){
    .hc-5-container .hover-item{
      border: 3px solid #17a302;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
    }
  }
  @media only screen and (max-width:480px){
    /* .hc-5-container .hover-item {
      width: 30%;
  } */
  .hc-5-container .hover-row{
    column-gap: 25px;
    width: 100%;
  margin-inline: auto;
  grid-template-columns: 1fr 1fr;
  }
  .hc-5-container .hover-item .hc-5-card-header{
    font-size: 14px;
  }
    .hc-5-container h3{
        font-size: 15px;
        padding-inline: 20px;
    }
    .hc-5-container .hc-5-hover-subtitle{
    font-size: 16px;
    width: 85%;
    margin: auto;
    }
    
  }
  
  .estr-sty{
    position: absolute;
    /* top: auto; */
    width: 40%;
    bottom: -4px;
    left: 0px;
    animation: parallax linear;
    animation-timeline: scroll();
  }
  @keyframes parallax{
    to {
        transform: scale(0.6);
        transform: translateX(-250px);
    }
}

#about-sharon .container{
  padding-bottom: 130px;
}

  /* .hc-5-section#home .hero-banner-div{
    background-image: url(https://nuitwebtek.com/sharon-co/assets/image/house-2.png);
    background-size:  85% 91%;
    background-position: left;
    background-attachment: fixed;
    border-radius: 20px;
    background-repeat: no-repeat;
  } */
  .hc-5-section#home .hero-banner-div img{
    opacity: 1;
    border-radius: 0px !important;
    width: 100%;
  }
  .hero-banner-img{
    border-radius: 20px;
  }
  .hc-5-container .img-div i {
    font-size: 30px;
  }

 
  /* Products section CSS */
.disclaimer{
  background: #f9f7eb;
  padding: 31px 0px 22px;
}
.disclaimer h5{
  font-size: 22px;
  font-weight: 600;
  font-family: 'Poppins';
  margin: 0;
  color: #17a302;
}  

.card-header{
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 38px; 
  font-family: 'Poppins';
  /* color: #F12766; */
}

.testimonial-card-header {
  /* padding: 10px 0px; */
}

.img-segment{
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.re_nahur .testimonial-wrap-outer, .re_kanjur .testimonial-wrap-outer {
  max-width: 400px;
  width: 100%;
  margin: auto;
}
/* .re_nahur .testimonial-wrap-outer, #re-nahur-header{
margin-left: 100px;
}
.re_kanjur .testimonial-wrap-outer{
  margin-right: 100px;
} */
.testimonial-card-desc {
  font-family: 'Poppins';
  /* padding: 0px 40px 20px 40px; */
  line-height: 1.6;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin: 0;
}

.testimonial-19-user-position{
  text-align: center;
}

.testimonial-19-user-name{
  text-align: center;
}

.testimonial-wrap-outer {
  /* border: 1px solid; */
  border-radius: 20px;
  transition: 0.4s;
  margin-inline: 15px;
  background: #FFF;
  box-shadow: 0px 0px 15px 0px #3e3e3e75;
}
.testimonial-wrap-inner{
  padding: 20px;
}
/* .testimonial-wrap-outer:hover{
  box-shadow: 0px 0px 20px 0px #3e3e3e;
} */

/* .re-bhandup-bg{
  background-image: url(../images/house-1.png);
  background-size: cover ;
  background-repeat: no-repeat;
} */
.project_title{
  text-align: center;
  font-family: 'Poppins';
  font-weight: 700; 
}
.testimonial-box-content{
  padding-block: 9px;
}
.re-projects .owl-theme .owl-nav [class*='owl-']:hover {
  background: transparent;
  color: initial;
  text-decoration: none;
}
.re-projects .owl-stage{
  margin: auto;
}
.re-bhandup-cover{
  padding-top: 10px;
  height: 100%;
}
img.re-img-cover{
  border-radius: 10px;
  min-height: 169px;
  max-height: 169px;
  object-fit: cover;
  object-position: top;
  height: 100%;
}


  .nav-right{
          font-size: 35px;
          color: #17a302  !important;

      
  }
    .nav-left{
        font-size: 35px;
        color: #17a302  !important;

    }

.re_mulund{
  .owl-nav{
    transform: translateY(-200px);
  }
  button.owl-next{
    transform: translateX(660px);

      .nav-right{
        font-size: 35px;
        color: #17a302  !important;
      }
  }
  button.owl-prev{
    transform: translateX(-660px);
    .nav-left{
        font-size: 35px;
        color: #17a302 !important;
    }
  }
}
#exampleModal .modal-body .user-box input{
  color: #020202;
  border-bottom: 1px solid #424242;
}
#exampleModal .modal-body .user-box label {
  color: #3d3d3d !important;
}
@media only screen and (max-width:1366px){

  .re_mulund{
    .owl-nav{
      transform: translateY(-360px);
    }
    .owl-nav{
      transform: translateY(0px);
      position: relative;
      top: -270px;
    }
    button.owl-next{
      transform: translateX(1600%);
  
        .nav-right{
          font-size: 35px;
        }
    }
    button.owl-next{
      transform: translateX(0px);
      position: absolute;
      right: -5%;
      top: 0px;
    }
    button.owl-prev{
      transform: translateX(-1600%);
      .nav-left{
          font-size: 35px;
      }
    }
    button.owl-prev{
      transform: translateX(0px);
      position: absolute;
      left: -5.4%;
      top: 0px;
    }
  }
}
@media only screen and (max-width: 1025px){
  .re_mulund{
    button.owl-next {
        /* transform: translateX(1330%); */
    }
  }
  .hc-5-container .hover-row {
    grid-template-columns: 1fr 1fr;
}
}

/* .re_nahur{
  button.owl-next{
    transform: translate(700px, -200px);

      .nav-right{
        font-size: 35px;
      }
    
}
  button.owl-prev{
    transform: translate(-700px, -200px);
    .nav-left{
        font-size: 35px;
    }
  }
} */

/* .re_kanjur{
  button.owl-next{
    transform: translate(700px, -200px);

      .nav-right{
        font-size: 35px;
      }
    
}
  button.owl-prev{
    transform: translate(-700px, -200px);
    .nav-left{
        font-size: 35px;
    }
  }
} */
/* .re_mulund{
  padding-inline: 110px;
} */
.owl-stage-outer{
  padding: 20px 0;
}

@media only screen and (max-width: 600px){
  .re_bhandup, .re_mulund, .re_nahur, .re_kanjur{
    button.owl-next{
      /* transform: translate(155px, 0px); */
      transform: translateX(0px);
      position: absolute;
      right: -5%;
      top: 0px;
  
        .nav-right{
          font-size: 20px;
        }
      
  }
    button.owl-prev{
      /* transform: translate(-155px, 0px); */
      transform: translateX(0px);
      position: absolute;
      left: -5.4%;
      top: 0px;
      .nav-left{
          font-size: 20px;
      }
    }
    
  }
  .re_bhandup button.owl-prev{
    left: -3%;
  }
  .re_bhandup button.owl-next{
    right: -1%;
  }
  .hc-5-container .hover-item {
    width: 100%;
    padding: 22px 0px;
}

  .re_bhandup{
    .owl-nav{
      transform: translateY(-235px);
      
  }
  }

  .card-header{
    font-size: 20px;
    text-align: center;
  }
  .testimonial-wrap-outer{
    max-width: 300px;
    margin: auto;
  }
  .re_nahur .testimonial-wrap-outer, .re_kanjur .testimonial-wrap-outer{
    max-width: 300px;
  }
  .hc-5-section#home .hero-banner-div img{
    opacity: 1;
  }
  
}


/* POP UP CSS */
.re-projects .btn-primary, .modal .btn-primary{
  font-size: 16px;
}
 .btn.btn-primary, .btn.btn-primary:active, .btn.btn-primary:focus-visible{
  background-color: #17a302  !important;
  border: 1px solid #17a302 !important;
  transition: 0.4s;
  font-family: 'Poppins', sans-serif;
}
.btn.btn-primary:hover{
  color: #17a302;
  border: 1px solid #17a302;
  background: #fff !important;
}


@media only screen and (max-width:800px){
  .hero-section-title {
    width: fit-content;
    margin: 20px auto 17px;
    padding: 0px 0px 30px;
    font-size: 30px;
}
.re-projects .btn-primary {
  margin: auto;
  display: block;
}
.hero-section-title::after {
  width: 100%;
}
.about-section-title {
  width: fit-content;
  margin: 38px auto 17px;
  padding: 0px 0px 30px;
  font-size: 30px;
}
.about-section-title::after {
  width: 100%;
}
.re-projects-header {
  width: fit-content;
  margin: 38px auto 45px;
  padding: 0px 0px 18px;
  font-size: 30px;
}
.re-projects-header::after {
  width: 100%;
}
.s4-heading h3 {
  width: fit-content;
  margin: 38px auto 0px;
  padding: 0px 0px 20px;
  font-size: 30px;
}
.s4-heading h3::after {
  width: 100%;
}
#about-sharon .container {
  padding-bottom: 95px;
}
.estr-sty {
  width: 100%;
}
.s4-container {
  margin-top: 30px;
}
#about-sharon {
  padding-inline: 20px;
}
}
#nav1-header .nav-container {
  max-width: 88% ; 
  width: 100%;
}

}
@media only screen and (max-width:600px) {
  body #nav1-header .nav-container {
    max-width: 100% ; 
    width: 100%;
  }
  
}

@media only screen and (max-width:800px) {
  #strt-pge-shrn{
    scroll-padding-top: 100px;
  }
}

/* @media screen and (max-device-width: 767px) and (orientation: landscape) {
  .s4-row {
    height: auto;
}
} */

#thank-you-tmp.thank-you-tmp{
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: #17a302;
}
#thank-you-tmp.thank-you-tmp main{
  display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#thank-you-tmp.thank-you-tmp h1{
  color: white;
  text-align: center;
  width: 100%;
  font-size: 82px;
}
#thank-you-tmp.thank-you-tmp h2{
  color: white;
  text-align: center;
  width: 100%;
}

#thank-you-tmp.thank-you-tmp p{
  color: white;
  text-align: center;
  width: 100%;
  margin: 15px 0px;
}
#thank-you-tmp.thank-you-tmp button{
  background: #fbb03b;
  border: 1px solid #ffffff;
  width: fit-content;
  height: 50px;
  overflow: hidden;
  text-align: center;
  transition: .2s;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0px 1px 2px rgba(0,0,0,.2);
  padding: 10px 20px;
  margin: 9px 0px;
  color: #ffffff;
}
#thank-you-tmp.thank-you-tmp img{
  width: 92px;
  margin-bottom: 38px;
  animation: spinchk 4s infinite;
  position: relative;
}
@keyframes spinchk {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}
#thank-you-tmp.thank-you-tmp button a{
  color: white;
  text-decoration: none;
  font-size: 16px;
}
#why-us .hc-5-container .img-base{
  padding: 25px;
  box-shadow: 0 0 0px 0px #00000033;
  border-radius: 50%;
  border: 1px solid #17a302;
}
#why-us .hc-5-container .hover-item .img-base{
  transition: 0.3s;
}
#why-us .hc-5-container .hover-item:hover .img-base{
  box-shadow: 0 0 8px 0px #17a3023d;
}
#why-us .hc-5-container .img-base img{
  width: 100%;
  max-width: 70px;
  height: 70px;
  object-fit: contain;
  filter: hue-rotate(251deg);
}
#why-us .hc-5-container .hover-row{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#why-us .hc-5-container .hover-row .hover-item{
  width: 21%;
  border: 3px solid #f1f1f100;
}
#why-us .hc-5-container .hover-item:hover {
  border: 3px solid #17a30200;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
@media only screen and (max-width:800px) {
#thank-you-tmp.thank-you-tmp h1 {
  color: white;
  text-align: center;
  width: 100%;
  font-size: 52px;
  margin-bottom: 20px;
}
#home .heading-main {
  font-size: 46px;
  padding-block: 13px;
}
#home {
  min-height: auto;
}
#home:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 100%);
}
}
#exampleModal .modal-body .user-box label{
  width: 17%;
  position: relative;
}
#exampleModal .modal-body .user-box input{
  width: 80%;
  padding: 10px 0;
}
#exampleModal .modal-body .user-box {
  display: flex;
}
#exampleModal .modal-body .btncstmstymdl1{
  padding: 12px 9px;
  background: #17a302;
  border-radius: 9px;
  width: 100%;
  display: block;
  border: 1px solid transparent;
  transition: 0.5s;
  position: relative;
  left: -6px;
  text-align: center;
  height: 100%;
}
#exampleModal .modal-body .btncstmstymdl1 .fa-whatsapp{
  color: white;
  font-size: 18px;
  transition: 0.5s;
}
#exampleModal .modal-body .btncstmstymdl1 .cstm-text{
  padding-left: 11px;
  color: white;
  font-size: 18px;
  transition: 0.5s;
}
#exampleModal .modal-body .btncstmstymdl1:hover{
  background: #fff;
  border: 1px solid #17a302;
}
#exampleModal .modal-body .btncstmstymdl1:hover .cstm-text{
  color: #17a302;
}
#exampleModal .modal-body .btncstmstymdl1:hover .fa-whatsapp{
  color: #17a302;
}
#exampleModal .modal-body .btncstmstymdl2{
  padding: 11px 15px;
  background: #fab03b;
  border-radius: 9px;
  width: 100%;
  display: block;
  border: 1px solid transparent;
  transition: 0.5s;
  position: relative;
  right 6px;
  text-align: center;
    height: 100%;
}
#exampleModal .modal-body .btncstmstymdl2 .fa-phone{
  color: white;
  font-size: 15px;
  transition: 0.5s;
}
#exampleModal .modal-body .btncstmstymdl2 .cstm-text{
  padding-left: 11px;
  font-size: 18px;
  color: white;
  transition: 0.5s;
}
#exampleModal .modal-body .btncstmstymdl2:hover{
  background: #fff;
  border: 1px solid #fab03b;
}
#exampleModal .modal-body .btncstmstymdl2:hover .cstm-text{
  color: #fab03b;
}
#exampleModal .modal-body .btncstmstymdl2:hover .fa-phone{
  color: #fab03b;
}
@media only screen and (max-width:600px) {
  #exampleModal .modal-body .btncstmstymdl1{
    width: 100%;
    position: relative;
    left: -6px;
  }
  .disclaimer h5 {
    font-size: 14px;
}
  #exampleModal .modal-body .btncstmstymdl2{
    width: 100%;
    position: relative;
    right 6px;
  }
  #exampleModal .modal-body .user-box input {
    width: 75%;
}
#exampleModal .modal-body .user-box label {
  width: 24%;
}
#why-us .hc-5-container .hover-row .hover-item {
  width: 40%;
  box-shadow: unset;
  padding: 0;
}
#why-us .hc-5-container .img-base {
  padding: 16px;
}
#why-us .hc-5-container .img-base img {
  max-width: 40px;
  height: 36px;
}
img.re-img-cover{
  min-height: 229px;
  max-height: 229px;
  object-position: top;
}
}
@media only screen and (max-width: 365px){
	#exampleModal .modal-body .btncstmstymdl2 {
    width: 100%;
    position: relative;
    right: -5px;
}
	#exampleModal .modal-body .btncstmstymdl1 {
    width: 105%;
    position: relative;
    left: -13px;
}
	#exampleModal .modal-body .user-box input {
    width: 72%;
}
	#exampleModal .modal-body .user-box label {
    width: 26%;
}
#exampleModal {
  margin-top: 50px;
}
#strt-pge-shrn .modal-backdrop {
  width: 103vw;
  height: 105vh;
}
.web-footer_2
.web-footer_innerwrap {
    padding: 20px 0px !important;
}
.footer-add-wrap {
  width: 357px !important;
}

}





/* Added */
#loader {
  display: none;
  margin-top: 10px;
}
.loader-spinner {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}