.advent-number {
  /*font: normal normal normal 150px/140px Freestyle Script;*/
  font-size: 40px !important;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px #00000029;
}

.nav-menu a {
  font: normal normal normal 20px/24px Montserrat;
  color: #FFFFFF;
}

#header .logo img {
  max-height: 80px;
}

#hero .icon-box {
  padding: 50px 20px;
  border-radius: 10px;
}

#hero .icon-box:hover {
  border-color: #ab060652;
}

a {
  color: #AB0606;
}

a:hover {
  color: #d00707 !important;
}

a.btn-whitelink:hover {
  color: #fff !important;
}

#hero .icon-box {
  background: #ffffff2e;
}

#preloader:before {
  border: 6px solid #AB0606;
  border-top-color: #151515;
  border-bottom-color: #151515;
}

.breadcrumbs {
  margin-top: 114px;
}

.section-title h2::after {
  background: #AB0606;
}

.clients .owl-dot.active {
  background-color: #AB0606 !important;
}

#footer .footer-top .footer-links ul i {
  color: #AB0606;
}

.back-to-top i:hover {
  color: #AB0606;
}

.contact .info i, .back-to-top i {
  background: #AB0606;
  color: #fff;
}

.contact .php-email-form button[type="submit"], #footer .footer-top .footer-newsletter form input[type="submit"] {
  background: #AB0606;
  color: #fff;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #d00707;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal.fade {
  z-index: 999999999 !important;
}

#hero {
  min-height: 100vh !important;
}

#hero .icon-box {
  background: #a01010bf;
}

#hero .icon-box.opened {
  background: #0000002e;
}

#hero .icon-box h3 {
  font-weight: 400;
}

#hero .icon-box {
  border: 2px dotted rgb(255 255 255 / 30%);
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #ff5555;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #d00707;
}

#footer .footer-top .social-links a:hover {
  background: #d00707;
  color: #fff !important;
}

#footer .footer-top .footer-info h3 span {
  color: #AB0606;
}

.progress-bar {
  background-color: #AB0606;
}