html {
  scroll-behavior: smooth;
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  font-weight: 300;
  color: #1f4941;
  background: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 26px;
  font-style: normal;
  font-size: 16px;
}
p strong, li strong {
	font-weight: 500;
}
a {
  text-decoration: none !important;
}
p a, .list li a {
  color: #ffaf00;
  font-weight: 600;
  transition: 300ms;
}
p a:hover , .list li a:hover {
  color: #ffaf00;
  opacity: 0.95;
}
h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1f4941;
  line-height: 1;
  text-transform:uppercase;
  letter-spacing: 0.25px;
}
.section h1 {
  font-size: 60px;
  font-weight: 900;
}
@media (max-width:992px) {
.section h1 {
  font-size: 45px;
  }	
}
@media (max-width:576px) {
.section h1 {
  font-size: 30px;
  }	
}
h2 {
  font-size: 35px;
  margin-bottom: 10px;
}
@media (max-width:576px) {
  h2 {
    font-size: 25px;
  }
}
h3 {
  font-size: 25px;
  margin-bottom: 10px;
}
@media (max-width:576px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width:992px) {
  h1, h2 {
	  text-align: center;
  }
}
.custom-btn {
  background-color: #ffaf00;
  color: #fff;
  border-radius: 10px;
  padding: 15px 35px;
  position: relative;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
}
.custom-btn:hover {
  background-color: #1f4941;
  color: #fff;
}
@media (max-width:992px) {
	.custom-btn {
	  padding: 16px;
	  font-size: 17px;
	}	
}
.footer {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #252525;
  padding: 20px 0;
  color: rgba(239, 246, 244, 0.75);
  font-size: 15px;
}
.navbar {
  transition: 330ms;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width:992px) {
	.navbar {
		background-color:#1f4941;
	}
}
.nav-item {
  padding-left: 15px;
  padding-right: 15px;
}
.nav-item:last-child {
  padding-right: 0;
}
.nav-item .nav-link {
  display: block;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 40px;
  border: transparent;
  font-weight: 600;
  padding: 10px 10px 0 10px!important;
}
.nav-link:hover , .nav-link.active {
  color: #ffaf00!important;
}
.dropdown-menu {
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  top: 40px;
  min-width: 17rem;
  z-index: 0;
  border: 0;
  border-radius: 0.25rem!important;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.dropdown-toggle::after {
  font-size: 12px;
  line-height: 3.5;
  vertical-align: top;
  margin-left: 0.25rem;
  border: none;
  font-family: 'bootstrap-icons';
  content: "\f282";
}
.dropdown-menu li.dropdown-item {padding: 0}
.dropdown-menu a.dropdown-item {
  display: block;
  background: #fff;
  color: #252525;
  padding-left: 30px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 18px;
  border-bottom: 1px solid #f5f5f5;
  font-weight: 400;
}
.dropdown-menu li:last-of-type a.dropdown-item { border-bottom: none}
.dropdown-menu a.dropdown-item:hover {
  background: #ffaf00;
  color: #fff!important;
  padding-left: 10px;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff!important;
  text-decoration: none;
  background-color: #ffaf00!important;
}
.navbar-brand {
  vertical-align: middle;
  transition: 300ms;
}
.navbar-toggler:focus{
  outline: none;
  box-shadow: none;
}
.form-floating label {
  padding-left: 15px;
}
.form-control {border-radius: 0;}
.form-control:focus {
  border-color: rgba(55, 63, 39,0.4);
  outline: none;
  box-shadow: none;
}
.min-height-text-area {
  min-height: 160px!important;
}
@media (max-width:768px) {
  .width-mobile {
    width: 98% !important;
  }
}
.container {
  max-width: 1200px;
}
.anchor {
  margin-top: -84px;
  display: block;
  height: 84px;
  visibility: hidden;
  position: relative;
}
::marker {
  color: #ffaf00;
  font-weight: bold;
}
.border-radius-default {
  border-radius: 0.5rem;
}
  .header {
	padding-top: 200px;
	padding-bottom: 80px;
	background-image: url('/assets/images/header.jpg');
	background-position: 50% 60%;
	background-size: cover;
	background-repeat: no-repeat;
  }
    
	@media (max-width:576px) {
		.header {
			padding-top: 180px;
			padding-bottom: 60px;
		}
	}
  
.overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(37, 37, 37,0.45);
}
.header-padding {
    padding: 200px 0 80px 0;
	background-color: #1f4941;
}
@media (max-width:576px) {
    .header-padding {
        padding-top: 150px;
        padding-bottom: 60px;
    }
}
.bg-light-yellow {
	background-color: #FFF9EB;
}
.bg-light-green {
	background-color: rgba(31, 73, 65, 0.08);
}
.text-yellow {
	color: #ffaf00;
}
.sticky {
	background-color: #1f4941;
}
.dropdown-item.active, .dropdown-item:active, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #ffaf00 !important;
    text-decoration: none;
    background-color: transparent !important;
}
@media (max-width:992px) {
.border-end {
	border-width: 0!important;
}
}
.box {
	padding: 40px;
	background-color: #fff;
	position: relative;
}
.container-fluid {
	max-width: 1400px;
	margin: auto;
}
.btn-pos {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 16px;
}
.bi-star, .bi-star-half, .bi-star-fill {
	color: #ffaf00;
	font-size: 20px;
}
.logo-tag {
	position: absolute;
	left: 0;
	top: 10%;
	background: #fff;
	border-radius: 0 50px 50px 0;
	padding: 8px 20px;
	border: 1px solid #eee;
	max-width: 180px;
}
.carousel-controls-bottom {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}
.custom-carousel-btn {
  position: static;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ffaf00;
  opacity: 1;
}
.custom-carousel-btn:hover {
  background-color: #e69c00;
}
.custom-carousel-btn .carousel-control-prev-icon, .custom-carousel-btn .carousel-control-next-icon {
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  filter: invert(1);
}