html {
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 300;
  color: gray;
}

p, ul, ol {
  margin-bottom: 30px;
}

ul.small {
  font-size: .8em;
}

.lang-selection {
  color: #fff !important;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  color: #000;
  font-family: "Playfair Display", serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
  color: #000;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
  color: #999999;
}

.bg-slant-white {
  position: relative;
}

.bg-slant-white:after {
  z-index: 1;
  background: #fff;
  content: "";
  -webkit-transform: rotate(-5deg) translateX(-50%);
  -ms-transform: rotate(-5deg) translateX(-50%);
  transform: rotate(-5deg) translateX(-50%);
  width: 120%;
  position: absolute;
  bottom: 0;
  height: 200px;
  left: 50%;
}

.bg-slant-white.bg-light:after {
  background: #f8f9fa;
}

.site-logo-wrap {
  position: relative;
  z-index: 1021;
}

/* Site Header */
.site-header {
  padding: 3em 30px;
  position: absolute;
  top: 0;
  z-index: 900;
  width: 100%;
}

.site-header .site-logo {
  line-height: 0;
  padding: 2px 10px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.site-header .heading {
  color: #fff;
}

.section-heading h2 {
  font-size: 50px;
}

@media (max-width: 991.98px) {
  .section-heading h2 {
    font-size: 30px;
  }
}

.section-heading .sub-heading {
  font-size: 20px;
}

.section-heading .small-sub-heading {
  font-size: 14px;
  color: #ff7a5c;
}

.section {
  padding: 0 0;
  z-index: 2;
  position: relative;
  top: -90px;
}

.text-muted {
  color: #cccccc !important;
}


.cover_1 {
  position: relative;
  overflow: hidden;
}

.cover_1.overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .3;
}

.cover_1 .lead {
  color: #fff;
  font-size: 18px;
}

.cover_1 .img_bg {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center;
}

.cover_1 .img_bg, .cover_1 .img_bg > .container > .row {
  min-height: 600px;
  height: 20vh;
}

.cover_1 .sub-heading {
  color: white;
  font-size: 26px;
  max-width: 500px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .cover_1 .sub-heading {
    font-size: 20px;
  }
}

.cover_1 .heading {
  color: white;
  font-weight: 300;
  font-size: 40px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .cover_1 .heading {
    font-size: 70px;
    font-weight: 900;
    line-height: 1.2;
  }
}