html {
  height: 100%!important;
  scroll-behavior: smooth;
}
body {
  font-family: 'Lexend Deca', sans-serif;
  position: relative;
  min-height: 100%;
  font-weight: 300;
  color: rgba(97, 106, 133, 0.89);
  font-size: 16px;
  line-height: 1.6em;
}
a {
  text-decoration: none;
}
p a {
  color: #000;
  font-weight: 500;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
p a:hover {
  color: #000;
  opacity: 0.9;
}
a:focus, a:active {
  outline: none;
}
.header {
  padding: 180px 0 80px 0;
  background-image: url(/images/shutterstock_2287121851.jpg);
  background-size: cover;
  background-position: center;
}
.overlay {
  background-color: rgba(97, 106, 133, 0.75);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
  line-height: 1.4;
  font-family: 'Lexend Deca', sans-serif;
}
h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: 'Lexend Deca', sans-serif;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 18px;
}
@media only screen and (max-width:992px) {
  h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width:576px) {
  .header {
    padding: 200px 0 100px 0;
  }
  h1 {
    font-size: 30px;
  }
}
.navbar {
  margin-right: 0;
  transition: 300ms;
  padding-top: 8px;
  padding-bottom: 8px;
}
.navbar-expand-lg .navbar-brand {
  transition: 0.3s;
  font-size: 20px;
  margin-right: 0;
  color: #fff;
  font-weight: 700;
}
.navbar-expand-lg .navbar-brand p {
  margin-top: 10px;	
}
.navbar-expand-lg .navbar-brand p span {
  display: block;
}
.navbar-expand-lg .navbar-toggler {
  outline: none;
  box-shadow: none;
  border: none;
  font-size: 40px;
  margin-top: 10px;
}
.navbar-expand-lg .nav-link {
  display: block;
  width: 100%;
  color: #fff!important;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 30px 10px 0!important;
  transition: 0.3s;
}
.mdi-menu {
  color: #fff;
}
#footer {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #222831;
  padding: 1em 0;
}
#footer p {
  font-size: 16px;
  color: #ffffff;
}
::marker {color: #fff; font-weight: bold}
.sticky {background: #222831;  box-shadow: 0 10px 20px 0 rgba(90, 91, 95, 0.1);}
strong {font-weight: 500}
small {
  font-size: 17px;
}
.link {
  transition: 300ms all ease-in-out;
  color: #222831;
  font-weight: bold;
  background:#cad5e5;
  display: block;
  padding: 10px;
  border-radius: 20px;
  text-align: center;
}
.link:hover {
  color: #fff;
}
.desc {
  display: block;
  font-size: 25px;
  margin-top: 15px;
}
.text-max-width {
  max-width: 612px;
}
.sidebar {
  background-color:  #cad5e5;
  border-radius: 20px;
  padding: 25px;
}
.sidebar .list li a {
  color: #444349;
  transition: 300ms all linear;
}
.sidebar .list li a:hover {
  color: #fff;
}