html {
  overflow-x: hidden;
}

body {
  font-family: sans-serif;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
}

a {
  transition: 0.3s all ease;
  color: #c4133f;
}
a:hover {
  color: #c4133f;
}

img {
  width: 100%;
}

.text-em {
  font-size: 1.25rem;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  line-height: 1.45;
  color: #000;
  font-weight: bold;
}

ol {
  list-style: none outside;
  padding-left: 0;
}

.text-primary {
  color: #c4133f !important;
}

.fadeInUp {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}

.btn,
a.btn,
button.btn {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn--orange {
  color: #000;
  background-color: #f5c71d;
  border-bottom: 5px solid #b84c00;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #000;
  background: #fff;
  border-top: 1px solid #c4133f;
  border-right: 1px solid #c4133f;
  border-left: 1px solid #c4133f;
  border-bottom: 2px solid #c4133f;
}

a.btn--shadow {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.site-navbar-light {
  background: transparent !important;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .site-navbar-light {
    top: 0;
    position: relative;
  }
}
.site-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 960px) {
  .site-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.site-navbar-light .navbar-nav > .nav-item.site-cta a {
  color: #fff;
}
.site-navbar-light .navbar-nav > .nav-item.site-seperator {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 960px) {
  .site-navbar-light .navbar-nav > .nav-item.site-seperator {
    padding-left: 0;
    margin-left: 0;
  }
}
.site-navbar-light .navbar-nav > .nav-item.site-seperator:before {
  position: absolute;
  content: "";
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.05);
}
@media screen and (max-width: 960px) {
  .site-navbar-light .navbar-nav > .nav-item.site-seperator:before {
    display: none;
  }
}
.site-navbar-light .navbar-toggler {
  border: none;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.site-navbar-light.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  margin-top: -130px;
  background: #c4133f !important;
}
@media screen and (max-width: 768px) {
  .site-navbar-light.scrolled .navbar-nav {
    background: none;
    border-radius: 0px;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
@media screen and (max-width: 576px) {
  .site-navbar-light.scrolled .navbar-nav {
    background: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.site-navbar-light.scrolled .navbar-toggler {
  border: none;
  color: #fff;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.site-navbar-light.scrolled .nav-link {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
  color: #fff !important;
}
.site-navbar-light.scrolled .nav-link.active {
  color: #f5c71d !important;
}
.site-navbar-light.scrolled.awake {
  margin-top: 0px;
  transition: 0.3s all ease-out;
}
.site-navbar-light.scrolled.sleep {
  transition: 0.3s all ease-out;
}
.site-navbar-light.scrolled .navbar-brand {
  color: #fff;
}

.navbar-brand {
  letter-spacing: 0.1em;
}

.cover {
  /*width: 100vw;
     height: 100vh;*/
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-image, .cover {
  background-size: cover;
  background-repeat: no-repeat;
}

.cover {
  background-image: url(../images/bg_1.jpg);
  background-position: center center;
  /* .site-vh-100 {
         min-height: 500px!important;
     }*/
}
.cover .site-heading {
  font-size: 75px;
  line-height: 1.34;
  text-shadow: 0px 0px 6px 3px #000;
}
@media screen and (max-width: 768px) {
  .cover .site-heading {
    font-size: 37px;
    line-height: 1.3;
  }
}
.cover.overlay {
  position: relative;
}
.cover.overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

header h1 img {
  max-width: 300px;
}

.bg-light {
  background: #fef9fd !important;
}

.site-slant {
  position: relative;
  overflow: hidden;
}
.site-slant:after {
  width: 120%;
  height: 200px;
  left: -10%;
  background: #f2f2f2;
  transform: rotate(-5deg);
  content: "";
  position: absolute;
  bottom: -100px;
}
@media screen and (max-width: 960px) {
  .site-slant:after {
    bottom: -150px;
  }
}
@media screen and (max-width: 768px) {
  .site-slant:after {
    bottom: -170px;
  }
}
.site-slant.site-slant-white:after {
  background: #fff;
}
.site-slant.site-slant-dark:after {
  background: #263135;
}

@media screen and (max-width: 768px) {
  .display-4 {
    font-size: 37px;
  }
}

.text-black {
  color: #000 !important;
}

.site-custom-gutters {
  margin-left: -10px;
  margin-right: -10px;
}
.site-custom-gutters [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
}
.site-custom-gutters [class*=col-] .site-thumbnail {
  display: block;
  margin-bottom: 5px;
}

.btn {
  border-radius: 4px;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
}
.btn.btn-lg {
  font-size: 16px !important;
  padding: 13px 40px !important;
}
.btn.btn-sm {
  padding: 10px 20px;
  font-size: 12px;
}
.btn.btn-primary {
  border-radius: 0px;
}
.btn.btn-secondary {
  border: 2px solid #ccc;
  background: none;
  border-radius: 0px;
  color: #999999;
}
.btn.btn-secondary:hover {
  background: #c4133f;
  border-color: #c4133f;
  color: #fff;
}
.btn:before {
  display: none;
}
.btn:hover, .btn:active, .btn:focus {
  outline: none;
  box-shadow: none;
}
.btn.btn-primary {
  background: #c4133f;
  border-color: #c4133f;
  color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  border-color: #960e30;
  background: #960e30;
}
.btn.btn-outline-white {
  border-color: rgba(255, 255, 255, 0.8);
  background: none;
  border-radius: 0px;
  border-width: 2px;
}
.btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.site-vh {
  height: 60vh;
}
@media screen and (max-width: 960px) {
  .site-vh {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.site-tab-nav {
  padding: 0;
  margin: 0;
  display: inline-block !important;
}
@media screen and (max-width: 576px) {
  .site-tab-nav {
    display: block !important;
    margin-bottom: 10px;
    width: 100% !important;
  }
}
.site-tab-nav li {
  padding: 0;
  margin: 0 5px;
  display: inline-block !important;
}
@media screen and (max-width: 576px) {
  .site-tab-nav li {
    display: block !important;
    margin-bottom: 10px;
    width: 100% !important;
  }
}
.site-tab-nav li a {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #ccc;
  border: 2px solid #ccc;
  border-radius: 0 !important;
}
.site-tab-nav li a.active {
  background: none !important;
  color: black !important;
  border: 2px solid #000;
}

.site-animate {
  opacity: 0;
  visibility: hidden;
}

.bg-primary {
  padding: 2rem 0;
  background: #c4133f !important;
  color: #fff;
}
.bg-primary h3 {
  color: #fff;
}

.contact-m {
  color: #fff;
  text-decoration: underline;
}
.contact-m:hover {
  color: #f5c71d;
}

.site-section .site-primary-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 1.5rem;
  color: #c4133f;
  text-align: center;
}
.site-section .site-primary-title:before {
  position: absolute;
  content: "";
  background: #c4133f;
  bottom: 0;
  left: calc(50% - 20px);
  width: 40px;
  height: 5px;
}

#section-about,
#section-requirement {
  padding: 8em 0;
}
#section-about .img,
#section-requirement .img {
  position: relative;
  right: 0;
}
@media screen and (max-width: 768px) {
  #section-about .img,
  #section-requirement .img {
    position: relative;
    right: inherit;
  }
  #section-about .img img,
  #section-requirement .img img {
    max-width: 100%;
  }
}
#section-about strong,
#section-requirement strong {
  color: #c4133f;
}
#section-about a.textlink,
#section-requirement a.textlink {
  padding: 10px;
  text-decoration: underline;
}
#section-about a.textlink:hover,
#section-requirement a.textlink:hover {
  color: #fff;
  background-color: #c4133f;
  text-decoration: none;
}

#section-fees table {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-collapse: collapse;
  width: 100%;
}
#section-fees thead th {
  text-align: center;
}
#section-fees th,
#section-fees td {
  padding: 1rem 0.5rem;
  box-sizing: border-box;
  border: 1px solid #fff;
}
#section-fees th {
  text-align: right;
}
#section-fees td {
  text-align: left;
}
@media screen and (max-width: 640px) {
  #section-fees table {
    width: 100%;
  }
  #section-fees table th,
  #section-fees table td {
    display: block;
    width: 100%;
    border-bottom: none;
    text-align: center;
  }
  #section-fees table tr:last-child {
    border-bottom: 1px solid #fff;
  }
}

.site-section {
  padding: 7em 0;
}

.site-footer {
  padding: 1rem 0;
  font-size: 16px;
}
.site-footer p {
  margin-bottom: 0;
}

.site-pricing-popular {
  position: relative;
}
.site-pricing-popular .popular-text {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: -16px;
  right: 0;
  background: #c4133f;
  color: #fff;
  padding: 2px 10px;
  position: absolute;
  transform: rotate(90deg);
  letter-spacing: 0.1em;
}

.site-pricing h2 {
  font-size: 17px;
  text-transform: uppercase;
}
.site-pricing .site-price-per {
  font-size: 70px;
}
.site-pricing .site-price-per sup {
  font-size: 20px;
  top: -1.5em;
}
.site-pricing .site-price-per strong {
  color: #000;
}
.site-pricing .site-price-per span {
  font-size: 20px;
}
.site-pricing ul li {
  margin-bottom: 10px;
}

.social-link li {
  list-style: none;
  display: inline-block;
}
.social-link li a {
  height: 60px;
  width: 60px;
  display: block;
  float: left;
  position: relative;
}
.social-link li a span {
  font-size: 26px;
}
.social-link li a:hover {
  color: #ccc;
}

.footer-small-nav > li {
  display: inline-block;
}
.footer-small-nav > li a {
  margin: 0 10px 10px 0;
}
.footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
  color: #c4133f;
}

.media .site-icon {
  width: 100px;
}
.media .site-icon span {
  color: #c4133f;
}

.site-media {
  background: #fff;
  border-radius: 0px;
}
.site-media.text-center .site-icon {
  margin: 0 auto;
}

.site-overflow-hidden {
  overflow: hidden;
}

.padding-top-bottom {
  padding-top: 120px;
  padding-bottom: 120px;
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.view_timer {
  display: inline-block;
}/*# sourceMappingURL=style.css.map */