:root {
	--theme-color: #83a909;
}

.page-wrapper {
	position: relative;
	width: 100%;
	min-width: 300px;
	z-index: 9;
	margin: 0px auto;
	overflow: hidden;
}

.row > * {
	padding: 0 15px;
}

.row {
	margin: 0 -15px;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}


/** banner-section **/

.banner-section {
	position: relative;
}

.banner-carousel {
	position: relative;
}

.banner-carousel .slide-item {
	position: relative;
	overflow: hidden;
	padding: 282px 0px 223px 0px;
	min-height: 820px;
}

.banner-carousel .slide-item:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 1;
}

.banner-carousel .slide-item .image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.banner-carousel .content-box {
	position: relative;
	display: block;
	z-index: 5;
	width: 100%;
	min-height: 300px;
}

.banner-carousel .content-box .banner-1-desc {
	position: relative;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	font-family: "Roboto";
	margin-bottom: 40px;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.banner-carousel .active .content-box .banner-1-desc {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
}

.banner-carousel .content-box h1 {
	position: relative;
	display: block;
	font-size: 85px;
	line-height: 85px;
	color: #ffffff;
	font-weight: 900;
	font-family: "Roboto";
	margin-bottom: 30px;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.banner-carousel .content-box h1 span {
	color: #83a909;
}

.banner-carousel .active .content-box h1 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.banner-carousel .content-box .btn-box {
	position: relative;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

.banner-carousel .active .content-box .btn-box {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.banner-carousel .content-box .list-item {
	position: relative;
	display: block;
	margin-bottom: 17px;
	opacity: 0;
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-carousel .active .content-box .list-item {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.banner-carousel .content-box .list-item li {
	position: relative;
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: 400;
}

.banner-carousel .content-box .list-item li a {
	position: relative;
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: 400;
}

.mr-10 {
	margin-right: 10px !important;
}

.mar-0 {
	margin: 0px !important;
}

.banner-carousel .owl-dots {
	display: none !important;
}

.banner-section .owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
}

.banner-section .owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: 50px;
	top: 0;
	background: rgba(255, 255, 255, 0.15);
	height: 56px;
	width: 56px;
	border-radius: 50%;
	border: none;
	text-align: center;
	color: rgba(0, 0, 0, 0);
	line-height: 56px;
	font-size: 0px;
	opacity: 1;
	margin-top: -30px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-prev:after {
	font-family: "FontAwesome";
	content: "\f105";
	position: absolute;
	top: 0;
	width: 56px;
	height: 56px;
	line-height: 56px;
	font-weight: 700;
	left: 0;
	color: #ffffff;
	font-size: 24px;
	cursor: pointer;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-prev:hover {
	background-color: #3f6d14;
}

.banner-section .owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 50px;
	top: 0;
	background: rgba(255, 255, 255, 0.15);
	height: 56px;
	width: 56px;
	border-radius: 50%;
	border: none;
	text-align: center;
	line-height: 56px;
	color: rgba(0, 0, 0, 0);
	font-size: 0px;
	opacity: 1;
	cursor: pointer;
	margin-top: -30px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-next:after {
	font-family: "FontAwesome";
	content: "\f105";
	position: absolute;
	top: 0;
	width: 56px;
	height: 56px;
	line-height: 56px;
	font-weight: 700;
	right: 0;
	color: #ffffff;
	font-size: 24px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-next:hover {
	background-color: #3f6d14;
}

/* about */
section.about-1-section {
	position: relative;
	padding: 120px 0 90px;
}

.about-1-wrapper {
	position: relative;
	padding-right: 70px;
	margin-bottom: 30px;
}

.about-1-text {
	font-size: 22px;
	line-height: 32px;
	color: #242424;
	font-weight: 500;
	font-family: "Yantramanav";
	margin-bottom: 30px;
}

.sub-title {
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 28px;
	color: #83a909;
	font-weight: 700;
	font-family: "Roboto";
	padding-left: 50px;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
}

.sub-title:before {
	position: absolute;
	content: '';
	left: 0;
	width: 33px;
	height: 2px;
	background-color: #83a909;
	top: 14px;
}

h2.sec-title {
	font-size: 45px;
	line-height: 1.2em;
	color: #242424;
	font-weight: 900;
	font-family: "Roboto";
	margin-bottom: 40px;
	position: relative;
}

h2.sec-title.fs-lg {
	font-size: 50px;
}

h2.sec-title.light {
	color: #fff;
}

.sub-title.s-two:after {
	position: absolute;
	content: '';
	right: 0;
	width: 33px;
	height: 2px;
	background-color: #83a909;
	top: 14px;
}

.sub-title.s-two {
	padding-right: 50px;
}

/* about 1 */
.about-1-desc {
	font-size: 18px;
	line-height: 32px;
	color: #797979;
	font-weight: 400;
	font-family: "Yantramanav";
	margin-bottom: 25px;
}

ul.about-1-list {
	font-size: 20px;
	line-height: 36px;
	color: #242424;
	font-weight: 500;
	font-family: "Yantramanav";
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
}

ul.about-1-list li {
	width: 50%;
}

ul.about-1-list i {
	margin-right: 15px;
	color: #83a909;
	font-size: 22px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.btn-1 {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 20px 35px 16px;
	text-align: center;
	z-index: 1;
	border-radius: 5px;
	background-color: #252525;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 700;
	font-family: "Yantramanav";
	text-transform: uppercase;
	transition: .5s;
}

.btn-1:hover {
	color: #fff;
}

.btn-1 span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #83a909;
	transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.btn-1 i {
	margin-left: 15px;
	font-size: 20px;
	color: #83a909;
	transition: .5s;
font-weight: bold;vertical-align: middle;position: relative;top: -2px;}

.btn-1:hover i {
	color: #fff;
}

.btn-1:hover span {
	width: 225%;
	height: 562.5px;
}

a.btn-1.s-two {
	background: #83a909;
}

a.btn-1.s-two i {color: inherit;}

a.btn-1.s-two span {
	background: #252525;
}

a.btn-1.s-two:hover {
	color: #83a909;
}

a.btn-1.s-three {
	border-radius: 2px;
	background: #668307;
	padding: 13px 30px 9px;
}

a.btn-1.s-four {background: #fff;
	color: #000000;
}
	
a.btn-1.s-four:hover {color: #fff;}

.about-1-wrapper-2 {
	position: relative;
	margin-left: -30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
	max-width: 500px;
}

.about-1-feature {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #83a909;
	padding-left: 105px;
	padding-top: 34px;
	padding-bottom: 35px;
	padding-right: 30px;
}

.about-1-text-2 {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #2f4527;
	font-size: 14px;
	letter-spacing: 1px;
	color: #ffffff;
	font-weight: 700;
	font-family: "Roboto";
	transform: rotate(-90deg);
	transform-origin: bottom left;
	padding: 6px 13px;
	text-transform: uppercase;
}

.about-1-icon {
	position: absolute;
	left: 25px;
	top: 48px;
}

.about-1-text-3 {
	font-size: 28px;
	color: #ffffff;
	font-weight: 700;
	font-family: "Roboto";
	line-height: 1.2em;
}

/* services 1 */

section.service-1-section {
	position: relative;
	padding: 120px 0 90px;
}

.service-1-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	max-height: 574px;
}

.service-1-block {
	position: relative;
	border-radius: 6px;
	filter: drop-shadow(0 0 17.5px rgba(0,0,0,0.1));
	background-color: #ffffff;
	margin-bottom: 30px;
}

h4.service-1-title {
	font-size: 26px;
	color: #222222;
	font-weight: 700;
	font-family: "Yantramanav";
	margin-bottom: 10px;
}

.service-1-desc {
	font-size: 16px;
	line-height: 24px;
	color: #444444;
	font-weight: 400;
	font-family: "Yantramanav";
}

.service-1-content {
	position: relative;
	text-align: center;
	padding: 32px 0;
}

span.service-1-border {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 3px;
	background-color: #83a909;
}

.service-1-image {
	position: relative;
}

.service-1-image img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 100%;
}

.service-1-image:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: rgb(127 164 9 / 80%);
	opacity: 1;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: perspective(400px) scaleX(0);
	-ms-transform: perspective(400px) scaleX(0);
	transform: perspective(400px) scaleX(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	z-index: 1;
}

.service-1-image:hover:before {
	opacity: 1;
	-webkit-transform: perspective(400px) scaleX(1.0);
	-ms-transform: perspective(400px) scaleX(1.0);
	transform: perspective(400px) scaleX(1.0);
}

.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.owl-item.active {
	opacity: 1;
}

.owl-item {
	opacity: 0;
}

.service-1-carousel-btn {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

span.service-1-carousel-left-btn {
	width: 45px;
	height: 45px;
	border-radius: 22px;
	background-color: #f3f5e9;
	display: inline-block;
	line-height: 45px;
	font-size: 20px;
	margin: 0 8px;
	transition: .5s;
	color: #222;
	cursor: pointer;
}

span.service-1-carousel-right-btn {
	width: 45px;
	height: 45px;
	border-radius: 22px;
	background-color: #f3f5e9;
	display: inline-block;
	line-height: 45px;
	font-size: 20px;
	margin: 0 8px;
	transition: .5s;
	color: #222;
	cursor: pointer;
}

span.service-1-carousel-right-btn:hover {
	color: #fff;
	background: #83a909;
}

span.service-1-carousel-left-btn:hover {
	color: #fff;
	background: #83a909;
}

/*  */
section.whychooseus-1-section {
	position: relative;
	background: #f3f5e9;
}

.whychooseus-1-left-column {
	width: calc(50% - 177px);
	background-size: cover;
}

.whychooseus-1-right-column {
	width: calc(50% + 177px);
	padding-left: 75px;
	padding-top: 115px;
	padding-bottom: 80px;
}

.whychooseus-1-row {
	display: flex;
	flex-wrap: wrap;
}

.whychooseus-1-image {
	background-size: cover;
}

.whychooseus-1-image img {
	display: none;
}

.whychooseus-1-icon {
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 50px;
	color: #3f6d14;
}

.whychooseus-1-icon-box {
	position: relative;
	margin-bottom: 40px;
}

.whychooseus-1-top-content {
	position: relative;
	padding-left: 70px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 13px;
}

.whychooseus-1-icon i:before {
	font-size: inherit;
	margin: 0;
}

.whychooseus-1-title {
	font-size: 21px;
	color: #051d3e;
	font-weight: 700;
	font-family: "Roboto";
}

.whychooseus-1-desc {
	font-size: 17px;
	line-height: 26px;
	color: #494949;
	font-weight: 400;
	font-family: 'Barlow', sans-serif;
}

.whychooseus-1-container {
	max-width: 700px;
	padding: 0 15px;
}

.whychooseus-1-side-image {
	position: absolute;
	right: 40px;
	bottom: 90px;
}

/* projects */
section.projects-1-section {
	position: relative;
	padding: 120px 0 90px;
}

.projects-1-image img {
	width: 100%;
}

.projects-1-block {
	margin-bottom: 30px;
	position: relative;
}

.projects-1-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 1;
	color: #ffffff;
	text-align: center;
	background: rgba(0,0,0,0.0);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.projects-1-overlay:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	opacity: 0;
	background: rgb(14 24 36 / 70%);
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.projects-1-overlay:hover:before {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}

.projects-1-image {
	overflow: hidden;
	position: relative;
}

.projects-1-overlay:after {
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	opacity: 0;
	background: rgb(13 23 35 / 70%);
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
}

.projects-1-overlay:hover:after {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}

a.projects-1-icon {
	position: relative;
	font-size: 18px;
	color: #ffffff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	display: inline-block;
	background-color: #83a909;
	opacity: 0;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}

.projects-1-block:hover a.projects-1-icon {
	opacity: 1;
	transition: all 500ms ease 500ms;
	-webkit-transition: all 500ms ease 500ms;
	-ms-transition: all 500ms ease 500ms;
	-o-transition: all 500ms ease 500ms;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	position: relative;
	z-index: 1;
}

 /* cta */
section.cta-1-section {
	position: relative;
	margin-bottom: -107px;
	z-index: 9;
}

.cta-1-image {
	margin-right: -9px;
}

.cta-1-content {
	margin-left: -21px;
	padding: 39px 0;
	padding-left: 50px;
	background: #83a909;
	margin-right: -60px;
	position: relative;
}

h2.cta-1-title {
	position: relative;
	font-size: 42px;
	line-height: 42px;
	color: #ffffff;
	font-weight: 900;
	font-family: "Yantramanav";
	margin-bottom: 9px;
}

.cta-1-text {
	font-size: 22px;
	line-height: 36px;
	color: #ffffff;
	font-weight: 500;
	font-family: "Yantramanav";
	position: relative;
}

.cta-1-phone {
	font-size: 38px;
	line-height: 48px;
	color: #ffffff;
	font-weight: 900;
	font-family: "Yantramanav";
	position: relative;
}

.cta-1-phone a {
	color: #fff;
}

.cta-1-content:before {
	background: #83a909;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1000%;
	content: '';
}

/* testimonials */
section.testimonials-1-section {
	position: relative;
	background: #2f4527;
	padding-top: 225px;
	padding-bottom: 90px;
}

.testimonials-1-block {
	position: relative;
	margin-bottom: 30px;
}

.testimonials-1-top-content {
	position: relative;
	background: #fff;
	padding: 40px 50px;
	border-radius: 10px;
}

.testimonials-1-quote {
	font-size: 50px;
	color: #83a909;
	margin-bottom: 15px;
}

.testimonials-1-desc {
	font-size: 18px;
	line-height: 30px;
	color: #494949;
	font-weight: 400;
	font-family: 'Barlow', sans-serif;
}

.testimonials-1-author {
	position: relative;
	margin-left: 55px;
	padding-left: 95px;
	padding-top: 9px;
	min-height: 70px;
	margin-top: 30px;
}

.testimonials-1-author-image {
	position: absolute;
	top: 0;
	left: 0;
}

.testimonials-1-author-image img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.testimonials-1-author-title {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	font-family: "Roboto";
}

.testimonials-1-designation {
	font-size: 16px;
	line-height: 20px;
	color: #83a909;
	font-weight: 400;
	font-family: 'Barlow', sans-serif;
}

.testimonials-1-top-content:before {
	position: absolute;
	content: '';
	width: 42px;
	height: 10px;
	bottom: -10px;
	left: 66px;
	background-image: url(../images/shape/shape-1.png);
}

/* service 2 */

section.service-2-section {
	position: relative;
	background: #2f4628;
}

.service-2-row {
	display: flex;
	flex-wrap: wrap;
}

.service-2-left-column {
	width: calc(50% + 185px);
	padding-top: 115px;
	position: relative;
	padding-bottom: 90px;
}

.service-2-right-column {
	width: calc(50% - 185px);
	background-size: cover;
}

.service-2-container {
	max-width: 785px;
	margin: 0 auto;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 70px;
}

.service-2-text {
	font-size: 20px;
	line-height: 30px;
	color: #f2f4f6;
	font-weight: 500;
	font-family: 'Barlow', sans-serif;
	margin-bottom: 35px;
}

ul.service-2-list {
	font-size: 20px;
	line-height: 45px;
	color: #ffffff;
	font-weight: 500;
	font-family: 'Barlow', sans-serif;
	margin-bottom: 40px;
}

ul.service-2-list i {
	margin-right: 15px;
	font-size: 19px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.service-2-image {
	display: none;
}

.service-2-feature {
	position: absolute;
	right: -153px;
	bottom: 0;
	min-width: 190px;
	background-color: #83a909;
	padding: 40px 20px 30px;
	z-index: 9;
}

.service-2-text2 {
	font-size: 22px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	font-family: "Roboto";
	text-align: center;
	position: relative;
}

.service-2-icon {
	text-align: center;
	color: #fff;
	font-size: 60px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.service-2-icon i:before {
	margin: 0;
	font-size: inherit;
}

/* blog */
section.blog-1-section {
	position: relative;
	padding: 120px 0 90px;
}

.blog-1-top-content {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

a.blog-1-theme-btn {
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 26px;
	text-decoration: underline;
	color: #242424;
	font-weight: 700;
	font-family: "Yantramanav";
	text-align: right;
	transition: .5s;
}

a.blog-1-theme-btn:hover {
	color: #83a909;
}

.blog-1-image {
	position: relative;
	overflow: hidden;
}

.blog-1-image img {
	width: 100%;
	transition: .5s;
}

.blog-1-image:hover img {
	transform: scale(1.1);
}

.blog-1-lower-content {
	position: relative;
	box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
	text-align: center;
	padding: 35px 25px 3px;
	background-color: #fff;
}

.blog-1-meta-info {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	color: #83a909;
	font-weight: 600;
	font-family: 'Barlow', sans-serif;
	text-align: center;
	transition: .5s;
	margin-bottom: 10px;
}

.blog-1-meta-info a {
	color: #83a909;
	transition: .5s;
}

h3.blog-1-title {
	font-size: 23px;
	line-height: 28px;
	color: #313235;
	font-weight: 700;
	font-family: 'Barlow', sans-serif;
	text-align: center;
	margin-bottom: 30px;
}

h3.blog-1-title a {
	color: #313235;
	transition: .5s;
}

h3.blog-1-title a:hover {
	color: #83a909;
}

.blog-1-link-btn2 a {
	width: 56px;
	height: 56px;
	border-radius: 28px;
	background-color: #83a909;
	display: inline-block;
	color: #fff;
	position: relative;
	margin-bottom: -3px;
	line-height: 56px;
	bottom: -28px;
	margin-top: -26px;
	transition: .5s;
}

.blog-1-link-btn2 a:hover {
	background-color: #222;
	;
}

.blog-1-block {
	position: relative;
	margin-bottom: 55px;
}

/* header */

.main-header {
	z-index: 9999;
}

.header-top {
	position: relative;
	background: #1a1d15;
}

@media only screen and (min-width: 1400px) {
	.header-top .auto-container {
		max-width: 100%;
		padding: 0 100px;
	}
}

@media only screen and (max-width: 1450px) {
	.header-bottom-link-btn {
		display: none;
	}

	.header-bottom-search-toggler {
		margin-right: 0;
	}
}

.header-top-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

ul.header-top-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 47px;
	color: #ffffff;
	font-weight: 400;
	font-family: 'Barlow', sans-serif;
	margin: 1px 0;
}

ul.header-top-list strong {
	font-size: 20px;
	font-weight: 600;
}

ul.header-top-list a {
	color: #fff;
	transition: .5s;
}

ul.header-top-list li {
	margin-right: 30px;
}

ul.header-top-list i {
	margin-right: 2px;
	vertical-align: middle;
}

ul.header-top-list i.icon-send {
	font-size: 25px;
	vertical-align: middle;
	margin-right: 7px;
}

ul.header-top-list a:hover {
	color: #83a909;
}

.header-top-text {
	font-size: 16px;
	line-height: 47px;
	color: #ffffff;
	font-weight: 400;
	font-family: "Open Sans";
}

.header-top-text a {
	color: #83a909;
	margin-left: 10px;
}

.header-bottom {
	background: #2b3115;
}

.header-bottom-logo {
	margin: 15px 0;
}

@media only screen and (min-width: 1400px) {
	.header-bottom .auto-container {
		max-width: 100%;
		padding: 0 100px;
	}
}

.header-bottom-row {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.header-bottom-right-column {
	display: flex;
	align-items: center;
}

ul.navigation {
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	color: #ffffff;
	font-weight: 500;
	font-family: 'Barlow', sans-serif;
}

ul.navigation a {
	color: #fff;
	padding: 35px 0;
	display: inline-block;
	text-transform: capitalize;
}

ul.navigation li {
	margin-right: 35px;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: 240px;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	background-color: #ffff;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	transition: .5s;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
}

.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li:before {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	display: block;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 15px 30px;
	border-bottom: 1px solid rgb(34 34 34 / 5%);
	line-height: 24px;
	text-transform: capitalize;
	text-align: left;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	color: #454456;
}

.main-menu .navigation>li>ul>li>a:hover {
	color: var(--theme-color);
	padding-left: 45px;
}

.main-menu .navigation>li>ul>li>a:before {
	position: absolute;
	content: "\f105";
	left: 30px;
	top: 16px;
	display: block;
	line-height: 24px;
	font-size: 18px;
	font-family: 'FontAwesome';
	font-weight: 300;
	opacity: 0;
}

.main-menu .navigation>li>ul>li>a:hover:before {
	opacity: 1;
}

.main-menu .navigation>li>ul>li:last-child>a {
	border-bottom: 0px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	position: absolute;
	content: "\f105";
	right: 20px;
	top: 14px;
	display: block;
	line-height: 24px;
	font-size: 17px;
	font-family: 'FontAwesome';
	font-weight: 400;
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: 240px;
	z-index: 100;
	background-color: #fff;
	transition: .5s;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
}

.main-menu .navigation>li>ul>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 15px 30px;
	line-height: 24px;
	border-bottom: 1px solid rgb(34 34 34 / 5%);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	color: #454456;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
	border-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
	color: var(--theme-color);
	padding-left: 45px;
}

.main-menu .navigation>li>ul>li>ul>li>a:before {
	position: absolute;
	content: "\f105";
	left: 30px;
	top: 16px;
	display: block;
	line-height: 24px;
	font-size: 18px;
	font-family: 'FontAwesome';
	font-weight: 300;
	opacity: 0;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover:before {
	opacity: 1;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
	font-family: 'Font Awesome 5 Pro';
	content: "\f105";
	position: absolute;
	right: 30px;
	top: 12px;
	display: block;
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
	z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.header-bottom-search-toggler {
	position: relative;
	color: #fff;
	margin-right: 30px;
	cursor: pointer;
}

.mobile-nav-toggler {
	display: none;
	cursor: pointer;
}

ul.navigation .dropdown-btn {
	display: none;
}

@media only screen and (max-width:1200px) {
	.header-bottom ul.navigation {
		display: none;
	}

	.mobile-nav-toggler {
		display: block;
	}

	.header-bottom-search-toggler {
		margin-left: 20px;
	}

	ul.navigation .dropdown-btn {
		display: block;
	}
}


/*** 

====================================================================
    Search Popup
====================================================================

***/

.search-popup {
	position: fixed;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	overflow: auto;
	background: rgba(0, 0, 0, 0.90);
	-webkit-transform: translateY(101%);
	-ms-transform: translateY(101%);
	transform: translateY(101%);
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
}

.search-popup.popup-visible {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	visibility: visible;
	opacity: 1;
}

.search-popup .overlay-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
}

.search-popup .close-search {
	position: absolute;
	right: 25px;
	top: 25px;
	font-size: 22px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
}

.search-popup .close-search:hover {
	opacity: 0.70;
}

.search-popup .search-form {
	position: relative;
	padding: 0px 15px 0px;
	max-width: 1024px;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 100px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.search-popup .search-form fieldset {
	position: relative;
}

.search-popup .search-form fieldset input[type="search"] {
	position: relative;
	height: 68px;
	padding: 19px 220px 19px 30px;
	background: #ffffff;
	line-height: 30px;
	font-size: 18px;
	color: #1b1c1d;
	border-radius: 0;
	font-weight: 500;
	font-family: 'Barlow', sans-serif;
}

.search-popup .search-form fieldset input[type="submit"] {
	position: absolute;
	display: block;
	right: 0px;
	top: 0px;
	text-align: center;
	width: 220px;
	height: 68px;
	padding: 19px 10px 18px 10px;
	color: #ffffff !important;
	line-height: 30px;
	font-size: 20px;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 0;
	background-color: var(--theme-color);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border: none;
}

.search-popup .search-form fieldset input[type="submit"]:hover {
	background-color: #454545;
}

.search-popup h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 20px;
	letter-spacing: 1px;
	text-align: center;
	display: none;
}

.search-popup .recent-searches {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	display: none;
}

.search-popup .recent-searches li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
	display: block;
	line-height: 24px;
	border: 1px solid #ffffff;
	padding: 7px 15px;
	color: #ffffff;
	border-radius: 3px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.search-popup .search-form fieldset input[type="search"]:focus {
	border-color: #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*** 

====================================================================
                Sticky Header
====================================================================

***/

.sticky-header {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	z-index: -1;
	-webkit-transition: top 300ms ease;
	-o-transition: top 300ms ease;
	transition: top 300ms ease;
}

.fixed-header .sticky-header {
	opacity: 1;
	z-index: 99901;
	visibility: visible;
}

/*** 

====================================================================
            Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
	position: relative;
	height: 50px;
	line-height: 44px;
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 20px;
	cursor: pointer;
	border-radius: 50%;
	float: right;
	margin-left: 15px;
	display: none;
}

.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .mCSB_scrollTools {
	right: -6px;
}

.mobile-menu .mCSB_inside>.mCSB_container {
	margin-right: 5px;
}

.mobile-menu .navbar-collapse {
	display: block !important;
}

.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
	margin-bottom: 100px;
	margin-top: 25px;
}

.mobile-menu-visible {
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 0.30;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #202020;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn {
	position: absolute;
	right: 20px;
	top: 15px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}

.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
	margin-right: 0;
}

.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px !important;
	font-size: 15px !important;
	font-weight: 500;
	color: #ffffff !important;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
	height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.10);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
	display: none;
}

.mobile-menu .social-links {
	position: relative;
	text-align: center;
	padding: 30px 25px;
}

.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: #ffffff;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}


/*  Scroll To Top style */

.scroll-to-top {
	position: fixed;
	right: 50px;
	bottom: 50px;
	width: 65px;
	height: 65px;
	font-size: 18px;
	line-height: 65px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	border-radius: 50%;
	margin-left: -26px;
	display: none;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	background: var(--theme-color);
	color: #fff;
}

.scroll-to-top.style-two {
	background-color: #2d3247;
}

.scroll-to-top:hover {
	color: #ffffff;
}

.scroll-to-top a {
	bottom: 50px;
	width: 65px;
	height: 65px;
	font-size: 18px;
	line-height: 65px;
	color: #fff;
	display: block;
}

/* header style two */
.header-style-2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.header-top-2-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

ul.header-top-2-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	letter-spacing: 1px;
	color: #ffffff;
	font-weight: 400;
	font-family: 'Barlow', sans-serif;
	margin: 11px 0;
}

ul.header-top-2-list i.icon-send {
	font-size: 25px;
	vertical-align: middle;
	margin-right: 7px;
}

ul.header-top-2-list li {
	margin: 10px 0;
	margin-right: 20px;
}

ul.header-top-2-list a {
	color: #fff;
}

ul.header-top-2-list i {
	margin-right: 2px;
	position: relative;
	vertical-align: middle;
}

ul.header-top-2-social-icon {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #fff;
}

ul.header-top-2-social-icon a {
	color: #fff;
	transition: .5s;
}

ul.header-top-2-social-icon a:hover {
	color: var(--theme-color);
}

ul.header-top-2-social-icon li {
	margin-right: 20px;
}

ul.header-top-2-social-icon li:last-child {
	margin-right: 0;
}

.header-bottom-2-outer {
	background: #83a909;
	border-radius: 5px;
}

.header-bottom-2-logo {
	padding: 12px 23px;
	position: relative;
}

.header-bottom-2-logo:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	width: 345px;
	background: url(../images/shape/shape-2.png);
}

.header-bottom-2-logo img {
	position: relative;
}

.header-style-2 ul.navigation a {
	padding: 29px 0;
}


/* banner style two */

.s-two .banner-carousel .slide-item {
	padding-top: 320px;
	padding-bottom: 170px;
}

.s-two .banner-carousel .content-box h1 {
	font-size: 60px;
	line-height: 65px;
	color: #ffffff;
	font-weight: 900;
	font-family: "Roboto";
}

/* banner style three */

.s-three .banner-carousel .slide-item {
	padding-top: 170px;
	padding-bottom: 300px;
}

/* service style two */
.service-1-bg.s-two {
	background: #2f4628;
	max-height: 554px;
}

.service-1-shape {
	position: absolute;
	top: 0;
	right: 100px;
}

.service-1-text {
	font-size: 14px;
	letter-spacing: 1px;
	color: rgb(255 255 255 / 40%);
	font-weight: 700;
	font-family: "Roboto";
	text-align: center;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 15px;
}

h2.service-1-text-2 {
	font-size: 45px;
	line-height: 48px;
	color: #ffffff;
	font-weight: 700;
	font-family: "Roboto";
	text-align: center;
	position: relative;
}

.service-1-text-3 {
	font-size: 30px;
	line-height: 48px;
	color: #ffffff;
	font-weight: 500;
	font-family: "Roboto";
	position: relative;
	margin-bottom: 50px;
}

/* service 1 s-two */
section.service-1-section.s-two {
	background: #ecf1ea;
}

section.service-1-section .auto-container {
	max-width: 1300px;
}

.service-1-text-4 {
	font-size: 30px;
	color: #242424;
	font-weight: 900;
	font-family: "Roboto";
	line-height: 1.2em;
	margin-bottom: 30px;
}

.service-1-text-5 {
	font-size: 18px;
	line-height: 30px;
	color: #242424;
	font-weight: 600;
	font-family: "Barlow";
	margin-bottom: 30px;
}

.service-1-carousel-btn.s-two {
	margin-bottom: 90px;
}

span.service-1-carousel-left-btn.s-two {
	border: 2px solid #a7afb6;
	background: transparent;
	color: #a7afb6;
	line-height: 41px;
}

span.service-1-carousel-left-btn.s-two:hover {
	color: #fff;
	background: #83a909;
	border-color: #83a909;
}

span.service-1-carousel-right-btn.s-two {
	border: 2px solid #a7afb6;
	background: transparent;
	color: #a7afb6;
	line-height: 41px;
}

span.service-1-carousel-right-btn.s-two:hover {
	color: #fff;
	background: #83a909;
	border-color: #83a909;
}

span.service-1-border-shape-left {
	width: 71px;
	height: 1px;
	background-color: #a7afb6;
	display: inline-block;
	margin-right: 15px;
	top: -5px;
	position: relative;
}

span.service-1-border-shape-right {
	width: 71px;
	height: 1px;
	background-color: #a7afb6;
	display: inline-block;
	margin-left: 15px;
	top: -5px;
	position: relative;
}

/* about two */

section.about-2-section {
	position: relative;
	padding: 120px 0 90px;
}

.about-2-text {
	position: absolute;
	right: -45px;
	bottom: 0;
	background: #355603;
	color: #fff;
	padding-left: 40px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 21px;
	border-radius: 8px;
	min-width: 194px;
}

.about-2-image-wrap {
	position: relative;
	margin-bottom: 30px;
	display: inline-block;
}

.about-2-image {
	position: relative;
	padding-bottom: 50px;
}

.about-2-image-two {
	position: absolute;
	right: -145px;
	bottom: 40px;
}

span.about-2-count-text {
	font-size: 40px;
	color: #ffffff;
	font-weight: 700;
	font-family: "Roboto";
	text-align: center;
	line-height: 1.2em;
}

span.about-2-count-text-suffix {
	font-size: 40px;
	color: #ffffff;
	font-weight: 700;
	font-family: "Roboto";
	text-align: center;
	line-height: 1.2em;
}

.about-2-counter-title {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 25px;
	color: #ffffff;
	font-weight: 700;
	font-family: "Roboto";
}

.about-2-content-wrap {
	margin-left: -30px;
	margin-right: -30px;
}

.about-2-text-2 {
	font-size: 22px;
	line-height: 30px;
	color: #494949;
	font-weight: 600;
	font-family: "Barlow";
	margin-bottom: 32px;
}

.about-2-desc {
	font-size: 18px;
	line-height: 30px;
	color: #494949;
	font-weight: 400;
	font-family: "Barlow";
	margin-bottom: 40px;
}

.about-2-icon-box {
	position: relative;
	padding-left: 100px;
	min-height: 70px;
	padding-top: 10px;
}

.about-2-icon {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 74px;
	color: #83a909;
}

.about-2-text-3 {
	position: relative;
	font-size: 20px;
	color: #0e294d;
	font-weight: 700;
	font-family: "Roboto";
}

/* video btn */


.video-btn1 {
	position: relative;
	text-align: center;
}

.video-btn1 span {
	position: relative;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	border-radius: 50%;
}

.video-btn1 a {
	position: relative;
	height: 120px;
	width: 120px;
	line-height: 120px;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
	font-size: 55px;
	display: inline-block;
	background-color: #83a909;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	transition: .5s;
	padding-left: 10px;
}

.video-btn1 a:hover {
	background-color: #324026;
	color: #fff;
}

.video-btn1 .ripple:after {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.video-btn1 .ripple:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
}

@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

/* video section */
section.video-1-section {
	position: relative;
	overflow: hidden;
	padding: 135px 0 105px;
}

.video-1-bg {
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	bottom: -100px;
	background-size: cover;
}

h2.sec-title.fs-big {
	font-size: 55px;
}

.mb-30 {
	margin-bottom: 30px;
}

.sub-title.s-three {
	color: #fff;
}

.sub-title.s-three:before {
	background: #fff;
}

.video-btn1 a:before {
	position: absolute;
	content: '';
	top: -7px;
	left: -7px;
	right: -7px;
	bottom: -7px;
	border: 2px solid #83a909;
	border-radius: 50%;
}

/* blog s-two */
section.blog-1-section.s-two {
	background: #ebf1e9;
}

/* header s-three */
.header-style-3 .header-top .auto-container {
	max-width: 1200px;
	padding: 0 15px;
}

.header-style-3 .header-bottom {
	background: #fff;
}

.header-style-3 .header-bottom .auto-container {
	max-width: 1200px;
	padding: 0 15px;
}

.header-style-3 ul.navigation a {
	color: #242424;
}

.header-style-3 .header-bottom-search-toggler {
	color: #222;
	margin-right: 0;
}

/* estimate form */
section.estimate-form-1 {
	position: relative;
	z-index: 9;
	transform: translateY(-87px);
	margin-bottom: -176px;
}

.estimate-form-1-wrap {
	position: relative;
	background: #83a909;
	padding: 30px 66px 45px;
}

.estimate-form-1-row {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -10px;
}

.estimate-form-1-form-group {
	position: relative;
	width: 25%;
	padding: 0 10px;
}

.estimate-form-1-form-group i {
	position: absolute;
	left: 36px;
	top: 15px;
	font-size: 20px;
	color: #4e4e4e;
}

.estimate-form-1-form-group input[type="text"] {
	height: 50px;
	padding-left: 55px;
	border: 0px;
	width: 100%;
	font-size: 17px;
	color: #383838;
	font-weight: 400;
	font-family: "Barlow";
}

h2.estimate-form-1-title {
	font-size: 30px;
	color: #ffffff;
	font-weight: 700;
	font-family: "Roboto";
	margin-bottom: 15px;
	position: relative;
}

button.btn-1.estimate-form-btn {
	border: none;
	border-radius: 0;
	background: #000000;
	padding: 12px 40px;
}

button.btn-1.estimate-form-btn span {
	background: #2f4628;
}

.estimate-form-1-bg-1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 5000%;
	bottom: 0;
	background: #83a909;
}

.estimate-form-1-bg-2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 5000%;
	height: 93px;
	background: #7b9f08;
}

/* about 3 section */
section.about-3-section {
	position: relative;
	background: #ebf1e9;
	padding: 180px 0 90px;
}

.about-3-text {
	font-size: 20px;
	line-height: 30px;
	color: #1f1f1f;
	font-weight: 600;
	font-family: "Barlow";
	margin-bottom: 30px;
}

.about-3-desc {
	font-size: 18px;
	line-height: 30px;
	color: #494949;
	font-weight: 400;
	font-family: "Barlow";
	margin-bottom: 30px;
}

.about-3-icon-box {
	position: relative;
	background: #2f4527;
	border-radius: 10px;
	padding: 30px;
	padding-left: 85px;
	margin-bottom: 30px;
}

.about-3-icon {
	position: absolute;
	left: 30px;
	top: 34px;
	color: #fff;
	font-size: 40px;
}

.about-3-text-2 {
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 600;
	font-family: "Barlow";
}

.about-3-wrap {
	position: relative;
	margin-left: 30px;
	margin-right: -100px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	max-width: 540px;
}

.about-3-image-1 {
	position: relative;
}

.about-3-icon-box-wrap {
	max-width: 610px;
}

.about-3-icon-box.s-two {
	background: #83a909;
}

.about-3-image-2 {
	position: absolute;
	right: 0;
	bottom: 0;
}

.about-3-icon-box-2 {
	position: absolute;
	top: 0;
	right: 0;
	background: #2f4527;
	width: 100%;
	max-width: 220px;
	text-align: center;
	border-radius: 10px;
	padding: 31px 20px;
}

.about-3-icon-2 {
	font-size: 60px;
	color: #83a909;
	margin-bottom: 25px;
}

.about-3-count-text {
	font-size: 85px;
	line-height: 85px;
	color: #7fa409;
	font-weight: 900;
	font-family: "Roboto";
}

span.about-3-count-text-suffix {
	font-size: 50px;
	color: #7fa409;
	font-weight: 900;
	font-family: "Roboto";
	position: relative;
	top: -28px;
}

.about-3-counter-title {
	font-size: 18px;
	color: #7fa409;
	font-weight: 700;
	font-family: "Roboto";
	margin-top: 16px;
}

.about-3-image-2 img {
	border-radius: 10px;
}

.about-3-image-1 img {
	border-radius: 10px;
}

.estimate-form-1-form-group input[type="text"]:focus {
	border: none;
	outline: none;
}

/* service 3 */

section.service-3-section {
	position: relative;
}

.service-3-row {
	display: flex;
	flex-wrap: wrap;
}

.service-3-left-column {
	width: calc(50% + 115px);
	padding-top: 115px;
	position: relative;
	padding-bottom: 90px;
	background: #2f4628;
}

.service-3-right-column {
	position: relative;
	width: calc(50% - 115px);
	background-size: cover;
	margin-top: 73px;
}

.service-3-container {
	max-width: 715px;
	margin: 0 auto;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 70px;
}

.service-3-text {
	font-size: 20px;
	line-height: 30px;
	color: #f2f4f6;
	font-weight: 500;
	font-family: 'Barlow', sans-serif;
	margin-bottom: 35px;
}

ul.service-3-list {
	font-size: 20px;
	line-height: 45px;
	color: #ffffff;
	font-weight: 500;
	font-family: 'Barlow', sans-serif;
	margin-bottom: 40px;
}

ul.service-3-list i {
	margin-right: 20px;
	font-size: 19px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.service-3-image {
	display: none;
}

.service-3-feature {
	position: absolute;
	right: -148px;
	bottom: 0;
	min-width: 190px;
	background-color: #83a909;
	padding: 40px 20px 30px;
	z-index: 9;
}

.service-3-text2 {
	font-size: 22px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	font-family: "Roboto";
	text-align: center;
	position: relative;
}

.service-3-icon {
	text-align: center;
	color: #fff;
	font-size: 60px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.service-3-icon i:before {
	margin: 0;
	font-size: inherit;
}

.service-3-left-column:before {
	position: absolute;
	content: '';
	top: 0;
	right: -70px;
	bottom: 0;
	width: 70px;
	background: #2f4628;
}

.service-3-video-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

/* cta 2 */
section.cta-2-section {
	position: relative;
	overflow: hidden;
}

.cta-2-bg {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	bottom: -50px;
	background-size: cover;
}

.cta-2-content {
	position: relative;
	padding: 90px 0;
}

h2.cta-2-title {
	font-size: 60px;
	color: #ffffff;
	font-weight: 900;
	font-family: "Roboto";
	position: relative;
	margin-bottom: 10px;
}

.cta-2-text {
	font-size: 24px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 500;
	font-family: "Yantramanav";
	position: relative;
	margin-bottom: 7px;
}

.cta-2-phone {
	font-size: 45px;
	line-height: 54px;
	color: #ffffff;
	font-weight: 900;
	font-family: "Yantramanav";
	position: relative;
}

.cta-2-phone a {
	color: #fff;
}

.cta-2-shape-1 {
	position: absolute;
	top: 0;
	right: -60px;
	bottom: 0;
	width: 500%;
	background: #000000;
	transform: skewX(-36deg);
}

.cta-2-shape-2 {
	position: absolute;
	top: 0;
	right: -50px;
	bottom: 0;
	width: 500%;
	background: #83a909;
	transform: skewX(-34deg);
}

section.blog-1-section.s-three {
	background: #f5f5f5;
}

.contact-1-auto-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	pointer-events: none;
}

.contact-map.contact-1-section {
	position: relative;
}

.contact-1-contact-info {
	filter: drop-shadow(0 0 17.5px rgba(0,0,0,0.35));
	background: #fff;
	display: inline-block;
	padding: 25px 30px;
	margin: 100px 0 0;
	min-width: 270px;
	border-radius: 5px;
	pointer-events: auto;
}

.contact-1-text {
	font-size: 15px;
	line-height: 26px;
	color: #0e2a4e;
	font-weight: 400;
	font-family: "Open Sans";
	margin-bottom: 5px;
}

.contact-1-phone {
	font-size: 15px;
	line-height: 26px;
	color: #0e2a4e;
	font-weight: 700;
	font-family: "Open Sans";
	margin-bottom: 5px;
}

.contact-1-phone a {
	color: #0e2a4e;
	transition: .5s;
}

.contact-1-contact-info:before {
	position: absolute;
	content: '';
	width: 24px;
	height: 14px;
	bottom: -14px;
	left: 66px;
	background-image: url(../images/shape/shape-3.png);
}

.owl-nav-none .owl-nav {display: none;}

.dedicated-team-area-title-text {
	font-size: 18px;
	line-height: 26px;
	color: #242424;
	font-weight: 400;
	font-family: "Barlow";
	margin-bottom: 30px;
}

/* responsive style */

@media only screen and (max-width:1400px) {
	.banner-section .owl-theme .owl-nav {
		display: none;
	}
	.about-3-wrap {margin-left: 0;margin-right: 0;}	

	.cta-1-content {
		margin-right: 0;
	}

	.about-1-wrapper-2 {
		margin-left: 0;
	}
}

@media only screen and (max-width:1200px) {
	.main-menu {
		display: none;
	}
	.s-two .banner-carousel .content-box h1,
	.banner-carousel .content-box h1 {
		font-size: 50px;
		line-height: 1.2em;
	}
	.estimate-form-1-wrap {padding-left: 40px;padding-right: 40px;}

	.service-2-left-column {width: 100%;}
	.service-2-right-column {width: 100%;margin-top: 0;}
	.service-2-image {display: block;}
	.service-2-image img {width: 100%;}
	.service-2-container {max-width: 100%;padding-right: 15px;}
	.service-2-feature {position: relative;right: 0;}

	.service-3-left-column {width: 100%;}
	.service-3-right-column {width: 100%;margin-top: 0;}
	.service-3-image {display: block;}
	.service-3-image img {width: 100%;}
	.service-3-container {max-width: 100%;}
	
	.whychooseus-1-left-column {width: 100%;}
	.whychooseus-1-right-column {width: 100%;}
	.whychooseus-1-image {display: block;}
	.whychooseus-1-image img {width: 100%; display: block;}
	.whychooseus-1-container {max-width: 100%;}

	.header-bottom-search-toggler {
		margin-right: 0;
	}
	.header-bottom-2-outer {padding-right: 20px;}

	.about-2-content-wrap {
		margin: 0;
	}
}

@media only screen and (max-width:991px) {
	.estimate-form-1-form-group {width: 50%;margin-bottom: 15px;}
	.estimate-form-1-wrap {padding-bottom: 30px;}
	h2.sec-title {font-size: 42px;}
	h2.sec-title.fs-big {
		font-size: 42px;
	}
	.cta-1-content {margin: 0;}
	.cta-1-content:before {
		display: none;
	}
	.whychooseus-1-right-column {
		padding-left: 0;
	}
	ul.header-top-2-social-icon {display: none;}

	ul.header-top-2-list {justify-content: center;}

	.header-top-2-left-column {width: 100%;}
	ul.header-top-list {justify-content: center;}
	.header-top-left-column {
		width: 100%;
	}
	ul.header-top-list li {
		margin-right: 0;
	}

	.header-top-text {text-align: center;}
	.about-1-wrapper {
		padding-right: 0;
	}
}

@media only screen and (max-width:767px) {
	.about-2-icon-box {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width:575px) {
	.estimate-form-1-form-group {width: 100%;}
	h2.sec-title {font-size: 36px;}
	h2.sec-title br {
		display: none;
	}
	.whychooseus-1-side-image {
		display: none;
	}
	.offset-4.has-skew {margin-left: 0;}
	.header-bottom-2-logo:before {
		display: none;
	}
	.header-bottom-2-logo img {width: 180px;}

	.header-bottom-2-logo {padding-right: 0;}
	.search-popup .search-form fieldset input[type="submit"] {position: relative;width: 100%;}
	ul.about-1-list li {
		width: 100%;
	}
	#dedicated-team-area .dedicated-team-items .owl-controls .owl-nav {
		display: none;
	}
	.blog-1-link-btn {width: 100%;margin-bottom: 30px;}
	.about-3-image-2 {position: relative;margin-top: 20px;}

	.about-3-icon-box-2 {position: relative;margin-top: 20px;max-width: 100%;}

	.about-3-image-2 img {width: 100%;}
}

@media only screen and (max-width:450px) {
	.header-bottom-logo {max-width: 180px;}
}

