@font-face {
    font-family: 'Manrope-Light';
    src: url(../fonts/Manrope-Light.ttf);
}

@font-face {
    font-family: 'Manrope-Bold';
    src: url(../fonts/Manrope-Bold.ttf);
}

@font-face {
    font-family: 'Manrope-Regular';
    src: url(../fonts/Manrope-Regular.ttf);
}

@font-face {
    font-family: 'Manrope-ExtraBold';
    src: url(../fonts/Manrope-ExtraBold.ttf);
}

@font-face {
    font-family: 'Manrope-SemiBold';
    src: url(../fonts/Manrope-SemiBold.ttf);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

title {
    text-transform: capitalize;
}

html {
    scroll-behavior: smooth;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none !important;
}

body {
    font-family: 'Manrope-Regular';
}

.header-sec {
    position: relative;
    padding: 10px 50px;
}


.top-contact-list .info img{
    max-width: 35px;
    margin-right: 15px;
}
.top-contact-list p{
    font-size: 13px;
    color: #777;
    font-family: 'Manrope-SemiBold';
}
.top-contact-list .info .call-number a{
    font-size: 19px;
    font-family: 'Manrope-Bold';
    color: #0c724a;
}
.top-social li{
    margin-right: 15px;
}
.top-social li a{
    width: 30px;
    height: 30px;
    background-color: #dcece9;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgb(99 99 99 / 10%) 0px 2px 8px 0px;
    border-end-end-radius: 5px;
}
.top-contact-list h3{
    font-size: 13px;
    font-family: 'Manrope-SemiBold';
    color: #000;
    padding: 0 50px;
    border-left: 1px solid #ccc;
}
.top-contact-list h3 span{
    color: #eca525;
}
.top-social img {
    max-width: 15px;
}
.header-sec .logo {
    max-width: 220px;
}

.nav li {
    position: relative;
    font-family: 'Manrope-Light';
    border-right: 1px solid #ccc;
}
.nav li:last-child{
    border: 0 !important;
}
.nav li.active{
    background-color: #81a96a;
    border-bottom-left-radius:5px;
}
.nav li.active a{
    color: #fff;
}
.welcare-nav{
    position: absolute;
    left:0;
    right: 0;
    top:0;
}
.welcare-nav .balcon-navigation{
    min-width: 1200px;
    margin: auto;
    background-color: #f5f7f7;
    padding:7px 5px 5px 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-bottom-left-radius:7px;
}

.nav li a {
    font-size: 17px;
    color: #000;
    font-family: 'Manrope-SemiBold';
    padding: 0 27px;

}


.mega-menu-wrapper {
    top:100px;
    position: absolute;
    padding: 15px 5px;
    left: 0;
    right: 0;
    background:#8dc16f;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    min-width: 175px;
}
.mega-menu-wrapper li{
    border: 0 !important;
    margin-bottom: 10px;
}
.mega-menu-wrapper li a{
    padding: 0 15px;
}
.nav li:hover .mega-menu-wrapper {
    opacity: 1;
    visibility: visible;
    top:25px;
}
.nav li span {
    position: absolute;
    width: 30px;
    height: 25px;
    content: "";
    right: 0;
    z-index: 9;
    background-size: 50%!important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-image: url(../img/drop-down.png);
}
.request {
    color: #0c724a;
     font-family: 'Manrope-SemiBold';
    background-color: #dcece9;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-size: 17px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius:0;
    border-bottom-left-radius: 7px;
}
.request:hover{
    background-color: #cee1de;
}
.request img {
    max-width: 25px;
}


.banner {
    z-index: 9;
    background-image: url(../img/46.jpg);
    background-size: 100%;
    background-position: center;
    position: relative;
    background-repeat: no-repeat !important;
    overflow: hidden;
    height: 700px;
}
.banner h1 {
   font-family: 'Manrope-Light';
    font-size: 65px;
    line-height: 75px;
    color: #222;
    text-shadow: 1px 1px #222;
    position: relative;
    padding-left: 75px;
}

.about {
    padding-top: 50px;
    padding-bottom: 75px;
    position: relative;
    background-color: #f1f1f1;
}

.about{
     background-size: cover !important;
    background-position: left !important;
    background-repeat: no-repeat !important;
    background: url(../img/about-bg.jpg);
    position: relative;
    padding: 100px 0 100px 0;
}

.about h2{
    font-family: 'Manrope-SemiBold';
    font-size: 30px;
    color: #000;
    padding: 30px 0 20px 0;
    position: relative;
    max-width: 525px;
    margin-top: 25px;
}
.about h2:before{
    content: "";
    position: absolute;
    background-color: #eca525;
    left: 0;
    top:0;
    width: 100px;
    height: 5px;
}
.about p{
    font-size: 15px;
    color: #444;
    line-height: 25px;
    text-align: justify;
}
.about a:hover{
    color: #f1f1f1;
}
.abt-img{
    position: relative;
    max-width: 450px;
    margin:50px auto;
}
.abt-img .about-image{
     background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background: url(../img/about-2.jpg);
    height: 450px;
    position: relative;
    z-index: 1;
}
.abt-img:before{
    content: "";
    position: absolute;
    left: -25px;
    bottom: -25px;
    width:175px;
    opacity: .25;
    height: 135px;
    background: url(../img/ab-pattern.png);
}
.abt-img:after{
    content: "";
    position: absolute;
    top: -50px;
    right: -75px;
    bottom:-50px;
    width: 525px;
    opacity: .1;
    height: 550px;
    background: url(../img/ab-right.png);
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    animation: rotate10deg 10s infinite;
}
@keyframes rotate10deg {
    0% {
        transform: rotate(-5deg)
    }

    50% {
        transform: rotate(5deg)
    }

    100% {
        transform: rotate(-5deg)
    }
}
.service {
    background-size: cover !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background: url(../img/service.jpg);
    position: relative;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 100px 0;
}

.service:before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background: rgb(255 255 255 / 95%);
    z-index: 0;
}

.service h2 {
    font-size: 45px;
    color: #0c724a;
    font-family: 'Manrope-Bold';
    margin-bottom: 75px;
    position: relative;
}
.service h2:before{
    content: "";
    position: absolute;
    background-color: #eca525;
    left:50%;
    transform: translateX(-50%);
    bottom: -25px;
    width: 100px;
    height: 5px;
}

.service h3 {
    font-size: 17px;
    color: #056939;
    font-family: 'Manrope-Bold';
    margin-top: 15px;
    margin-bottom: 50px;
    position: relative;
}
.service-block{
    max-width: 1000px;
    margin: auto;
}

 .service-list {
     padding: 64px;
     display: block;
     border-right: 1px solid #d6eaff;
     border-bottom: 1px solid #d6eaff;
     overflow: hidden;
     background: #fff;
     height: 250px;
}
 .service-list:hover img {
     -webkit-transform: scale(1.2);
     transform: scale(1.2);
}
 .service-list img {
     transition: all 0.4s ease-in-out;
     max-width: 75px;
}



.balcon-calc {
    background-size: 100% !important;
    background-position: center !important;
    position: relative;
    background-image: url(../img/calc-bg.jpg);
    padding: 100px 0;
    background-attachment: fixed;
}

.balcon-calc:before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background: rgb(241 241 241 / 90%);
    z-index: 0;
}

.balcon-calc h2 {
    font-size: 45px;
    color: #056939;
    font-family: 'Manrope-Bold';
    margin-bottom: 75px;
    position: relative;
    text-align: center;
}
.balcon-calc h2:before{
    content: "";
    position: absolute;
    background-color: #eca525;
    left:50%;
    transform: translateX(-50%);
    bottom: -25px;
    width: 100px;
    height: 5px;
}
.cal {
    max-width: 900px;
    margin: auto;
}

.cal_first {
    background: rgb(55 74 89 / 100%);
    padding: 50px;
    color: #fff;
    min-height: 295px;
    position: relative;
    border-bottom-left-radius: 50px;
    box-shadow:2px 2px 5px 2px #0000001f;
}

.cal-img img {
    height: 300px;
    width: 100%;
    padding-top: 3px;
}

#calc_btn {
    background-color: #4da14d;
    color: #fff;
    padding: 7px 15px;
    font-size: 19px;
    letter-spacing: 2px;
    font-family: 'Manrope-SemiBold';
    display: flex;
    align-items: center;

}

#calc_btn img {
    max-width: 19px;
    filter: invert(1);
    margin-right: 10px;
}

#calc_btn:hover {
    background-color: #7bb41b;
}

.extr_top {
    margin-top: 20px;
}

.vision_top {
    padding-top: 60px;
    padding-bottom: 60px;
}

.res-balcon {
    margin-bottom: 15px;
    font-size: 19px;
    font-family: 'Manrope-SemiBold';
    color: #fff;
}

.res-balcon p {
    font-size: 19px;
    font-family: 'Manrope-SemiBold';
    color: #fff;
    width: 250px;
    text-align: right;
    margin-right: 15px;
    text-shadow: 1px 1px #333;
}

.res-balcon input {
    height: 35px;
    width: 100px;
    background-color: ;
}

.elementor-accordion-title {
    font-family: 'Manrope-SemiBold';
    font-size: 17px;
    margin-bottom: 5px;
}

.home-contact {
    background-color: #a3d6a3;
    overflow: hidden;
}

.home-contact-bg {
    position: relative;
    height: 100%;
}

.home-contact .img {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    z-index: 9;
}

.home-contact .shape {
    position: absolute;
    left: -20%;
    top: -20%;
    transform: rotate(-12deg);
    width: 360px;
    height: 360px;
    border-radius: 25%;
    background-image: linear-gradient(-360deg, rgb(87 214 68 / 50%) 0%, rgba(255, 1, 170, 0) 100%);
    z-index: 2;
    animation: loading 10s linear infinite;
}

@keyframes loading {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(100deg);
    }

    100% {
        transform: rotate(0);
    }
}

.home-contact .shape-02 {
    position: absolute;
    left: -15%;
    top: -25%;
    transform: rotate(-12deg);
    width: 360px;
    height: 360px;
    border-radius: 25%;
    background-image: linear-gradient(-360deg, rgb(60 177 43 / 50%) 0%, rgba(255, 1, 170, 0) 100%);
    z-index: 2;
    animation: loading1 7s linear infinite;
}

@keyframes loading1 {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(105deg);
    }

    100% {
        transform: rotate(0);
    }
}

.home-contact h2 {
    font-family: 'Manrope-SemiBold';
    font-size: 25px;
    margin-bottom: 25px;
    color: #222;
}

.home-contact .form-group {
    margin-bottom: 15px;
}

.home-contact input {
    height: 60px;
    width: 100%;
    max-width: 500px;
    border-radius: 5px;
    border: 0;
    padding: 15px;
}

.home-contact textarea {
    height: 150px;
    width: 100%;
    max-width: 500px;
    border-radius: 5px;
    border: 0;
    padding: 15px;

}

.thm-btn {
    padding: 10px 50px;
    border: none;
    outline: none !important;
    background-color: #eca525;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    border-bottom-left-radius: 7px;
    border-top-right-radius: 7px;
}

footer {
    background: #81a96a;
    padding: 75px 0;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat;
}

footer h2 {
    color: #ffcc71;
    margin-bottom: 25px;
    font-size: 23px;
}

.f-logo img {
    max-width: 100%;
    padding-right: 35px;
}

.dir img {
    max-width: 25px;
    margin-right: 15px;
    filter: invert(1);
}

.dir a {
    color: #fff;
}

.dir {
    margin-bottom: 15px;
}

.dir p {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    max-width: 450px;
}

footer ul li {
    margin-bottom: 7px;
}

footer ul li a {
    color: #fff;
}

footer ul li a:hover {
    color: #f7f7f7;
}

.footer-bottom {
    background: #002147;
    padding: 15px 0;
    color: #fff;
    font-size: 12px;
}

.footer-social li a {
    margin-right: 10px;
}

.footer-social li img {
    max-width: 35px;
    filter: invert(1);
}

.product {
    padding: 75px 0;
}

.product h2 {
    font-size: 45px;
    color: #056939;
    font-family: 'Manrope-Bold';
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.product h2:before{
    content: "";
    position: absolute;
    background-color: #eca525;
    left:50%;
    transform: translateX(-50%);
    bottom: -25px;
    width: 100px;
    height: 5px;
}
.product h3{
    font-size: 50px;
    color: #056939;
    font-family: 'Manrope-ExtraBold';
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.product p{
    font-size: 17px;
    color: #444;
    line-height: 25px;
    text-align: justify;
    max-width: 600px;
}
.image-service {
    background-size: cover !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background: url(../img/22.png);
    position: relative;
    height: 100%;
}

.contact-img {
    background-size: 100% !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background: url(../img/contact-img.png);
    position: relative;
    height: 100%;
    min-height: 525px;
}

.home-contact-sec {
    position: relative;
    padding: 25px 0;
}

.home-contact-sec:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 150px;

    background-size: cover !important;
    background-position: left left !important;
    background-repeat: no-repeat !important;
    background: url(../img/rock.jpg);
}

.home-contact-sec .form-group {
    margin: 15px;
}

.home-contact-sec input {
    height: 60px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 15px;
}

.home-contact-sec textarea {
    height: 100px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 15px;
}

.home-contact-sec form {
    margin-top: 175px;
}

.contact-img {
    position: relative;
}

#calres {
    background-color: #eca525;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-top-right-radius: 50px;
    box-shadow: 1px 1px 2px #0000001f;
}
.product-list .owl-nav {
    bottom:-25px;
    position: absolute;
    z-index: 99;
    left:50%;
    transform: translateX(-50%);
    display: flex;
}
.product-list.owl-theme .owl-nav .owl-prev{
  background: url(../img/testimonial-scroll-left.png) !important;
  height: 50px;
  width: 50px;
  display: inherit;
  text-indent: -9999px;
  white-space: nowrap; 
  position: relative;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  margin-right: 15px;
}
.product-list.owl-theme .owl-nav .owl-next{
  background: url(../img/testimonial-scroll-right.png) !important;
  height: 50px;
  width: 50px;
  display: inherit;
  text-indent: -9999px;
  white-space: nowrap; 
  background-size: 100% !important;
  background-repeat: no-repeat !important;
} 
.blog{
    position: relative;
    overflow: hidden;
}

.blog-banner{
     background-size:contain !important;
    background-position:right !important;
    background-repeat: no-repeat !important;
    height: 700px;
    min-height: 80vh;
    position: relative;
}
.blog-banner .read-more{
    position: absolute;
    left: 25%;
    bottom: 100px;
}
.blog-banner .read-more:hover{
    color: #f2f2f2;
}
.blog-list .owl-nav {
    bottom:100px;
    position: absolute;
    z-index: 99;
    left:50px;
    display: flex !important;
}
.blog-list.owl-theme .owl-nav .owl-prev{
  background: url(../img/testimonial-scroll-left.png) !important;
  height: 50px;
  width: 50px;
  display: inherit;
  text-indent: -9999px;
  white-space: nowrap; 
  position: relative;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  margin-right: 15px;
}
.blog-list.owl-theme .owl-nav .owl-next{
  background: url(../img/testimonial-scroll-right.png) !important;
  height: 50px;
  width: 50px;
  display: inherit;
  text-indent: -9999px;
  white-space: nowrap; 
  background-size: 100% !important;
  background-repeat: no-repeat !important;
} 


.call-buton .cc-calto-action-ripple, .multi-action .cc-calto-action-ripple {
    z-index: 9;
    background: #25D366;
    width:35px;
    height:35px;
    padding:2px;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none; }
  
  @-webkit-keyframes cc-calto-action-ripple {
    0% {
      -webkit-box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 0 rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2);
      box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 0 rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2); }
    100% {
      -webkit-box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
      box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
  
  @keyframes cc-calto-action-ripple {
    0% {
      -webkit-box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 0 rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2);
      box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 0 rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2); }
    100% {
      -webkit-box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
      box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
.call-buton  img{
    max-width:25px;
}
    /*span.num{
        position: absolute;
    color: #2e946c;
    left:-50px;
    bottom:-35px;
    min-width: 150px;
    font-size: 19px;
    font-family: 'Manrope-Bold';
    }*/
   .inner-banner{
    background-size: cover !important;
    background-position: left !important;
    background-repeat: no-repeat !important;
    background: url(../img/47.jpg);
    position: relative;
    padding: 50px 0 ;
    display: flex;
    align-items: center;
   } 
   .inner-banner .container{
    max-width: 1200px;
   }
   .inner-banner h1{
    font-size: 35px;
    color: #0c724a;
    font-family: 'Manrope-Bold';
    margin-top:30px;
    position: relative;
   }
   .about-info-sec h3{
    font-size: 27px;
    color: #495a68;
    font-family: 'Manrope-Bold';
    position: relative;
    text-align: center;
    margin-top: 15px;
   }
   .about-info-sec p{
    font-size: 15px;
    line-height: 25px;
    color: #000;
    text-align: center;
    padding:15px 0;
   }
   .about-info-sec img{
    max-width: 60px;
   }
   .about-info-sec .info{
    border-right: 1px dashed #ccc;
    padding: 25px;
   }
   .border-none{
    border: 0 !important;
   }
   .about-info-sec .icon{
    background: #f7f7f7;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    position: relative;
    overflow: hidden;
   }


     .about-info-sec .icon:before{
    position: absolute;
    bottom: -13px;
    left: -7px;
    content: "";
       width: 0;
      height: 0;
      border-bottom: 20px solid #f5dbac;
      border-left: 20px solid transparent;
       animation: MoveUpDown54 2s linear infinite;
}
@keyframes MoveUpDown54 {
  0%, 100% {
    bottom: -7px;
  }
  50% {
    bottom: -13px;
  }
}
  .about-info-sec .icon:after{
    position: absolute;
    top: -10px;
    right: -10px;
    content: "";
       width: 0;
      height: 0;
      border-top: 20px solid #e0e2e4;
      border-right: 20px solid transparent;
    animation: MoveUp12 2s linear infinite;
}
@keyframes MoveUp12 {
  0%, 100% {
    top: -10px;
  }
  50% {
    top: -5px;
  }
  100%{
    top:-10px;
  }
}

.contact-bck .call-us{
    margin:25px auto;
    max-width: 200px;

}
.contact-bck .call-us a, .contact-bck .info a{
    color: #333;
    font-size: 19px;
    font-family: 'Manrope-Bold';
    margin-bottom:5px;
    display: block;
}
.hamburger-menu {
       position: fixed;
    top: 20px;
    right: 10px;
    width: 35px;
    height: 50px;
    display:none;
    z-index:999999;
}
.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
    top: 3px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
    top: 14px;
}

.hamburger-menu span:nth-child(4) {
    top: 25px;
}

.hamburger-menu.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}
.dealer {
    background-size: cover !important;
    background-position: left !important;
    background-repeat: no-repeat !important;
    background: url(../img/about-bg.jpg);
    position: relative;
    padding: 100px 0 100px 0;
}
.dropdown-menu{
    margin-left: -25px !important;
    min-width: 225px;
    height: 450px;
    overflow-y: scroll;
}
.dropdown-menu li{
    padding: 15px;
    border-bottom: 1px dotted #ccc;
    text-align: center;
}
.dropdown-menu li a{
    color: #333;
}
.dealer-list{
    padding: 50px;
    background: #fff;
    max-width: 1000px;
    margin: 75px auto;
    height: 700px;
    overflow-y: scroll;
    padding: 75px;
}
.dealer h2{
        font-size: 30px;
    color: #0c724a;
    font-family: 'Manrope-Bold';
    margin-bottom: 75px;
    position: relative;
    text-align: center;
}
.dealer h2:before {
    content: "";
    position: absolute;
    background-color: #eca525;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 75px;
    height: 3px;
}
.dealer h3{
    font-size: 25px;
    color: #333;
    margin-bottom: 15px;
    font-family: 'Manrope-SemiBold';
}
.dealer p{
    font-size: 17px;
    color: #444;
}
.dealer .info{
    margin-top: 15px;
}
.dealer .info img{
    max-width: 25px;
}
.dealer .info a{
    font-size: 19px;
    color: #333;
    margin-left: 10px;
}
.dealer .list-block{
    margin-bottom: 50px;
}
.dropdown button{
    padding: 10px 25px;
    background: #f2f2f2;
}
.dropdown-toggle::after{
    margin-left: 10px;
}
.gallery{
    padding: 100px 0;
}
.gallery-list-block{
    margin: 15px;
}
.gallery .image-block{
    background: linear-gradient(360deg, rgb(197 205 209 / 38%) 25%, rgb(255 255 255 / 1%) 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 350px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.gallery .image-block img{
    max-width: 350px;
    margin: auto;
}
.gallery .image-block:before{
    position: absolute;
    bottom: -21px;
    left: -21px;
    content: "";
       width: 0;
      height: 0;
      border-bottom: 50px solid #f5dbac;
      border-left: 50px solid transparent;
       animation: MoveUpDown 2s linear infinite;
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: -21px;
  }
  50% {
    bottom: -29px;
  }
}
.gallery .image-block:after{
    position: absolute;
    top: -21px;
    right: -21px;
    content: "";
       width: 0;
      height: 0;
      border-top: 50px solid #e0e2e4;
      border-right: 50px solid transparent;
    animation: MoveUp 2s linear infinite;
}
@keyframes MoveUp {
  0%, 100% {
    top: -21px;
  }
  50% {
    top: -15px;
  }
  100%{
    top:-21px;
  }
}
.key-feature{
    padding: 100px 0 125px 0;
}
.key-feature h2{
        font-size: 30px;
    color: #056939;
    font-family: 'Manrope-Bold';
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 100px;
}
.key-feature h2:before {
    content: "";
    position: absolute;
    background-color: #eca525;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    width: 100px;
    height: 5px;
}
.key-feature .block{
  text-align: center;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 25px;
  position: relative;
}
.key-feature  .block:after{
  content: "";
  position: absolute;
  right:-25px;
  top:70px;
  width: 75px;
  background: #eca525;
  height: 2px;
}
.key-feature .img-block{
    display: flex;
    align-items: center;
    width: 125px;
    height: 125px;
    margin-bottom: 25px;
    border-radius: 50%;
    background: linear-gradient(360deg, rgb(197 205 209 / 38%) 25%, rgb(255 255 255 / 1%) 100%);
}
.key-feature .img-block img{
   max-width: 75px;
   margin: auto;
}
.key-feature p{
    font-size: 19px;
    color: #333;
    line-height: 29px;
    font-family: 'Manrope-SemiBold';
    max-width: 200px;
    margin: auto;
}
.key-list .owl-nav {
    bottom:-90px;
    position: absolute;
    z-index: 99;
    left:50%;
    transform: translateX(-50%);
    display: flex;
}
.key-list.owl-theme .owl-nav .owl-prev{
  background: url(../img/testimonial-scroll-left.png) !important;
  height: 50px;
  width: 50px;
  display: inherit;
  text-indent: -9999px;
  white-space: nowrap; 
  position: relative;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  margin-right: 15px;
}
.key-list.owl-theme .owl-nav .owl-next{
  background: url(../img/testimonial-scroll-right.png) !important;
  height: 50px;
  width: 50px;
  display: inherit;
  text-indent: -9999px;
  white-space: nowrap; 
  background-size: 100% !important;
  background-repeat: no-repeat !important;
}

.how-apply{
    padding: 100px;
    background-size: 100% !important;
    background-position: center !important;
    position: relative;
    background-image: url(../img/calc.jpg);
    padding: 100px 0;
    background-attachment: fixed;
}
.how-apply:before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background: url(../img/47.jpg);
    opacity: .95;
    }
.how-apply h2{
        font-size: 30px;
    color: #056939;
    font-family: 'Manrope-Bold';
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 100px;
}

.how-apply h2:before {
    content: "";
    position: absolute;
    background-color: #eca525;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    width: 100px;
    height: 5px;
}
.how-apply .block{
    background: #fff;
    padding:25px;
    padding-bottom: 0;
    margin: 15px;
    min-height: 335px;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-bottom-right-radius: 50px;
}


     .how-apply .block:before{
    position: absolute;
    bottom: -7px;
    left: -7px;
    content: "";
       width: 0;
      height: 0;
      border-bottom: 20px solid #f5dbac;
      border-left: 20px solid transparent;
       animation: MoveUpDown67 2s linear infinite;
}
@keyframes MoveUpDown67 {
  0%, 100% {
    bottom: -2px;
  }
  50% {
    bottom: -7px;
  }
}
  .how-apply .block:after{
    position: absolute;
    top: -12px;
    right: -5px;
    content: "";
       width: 0;
      height: 0;
      border-top: 20px solid #d6dfe8;
      border-right: 20px solid transparent;
    animation: MoveUp17 2s linear infinite;
}
@keyframes MoveUp17 {
  0%, 100% {
    top: -12px;
  }
  50% {
    top: -3px;
  }
  100%{
    top:-12px;
  }
}
.how-apply p{
    font-size: 17px;
    line-height: 27px;
    font-family: 'Manrope-SemiBold';
    margin-top: 10px;
}
.apply-jointer img{
    max-width: 125px;
}
.brick-img{
    max-width: 200px;
    margin: 25px auto;
    position: relative;
}


.step-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.step-list__item {
  counter-increment: step-counter;
  position: relative;
}
.step-list__item:before {
  content: counter(step-counter);
  font-weight: 300;
  color: #d8d8d8;
}
.step-list__item h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}
.step-list__item .icon {
  border-radius: 50%;
  display: block;
  flex: 0 0 auto;
}
.step-list__item .icon img {
  width: 100%;
  height: 100%;
}
.step-list__item .body {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}
.step-list__item .content {
  display: flex;
  flex-direction: row;
  padding-bottom: 18px;
}
.step-list__item:first-child .icon {
  background: #f4f6d5;
}
.step-list__item:nth-child(2) .icon {
  background: #e8f4f3;
}
.step-list__item:nth-child(3) .icon {
  background: #ededed;
}
.step-list__item:nth-child(4) .icon {
  background: #edf6ef;
}
.step-list__item:nth-child(5) .icon {
  background: #fef3f3;
}
.step-list__item:nth-child(6) .icon {
   background: #f4f6d5;
}
.step-list__item:nth-child(7) .icon {
    background: #e8f4f3;
}
.step-list__item:nth-child(8) .icon {
  background: #fef3f3;
}
.step-list__item:nth-child(odd) .content {
  justify-content: flex-start;
}
.step-list__item:nth-child(even) .content {
  justify-content: flex-end;
}
.step-list__item:first-child > .step-list__item__inner:before {
  content: none;
}
.step-list__item:last-child > .step-list__item__inner:after {
  content: none;
}
.step-list__item + li {
  margin-top: 84px;
}
.step-list__item + li > div {
  margin-top: -1px;
}
@media screen and (max-width: 600px) {
  .step-list__item {
    display: flex;
  }
  .step-list__item:before {
    content: counter(step-counter);
    position: relative;
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    color: #000000;
    margin-right: 50px;
  }
  .step-list__item .icon {
    order: 0;
    width: 60px;
    height: 60px;
    padding: 15px;
    position: absolute;
    left: -9px;
    top: 42px;
  }
  .step-list__item .body {
    order: 1;
    margin-top: 8px;
    margin-left: 12px;
  }
  .step-list__item .content {
    align-items: flex-start;
  }
  .step-list__item .content:before {
    content: "";
    position: absolute;
    border-left: #d8d8d8;
    height: 100%;
    left: 9px;
    bottom: 0;
    display: block;
    width: 1px;
    background: #d8d8d8;
    top: 84px;
  }
  .step-list__item:last-child .content:before {
    content: none;
  }
}
@media screen and (min-width: 601px) {
  .step-list__item:before {
    content: counter(step-counter);
    position: absolute;
    font-size: 90px;
    line-height: 1;
    font-weight: 300;
    color: #d8d8d8;
  }
  .step-list__item .icon {
    width: 125px;
    height: 125px;
    padding: 30px;
  }
  .step-list__item .body {
    flex: 0 1 33.3333%;
    margin-top: 84px;
  }
  .step-list__item .content {
    align-items: flex-end;
  }
  .step-list__item > .step-list__item__inner {
    position: relative;
  }
  .step-list__item > .step-list__item__inner:before, .step-list__item > .step-list__item__inner:after {
    border-width: 0px;
    border-style: solid;
    border-color: #d8d8d8;
    display: block;
    content: "";
    position: absolute;
    height: 42px;
    width: calc( 33.3333% - 42px );
  }
  .step-list__item:nth-child(odd) > .step-list__item__inner {
    text-align: right;
  }
  .step-list__item:nth-child(odd) > .step-list__item__inner:before, .step-list__item:nth-child(odd) > .step-list__item__inner:after {
    border-left-width: 1px;
    left: calc( 33.3333% - 21px );
  }
  .step-list__item:nth-child(odd) > .step-list__item__inner:before {
    border-top-width: 1px;
    border-top-left-radius: 42px;
    margin-top: -42px;
  }
  .step-list__item:nth-child(odd) > .step-list__item__inner:after {
    border-bottom-width: 1px;
    border-bottom-left-radius: 42px;
    margin-bottom: -42px;
  }
  .step-list__item:nth-child(odd):before {
    left: 0;
    margin-left: 33.3333%;
    transform: translateX(-100%);
  }
  .step-list__item:nth-child(odd) .icon {
    margin-left: 72px;
  }
  .step-list__item:nth-child(even) > .step-list__item__inner:before, .step-list__item:nth-child(even) > .step-list__item__inner:after {
    border-right-width: 1px;
    right: calc( 33.3333% - 21px );
  }
  .step-list__item:nth-child(even) > .step-list__item__inner:before {
    border-top-width: 1px;
    border-top-right-radius: 42px;
    margin-top: -42px;
  }
  .step-list__item:nth-child(even) > .step-list__item__inner:after {
    border-bottom-width: 1px;
    border-bottom-right-radius: 42px;
    margin-bottom: -42px;
  }
  .step-list__item:nth-child(even):before {
    right: 0;
    margin-right: 33.3333%;
    transform: translateX(100%);
  }
  .step-list__item:nth-child(even) .icon {
    margin-right: 72px;
  }
  .step-list__item:nth-child(even) .body {
    order: 1;
  }
}

.highlights{
    padding: 100px 0 0 0;
}
.highlights h2{
        font-size: 30px;
    color: #056939;
    font-family: 'Manrope-Bold';
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 100px;
}
.highlights h2:before {
    content: "";
    position: absolute;
    background-color: #eca525;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    width: 100px;
    height: 5px;
}
.highlights-block{
    max-width: 900px;
    margin: auto;
}

.savings h2{
    margin-bottom: 0 !important;
}
.savings h4{
    font-size: 19px;
    line-height: 30px;
    font-family: 'Manrope-SemiBold';
    margin-bottom: 25px;
}
.savings .block{
    min-height: 190px !important;
}
.work{
    padding: 100px 0;
    background: #fafafa;
}
.work h2{
        font-size: 30px;
    color: #056939;
    font-family: 'Manrope-Bold';
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 100px;
}
.work h2:before {
    content: "";
    position: absolute;
    background-color: #eca525;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    width: 100px;
    height: 5px;
}
.work .icon{
    width: 200px;
    height: 200px;
    background: #f7f7f7;
    border-radius: 50%;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.work .icon:after{
    content: "";
    position: absolute;
    bottom: -75px;
    height: 75px;
    width: 1px;
    left: 51%;
    border:1px dashed #333;
}
.work .icon img{
    max-width: 100px;
}
.work-ability{
    max-width: 700px;
    margin:auto;
}
.work-ability .block{
    text-align: center;
    margin: 15px;
}
.work-ability p{
    font-size: 19px;
    line-height: 29px;;
}
.how-apply.savings .apply-jointer .block{
    border-bottom-left-radius:50px !important;
    border-bottom-right-radius: 0 !important;
}
.how-apply.savings .block:before{
  left: unset;
  right: 0;
}

.how-apply.savings .block:after{
  right: unset;
  left: 0;
}
.step-list__item p{
    font-size: 14px;
    line-height: 21px;
    padding-top: 5px;
}
.work-ability.how-apply{
    background: transparent !important;
    padding-right: 50px;
    border-right: 1px dashed #ccc;
}
.work-ability.how-apply:before{
    display: none;
}
.work-ability.how-apply .block{
    min-height: 250px;
}
.key-feature.apply-area{
    padding-left: 50px;
    }
.key-feature.apply-area p{
    max-width: 100%;
}
.key-feature.apply-area .img-block{
    border-radius: 5px;
    width: 150px;
    height: 150px;
}
.key-feature.apply-area .img-block img{
    max-width: 90px;
}
.key-feature.apply-area .block:after{
    right: -35px;
}
.chart{
    padding: 75px 0;
    background-size: cover !important;
    background-position: left !important;
    background-repeat: no-repeat !important;
    background: url(../img/47.jpg);
}
.chart img{
    max-width:900px;
    margin: auto;
    width: 100%;
}
.blog-detail-banner{
    background-size: contain !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    height: 350px;
    max-width: 900px;
    margin: auto;
}
.blog-detail{
    padding: 50px 0;
}
.blog-detail .detail{
    max-width: 900px;
    margin: auto;
}
.blog-detail h2{
    font-family: 'Manrope-SemiBold';
    font-size: 30px;
    color: #0c724a;
    padding: 30px 0;
    position: relative;
}
.blog-detail p{
    font-size: 15px;
    color: #444;
    line-height: 25px;
    text-align: justify;
}
.blog-detail h3{
    font-family: 'Manrope-SemiBold';
    font-size: 21px;
    color: #444;
    position: relative;
    padding: 15px 0 0 0;
}
.blog-detail ul{
    margin:15px 0 0 10px;
}
.blog-detail ul li{
    list-style: "-";
    padding-left: 10px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #444;
    line-height: 25px;
}
.blog-detail ul li b, .blog-detail p b{
    font-family: 'Manrope-SemiBold';
    color: #000;
}
.about-sec .thm-btn{
    max-width: 200px;
    display: block;
}

.vendor .form-group {
    margin: 15px;
}

.vendor input {
    height: 60px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 15px;
}

.vendor textarea {
    height: 100px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 15px;
}
#vendor .modal-title{
    font-size: 21px;
    color: #0c724a;
    font-family: 'Manrope-Bold';
}
.whatsapp-page{
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 99;
}
.whatsapp-page .cc-calto-action-ripple{
    flex-direction: column;
    width: 50px;
    height: 50px;
}
.whatsapp-page .cc-calto-action-ripple img{
    margin-top: auto;
    margin-bottom: auto;
    max-width: 35px;
}


.features{
    padding: 100px 0 0 0;
}

.features h2{
  font-size: 25px;
  border-bottom: 1px solid #9aca40;
  padding:5px;
  margin-bottom: 25px;
  display: inline-block;
font-family: 'Manrope-Bold';
  color: #444;

}

.features p {
    font-size: 15px;
    color: #686666;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 25px;
}
.features .image-block{
  max-width:300px;
  background: linear-gradient(360deg, rgb(197 205 209 / 38%) 25%, rgb(255 255 255 / 1%) 100%);
  height: 300px;
}
.features .image-block img{
    padding: 50px;
    margin: auto;
    max-width: 300px;
}
.features .info{
  margin-bottom: 150px;
}

.features ul li {
    position: relative;
    display: block;
    padding-left: 18px;
    color: #333;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
}
.features ul li:before {
    content: "";
    position: absolute;
    top:3px;
    left: -3px;
    width: 7px;
    height: 7px;
    transform: rotate(225deg);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(225deg);
    border-right: 1px solid #2d3194;
    border-bottom: 1px solid #2d3194;
    background: transparent;
}
.features ul li b{
    font-size: 15px;
     font-family: 'Manrope-Bold';
}

.multi-action {
  position: fixed;
  width: 56px;
  height: 56px;
  bottom: 50px;
  right: 50px;
  z-index: 99;
}
.action-button {
  position: absolute;
  width: 56px !important;
  height: 56px !important;
  border-radius: 50%;
  border: 0;
  outline: 0;
  background: #25D366;
  font-size: 24px;
  color: white;
  z-index: 2;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;

}
.actions {
  position: absolute;
  list-style: none inside none;
  margin: 0 0 0 0;
  padding: 0;
  width: auto;
  float: left;
  background-color: transparent;
  top: 0px;
  left: 5px;
  z-index: 1;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.actions li {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  margin: 0;
  background: #212121;
  color: #ffffff;
  transition: all 0.3s;
  transform: scale(0.3);
}
.actions li:nth-child(1) {
  background: #ff9800;
}
.actions li:nth-child(2) {
  background: #2196F3;
}
.actions li img{
    max-width:25px;
    margin-right:1px;
}
.actions li a {
  background: inherit;
  color: inherit;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-size:10px;
}
.actions li:active {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.action-button.active {
  box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24);
}
.action-button.active ~ .actions li {
  transition: all 0.3s;
  transform: scale(1);
}
.action-button.active ~ .actions li:nth-child(1) {
  margin-top: -56px;
}
.action-button.active ~ .actions li:nth-child(2) {
  margin-top: -104px;
}

.action-button span {
  transition: all 0.3s;
}
.action-button.active:not(.no-rotate) span {
  transform: scale(1.5) rotate(-45deg);
}
.terms{
    padding: 100px 0;
}
.terms h2{
    font-size:30px;
    margin-bottom: 25px;
}
.terms h3{
    font-size:21px;
    margin:10px 0;
}
.terms p{
    font-size: 17px;
    line-height: 25px;
}
.terms ul{
    margin:10px 25px;
}
.terms ul li{
    list-style:decimal;
}

.projects{
    padding: 100px 0;
}
.projects .list{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 500px;
    position: relative;
    display: flex;
    align-items: flex-end;
    margin: 7px;
}
.projects .list .content{
    position: relative;
    padding: 25px;
    opacity: 0;
}
.projects .list .content p{
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    padding:25px 10px;
    font-family: 'Manrope-Light';
    text-align: left;
}
.projects .list .content h3{
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 25px;
    font-family: 'Manrope-Bold';
    color: #fff;
}
.projects .list:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    opacity:0;
}
.projects .list:hover:before, .projects .list:hover .content{
    opacity:1;
     transition: all 1s ease;
}
.form-check a{
    color: #fff;
}