body {
	font-family: "Proxima Nova Rg";
	font-size: 17px;
	line-height: 1.5;
	color: #171a33;
	background: #fff;
	overflow-x: hidden
}

a {
	color: #666
}

a:hover {
	color: #025691
}

@media(min-width: 1279px) {
	.container {
		max-width: 1200px
	}
}

@media(min-width: 1600px) {
	.container {
		max-width: 1480px
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
	padding: 0;
	line-height: 1.1;
	color: #061d35
}

h1 {
	font-size: 40px
}

@media only screen and (max-width: 575px) {
	h1 {
		font-size: 24px
	}
}

h2 {
	font-size: 44px
}

h2.big {
	font-size: 50px
}

@media only screen and (max-width: 575px) {
	h2 {
		font-size: 24px
	}
}

.btn.btn-default {
	background: #061d35;
	color: #fff;
	border-radius: 5px;
	border: solid 1px #fff;
	font-size: 15px;
	padding: 12px 50px 10px
}

@media only screen and (max-width: 1499px) {
	.btn.btn-default {
		font-size: 16px
	}
}

@media only screen and (max-width: 575px) {
	.btn.btn-default {
		font-size: 16px
	}
}

.btn.btn-default:hover {
	border-color: #025691;
	color: #025691;
	background-color: #fff
}

header.am-toprow {
	background: #95c936;
	text-align: center;
	padding: 20px 0
}

.slick-slider .slick-arrow {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99
}

.slick-slider .slick-arrow.am-arrow-right {
	right: 15px;
	left: auto
}

.am-slide {
	padding: 100px 60px;
	background-size: cover;
	background-position: center;
	min-height: 860px
}

.am-slide h2 {
	color: #fff;
	font-size: 47px;
	text-align: center;
	font-weight: bold
}

.am-slide h2 span {
	font-size: 55px;
	display: block;
	color: #95c936
}

a.scrolldown {
	position: absolute;
	display: block;
	left: 50%;
	bottom: 15px;
	transform: translateX(-50%)
}

section.am-banner {
	position: relative
}

.am-banner-slider .slick-dots {
	position: absolute;
	bottom: 80px;
	z-index: 999
}

.am-banner-slider .slick-dots button:before {
	display: none
}

.am-banner-slider .slick-dots button {
	background: rgba(149, 201, 54, .35);
	border-radius: 100%;
	width: 14px;
	height: 14px
}

.am-banner-slider .slick-dots li {
	width: 14px;
	height: 14px
}

.am-banner-slider .slick-dots li.slick-active button {
	background: #95c936
}

.am-banner-slider {
	margin: 0 !important
}

section.section1 {
	position: relative;
	overflow: hidden
}

section.section1 .col-md-6:last-child:before {
	content: "";
	display: block;
	background: #f7f7f7;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1500px;
	z-index: 2
}

section.section1 .col-md-6 {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px
}

section.section1 .col-md-6>* {
	position: relative;
	z-index: 3
}

.section1-right {
	max-width: 576px;
	margin-left: auto
}

.section1-left h2 {
	font-size: 42px;
	color: #04060b
}

.section1-left {
	max-width: 95%
}

.section1-item {
	margin: 35px 0 0;
	display: flex;
	align-items: flex-start
}

.section1-item img {
	margin-right: 25px
}

.section1-item h3 {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 5px
}

.section1-item p {
	font-size: 17px;
	line-height: 1.3;
	color: #171a33;
	margin: 0
}

.counter-sec {
	margin: 20px 0 0;
	display: flex;
	flex-wrap: wrap
}

.counter-sec .counter {
	background: #fff;
	width: 45%;
	margin: 0 5% 0 0;
	border-radius: 8px;
	margin-bottom: 25px;
	display: flex;
	height: 180px;
	justify-content: center;
	align-items: center;
	font-size: 19px;
	flex-direction: column;
	padding: 10px 20px;
	text-align: center;
	line-height: 1.4;
	transition: all .3s ease-in-out
}

.counter-sec .counter strong {
	display: block;
	font-size: 34px
}

.counter-sec .counter:nth-child(1),
.counter-sec .counter:nth-child(4) {
	background: #9ccb36
}

.joinus h2 {
	font-size: 44px;
	font-weight: bold
}

.joinus {
	margin: 10px 0 0
}

.joinus p {
	font-size: 21px;
	margin: 0 0 20px
}

.btn {
	background: #7fbc36;
	color: #fff;
	position: relative;
	padding: 18px 25px;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 64px
}

.btn span {
	position: absolute;
	right: 0;
	top: 0;
	width: 64px;
	height: 64px
}

.btn span img {
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s ease-in-out;
	opacity: 1
}

.btn:hover span img {
	opacity: 0
}

.btn span video {
	transition: all .2s ease-in-out;
	opacity: 0
}

.btn:hover span video {
	opacity: 1
}

.btn:hover {
	background: #7fbc36;
	color: #fff
}

section.expert {
	display: flex;
	justify-content: space-between;
	background: #95c936
}

.expert-left {
	width: 50%
}

.expert-right {
	width: 50%
}

.expert-slider {
	margin: 0 !important
}

.expert-left-inner {
	max-width: 730px;
	margin-left: auto;
	padding-right: 30px
}

.expert-left-inner h2 {
	font-size: 44px;
	font-weight: bold;
	color: #fff
}

.expert-left-inner p {
	color: #fff;
	line-height: 1.3;
	max-width: 540px;
	font-size: 18px;
	margin: 0
}

section.location {
	padding: 80px 0
}

section.location .col-lg-4:first-child,
section.location .col-lg-4:last-child {
	width: 35%
}

section.location .col-lg-4 {
	width: 30%;
	display: flex;
	align-items: center
}

section.location .col-lg-4>img {
	max-width: 80%;
	margin: 0 auto;
	display: block
}

.accordion {
	width: 100%
}

.accordion-item:last-of-type .accordion-button.collapsed {
	border-radius: 0
}

.accordion-item:last-of-type {
	border-radius: 0
}

.accordion-item:first-of-type .accordion-button {
	border-radius: 0
}

.accordion-item:first-of-type {
	border-radius: 0
}

.accordion-button {
	background: #95c936;
	color: #fff;
	font-size: 20px;
	font-weight: bold
}

.accordion-button:after {
	color: #fff;
	filter: brightness(0) invert(1);
	width: 30px;
	font-size: 33px;
	height: 22px
}

.accordion-button:not(.collapsed) {
	background: #95c936;
	color: #fff
}

.accordion-item {
	border: solid 1px #95c936;
	margin: 0 0 2px
}

.cta-slide h2 {
	color: #fff;
	line-height: 1.4;
	margin: 0 0 30px
}

.cta-slide h2 strong {
	color: #95c936
}

.cta-slide {
	background-size: cover;
	background-position: center bottom;
	padding: 170px 0
}

section.testimonials {
	padding: 60px 0
}

section.testimonials h2 {
	font-size: 36px;
	font-weight: bold;
	margin: 0 0 35px
}

section.testimonials h2:after {
	content: "";
	display: block;
	width: 36px;
	height: 6px;
	background: #95c936;
	margin: 25px 0 0
}

.testi-slide {
	display: flex;
	align-items: center;
	padding-right: 30px
}

.testi-content {
	padding: 35px;
	border: solid 1px #95c936;
	border-left: none;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px
}

section.contact {
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 30px;
	padding: 27px 10px
}

section.contact a {
	color: #95c936;
	text-decoration: none
}

section.certificate {
	background: #95c936;
	padding: 40px 0
}

section.certificate .col-md-8 {
	display: flex;
	justify-content: flex-end
}

section.certificate .col-md-8 img {
	margin: 0 0 0 30px
}

section.contact {
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 30px;
	padding: 27px 10px
}

section.contact a {
	color: #95c936;
	text-decoration: none
}

section.certificate {
	background: #95c936;
	padding: 40px 0
}

section.certificate .col-md-8 {
	display: flex;
	justify-content: flex-end
}

section.certificate .col-md-8 img {
	margin: 0 0 0 30px
}

section.copyright {
	padding: 30px 0;
	font-size: 18px
}

section.copyright a {
	color: #95c936;
	text-decoration: none
}

section.contact a:hover {
	color: #fff
}

.testi-content img {
	margin: 0 0 10px
}

.testi-content span {
	font-size: 20px
}

.slick-slide img {
	max-width: 100%;
	height: auto
}

.am-banner-form {
	position: absolute;
	top: 50%;
	width: 90%;
	left: 5%;
	transform: translateY(-50%)
}

.amform {
	max-width: 680px;
	background: #fff;
	border-radius: 7px;
	padding: 50px 50px 30px;
	position: relative
}

.amform:before {
	content: "";
	display: block;
	width: 100%;
	height: 11px;
	background: #80a925;
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: 0px
}

.wpcf7-submit+.wpcf7-spinner {
	display: none
}

.wpcf7-form-control:not(.wpcf7-submit) {
	background: #f5f5f5;
	border: none;
	height: 50px;
	padding: 10px;
	border-radius: 10px;
	width: 100%;
	font-size: 14px !important;
	color: #757575
}

.wpcf7-form-control:not(.wpcf7-submit) option {
	font-size: 16px !important
}

.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
	transform: translateZ(0);
	-ms-perspective: 1000;
	perspective: 1000;
	backface-visibility: hidden
}

.wpcf7-submit {
	background: #7fbc36;
	color: #fff;
	position: relative;
	padding: 15px 45px;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	height: auto;
	display: inline-block;
	width: auto;
	margin: 20px auto 0;
	text-align: center;
	border: none;
	border-radius: 12px
}

.counter-sec .counter:hover {
	background: #9ccb36
}

.counter-sec .counter:nth-child(1):hover,
.counter-sec .counter:nth-child(4):hover {
	background: #fff
}

.amform .col-md-12 {
	text-align: center
}

@media only screen and (max-width: 1599px) {
	.am-slide h2 {
		font-size: 30px
	}

	.am-slide h2 span {
		font-size: 40px
	}

	.am-slide {
		min-height: 600px;
		padding: 60px
	}

	.expert-left-inner {
		padding-left: 30px
	}

	.expert-left-inner h2 {
		font-size: 32px
	}

	.cta-slide {
		padding: 170px 70px
	}

	.wpcf7-form-control:not(.wpcf7-submit) {
		height: 40px
	}

	.am-banner-form label {
		font-size: 14px
	}

	.amform {
		padding: 30px 30px 10px
	}
}

@media only screen and (max-width: 1199px) {
	.section1-left h2 {
		font-size: 32px
	}

	.section1-item h3 {
		font-size: 24px
	}

	.joinus h2 {
		font-size: 32px
	}

	.joinus p {
		font-size: 18px
	}

	.section1-item {
		margin: 20px 0 0
	}

	.expert-left {
		margin: 50px 0
	}

	section.location {
		padding: 40px 0
	}

	.btn {
		font-size: 16px
	}

	.accordion-button {
		font-size: 16px
	}

	body {
		font-size: 16px
	}

	.cta-slide {
		padding: 120px 70px
	}

	h2 {
		font-size: 36px
	}

	.cta-slide h2 {
		line-height: 1.2
	}

	section.testimonials {
		padding: 40px 0
	}

	section.certificate img {
		max-width: 200px;
		height: auto
	}

	section.certificate .col-md-8 img {
		width: 80px
	}

	section.section1 .col-md-6 {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.slick-slider .slick-arrow {
		max-width: 40px
	}

	.slick-slider .slick-arrow img {
		max-width: 40px
	}
}

@media only screen and (max-width: 991px) {
	section.location .col-lg-4 {
		display: block;
		width: 100%
	}

	section.location .col-lg-4:first-child,
	section.location .col-lg-4:last-child {
		width: 100%
	}

	section.location .col-lg-4>img {
		margin: 50px auto;
		max-width: 300px
	}

	section.certificate img {
		max-width: 200px;
		height: auto;
		margin: 10px
	}

	.am-banner-form {
		position: static;
		transform: translate(0px, 0px)
	}
}

@media only screen and (max-width: 767px) {
	.scrolldown {
		display: none !important
	}

	.am-slide {
		min-height: 400px;
		padding: 40px
	}

	.am-slide h2 {
		font-size: 20px
	}

	.am-slide h2 span {
		font-size: 24px
	}

	header.am-toprow img {
		max-width: 180px
	}

	header.am-toprow {
		padding: 10px 0
	}

	.section1-left h2 {
		font-size: 24px
	}

	.section1-item h3 {
		font-size: 20px
	}

	.counter-sec .counter strong {
		font-size: 24px
	}

	.counter-sec .counter {
		font-size: 16px;
		padding: 10px
	}

	.joinus h2 {
		font-size: 24px
	}

	.joinus p {
		font-size: 16px
	}

	section.expert {
		display: block
	}

	.expert-left {
		width: 100%;
		padding: 40px 0
	}

	.expert-left-inner h2 {
		font-size: 24px
	}

	.expert-right {
		width: 100%
	}

	.slick-slide img {
		max-width: 100%;
		height: auto
	}

	.cta-slider .slick-arrow {
		display: none
	}

	.cta-slide {
		padding: 70px 20px
	}

	h2 {
		font-size: 24px
	}

	.btn {
		padding: 18px 20px;
		padding-right: 64px
	}

	.testi-slide {
		display: block;
		padding: 0
	}

	.testi-content {
		border: solid 1px #95c936;
		border-radius: 8px;
		margin-top: 10px;
		padding: 25px 15px
	}

	.testi-slide img {
		margin: 0 auto
	}

	section.contact {
		font-size: 20px
	}

	section.certificate {
		text-align: center
	}
}