*,
body {
	font-family: "Kanit", sans-serif;
}
h1,
.h1 {
	color: #3b8038;
	font-family: Kanit;
	font-size: 50px;
	font-style: italic;
	font-weight: 800;
	line-height: normal;
}
h2,
.h2 {
	color: #000;
	font-family: "Kanit", sans-serif;
	font-size: 40px;
	font-style: italic;
	font-weight: 700;
	line-height: 46px; /* 115% */
}
h3,
.h3 {
	color: #000;
	font-family: Kanit;
	font-size: 32px;
	font-style: italic;
	font-weight: 800;
	line-height: normal;
}
h3 span {
	font-size: 24px;
}
h5,
.h5 {
	color: #3b8038;
	font-family: "Kanit", sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 500;
	line-height: normal;
}
h6,
.h6 {
	color: #3b8038;
	font-family: "Kanit", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

p,
.p {
	color: #000;
	font-family: "Kanit", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.btn {
	border-radius: unset;
	--bs-btn-padding-x: 38px;
	--bs-btn-padding-y: 19px;
	color: #081a18;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.btn-primary {
	--bs-btn-color: #081a18;
	--bs-btn-bg: #f6b432;
	--bs-btn-border-color: #f6b432;
	--bs-btn-hover-color: #081a18;
	--bs-btn-hover-bg: #f1a717;
	--bs-btn-hover-border-color: #f1a717;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #081a18;
	--bs-btn-active-bg: #f1a717;
	--bs-btn-active-border-color: #f1a717;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #081a18;
	--bs-btn-disabled-bg: #f6b432;
	--bs-btn-disabled-border-color: #f6b432;
}

.form-control {
	padding: 0.375rem 0.75rem;

	background-color: #f6f6ec;
	background-clip: padding-box;
	border: 1px solid #3b8038;
	border-radius: unset;
	height: 60px;

	color: #ababab;
	font-family: Kanit;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.form-control:focus {
	background-color: #f6f6ec;
	border-color: #3b8038;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(171, 212, 169, 0.25);
}
::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ababab !important;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ababab;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #ababab;
}

section {
	padding: 0px 60px;
}

header {
	/* height: 99px; */
	transition: all 0.5s;
	z-index: 997;
	background: #081a18;
}
.navbar-brand {
	color: #fff;
	font-family: "Kanit", sans-serif;
	font-size: 32px;
	font-style: italic;
	font-weight: 800;
	line-height: normal;
}
.logoTitle {
	vertical-align: middle;
	text-transform: uppercase;
}

section#banner {
	background: #f6f6ec;
	height: 574px;
}
section#about {
	background: #fff;
	height: 803px;
}

section#whyus {
	background: #f6f6ec;
	height: 564px;
}
section#whyus .box {
	width: 268px;
	height: 268px;
	flex-shrink: 0;
	border: 1px solid #3b8038;
	background: #f6f6ec;
}

section#usp {
	background: #fff;
	height: 674px;
}

section#team {
	background: #f6f6ec;
	height: 820px;
	padding-top: 110px;
}

section#team h5 {
	font-size: 26px;
	font-style: italic;
	font-weight: 700;
}
section#team img {
	width: 286px;
	/* height: 441px; */
	flex-shrink: 0;
}

section#learning {
	background: #fff;
	height: 910px;
	padding-top: 110px;
	padding-bottom: 110px;
}
section#learning .curveBox {
	width: 223px;
	height: 205px;
	border-radius: 60px 0px;
	border: 1px solid #3b8038;
	background: #f6f6ec;
}

section#learning .curBoxfirst {
	margin-top: 130px;
}
section#learning .curveBox h2 {
	color: #3b8038;
}

section#learning .testiBox {
	height: 300px;
	background: #f6f6ec;
	padding-right: 20px;
}
section#learning .testiBox .testiicon {
	text-align: end;
	margin-top: 73px;
}

section#learning .profile {
	font-family: "Kanit", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: #000;
}

section#learning .name {
	font-family: "Kanit", sans-serif;
	color: #3b8038;
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
}
section#online {
	background: #f6f6ec;
	height: 660px;
}

section#online ul {
	list-style: none;
	padding-left: 0;
}

section#online ul li {
	background-image: url("../img/check-circle.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	padding-left: 40px; /* Adjust this value to match the size of your SVG */

	margin-bottom: 10px;

	color: #000;
	font-family: Kanit;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

section#contact {
	background: #fff;
	height: 860px;
}

footer {
	background: #081a18;
	background-image: url("../img/footer.png");
	height: 351px;
	padding: 50px 60px;
	background-repeat: no-repeat;
	background-origin: content-box;
	background-position-y: bottom;
}
footer .logoTitle {
	color: #fff;
	font-family: "Kanit", sans-serif;
	font-size: 32px;
	font-style: italic;
	font-weight: 800;
	line-height: normal;
}
footer p,
footer h2 {
	color: #ffffff !important;
}
.footerFirst {
	padding-right: 60px;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

#footer .social-links {
	margin-top: 1.222rem;
}

#footer .social-links a {
	font-size: 18px;
	display: inline-block;
	color: #f6b432;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}

#owl-demo .owl-nav {
	text-align: end;
}

#owl-demo .owl-nav {
	margin-top: 10px;
	margin-right: 37px;
}

#owl-demo .owl-nav [class*="owl-"]:hover {
	background: transparent;
}
#owl-team .owl-dots .owl-dot span {
	border-radius: unset;
	background-color: #d1dec8;
	width: 16px;
}

#owl-team .owl-dots .owl-dot.active span,
#owl-team .owl-dots .owl-dot:hover span {
	background: #3b8038;
}

#owl-team .owl-dots .owl-dot.active span {
	width: 60px;
}

#owl-team .owl-nav.disabled + .owl-dots {
	margin-top: 36px;
}

#owl-testi .owl-dots .owl-dot span {
	border-radius: unset;
	background-color: #d1dec8;
	width: 16px;
}

#owl-testi .owl-dots .owl-dot.active span,
#owl-testi .owl-dots .owl-dot:hover span {
	background: #3b8038;
}

#owl-testi .owl-dots .owl-dot.active span {
	width: 60px;
}

#owl-testi .owl-nav.disabled + .owl-dots {
	margin-top: -124px;
	margin-right: -627px;

	transform: rotate(90deg);
}

#owl-testi .item {
	padding-right: 100px;
}

@media only screen and (max-width: 768px) {
	section#banner,
	section#about,
	section#whyus,
	section#usp,
	section#team,
	section#learning,
	section#online,
	section#contact,
	#footer {
		height: auto;
		padding: 30px 20px;
	}
	h1,
	.h1 {
		font-size: 36px;
	}
	h2,
	.h2 {
		font-size: 22px;

		line-height: 28px;
	}
	h3,
	.h3 {
		font-size: 24px;

		line-height: normal;
	}

	h3.h3alt {
		font-size: 18px;
	}
	h3 span {
		font-size: 18px;
		line-height: 42px;
	}
	section#whyus .box {
		margin: auto;
		margin-bottom: 46px;
	}

	section#learning .testiBox {
		height: auto;
	}
	section#learning .curveBox {
		margin: auto;
		margin-top: 15px;
	}

	.btn {
		--bs-btn-padding-x: 12px;
		--bs-btn-padding-y: 12px;

		font-size: 14px;
	}

	#owl-testi .item {
		padding-right: 0px;
	}
	#owl-testi .owl-nav.disabled + .owl-dots {
		margin-top: 10px;
		margin-right: 0px;
		transform: none;
	}
	section#learning .testiBox .testiicon {
		text-align: end;
		margin-top: -19px;
	}
	section#learning .profile {
		display: block;
	}
	section#team img {
		width: 296px;
		height: auto;
	}
	.footerFirst {
		padding-right: 0px;
	}
	.phone {
		width: 22px;
		height: 22px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	section#banner,
	section#about,
	section#whyus,
	section#usp,
	section#team,
	section#learning,
	section#online,
	section#contact,
	#footer {
		height: auto;
		padding: 30px;
	}
	h1,
	.h1 {
		font-size: 36px;
	}
	h2,
	.h2 {
		font-size: 22px;

		line-height: 28px;
	}
	h3,
	.h3 {
		font-size: 24px;

		line-height: normal;
	}

	h3.h3alt {
		font-size: 18px;
	}
	h3 span {
		font-size: 18px;
		line-height: 42px;
	}
	section#whyus .box {
		margin: auto;
		margin-bottom: 46px;
	}

	section#learning .testiBox {
		height: auto;
	}
	section#learning .curveBox {
		margin: auto;
		margin-top: 15px;
	}

	.btn {
		--bs-btn-padding-x: 12px;
		--bs-btn-padding-y: 12px;

		font-size: 14px;
	}

	#owl-testi .item {
		padding-right: 0px;
	}
	#owl-testi .owl-nav.disabled + .owl-dots {
		margin-top: 10px;
		margin-right: 0px;
		transform: none;
	}
	section#learning .testiBox .testiicon {
		text-align: end;
		margin-top: -19px;
	}
	section#learning .profile {
		display: block;
	}
	section#team img {
		width: 100%;
		height: auto;
	}
	.footerFirst {
		padding-right: 0px;
	}
	.phone {
		width: 22px;
		height: 22px;
	}

	section#whyus .box {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    border: 1px solid #3b8038;
    background: #f6f6ec;
}
section#usp {
    
    padding: 30px 47px !important;
}
section#learning .curveBox {
    width: 145px;
    height: 140px;
    border-radius: 46px 0px;
}
section#online ul li {

    background-size: auto;
}
}