html{
    overflow-x: hidden;
}
body{
margin: 0px;
overflow-x:hidden;
font-family: "DM Sans", sans-serif !important;

}








.loader {
  width: 135px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;

}

.c-leaf {
  position: relative;
  overflow: hidden;
  width: 133px;
  height: 137px;
  margin: 0 auto;
  background: #eee;
  transform: scale(1);
}

.c-leaf__icon {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  width: 135px;
  
  fill: #fff;
}

.c-leaf__fill {
  width: 133px;
  height: 136px;
  background: linear-gradient(90deg, #00cc9b 0%, #009292 100%);
  -webkit-animation: fillUp 1.5s ease-in-out infinite;
          animation: fillUp 1.5s ease-in-out infinite;
}

@-webkit-keyframes fillUp {
  0% {
    transform: translate(0, 135px);
  }
  100% {
    transform: translate(0, -138px);
  }
}

@keyframes fillUp {
  0% {
    transform: translate(0, 138px);
  }
  100% {
    transform: translate(0, -138px);
  }
}


.renovation-bx-hed img{
    height: 280px;
    object-fit: cover;
}



.header{
    float: left;
    width:100%;
    /*z-index: 99;*/
    position: relative;
    height: 148px;
    background: white;
   
    
  }
.logo {
    float: left;
    width: 180px;
    position: relative;
    z-index: 1;
padding-top: 45px;
    margin-bottom: 10px;}


.logo img{float: left;max-width: 100%;}
.header_menu_area {
  /* width: 100%; */
  float: right;
  position: relative;
  text-align: center;
  padding-top: 48px;
  /*padding-right: 248px;*/
}


.header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 0px;
    
    float: right;
    /*padding-top: 36px;*/
}
.header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle; 
      padding-bottom: 14px;
      padding-top: 17px;
}
.header_menu_area > ul > li > a {
    width: auto;
    color: #024C4F;
    font-weight: 400;
    float: left;
    position: relative;
    font-size: 14px;
    letter-spacing: 0px !important;
    padding: 0px 16px 0px 16px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
    text-align: center;
}
      
.header_menu_area > ul > li > a:hover {
          color: #024c4f;
           transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
          
}


.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}


.menu ul li a:hover, .menu ul li:hover>a {
    background: #024c4f;
    color: white;
    text-decoration: none;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.menu ul {
    visibility: hidden;
  /*  display: none;*/
    opacity: 0;
    margin: 0;
    top: 39px;
    padding: 0;
    width: 211px;
    position: absolute;
    left: 0;
    background: #00a695;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .5s ease-out;
    /*transform: translate(22px,0px);
    transition: all 0.5s ease-out;*/
    border-radius: 0px;
}

.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);

}

.menu ul li a {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding: 12px 10px;
    display: block;
    color: white;
    text-decoration: none;
    /*background: white;*/
  /*  border-bottom: solid 1px rgb(137 137 137 / 19%);*/
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.menu-enq{float: right;margin-top: 0px;padding-left: 0px;position: relative;z-index: 1;}
.menu-enq-btn{position: relative;display: flex;width: 180px;height: 60px;justify-content: center;align-items: center;background: linear-gradient(90deg, #00cc9b 0%, #009292 100%);overflow: hidden;cursor: pointer;border: none;text-decoration: none; border-radius: 30px;}

.menu-enq-btn:after {content: " ";width: 0%;height: 100%;background: linear-gradient(90deg, #009292 0%, #00cc9b 100%);
  position: absolute;transition: all 0.4s ease-in-out;right: 0;}

.menu-enq-btn:hover::after {right: auto;left: 0;width: 100%;}
.menu-enq-btn span {text-align: center;text-decoration: none;width: 100%;font-weight: 400;font-size: 15px;color: white;
    z-index: 20;transition: all 0.3s ease-in-out;}
.menu-enq-btn span img{width: 18px;margin-left: 9px;}
.menu-enq-btn:hover span {color: white;animation: scaleUp 0.3s ease-in-out;}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}


.menu-whtsp{float: right;margin-top: 0px;padding-left:30px;position: relative;z-index: 1;}
.menu-whtsp p{float: left;width: auto;font-weight: 400;font-size: 16px;color: #024C4F;text-align: left;margin-bottom: 0px;padding-top: 5px;}
.menu-whtsp p a{color:#024C4F;font-size: 20px;font-weight: 700;text-decoration: none;}
.menu-whtsp img{width: 60px;margin-left: 6px;}
.menu-whtsp:hover.menu-whtsp img{animation: rotateCircles .3s linear;}




@keyframes rotateCircles {
  from {
    transform: rotate(0);
  } to {
    transform: rotate(360deg);
  }
}











.slideshow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 657px;
  overflow: hidden;
}
.slideshow .slider {
  width: 100vw;
  height: 657px;
  z-index: 2;
}
.slideshow .slider * {
  outline: none;
}
.slideshow .slider .item {
  height: 657px;
  width: 100vw;
  position: relative;
  overflow: hidden;
  border: none;
}
.slideshow .slider .item .text {
  display: none;
}
.slideshow .slider .item img {
  min-width: 100%;
 height: 657px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slideshow .slick-dots {
  display: none;
}

.slideshow.slideshow-right {
  left: 0;
  z-index: 1;
  width: 50vw;
  pointer-events: none;
}
.slideshow.slideshow-right .slider {
  left: 0;
  position: absolute;
}
.slideshow-text {
  position: absolute;
    float: left;
    width: 100%;
    height: 657px;
    z-index: 100; 
}























.slide{float: left;width: 100%;height: 657px;position: relative;z-index: 0;}
.header-content{float: left;width: 100%;height: 657px;display: flex;
    align-items: center;}
.header-content h2{float: left;width: 100%;font-size: 40px;color: #024C4F;font-weight: 300;line-height: 55px;margin-bottom: 15px;}
.header-content h2 span{ font-weight: 700;}
.header-content p{float: left;width: 100%;font-size: 14px;color: #024C4F;font-weight: 300;line-height: 28px;margin-bottom: 20px;}
.header-content-butn1{float: left;width: auto;margin-right: 20px;}
.header-content-butn1 a img{display: inline-block!important;width: 18px!important;}
.slider-ban .owl-nav{display: none;}


.body1{float: left;width: 100%;padding: 90px 0px;}
.b1-hed{float: left;width: 100%;padding-right: 40px;}
.body-hed{float: left;width: 100%;font-size: 40px;color: #024C4F;font-weight: 300;/* line-height: 73px; */margin-bottom: 18px;}
.body-hed span{ font-weight: 700;}
.body-hedp{float: left;width: 100%;font-size: 14px;color: #024C4F;font-weight: 300;line-height: 28px;margin-bottom: 20px;}
.b1-butn{float: left;width: 100%;/* display: none; */}
.body1-img{float: right;width: 100%;}
.body1-img img{float: right;width: 100%;}

.body2{float: left;width: 100%;background: #024C4F;padding: 80px 0px 45px;}
.b2-hed{float: left;width: 100%;text-align: center;margin-bottom: 25px;}
.b2-bx-full{float: left;width: 100%;border-radius: 30px;background: #003436;height: 250px;position: relative;margin-bottom: 45px;}
.b2-bx{
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #023436ed;
    border-radius: 30px;
    align-items: center;
    text-align: center;
    padding: 0px 35px;
    transition: all 0.5s ease-in-out;
    }
.b2-bx-img{width: 88px;float: left;margin-bottom: 30px;transition: all 0.5s ease-in-out;}
.b2-bx h2{float: left;width: 100%;font-size: 25px;font-weight: 700;color: white;margin-bottom: 12px;transition: all 0.5s ease-in-out;}
.b2-bx p{float: left;width: 100%;font-size: 15px;font-weight: 300;color: #024C4F;margin-bottom: 15px;display: none;transition: all 0.5s ease-in-out;}
.b2-butn{display: none;transition: all 0.5s ease-in-out;}
.b2-bx-full:hover .b2-bx{background: white;transition: all 0.5s ease-in-out;}
.b2-bx-full:hover .b2-bx-img{display: none;transition: all 0.5s ease-in-out;}
.b2-bx-full:hover .b2-bx h2{color: #024C4F;transition: all 0.5s ease-in-out;}
.b2-bx-full:hover .b2-bx p{display: block;transition: all 0.5s ease-in-out;}
.b2-bx-full:hover .b2-butn{display: block;transition: all 0.5s ease-in-out;}

.body3{float: left;width: 100%;padding-top: 80px;border-bottom: 2px solid #009292;margin-bottom: 60px;}
.b3-hed{text-align: center;float: left;width: 100%;margin-bottom: 40px;}
.b3-bx-full{float: left;width: 100%;}
.b3-bx-full h2{float: left;font-weight: 700;font-size: 100px;background: -webkit-linear-gradient(45deg, #009292 0%, #00CC9B 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;margin-bottom: 25px;}
.b3-txt{padding-left: 140px;width: 100%;padding-top: 19px;}
.b3-txt h3{float: left;width: 100%;font-size: 24px;font-weight: 600;color: #024C4F;margin-bottom: 3px;}
.b3-txt p{float: left;width: 100%;font-size: 15px;font-weight: 300;color: #024C4F;margin-bottom: 0px;line-height: 25px;}
.b3-bx-sq{float: left;width: 100%;margin-bottom: -11px;}
.b3-bx-sq span{float: left;width: 20px;height: 20px;background: #024C4F;transform: rotate(45deg);}
.b3-txt2{padding-left: 159px;}.b3-txt3{padding-left: 160px;}
.b3-bx-full:hover h2{background: -webkit-linear-gradient(45deg, #00CC9B 0%, #009292 80%);transition: all 0.5s ease-in-out;-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}

.body4{float: left;width: 100%;padding: 90px 0px 55px;background: #F2FDFA;}
.b4-hed{float: left;width: 70%;}  
.b4-faq{float: left;width: 100%;padding-right: 15px;}
.accordian {float: left;width: 100%;}
.faqbx {background-color: transparent;padding-bottom: 33px;position: relative;transition: background-color 0.3s ease;}
.faqbx.selected {background-color: transparent;}
.FAQ-title {display: flex;justify-content: flex-start;align-items: center;cursor: pointer;}
.faqQuestion {font-size: 22px;font-weight: 600;color: #024C4F;text-align: start;margin: 0px;}
.FAQ-content {max-height: 0;overflow: hidden;transition: max-height 0.8s cubic-bezier(0, 1, 0, 1);
font-weight: 300;font-size: 15px;line-height: 27px;color: #024C4F;padding-left: 70px;margin-top: -10px;}
.FAQ-content p{margin-bottom: 0px;}
.FAQ-content.show {max-height: 9999px;transition: max-height 0.8s cubic-bezier(1, 0, 1, 0);}
.expandToggle {background: #024C4F;width: 54px;height: 54px;display: flex;justify-content: center;align-items: center;border-radius: 50px;margin-right: 15px;}
.expandToggle img{width: 16px;}  
.faqbx.selected .expandToggle{background: linear-gradient(180deg, #009292 0%, #00CC9B 100%);}
.b4-img{float: right;width: 100%;}
.b4-img img{float: right;width: 100%;margin-top: -220px;}

.body5{float: left;width: 100%;padding: 56px 0px;}
.b5-hed{float: left;width: 100%;text-align: center;}
.b5-butn{float: none;display: inline-block;}

.body6{float: left;width: 100%;padding: 85px 0px 80px;background: #024C4F;}
.ab-sec2-bx{float: left;width: 100%;text-align: center;}
.ab-sec2-bx p{float: left;width: 100%;font-weight: 500;font-size: 16px;color: #F5F5F5;margin-bottom: 0px;line-height: 26px;margin-top: 0px;}
.count .item1:after {content: '+';position: absolute;}
.count .item1 {color: white;font-size: 48px;font-weight: 600;float: left;
    position: relative;width: 100%;margin-top: 0px;margin-bottom: 3px;padding-right: 32px;}
.count .item2:after {content: '%';position: absolute;}
.count .item2 {color: white;font-size: 48px;font-weight: 600;float: left;
    position: relative;width: 100%;margin-top: 0px;margin-bottom: 3px;padding-right: 39px;}

.body7{float: left;width: 100%;padding: 80px 0px;}
.b7-hed{float: left;width: 100%;text-align: center;margin-bottom: 15px;}
.b7-slide-full{float: left;width: 100%;margin-bottom: 75px;}
.b7-logos{float: left;width: 100%;}
.b7-logos img{float: left;width: 100%;max-width: 142px;height: 63px;object-fit: contain;}
.slider-b7 .owl-nav{display: none;}
.slider-b7 .owl-dots {display: block;float: left;width: 100%;text-align: center;margin-top: 45px;}
.slider-b7 .owl-dots button span {
    background: #024C4F;
    width: 12px;
    height: 12px;
    float: right;
    border-radius: 30px;
    margin-right: 4px;
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    z-index: 999;
}
.slider-b7 .owl-dot.active span {
    background: #009292;
    width: 57px;
}

.b7-bx{float: left;width: 100%;padding: 32px 50px 50px;border-radius: 12px;border: 1px solid #E9E9E9;text-align: center;}
.b7-bx-img{float: none;width: 119px;height: 119px;border-radius: 100px;background: #F2FDFA;
display: flex;align-items: center;justify-content: center;margin: auto;margin-bottom: 15px;}
.b7-bx-img img{width: 48px;}
.b7-bx h2{float: left;width: 100%;font-weight: 600;font-size: 20px;color: #024C4F;margin-bottom: 12px;}
.b7-bx p{float: left;width: 100%;font-weight: 300;font-size: 15px;color: #024C4F;margin-bottom: 0px;line-height: 27px;}
.b7-bx:hover .b7-bx-img{background: linear-gradient(180deg, #009292 0%, #00CC9B 100%);transition: all 0.5s ease-in-out;}
.b7-bx:hover .b7-bx-img img{filter: brightness(0) invert(1);}
.map{float: left;width: 100%;}
.body8{float: left;width: 100%;padding: 80px 0px;background: url(../images/cta.webp);background-size: cover;background-repeat: no-repeat;
position: relative;background-attachment: fixed;margin-top: -7px;}
.b8-hed{float: left;width: 100%;text-align: center;}
.b8-hed h2{margin-bottom: 0px!important;font-size: 40px;animation: blink 1s linear infinite;}
.b8-butn{float: right;margin-top: 7px;}
.b8-butn a{width: 239px;}

.footer{float: left;width: 100%;padding: 85px 0px;background: linear-gradient(90deg, #ffffff 35%, #024C4F 35%);border-bottom: 1px solid #024C4F;}
.ft-logo{float: left;width: 100%;}
.ft-logo-img{float: left;width: 100%;max-width: 286px;margin-bottom: 75px;margin-top: 10px;}
.ft-social{float: left;width: 100%;}
.ft-social h3{float: left;font-weight: 300;font-size: 16px;color: #024C4F;margin-bottom: 0px;margin-right: 12px;margin-top: 3px;}
.ft-social a img{ float: left;width: 25px;margin-right: 13px;}
.quicklinks{float: left;width: 100%;padding-left: 25px;}
.quicklinks h2{float: left;width: 100%;font-weight: 700;font-size: 15px;color: #FFFFFF;margin-bottom: 12px;}
.quicklinks p{float: left;width: 100%;font-weight: 300;font-size: 15px;color: #FFFFFF;margin-bottom: 15px;line-height: 26px;}
.ft-cont{float: left;width: 100%;margin-bottom: 12px;}
.ft-cont img{float: left;width: 23px;}
.ft-cont h3{width: 100%;padding-left: 35px;font-weight: 300;font-size: 15px;color: white;margin-bottom: 0px;}
.ft-cont h3 a{color: white;text-decoration: none;}

.ft-letr{float: left;width: 100%;margin-top: 10px;}
.ft-letr h3{float: left;width: 100%;font-size: 15px;font-weight: 700;margin-bottom: 15px;
background: -webkit-linear-gradient(0deg, #009292 0%, #00CC9B 33%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.ft-letr input{
   color: #024C4F;
    display: block;
    font-weight: 500;
    font-size: 16px;
    height: 60px;
    margin-bottom: 0px;
    outline: none;
    background: white;
    width: 200px;
    border: none;
    border: solid 1px transparent;
    border-left: 1px solid transparent;
    float: left;
    padding: 20px 20px;
}
.ft-letr input::placeholder{
  color: #024C4F;
}
.ft-butn a{width: 130px;    border-top-left-radius: 0;
    border-bottom-left-radius: 0;}
    
.ft-butn button{width: 130px;    border-top-left-radius: 0;
    border-bottom-left-radius: 0;}
    
    
.ft-copy{float: left;width: 100%;padding: 32px 0px;}
.ft-copy-txt p{float: left;font-weight: 300;font-size: 15px;color: #024C4F;margin-bottom: 0px;width: 50%;}
.ft-copy-txt p span{font-weight: 700;}
.ft-copy-txt p a{font-weight: 700;text-decoration: none;color: #024C4F;}
.ft-copy2{float: right;text-align: right;}

.inner-bnr{float: left;width: 100%;padding: 110px 0px;background: url(../images/about-bnr.webp);background-size: cover;background-repeat: no-repeat;}
.iner-bnr-hed{float: left;width: 100%;}
.iner-bnr-hed h2{float: left;width: 100%;font-size: 40px;color: #024C4F;font-weight: 700;/* line-height: 73px; */margin-bottom: 18px;}
.iner-bnr-hed p{float: left;width: 100%;font-size: 14px;color: #024C4F;font-weight: 300;line-height: 28px;margin-bottom: 0px;}
.about{float: left;width: 100%;padding: 80px 0px 50px;background: linear-gradient(90deg, #ffffff 70%, #024C4F 70%);}
.about-b1{float: left;width: 100%;}
.about-b1 img {float: right;width: 500px;margin-left: 50px;border-radius: 25px;margin-bottom: 30px;}
.about-b1 h2 {width: 100%;font-size: 40px;color: #024C4F;font-weight: 300;/* line-height: 73px; */margin-bottom: 18px;padding-top: 15px;}
.about-b1 h2 span{font-weight: 700;font-size: 38px;}
.about-b1 p {width: 100%;font-size: 14px;color: #024C4F;font-weight: 300;line-height: 28px;margin-bottom: 0px;text-align: justify;}

.about-b2{float: left;width: 100%;padding: 75px 0px;background: linear-gradient(180deg, #ffffff 50%, #F2FDFA 50%);}
.ab-mission{float: left;width: 100%;border-radius: 20px;background: white;
padding: 23px 31px 33px;transition: .5s ease;border: 1px solid #024c4f2e;}
.ab-mission img{float: left;width: 61px!important;margin-bottom: 19px;}
.ab-mission h2{float: left;width: 100%;font-weight: 700;font-size: 25px;color: #000000;margin-bottom: 10px;}
.ab-mission p{float: left;width: 100%;font-weight: 300;font-size: 15px;color: #000000;margin-bottom: 0px;line-height: 27px;text-align: justify;}
.ab-mission:hover{background: #024C4F;}
.ab-mission:hover img{filter: brightness(0) invert(1);}
.ab-mission:hover h2{color: white;}
.ab-mission:hover p{color: white;}


.carer-hed{float: left;width: 100%;text-align: center;margin-bottom: 20px;}
.careers-frm{float: left;width: 100%;}
.contact-forms{float: left;width: 100%;}
.s-form {color: #024C4F;display: block;font-weight: 400;font-size: 15px;height: 60px;margin-bottom: 30px;
    outline: none;background: white; width: 100%;padding-left: 0px;border: none;transition: all 500ms ease;
    outline: none;border: none;width: 100%;float: left;padding: 15px;border-radius: 10px;border: 1px solid #024c4f59;}
.contact-forms input::placeholder{color: #024C4F;}
.career-labl {float: left;width: 100%;text-align: left;font-weight: 400;font-size: 15px;color: #024C4F;margin-bottom: 8px;}
.careers-buton{float: left;width: 100%;text-align: center;}
.careers-buton button{float: none;margin: auto;}
.careers-full{float: left;width: 100%;padding: 60px 0px;background:#F2FDFA;}
.contact-forms textarea::placeholder{color: #024C4F;}

.contact-bx{float: left;width: 100%;padding: 40px 25px;background: white;text-align: center;border: 1px solid #024c4f2e; border-radius: 15px;height: 186px;}
.contact-bx img{float: none;width: 50px;margin-bottom: 14px;}
.contact-bx p{float: left;width: 100%;font-weight: 400;font-size: 15px;line-height: 27px;color: #024C4F;margin-bottom: 1px;}
.contact-bx a{float: left;width: 100%;font-weight: 400;font-size: 17px;line-height: 27px;color: #024C4F;text-decoration: none;margin-bottom: 0px;}
.contact-us{padding: 70px 0px;}

.hard-bx{float: left;width: 100%;padding: 40px 30px;background: white;border-radius: 30px;border: 1px solid #024c4f2e;margin-bottom: 25px;}
.hard-bx-img{float: left;width: 100px;}
.hard-bx h2{float: left;width: 100%;font-size: 25px;font-weight: 700;color: #024C4F;margin-bottom: 20px;margin-top: 15px;}
.hardbx-point{float: left;width: 100%;margin-bottom: 8px;}
.hardbx-point span{float: left;width: 10px;height: 10px;border-radius: 45px;background: #009292 ;}
.hardbx-point p{width: 100%;font-weight: 400;font-size: 15px;line-height: 24px;color: #024C4F;margin-bottom: 0px;padding-left: 20px;margin-top: -7px;}

.renovation-bx-hed{float: left;width: 100%;}
.renovation-bx-hed h2 {float: left;width: 100%;font-size: 35px;color: #024C4F;font-weight: 300;line-height: 41px;margin-bottom: 18px;padding-top: 15px;}
.renovation-bx-hed h2 span{font-weight: 700;}
.renovation-bx-hed img{float: left;width: 100%;border-radius: 30px;}
.renovation-point{float: left;width: 100%;padding: 30px 20px;background: white;border-radius: 30px;border: 1px solid #024c4f2e;margin-bottom: 20px;}
.renovation-point h2{float: left;width: 100%;font-size: 18px;font-weight: 700;color: #024C4F;margin-bottom: 11px;}
.renovation-point p{float: left;width: 100%;font-weight: 400;font-size: 15px;line-height: 24px;color: #024C4F;margin-bottom: 0px;text-align: justify;}
.renovation-point-full{float: left;width: 100%;padding-top: 115px;margin-bottom: 40px;}

.renovation-point-office{float: left;width: 100%;padding: 40px 25px;background: white;border-radius: 30px;border: 1px solid #024c4f2e;margin-bottom: 20px;margin-top: 115px;}
.renovation-point-office p{float: left;width: 100%;font-weight: 400;font-size: 15px;line-height: 24px;color: #024C4F;margin-bottom: 0px;text-align: justify;}

.asset-point-full{float: left;width: 100%;padding: 30px 20px;background: white;border-radius: 30px;border: 1px solid #024c4f2e;margin-bottom: 20px;}
.asset-point-full h2{float: left;width: 100%;font-size: 18px;font-weight: 700;color: #024C4F;margin-bottom: 11px;}
.asset-point{float: left;width: 100%;margin-bottom: 10px;}
.asset-point span{float: left;width: 10px;height: 10px;border-radius: 45px;background: #009292 ;}
.asset-point p{width: 100%;font-weight: 400;font-size: 15px;line-height: 24px;color: #024C4F;margin-bottom: 0px;padding-left: 20px;margin-top: -7px;text-align: justify;}
.aset-point-full{float: left;width: 100%;margin-bottom: 40px;}





.request-sec {
    position: absolute;
    right: 0;
    width: 100%;
    top: -450px;
    right: 0;
    height: auto;
    z-index: 9999999;
}.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 483px;
    top: 0;
    background: #00cb9b url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}.req-form {
    width: 485px;
    float: right;
    height: auto;
    margin-right: 0;
    opacity: 1;
    background: #024345;
    padding: 20px 30px 35px;
    top: 0;
    position: relative;
    right: 0;
    height: 100%;
    z-index: 99;
}.req-form h2 {
    font-size: 25px;
    text-align: left;
    font-weight: 700;
    color: white;

}.req-form p {
    font-size: 15px;
    font-weight: 300;
    width: 100%;
    line-height: 28px;
    color: white;
}.field_area {
    width: 100%;
    float: left;
    position: relative;
}
.fxfrms {color: black;display: block;font-weight: 300;font-size: 15px;height: 60px;margin-bottom: 25px;
    outline: none;background: white;width: 100%;padding-left: 0px;
    border: none;transition: all 500ms ease;outline: none;border: none;width: 100%;float: left;padding: 15px;border-radius: 10px;}
.contacts-butn{float: left;width: 100%;margin-top: 15px;}

.about-ser{margin-bottom: 40px;}



@media (max-width: 575px){
.logo{width: 150px;padding-top: 15px;margin-bottom: 0px;}
.header{height: 83px;}
.header-content h2{font-size: 35px;line-height: 42px;margin-bottom: 10px;}
.header-content p br{display: none;}
.slide{height: 400px;}
.header-content{height: 400px;}
.slideshow .slider{height: 400px;}
.slideshow{height: 400px;}
.slideshow .slider .item{height: 400px;}
.slideshow .slider .item img{height: 400px;}
.slideshow-text{height: 400px;}
.body1{padding: 55px 0px;}
.body1-img{padding-top: 40px;float: left;}
.body1-img img{max-width: 100%;float: left;}
.b1-hed{padding:0px;}
.body-hed{font-size: 35px;line-height: 40px;}
.b8-hed h2{font-size: 35px;line-height: 40px;}
.b2-hed p br{display: none;}
.b2-bx{padding: 0px 15px;}
.b2-bx h2{font-size: 20px;}
.b2-bx-full{margin-bottom: 30px;height: 300px;}
.body2{padding: 55px 0px 25px;}
.body3{padding-top: 55px;padding-bottom: 30px;}
.b3-hed{margin-bottom: 0px;}
.b3-bx-full h2{width: 100%;font-size: 75px;margin-bottom: 0px;}
.b3-txt{float: left;padding-top: 0px;padding-left: 0px;margin-bottom: 15px;}
.b3-bx-sq{display: none;}
.body4{padding: 55px 0px;}
.body-hedp br{display: none;}
.b4-hed{width: 100%;}
.b4-img img{margin-top: 10px;}
.expandToggle{width: 41px;height: 41px;}
.faqQuestion{font-size: 17px;}
.FAQ-content{padding-left: 58px;}
.body6{padding: 55px 0px;}
.ab-sec2-bx{margin-top: 10px;margin-bottom: 10px;}
.body7{padding: 55px 0px;}
.slider-b7 .owl-dots{margin-top: 25px;}
.b7-slide-full{margin-bottom: 35px;}
.b7-bx{padding: 25px 20px;margin-bottom: 15px;}
.b8-hed{width: 100%;}
.body8{padding: 55px 0px;}
.b8-butn{float: left;margin-top: 20px;}
.footer{padding: 55px 0px;background: linear-gradient(180deg, #ffffff 245px, #024C4F 245px);}
.ft-logo{margin-bottom: 60px;}
.ft-logo-img{margin-bottom: 35px;}
.quicklinks{padding-left: 0px;margin-bottom: 15px;}
.ft-letr input{width: 180px;}
.ft-butn a{width: 95px;}
.ft-copy-txt p{width: 100%;}
.ft-copy2{float: left;text-align: left;}
.ft-copy1{margin-bottom: 5px!important;}
.ft-copy{padding: 20px 0px;}

.iner-bnr-hed h2{font-size: 35px;line-height: 40px;margin-bottom: 12px;}
.inner-bnr{padding: 40px 0px;}
.iner-bnr-hed p br{display: none;}
.about{padding: 55px 0px;}
.about-b1 img{float: left;margin-left: 0px;width: 100%;max-width: 500px;}
.about{background: #F2FDFA;}
.about-b1 h2{font-size: 35px;line-height: 40px;float: left;padding-top: 0px;}
.about-b2{padding: 55px 0px;}
.ab-mission{margin-bottom: 15px;}
.about-b1 p{float: left;}
.hard-bx{padding: 30px 18px;}
.hard-bx h2{font-size: 20px;}

.renovation-bx-hed h2{font-size: 24px;line-height: 30px;}
.renovation-point-full{padding-top: 35px;margin-bottom: 10px;}
.renovation-point-office{margin-top: 35px;}
.aset-point-full{padding-top: 35px;}

.contact-bx{margin-bottom: 15px;}


}




@media (min-width: 576px) and (max-width: 767px){
.logo{width: 150px;padding-top: 15px;margin-bottom: 0px;}
.header{height: 83px;}
.header-content h2{font-size: 35px;line-height: 42px;margin-bottom: 10px;}
.header-content p br{display: none;}
.slide{height: 400px;}
.header-content{height: 400px;}
.slideshow .slider{height: 400px;}
.slideshow{height: 400px;}
.slideshow .slider .item{height: 400px;}
.slideshow .slider .item img{height: 400px;}
.slideshow-text{height: 400px;}
.body1{padding: 55px 0px;}
.body1-img{padding-top: 40px;float: left;}
.body1-img img{max-width: 100%;float: left;}
.b1-hed{padding:0px;}
.body-hed{font-size: 35px;line-height: 40px;}
.b8-hed h2{font-size: 35px;line-height: 40px;}
.b2-hed p br{display: none;}
.b2-bx{padding: 0px 15px;}
.b2-bx h2{font-size: 20px;}
.b2-bx-full{margin-bottom: 30px;}
.body2{padding: 55px 0px 25px;}
.body3{padding-top: 55px;padding-bottom: 30px;}

.b3-bx-sq{display: none;}
.body4{padding: 55px 0px;}
.body-hedp br{display: none;}
.b4-hed{width: 100%;}
.b4-img img{margin-top: 10px;}
.expandToggle{width: 41px;height: 41px;}
.faqQuestion{font-size: 17px;}
.FAQ-content{padding-left: 58px;}
.body6{padding: 55px 0px;}
.ab-sec2-bx{margin-top: 10px;margin-bottom: 10px;}
.body7{padding: 55px 0px;}
.slider-b7 .owl-dots{margin-top: 25px;}
.b7-slide-full{margin-bottom: 35px;}
.b7-bx{padding: 25px 20px;margin-bottom: 15px;}
.b8-hed{width: 100%;}
.body8{padding: 55px 0px;}
.b8-butn{float: left;margin-top: 20px;}
.footer{padding: 55px 0px;background: linear-gradient(180deg, #ffffff 245px, #024C4F 245px);}
.ft-logo{margin-bottom: 60px;}
.ft-logo-img{margin-bottom: 35px;}
.quicklinks{padding-left: 0px;margin-bottom: 15px;}
.ft-copy-txt p{width: 100%;}
.ft-copy2{float: left;text-align: left;}
.ft-copy1{margin-bottom: 5px!important;}
.ft-copy{padding: 20px 0px;}

.iner-bnr-hed h2{font-size: 35px;line-height: 40px;margin-bottom: 12px;}
.inner-bnr{padding: 40px 0px;}
.about{padding: 55px 0px;}
.about-b1 img{float: left;margin-left: 0px;width: 100%;max-width: 500px;}
.about{background: #F2FDFA;}
.about-b1 h2{font-size: 35px;line-height: 40px;float: left;padding-top: 0px;}
.about-b2{padding: 55px 0px;}
.ab-mission{margin-bottom: 15px;}
.about-b1 p{float: left;}

.renovation-bx-hed h2{font-size: 24px;line-height: 30px;}
.renovation-point-full{padding-top: 35px;margin-bottom: 10px;}
.renovation-point-office{margin-top: 35px;}
.aset-point-full{padding-top: 35px;}
.contact-bx{margin-bottom: 15px;}
}



@media (min-width: 768px) and (max-width: 991px){
    
    
    .b2-bx-full {height: 320px;}
.logo{width: 150px;padding-top: 15px;margin-bottom: 0px;}
.header{height: 83px;}
.body-hedp br{display: none;}
.b2-bx{padding: 0px 20px;}
.b3-bx-full h2{width: 100%;margin-bottom: 0px;}
.b3-txt{float: left;padding-left: 0px;padding-top: 0px;margin-bottom: 25px;}
.b4-img img{margin-top: 0px;}
.b7-bx{padding: 30px 15px;}
.b8-hed{width: 64%;}
.b8-butn{margin-top: 47px;}
.ft-social a img{margin-right: 10px;}
.quicklinks{padding-left: 15px;}
.ft-letr input{width: 135px;}
.ft-butn a{width: 65px;}
.ft-copy1{width: 57%!important;}.ft-copy2{width: 43%!important;}
.footer{background: linear-gradient(90deg, #ffffff 37%, #024C4F 37%);}
.inner-bnr{padding: 85px 0px;}
.about-b1 img{width: 350px;}
.about-b1 h2{font-size: 40px;line-height: 50px;}
.about-b1 p{padding-right: 33%;}
.contact-bx{margin-bottom: 15px;}

.body1-img{padding-top: 40px;float: left;}
.body1-img img{max-width: 100%;float: left;}

}



@media (min-width: 992px) and (max-width: 1024px){
    
    
    .b2-bx-full {height: 330px;}
.logo{width: 150px;padding-top: 15px;margin-bottom: 0px;}
.header{height: 83px;}
.b3-bx-full h2{font-size: 75px;}
.b3-txt{padding-left: 109px;}
.b3-txt2{padding-left: 126px;}
.b3-txt3{padding-left: 124px;}
.b3-txt p{margin-bottom: 15px;}
.b4-img img{margin-top: -150px;}
.footer{background: linear-gradient(90deg, #ffffff 34%, #024C4F 34%);}
.about-b1 p{padding-right: 33%;}
.ft-butn a {width: 70px;}
}




@media (min-width: 1025px) and (max-width: 1199px){
.header_menu_area > ul > li > a{padding: 0px 9px;}
.menu-enq a{width: 146px;}
.menu-whtsp{padding-left: 11px;}
.logo{width: 140px;padding-top: 50px;}
.about-b1 p{padding-right: 33%;}
.ft-butn a {width: 70px;}


}@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}
.ceo-sec{
    width: 100%;
    float: left;
    padding: 60px 0;
}
.ceo-sec h1{
    width: 100%;
    font-size: 40px;
    color: #024C4F;
    font-weight: 300;
    /* line-height: 73px; */
    margin-bottom: 18px;
    margin-top: 0;
}.ceo-sec h1 span{
    font-weight: 700
}
.ceo-sec p{padding-bottom: 16px;float: left;width: 100%;font-weight: 300;font-size: 15px;color: #000000;margin-bottom: 0px;line-height: 27px;text-align: justify;}
.ceo-sec h5{
    width: 100%;
    float: left;
    margin-top: 20px;
    font-size: 20px;
    color: #024c4f;
}
.ceo-sec h6{
    width: 100%;
    float: left;
    font-size: 25px;
    color: #024c4f;
    font-weight: 700;
}
.ceo-sec h6 span{
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
}
.new-va{
    width: 100%;
    float: left;
    padding-bottom: 60px;
}
.new-va h6{
    width: 100%;
    font-size: 18px;
    color: #024C4F;
    font-weight: 500;
    /* line-height: 73px; */
    margin-bottom: 18px;
    padding-top: 15px;
}
.va-box{
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    margin-top: 20px;
}
.va-box h5{
    font-size: 16px;
    margin: 0;
    color: #024C4F;
}
.va-box img{
    width: 50px;
    margin-bottom: 15px;
}
.new-va p{
    text-align: justify;
        width: 100%;
    font-size: 14px;
    color: #024C4F;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 0px;margin-top:30px;
}


.hidden-input-field {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }
.grecaptcha-badge { 
    visibility: hidden;
}