body,
html {
  height: 100% !important;
}
.navbar-toggler {
  border-color: #fff;
  color: #fff;
}
.navbar-toggler i {
  font-size: 30px;
}
.row.col-spacing {
  margin-left: -25px;
  margin-right: -25px;
}
.row.col-spacing [class^='col-'] {
  padding-left: 25px;
  padding-right: 25px;
}
.overlay {
  background-color: #000;
  opacity: 0.85;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-read {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 20px;
  z-index: 99999;
  overflow: auto;
}
.article-read .article-title {
  font-size: 30px;
  font-weight: 800;
}
.article-read .article-content {
  line-height: 28px;
}
.navbar.main-navbar {
  position: fixed;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  z-index: 1;
}
.navbar.main-navbar .navbar-brand {
  padding: 0;
  line-height: 0;
  padding: 0 20px;
  font-size: 19px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.75);
}
.navbar.main-navbar .navbar-brand img {
  width: 100%;
}
.navbar.main-navbar .nav-link {
  color: #fff;
  padding: 0 20px;
  font-size: 14px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.75);
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.navbar.main-navbar .nav-link:after {
  content: ' ';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 2px;
  width: 0;
  background-color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.navbar.main-navbar .nav-link:hover {
  color: #fff;
}
.navbar.main-navbar .nav-link:hover:after {
  width: 20px;
}
.navbar.main-navbar .nav-item.active .nav-link {
  color: #fff;
}
.navbar.main-navbar .nav-item.active .nav-link:after {
  width: 20px;
}
.hero {
  height: 100%;
  color: #fff;
  position: relative;
}
.hero .text {
  position: absolute;
  top: 60%;
  left: 300px;
  right: 300px;
  transform: translateY(-60%);
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  z-index: 1;
  text-align: center;
}
.hero .text h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1.3em;
}
.hero .text h1 .bold {
  font-weight: 600;
}
section {
  position: relative;
}
section.bg-grey {
  background-color: #f9f9f9;
}
section.bg-overlay {
  background-color: rgba(0, 0, 0, 0.85);
  background-size: cover;
}
section.padding {
  padding: 100px 0;
}
section#blog {
  padding-bottom: 70px;
}
section .section-title {
  font-size: 34px;
}
section .section-body {
  margin-top: 60px;
}
article.card {
  border: none;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  margin-bottom: 60px;
}
article.card .card-img-top {
  height: 100%;
}
article.card .card-title {
  font-size: 20px;
  line-height: 28px;
}
article.card .card-title a {
  color: #000;
  text-decoration: none;
}
article.card .card-title a:hover {
  opacity: 0.8;
}
article.card .card-text {
  color: #666;
  line-height: 26px;
}
article.card .card-subtitle {
  font-size: 14px;
  color: #666;
}
article.card .card-subtitle a {
  color: #666;
  border-bottom: 1px dotted #666;
  text-decoration: none;
}
article.card .card-more {
  text-transform: uppercase;
  font-weight: 800;
  text-transform: 2px;
  color: #000;
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
}
article.card .card-more i {
  margin-left: 5px;
}
.subscribe {
  position: relative;
}
.subscribe .btn,
.subscribe .form-control {
  height: 45px;
}
.subscribe .form-control {
  border-width: 2px;
  margin-right: 1px;
  border-color: transparent;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  padding: 30px 25px;
  padding-right: 130px;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  display: inline-block;
  width: 100%;
}
.subscribe .form-control:hover {
  border: 2px solid #ddd;
}
.subscribe .form-control:focus {
  border-color: #0069d9;
}
.subscribe .btn {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
form.contact .form-control {
  margin-bottom: 5px;
  height: 50px;
  padding: 15px;
  border-color: transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-width: 2px;
}
form.contact .form-control:focus {
  border: 2px solid #000;
}
form.contact .btn-primary {
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 14px;
  cursor: pointer;
  border-color: #000;
  color: #fff;
  background-color: #000;
  border-width: 2px;
}
form.contact .btn-primary:hover {
  background-color: transparent;
  color: #000;
}
.contact-text {
  line-height: 28px;
}
.contact-icon {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
}
.contact-icon li {
  display: inline-block;
  width: 100%;
  margin-bottom: 7px;
}
.contact-icon i {
  font-size: 26px;
  width: 40px;
  float: left;
}
.contact-icon div {
  margin-left: 35px;
}
footer {
  padding: 80px 0 60px 0;
  text-align: center;
  background-color: #000;
  color: #fff;
}
footer p {
  font-weight: 600;
  letter-spacing: 1.5px;
  font-size: 12px;
  color: #777;
  margin-bottom: 10px;
  text-transform: uppercase;
}
footer i {
  color: red;
}
@media screen and (max-width: 768px) {
  .hero .text {
    left: 20px;
    right: 20px;
  }
  .navbar.main-navbar .navbar-collapse {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .navbar.main-navbar .navbar-nav .nav-item a {
    display: inline-block;
    padding: 10px 0;
  }
  .navbar.main-navbar .navbar-nav .nav-item a:after {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .hero .text h1 {
    font-size: 34px;
  }
  .row.col-spacing {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.col-spacing [class^='col-'] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cookie-banner {
  position: fixed;
  display: flex;
  bottom: 40px;
  left: 10%;
  right: 10%;
  width: 80%;
  padding: 15px 15px;
  align-items: start;
  justify-content: space-between;
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  z-index: 10000;
}

.close-cookie {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  background-color: #d5d5d5;
  border: none;
  color: #000000;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.reviews-rating .checked {
  color: gold !important;
}
