@charset "UTF-8";
/*
Theme Name: Theme2019
Author: the WordPress team
Version: 1.6
*/

@font-face {
    font-family: 'MontserratRegular';
    src: url('fonts/MontserratRegular.eot');
    src: url('fonts/MontserratRegular.eot') format('embedded-opentype'),
         url('fonts/MontserratRegular.woff2') format('woff2'),
         url('fonts/MontserratRegular.woff') format('woff'),
         url('fonts/MontserratRegular.ttf') format('truetype'),
         url('fonts/MontserratRegular.svg#MontserratRegular') format('svg');
         font-weight: normal;
         font-style: normal;
         font-display: swap;
}
@font-face {
    font-family: 'MontserratMedium';
    src: url('fonts/MontserratMedium.eot');
    src: url('fonts/MontserratMedium.eot') format('embedded-opentype'),
         url('fonts/MontserratMedium.woff2') format('woff2'),
         url('fonts/MontserratMedium.woff') format('woff'),
         url('fonts/MontserratMedium.ttf') format('truetype'),
         url('fonts/MontserratMedium.svg#MontserratMedium') format('svg');
}
@font-face {
    font-family: 'MontserratSemiBold';
    src: url('fonts/MontserratSemiBold.eot');
    src: url('fonts/MontserratSemiBold.eot') format('embedded-opentype'),
         url('fonts/MontserratSemiBold.woff2') format('woff2'),
         url('fonts/MontserratSemiBold.woff') format('woff'),
         url('fonts/MontserratSemiBold.ttf') format('truetype'),
         url('fonts/MontserratSemiBold.svg#MontserratSemiBold') format('svg');
}
@font-face {
    font-family: 'MontserratBold';
    src: url('fonts/MontserratBold.eot');
    src: url('fonts/MontserratBold.eot') format('embedded-opentype'),
         url('fonts/MontserratBold.woff2') format('woff2'),
         url('fonts/MontserratBold.woff') format('woff'),
         url('fonts/MontserratBold.ttf') format('truetype'),
         url('fonts/MontserratBold.svg#MontserratBold') format('svg');
}



* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth;
	position: relative;

}
body {
	margin:0;
	padding:0;font-family: 'MontserratRegular', sans-serif;
	
}
.clear {clear: both;}
.alignleft, .alignright, .aligncenter {margin-bottom: 10px;}
.alignnone {margin-bottom: 10px;}
.alignleft {
	float:left;
	margin-right: 15px;
	margin-top: 0;
}
.alignright {
	float:right;
	margin-right: 15px;
	margin-top: 0;
}
.aligncenter {
	display:block;
	margin: 0 auto 15px auto;
}
iframe, img {
	max-width: 100%;
	border:none;
}
img {
	border:0;
	height: auto;
}
a {
	font-family: inherit;
	font-size: inherit;
	line-height: normal;
	color: inherit;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    font-family:MontserratRegular, Helvetica, sans-serif;
	margin: 0 0 20px 0;
	padding: 0;
}
p, li, ul, ol, blockquote {
    font-family:MontserratRegular, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
}
p {
	margin: 0 0 20px 0;
}
ul, ol, li {
	list-style: none;
}
a:visited {
	color: inherit;
}
a:hover {
	text-decoration: none;
}
a, a:hover, input[type="submit"], button {
	outline: 0;
}
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance:none;
	border-radius:0
}

.fl {
	float:left;
}
.fr {
	float:right;
}
.fw {
	float:left;
	width:100%;
}
.wrapper {
	float:left;
	width:100%;
}
.container {
	max-width:1280px;
	width:100%;
	margin: 0 auto;padding: 0 35px;
}
header.site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
header.site-header.sticky .site-logo img {
    max-width: 130px;
}
header.site-header.sticky  .site-nav {
    padding-top: 20px;
}
.top-sec{ padding:10px 0 ;}
.site-logo {
    max-width: 300px;
    float: left; width:250px;
}

nav#navigation {
    float: left;
    padding-top: 10px;
}
.top-ritbtns svg {
    max-width: 25px;
    height: 25px;
    margin: 0 5px 0 0;
}
.top-ritbtns svg path {
    fill: #fff;
}
.site-nav {float:right;padding:50px 0 0 0;}
.site-nav li {
    float: left;
    margin: 0 15px;position: relative;
}
.site-nav ul > li:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    height: 30px;
}
#navigation a {
    display: block;
    clear: both;
    position: relative;
    font-family: 'MontserratSemiBold', sans-serif;
    font-weight:normal;
    font-size: 16px;
    line-height:1;
    color: #000;
}
#navigation ul li a {
    color:#000;
    font-size: 16px;
    font-family: 'MontserratSemiBold';
    line-height: 1; position:relative; font-weight:normal;
}

.free-quote .elementor-button-link
{
    position:relative !important;
    left:65px !important;
}
#navigation ul li a:hover, #navigation li a.active-menu{color:#568A29;}


nav#navigation ul.subnav {
    display: none;
    position: absolute;
    width: 250px;
    left: 0;
    top: 100%;
    background: #578a29;
    padding: 10px;z-index:9999;
}
nav#navigation li:hover ul.subnav{ display:block;}
nav#navigation ul.subnav li {width: 100%;}
nav#navigation ul.subnav li a {
    color: #fff;
    padding: 8px 0;font-size: 14px;
}
nav#navigation ul.subnav li a:hover{color: #000; background-color: transparent;}
.top-ritbtns {
    float: right;
}
div#home-owl-carousel {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.top-ritbtns a {
    font-family: 'MontserratSemiBold';
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    background: #578A29;
    padding:9px 10px;
    color: #ffff;
    display: inline-block;
    margin-left: 15px;border: 1px solid #578A29;
}
.top-ritbtns a.fst-btn { background:#fff;
    border: 1px solid #B7B3B3; color:#000;
}
.banner-sec {
    padding: 30px 0 0 0;
}
.bnr-main{ position: relative;}
.bnr-cnt{ width:50%; float:left;padding: 100px 0 0 0;}
.bnr-img{  float:right; width:40%;}
.bnr-main .bnr-img img {max-height: 490px; object-fit: cover;}
.bnr-cnt h2{font-family: 'MontserratSemiBold';font-size:44px; line-height:1.2; color:#000; 
text-transform:uppercase; margin:0 0 30px 0; font-weight:500;position: relative;
    padding-bottom: 20px;}

.bnr-cnt h2:after {
    width: 52px;
    height: 3px;
    background: #B7B3B3;
    position: absolute;
    content: "";  
    left: 0;
    bottom: 0;
}
.bnr-cnt p{font-family: 'MontserratRegular', sans-serif; font-weight:normal;
    font-size:20px;
    line-height: 1.3;
    color:#222136; letter-spacing:0.64px;
    margin: 0 0 30px 0;}
a.btn {font-family: 'MontserratSemiBold';
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    background: #578A29;
    padding:9px 10px;
    color: #ffff;
    display: inline-block;text-transform: capitalize;
    margin-right: 15px;border: 1px solid #578A29;transition:0.5s;
}
a.btn.snd {
    background: #fff;
    border: 1px solid #B7B3B3;
    color: #000;
}
a.btn:hover{ background:#d6d6d6;}
.brn-btn a.btn {
    padding: 14px 38px;
    
}
.sec-title{font-family: 'MontserratSemiBold'; font-size:44px !important;  line-height:1.5;  color:#000; 
text-transform:capitalize;     margin: 0 0 30px 0;
    font-weight: 500;
    padding: 0 0 20px 0;
    position: relative;
}

.sec-title:after{  width: 52px;
    height: 3px;
    background: #B7B3B3;
    position: absolute;
    content: "";  
    left: 0; right:0; margin:0 auto;
    bottom: 0;}
.hm-sec1{ padding:80px 0; text-align:center;}
.hm-sec1-boxblk{
    display: flex;
    flex-wrap: wrap;
}
.sec1-bx{
    width: 33.33%;
    padding:0 25px;position: relative;margin-bottom: 50px;
}
.sec1-bx img{
    display: block;
    margin: 0 0 30px 0;
}
.hm-sec1 p{ letter-spacing:0.64px;}

.hm-sec1 h4{font-family: 'MontserratSemiBold', sans-serif;font-size:25px; line-height:1.5; color:#545050; 
text-transform:capitalize; margin:0 0 20px 0; font-weight:500; padding:0 100px;}
.hm-sec1 p{    font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
    color: hsl(0deg 0% 0% / 80%);
    margin: 0 0 20px 0;
    font-family: 'MontserratSemiBold';}
.sec1-bx a {
    color: #498813;
    font-size: 22px;
    font-family: 'MontserratSemiBold';
    line-height: 1;
    display: inline-block;
    text-transform: capitalize;
}
.sec1-bx a:hover{color:#000;}

.hm-sec1 h5{font-family: 'MontserratSemiBold', sans-serif;font-size:25px; line-height:1.5; color:#545050; 
text-transform:capitalize; margin:0 0 20px 0; font-weight:500;}


.hm-sec2 {
    text-align: center; background:url(images/dim-bg.jpg) no-repeat center center;
}
.hm-sec2 p {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6;
    color: #8A8888;
    margin: 0 0 20px 0;
    font-family: 'MontserratSemiBold';
}
.hm-sec2-blk {
    display: flex;
    flex-wrap: wrap;
}
.sec2-bx {
    width: 50%;
    float: left;
    padding:50px 15px;
}
.sec2-img {
    width: 18%;
    float: left;
}
.sec2-cnt {
    text-align: left;
    padding: 0 0 0 20px;
    float: left;
    width: 80%;
}

.sec2-cnt h4 {
    font-size: 30px;
    line-height: 1;
    font-family: 'MontserratSemiBold';
    margin: 0 0 10px 0;
    color: #000;
}


.hm-sec3 {
    text-align: center;}

.hm-sec3-boxblk {
    background: url(images/green-bg.jpg) no-repeat center top; margin:100px 0; background-size:cover; position:relative;
}
.hm-sec3-boxblk:before, .hm-sec3-boxblk:after{width:100%; height:34px; position:absolute; content:""; left:0; right:0; margin:0 auto; top: 0; background:url(images/greeb-bgtop.jpg) no-repeat center top;background-size: cover;}

.hm-sec3-boxblk:after{top: auto; bottom:0;background:url(images/greeb-bgbtm.jpg) no-repeat center bottom; }
.sec3-img img {
    -webkit-box-shadow: -15px 7px 12px 0px rgb(105 95 149 / 98%);
    -moz-box-shadow: -15px 7px 12px 0px rgb(105 95 149 / 98%);
    box-shadow: -15px 7px 12px 0px rgb(105 95 149 / 98%);
    border-radius: 30px;background-color:#47781f;
}
.sec3-bx {
    width: 100%;
    float: left;
}
.sec3-img {
    float: left;
    width:40%;margin-top: -80px;
}
.sec3-cnt {
    float: right;
    width: 60%;
    text-align: left;
    padding:60px 90px 50px 50px;
}

.inner-pg h3,
.sec3-cnt h3 {
    color: #000;
    font-size: 24px;
    font-family: 'MontserratSemiBold';
    line-height: 1.2;
    position: relative;
    font-weight: normal;
}
.sec3-cnt h3 {
    color: #fff;
}
.inner-pg p{
    color: #0F001A !important;
}
.sec3-cnt p,
.inner-pg p {
    font-size: 18px;
    line-height: 2;
    color: #fff;
    font-family: 'MontserratRegular';
    margin: 0 0 20px 0;
    font-weight: normal;
    padding-right:0;
}
.hm-sec3-boxblk .sec3-cnt p {
    color: #fff !important;
}

.sec3-cnt a.btn {
    color: #48771F;
    background: #fff;
    font-size: 17px;
    line-height: 2;
    padding:8px 20px;
    border-radius: 30px;
    font-family: 'MontserratSemiBold';
    font-weight: normal;
    margin: 0;
    display: inline-block;border: 2px solid #fff;
}
.sec3-cnt a.btn:hover {
    background: transparent;
    color: #fff;
}
.sec3-bx.snd-bx .sec3-img {
    float: right;
    margin: 0 0 -30px 0;    z-index: 99;}
.sec3-bx.snd-bx .sec3-cnt {
    padding: 60px 50px 50px 90px;
}
.hm-sec4img {
    width: 40%;
    float: left;
}
.hm-sec4cnt {
    width: 60%;
    text-align: center;
    float: right;
    padding: 100px 80px;
}

.hm-sec4cnt h3 {
    font-size: 36px;
    line-height: 1.5;
    color: #0F001A;
    font-family: 'MontserratBold';
    margin: 0 0 20px 0;
    font-weight: normal;
}
.hm-sec4cnt p {
    font-size: 18px;
    line-height: 1.5;
    color:#0F001A;
    font-family: 'MontserratRegular';
    margin: 0 0 20px 0;
    font-weight: normal;
}
.ply-btns{ margin:50px 0 0 0;}
.ply-btns a {
    margin: 0 10px;
}

.hm-sec5{
    position: relative;
}
.hm-sec5 .container, .hm-sec6 .container {
    max-width: 100%;
}
.hm-sec5img {
    width: 50%;
    float: left;
    position: absolute;
    left: -30px; top:0;
}
.hm-sec5cnt {
    width: 50%;
    float: right;padding: 7% 10% 10% 0;
}

.hm-sec5cnt .sec-title:after {
    margin: 0;
    left: 20px;
}
.hm-sec5cnt a.btn {
    padding: 14px 10px;
    border-radius: 5px;
}
.hm-sec6img{width:50%; float:left;}
.hm-sec6cnt{ float:right; width:50%;padding: 0 0 0 50px;}

.hm-sec6{
    text-align: center;padding-bottom: 100px;
}
.hm-sec6 h2.sec-title {
    font-size: 60px;
}

.testi-cnt {
    text-align: left;
    position: relative;
}
.testi-blck {
    padding: 250px 240px 0 0;
    position: relative;
}
.testi-cnt p {
    font-size: 16px;
    line-height: 1.6;
    color: #0F001A;
    font-family: 'MontserratRegular';
}
.testi-cnt h4{ color:#0F001A; font-size: 18px;
    line-height: 1.3; margin:0;}
.testi-blck:before{width:51px; height:45px; position:absolute;  content:""; left:0; top:34%; background:url(images/qut-icn.jpg) no-repeat top left;}
.hm-sec6cnt .owl-nav {text-align: right;margin: 30px 0 0 0;}
.testi-blck.owl-carousel .owl-nav button {
    background: #48771F;
    width: 80px;
    height: 80px;
    border-radius: 4px 0px 0px 4px;
}
.testi-blck.owl-carousel .owl-nav button.owl-next {
    border-radius: 0px 4px 4px 0px;
}
.hm-sec6cnt .owl-nav button span {
    font-size: 80px;
    color: #fff;
    line-height: 34px;
}
.testi-blck.owl-carousel .owl-nav button:hover{ background:#fff;box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);}
.testi-blck.owl-carousel .owl-nav button:hover span{ color: #48771F;}
.footer-sec{ background:#48771F; padding:60px 0 30px; color:#fff; font-size:15px;font-family: 'MontserratRegular'; line-height:1.6;}
.footer-sec h5{font-family: 'MontserratSemiBold';font-size:18px; line-height:1; color:#fff; 
text-transform:capitalize; margin:0 0 25px 0;font-weight: normal;padding-bottom: 20px;  position: relative;    display: inline-block;}
.footer-sec h5:after {
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
}
.footer-sec .ftr-blk.ftr-fmsec h5:after{ display:none;}
.footer-sec .container {
/*    max-width: 100%;
    padding: 0 50px;*/
}
.ftr-logo img {
    display: block;
    margin: 0;
}
.ftr-logo {    max-width: 250px;
    width: 100%;
    float: left;
    padding: 0 40px 0 0;
}
.ftrfrm .frm-fld {
    width: 100%;
    margin: 0;
    padding: 0; position:relative;
}
.ftrfrm.fw {
    margin: 20px 0 0 0;
}
.ftrfrm .frm-fld input {border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fff;
    outline: 0;
    border: 0;
    padding: 17px 15px;width: 68%;
}
.ftrfrm .frm-btn {
    position: absolute;
    right: 0;
    top: 0;z-index: 99;
}
.ftrfrm .frm-btn input[type="submit"] {    border-radius: 5px;
    padding: 15px 15px 12px;
    font-size: 18px;
    border: 0;
    outline: 0;
    color: #fff;
    border: 1px solid #fff;
}
.ftr-lft {float: left;}
.ftr-rit {}
.ftr-blk {
    width:auto; float:left;padding: 0 50px 0 0;
}
.ftr-blk.ftr-fmsec {
    padding: 0;
    display: inherit;width:100%;
    max-width: 360px;    float: right;
}
.footer-sec .ftr-blk.ftr-fmsec h5 {
    font-family: 'MontserratRegular';
    display: inline;
}
.copy-ritsec a{color: #fab716;}
.copy-ritsec {    margin: 20px 0 0 0;
    border-top: 1px solid rgb(255 255 255 / 62%);
    padding: 30px 0 0 0;
    color: #A9B2BC;
    font-size: 15px;
    font-family: 'MontserratRegular';
    line-height: 1.6;
    display: flex;
    flex-wrap: wrap;
}
.copy-ritsec .cpyclm {width:50%; float:right;}
.cpy-lft ul li {
    float: left;
    margin: 0 25px 0 0;
}
.soc-icn {    margin: -15px 0 0 0; text-align: right;}
.soc-icn a {
    width: 25px;
    height: 25px; background:url(images/soc-icn.jpg) no-repeat 0px 0px;
    display: inline-block;margin: 0 0px;
    transform: scale(0.8);font-size: 0;transition: 1s;
}
.soc-icn a.insta { background-position:-38px 1px;}
.soc-icn a.fb {
    background-position: -75px 1px;
}
.soc-icn a.twi { background-position: -116px 2px;}
.soc-icn a.ytub {background-position: 0px 0px;}

.soc-icn a:hover {transform: rotate(359deg);}

.inner-pg { padding:50px 0;}
.inner-pg h2 {
    color: #000;
    font-size: 24px;
    font-family: 'MontserratSemiBold';
    line-height: 1.2;
    position: relative;
    font-weight: normal;
}
.contact-pg {}
.cnt-frm{
    width: 49%;
    float: left;
}
.cnt-map {width:49%; float:right;position: relative;}
.cnt-bx {
    width: 100%;
    background: #C4C4C4;
    padding: 20px;
    max-width: 280px;
    position: absolute;
    left: 0;
    top: 14%;
    z-index: 99;
}
.inner-pg .cnt-bx p {
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 10px 0;
    color: #000;
}
.cnt-bx a:hover{color: #0087cc;}
.cntfrm ul{ margin:0; padding:0;}
.cntfrm ul li{ margin:0 0 10px 0;    width: 50%;float: left; padding:5px}
.cntfrm ul li input, .cntfrm ul li textarea {
    background: #F0F0F0;
    color:#000000;
    padding: 15px 15px;
    outline: 0;
    border: 0;font-family: 'MontserratRegular';
    width: 100%;    font-size: 16px;
}
.cntfrm ul li.frm-fld.smt {
    width: 100%;
}
.cntfrm ul li.frm-btn {
    max-width: 200px;
}
input[type="submit"] {

    cursor: pointer;
    background-color: #48771F;
    color: #ffff;
}
.cntfrm ul li.frm-fld textarea {
    height: 180px;
}
input[type="submit"]:hover {
    background: #48771f;
    color: #fff;
}
.abt-pg-sec1{background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,254,1) 50%, rgba(248,255,241,1) 50%, rgba(248,255,241,1) 100%, rgba(0,212,255,1) 100%);
margin:100px 0;}


.abtpg-cntsec {width: 50%;}
.abt-pg-sec1 .abtpg-cntsec {
    padding: 0 40px 0 0;    float: left;
}
.abt-pg-sec1 .abtpg-imgsec{  float:right;  margin-top: -110px;}
.abtpg-imgsec {
    width: 50%; text-align: center;
}
.abt-pg-sec2, .abt-pg-sec3, .abt-pg-sec4 {
    margin-bottom: 80px; padding:0 50px;
}

.stru-pg.hlf-sec{background: rgba(248,255,241,1);
background: -moz-linear-gradient(left, rgba(248,255,241,1) 0%, rgba(248,255,241,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,255,241,1)), color-stop(50%, rgba(248,255,241,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(248,255,241,1) 0%, rgba(248,255,241,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(248,255,241,1) 0%, rgba(248,255,241,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(248,255,241,1) 0%, rgba(248,255,241,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(248,255,241,1) 0%, rgba(248,255,241,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fff1', endColorstr='#ffffff', GradientType=1 ); margin:100px 0;text-align: center;}
.stru-re-imgsec{width:50%;}
.stru-re-imgsec img{margin: -100px auto 0; }
.stru-re-cntsec { width:42%;text-align: left;}
.stru-pg.hlf-sec1{ 
background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(248,255,241,1) 50%, rgba(248,255,241,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(50%, rgba(248,255,241,1)), color-stop(100%, rgba(248,255,241,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(248,255,241,1) 50%, rgba(248,255,241,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(248,255,241,1) 50%, rgba(248,255,241,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(248,255,241,1) 50%, rgba(248,255,241,1) 100%);margin:100px 0;text-align: center;}

.stru-pg.hlf-sec2{ background:url(images/curve.jpg) no-repeat center top; text-align:center;background-size: cover;padding: 9% 0;}
.inner-pg .stru-pg.hlf-sec2 h2{ color:#fff;}
.stru-pg.hlf-sec4{
    text-align: center;
    margin: 50px 0 0 0px;
}

.testi-sec{ background:#48771F; margin:50px 0 0 0; padding:80px 0; text-align:center;}

.inner-pg .testi-sec h2 { color:#fff;}

.inrtesti-blk {padding: 50px 50px 0;}
.inrtesti-blk.owl-carousel .owl-item img {
    max-width: 210px;
    width: 210px;
    margin: 0 auto 20px;
    border-radius: 100%;filter: grayscale(100%);
}
.inrtesti-blk.owl-carousel .owl-item.cloned.active img{filter: grayscale(0);}
.testi-sec h3 {
    color: #fff;
    font-size: 34px;
    font-family: 'MontserratSemiBold';
    line-height: 1.2;
    position: relative;
    font-weight: normal;
    margin: 0 0 10px 0;
}
.testi-sec h5{color:#fff; font-size:15px;}
.testi-sec p{ color:#fff;}

.inrtesti-blk.owl-carousel .owl-nav {
    display: block !important;
    position: relative;
}
.inrtesti-blk.owl-carousel .owl-nav button{ position:absolute; top: -220px; left: -50px;}
.inrtesti-blk.owl-carousel .owl-nav button span{ font-size:90px; color:#fff;line-height: 20px;}
.inrtesti-blk.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -50px;
}
.lry .stru-re-imgsec img {
    margin:0px -120px 0 0;
}
.retorfiting-btm{ background:url(images/retrofitting-bg.jpg) repeat left top; padding:250px 0; text-align:center;}

.inner-pg.construc-pg, .inner-pg.restorfit-pg {padding-bottom: 0;}
.stru-pg.ass-pg {
    text-align: center;
    margin: 50px 0;
}
.inner-pg.bklet-pg .stru-pg.hlf-sec{
background: rgba(248,255,241,1);
background: -moz-linear-gradient(left, rgba(248,255,241,1) 0%, rgba(248,255,241,1) 42%, rgba(255,255,255,1) 42%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,255,241,1)), color-stop(42%, rgba(248,255,241,1)), color-stop(42%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(248,255,241,1) 0%, rgba(248,255,241,1) 42%, rgba(255,255,255,1) 42%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(248,255,241,1) 0%, rgba(248,255,241,1) 42%, rgba(255,255,255,1) 42%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(248,255,241,1) 0%, rgba(248,255,241,1) 42%, rgba(255,255,255,1) 42%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(248,255,241,1) 0%, rgba(248,255,241,1) 42%, rgba(255,255,255,1) 42%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fff1', endColorstr='#ffffff', GradientType=1 );}
.inner-pg.bklet-pg .stru-re-imgsec img {margin: -50px auto 0;}
.inner-pg.bklet-pg .stru-re-imgsec {width: 42%;}
.inner-pg.bklet-pg .stru-re-cntsec {width: 54%;}


.inner-pg.bklet-pg .stru-pg.hlf-sec1{background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 57%, rgba(249,255,242,1) 58%, rgba(249,255,242,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(57%, rgba(255,255,255,1)), color-stop(58%, rgba(249,255,242,1)), color-stop(100%, rgba(249,255,242,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 57%, rgba(249,255,242,1) 58%, rgba(249,255,242,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 57%, rgba(249,255,242,1) 58%, rgba(249,255,242,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 57%, rgba(249,255,242,1) 58%, rgba(249,255,242,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 57%, rgba(249,255,242,1) 58%, rgba(249,255,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9fff2', GradientType=1 )}



.restr-imgsec {
    width: 50%; background:url(images/curve-shp1.jpg) no-repeat left center;text-align: center;padding: 82px 0;
}
.inner-pg .restr-imgsec h2 {
    font-size: 144px;
    line-height: 1;
    margin: 0;
}
.restr-cntsec { width: 50%;padding: 20px 0 0 0;}
.restore-blk.fw {padding: 100px 0;}
.restore-blk1 .restr-imgsec {background: url(images/curve-shp.jpg) no-repeat right center;}
.booklet-more {text-align:center;}
.booklet-more button{cursor:pointer;    font-family: 'MontserratSemiBold';
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    background: #578A29;
    padding: 9px 10px;
    color: #ffff;
    display: inline-block;
    margin-left: 15px;
    border: 1px solid #578A29;
}
.stru-pg{display:none;}

/*Gallery page*/
.glry-imgs{display:flex;flex-wrap:wrap;}
.glry-img{width:32%; float:left;margin:0 15px 15px 0;}
.glry-img:nth-child(3n){margin-right:0;}
.glry-img img {
    width: 100%;
    display:block;
    overflow: hidden; 
    transition: 0.3s;
}
.d-none{
    display:none !important;
}

.booklet-more {text-align:center;}
.booklet-more a{cursor:pointer;    font-family: 'MontserratSemiBold';
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    background: #578A29;
    padding: 9px 10px;
    color: #ffff;
    display: inline-block;
    margin-left: 15px;
    border: 1px solid #578A29;
}

.owl-nav {
    display: none;
}

/* Style for the main list item */
li {
  position: relative; /* To position the submenu correctly */
}

/* Submenu container */
ul.subnav {
  display: none; /* Hide the submenu by default */
  position: absolute; /* Position it relative to the parent li */
  top: 100%; /* Place it below the parent item */
  left: 0;
  margin-top: 26px; /* Adjust the margin as needed */
  padding: 0;
  list-style: none;
  background-color: #fff; /* Adjust for better visibility */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional for better appearance */
  z-index: 100; /* Ensure it's on top */
}

/* Hover state for the parent list item */
li:hover > ul.subnav {
  display: block; /* Show the submenu when the parent is hovered */
}

/* Ensuring submenu stays open on hover */
li:hover > ul.subnav:hover {
  display: block; /* Keep it open when hovering over the submenu itself */
}

/* Optional: Submenu link styling */
ul.subnav li a {
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
}

ul.subnav li a:hover {
  background-color: #f0f0f0;
}
.ftr-logo > p {
    margin-top: 15px;
}

.glry-img img:hover {
  transform: scale(1.1);
}

.glry-img {
  overflow: hidden; 
  transition: 0.3s;
  display: inline-block;
  box-sizing: border-box;
}

a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
.whatsapp-icon {
    position: fixed;
    left: 20px;
    bottom: 30px;
    z-index: 99;
}
.free-quote {
    position: fixed;
    bottom: 50%;
    right: 20px;
    transform: translate(0, -50%);
    z-index: 999;
}
.free-quote .elementor-button-link {
    font-family: 'MontserratSemiBold';
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    background: #578A29;
    padding: 9px 10px;
    color: #ffff;
    display: inline-block;
    margin-left: 0;
    border: 1px solid #578A29;
    transform: rotateZ(90deg);
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }