html {
  scroll-behavior: smooth;
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  font-family: "Outfit", serif;
  font-weight: 400;
  font-size: 17px;
  color: #7A7A7A;
  line-height: 1.5;
  background: #fff;
}
a {
  text-decoration: none !important;
}
p a  , .list li a {
  color: #75E6DA;
  font-weight: 600;
  transition: 300ms;
}
p a:hover , .list li a:hover {
  color: #75E6DA;
  opacity: 0.8;
}
h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Outfit", serif;
  font-weight: 700;
  font-style: normal;
  color: #162726;
  line-height: 1.4;
}
.section h1 {
  font-size: 45px;
  font-weight: 700;
}
.section h1 small {
  font-size: 25px;	
}
@media (max-width:992px) {
  .section h1 {
    font-size: 40px;
  }
}
@media (max-width:567px) {
  .section h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 25px;
  margin-bottom: 10px;
}
@media (max-width:567px) {
  h2 {
    font-size: 20px;
  }
}
h3 {
  font-size: 19px;
  margin-bottom: 10px;
}
h4 {
    font-size: 18px;
    margin-bottom: 10px;
	font-weight: 600;
}
.custom-btn {
  font-size: 18px;
  position: relative;
  display: inline-block;
  font-family: "Outfit", serif;
  border-radius: 5px;
  padding: 8px 35px;
  font-weight: 600;
  text-align: center;
  -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: 2;
  vertical-align: middle;
  color: #162726;
  background: #75E6DA;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.custom-btn:hover {
  color: #162726;
  background: #75E6DA;
  transform: translateY(3px);
}
.custom-btn svg {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.custom-btn:hover svg {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@media (max-width:576px) {
  .custom-btn {
    padding: 4px 15px;
  }
}
.footer {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #05445E;
  padding: 20px 0;
  color: #ffffff;
}
.navbar {
  transition: 330ms;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #05445E;
}
.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;
  font-family: "Outfit", serif;
  -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;
}
.nav-link:hover , .nav-link.active {
  color: #75E6DA!important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #75E6DA;
}
.dropdown-menu {
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  top: 40px;
  min-width: 14rem;
  z-index: -1;
  border: 0;
  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: #162726;
  padding-left: 20px;
  height: 40px;
  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: 16px;
  border-bottom: 1px solid #f5f5f5;
  font-weight: 600;
  font-family: "Outfit", serif;
}
.dropdown-menu li:last-of-type a.dropdown-item { border-bottom: none}
.dropdown-menu a.dropdown-item:hover {
  background: #fff;
  color: #75E6DA!important;
  padding-left: 25px;
}
.dropdown-item.active, .dropdown-item:active {
  color: #75E6DA!important;
  text-decoration: none;
  background-color: transparent;
}
.navbar-brand {
  font-size: 18px;
  vertical-align: middle;
  font-weight: 600;
  color: #fff!important;
  font-family: "Outfit", serif;
  transition: 300ms;
  margin-right: 0;
}
.navbar-brand small {
  font-size: 13px;
}
.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;
}
.header-padding {
  padding-top: 75px;
  padding-bottom: 40px;
}
.header-padding-secondary {
  padding-top: 150px;
  padding-bottom: 80px;
}
@media (max-width:991px) {
  .header-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .header-padding-secondary {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .header-content {
    text-align: center;
  }
}
.anchor {
  margin-top: -74px;
  display: block;
  height: 74px;
  visibility: hidden;
  position: relative;
}
.container-fluid {
   max-width: 1700px;
}
::marker {
	color:#75E6DA;
}
.contact {
  border-radius: 5px;
}
.contact .form-control {
  border-radius: 5px;
}
.bg-light {
  background-color: #F2F4F7!important;
}
.sidebar {
  background: #D4F1F4;
  border-radius: 10px;
  padding: 20px;
}
.sidebar a {
  font-weight: 500;
  color: #162726;
}
.bg-navy-blue {
	background-color: #05445E;
}