
/* ### general ### */
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none; }
html, body { font-size: 16px; color: #12121B; font-family: 'Poppins', sans-serif; }
body { background: #fff; font-family: 'Poppins', sans-serif; }
input, select, textarea { font-size: 14px; }
img { border: 0; display: block; }
ul, li { list-style: none; margin:0; padding: 0; }
:focus { outline: none; }
a { transition: all 0.3s; text-decoration:none; }
p { line-height: 1.6; color: #12121B; }

h1 { font-size:50px; font-weight:700; color: #fff; line-height: 1.6; text-shadow: rgba(0, 0, 0, 0.72) 0 4px 3px; }
h2 { font-size:44px; color:#12121B; font-weight:700;}
h3 { font-size:24px; font-weight:600; color:#12121B;}
h4 { font-size:20px; font-weight:500; }

label {font-weight: 500; padding-bottom: 8px;display: block;}
input, textarea { font-family: 'Poppins', sans-serif;transition: all 0.3s; -webkit-transition: all 0.3s;width: 100%;
	padding: 10px;	border-radius: 30px; border: #b6b6b6 solid 1px; }
input:focus, textarea:focus { outline: none; }

/* ### global classes ### */
.clear { clear: both; visibility: hidden; line-height: 0; height: 0; }
.center { margin: 0 auto; position: relative; max-width: 1264px; }
.centered { padding-right: calc((100% - 1264px) / 2); padding-left: calc((100% - 1264px) / 2); }
.button {min-width:200px; height:50px;background: #687D04; font-size: 16px; color: #fff; padding: 13px; display: inline-block;box-shadow: rgb(104 125 4 / 22%) 0px 13px 21px; text-align: center; border-radius: 100px;}
.button:hover {box-shadow: rgb(104 125 4 / 50%) 0px 10px 21px; background: #94AE16}

/* ### wrapper ### */
#wrapper { position: relative; overflow: hidden; display: block; width: 100%; min-height: 100%; }

/* ### main container ### */
#mainCntr { width: 100%; }

	/* header-part */
	#header-part { width: 100%; position: relative; display: table; background: #687D04; padding: 22px 0; }
	#header-part a.logo { display: inline-block; padding-right: 20px; }
	#header-part .centered { display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	#header-part .centered .right {  margin-bottom: 20px;}
	#header-part .centered .right ul {}
	#header-part .centered .right ul li {    display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
		margin-bottom: 2px;
	}
#header-part .centered .right ul li span {
	background: #fff;
	border-radius: 100px;
	width: 40px;
	height: 40px;
	box-shadow: rgba(0, 0, 0, 0.35) 0 5px 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}
#header-part .centered .right ul li a {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	width: 100%;
	display: block;
}

#header-part .centered .right ul li a:hover {
	text-shadow: white 0px 0px 3px;
}
/* nav-bar */
		.nav-bar { width: 100%; position: relative;  }
		.nav-bar ul { list-style: none;	display: flex; align-items: center; justify-content: space-between; background: #94AE16;
			min-height: 64px; border-radius: 100px;	padding: 0 15px;}
		.nav-bar li { padding: 0 18px; float: left; font-size: 16px; position: relative; text-transform: uppercase; line-height: 44px;  transition: all ease 0.5s;}
		.nav-bar li.active,
		.nav-bar li:hover { background: #fff; border-radius: 100px;}
		.nav-bar li.active a {  color: #687D04}
		.nav-bar li:hover a { color: #687D04}
		.nav-bar li a { display: block;color: #fff;font-weight: 500;line-height: normal;padding: 10px 0; }
		.nav-bar .mobileMenu { display: none; }

		nav {width: 100%;}




		/* content-part */
		#contentCntr { width: 100%; position: relative; }

/******* welcomeBox  ********/
		.welcomeBox {
			width: 100%;
		}

		.welcomeBox .inner {
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding-top: 60px;
			padding-bottom: 40px;
		}

		.welcomeBox .inner article {
			max-width: 715px;
			width: 100%;
		}

		.welcomeBox .inner article h2 {
			text-transform: uppercase;
			padding-bottom: 20px;
		}

		.welcomeBox .inner article .button {
			margin-top: 50px;
		}

/******* clientBox  ********/
.clientBox {
	width: 100%;
	min-height: 528px;
	background: url("../images/testimonial-bg.jpg") center top no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.clientBox:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgb(0 0 0 / 74%);
	z-index: -1;
}

.clientBox .inner h2 {
	text-align: center;
	color: #fff;
	padding: 55px 0;
	text-transform: uppercase;
}

.clientBox .inner .clientSlider {
	width: 100%;
	cursor: move;
}

.clientBox .inner .clientSlider .block {
	width: 100%;
	text-align: center;
	color: #fff;
	max-width: 800px;
	margin: 0 auto;
}

.clientBox .inner .clientSlider .block img {
	margin:0 auto 20px;
}

.clientBox .inner .clientSlider .block p {
	color: #fff;
	font-size: 18px;
}

.clientBox .inner .clientSlider .block h4 {
	font-weight: 600;
	padding: 32px 0 10px;
}

.clientBox .inner .clientSlider .block span {
	font-size: 18px;
	font-style: italic;
}

.slick-initialized .slick-slide {
	text-align: center;
}


/******* whoBox  ********/
.whoBox {
	width: 100%;
}

.whoBox h2 {
	text-align: center;
    padding: 40px 0;
}

.whoBox .inner {
	width: 100%;
	display: grid;
	grid-gap: 5px;
}

.whoBox .inner article {
	width: 100%;
	margin: 0 5px;
	max-width: 300px;
	border-radius: 21px;
	border: #687D04 solid 1px;
	padding: 28px 22px 28px 35px;
	transition: all ease-in-out 0.5s;
	box-shadow: rgba(0, 0, 0, 0.11) 0 10px 16px;
}

.item1 { grid-area: 1 / 1 / 2 / 2; }
.item2 { grid-area: 1 / 2 / 2 / 3; }
.item3 { grid-area: 1 / 3 / 2 / 4; }
.item4 { grid-area: 1 / 4 / 2 / 5; }

.whoBox .inner article:hover {
	border-color: #fff;
}

.whoBox .inner article h3 {
	padding: 15px 0 5px;
	position: relative;
	margin-bottom: 8px;
}

.whoBox .inner article h3:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	background: #070785;
	width: 80px;
}

	/* footer-part */
		#footer-part {
			width: 100%;
			position: relative;
			margin-top: 60px;
			padding-top: 250px;
			background: url("../images/footer-bg.png") center top no-repeat;
			background-size: cover;
		}

		.footerBox {
			width: 100%;
			padding-bottom: 22px;
		}

		.footerBox ul {
			width: 100%;
			display: flex;
			justify-content: space-between;
			align-items: flex-start;
			padding: 75px 0 45px;
		}

		.footerBox ul li {}

		.footerBox ul li a {
			color: #fff;
			font-weight: 500;
		}

		.footerBox ul li a:hover {
			opacity: 0.5;
		}

		.footerBox p {
			padding: 15px 0;
			text-align: center;
			color: #fff;
			background: rgba(255, 255, 255, 0.21);

		}

/**************** About page start *****************/

/******* headBox  ********/
.headBox {
	background: url("../images/head-bg.png") left top no-repeat;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 60px 0;
	background-size: cover;
}

.headBox:after {
	content: '';
	position: absolute;
	left: -710px;
	top: -240px;
	width: 130%;
	height: 510%;
	z-index: -1;
	background: rgba(0, 0, 0, 0.52);
	transform: rotate(45deg	);
}

/******* headBox  ********/

.headBox h2 {
	color: #fff;
}

/******* aboutBox ********/

.aboutBox {
	width: 100%;
	margin-top: 100px;
}

.aboutBox img {
	float: left;
	margin-right: 20px;
	border: rgb(0 0 0 / 6%) solid 11px;
}

.aboutBox p {
	padding-bottom: 15px;
}

.aboutBox h3 {
	padding-bottom: 10px;
}

/******* joinBox  ********/
.joinBox {
	width: 100%;
}

.joinBox .inner {
	background: url("../images/join-img.jpg") left top no-repeat;
	position: relative;
	z-index: 1;
	padding: 40px ;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	overflow: hidden;
}

.joinBox .inner:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 75%;
	background: #000000c7;
	z-index: -1;
}


.joinBox .inner:before {
	content: '';
	position: absolute;
	right: -210px;
	top: -90px;
	height: 243%;
	width: 60%;
	background: #fff;
	transform: rotate(45deg);
	z-index: 1;
}

.joinBox .inner form {
	left: -10%;
	width: 100%;
	z-index: 11111;
	background: #fff;
	max-width: 570px;
	margin-left: 30px;
	padding: 25px 30px;
	position: relative;
	border: rgba(0, 0, 0, 0.14) solid 1px;
}

.joinBox .inner form label,
.joinBox .inner form i {
	width: 100%;
	display: block;
}

.joinBox .inner form label {
	padding-top: 20px;
}

.joinBox .inner form .button {
	margin-top: 20px;
}

/******* Contact Page Start ********/
/******* contactBox ********/
.contactBox {
    width: 100%;
}

.contactBox .form {
    width: 100%;
    padding: 40px;
    background: #fff;
    margin: 80px auto;
    max-width: 1010px;
    border-radius: 10px;
    border: #cacaca solid 1px;
    box-shadow: #dfdfdf 0px 11px 20px;

}
.contactBox .form h2 {
    color: #fff;
    text-align: left;
    position: relative;
    padding: 5px 20px;
    background: #94ae16;
    margin: 0 0 30px -62px;
}
.contactBox .form h2:after {
    content: '';
    position: absolute;
    left: 6px;
    top: -15px;
    background: #000;
    width: 30px;
    height: 30px;
    transform: rotate( 45deg );
    z-index: -1;
}

.contactBox .form form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;

}

.contactBox .form form .block {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 20px);
	flex: 0 0 calc(50% - 20px);
	max-width: calc(50% - 20px);
	position: relative;
	margin-bottom: 20px;
}

.contactBox .form form .block .cap_img {
	position: absolute;
	right: 3px;
	top: 34px;
	padding: 6px;
	background: #fff;
	border-radius: 50px;
	border: #e1e1e1 solid 1px;
}

.contactBox .form form .block .contact_btn {
	width: 100%;
}

.contactBox .form form .block .contact_btn .button {
	width: 100%;
	margin-top: 30px;
}


/******* Progressive Page Start ********/
/******* progressiveBox ********/
.progressiveBox {
	width: 100%;
	padding-top: 60px;
}

.progressiveBox figure {
	width: 100%;
	display: flex;
	padding: 30px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	border: #e1e1e1 solid 1px;
}

.progressiveBox figure img {
	margin: 6px;
}

.progressiveBox article {
	padding: 20px 0 40px;
}

.progressiveBox article p {
	padding-bottom: 10px;
}

.progressiveBox article h4 {
	padding: 20px 0 10px;
}

.progressiveBox article ul {
	width: 100%;
	padding-top: 10px;
}

.progressiveBox article ul li {
	margin:0 0 15px;
	position: relative;
	padding-left: 20px;

}

.progressiveBox article ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 10px;
	height:10px;
	border-radius: 50px;
	background: #687D04;
}






/* #Media Queries
================================================== */

    @media only screen and (max-width: 1304px) {
		.centered { padding-right: 20px; padding-left: 20px;}
		.nav-bar li { padding: 0 11px;text-align: center; }
		.nav-bar li a { font-size: 14px }
	}

@media only screen and (max-width: 1024px) {
	.whoBox .inner article { max-width: 100%; width: 100%; }
	.item1 { grid-area: 1 / 1 / 2 / 2; }
	.item2 { grid-area: 1 / 2 / 2 / 3;	}
	.item3 { grid-area: 2 / 1 / 3 / 2;	}
	.item4 { grid-area: 2 / 2 / 2 / 5; }
	.nav-bar ul { padding: 0 9px; }
	.footerBox ul li a {font-size: 14px;}


}

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

		.nav-bar ul { display: none; }
		.nav-bar .mobileMenu { text-indent: 1000000000px; display: block; cursor: pointer; z-index: 15; float: right; width: 94px; height: 40px; position: relative; transition: 0.2s; overflow: hidden; color: #fff; text-decoration: none; text-transform: uppercase; font-size: 14px; line-height: 42px; }
		.nav-bar .mobileMenu span { display: block; height: 2px; border-radius: 5px; background: #fff; position: absolute; top: 50%; right: 20%; left: 20%; transition: 0.2s; margin: 0 0 0 27px }
		.nav-bar .mobileMenu span:before,
		.nav-bar .mobileMenu span:after { display: block; width: 100%; height: 2px; content: ''; border-radius: 5px; background-color: #fff; transition-duration: 0.2s,0.2s; position: absolute; left: 0; }
		.nav-bar .mobileMenu span:before { top: -7px; }
		.nav-bar .mobileMenu span:after { bottom: -7px; }

		.mm-opened .nav-bar .mobileMenu { text-indent: -9999px; }
		.mm-opened .nav-bar .mobileMenu span { background: none; }
		.mm-opened .nav-bar .mobileMenu.is-active span:before,
		.mm-opened .nav-bar .mobileMenu.is-active span:after { transition-delay: 0s, 0.2s; }
		.mm-opened .nav-bar .mobileMenu span:before { top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
		.mm-opened .nav-bar .mobileMenu span:after { bottom: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

		h1 { font-size:42px; font-weight:700; color: #fff; line-height: 1.6; text-shadow: rgba(0, 0, 0, 0.72) 0 4px 3px; }
		h2 { font-size:31px; color:#12121B; font-weight:700;}
		h3 { font-size:20px; font-weight:600; color:#12121B;}
		h4 { font-size:18px; font-weight:500; }

		#header-part a.logo { margin-bottom: 20px;}
		#header-part .centered .right ul li a {  font-size: 18px; }
		#header-part .centered .right ul li span { width: 30px; height: 30px;}
		#header-part .centered .right ul li span img { width: 15px; }

		.welcomeBox .inner {flex-wrap: wrap;}
		.welcomeBox .inner article { order: 2; padding-top: 30px}
		.whoBox .inner { grid-gap: 25px 0;}
		.item1 { grid-area: 1 / 1 / 2 / 2;}
		.item2 { grid-area: 2 / 1 / 2 / 3;}
		.item3 { grid-area: 3 / 1 / 3 / 2;}
		.item4 { grid-area: 4 / 1 / 4 /4;}
		.footerBox ul { justify-content: center; flex-wrap: wrap; padding: 45px 0 45px;}
		.footerBox ul li { 	width: fit-content; text-align: center; padding: 0 15px;}
		#footer-part { margin-top: 0;padding-top: 200px; }
		.aboutBox img { width: 100%; margin-bottom: 30px}
		.headBox { padding: 40px 0;}
		.headBox:after { left: -460px; top: -210px;}
		.contactBox .form { padding: 30px; }
		.contactBox .form h2 { margin: 0 0 30px -45px;}
		.progr_img { width: 100%}
		.aboutBox {margin-top: 40px;}

	}

	@media only screen and (max-width: 540px) {
		.nav-bar {width: auto; }
		#header-part {padding: 22px 0 0;}
		.footerBox ul li {  width: 100%; }
		.footerBox p { font-size: 14px; }
		.joinBox .inner form { margin: 0; max-width: 100%;left: 0;padding: 25px 20px;}
		.contactBox .form form .block {flex: 0 0 calc(100% - 0px); max-width: calc(100% - 0px);}
		.joinBox .inner {padding: 20px;}
		.joinBox .inner form .button {width: 100%;}
	}

	@media only screen and (max-width: 479px) {
		#header-part .centered .right ul li a { font-size: 17px;}
		.nav-bar { position: absolute; top: 20px; right: 0;}
		.clientBox { padding-bottom: 30px;}
		.welcomeBox .inner figure img { width: 100%;}


	}

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

		.mm-menu.mm-current { display: none !important; }
		html.mm-opening .mm-slideout { transform: translate(0px, 0px) !important; -webkit-transform: translate(0px, 0px) !important; }
		html.mm-opened { overflow: visible !important; }
		html.mm-opened body { overflow: visible !important; }
		#mm-blocker { display: none !important; }

	}
	.err_html {
    font-size: 12px;
    margin: 10px 9px;
    color: red;
}
p.Success {
    font-size: 14px;
    color: green;
    font-weight: 600;
}
p.Error {
    font-size: 14px;
    color: red;
}
