:root {
	--textColor: #f8f9fa;
	--bgColor: #004b23;
	--headerBg: #ccff33;
	--activeBtn: #70e000;
	--itemsText: #007200;
	--slideBg: #006c05;
}

* {
	box-sizing: border-box;
}

body {
	font-size: 14px;
	color: var(--textColor);
	background-color: var(--bgColor);
}

h1 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 23px;
}

h2 {
	font-size: 30px;
	font-weight: bold;
}

h3 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 15px;
}

h4 {
	font-size: 20px;
	font-weight: bold;
}

button:active,
button:focus {
	outline: none;
}

button::-moz-focus-inner {
	border: 0;
}

::-webkit-scrollbar {
	display: none;
}

a:hover {
	text-decoration: none;
}

.container {
	max-width: 1480px;
	width: 100%;
	position: relative;
}

header {
	background-color: var(--headerBg);
	padding-top: 15px;
	padding-bottom: 15px;
	color: var(--bgColor);
	font-size: 14px;
	font-weight: 600;
}

/*navigation*/
.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 0;
}

.bg-dark {
	background-color: var(--bgColor) !important;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--textColor);
}

.header_logo {
	max-width: 200px;
	width: 100%;
}

.navbar-dark .navbar-nav .nav-link {
	font-size: 14px;
	color: #d9e3df;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
}

.navbar-dark .navbar-nav .nav-item.get_an_app_btn {
	margin-left: 15px;
}

.navbar-dark .navbar-nav .get_an_app_btn .nav-link {
	color: var(--bgColor) !important;
}

.nav-link {
	padding: 15px;
}

.get_an_app_btn {
	width: 165px;
	background: var(--headerBg);
	display: inline-block;
	text-align: center;
	color: var(--bgColor) !important;
	border-radius: 4px;
	text-decoration: none;
	padding: 15px 0;
	font-weight: bold;
}

.learn_more_btn {
	border: 1px solid var(--headerBg);
	color: var(--headerBg);
	margin-left: 35px;
}

.learn_more_btn,
.watch_video_btn {
	text-decoration: none;
	max-width: 130px;
	width: 100%;
	padding: 15px 0;
	border-radius: 4px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
}

.watch_video_btn {
	background: var(--headerBg);
	color: var(--bgColor) !important;
}

.learn_more_btn:hover {
	color: var(--headerBg);
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
	color: var(--activeBtn);
}

/* navigation end */

.main_title {
	padding-top: 175px;
	padding-bottom: 190px;
}

.main_title .wrapper {
	max-width: 610px;
	width: 100%;
}

.main_title .wrapper p {
	margin-bottom: 38px;
}

.main_title .title_img {
	max-width: 593px;
	width: 100%;
}

.about h4,
.testmonials h4,
.contact h4 {
	margin-bottom: 58px;
	color: var(--headerBg);
	text-transform: uppercase;
}

.about h2 {
	margin-bottom: 20px;
}

.about .about_img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	margin-top: 70px;
}

.about .title {
	color: var(--headerBg);
	margin-top: 20px;
}

.about .wrapper {
	max-width: 600px;
	width: 100%;
}

.about .wrp2 {
	margin: 0 0 0 auto;
}

.about .items {
	margin-top: 70px;
}

.about .row,
.testmonials .row {
	position: relative;
}

.about_bg1 {
	position: absolute;
	max-width: 240px;
	width: 100%;
	top: 90px;
	left: -25px;
}

.about_bg2 {
	position: absolute;
	max-width: 240px;
	width: 100%;
	right: -25px;
	bottom: 0;
}

.testmonials {
	position: relative;
	padding-top: 85px;
}

.testmonials_title {
	margin-top: 50px;
}

.testmonials .container-fluid {
	padding: 0;
}

.testmonials .owl-carousel {
	margin-top: 35px;
	margin-bottom: 90px;
}

.testmonials .item {
	background: var(--slideBg);
	border-radius: 4px;
	overflow: hidden;
}

.testmonials .item .slide_img {
	height: 130px;
	width: 100%;
}

.testmonials .item .wrapper {
	width: 80%;
	margin: 30px auto;
}

.testmonials .item .slide_text {
	font-size: 11px;
	line-height: 1.2;
	font-weight: 100;
	margin-bottom: 20px;
}

.testmonials .item .name {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
	display: block;
}

.testmonials .item .description {
	font-weight: 400;
}

.owl-theme .owl-dots .owl-dot span {
	background: var(--itemsText);
}

.owl-theme .owl-dots .owl-dot.active span {
	background: var(--headerBg) !important;
}

.contact {
	padding-bottom: 60px;
}

#honeypot {
	display: none;
}

.contact form input,
.contact form textarea,
footer form input.form-control {
	border: 1px solid #38a900;
	border-radius: 4px;
	background: var(--itemsText);
	color: var(--textColor);
	margin-bottom: 20px;
	display: block;
	width: 100%;
	padding: 10px 15px;
	line-height: 1;
}

footer form input.form-control {
	max-width: 490px;
}

.contact form textarea {
	font-size: 10px;
}

.contact form label {
	color: var(--headerBg);
}

.contact form label,
footer label {
	margin-bottom: 15px;
	font-weight: 500;
	line-height: 1;
}

footer label {
	color: var(--activeBtn);
}

.contact form input::placeholder,
.contact form textarea::placeholder,
footer input.form-control::placeholder {
	color: var(--textColor);
	opacity: 1;
}

.contact form input:-ms-input-placeholder,
.contact form input::-ms-input-placeholder,
.contact form textarea:-ms-input-placeholder,
.contact form textarea::-ms-input-placeholder,
footer input.form-control:-ms-input-placeholder,
footer input.form-control::-ms-input-placeholder {
	color: var(--textColor);
}

.contact form .submit_btn {
	padding: 15px 0;
}

.contact form .submit_btn,
footer .submit_btn {
	width: 160px;
	background: var(--headerBg);
	display: block;
	text-align: center;
	color: var(--bgColor) !important;
	border-radius: 4px;
	text-decoration: none;
	font-weight: bold;
	border: 0;
	cursor: pointer;
}

footer .submit_btn {
	padding: 10px 0;
}

.contact .contact_img {
	max-width: 710px;
	width: 100%;
}

footer {
	background: var(--itemsText);
	padding-top: 50px;
	padding-bottom: 40px;
}

.footer_logo {
	max-width: 210px;
	width: 100%;
}

footer h3 {
	margin-bottom: 10px;
}

footer h4 {
	margin-bottom: 20px;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer ul li a {
	text-decoration: none;
	color: var(--activeBtn);
	font-weight: 500;
	margin-bottom: 12px;
	display: block;
}

footer ul li a:hover {
	color: var(--activeBtn);
}

.copyright {
	font-weight: 600;
	display: block;
	margin-top: 40px;
	font-size: 12px;
}


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

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

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

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

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

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

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

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

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

@media only screen and (max-width : 768px) {
	header .col-md-6 {
		text-align: center !important;
	}

	.header_logo {
		max-width: 150px;
	}

	.main_title .wrapper {
		margin: 0 auto 50px auto;
	}

	.learn_more_btn {
		margin-left: 15px;
	}

	.about .wrapper {
		margin: 40px auto 0 auto;
	}

	.about .item {
		margin: 0 auto 15px auto !important;
	}

	.contact form {
		margin-bottom: 50px;
	}

	footer {
		text-align: center;
	}
}

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

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

@media only screen and (max-width : 450px) {
	.header_logo {
		max-width: 120px;
	}

	.main_title .wrapper {
		text-align: center;
	}

	.learn_more_btn {
		display: block;
		margin: 15px auto 0 auto;
	}
}