html {
  scroll-behavior: smooth;
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  font-weight: 400;
  color: #7A7A7A;
  background: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 26px;
  font-style: normal;
  font-size: 16px;
}
a {
  text-decoration: none !important;
}
p a {
  color: #C9AB81;
  font-weight: 600;
  transition: 300ms;
}
p a:hover {
  color: #a38969;
}
h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-style: normal;
  color: #3f3f44;
  line-height: 1.2;
}
.section h1 {
  font-size: 40px;
  color: #fff;
  font-weight: 900;
}
h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
h4 {
  font-size: 15px;
  margin-bottom: 10px;
}
.custom-btn {
  background-color: #C9AB81;
  color: #fff;
  padding: 15px 25px;
  position: relative;
  display: inline-block;
  border-radius: 40px;
  font-size: 16px;
  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: #3f3f44;
  color: #fff;
}
.footer {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #3f3f44;
  padding: 20px 0;
  color: rgba(239, 246, 244, 0.75);
  font-size: 15px;
}
.navbar {
  transition: 330ms;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width:992px) {
	.navbar {
		background: #3f3f44;
	}
}
.nav-item {
  padding-left: 15px;
  padding-right: 15px;
}
.nav-item:last-child {
  padding-right: 0;
}
.nav-item .nav-link {
  display: block;
  font-size: 20px;
  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: 400;
  padding: 0 10px!important;
}
.nav-link:hover , .nav-link.active {
  color: #C9AB81!important;
}
.navbar-brand {
  transition: 300ms;
}
.navbar-toggler:focus{
  outline: none;
  box-shadow: none;
}
@media screen and (max-width:1400px) and (min-width: 992px)  {
	.nav-item {
	   padding-left: 5px;
	   padding-right: 5px;
	}
	.nav-item .nav-link {
	  font-size: 16px;
	  padding: 0 5px!important;
	}
}
.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;
  }
}
.anchor {
  margin-top: -84px;
  display: block;
  height: 84px;
  visibility: hidden;
  position: relative;
}
  .header {
	padding: 250px 0 200px 0;
  }
    
	@media (max-width:992px) {
		.header {
			padding: 200px 0 100px 0;
		}
	}

.header-padding {
    padding: 150px 0 50px 0;
}
.background-dark {
	background-color: #3f3f44;
}
.sticky {
  background: #3f3f44;
}