html {
  scroll-behavior: smooth;
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #74787c;
  line-height: 1.5;
  background: #fff;
}
a {
  text-decoration: none !important;
}
p a {
  color: #e67700;
  font-weight: 600;
  transition: 300ms;
}
p a:hover {
  color: #ff6508;
}
h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-style: normal;
  color: #23292c;
  line-height: 1.4;
}

.section.header-padding h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 900;
}
@media (max-width:992px) {
  .section.header-padding h1 {
    font-size: 40px;
  }
}
@media (max-width:567px) {
  .section.header-padding h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 25px;
  margin-bottom: 10px;
}

h3 {
  font-size: 21px;
  margin-bottom: 10px;
}
.default-btn {
  font-size: 16px;
  position: relative;
  display: inline-block;
  border-radius: 40px;
  padding: 5px 35px;
  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;
  line-height: 2;
  vertical-align: middle;
  color: #fff;
  background-color:#103e49;
  border: 2px solid #103e49;
}
.default-btn:hover {
  transform: translateY(5px);
  color: #fff;
  background-color:#103e49;
  border: 2px solid #103e49;
}
.footer {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #222023;
  padding: 20px 0;
}

footer p {
  text-align: center;
  font-weight: 600;
  color: #fff;
}
.navbar {
  transition: 330ms;
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.nav-item {
  padding-left: 15px;
  padding-right: 15px;
}
.nav-item:last-child {
  padding-right: 0;
}
.nav-item .nav-link {
  display: block;
  font-size: 16px;
  color: #171b2a;
  font-family: "Montserrat", sans-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: #f9bc25!important;
}
.navbar-brand {
  font-size: 30px;
  vertical-align: middle;
  font-weight: 900;
  color: #f9bc25!important;
  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;
}
.header-padding {
  padding: 200px 0 100px 0;
}
.bg-yellow {
	background-color:#f9bc25!important;	
}
.link {
  text-align: center;
  color: #23292c; 
  display: block;
  font-weight: 700;  
}