html {
  scroll-behavior: smooth;
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  font-weight: 400;
  color: #3f3f44;
  background: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 26px;
  font-style: normal;
  font-size: 17px;
}
a {
  text-decoration: none !important;
}
p a, .list li a {
  color: #ff4136;
  font-weight: 600;
  transition: 300ms;
}
p a:hover , .list li a:hover {
  color: #ff4136;
  opacity: 0.95;
}
h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3f3f44;
  line-height: 1.2;
}
.section h1 {
  font-size: 50px;
  font-weight: 900;
}
@media (max-width:992px) {
.section h1 {
  font-size: 45px;
  }	
}
@media (max-width:576px) {
.section h1 {
  font-size: 30px;
  }	
}
h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
@media (max-width:576px) {
  h2 {
    font-size: 25px;
  }
}
h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
h4 {
  font-size: 15px;
  margin-bottom: 10px;
}
.custom-btn {
  background-color: #ff4136;
  color: #fff;
  border-radius: 10px;
  padding: 15px 35px;
  position: relative;
  display: inline-block;
  font-family: "Plus Jakarta Sans", 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: #090C14;
  color: #fff;
}
.footer {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #090C14;
  padding: 20px 0;
  color: rgba(239, 246, 244, 0.75);
  font-size: 15px;
}
.footer li a, h4 {
	color: #fff;
}
.navbar {
  transition: 330ms;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
}
.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: #3f3f44;
  -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: 0 10px!important;
}
.nav-link:hover , .nav-link.active {
  color: #ff4136!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: #3f3f44;
  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: #ff4136;
  color: #fff!important;
  padding-left: 20px;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff!important;
  text-decoration: none;
  background-color: #ff4136!important;
}
.navbar-brand {
  font-size: 25px;
  vertical-align: middle;
  font-weight: 700;
  color: #3f3f44!important;
  font-family: "Plus Jakarta Sans", sans-serif;
  transition: 300ms;
}
.navbar-brand span {
  display: block;
  font-size: 18px;
}
@media (max-width:576px) {
  .navbar-brand {
    font-size: 25px;
  }
  .navbar-brand span {
    font-size: 16px;
  }
}
.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: #ff4136;
  font-weight: bold;
}
.border-radius-default {
  border-radius: 0.5rem;
}
.contact {
  background-color: rgba(7,32,50,0.05);
}
  .header {
	padding-top: 200px;
	padding-bottom: 80px;
	background-image: url('/assets/images/shutterstock_2208970379.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
  }
    
	@media (max-width:576px) {
		.header {
			padding-top: 150px;
			padding-bottom: 60px;
		}
	}
  
.overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(9, 12, 20,0.55);
}
.header-padding {
    padding: 150px 0 50px 0;
}
.bg-navy {
	background-color: #090C14;
}
.bg-pink {
	background-color: #F6F2F1;
}
.divider {
	background-color: #ff4136;
	width: 40px;
	height: 5px;
	margin: 1rem auto 0.75rem auto;
	border-radius: 50px;
}
.accordion-button {
  background: #FFFFFF;
  color: #090C14;
  border: none;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
}
.accordion-button:focus {outline: none;box-shadow: none ; background: #090C14;color: #FFFFFF}
.accordion-item {border: 0; margin-bottom: 20px}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
  transform: rotate(-180deg);
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231b2158'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
.accordion-button:not(.collapsed) {
  color: #FFFFFF;
  background-color: #090C14;
  box-shadow: none;
}
.accordion-body {
  background: #FFFFFF;
}
.icon-holder {
	width: 80px;
	height: 80px;
	background-color: #fff;
	border-radius: 100%;
	padding: 15px;
	margin: 0 auto 1rem auto;
}