/* -------Fonts-------- */

@import url(bootstrap.min.css);
@import url(icofont.min.css);
@import url(animate.css);
@import url(aos.css);
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap);

/* -------Fonts End-------- */

/* -------Common Styles-------- */

::-moz-selection {
	background: #43824f;
	color: #fff
}

::selection {
	background: #43824f;
	color: #fff
}

body,
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	scroll-behavior: smooth
}

body {
	overflow-x: hidden;
	font-size: 14px;
	font-weight: 400;
	transition: all .5s ease-out;
	color: #8a9098;
	font-family: Poppins, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400
}

button,
input,
optgroup,
select,
textarea {
	font-weight: 200
}

a,
a:hover {
	text-decoration: none
}

.navbar {
	z-index: 1521
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input[type=number] {
	-moz-appearance: textfield
}

button {
	outline: 0
}

.container {
	position: relative
}

.flex {
	display: flex
}

.probtn {
	display:inline-block;
	border: 1px solid #43824f;
	background: #43824f;
	color: #fff;
	border-radius: 5px;
	height: 45px;
	line-height: 45px;
	padding: 0 25px;
	font-family: Poppins, sans-serif;
	font-weight: 500;
	font-size: 16px;
	position: relative;
	transition: all .5s ease-out
}

	.probtn:hover {
		background: #fff;
		color: #43824f;
		border: 1px solid #43824f
	}

.morebtn {
	color: #344351;
	font-weight: 600;
	font-size: 16px
}

	.morebtn i {
		transition: all .5s ease-out;
		font-size: 22px
	}

	.morebtn:hover i {
		margin-left: 10px
	}

	.morebtn:hover {
		color: #344351
	}

.title {
	margin-bottom: 70px
}

	.title p {
		font-size: 16px;
		color: #68b53f
	}

	.title h1, .title h2 {
		font-size: 28px;
		color: #344351;
		font-weight: 700
	}

.section_top {
	margin-top: 80px
}

.green {
	color: #78d048
}

.container-fluid {
	padding: 0 30px
}

.nopad {
	padding: 0
}

.nopadleft {
	padding-left: 0
}

.nopadright {
	padding-right: 0
}
/* -------Common Styles End-------- */

.navbar .navbar-nav .active > .nav-link {
	color: #68b53f;
	border-bottom: 2px solid #68b53f
}

.navbar .navbar-nav .nav-link:hover {
	color: #68b53f !important
}

.navbar {
	z-index: 9;
	box-shadow: 0 8px 8.28px .72px rgba(0, 0, 0, .04);
	height: 75px;
	background: #fff;
	width: 100%;
	top: 0;
	position: relative;
	padding: 0
}

	.navbar .logofixed {
		display: none
	}

	.navbar.addedclass .logofixed {
		display: block
	}

	.navbar.addedclass .logofixednot {
		display: none
	}

	.navbar.addedclass {
		position: fixed;
		animation: smoothScroll .5s forwards
	}

@keyframes smoothScroll {
	0% {
		transform: translateY(-75px)
	}

	100% {
		transform: translateY(0)
	}
}

body.addedclass {
	margin-top: 70px
}

@media (min-width:992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0
	}

	.navbar-expand-lg .navbar-nav .nav-item {
		padding-right: .5rem;
		padding-left: .5rem
	}
}

.logo img {
	height: 40px
}

.navbord {
	border-right: 1px solid #d0d2d9;
	padding-right: 25px !important
}

.navbar-light .navbar-nav .nav-link {
	color: #8a9098
}

.dropdown-menu {
	background: #fff;
	margin-top: 18px;
	border: none;
	padding: 20px 0;
	box-shadow: 0 7px 12px .9px rgba(0, 0, 0, .2);
	width: 250px
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 12px 20px;
	clear: both;
	font-weight: 400;
	color: #8a9098;
	text-align: inherit;
	white-space: nowrap;
	font-size: 14px;
	transition: all .5s ease-out;
	background-color: transparent;
	border: 0
}

	.dropdown-item:hover {
		background-color: rgba(67, 130, 79, .1);
		color: #43824f
	}
/* -------Navbar Styles End-------- */

.hero {
	position: relative;
	height: 750px
}

.herobg1 {
	height: 625px;
	width: 90%;
	background-image: url(../img/herobg1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: 0
}

.herobg2 {
	height: 430px;
	width: 430px;
	background-image: url(../img/herobg2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	bottom: 0
}

.herobg3 {
	height: 240px;
	width: 120px;
	background-image: url(../img/herobg3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 120px;
	bottom: 430px
}

.herobg4 {
	height: 652px;
	width: 440px;
	background-image: url(../img/herobg4.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 275px;
	bottom: -15px
}

.herobg6 {
	height: 100px;
	width: 140px;
	background-image: url(../img/bubble.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 510px;
	bottom: 550px;
	animation: slides 6s ease-in-out infinite
}

.herobg7 {
	height: 40px;
	width: 40px;
	background-image: url(../img/gr.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	animation: zomms 2s ease-in-out infinite;
	bottom: 30px;
	left: 55px
}

@keyframes slides {
	0% {
		transform: translatex(0)
	}

	50% {
		transform: translatex(30px)
	}

	100% {
		transform: translatex(0)
	}
}

@keyframes slides2 {
	0% {
		transform: translatex(0)
	}

	50% {
		transform: translatex(-30px)
	}

	100% {
		transform: translatex(0)
	}
}

@keyframes zomms {
	0% {
		transform: scale(1, 1)
	}

	50% {
		transform: scale(1.15, 1.15)
	}

	100% {
		transform: scale(1, 1)
	}
}

.herobg5 {
	height: 480px;
	width: 370px;
	background-image: url(../img/herobg5.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 600px;
	bottom: 0
}

.hero_texts {
	margin-top: 150px;
	padding-right: 100px
}

.mainttl {
	font-size: 36px;
	color: #344351;
	font-weight: 700;
	margin-bottom: 20px
}

.herobtns {
	margin-top: 50px
}

	.herobtns .probtn {
		margin-right: 30px;
		box-shadow: 0 7px 12px .9px rgba(0, 0, 0, .1)
	}

.scrollarrow {
	width: 24px;
	height: 24px;
	margin: 0 5px;
	border-left: 1px solid #43824f;
	border-bottom: 1px solid #43824f;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	animation: scrollarrowan 3s ease-in-out infinite;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -12px
}

	.scrollarrow.addedclass {
		opacity: 0;
		transition: all .5s ease-out
	}

@keyframes scrollarrowan {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		transform: rotate(-45deg) translate(0, 0)
	}

	50% {
		-webkit-transform: rotate(-45deg) translate(-16px, 16px);
		transform: rotate(-45deg) translate(-16px, 16px)
	}

	100% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		transform: rotate(-45deg) translate(0, 0)
	}
}

.fixedmargin.addedclass {
	height: 75px
}
/* -------Hero Styles End-------- */

@media screen and (min-width:1900px) {
	.number {
		height: 488px;
		width: 100%;
		background-image: url(../img/number_bg.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative
	}

	.gear1 {
		height: 168px;
		width: 168px;
		background-image: url(../img/gear1.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
		position: absolute;
		right: 71px;
		bottom: 223px
	}

	.gear2 {
		height: 139px;
		width: 139px;
		background-image: url(../img/gear2.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
		position: absolute;
		right: 327px;
		bottom: 27px
	}

	.gear1 {
		animation: rotation1 20s infinite linear
	}

	.gear2 {
		animation: rotation2 20s infinite linear
	}

	@keyframes rotation2 {
		from {
			transform: rotate(0)
		}

		to {
			transform: rotate(359deg)
		}
	}

	@keyframes rotation1 {
		from {
			transform: rotate(359deg)
		}

		to {
			transform: rotate(0)
		}
	}
}

@media screen and (max-width:1900px) {
	.number {
		height: 488px;
		width: 100%;
		background-image: url(../img/numberbg.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative
	}
}

.counter {
	margin-left: 250px;
	margin-top: 80px
}

.num {
	margin-right: 70px
}

	.num .counter-value {
		font-size: 40px;
		color: #78d048;
		font-weight: 700
	}

	.num p {
		font-size: 14px;
		color: #344351;
		font-weight: 700
	}
/* -------Number Styles End-------- */

.abouttext {
	margin-top: 170px;
	padding-left: 50px
}

	.abouttext h1, .abouttext h2 {
		font-size: 36px;
		color: #344351;
		font-weight: 700;
		margin-bottom: 30px
	}
	.col-12.abouttext h1, .col-12.abouttext h2 {
		text-align: center;
	}

.about .aboutntn {
	margin-top: 30px
}

	.about .aboutntn a {
		color: #78d048
	}
/* -------About Styles End-------- */

.servicepad {
	padding: 0 45px
}

.services .service img {
	width: 80px;
	margin-bottom: 30px
}
.services .service svg {
	fill: #479566;
	width: 80px;
	height: 80px;
	margin-bottom: 30px
}

.services .service h3 {
	font-size: 18px;
	color: #344351;
	font-weight: 500;
	margin-bottom: 20px
}
.services .service h3 a {
	font-size: 18px;
	color: #344351;
	font-weight: 500;
}
	.services .service h3 a:hover {
		color: #479566;
		text-decoration:none;
	}

.services .service:hover {
	box-shadow: 0 5px 25.5px 4.5px rgba(0, 0, 0, .09)
}

.services .service {
	padding: 50px 30px;
	border-radius: 5px;
	transition: all .5s ease-out
}

.servicebtn {
	margin-top: 40px
}

	.servicebtn a {
		color: #78d048
	}
/* -------Services Styles End-------- */

.reasons .reason {
	padding-top: 60px;
	padding-left: 60px
}

	.reasons .reason p {
		width: 80%;
		margin-top: 30px
	}

	.reasons .reason .reass {
		margin-top: 40px
	}

		.reasons .reason .reass p.reas {
			margin-top: 15px;
			font-size: 16px;
			transition: all .5s ease-out
		}

			.reasons .reason .reass p.reas:hover {
				margin-left: 5px;
				cursor: pointer
			}

			.reasons .reason .reass p.reas i {
				color: #78d048;
				font-size: 20px
			}

	.reasons .reason h2 {
		font-size: 24px;
		color: #344351;
		font-weight: 600
	}
/* -------Reasons Styles End-------- */

.folio .portimg {
	max-height: 350px;
	transition: all .5s ease-out
}

.folio a img:hover {
	transform: scale(1.05)
}

.folio a img {
	height: 350px;
	transition: all .5s ease-out;
	width: 100%
}

.firstfolio {
	margin-right: 70px
}

.folio h4 {
	font-size: 18px;
	font-weight: 600;
	color: #344351;
	margin-top: 30px
}

.folio .row a {
	color: #8a9098
}

.folio_top {
	margin-top: 40px
}
/* -------Portfolio Styles End-------- */

.features .feature .ico {
	margin-top: 20px;
	margin-bottom: 40px
}

	.features .feature .ico i {
		color: #78d048;
		border: 1px solid #78d048;
		border-radius: 50%;
		padding: 15px;
		font-size: 30px
	}

.features .feature h3 {
	font-size: 18px;
	color: #344351;
	font-weight: 500;
	margin-bottom: 20px
}

.features .feature {
	flex: 0 0 23.3%;
	margin: 15px;
	box-shadow: 0 5px 12.75px 2.25px rgba(0, 0, 0, .05);
	padding: 50px 40px;
	border-radius: 5px
}

.features .hoverdivhover:hover {
	background-color: #43824f;
	color: #e3eae3
}

.features .hoverdivhover {
	transition: all .8s ease-out !important
}

.features .feature:hover h3 {
	color: #fff
}

.features .feature:hover .ico i {
	color: #fff;
	border-color: #fff
}

.secondfeature {
	margin-top: 30px
}
/* -------Features Styles End-------- */

.cta {
	background-color: #528d5d;
	height: 350px;
	position: relative
}

	.cta .ctatext {
		padding: 73px 15px 73px 30px
	}

		.cta .ctatext h1 {
			font-size: 36px;
			color: #fff;
			font-weight: 700;
			line-height: 55px
		}

.featpadpad {
	padding: 0 30px
}

.cta .ctatext .probtn {
	background-color: #fff;
	color: #344351;
	transition: all .5s ease-out;
	margin-top: 40px
}

	.cta .ctatext .probtn i {
		transition: all .5s ease-out
	}

	.cta .ctatext .probtn:hover i {
		margin-left: 15px
	}

.ctimg {
	height: 350px;
	width: 100%;
	background-image: url(../img/cta.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0
}
/* -------CTA Styles End-------- */

.testimonial {
	padding: 0 30px
}

.testiarrow {
	float: right
}

.testimonial .carousel-control-next,
.testimonial .carousel-control-prev {
	position: relative;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: inline-block;
	justify-content: center;
	width: 40%;
	color: #fff;
	text-align: center;
	opacity: .5;
	transition: opacity .15s ease
}

	.testimonial .carousel-control-next:hover,
	.testimonial .carousel-control-prev:hover {
		opacity: 1
	}

	.testimonial .carousel-control-next i,
	.testimonial .carousel-control-prev i {
		color: #528d5d;
		font-size: 24px
	}

.testimonial .testitext {
	font-size: 18px;
	margin-top: 120px;
	font-weight: 500;
	color: #000
}
/* -------Testimonial Styles End-------- */

.footer {
	background-color: #43824f;
	padding: 100px 15px 0 15px;
	position: relative;
	min-height: 350px
}

.footerbg {
	height: 306px;
	width: 830px;
	background-image: url(../img/footer.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	bottom: 0
}

.footercta h1 {
	font-size: 36px;
	color: #fff;
	font-weight: 700
}

.footerctabtn {
	color: #fff;
	margin-top: 40px
}

	.footerctabtn a,
	.footerctabtn a:hover {
		color: #fff;
		font-size: 18px
	}

.footmenu ul {
	padding: 0
}

.footmenu h3 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px
}

.footmenu ul li {
	list-style: none;
	color: #fff;
	line-height: 30px
}

	.footmenu ul li a {
		color: #fff;
		transition: all .5s ease-out;
		line-height: 30px
	}

		.footmenu ul li a:hover {
			margin-left: 5px
		}

.footsocialmenu ul {
	padding: 0
}

	.footsocialmenu ul li {
		list-style: none;
		color: #fff;
		display: inline-block;
		padding-right: 10px
	}

		.footsocialmenu ul li i {
			font-size: 18px
		}

		.footsocialmenu ul li a {
			color: #fff;
			opacity: .5;
			transition: all .5s ease-out
		}

			.footsocialmenu ul li a:hover {
				opacity: 1
			}

.copyright {
	padding: 50px 0 5px 0;
	font-weight: 300;
	color: #e3eae3
}
/* -------Footer Styles End-------- */

.scrolltop {
	background: #43824f;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	padding: 15px;
	border-radius: 50%;
	opacity: 0;
	transition: all .5s ease-out;
	animation: scrollarrowan1 9s ease-in-out infinite;
	box-shadow: 0 2px 4.28px .72px rgba(0, 0, 0, .4)
}

.scrolltopbtn {
	top: 21px;
	right: 11px;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	transform: rotate(-45deg);
	position: absolute
}

.scrolltop.addedclass {
	opacity: 1
}

@keyframes scrollarrowan1 {
	0% {
		transform: translatey(0)
	}

	50% {
		transform: translatey(-20px)
	}

	100% {
		transform: translatey(0)
	}
}
/* -------Scropptop Styles End-------- */

/* -----------------------------
-------About Page starts-------- 
--------------------------------*/

.abouthero {
	height: 800px;
	position: relative
}

.aboutheroimg {
	height: 800px;
	width: 100%;
	background-image: url(../img/aboutbg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	bottom: 0
}

.aboutcloud {
	height: 110px;
	width: 76px;
	background-image: url(../img/aboutcloud.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 740px;
	top: 150px;
	animation: slides 6s ease-in-out infinite
}

.aboutcloud2 {
	background-image: url(../img/aboutcloud2.png);
	left: 120px;
	height: 66px;
	width: 150px;
	top: 70px;
	animation: slides2 9s ease-in-out infinite
}

.abouthero .container .title p {
	color: #344351;
	margin-bottom: 10px
}

.abouthero .container .title h1, .abouthero .container .title h2 {
	font-size: 36px;
	margin-bottom: 40px
}

.abouthero .container .title {
	padding-top: 200px
}

.aboutnum {
	background: 0 0
}

	.aboutnum .counter {
		margin-left: 0;
		margin-top: 80px
	}

	.aboutnum .num {
		margin-right: 0
	}

.aboutpage .abouttext {
	margin-top: 0;
	padding-left: 50px
}

.aboutpage .container-fluid {
	padding: 0 30px
}

.aboutpage .footmenu ul li {
	list-style: none;
	color: #8a9098;
	line-height: 30px
}

	.aboutpage .footmenu ul li a {
		color: #8a9098
	}
/* -----------------------------
-------About Page ends-------- 
--------------------------------*/

/* -----------------------------
-------Service Page starts-------- 
--------------------------------*/

.servicehero {
	height: 670px;
	position: relative
}

.serviceheroimg {
	height: 670px;
	width: 100%;
	background-image: url(../img/services.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	bottom: 0
}

.steps {
	height: 400px;
	width: 100%;
	background-image: url(../img/stepss.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	left: 0;
	bottom: 0;
	bottom: 0
}

	.steps img {
		margin-left: -25px
	}

.steptext p {
	margin-top: 20px;
	margin-bottom: 5px
}

.steptext h5 {
	margin-bottom: 20px
}

.step1 {
	margin-top: 70px
}

.step2 {
	margin-top: 0
}

.step3 {
	margin-top: 140px
}

.step4 {
	margin-top: 80px
}

.servicetab img {
	width: 45px;
	margin-right: 15px
}

.nav-tabs a {
	padding: 30px;
	width: 100%;
	background-color: #f3f4f3 !important;
	border: none !important;
	color: #344351
}

.nav-tabs .nav-link.active {
	background-color: #fff !important
}

.servicetab a h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0
}

.servicediv .tabsservice {
	border-radius: 5px;
	box-shadow: 0 3px 14.68px 1.32px rgba(0, 0, 0, .09)
}

.servicediv .row {
	margin: 0
}

.servicediv .tabsservice .tab-content {
	padding: 30px 15px
}

	.servicediv .tabsservice .tab-content .servicetabtext {
		padding-left: 30px
	}

.mobileserv button img {
	width: 45px;
	margin-right: 15px
}

.mobileserv button h4 {
	font-size: 18px;
	font-weight: 600;
	color: #344351;
	margin-bottom: 0
}

.mobileserv .card {
	border: none;
	box-shadow: 0 3px 14.68px 1.32px rgba(0, 0, 0, .09)
}

.card-header {
	border: none
}
/* -----------------------------
-------Service Page Ends-------- 
--------------------------------*/

/* -----------------------------
-------Contact Page starts-------- 
--------------------------------*/

.contacthero {
	height: 580px;
	width: 100%;
	background-image: url(../img/contact.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	left: 0;
	bottom: 0;
	margin-top: 0
}

.contacticon {
	margin-bottom: 50px
}

.contacticon1 i {
	height: 50px;
	width: 50px;
	background: #68b53f;
	padding: 18px;
	border-radius: 50%;
	margin-right: 30px;
	font-size: 28px;
	color: #fff
}

.contacttext {
	margin-top: -10px
}

	.contacttext h5 {
		color: #344351;
		font-size: 16px;
		font-weight: 600
	}

.contactformmain h3 {
	color: #344351;
	font-size: 16px;
	margin-bottom: 30px;
	font-weight: 600
}

.contactformmain {
	margin-top: -10px
}

.form-group {
	margin-bottom: 30px
}

	.form-group input {
		height: 45px
	}

	.form-group .form-control {
		height: 45px
	}

	.form-group textarea.form-control {
		height: 100px
	}

	.form-group input,
	.form-group textarea {
		border-color: #c4dbcb
	}

::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: 300
}

::-moz-placeholder {
	font-size: 14px;
	font-weight: 300
}

:-ms-input-placeholder {
	font-size: 14px;
	font-weight: 300
}

:-moz-placeholder {
	font-size: 14px;
	font-weight: 300
}

.form-control:focus {
	border-color: #78d048 !important;
	box-shadow: none
}

.map {
	height: 600px
}
/* -----------------------------
-------Contact Page Ends-------- 
--------------------------------*/

/* -----------------------------
-------Portfolio Page starts-------- 
--------------------------------*/

.portfoliohero {
	height: 500px;
	position: relative
}

.portfolioheroimg {
	height: 500px;
	width: 100%;
	background-image: url(../img/portfolio.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	margin-top: -5px
}

.folioslider {
	margin-bottom: 40px
}
/* -----------------------------
-------Portfolio Page Ends-------- 
--------------------------------*/

/* -----------------------------
-------Modal Style Starts-------- 
--------------------------------*/

#freequote {
	z-index: 999999
}

	#freequote .checktitle {
		font-size: 14px;
		font-weight: 500;
		color: #344351
	}

#freequotemodallebel {
	font-size: 18px;
	color: #344351;
	font-weight: 600
}
/* -----------------------------
-------Modal Style Ends-------- 
--------------------------------*/

/* -----------------------------------------------------------
-----------------   Responsive Styles Starts   --------------- 
--------------------------------*/

@media screen and (min-width:2100px) {
	.aboutcloud {
		left: 740px;
		top: 120px
	}

	.aboutcloud2 {
		left: 120px;
		top: 70px
	}
}

@media screen and (max-width:1800px) {
	.features .feature {
		flex: 0 0 23%
	}

	.contacthero {
		height: 500px
	}
}

@media screen and (max-width:1850px) {
	.aboutcloud {
		left: 700px;
		top: 150px
	}

	.aboutcloud2 {
		left: 120px;
		top: 70px
	}
}

@media screen and (max-width:1750px) {
	.aboutcloud {
		left: 650px;
		top: 160px
	}

	.aboutcloud2 {
		left: 100px;
		top: 70px
	}
}

@media screen and (max-width:1630px) {
	.aboutcloud {
		left: 610px;
		top: 165px
	}

	.aboutcloud2 {
		left: 120px;
		top: 70px
	}

	.contacthero {
		height: 480px
	}
}

@media screen and (max-width:1600px) {
	.hero {
		position: relative;
		height: 520px
	}

	.herobg1 {
		height: 280px;
		width: 60%
	}

	.herobg2 {
		height: 330px;
		width: 330px
	}

	.herobg3 {
		height: 160px;
		width: 80px;
		bottom: 330px
	}

	.herobg4 {
		height: 457px;
		width: 310px
	}

	.herobg5 {
		height: 320px;
		width: 250px;
		left: 470px
	}

	.herobg6 {
		left: 460px;
		bottom: 350px
	}

	.herobg7 {
		bottom: 35px;
		left: 55px;
		height: 35px;
		width: 35px
	}

	.abouttext {
		margin-top: 100px;
		padding-left: 50px
	}
}

@media screen and (max-width:1530px) {
	.features .feature {
		flex: 0 0 22.5%
	}
}

@media screen and (max-width:1520px) {
	.aboutcloud {
		display: none
	}

	.abouthero {
		height: 700px
	}

	.contacthero {
		height: 450px
	}

	.aboutcloud2 {
		display: block
	}

	.aboutcloud3 {
		display: none
	}
}

@media screen and (max-width:1430px) {
	.hero_texts {
		margin-top: 70px;
		padding-right: 30px
	}

	.abouttext {
		margin-top: 50px;
		padding-left: 50px
	}

	.abouthero {
		height: 700px
	}

	.contacthero {
		height: 420px
	}
}

@media screen and (max-width:1350px) {
	.counter {
		margin-left: 50px;
		margin-top: 80px
	}
}

@media screen and (min-width:1300px) {
	.reasonimg2 {
		display: none
	}
}

.ctaimage img {
	height: 100%
}

@media screen and (max-width:1300px) {
	.contacthero {
		height: 370px
	}

	.cta .ctatext h1 {
		font-size: 27px;
		line-height: 44px
	}

	.reasonimg1 {
		display: none
	}
}

@media screen and (max-width:1230px) {
	.features .feature {
		flex: 0 0 22%
	}

	.reasonimgs {
		text-align: center
	}

	.abouttext {
		margin-top: 30px;
		padding-left: 50px
	}

	.hero {
		position: relative;
		height: 400px
	}

	.herobg1 {
		height: 253px;
		width: 56%
	}

	.herobg2 {
		height: 230px;
		width: 230px
	}

	.herobg3 {
		height: 120px;
		width: 60px;
		bottom: 230px;
		left: 75px
	}

	.herobg4 {
		height: 328px;
		width: 210px;
		left: 190px
	}

	.herobg5 {
		height: 235px;
		width: 180px;
		left: 340px
	}

	.herobg6 {
		left: 315px;
		bottom: 225px;
		width: 80px
	}

	.herobg7 {
		bottom: 40px;
		left: 34px;
		height: 20px;
		width: 20px
	}

	.hero_texts {
		margin-top: 40px;
		padding-right: 0
	}

	.mainttl {
		font-size: 30px
	}

	.hidemb {
		display: none
	}

	.abouttext h1 {
		margin-top: 30px
	}

	.abouthero {
		height: 600px
	}

	.aboutheroimg {
		height: 550px
	}

	.servicehero {
		height: 500px
	}

	.serviceheroimg {
		height: 470px
	}

	.contacthero {
		height: 350px
	}

		.contacthero .container .title {
			padding-top: 120px
		}
}

@media screen and (max-width:1061px) {
	.noflexmobile {
		display: block
	}

	.contacthero {
		height: 320px
	}

	.features .feature {
		margin: 0 8px;
		flex: 100%;
		max-width: 48.3% !important
	}

	.featimg {
		display: none
	}
}

@media screen and (max-width:1024px) {
	.aboutcloud2 {
		display: none
	}

	.cta {
		height: auto
	}

	.ctimg {
		display: none
	}

	.nopadleft {
		padding-left: 15px
	}

	.servicehero {
		height: 400px
	}

	.serviceheroimg {
		height: 370px
	}

	.hero {
		position: relative;
		height: 320px
	}

	.herobg1 {
		height: 187px;
		width: 48%
	}

	.herobg2 {
		height: 160px;
		width: 160px
	}

	.herobg3 {
		height: 100px;
		width: 50px;
		bottom: 160px;
		left: 55px
	}

	.herobg4 {
		height: 250px;
		width: 155px;
		left: 135px
	}

	.herobg5 {
		height: 173px;
		width: 130px;
		left: 254px
	}

	.herobg6 {
		left: 225px;
		bottom: 156px;
		width: 65px
	}

	.herobg7 {
		bottom: 43px;
		left: 28px;
		height: 15px;
		width: 15px
	}

	.navbar {
		padding: 0 15px
	}

	.navbord {
		border-right: none;
		padding-right: 0 !important
	}

	.hero_texts {
		margin-top: 50px;
		padding: 0
	}

	.mainttl {
		font-size: 24px;
		color: #344351;
		font-weight: 700;
		margin-bottom: 20px
	}

	.container-fluid {
		padding: 0 15px
	}

	.features .container-fluid {
		padding: 0 30px
	}

	.services .container-fluid {
		padding: 0 30px
	}

	.secondfeature {
		margin-top: 15px
	}

	.probtn {
		border: 1px solid #43824f;
		background: #43824f;
		color: #fff;
		border-radius: 5px;
		height: 45px;
		padding: 0 12px;
		font-family: Poppins, sans-serif;
		font-weight: 500;
		font-size: 14px;
		position: relative;
		transition: all .5s ease-out
	}

	.morebtn {
		color: #344351;
		font-weight: 600;
		font-size: 13px
	}

	.counter {
		margin-left: 0;
		margin-top: 80px
	}

	.number {
		height: 100%;
		width: 100%;
		background-image: none;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative
	}

	.mobileflex {
		display: flex;
		text-align: center
	}

	.num {
		margin-right: 0;
		width: 25%
	}

		.num p {
			font-size: 13px;
			color: #344351;
			font-weight: 600
		}

	.title h1, .title h2 {
		font-size: 24px;
		color: #344351;
		font-weight: 700
	}

	.about .mobilenopad {
		padding: 0
	}

	.abouttext {
		margin-top: 0;
		padding-left: 15px
	}

		.abouttext h1, .abouttext h2 {
			font-size: 24px;
			color: #344351;
			font-weight: 700;
			margin-top: 30px;
			margin-bottom: 30px
		}

	.aboutpage .abouttext {
		padding-left: 15px
	}

	.reasons .reason {
		padding-top: 0;
		padding-left: 15px
	}

	.firstfolio {
		margin-right: 0
	}

	.noflexmobile {
		display: block
	}

	.cta {
		background-color: #528d5d;
		height: auto
	}

		.cta .ctatext h1 {
			font-size: 24px;
			color: #fff;
			font-weight: 700;
			line-height: 33px
		}

		.cta .ctatext {
			padding: 30px
		}

		.cta .ctaimage {
			padding: 0
		}

		.cta .ctatext .probtn {
			background-color: #fff;
			color: #344351;
			transition: all .5s ease-out;
			margin-top: 20px
		}

	.testimonial .testitext {
		font-size: 18px;
		margin-top: 40px;
		font-weight: 500;
		color: #000
	}

	.footercta h1 {
		font-size: 24px;
		color: #fff;
		font-weight: 700
	}

	.footer {
		background-color: #43824f;
		padding: 0;
		padding-top: 40px;
		position: relative;
		min-height: 350px
	}

	.footerctabtn {
		margin-top: 20px;
		margin-bottom: 40px
	}

	.hero_texts {
		flex: 0 0 50%;
		max-width: 50%
	}

	.logo img {
		height: 35px
	}

	.abouthero {
		height: 650px
	}

	.abouthero {
		height: 500px
	}

	.aboutheroimg {
		height: 500px
	}

	.servicehero {
		height: 450px
	}

	.serviceheroimg {
		height: 450px
	}

	.servicetab img {
		display: block
	}

	.nav-tabs a {
		padding: 10px;
		text-align: center
	}

	.servicetab img {
		width: 45px;
		margin-right: 15px;
		margin: 0 auto;
		margin-bottom: 10px
	}

	.contacthero {
		height: 320px
	}

	.cta img {
		display: none
	}

	.portfoliohero {
		height: 350px
	}

	.portfolioheroimg {
		height: 350px
	}

	.abouthero .container .title {
		padding-top: 40px
	}
}

@media screen and (min-width:768px) {
	.mobilehide {
		display: block
	}

	.mobileshow {
		display: none
	}
}

@media screen and (min-width:992px) {
	#pronav .icofont-close-line-circled,
	.mobile_logo {
		display: none
	}

	#pronav {
		animation: none !important
	}
}

@media screen and (max-width:992px) {
	.contacthero {
		height: 280px
	}

	#pronav {
		width: 100%;
		height: 100vh;
		max-height: 100vh !important;
		background: #fff;
		padding: 25px;
		float: right;
		border-radius: 5px;
		left: 0;
		position: absolute;
		top: 0;
		box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
	}

	.dropdown-menu {
		background: #fff;
		margin-top: 18px;
		border: none;
		padding: 20px 0;
		box-shadow: 0 7px 12px .9px rgba(0, 0, 0, .2);
		width: 100%;
		text-align: center
	}

	.mobile_logo {
		margin-bottom: 40px;
		height: 35px
	}

	.collapsing {
		-webkit-transition: none;
		transition: none;
		display: none
	}

	#pronav .icofont-close-line-circled {
		position: absolute;
		top: 30px;
		font-size: 26px;
		right: 25px
	}

	#pronav .probtn {
		width: 100%
	}

	.navbar-light .navbar-nav .nav-link {
		text-align: center
	}
}

@media screen and (max-width:980px) {
	.features .feature {
		margin: 0 8px;
		flex: 100%;
		max-width: 48% !important
	}
}

@media screen and (max-width:850px) {
	.contacthero {
		height: 240px
	}

	.features .feature {
		margin: 0 8px;
		flex: 100%;
		max-width: 47.5% !important
	}

	.herobg3 {
		display: none
	}

	.hero {
		position: relative;
		height: 620px
	}

	.herobgss {
		display: none
	}

	.responsivebg {
		height: 370px;
		width: 100%;
		background-image: url(../img/responsivehero.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
		position: absolute;
		left: 0;
		bottom: 0
	}

	.hero_texts {
		flex: 0 0 100%;
		max-width: 100%
	}

	.scrollarrow {
		bottom: 00px
	}
}

@media screen and (max-width:768px) {
	.hero {
		height: 600px
	}

	.scrollarrow {
		bottom: 20px
	}

	.features .feature {
		margin: 0;
		flex: 100%;
		max-width: 100% !important
	}

	.reasonimg2 {
		display: none
	}

	.reasonimg1 {
		display: block
	}

	.servicehero {
		height: 350px
	}

	.serviceheroimg {
		height: 300px
	}

	.abouthero .container .title h1, .abouthero .container .title h2 {
		font-size: 24px;
		margin-bottom: 40px
	}

	.abouthero .container .title {
		padding-top: 40px
	}

	.abouthero {
		height: 400px
	}

	.aboutheroimg {
		height: 400px
	}

	.reasons .reason {
		padding-top: 40px;
		padding-left: 15px
	}

	.contacthero {
		height: 240px
	}

	.map {
		height: 350px
	}

	.portfoliohero {
		height: 250px
	}

	.portfolioheroimg {
		height: 250px
	}

	.section_top {
		margin-top: 40px
	}

	.title {
		margin-bottom: 40px
	}

	.folio .flex {
		display: block
	}

	.folio a img {
		height: auto
	}

	.folio .portimg {
		max-height: 100%;
		transition: all .5s ease-out
	}

	.mobilehide {
		display: none
	}

	.mobileshow {
		display: block
	}
}

@media screen and (max-width:600px) {
	.scrollarrow {
		bottom: 50px
	}

	.number.section_top {
		margin-top: 0
	}
}

@media screen and (max-width:575px) {
	.folio .portimg {
		max-height: 100%
	}
}

@media screen and (max-width:500px) {
	.hero {
		position: relative;
		height: 500px
	}

	.scrollarrow {
		bottom: -20px
	}

	.responsivebg {
		height: 180px;
		width: 100%;
		background-image: url(../img/responsivehero.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
		position: absolute;
		left: 0;
		bottom: 0
	}

	.hero {
		position: relative;
		height: 580px
	}

	.number.section_top {
		margin-top: 70px
	}

	.hero_texts {
		flex: 0 0 100%;
		max-width: 100%
	}

	.flex.counter {
		display: block
	}

	.num {
		margin-right: 0;
		width: 100%
	}

	.aboutpage .abouttext {
		margin-top: 40px;
		padding-left: 0
	}

	.abouthero {
		height: 420px
	}

	.aboutheroimg {
		height: 220px
	}

	.servicehero {
		height: 300px
	}

	.serviceheroimg {
		height: 150px
	}

	.steps {
		height: auto;
		width: 100%;
		background-image: none;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
		position: relative;
		left: 0;
		bottom: 0;
		bottom: 0
	}

	.step1,
	.step2,
	.step3,
	.step4 {
		margin: 20px 0
	}

	.mobileserv button h4 {
		font-size: 15px;
		font-weight: 600;
		color: #344351;
		margin-bottom: 0
	}

	.card-header {
		padding: 5px
	}

	.contacthero {
		height: 125px
	}

	.portfoliohero {
		height: 300px
	}

	.portfolioheroimg {
		height: 150px
	}
}

@media screen and (max-width:400px) {
	.scrollarrow {
		bottom: 0
	}
}
/* -----------------------------------------------------------
-----------------   Responsive Styles Ends   --------------- 
------------------------------------------------------------*/

.close {
	left:unset !important;
	right: 25px;
}
	.close:hover {
		background-image:none !important;
	}