html {
  scroll-behavior: smooth;
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  font-weight: 400;
  color: #7e7e7e;
  background: #fff;
  font-family: "Roboto", sans-serif; 
  line-height: 26px;
  font-style: normal;
  font-size: 17px;
}
a {
  text-decoration: none !important;
}
p a, .list li a {
  color: #F9A392;
  font-weight: 600;
  transition: 300ms;
}
p a:hover , .list li a:hover {
  color: #F9A392;
  opacity: 0.9;
}
h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #111;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

@media (max-width:992px) {
	h1, h2 {
		text-align: center;
	}
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 25px;
  margin-bottom: 10px;
}
h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
h4 {
  font-size: 15px;
  margin-bottom: 10px;
}
h4:before, h4:after {
	content: "";
	background-color: #F9A392;
	width: 25%;
	height: 1px;
	display: inline-block;
	vertical-align: middle;
}
h4:before {margin-right: 7px;}
h4:after {margin-left: 4px;}

@media (max-width:576px) {
	h4:before, h4:after {
		width: 20%;
	}
}
@media (max-width:430px) {
	h4:before, h4:after {
		width: 12%;
	}
}

.custom-btn {
  background-color: #F9A392;
  border: 1px solid #F9A392;
  color: #fff;
  border-radius: 50px;
  padding: 10px 35px;
  position: relative;
  font-family: "Roboto", 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: #fff;
  color: #F9A392;
  border: 1px solid #F9A392;
}
.footer {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 20px 0;
  font-size: 15px;
  background-color: #111;
}
.navbar {
  transition: 330ms;
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 900px;
  margin: 10px auto;
  border-radius: 50px;
  background-color: #111;	
}
.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: 0 10px!important;
}
.nav-link:hover , .nav-link.active {
  color: #F9A392!important;
}
.dropdown-menu {
  background-color:#111;
  top: 40px;
  min-width: 17rem;
  z-index: 0;
  border: 0;
  border-radius: 1rem!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;
  color: #fff;
  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;
  font-weight: 400;
}
.dropdown-menu a.dropdown-item:hover {
  background: transparent;
  color: #F9A392!important;
  padding-left: 20px;
}
.dropdown-item.active, .dropdown-item:active, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #F9A392!important;
  text-decoration: none;
  background-color: transparent!important;
}
.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;
}
::marker {
  color: #F9A392;
  font-weight: bold;
}
.border-radius-default {
  border-radius: 0.5rem;
}
.contact {
  background-color: rgba(7,32,50,0.05);
}
.header-padding {
    padding: 180px 0 80px 0;
	background-color: #111;
}
.overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: url('/assets/images/overlay.png');
	background-position: center;
	background-size: cover;
}
.hero-bg {
	background-image: url('/assets/images/shutterstock_2621960237.jpg');
	background-position: center;
	background-size: cover;
}
.hero-padding {
	padding: 200px 0 100px 0;
}
.header-padding h1 {
    font-size: 45px;
}
.box {
	background-color: #fff;
	padding: 35px;
	border-radius: 25px;
	position: relative;
}
.bg-light-custom {
	background-color: #F9FAFC;
}
.btn-pos {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 20px;
}
.bi-star-fill, .bi-star, .bi-star-half {
	color: #FFD32C;
}
.bg-holder {
	padding-top: 100px;
	padding-bottom: 100px;
}
.txt-holder {
	padding: 50px;
}
@media (max-width:576px) {
.txt-holder {
	padding: 35px;
    }
}
@media (max-width:1350px) {
	h1 {
		font-size: 55px;
	}
}
@media (max-width:1124px) {
	h1 {
		font-size: 40px;
	}
}
@media (max-width:992px) {
	h1 {
	  font-size: 35px;
	}
	.header-padding {
		padding: 130px 0 60px 0; 
	}	
	.header-padding h1 {
		font-size: 35px;
	}
}
@media (max-width:576px) {
	h1 {
	  font-size: 30px;
	}	
	  
	h2 {
	  font-size: 25px;
	}
}