@charset "utf-8";
/*font-family: 'IBM Plex Sans', sans-serif;
300 light
400 regular*/

/*font-family: 'Larken';
300 light
500 medium
normal regular
font-style: normal;*/

@font-face {
    font-family: 'Larken';
    src: url('../fonts/Larken-Light.woff2') format('woff2'),
        url('../fonts/Larken-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Larken';
    src: url('../fonts/Larken-Medium.woff2') format('woff2'),
        url('../fonts/Larken-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Larken';
    src: url('../fonts/Larken-Regular.woff2') format('woff2'),
        url('../fonts/Larken-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*----------
default css
----------*/
*:focus { outline: none; border: none; }
*, *::after, *::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; word-wrap: break-word; }
body { background: #FAF8EF; font-family: 'IBM Plex Sans', sans-serif; font-size: 18px; font-weight: 300; color: #000; line-height: 1.2; text-rendering: optimizeLegibility; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
svg:not(:root) { overflow: hidden; }
blockquote, q { quotes: none; }
blockquote::before, blockquote::after, q::before, q::after { content: ''; content: none; }
audio, canvas, progress, video { display: inline-block; vertical-align: top; }
audio:not([controls]) { display: none; height: 0; }
p { margin-bottom: 15px; line-height:28px; }
b, strong { font-weight: 600; }
small { color: #555; font-size: 14px; display: block; margin-bottom: 0px; }
a { outline: 0px; border: 0px; cursor: pointer; color: #0B6235; text-decoration: none; outline: none; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
a:hover { color: #000; }
ul, li, ol { list-style: none; margin: 0px; padding: 0px; }
ul li, ol li { position: relative; margin: 0px; padding: 0px; }
ol { counter-reset: item; }
ol li::before { content: counters(item, ".") ". "; counter-increment: item; }
h1, h2, h3, h4, h5, h6 { font-family: 'Larken'; font-weight: 300; font-style: normal; color: #0B6235; line-height:1.1; }
h1, h2 { font-size: 58px; margin-bottom: 20px; }
h3 { font-size: 30px; margin-bottom: 10px; }
h4, h5, h6 { font-size: 18px; margin-bottom: 10px;}
img { max-width: 100%; vertical-align: top; height: auto; }
header { width: 100%; position: fixed; top: 0px; left: 0px; background: #FAF8EF; padding: 20px 0px; z-index:5; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
section { width:100%; }
footer { background-color: #fff; width: 100%;}
footer a { color: #0B6235; }
footer a:hover { color: #000; }
.form-control{border: 1px solid #0B6235;height: auto;padding: 12px 25px;border-radius: 50px;}
.form-control:focus{box-shadow: none; border: 1px solid #000;}
textarea { resize: none; }
textarea.form-control{min-height: 100px;border-radius: 20px;}
/*----------
theme css
----------*/
/*margin classes start*/
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-50 { margin-bottom: 50px; }
.mb-100 { margin-bottom: 100px; }
.mb-150 { margin-bottom: 150px; }
.mb-200 { margin-bottom: 200px; }
/*margin classes end*/

/*padding classes start*/
.p-tb-100{padding:100px 0px;}
.pt-200 { padding-top:200px; }
.pt-250 { padding-top:250px; }
.p-tb-200 { padding:200px 0px; }
.p-tb-250 { padding:250px 0px; }
.pb-200{padding-bottom: 200px;}
/*padding classes end*/

/*common classes start*/
.body-wrapper { overflow: hidden; }
.bullet ul li { position:relative; margin-bottom:7px; padding-left:20px; }
.bullet ul li:before { position:absolute; content: ''; width:6px; height:6px; left:0px; top:11px; background:#333; border-radius:50%; }
.f-65 { font-family: 'Larken'; font-weight: 300; font-style: normal; font-size: 65px; margin-bottom: 20px; }
.f-65 span { color:#000; }
.f-30 { font-size: 30px; margin-bottom: 20px; }
.f-20 { font-size: 24px; }
.mb-3{margin-bottom: 15px;}
.greenbg { background:#0B6235; }
.greenbg p, .greenbg h1, .greenbg h2, .greenbg h3, .greenbg a, .greenbg .f-30 { color:#fff; }
.bgimg-sec p, .bgimg-sec h1, .bgimg-sec h2, .bgimg-sec h3, .bgimg-sec a { color:#fff; }
.greenbg .line{background-color: #fff;}
/*common classes end*/

/*button css start*/
/*btn-fill-----*/
.btn-fill { position: relative;z-index: 1; font-size: 25px;font-weight: 300; color: #fff; display: inline-block; vertical-align: middle; padding:15px 60px; border-radius: 80px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; overflow:hidden;}
.btn-fill:after {content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-color: #0B6235;border-radius: 80px; z-index: -2; }
.btn-fill:before {content: ""; position: absolute; bottom: 0; left: 0; width: 0%; height: 100%; background-color: #000000; transition: all 0.3s;border-radius: 80px; z-index: -1; }
.btn-fill:hover {color: #fff; }
.btn-fill:hover:before {width: 100%; }

.btn-fill-white { position: relative;z-index: 1; font-size: 25px;font-weight: 300; color: #0B6235; display: inline-block; vertical-align: 	middle; padding:15px 60px; border-radius: 80px;	 -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; overflow:hidden;}
.btn-fill-white:after {content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-color: #ffffff;border-radius: 80px; z-index: -2; }
.btn-fill-white:before {content: ""; position: absolute; bottom: 0; left: 0; width: 0%; height: 100%; background-color: #000000; transition: all 0.3s;border-radius: 80px; z-index: -1; }
.btn-fill-white:hover {color: #fff; }
.btn-fill-white:hover:before {width: 100%; }

.btn-fill-black { position: relative;z-index: 1; font-size: 25px;font-weight: 300; color: #fff; display: inline-block; vertical-align: 	middle; padding:15px 60px; border-radius: 80px;	 -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; overflow:hidden;}
.btn-fill-black:after {content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-color: #000000;border-radius: 80px; z-index: -2; }
.btn-fill-black:before {content: ""; position: absolute; bottom: 0; left: 0; width: 0%; height: 100%; background-color: #ffffff; transition: all 0.3s;border-radius: 80px; z-index: -1; }
.btn-fill-black:hover {color: #000000; }
.btn-fill-black:hover:before {width: 100%; }

.btn-outline { position: relative;z-index: 1; font-size: 25px;font-weight: 300; color: #000; display: inline-block; vertical-align: 	middle; padding:15px 60px; border-radius: 80px;	 -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; overflow:hidden;border: 1px solid #0B6235;}
.btn-outline:after {content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; border-radius: 80px; z-index: -2; }
.btn-outline:before {content: ""; position: absolute; bottom: 0; left: 0; width: 0%; height: 100%; background-color: #0B6235; transition: all 0.3s; border-radius: 50px; z-index: -1; }
.btn-outline:hover {color: #fff; }
.btn-outline:hover:before {width: 100%; }
.multibtn a{margin: 0px 10px;min-width: 300px; padding: 15px 40px;}

.btn-line{position: relative;padding-bottom: 3px; font-weight: 400; color: #0B6235;font-size: 18px;display: inline-block;}
.btn-line:hover{color: #000;}
.btn-line::after{content: '';width: 100%;height: 1px;background-color: #0B6235;position: absolute;bottom: 0px;left: 0px;transform: scaleX(1);transition: transform 0.3s ease;transform-origin: right;}
.btn-line::before{content: '';width: 0%;height: 1px;background-color: #000;position: absolute;bottom: 0px;left: 0px;transform: scaleX(0);transition: transform 0.5s ease;transform-origin: left;}
.btn-line:hover::after{transform: scaleX(0);transition-delay: 0.2s;}
.btn-line:hover::before{transform: scaleX(1);transition-delay: 0.3s;width: 100%;}

.btn-line-white{position: relative;padding-bottom: 3px;font-weight: 400; color: #fff;font-size: 18px;}
.btn-line-white::after{content: '';width: 100%;height: 1px;background-color: #fff;position: absolute;bottom: 0px;left: 0px;transform: scaleX(1);transition: transform 0.3s ease;transform-origin: right;}
.btn-line-white::before{content: '';width: 0%;height: 1px;background-color: #fff;position: absolute;bottom: 0px;left: 0px;transform: scaleX(0);transition: transform 0.5s ease;transform-origin: left;}
.btn-line-white:hover::after{transform: scaleX(0);transition-delay: 0.2s;}
.btn-line-white:hover::before{transform: scaleX(1);transition-delay: 0.3s;width: 100%;}

.btn-submit {position: relative;border-radius: 80px;overflow: hidden;display: inline-block;}
.btn-submit input[type="submit"] {background-color: transparent;position: relative; font-size: 25px;font-weight: 400; color: #fff; display: inline-block; vertical-align: 	middle; padding:15px 60px; 	 -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;border: none;z-index: 1;}
.btn-submit:after {content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-color: #0B6235;border-radius: 80px; z-index: 0; }
.btn-submit:before {content: ""; position: absolute; bottom: 0; left: 0; width: 0%; height: 100%; background-color: #000000; transition: all 0.3s;border-radius: 80px; z-index: 1; }
.btn-submit:hover {color: #fff; }
.btn-submit:hover:before {width: 100%; }
.btn-submit p { margin-bottom:0px; }
.form-group{margin-bottom: 10px;}
.form-group p { margin-bottom:0px; }
.text-outline{border-bottom:1px solid #0B6235;padding-bottom: 5px;display: inline-block}
/*button css end*/

/*header css start*/
header.sticky { padding: 20px 0px; }
.navigatemain { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; position: relative; z-index: 1; color: #fff; }
a.menu-toggle { width: 24px; display: none; flex-wrap: wrap; align-items: center; justify-content: end; }
.icnline { background-color: #0B6235; transition: all 0.3s ease; width: 100%; height: 2px; margin-bottom: 5px;vertical-align: middle; line-height: 1; }
.icnline:last-child { margin-bottom: 0px; }
.navmenu >ul { margin: 0px; padding: 0px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.navmenu > ul > li { position: relative; list-style: none; padding:0px 20px 5px; margin-bottom: 0px; -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s; width: initial; }
.navmenu > ul > li.menu-item-has-children > a::before { content: ''; width: 14px; height: 14px; display: inline-block; transition: all 0.2s ease; vertical-align: top; top: 4px; right: -17px; position: absolute; background-image: url(../img/menu-down-arrow.svg); background-repeat: no-repeat; background-size: 100%; background-position: left center; }
.navmenu > ul > li > a { font-weight: 400; letter-spacing: 1px; color: #000; display: inline-block; position: relative; }
.navmenu > ul > li > a:hover, .navmenu > ul > li > a:hover, .navmenu > ul li.current-menu-item > a, .navmenu > ul li.current-menu-ancestor > a, .navmenu > ul li:hover > a { color: #0B6235; }
.navmenu > ul > li:hover ul { display:block; animation-name:dropdownmenu; animation-duration:0.5s; }
.navmenu > ul > li > ul { position:absolute; top:100%; left:0px; padding:15px 20px; background:#FAF8EF; min-width:280px; display:none; -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3); -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3); box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3); }
.navmenu > ul > li > ul > li { padding:8px 0px; }
.navmenu > ul > li > ul > li > a { color:#000; position:relative; padding-left:17px; }
.navmenu > ul > li > ul > li > a::before { position:absolute; content:''; width:6px; height:6px; background:#0B6235; top:6px; left:0px; border-radius:50%; }
.navmenu > ul > li > ul > li > a:hover { color:#0B6235; }
.closebtn { z-index: 5; position: absolute; top: 30px; right: 30px; width: 20px; height: 20px; border: none; background-color: transparent; padding: 0px; transform: rotate(45deg);display: inline-flex;align-items: center;justify-content: center; }
.closebtn::after { background-color: #000; width: 100%; height: 2px; content: ''; display: inline-block; vertical-align: middle; transition:all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1); }
.closebtn::before { background-color: #000; height: 100%; width: 2px; position: absolute; top: 0px; content: '';transition:all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1); }
.MenuClose, .sub-menu-arrow { display: none; }
@-webkit-keyframes menulinkanimation {
	0% {
	opacity: 0;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	}
	100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
}
@keyframes menulinkanimation {
	0% {
	opacity: 0;
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	}
	100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	}
}

@keyframes dropdownmenu {
	0% {
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	}
	100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	}
}
/*header css end*/

/*dot animation start*/
.section { width: 100%; height: 100vh; overflow: hidden; position: fixed;top: 0px;left: 0px; }
.dotcss { position: absolute; width: 45px; height: 47px; border-radius: 50%; transform-origin: center; }
.dotanimation-sec { position: relative; top: 0px; }
.dotanimation-sec .section:not(.first) { visibility: hidden; }
.spacer { height: 100vh; width: 100%; }
.section1 { background: #FAF8EF; }
.section1 .dotcss { top: 110px; right: 140px; background: #0B6235;z-index:1 }
.section2 { background: #0B6235;}
.section2 .dotcss { background: #FAF8EF; top: 0px; right: 30px;z-index:5 }
.section3 { background: #FAF8EF; padding: 120px 0px 0px; }
.section3 .dotcss { top: 0px; left: 0px; background: #FAF8EF; z-index:-1; }
.serviceiconrow .serv-3{margin-top: 0px;}
.human{padding: 0px 30px;}
.section2 a.btn-fill-black { margin-top:20px; }
.section .f-30, .service-green .f-30{margin-bottom: 10px;}
/*dot animation start*/

/*image load animation start*/
.fadeEffect{opacity: 0;transition: all 0.4s ease;transform: translateY(50px);}
.fadeEffect.animhuman{opacity: 1;transform: translateY(0);}
/*image load animation end*/

/*accordion css start*/
.contentshow{display: none;font-size: 18px;padding:0px 30px 20px 0px;}
.tab-content, .tab-content-ac{display: none;}
.tab-nav-custom li:first-child .contentshow{display: block;}
.tab-nav-custom li{border-bottom: 1px solid #0B6235;position: relative;transition: all 0.3s ease;list-style: none;}
.tab-nav-custom > li > a{font-size: 30px;font-weight: 300;padding: 15px 0px;font-style: normal; color: #0B6235;display: block;font-family: 'Larken';}
.tab-nav-custom li::before{content: '';background-image: url(../img/icn-arrow-right-grey.svg);background-position: center;background-repeat: no-repeat;width: 30px;height: 30px;position: absolute;bottom: 20px;right: 0px;transition: all 0.3s ease;transform: rotate(0); background-size: 100%;}
.tab-nav-custom li:hover::before{opacity: 1;background-image: url(../img/icn-arrow-right-green.svg);}
.tab-nav-custom li.active::before{opacity: 1;transform: rotate(-45deg);background-image: url(../img/icn-arrow-right-green.svg);}
.blog-sec .tab-nav-custom > li > a{font-family: 'IBM Plex Sans', sans-serif; color: #000;}
.blog-sec .tab-nav-custom > li > a:hover{color: #0B6235;}
.cilentbase-img-mobile { display:none; }
/*accordion css end*/

/*custom scrollbar start*/
/* .disclaimer-box:after { content:''; position:absolute; background:#0B6235; width:1px; height:100%; top:0px; right:5px; } */
/* .disclaimer { max-height:225px; overflow:auto; position:relative; padding-right:30px; } */
.disclaimer p { font-size:16px; line-height:24px; margin-bottom:5px; }
.disclaimer::-webkit-scrollbar { width: 10px; }
.disclaimer::-webkit-scrollbar-track { background-color: transparent; }
.disclaimer::-webkit-scrollbar-thumb { background-image: url(../img/dot.png);background-position: 0px 20px;background-repeat: no-repeat;}
/*custom scrollbar end*/

.home-banner { display: flex; align-items: flex-end;  }
.intro { display: flex; align-items: center;  }
.line { background:#0B6235; height:1px; width:80px; margin-bottom:30px;display: inline-block; }
.banner-info { margin-top:50px;opacity:0;transition: all 0.5s ease; }
.banner-info.bannarinfoanim{opacity: 1}
.menu-last { margin-left:60px; }
.menu-last a { font-weight: 400; color:#0B6235; letter-spacing: 1px; }
.menu-last a:hover { color:#000; }
.serv-3 { margin-top:70px;margin-bottom: 10px; }
.serv-3 img { margin-bottom:20px; }
.serv-3 svg{fill: #000000;margin-bottom: 20px;transition: all 0.3s ease;}
.serv-3:hover svg{fill: #0B6235;}
.logo-symbol { position:absolute; bottom:0px; }
.logo-symbol img { width:245px; }
.curvesec { background:url(../img/curve.png) top center no-repeat; padding:250px 0px 100px; }
.curve-intro { margin-bottom:80px; }
.curve-intro p { margin-bottom:30px; }
.value { margin-bottom:15px; }
.bgimg-sec { background-image: url(../img/dollorbg.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position:center center; }
.timelinetitle { margin-bottom:50px; }
.timeline-col { position:relative; padding-top:40px; }
.timeline-col:before { content:''; position: absolute; top: 0px;left: 50%;margin-left: -5px; background: #FAF8EF; width:10px; height:10px; border-radius:50%;transform: scale(1);transition: all 0.3s ease; }
.timeline-col:hover::before{transform: scale(2);}
.timeline:after { content:''; position: absolute; top: 4px; left: 0px; background: #FAF8EF; width: 100%; height:1px; }
.timeline-left:after { content:''; position: absolute; top: 4px; right: 0px; left: auto; background: #FAF8EF; width: 50%; height:1px; }
.timeline-right:after { content:''; position: absolute; top: 4px; left: 0px; right: auto; background: #FAF8EF; width: 50%; height:1px; }
.half-circle{position: absolute;left: 50%; bottom: 0px; background-color: #FAF8EF;width: 50px;height: 25px;border-top-left-radius: 50px; border-top-right-radius: 50px;transform: translateX(-50%);}
.half-circle.circledividetop { top:0px; bottom: auto; border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; border-top-left-radius: 0px; border-top-right-radius: 0px; }
.service-green {overflow: hidden;margin-top:0px;}
.serv-white img{opacity: 0.5;transition: opacity 0.3s ease;}
.serv-white:hover img{opacity: 1;}
.blog-sec .tab-nav-custom li a.f-30{margin-bottom: 0px;}
.blog-sec .tab-nav-custom li::before{background-image: url(../img/icn-arrow-right-black.svg);bottom: 15px;transform: none;border-radius: 50%; width: 25px; height: 25px; background-size: 16px;}
.blog-sec .tab-nav-custom li.active::before, .blog-sec .tab-nav-custom li:hover::before{background-image: url(../img/icn-arrow-right-white.svg);background-color: #0B6235;transform: none; }
.blog-sec .tab-nav-custom > li > a{padding-right: 30px;}
.blog-sec .btn-fill{margin-top: 40px;}
.contactfrmrow{margin-bottom: 100px;}
.social-icn a{margin-right: 20px;}
.social-icn a svg{fill: #0B6235;transition: all 0.3s ease;}
.social-icn a:hover svg{fill: #000000;}
.address p{margin-bottom: 0px;}
.footer-cta{padding: 25px 50px 25px 0px;margin-bottom: 70px; border-top: 1px solid #0B6235;border-bottom: 1px solid #0B6235;position: relative;}
.footer-cta::before{width: 30px;height: 30px;background: url(../img/icn-arrow-right-grey.svg) no-repeat center;content: '';position: absolute;right: 0px;top: 50%;transform: translateY(-50%); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; background-size: 100%;}
.footer-cta:hover::before{background: url(../img/icn-arrow-right-green.svg) no-repeat center;}
.footer-cta span{font-weight: 400;}
.footer-cta .btn-line{color: #000;font-weight: 400;}
.footer-cta .btn-line::before, .footer-cta .btn-line::after{background: #000000;}
.footer-cta p { margin-bottom:0px; }
/* innerpage top banner css start */
.page-offest-top{margin-top: 105px;}
.bannertitle{width: 100%;height: 100%;left: 0px;top: 0px;position: absolute;display: flex;align-items: center;text-align: center;}
.resmobileimg{display: none;}
.bannertitle h2{margin-bottom: 0px;color: #fff;}
.aboutsectiontop{padding: 150px 0px 0px;}
.aboutsectiontop .circelanimate {top: 0px;right: 0px;}
/* innerpage top banner css end */

/* About page css start */
.aboutsectiontop .row [class*="col-"]:first-child{margin-top: 50px;}
.aboutwhowerow, .servicesrowsection{vertical-align: top;}
.aboutwhowerow::before, .servicesrowsection::before{background: #0B6235;width: 100%;height: 220px;top: 0px;left:0px;content: '';position: absolute;z-index: -1;}
.bgimg-sec .circledividebottom { background:#fff; }
.aboutrowcol .bg-white{border: 1px solid #0B6235;}
.aboutrowcol h3{margin-bottom: 0px;}
.aboutrowcol span{font-size: 24px;}
.designationcol{margin-bottom: 20px;}
.leftimg{width: 39%;padding: 2px;}
.aboutcontentright{width: 61%;}
.aboutrowcol .aboutcontentright{padding: 40px;}
.aboutrowcol [class*="col-"]{margin-bottom: 20px;}
.aboutrowcol [class*="col-"]:last-child{margin-bottom: 0px;}
.aboutrowcol [class*="col-"]:nth-child(even) .aboutwhowe{flex-direction: row-reverse;}
.aboutrowcol [class*="col-"]:nth-child(even) .aboutcontentright{padding-left: 50px;padding-right: 30px;}
.aboutcontentright :last-child{margin-bottom: 0px;}
.toprightimg { text-align:center; }
/* About page css end */

/* insight page css stat */
.insightcontent{border-bottom:1px solid #000000;margin-bottom: 20px;padding-bottom: 5px;}
.insightcontent h3{margin-bottom: 30px;}
.insightlistrow .bg-white{padding: 85px;position: relative;}
.arrowicn{transform: translateX(0px);transition: all 0.3s ease;}
.blogcontentright:hover .arrowicn{transform: translateX(-10px);}
.blogthumbimg img{width: 100%;}
.insightblogrow .row{margin-bottom: 20px;}
.insightblogrow .row:nth-child(odd)  .bg-white{margin-left: -120px;}
.insightblogrow .row:nth-child(even){flex-direction: row-reverse;}
.insightblogrow .row:nth-child(even) .bg-white{margin-right: -120px;}
.pagenav{margin-top: 50px;width: 100%;}
.pagenav a, .pagenav span{width: 30px;height: 30px; text-align: center;line-height: 30px;}
.pagenav img{width: 14px;display: inline-block;vertical-align: middle;margin-top: -3px;}
.prevbtn img{transform: rotate(-180deg);}
.pagenav a.current{transform: scale(1.5);font-weight: 500;}
.subscirberfrm .form-control{background-color: transparent;border:none; border-bottom: 1px solid #fff;border-radius: 0px;padding: 0px 0px 15px 0px;color: #fff;}
.insightsubscriber [class*="col-"] :last-child {margin-bottom: 0px;}
.insightsubscriber .btn-submit:after{background-color: #fff;}
.insightsubscriber .btn-submit input[type="submit"]{color: #0B6235;}
.insightsubscriber .btn-submit input[type="submit"]:hover{color: #fff;}
.subscirberfrm .form-control::placeholder {color: #fff;	opacity: 1;}
.subscirberfrm .form-control:-ms-input-placeholder {color: #fff;}
.subscirberfrm .form-control::-ms-input-placeholder {color: #fff;}
.stickyblogtitle{position: sticky;top: 150px;}
.pagenavsingle {margin-top: 30px;}
.blogsiglewrapper{overflow: visible;}
/* insight page css end */

/* servics page css start */
.services-top-banner .circelanimate{left: 0px;right: 0px;top:-25px}
.servicesrowsection h3{margin-bottom: 5px;}
.servicesrowsection .aboutcontentright,
.servicesrowsection .aboutrowcol [class*="col-"]:nth-child(even) .aboutcontentright{padding: 70px;}
.servicesrowsection .aboutcontentright{display: flex;flex-wrap: wrap;flex-direction: column;justify-content: space-between;}
.valuepropcol{margin-top: 15px;}
.valuepropcol span{font-size: 18px;margin: 10px 0px 15px;}
.valueitems ul{display: flex;justify-content: space-between;}
.valueitems ul li{padding-right: 60px;}
.processiconitem{padding: 30px 0px 90px;}
.processcol{width: 33.33%;position: relative;}
.processcol .circleicon{margin-bottom: 20px;display: block;position: relative;z-index: 0;transform: scale(1);transition: all 0.3s ease;}
.processcol:hover .circleicon{transform: scale(1.1);}
.processcol:first-child .circleicon::before{display: none;}
.processcol:last-child .circleicon::after{display: none;}
.processcol .circleicon::before{width: 50%;height: 1px;content: '';position: absolute;left: 0px;top: 50%; background-color:#fff;z-index: -1;}
.processcol .circleicon::after{width: 50%;height: 1px;content: '';position: absolute;right: 0px;top: 50%; background-color:#fff;z-index: -1;}
.bgimg-sec a.btn-fill-white{color: #0B6235;}
.bgimg-sec a.btn-fill-white:hover{color: #fff;}
/* servics page css end */

.wpcf7-spinner { position:absolute; top:50%; transform:translateY(-50%); right:-50px; background-color:#0B6235; }
.wpcf7-not-valid-tip { color:#0B6235; text-align:left; font-size:14px; }
.wpcf7 form.sent .wpcf7-response-output {line-height: 24px; background: #dff0d8; border: 1px solid transparent; margin: 20px 0 0; padding: 7px 15px; color: #155724;position: relative; z-index: 1;border-radius: 5px; font-size: 16px; }
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {line-height: 24px; background: #FAF8EF; border: 1px solid transparent; margin: 20px 0 0; padding: 7px 15px; color: #0B6235; position: relative; z-index: 1;border-radius: 5px; font-size: 16px; }

.img-right img { width:430px; }
.half-home-greenbg .circledividebottom { background:#FAF8EF; }

/*----------
media query css
----------*/
@media only screen and (max-width:1680px){
}

@media only screen and (max-width:1440px){
	body{font-size: 16px;}
	p{line-height: 24px;}
	h1, h2{font-size: 48px;}
	h3, .tab-nav-custom > li > a, .f-30, .blog-sec .tab-nav-custom li a.f-30 { font-size:24px; }
	.btn-line { font-size:16px; }
	.btn-fill, .btn-fill-white, .btn-submit input[type="submit"], .btn-fill-black, .btn-outline{font-size: 20px;}
	.navigatemain{padding-right: 50px;}
	.menu-last{margin-left: 20px;}
	.logo{width: 140px;}
	.pb-200{padding-bottom: 150px;}
	.p-tb-200 {	padding: 150px 0px;	}
	.mb-200{margin-bottom: 150px;}
	.mb-100{margin-bottom: 70px;}
	.f-65{font-size: 50px;}
	.aboutsectiontop .circelanimate{width: 100%;}
	.coinleft{padding-right: 50px;}
	.serv-3 svg, .serv-3 img{width: 70px;height: 70px;margin-bottom: 10px;}
	.service{align-items: flex-start;display: flex;width: 100%;overflow: visible;}
	.serviceiconrow {vertical-align: top;position: relative;margin-top: 50px;}
	.section2 {align-items: center;padding-bottom: 50px;}
	.section3{padding-top: 100px;}
	.multibtn a{min-width: 250px;}
	.servicesrowsection .aboutcontentright,
	.servicesrowsection .aboutrowcol [class*="col-"]:nth-child(even) .aboutcontentright { padding: 30px; }
	.section1 .dotcss { right:80px; }
	.section2 .dotcss { right:50px; }
	.curvesec { padding:180px 0px 110px; }
	.timelinetitle { margin-bottom:30px; }
	.curve-intro p { margin-bottom:20px; }
	.multibtn a { margin:0px 5px; }
	.curve-intro { margin-bottom:50px; }
	.tab-nav-custom > li > a { padding:12px 0px; }
	.tab-nav-custom li::before { width:25px; height:25px; bottom:15px; }
	.blog-sec .tab-nav-custom li::before { width:20px; height:20px; background-size:11px; }
	.dotcss { width:40px; height:42px; }
	.blog-sec .btn-fill { margin-top:20px; }
	.footer-cta { margin-bottom:50px; }
	.contactfrmrow { margin-bottom:70px; }
	.btn-fill, .btn-fill-white, .btn-submit input[type="submit"], .btn-fill-black, .btn-outline{padding: 15px 40px;}
	.aboutsectiontop { padding:100px 0px 0px; }
	.aboutrowcol span { font-size:18px; }
	.designationcol { margin-bottom:10px; }
	.aboutrowcol .aboutcontentright, .aboutrowcol [class*="col-"]:nth-child(even) .aboutcontentright { padding:20px 30px; }
	.aboutwhowerow::before, .servicesrowsection::before{height: 150px;}
	.arrowicn { width:20px; }
	.btnreadmore { align-items:center; }
	.insightcontent h3 { margin-bottom:15px; }
}

@media (min-width:1400px){
	.container { max-width: 1440px; }
}

@media only screen and (max-width:1366px){
	.navigatemain{padding-right: 0px;}
	.services-top-banner .circelanimate{right: auto;}
}

@media only screen and (max-width:1280px){
	.serviceiconrow{margin-top: 100px;}
	.f-65 {font-size: 45px;}
}
@media only screen and (max-width:1199px){
	.aboutcontentright.fadeInLeft,
	.aboutcontentright.fadeInRight{-webkit-animation-name: fadeInUp;animation-name: fadeInUp;}
	.aboutrowcol .bg-white{min-height: 100%;}
	.aboutcontentright{width: 100%;}
	.leftimg{width: 100%;}
	.aboutrowcol [class*="col-"]:nth-child(even) .aboutwhowe {justify-content: flex-start;flex-direction: column;	}
	.valueitems ul{flex-wrap: wrap;}
	.valueitems ul li{width: 100%;padding:0px 0px 10px;}
	.valueitems ul li:last-child{padding-bottom: 0px;}
	.aboutcontentright.fadeInLeft,
	.aboutcontentright.fadeInRight{-webkit-animation-name: fadeInUp;animation-name: fadeInUp;}
}
@media only screen and (max-width:1024px){
	h1, h2{font-size: 36px; margin-bottom: 15px;}
	h3, .tab-nav-custom > li > a, .f-30, .blog-sec .tab-nav-custom li a.f-30 { font-size:20px; }
	.mb-200{margin-bottom: 100px;}
	.p-tb-200{padding: 100px 0px;}
	.pb-200{padding-bottom: 100px;}
	.mb-100{margin-bottom: 50px;}
	.p-tb-250{padding: 100px 0px;}
	.logo {width: 100px;}
	.toprightimg img{max-width: 300px;}
	.aboutsectiontop .circelanimate{top: -30px;}
	.aboutwhowerow::before, .servicesrowsection::before{height: 100px;}
	.aboutsectiontop, .servicesrowsectio{padding: 100px 0px 0px;}
	.social-icn a{margin-right: 10px;}
	.serv-white img{opacity: 1;}
	.aboutsectiontop .row [class*="col-"]:first-child {margin-top: 30px;}
	.aboutrowcol .aboutcontentright,
	.aboutrowcol [class*="col-"]:nth-child(even) .aboutcontentright{padding: 30px;}
	.aboutrowcol [class*="col-"]:last-child{margin-bottom: 20px;}
	.aboutrowcol .bg-white{min-height: 100%;}
	.aboutcontentright{width: 100%;}
	.leftimg{width: 100%;}
	.aboutrowcol [class*="col-"]:nth-child(even) .aboutwhowe {justify-content: flex-start;flex-direction: column;	}
	.contactfrmrow{margin-bottom: 50px;}
	.page-offest-top {margin-top: 75px;	}
	.processiconitem{padding-bottom: 50px;}
	.footer-cta{margin-bottom: 50px;}
	.insightlistrow .bg-white{padding: 30px;}
	.coinleft{padding: 0px;}
	.human{padding: 0px;}
	.serviceiconrow{margin-top: 0px;}
	.serv-white{opacity: 1;}
	.logo-symbol img {width: 150px;}
	.curve-intro {margin-bottom: 50px;}
	.tab-nav-custom > li > a{padding: 10px 30px 10px 0px;}
	.tab-nav-custom li::before {bottom: 13px; width: 20px; height: 20px;}
	.footer-cta::before { width:20px; height:20px; }
	.curvesec{background-size: 100%; padding: 120px 0px 20px;}
	.btn-fill, .btn-fill-white, .btn-submit input[type="submit"], .btn-fill-black, .btn-outline{ font-size: 18px; padding: 13px 30px;}
	.dotcss { width:35px; height:37px; }
	.section1 .dotcss { right:30px; }
	.section2 .dotcss { right:10px; }
	.timelinetitle { margin-bottom:20px; }
	.half-circle { width:40px; height:20px; border-top-left-radius: 20px; border-top-right-radius: 20px; }
	.contentshow { padding:0px 30px 10px 0px; }
	.form-control { padding:10px 20px; font-size:16px; }
	.valueitems ul{flex-wrap: wrap;}
	.valueitems ul li{width: 100%;padding:0px 0px 10px;}
	.valueitems ul li:last-child{padding-bottom: 0px;}
	.aboutcontentright.fadeInLeft,
	.aboutcontentright.fadeInRight{-webkit-animation-name: fadeInUp;animation-name: fadeInUp;}
	.insightblogrow .row:nth-child(odd)  .bg-white {margin-left: -60px; }
	.insightblogrow .row:nth-child(even) .bg-white { margin-right:-60px; }
}

@media only screen and (max-width:992px){
	/*	header media css start*/
	a.menu-toggle.isOpen, a.menu-toggle { display:flex; }
	.MenuClose { display: inline-flex; top: 20px; right: 20px; }
	.black-overlay { z-index: 30; background-color: rgba(0,0,0,0.5); content: ''; position: fixed; right: 0px; height: 100%; width: 100%; top: 0px; display: none; }
	.navmenu, .sticky .navmenu { border-radius: 0px; display: inline-block; z-index: 31; position: fixed; overflow: auto; height: 100%; width: 350px; background: #FAF8EF; top: 0px; right: 0px; transform: translateX(100%); -webkit-transition: transform 0.3s linear; -o-transition: transform 0.3s linear; transition: transform 0.3s linear; }
	.sticky .navmenu.slide, .navmenu.slide { display: inline-block; animation-name: none; animation-duration: 0s; transform: translateX(0px); }
	.navmenu > ul { padding:70px 50px 0px; margin-right: 0px; display: inline-block; vertical-align: top; width: 100%; }
	.navmenu > ul > li, .mainheader.sticky .navmenu > ul > li { width:100%; padding: 0px; margin-bottom: 30px; }
	/*	animation start*/
	.navmenu ul li a { font-size:30px; }
	.navmenu.slide ul li a { display: block; -webkit-animation-name: menulinkanimation; animation-name: menulinkanimation; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
	.navmenu.slide ul li:nth-child(1) > a {animation-delay:0.1s; }
	.navmenu.slide ul li:nth-child(2) > a {animation-delay:0.2s; }
	.navmenu.slide ul li:nth-child(3) > a { animation-delay:0.3s;}
	.navmenu.slide ul li:nth-child(4) > a { animation-delay:0.4s;}
	.navmenu.slide ul li:nth-child(5) > a {animation-delay:0.5s; }
	.navmenu.slide ul li:nth-child(6) > a {animation-delay:0.6s; }
	.menu-last{margin: 0px 20px;}
	.navmenu > ul > li > ul > li > a{animation: none !important; font-size: 22px;}
	.navmenu > ul > li > ul { position:relative; box-shadow:none; top:0px; animation:none; padding: 10px 0px 0px 0px; }
	.navmenu > ul > li > ul > li > a::before { top:8px; }
	.navmenu > ul > li:hover ul { display:none; animation:none; }
	.navmenu.slide ul li a.subopen::before { transform:rotate(180deg); }
	.navmenu > ul > li.menu-item-has-children > a::before { top:10px; right:0px; }
	/*	animation start*/
	/*	header media css start*/

	.stickyblogtitle{position: relative;top: 0px;margin-bottom: 0px;}
	.aboutrowcol [class*="col-"]:last-child{margin-bottom: 20px;}
	.insightblogrow .row{justify-content: center;}
	.insightblogrow .row:nth-child(odd) .bg-white{margin-left: 0px;}
	.insightblogrow .row:nth-child(even) .bg-white{margin-right: 0px;}
	.blogcontentright{margin-top: -30px;}
	.section1{text-align: center;}
	.section1 .row{text-align: center;justify-content: center;}
	.contenimgrow{flex-direction: column-reverse;align-items: center;text-align: center;}
	.contenimgrow [class*="col-"]:last-child{margin-bottom: 20px;}
	.f-65 {font-size: 48px;}
	.section1 .dotcss{top: 100px;right: 40px;}
	.section2 .dotcss{top: -5%;}
	.section2 .row{justify-content: center;text-align: center;}
	.serv-3{margin-top: 20px;}
	.blog-sec .tab-nav-custom li::before{bottom: auto;top: 15px;}
	.blog-sec .cilentbase-img-mobile{margin-bottom: 20px;}
	.blog-sec .f-30{margin-bottom: 10px;}
	.footer-cta{line-height: 24px;padding:15px 30px 15px 0px; margin-bottom: 20px;}
	.circleicon img{width: 70px;}
	.coinleft { margin-bottom:30px; }
	.contenimgrow h2 br { display:none; }
	.section3 .row, .serviceiconrow .row, .service-green .row{text-align: center; justify-content: center;}
	.service-green .container > .row:first-child { flex-direction:column-reverse; }
	.service-green .container > .row:first-child [class*="col-"]:last-child{margin-bottom: 20px;}
	#tabs-content { padding-top:120px; }
	.contentshow { padding:0px 30px 0px 0px; }
	.blog-sec .contentshow { padding:0px 30px 20px 0px; }
	.blogsiglewrapper{overflow: hidden;}
}

@media only screen and (max-width:768px){
}

@media only screen and (max-width:767px){
	.btn-fill, .btn-fill-white, .btn-submit input[type="submit"], .btn-fill-black, .btn-outline, .multibtn a{font-size: 16px;padding: 12px 30px;}
	h1, h2{font-size: 22px; margin-bottom: 15px;}
	h3, .tab-nav-custom > li > a, .f-30, .blog-sec .tab-nav-custom li a.f-30 { font-size:18px; margin-bottom:5px; }
	.tab-nav-custom > li > a, .blog-sec .tab-nav-custom li a.f-30 { margin-bottom:0px; }
	.f-65 {font-size: 30px;}
	.f-30{font-size: 20px;}
	header, header.sticky {padding: 10px 0px;}
	.p-tb-200{padding: 70px 0px;}
	.pb-200{padding-bottom: 70px;}
	.mb-200{margin-bottom: 70px;}
	.mb-50{margin-bottom: 30px;}
	.logo {width: 80px;}
	.f-65 br{display: none;}
	.menu-last a{font-size: 16px;}
	.line{display: inline-block;margin-bottom: 15px;}
	.page-offest-top {margin-top: 48px;	}
	.aboutsectiontop {text-align: center;}
	.toprightimg img {max-width: 280px;}
	.aboutsectiontop .circelanimate{right: 0px;}
	.aboutsectiontop .row [class*="col-"]:first-child{margin-bottom: 15px;}
	.leftimg{width: 100%;}
	.formdiv{margin-bottom: 30px;text-align: center;}
	.formdiv h2 br{display: none;}
	.aboutsectiontop .row [class*="col-"]:first-child{margin-top: 0px;}
	.aboutsectiontop, .servicesrowsectio{padding: 70px 0px 0px;}
	.aboutwhowerow::before, .servicesrowsection::before{height: 80px;}
	.aboutrowcol [class*="col-"]:last-child{margin-bottom: 0px;}
	.contact-footer, .footer-btn{margin-bottom: 20px;}
	.footer-btn .f-30 { margin-bottom:10px; }
	.contactfrmrow {margin-bottom: 25px;}
	.section2{align-items: flex-start;}
	.servicesrowsection .aboutcontentright, .servicesrowsection .aboutrowcol [class*="col-"]:nth-child(even) .aboutcontentright{padding: 30px;}
	.servicesrowsection .aboutcontentright{flex-direction: row;}
	.valueitems ul{flex-wrap: wrap;}
	.valueitems ul li:last-child{padding-bottom: 0px;}
	.valueitems ul li{padding: 0px 0px 10px;width: 100%;}
	.processiconitem{flex-wrap: wrap;padding: 10px 0px 0px;}
	.processcol{width: 50%;margin-bottom: 15px;}
	.processcol i::before, .processcol .circleicon::after{display: none;}
	.half-circle{width: 30px;height: 15px;}
	.services-top-banner .circelanimate{left: 0px;}
	.footer-cta{margin-bottom: 30px;padding: 15px 30px 15px 0px;}
	.insightlistrow .bg-white{padding: 20px;}
	.arrowicn{width: 16px;}
	.insightcontent h3{margin-bottom: 15px;}
	.insightsubscriber .mb-100{margin-bottom: 30px;}	
	.coinleft{margin: 0px 0px 10px;}
	.coinleft img{width: 140px;}
	.service {padding: 80px 0px 0px;align-items: center;}
	.serviceiconrow{margin-top: 70px;}
	.service .row:last-child{display: none;}
	.serviceiconrow .row{margin-top: -100px;}
	.service-green{text-align: center;}
	.serviceiconrow .serv-3{margin-top: 30px;}
	.multibtn a{min-width: inherit;margin-bottom: 10px;}
	.multibtn a:last-child{margin-bottom: 0px;}
	.logo-symbol img{max-width: 150px;}
	.curvesec{padding:70px 0px 150px;}
	.bgimg-sec{background-attachment: scroll;}
	.service-green .f-30{margin-bottom: 10px;}
	.timeline:after, .timeline-right:after{display: none;}
	.blog-sec{text-align: center;}
	.blog-sec .tab-nav-custom > li > a{padding-right: 0px;pointer-events: none;}
	.blog-sec .tab-nav-custom > li .contentshow{display: inline-block;width: 100%;order: 1;}
	.blog-sec .tab-nav-custom li::before{opacity: 0;}
	.blog-sec .cilentbase-img-mobile { margin-bottom:15px; }
	.blog-sec .contentshow { padding:0px 0px 15px 0px }
	.blog-sec .btn-fill { margin-top:15px; }
	.multibtn{display: flex;align-items: center;flex-direction: column;}
	.multibtn .btn-fill{margin-bottom: 15px;}
	.timeline-col:last-child{padding-bottom: 0px;}
	.timeline-col:last-child :last-child{margin-bottom: 0px;}
	.tab-nav-custom li::before{top: 18px;}
	.tab-nav-custom li::before{width: 20px;height: 20px;background-size: 100%;}
	.circleicon img {width: 60px;}
	.cilentbase-img-mobile{display: inline-block;vertical-align: top;}
	.tab-nav-custom li::before{bottom: auto;top: 15px;}
	.tab-nav-custom li.active::before{transform: rotate(45deg);}
	.contentshow{padding: 0px 0px 20px;}
	.image-accordian-sec .row [class*="col-"]:last-child, .blog-sec .row [class*="col-"]:last-child{display: none;}
	.timeline-col { padding-top:20px; margin-bottom:10px; }
	.social-icn svg { width:22px; height:22px; }
	.menu-last { margin:0px 15px; }
	.insightcontent { margin-bottom:15px; }
	.pagenav { margin-top:30px; }
}

@media only screen and (max-width:480px){
	.section1 .dotcss{top: 80px;right: 75px;}
	.section2 .dotcss{left: auto;right: 0px;top: 0px;}
	.container { padding:0px 20px; }
	.navmenu, .sticky .navmenu { width:100%; }
	.desktopimg{display: none;}
	.resmobileimg{display: inline-block;}
	.navmenu > ul { padding:60px 30px 0px;}
	.section2 a.btn-fill-black {margin-top: 0px;}
	.serviceiconrow {margin-top: 0;}
	.section2{align-items: center;}
	.coinleft img { width:110px; }
	.menu-last a {font-size: 13px;}
	.img-right img { width:100%; }
}

@media only screen and (max-width:414px){
	.section1 .dotcss { right:35px; }
}

@media only screen and (max-width:360px){
	.dotcss { width:25px; height:27px; }
	.section1 .dotcss{top: 65px;}
	.serviceiconrow {margin-top: 50px;}
	.section2{align-items: flex-start;}
	.coinleft img {width: 80px;}
	.section2 a.btn-fill-black{margin-top: 0px;}
	.section1 .dotcss { right:45px; }
	.section2 .dotcss { right:20px; }
	.tab-nav-custom li::before { width:15px; height:15px; top:12px; }
	
}