html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgb(0, 0, 0);
	-webkit-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

body {
	/*	font-size: 18px;*/
	font-size: 17px;
	color: #000;
	background-image: linear-gradient(rgb(255 255 255 / 85%), #ffffffcc), url(../images/bg-home.png);
	background-attachment: fixed;
	line-height: 28px;
	font-weight: 300;
	font-family: "AktivGrotesk";
	font-style: normal;
	letter-spacing: 0.5px;
}

*,
ul,
ol {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style-type: none;
}

b,
strong {
	font-weight: bold;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #3b7f73;
	outline: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "AktivGrotesk";
	margin-top: 0;
	font-weight: 700;
	margin-bottom: 15px;
	color: #333333;
	line-height: 1.2;
}

.bg-color1 {
	background-color: #6c9b3f;
}

.bg-color2 {
	background-color: #0c0c0c;
}

.bg-color3 {
	background-color: #3b7f73;
}

.width-30 {
	width: 30%;
}

.width-40 {
	width: 40%;
}

.width-46 {
	width: 46%;
}

.width-50 {
	width: 50%;
}

.width-60 {
	width: 60%;
}

.width-70 {
	width: 70%;
}

.flexbox {
	display: -webkit-box;
	display: flex;
}

.flexbox .element {
	height: 100%;
}

.heading h3 a {
	display: inline-block;
}

.sub-title {
	color: #ff7e0d;
	border-left: 2px solid #ff7e0d;
	display: inline-block;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: 500;
}

.strip-bg {
	position: relative;
}

.strip-bg:before {
	position: absolute;
	top: 0;
	width: 42px;
	height: 100%;
	content: '';
	background: rgba(241, 96, 41, 0.7);
	z-index: 1;
}

.strip-bg-left:before {
	left: 0;
}

.strip-bg-right:before {
	right: 0;
}

.btn1,
.btn2 {
	/* position: relative; */
	padding: 15px 35px;
	color: #fff;
	background: #3b7f73;
	cursor: pointer;
	font-family: "AktivGrotesk";
	border-radius: 5px;
}

.btn1 i {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s linear;
}

.btn1:hover,
.btn1:focus,
.btn2:hover,
.btn2:focus {
	background: #ffffff !important;
	color: #000000 !important;
}

/* .btn2:hover,
.btn2:focus {
	
} */

/* .btn1:hover i,
.btn1:focus i {
	margin-left: 5px;
} */

.header .container-fluid {
	padding-right: 15px;
	padding-left: 15px;
}

.header-top {
	background-color: #3b7f73;
}

.header {
	background-color: #fff;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.home-page .header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 99999;
	content: '';
	background-color: #0c0c0c !
}

/* #stuck_container {
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.isStuck{
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;    
    background-color: rgba(31,27,78,0.7);
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
} */
.isStuck .header {
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.isStuck .header-fixed {
	position: relative;
}

/* .isStuck .navigation a{
    color:#000;
}
.isStuck .header-info-box .header-call a .call-info h5{
    color:#000;
}
.isStuck .header-info-box .header-call a{
    color:#000;
} */

.top-contact-wrap {
	text-align: right;
}

.top-contact-right {
	text-align: right;
}

.top-contact-list,
.social-link {
	display: inline-block;
	vertical-align: middle;
	/*margin-top: 15px;*/
	/* margin-left: 22px; */
}

.top-contact-list li,
.social-link li {
	display: inline-block;
	vertical-align: top;
}

.top-contact-list li {
	padding: 5px 10px;
	color: #fff;
	margin-left: 30px;
	font-size: 18px;
}

.top-contact-list li:first-child {
	margin-left: 0;
}

.top-contact-list li i {
	/*margin-right: 8px;*/
	font-size: 20px;
	vertical-align: middle;
	color: #fff;
}

.top-contact-list li a:hover,
.top-contact-list li a:hover i,
.top-contact-list li a:focus,
.top-contact-list li a:focus i {
	color: #d6d6d6;
}

.social-link li a {
	background: #6c9b3e;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	display: block;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}


.logo {
	display: inline-block;
	margin: 8px 0;
}

.header-right-bar {
	display: table;
	width: 100%;
	/* text-align: right; */
}

.mobile-menu {
	display: none;
}

.nav-wrapper,
.header-info-box {
	display: inline-block;
	vertical-align: middle;
}

.navigation>li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 28px;
}

.navigation>li:last-child {
	padding-right: 0;
}

.navigation li.dropdown>.dropdown-menu {
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	width: 250px;
	z-index: 999;
	background-color: #ffffff;
	visibility: hidden;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-bottom: 3px solid #9a9a9a;
	transition: all 500ms ease;
	display: block;
}

.navigation li.dropdown>.dropdown-menu li {
	border-bottom: 1px solid #e6e6e6;
	margin-right: 0;
	text-align: left;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
	border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
	background-color: #ffffff;
	padding: 12px 15px;
	color: #323232;
	white-space: normal;
}

.navigation li.dropdown:hover>.dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.navigation>li:first-child {
	display: none;
}

.navigation a {
	letter-spacing: 1px;
	overflow: hidden;
	position: relative;
	display: block;
	font-size: 18px;
	color: #000;
	transition: all 500ms ease 0s;
}

.header.header-fixed .navigation a {
	color: #fff;
}

.navigation li.dropdown a {
	padding-right: 16px;
}

.navigation>li.dropdown>a:after {
	font-family: "bootstrap-icons";
	content: "\F282";
	position: absolute;
	top: auto;
	right: 0;
	font-size: 14px;
	transition: all 500ms ease 0s;
}

/*.home-page .header-fixed .navigation a{
	padding:20px 30px;
}*/
.header.header-fixed .navigation li:hover>a,
.header.header-fixed .navigation li:focus>a,
.header.header-fixed .navigation li.active>a,
.navigation li:hover>a,
.navigation li:focus>a,
.navigation li.active>a {
	color: #3b7f73;
}

.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
	color: #ffffff;
	background-color: #3b7f73;
}

.text-lg-right {
	text-align: right;
}

.header-info-box .header-call a {
	padding: 10px 45px;
	border-radius: 5px;
	background-color: #3b7f73;
	border: 1px solid #3b7f73;
	color: #fff;
	display: flex;
	align-items: flex-start;
	transition: all 500ms ease 0s;
}

.header-info-box .header-call:hover a {
	background-color: transparent;
	color: #3b7f73;
}

/* .header.header-fixed .header-info-box .header-call a {
	color: #fff;
} */

/* .header-info-box .header-call a i {
	font-size: 20px;
	margin-right: 8px;
	line-height: 1;
	margin-top: 4px;
}

.header-info-box .header-call a .call-info {
	flex: 1;
}

.header-info-box .header-call a .call-info h5 {
	color: #fff;
	font-size: 1.2em;
	line-height: 1;
	margin: 0;
	transition: all 500ms ease 0s;
}

.header.header-fixed .header-info-box .header-call a .call-info h5 {
	color: #fff;
} */

.social-link li a {
	background: #ff7e0d;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	display: block;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.social-link a {
	background: #ff7e0d;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	display: block;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.home-parallax {
	position: relative;
	overflow: hidden;
	/*padding:300px 0;*/
}

.parallax-window {
	height: 500px;
	background: transparent;
	display: table;
	width: 100%;
}

.home-page .parallax-window {
	height: 100vh;
}

.home-slide {
	text-align: center;
	position: relative;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.home-parallax .container {
	position: relative;
	z-index: 9;
}

.slide-wrapper,
.home-box {
	position: relative;
}

.parallax {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.parallax.overlap:before,
.parallax.overlap1:before {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.7);
	content: '';
}

.parallax.overlap1:before {
	background-color: rgba(0, 0, 0, 0.85);
}

.parallax .container-fluid,
.parallax .container-xxl,
.parallax .container {
	position: relative;
	z-index: 1;
}

.parallax-fixed {
	background-attachment: fixed;
}

.block-revealer__element {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ff7e0d;
	pointer-events: none;
	opacity: 0;
}

.home-box-stlye1 {
	text-align: center;
	display: table;
	position: relative;
	z-index: 9;
	padding: 50px;
	height: 100%;
}

.home-box-stlye1 .home-box-stlye1-content {
	display: table-cell;
	vertical-align: middle;
}

.list1 li,
.list2 li,
.areas-list li {
	padding: 0 0 10px 25px;
	position: relative;
}

.list1 li:before,
.areas-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\F270';
	font-family: "bootstrap-icons";
	font-size: 18px;
	color: #3b7f73;
}

.list2 li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\F270';
	font-family: "bootstrap-icons";
	font-size: 18px;
	color: #fff;
}

.areas-list li a:hover {
	color: #1F1B4E;
}

.areas-list li:before {
	content: '\F3E7';
}

.form-box {
	box-shadow: 0px 4px 10px #a1a1a1;
}

.form-control {
	height: 45px;
	padding: 10px;
	border: 1px solid #dfdfdf;
	background-color: #fff;
	border-radius: 0;
	color: #000;
}

.form-control:hover,
.form-control:focus,
.form-control:active,
.form-control.active {
	box-shadow: none;
	border-color: #a1a1a1;
}

textarea.form-control {
	height: 150px;
	resize: vertical;
}

.site-map-list li {
	border-left: 1px solid #dfdfdf;
	padding: 10px 0 10px 30px;
	position: relative;
}

.site-map-list li:before {
	position: absolute;
	top: 20px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #dfdfdf;
	content: '';
}

.site-map-list li>ul.child-menu {
	margin: 10px 0 10px 20px;
}

.footer-widget {
	margin: 15px 0;
	color: #000;
}

.widget-title {
	font-family: "AktivGrotesk";
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #000;
	font-weight: 500;
}

.footer-menu li {
	margin-bottom: 4px;
	color: #ddd;
}

.footer-menu li a {
	position: relative;
	color: #ddd;
	display: block;
	padding: 3px 0 3px 20px;
	display: inline-block;
}

.footer-menu li a:before {
	position: absolute;
	top: 3px;
	left: 0;
	content: '\F285';
	font-family: "bootstrap-icons";
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.footer-menu li a:hover:before {
	left: 2px;
}

.footer-menu li a:hover {
	color: #fff;
}

.footer-links,
.footer-links a {
	color: #fff;
}

.footer-links a:hover,
.hover-effect:hover {
	color: #000;
}

.address-box {
	margin-bottom: 15px;
}

.address-box .address-icon-holder {
	float: left;
	margin-right: 12px;
	color: #ff7e0d;
	text-align: center;
	position: relative;
	font-size: 24px;
	margin-top: 5px;
}

.address-box .address-content {
	text-align: left;
	color: #8b8b8b;
}

.address-box .address-content strong {
	font-weight: 400;
	font-size: 18px;
}

.address-box .address-content {
	position: relative;
	overflow: hidden;
}

.email-font {
	font-size: 13px !important;
}



.address-box {
	margin-bottom: 15px;
}

.address-box .address-icon-holder {
	float: left;
	margin-right: 15px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #0090F0;
	border-radius: 100%;
	text-align: center;
	position: relative;
}

.address-box .address-icon-holder:before {
	position: absolute;
	bottom: -17px;
	border-width: 10px;
	border-style: solid;
	border-color: #0090F0 transparent transparent transparent;
	content: '';
	left: 10px;
}

.address-box .address-content {
	position: relative;
	overflow: hidden;
}

.address-box .address-content strong {
	color: #ffffff;
}

.address-box .address-content {
	color: #ffffff;
}

.contact-wrap1 {
	text-align: center;
}

.contact-wrap1 .address-icon-holder1 {
	float: none;
	margin: auto;
	position: relative;
	z-index: 1;
	color: #fff;
	border: 5px solid #FFFFFF;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	line-height: 60px;
	font-size: 25px;
	border-radius: 50%;
	background-color: #ff7e0d;
}

.contact-wrap1 .address-icon-holder1:before {
	display: none;
}

.contact-wrap1 .address-content {
	background-color: #fff;
	padding: 60px 20px 20px;
	margin-top: -40px;
	min-height: 160px;
}

.contact-wrap1 .address-content strong {
	font-size: 18px;
}

.contact-wrap1 .address-content1 {
	background-color: #eee;
	padding: 60px 15px 20px;
	margin-top: -40px;
	/* height: 180px; */
}

.single-service-item {
	margin: 15px 0;
}

.single-service-item .img-holder {
	overflow: hidden;
	position: relative;
}

.single-service-item .img-holder .img-responsive {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
	/*border: 5px solid #0009;
    border-radius: 5px;*/
}

.single-service-item:hover .img-holder .img-responsive {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
	background-color: rgba(0, 0, 0, .60);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
	-webkit-transform: rotateY(180deg) scale(0.5, 0.5);
	transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-service-item:hover .img-holder .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateY(0deg) scale(1, 1);
	transform: rotateY(0deg) scale(1, 1);
}

.single-service-item .img-holder .overlay .box {
	display: table;
	height: 100%;
	width: 100%;
}

.single-service-item .img-holder .overlay .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	height: 45px;
	line-height: 48px;
	transition: all 500ms ease 0s;
	width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
	background: #9a9a9a;
}

.single-service-item .text-holder h3 {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	margin: 20px 0 6px;
	text-transform: capitalize;
}

.single-service-item .text-holder h3 span {
	color: #fff;
}

.bottom-line {
	position: relative;
}

/* 
.bottom-line::before {
	position: absolute;
	top: 0;
	width: 350px;
	height: 3px;
	content: '';
	background-color: #3b7f73;
	left: 30%;
	transform: translateX(-50%);
} */


.service-box {
	position: relative;
	height: auto;
	height: 450px;
	overflow: hidden;
}

.service-box:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 1;
	background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 42%) 100%);
	transition: 0.6s;
}

.service-box:hover:before {
	background-color: #0e0e0ea4;

}

.service-content .lineh4 {
	position: relative;
}

.service-content .lineh4:before {
	position: absolute;
	content: '';
	transform-origin: left;
	width: 0;
	transition: all;
	background-color: #3b7f73;
	height: 5px;
	bottom: 0;
	left: 0;
	transition: all 0.35s linear;
}

.service-box:hover .service-content .lineh4:before {
	transform-origin: right;
	transform: scaleX(1);
	width: 100%;
}

.service-content p {
	width: 100%;
	height: 100px;
	position: absolute;
	top: 30%;
	left: 0;
	padding: 0 30px;
	color: #ffffff;
	transform: translate(100%, -50%);
	transition: all 0.35s linear;
}

.service-box:hover .service-content p {
	transform: translate(0%, -50%);
}

.service-img {
	height: 100%;
}


.service-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: 0.4s;
}

.service-box:hover .service-img img {
	transform: scale(1.15);
}

.service-content h4 {
	color: #fff;
	padding-bottom: 15px;
}

.service-content {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	padding: 30px;
	z-index: 2;
}

.service-btn {
	padding: 15px 0;
	background-color: #3b7f73;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
	opacity: 0;
	transition: all 0.35s linear;
	z-index: 2;
}

.service-box:hover .service-btn,
.service-box:focus .service-btn {
	opacity: 1;
	background-color: #3b7f73 !important;
	color: #fff !important
}

.testimonial-sec {
	background-color: #0b3f36;
}

.testimonial-sec h2 {
	color: #fff;
	margin-bottom: 20px;
}

.testimonial-logo {
	width: 200px;
}

.testimonial-sec .fa-star {
	color: rgb(248, 171, 29);
	font-size: 20px;
}

.testimonial-slider .owl-nav {
	margin-top: 10px;
	width: 100%;
}

.testimonial-slider .owl-nav button.owl-next,
.testimonial-slider .owl-nav button.owl-prev {
	background: 0 0;
	color: #fff;
	border: none;
	/* padding: 10px !important;    */
	font-size: 30px !important;
	background-color: #00000050;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 35px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

.testimonial-slider .owl-nav button.owl-next {
	right: 0;
}

.testimonial-slider .owl-nav button.owl-prev {
	left: 0;
}

.testimonial-slider .owl-dots {
	display: none;
}

.testimonial-slider .owl-nav [class*=owl-]:hover {
	background: #000000a4;
	color: #FFF;
	text-decoration: none;
}

.testimonial-slider .fb-icon-element {
	color: #fff;
	font-size: 50px;
}

.side-img {
	width: 100%;
	height: 400px;
}

.side-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.form-control {
	height: 50px;
}

textarea.form-control {
	height: 150px;
}

.submit-icon {
	display: none;
}

.submit-icon.rotating-show {
	display: inline-block;
	vertical-align: middle;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
	{
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rotating {
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

.contact-form-sec {
	background-color: #0c0c0c;
}

.border-side {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-color:#d3d3d3;
}

.footer-menu-custom {
	list-style: disc;
	color: #000;
	padding: 0 0 10px 18px;
}

.footer-widget a:hover {
	color: #5e5e5e;
}

/* .btn1 i {
	position: absolute;
	top: 48%;
	right: 13%;
	transform: translateY(-50%);	
	color: #fff;
}

.btn1:hover i {
	right: 5%;
} */

.btn1 i {
	margin-top: 5px;
	animation: slide_icon_reverse .4s cubic-bezier(.21, .6, .35, 1);
	transition: all .2s;
}

.btn1 i {
	animation: slide_icon_reverse .4s cubic-bezier(.21, .6, .35, 1)
}

.btn1:hover i {
	animation: slide_icon .4s cubic-bezier(.21, .6, .35, 1)
}

@keyframes slide_icon {
	0% {
		transform: translateX(0)
	}

	25% {
		opacity: 0
	}

	26% {
		transform: translateX(1.25em)
	}

	27% {
		transform: translateX(-1.25em)
	}

	75% {
		opacity: 1
	}

	100% {
		transform: translateX(0)
	}
}

@keyframes slide_icon_reverse {
	0% {
		transform: translateX(0)
	}

	25% {
		opacity: 0
	}

	26% {
		transform: translateX(-1.25em)
	}

	27% {
		transform: translateX(1.25em)
	}

	75% {
		opacity: 1
	}

	100% {
		transform: translateX(0)
	}
}

.btn1 i {
	transition: all .2s, transform .6s cubic-bezier(.21, .6, .35, 1)
}

.float {
	position: fixed;
	/* width: 100px; */
	/* height: 50px; */
	/* line-height: 50px; */
	bottom: 40px;
	right: 40px;
	background: linear-gradient(to right, #138a27, #30c04a, #1cab39);
	color: #FFF;
	text-align: center;
	/* font-size: 30px; */
	padding: 8px 25px;
	z-index: 100;
	font-weight: bold;
	border: 3px solid #fff;
	border-radius: 6px;
}

.my-float {
	margin-top: 16px;
}

/* Style for scroll-top button */
.backToTopBtn {
	position: fixed;
	bottom: 70px;
	right: 50px;
	z-index: 1;
	height: 50px;
	width: 50px;
	font-size: 20px;
	border: none;
	color: #fff;
	transition: 0.5s;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #fff;
}

.backToTopBtn:not(:hover) {
	background: #3b7f73;
}

.backToTopBtn:hover {
	background: #ffffff;
	color: #000;
}

.backToTopBtn.active {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.backToTopBtn:not(.active) {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

.img-reveal {
	overflow: hidden;
	position: relative;
}

.reveal-img {
	width: 100%;
	display: block;
	clip-path: inset(0 100% 0 0);
}

.wave-text span {
	display: inline-block;
	opacity: 0;
	transform: translateY(40px);
	will-change: transform, opacity;
}

/* about us css  */

.hero-title {
	font-size: 43px;
	line-height: 1.1;
	font-weight: 700;
	text-transform: uppercase;
}

.fill-text {
	color: #3b7f73;
}

.outline-text {
	color: transparent;
	-webkit-text-stroke: 2px #3b7f73;
	text-stroke: 2px #3b7f73;
}

/* Experience Box */

.position-relative {
	position: relative;
}

.experience-box {
	position: absolute;
	bottom: 30px;
	right: -20px;
	width: 220px;
	background: #3b7f73;
	color: #fff;
	padding: 25px;
	border-radius: 15px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, .2);
	text-align: center;
}

.experience-box h2 {
	font-size: 50px;
	margin: 0;
	font-weight: 700;
	color: #fff;
}

.experience-box p {
	margin: 8px 0 0;
	font-size: 17px;
}

/* Responsive */

@media(max-width:991px) {

	.hero-title {
		font-size: 42px;
	}

	.experience-box {
		right: 15px;
		bottom: 15px;
		width: 180px;
		padding: 18px;
	}

	.experience-box h2 {
		font-size: 38px;
	}

}

/* side section  */

/* about sec  */

.section-tag {
	display: inline-block;
	background: #e9e9e9;
	color: #2b2a2a;
	padding: 0px 12px;
	/* border-radius: 30px; */
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 20px;
	border-left: 4px solid #3b7f73;
}

.area-list {
	font-weight: 600;
	color: #183c22;
	font-size: 20px;
}

.stack-wrapper {
	position: relative;
}

.mission-section {
	position: sticky;
	top: -10%;
	height: 100vh;
	overflow: hidden;
}

.mission-section:nth-child(1) {
	z-index: 1;
}

.mission-section:nth-child(2) {
	z-index: 2;
}

/* IMAGE */
.mission-img {
	overflow: hidden;
	height: 100%;
}

.mission-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	will-change: transform;
}

.content-box {
	padding: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	background-image: linear-gradient(rgb(255 255 255 / 85%), #ffffffcc), url(../images/sec1.png);
	background-size: cover;
	background-attachment: fixed;
}

/* .content-box h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.1;
} */


.join-btn {
	background: #d7ff00;
	border: none;
	padding: 14px 30px;
	border-radius: 40px;
	font-weight: 600;
}

.team-box {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 40px;
}

.avatars {
	display: flex;
}

.avatars img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 3px solid #fff;
	margin-left: -12px;
}

.client-text strong {
	display: block;
	font-size: 30px;
}

.section1 {
	background: #f8f9fa;
}

.section2 {
	background: #ececec;
}

.hero1 {
	height: 100vh;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.zoom-img1 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* important: keeps it full-screen like background */
	transform-origin: center center;
}

/* zoom-second  */

.hero2 {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zoom-img2 {
	width: 60%;
	transform-origin: center center;
}


/* gallery section  */

/* 🔥 GALLERY SECTION */
.gallery-section {
	height: 100vh;
	display: flex;
	align-items: center;
	overflow: hidden;
	/* background: #111; */
}

.gallery-wrapper {
	width: 100%;
	overflow: hidden;
}

.gallery-track {
	display: flex;
	gap: 20px;
	width: max-content;
	padding: 0 40px;
}

.gallery-item {
	flex: 0 0 calc(25vw - 30px);
	/* 👈 4 images visible */
	/* height: 60vh; */
	border-radius: 20px;
	overflow: hidden;
}

.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.gallery-item img:hover {
	transform: scale(1.1);
}

.contact-form-sec {
	background-color: #00000098;
}


@media(max-width:991px) {
	.mission-section {
		position: relative;
		height: auto;
	}

	.content-box {
		padding: 40px 20px;
	}

	.content-box h2 {
		font-size: 40px;
	}
}

.cta-section-card {
	background-color: #3b7f73;
}

.cta-badge {
	background: #0000007a;
	color: #fff;
}

.cta-box {
	background: #0000007a;
}

.header-h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.1;
}

.cta-section .btn:hover {
	color: #3b7f73;
	background-color: #fff;
}


.testimonial-box {
	position: relative;
	background: linear-gradient(135deg, #0e2823, #3b7f73);
	border-radius: 20px;
	padding: 35px 30px;
	overflow: hidden;
	color: #fff;
	box-shadow: 0 15px 40px rgba(0, 0, 0, .2);
	transition: .4s ease;
	/* height: 100%; */
	margin-bottom: 30px;
}


.testimonial-box:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, .35);
}

.testimonial-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 100%;
	background: #49aa37;
}

.fb-icon-element2 {
	position: absolute;
	right: 25px;
	top: 20px;
	font-size: 70px;
	color: rgba(255, 255, 255, .08);
}

.testimonial-box h5 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 18px;
	color: #fff;
}

.testimonial-box p {
	font-size: 15px;
	line-height: 1.8;
	color: rgba(255, 255, 255, .85);
	margin-bottom: 18px;
}

.testimonial-box .rating {
	color: #ffc107;
	font-size: 18px;
	margin-bottom: 15px;
}

.client-info h6 {
	margin: 0;
	color: #fff;
	font-weight: 600;
}

.client-info span {
	font-size: 14px;
	color: rgba(255, 255, 255, .7);
}


.inner-box {
	background-color: #03292278;
	border: 1px solid #24b100;
	padding: 30px;
	width: 100%;
	outline: 1px solid #fff;
	outline-offset: -10px;
}

.inner-box1 {
	padding: 40px 30px;
	background-color: #0b3f36;
	color: #fff;
	outline: 2px solid #fff;
	outline-offset: -10px;
}

.areas-list-sec {
	display: inline-block;
	width: 100%;
	text-align: center;
	background-color: #0b3f36;
	color: #fff;
	padding: 15px 25px;
	margin-bottom: 20px;
	border: 1px solid #0b3f36;
	transition: 0.6s;
}

.areas-list-sec:hover {
	color: #0b3f36;
	border: 1px solid #0b3f36;
	background-color: transparent;
}

/* .contact-premium {
	padding: 80px 0;
	background:
		radial-gradient(circle at top left, #7cb34222, transparent 40%),
		radial-gradient(circle at bottom right, #1b5e2020, transparent 40%),
		#f4f7f3;
} */

.premium-card {
	position: relative;
	overflow: hidden;
	padding: 45px 35px;
	border-radius: 28px;

	background: rgba(255, 255, 255, .75);
	backdrop-filter: blur(20px);

	border: 1px solid rgba(255, 255, 255, .5);

	box-shadow:
		0 15px 45px rgba(0, 0, 0, .08),
		inset 0 1px 0 rgba(255, 255, 255, .8);

	transition: .5s;
	height: 100%;
	text-align: center;
}

.premium-card::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 1.5px;
	border-radius: 28px;
	background: linear-gradient(135deg, #88d66c, #2e7d32, #c8e6c9);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);

	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: -1;
}

.premium-card:hover {
	transform: translateY(-12px) scale(1.03);
	box-shadow:
		0 35px 70px rgba(0, 0, 0, .18);
}

.circle-bg {
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: linear-gradient(135deg, #4CAF50, #81C784);
	opacity: .08;
	top: -70px;
	right: -60px;
}

.icon {
	width: 90px;
	height: 90px;
	margin: auto auto 30px;
	border-radius: 50%;
	background: linear-gradient(135deg, #66ab9f, #3b7f73);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 34px;
	box-shadow: 0 15px 35px rgba(76, 175, 80, .45);
	transition: .5s;
}

.premium-card:hover .icon {
	transform: rotateY(180deg);
}

.premium-card h4 {
	font-weight: 700;
	margin-bottom: 18px;
	color: #1b4332;
}

.premium-card p {
	color: #666;
	line-height: 1.8;
	margin: 0;
}

.premium-card a {
	color: #444;
	text-decoration: none;
	font-weight: 500;
	transition: .3s;
}

.premium-card a:hover {
	color: #2E7D32;
}


@media (min-width: 1280px) and (max-width:1500px) {
	/* .navigation a {
		padding: 0 10px;
		font-size: 14px;
	} */

	.navigation>li {
		padding-right: 7px;
	}

	.header-info-box .header-call a {
		padding: 10px 16px;
		font-size: 15px;
	}

	/* .logo .img-fluid {
		max-width: 175px;
	} */

	.header-h2 {
		font-size: 30px;
	}

	.content-box {
		padding: 30px;
	}
}

@media (min-width: 1280px) and (max-width:1365px) {
	.navigation a {
		padding: 0 10px;
	}

	.service-box {
		height: 400px;
	}

	.service-content p {
		top: 35%;
	}
}

@media (min-width: 220px) and (max-width:991px) {

	.side-img {
		height: 100%;
	}

	.header-info-box {
		display: flex;
		justify-content: center;
		margin: 10px 0;

	}

	.header-info-box .header-call {
		margin-left: 0px;
	}

	.header-right-bar {
		display: flex;
		justify-content: center;
	}

	.map iframe {
		margin-top: 30px;
	}

	.home-page .header {
		position: static !important;
		/* background-color:#fff!important; */
	}

	.header-info-box .header-call a .call-info h5 {
		color: #000;
	}

	.isStuck .navigation a {
		color: #fff;
	}

	.top-contact-list,
	.social-link {
		display: table;
		margin: 0 auto;
	}

	.mobile-menu {
		display: table-cell;
		cursor: pointer;
		vertical-align: middle;
		font-size: 20px;
		background: #4a7e3e;
		color: #ffff;
		margin: 0;
		text-align: center;
		width: 50px;
		height: 50px;
		padding: 13px 15px;
	}

	.nav-wrapper {
		position: fixed;
		top: 0;
		right: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 99999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #543932;
		padding-top: 0;
	}

	.navigation a {
		color: #fff;
	}

	.nav-wrapper.open {
		right: 0;
	}

	.navigation>li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #333;
		text-align: left;
		padding-right: 0;
		/*background-color: #3b7f73;*/
	}

	.navigation>li:first-child {
		display: block;
	}

	.navigation>li:first-child a {
		background: #543932;
	}

	.navigation li a {
		padding: 10px 20px;
	}

	.navigation li:hover>a,
	.navigation li:focus>a,
	.navigation li.active>a {
		background-color: #4a7e3e;
		color: #ffffff !important;
	}

	.navigation>li.dropdown>a:after {
		right: 20px;
	}

	.navigation li.dropdown>.dropdown-menu,
	.navigation li.dropdown:hover>.dropdown-menu {
		position: static;
		top: 0;
		visibility: visible;
		opacity: 1;
		width: 100%;
		float: none;
	}

	.navigation li.dropdown>.dropdown-menu li a {
		padding: 10px 10px 10px 30px;
	}

	.parallax.m-parallax {
		background-image: none !important;
		min-height: 100% !important;
	}

	.parallax.m-parallax-bg {
		background-image: none !important;
		height: 100% !important;
		min-height: 100% !important;
	}

	#bootstrap-touch-slider {
		height: 100%;
	}

	.flexbox {
		display: block;
	}

	.width-30,
	.width-40,
	.width-50,
	.width-60,
	.width-70 {
		width: 100%;
	}

	.footer-widget {
		padding: 20px 0 10px;
	}

	.address-box {
		margin: 15px 0;
	}

	.parallax.parallax-fixed {
		padding-top: 75px !important;
	}

	.flex-column-reverse-sm {
		flex-direction: column-reverse;
	}

	.top-contact-list li {
		margin-left: 0px;
	}

	.border-side {
		border-left: none;
		border-right: none;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

}

@media (min-width: 768px) and (max-width:991px) {
	.m-min-200 {
		height: 400px !important;
		min-height: 400px !important;
	}

	.header-info-box {
		display: flex;
	}

	.btn1,
	.btn2 {
		padding: 10px;
	}

	.slide-text {
		width: 80% !important;
	}

	.gallery-item {
		flex: 0 0 calc(50vw - 30px);
		/* height: 60vh; */
		border-radius: 20px;
		overflow: hidden;
	}

}

@media (min-width: 220px) and (max-width:767px) {
	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}

	.logo {
		display: table;
		margin: auto;
		padding: 10px;
	}

	.top-contact-list li:before {
		display: none;
	}

	.top-contact-list li {
		display: block;
		padding: 0;
	}

	.bs-slider {
		height: auto;
	}

	.slide-text {
		width: 90%;
	}

	.p-5 {
		padding: 1.3rem 1rem !important;
	}

	.footer-widget {
		padding: 15px 0;
	}

	.header-right-bar {
		height: auto;
	}

	.mobile-menu {
		width: 50px;
		height: 50px;
		/* padding: 15px 15px; */
	}

	.btn1,
	.btn2 {
		padding: 10px 16px;
	}

	.gallery-item {
		flex: 0 0 calc(50vw - 30px);
	}

	.premium-card {
		padding: 35px 25px;
	}

	.icon {
		width: 75px;
		height: 75px;
		font-size: 28px;
	}
}

@media (min-width: 576px) and (max-width:767px) {
	.m-min-200 {
		min-height: 350px !important;
		height: 350px !important;
	}

	.header-info-box {
		display: flex;
	}

	.slide-text {
		width: 80% !important;
	}

	.header-info-box .header-call a {
		padding: 10px 20px;
	}

	.hero1 {
		height: 50vh;
	}
}

@media (min-width: 220px) and (max-width:575px) {

	.top-contact-list li {
		font-size: 15px;
	}

	.header-right-bar {
		height: auto;
		text-align: center;
	}

	.header-info-box {
		margin-bottom: 15px;
	}

	.home-box-stlye1 {
		padding: 15px;
	}

	.m-min-210 {
		height: 450px !important;
		padding: 0 !important;
	}

	.email-font {
		font-size: 12px !important;
	}

	.header-info-box .header-call {
		margin-left: 0;
	}

	.footer-top {
		font-size: 15px;
		padding: 1.3rem 0.5rem !important;
	}

	.address-content.email-cnt p {
		font-size: 12px;
	}

	.contact-wrap1 .address-content {
		padding: 60px 10px 20px;
	}

	footer.p-5 {
		padding: 1.3rem 0rem !important;
	}

	.m-min-200 {
		min-height: 300px !important;
		height: 300px !important;
	}

	.btn1,
	.btn2 {
		padding: 10px;
	}

	.address-box .address-content {
		font-size: 14px;
	}

	.address-box .address-icon-holder {
		display: none;
	}

	.slide-text {
		width: 90% !important;
	}

	.service-box {
		height: 400px;
	}

	.service-content p {
		top: 35%;
	}

	.bottom-line::before {
		width: 229px;
	}

	.hero-title {
		font-size: 32px;
	}

	.section-tag {
		padding: 0px 10px;
	}

	.content-box h2 {
		font-size: 30px;
	}

	.hero1 {
		height: auto;
	}

	.gallery-item {
		flex: 0 0 calc(100vw - 30px);
	}

	.header-info-box .header-call a {
		padding: 10px 41px;
	}

	.experience-box p {
		margin: 4px 0 0;
		font-size: 15px;
	}

	.experience-box {
		width: 112px;
		padding: 7px;
	}

	.experience-box h2 {
		font-size: 28px;
	}

	.inner-box,
	.inner-box1 {
		padding: 20px;
	}

	.premium-card {
		padding: 35px 12px;
	}

	.premium-card a {		
		font-size: 13px;
	}
}