/* ------------------------------------- */
/* TABLE OF CONTENTS
/* -------------------------------------
    . GENERAL
    . HEADER
  ------------------------------------- */
/*  ----------------------------------------------------
1. GENERAL
-------------------------------------------------------- */
/* ----------------IMPORT GOOGLE FONTS ------------------- */
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300i,500,500i,600,600i,700");
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700");

/* ----------------Text Fonts ------------------- */
.wow {
  visibility: hidden;
}

body {
  background: #0d1012;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #fff;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  color: #ff0100;
  line-height: 1.5;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  width: auto;
}

h1, .h1 {
  font-size: 52px;
  margin-bottom: 10px;
}

h2, .h2 {
  font-size: 2.9em;
  margin-bottom: 15px;
}
h2::after, .h2::after {
  content: "";
  background-color: transparent;
  position: absolute;
  bottom: 0.4rem;
  height: 0.9rem;
  left: 1.5rem;
  width: 115%;
  z-index: -1;
}

h3, .h3 {
  font-size: 32px;
  margin-bottom: 10px;
}

h4, .h4 {
  font-size: 1.7em;
  margin-bottom: 10px;
}

h5, .h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

h6, .h6 {
  font-size: 17px;
  margin-bottom: 5px;
}

p {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  margin: 0 0 15px;
  line-height: 1.6;
  color: #fff;
}
p:last-child {
  margin-bottom: 0;
}

p a {
  color: #ff0100;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.text-muted {
  color: #868e96 !important;
  font-size: 14px;
  line-height: 2.1;
}

strong {
  font-weight: 700;
}

.text-xs {
  font-size: 11px;
}

.text-xl {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 1px;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.alert {
  padding: 25px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: .25rem;
  font-size: 13px;
  text-transform: capitalize;
}
.alert .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #dc3545;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.alert .alert-link {
  color: #ff0100;
  font-weight: 400;
}

.bold {
  font-weight: 800;
}

@media (min-width: 768px) {
  .hide-lg {
    display: none !important;
  }
}

@media (max-width: 768px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 15px;
  }

  h2, .h2 {
    font-size: 30px;
  }

  h3, .h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  h4, .h4 {
    font-size: 1.1em;
    line-height: 30px;
    margin-bottom: 10px;
  }

  h5, .h5 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  h6, .h6 {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
  }

  .hide-md {
    display: none !important;
  }
}
.lead {
  font-size: 18px;
  text-transform: capitalize;
  font-style: italic;
  font-weight: 300;
}

.grid_system .row div {
  background-color: #e9ecef;
  padding: 50px 35px;
  text-align: center;
  border: solid 1px #ffffff;
}

.box_shadow {
  -webkit-box-shadow: 0 0 42px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 42px rgba(0, 0, 0, 0.08);
}

.h-100px {
  height: 100px;
  align-items: flex-end; 
  display: flex; 
  justify-content: center; 
}

.bg-image {
  background-size: cover;
}

.image-align-right-extend {
  position: absolute;
  left: 48%;
}

@media all and (max-width: 992px) {
  .image-align-right-extend {
    position: static;
  }
  .image-align-right-extend img {
    width: 100vw;
    margin-left: -10vw;
  }
}

/* ----------------lists ------------------- */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ----------------Responsive Align ------------------- */
@media all and (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }

  .text-left-xs {
    text-align: left;
  }

  .text-right-xs {
    text-align: right;
  }
}
/* ----------------Reset------------------- */
iframe {
  border: 0;
}

img {
  max-width: 100%;
}

.overlay_dark {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(11, 11, 11, 0.5);
}

.bg-fixed-img {
  position: relative;
  background-attachment: fixed !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.bg-fixed-img .overlay_dark {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(11, 11, 11, 0.5);
}
.bg-fixed-img .overlay_light {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(247, 247, 247, 0.88);
}
.bg-fixed-img .overlay_macaroni {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background: linear-gradient(60deg, rgba(220, 207, 53, 0.76) 0%, rgba(220, 53, 69, 0.67) 70%);
}

.bg-img {
  position: relative;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.bg-img .overlay_dark {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(11, 11, 11, 0.5);
}
.bg-img .overlay_light {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(247, 247, 247, 0.88);
}

.brand_item {
  max-width: 150px;
  text-align: center;
  margin: 0 auto;
}

.card_box {
  position: relative;
  overflow: hidden;
}
.card_box .card_box_img {
  background-size: cover;
  background-position: center center;
  min-height: 500px;
}
.card_box .card_box_text {
  padding: 50px;
}

.spacer {
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.pop_btn_big {
  font-size: 56px;
  color: #ffffff;
}
.pop_btn_big:hover {
  color: #f7f7f7;
}

.no_max {
  max-width: 100% !important;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #333333;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 5px;
  background: rgba(51, 51, 51, 0.6);
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: visible;
  border-radius: 30px;
}

.screen_carousel .owl-dots {
  margin-top: 25px;
}

.owl-carousel .owl-nav {
  text-align: center;
  margin-top: 25px;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  margin: 0 10px;
  font-size: 28px;
  color: #8a8a8a;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover {
  color: #000000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.features-text {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  color: #495057;
  font-style: italic;
}

.feature_img {
  max-height: 600px;
  display: block;
  margin: 30px auto;
}

.screen_carousel .item {
  padding: 10px;
}

.popvideo_present {
  text-align: center;
  padding: 50px 0;
}
.popvideo_present h3 {
  color: #ffffff;
  font-size: 46px;
  line-height: 50px;
}
.popvideo_present p {
  font-size: 20px;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 35px;
}
.popvideo_present .popup_video {
  font-size: 48px;
  color: #ffffff;
  background-color: #ff0100;
  border: solid 1px #ff0100;
  padding: 16px 0;
  margin: 0 auto;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

.panel_white_shadow {
  background-color: #ffffff;
  text-align: left;
  border-radius: 5px;
  padding: 30px;
  -webkit-box-shadow: 0 0 42px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 42px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hr-small-center {
  max-width: 300px;
  margin: 35px auto;
  border-color: rgba(0, 0, 0, 0.2);
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.title_divider, .page_divider {
  display: inline-block;
  width: 30px;
  position: relative;
  text-align: center;
  margin-top: 5px;
  margin-top: 15px;
}
.title_divider:before, .page_divider:before {
  height: 3px;
  width: 30px;
  content: "";
  background-color: #ff0100;
  position: absolute;
  left: 0;
  top: 0;
}
.bg-primary .title_divider:before {
  background-color: #fff;
}
.title_divider:after, .page_divider:after {
  height: 2px;
  width: 30px;
  bottom: 0;
  top: 5px;
  right: 5px;
  content: "";
  background-color: #232324;
  position: absolute;
  display: none;
}
.page_divider {
    width: 100%;
}
.page_divider:before {
  width: 120px;
  left: 50%;
  margin-left: -60px;
}

.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #f7f7f7;
  z-index: 999999;
}
.loader .loader-outter {
  position: absolute;
  border: 2px solid #ff0100;
  border-left-color: transparent;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  -webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
.loader .loader-inner {
  position: absolute;
  border: 2px solid #ff0100;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

@-webkit-keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/* ----------------colors------------------- */
.color-gray {
  color: #f7f7f7 !important;
}

.color-dark-gray {
  color: #8a8a8a !important;
}

.color-dark {
  color: #333333 !important;
}

.color-black {
  color: #232324 !important;
}

.color-light {
  color: #ffffff !important;
}

.color-green {
  color: #46da60 !important;
}

.color-blue {
  color: #ff0100 !important;
}

.color-red {
  color: #f97794 !important;
}

.color-orange {
  color: #f79257 !important;
}

.color-yellow {
  color: #ffbf00 !important;
}

.color-purple {
  color: #a85ad4 !important;
}

.bg-grad-purple {
  background: #8C66CA;
  background: linear-gradient(135deg, #E25574 0%, #8C66CA 100%);
}

.bg-macaroni {
  background: -webkit-gradient(linear, left top, right top, from(#ff5f6d), to(#ffc371));
  background: linear-gradient(90deg, #ff5f6d 0%, #ffc371 100%);
}

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

.bg-gray {
  background-color: #f7f7f7 !important;
}

.bg-black {
  background-color: #232324 !important;
}

.bg-blue {
  background-color: #ff0100 !important;
}

.bg-yellow {
  background-color: #ffbf00 !important;
}

.bg-primary {
  background-color: #ff0100 !important;
}

.bg-primary h1, .bg-primary p {
  color: #fff;
}

/* --------------PADDING STYLE-------------- */
.p0 {
  padding: 0 !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.p55 {
  padding: 55px !important;
}

.p60 {
  padding: 60px !important;
}

.p65 {
  padding: 65px !important;
}

.p70 {
  padding: 70px !important;
}

.p75 {
  padding: 75px !important;
}

.p80 {
  padding: 80px !important;
}

.p85 {
  padding: 85px !important;
}

.p90 {
  padding: 90px !important;
}

.p95 {
  padding: 95px !important;
}

.p100 {
  padding: 100px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pl0 {
  padding-left: 0;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pl55 {
  padding-left: 55px;
}

.pl60 {
  padding-left: 60px;
}

.pl65 {
  padding-left: 65px;
}

.pl70 {
  padding-left: 70px;
}

.pl75 {
  padding-left: 75px;
}

.pl80 {
  padding-left: 80px;
}

.pl85 {
  padding-left: 85px;
}

.pl90 {
  padding-left: 90px;
}

.pl95 {
  padding-left: 95px;
}

.pl100 {
  padding-left: 100px;
}

/*  -----------------MARGIN STYLE----------------------- */
.m0 {
  margin: 0;
}

.m5 {
  margin: 5px;
}

.m10 {
  margin: 10px;
}

.m15 {
  margin: 15px;
}

.m20 {
  margin: 20px;
}

.m25 {
  margin: 25px;
}

.m30 {
  margin: 30px;
}

.m35 {
  margin: 35px;
}

.m40 {
  margin: 40px;
}

.m45 {
  margin: 45px;
}

.m50 {
  margin: 50px;
}

.m55 {
  margin: 55px;
}

.m60 {
  margin: 60px;
}

.m65 {
  margin: 65px;
}

.m70 {
  margin: 70px;
}

.m75 {
  margin: 75px;
}

.m80 {
  margin: 80px;
}

.m85 {
  margin: 85px;
}

.m90 {
  margin: 90px;
}

.m95 {
  margin: 95px;
}

.m100 {
  margin: 100px;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt-75 {
  margin-top: -75px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

/*  --------------MARGIN STYLE MINUS----------------------------- */
.mt-5 {
  margin-top: -5px;
}

.mt-10 {
  margin-top: -10px;
}

.mt-15 {
  margin-top: -15px;
}

.mt-20 {
  margin-top: -20px;
}

.mt-25 {
  margin-top: -25px;
}

.mt-30 {
  margin-top: -30px;
}

.mt-35 {
  margin-top: -35px;
}

.mt-40 {
  margin-top: -40px;
}

.mt-45 {
  margin-top: -45px;
}

.mt-50 {
  margin-top: -50px;
}

.mt-55 {
  margin-top: -55px;
}

.mt-60 {
  margin-top: -60px;
}

.mt-65 {
  margin-top: -65px;
}

.mt-70 {
  margin-top: -70px;
}

.mt-75 {
  margin-top: -75px;
}

.mt-80 {
  margin-top: -80px;
}

.mt-85 {
  margin-top: -85px;
}

.mt-90 {
  margin-top: -90px;
}

.mt-95 {
  margin-top: -95px;
}

.mt-100 {
  margin-top: -100px;
}

.mt-110 {
  margin-top: -110px;
}

.mt-120 {
  margin-top: -120px;
}

.mt-130 {
  margin-top: -130px;
}

.mt-140 {
  margin-top: -140px;
}

.mt-150 {
  margin-top: -150px;
}

.ml-5 {
  margin-left: -5px;
}

.ml-10 {
  margin-left: -10px;
}

.ml-15 {
  margin-left: -15px;
}

.ml-20 {
  margin-left: -20px;
}

.ml-25 {
  margin-left: -25px;
}

.ml-30 {
  margin-left: -30px;
}

.ml-35 {
  margin-left: -35px;
}

.ml-40 {
  margin-left: -40px;
}

.ml-45 {
  margin-left: -45px;
}

.ml-50 {
  margin-left: -50px;
}

.ml-55 {
  margin-left: -55px;
}

.ml-60 {
  margin-left: -60px;
}

.ml-65 {
  margin-left: -65px;
}

.ml-70 {
  margin-left: -70px;
}

.ml-75 {
  margin-left: -75px;
}

.ml-80 {
  margin-left: -80px;
}

.ml-85 {
  margin-left: -85px;
}

.ml-90 {
  margin-left: -90px;
}

.ml-95 {
  margin-left: -95px;
}

.ml-100 {
  margin-left: -100px;
}

.ml-110 {
  margin-left: -110px;
}

.ml-120 {
  margin-left: -120px;
}

.ml-130 {
  margin-left: -130px;
}

.ml-140 {
  margin-left: -140px;
}

.ml-150 {
  margin-left: -150px;
}

.mb-5 {
  margin-bottom: -5px;
}

.mb-10 {
  margin-bottom: -10px;
}

.mb-15 {
  margin-bottom: -15px;
}

.mb-20 {
  margin-bottom: -20px;
}

.mb-25 {
  margin-bottom: -25px;
}

.mb-30 {
  margin-bottom: -30px;
}

.mb-35 {
  margin-bottom: -35px;
}

.mb-40 {
  margin-bottom: -40px;
}

.mb-45 {
  margin-bottom: -45px;
}

.mb-50 {
  margin-bottom: -50px;
}

.mb-55 {
  margin-bottom: -55px;
}

.mb-60 {
  margin-bottom: -60px;
}

.mb-65 {
  margin-bottom: -65px;
}

.mb-70 {
  margin-bottom: -70px;
}

.mb-75 {
  margin-bottom: -75px;
}

.mb-80 {
  margin-bottom: -80px;
}

.mb-85 {
  margin-bottom: -85px;
}

.mb-90 {
  margin-bottom: -90px;
}

.mb-95 {
  margin-bottom: -95px;
}

.mb-100 {
  margin-bottom: -100px;
}

.mb-110 {
  margin-bottom: -110px;
}

.mb-120 {
  margin-bottom: -120px;
}

.mb-130 {
  margin-bottom: -130px;
}

.mb-140 {
  margin-bottom: -140px;
}

.mb-150 {
  margin-bottom: -150px;
}

@media (max-width: 768px) {
  .pt120 {
      padding-top: 40px !important;
  }
}

/*  ----------------------------------------------------
2. HEADER
-------------------------------------------------------- */
.header {
  min-height: 100px;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.header .menu {
  position: relative;
}
.header .logo {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 28px;
  color: #ffffff;
}
.header .logo span {
  display: block;
}
.header .logo img {
  float: left;
  width: 170px;
  margin-right: 3px;
}
.header .nav-item {
  position: relative;
}
.header ul.menu li a.nav-link {
  padding: 27px 20px;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: block;
  color: #ffffff;
}
.header ul.menu li a.nav-link:hover {
  color: #ff0100;
}
.header a.nav-link.active {
  color: #ff0100 !important;
}
.header a.nav-dropdown {
  position: relative;
  padding-right: 43px !important;
}
.header a.nav-dropdown i {
  display: block;
  position: absolute;
  z-index: 2;
  top: 28px;
  right: 22px;
  width: 12px;
  height: 12px;
  border-right: 1px solid #3a3a3b;
  border-bottom: 1px solid #3a3a3b;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}
.header a.nav-dropdown.active i {
  border-color: #ff0100;
}
a.active {
  color: #ff0100;
}
.header li ul {
  display: none;
  visibility: hidden;
}
.header li ul.multi_col {
  position: absolute;
  list-style: none;
  margin: 0;
  white-space: nowrap;
  background: #484848;
  border-radius: 6px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding: 20px;
  min-width: 250px;
  float: left;
  right: -47%;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);  
}
.header li ul.multi_col li {
  min-width: 200px;
  display: inline-block;
}
.header li ul.multi_col li ul {
  display: block;
  visibility: visible;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header li ul.multi_col li ul li {
  display: block;
}
.header li ul.multi_col li ul li a {
  color: #ffffff !important;
  padding: 7px 10px !important;
  display: block;
  margin-left: 0;
  font-size: 13px;
  line-height: 22px;
  word-break: break-all;
  font-size: 13px;
  text-transform: capitalize;
}
.header li ul.multi_col li ul li a:hover {
  color: #ffffff !important;
  transform: translate3d(2px, 0, 0);
  -webkit-transform: translate3d(2px, 0, 0);
}
.header li ul.sub_menu {
  position: absolute;
  background: #333333;
  min-width: 250px;
  padding: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 42px rgba(0, 0, 0, 0.08);
          box-shadow: 1px 1px 42px rgba(0, 0, 0, 0.08);
}
.header li ul.sub_menu li {
  display: block;
}
.header li ul.sub_menu li a {
  color: #999999 !important;
  padding: 7px 10px;
  display: block;
  margin-left: 0;
  line-height: 22px;
  word-break: break-word;
  font-size: 13px;
  text-transform: capitalize;
}
.header li ul.sub_menu li a:hover {
  color: #ffffff !important;
  transform: translate3d(2px, 0, 0);
  -webkit-transform: translate3d(2px, 0, 0);
}

.navbar {
  padding: 0;
}

header.header-light {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 42px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 42px rgba(0, 0, 0, 0.08);
}
header.header-light .logo {
  color: #232324;
}
header.header-light ul.menu li a.nav-link {
  color: #232324;
}
header.header-light ul.menu li a.nav-link:hover {
  color: #ff0100 !important;
}
header.header-light a.nav-link.active {
  color: #ff0100 !important;
}

header.header-light ul.menu li a.nav-link.btn-primary {
  color: #fff;
  padding: 10px 20px;
  margin-left: 20px;
}

header.sticky_header {
  margin-top: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 42px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 42px rgba(0, 0, 0, 0.08);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
header.sticky_header .logo {
  color: #232324;
}
header.sticky_header ul.menu li a.nav-link {
  color: #232324;
}
header.sticky_header ul.menu li a.nav-link:hover {
  color: #ff0100;
}
header.sticky_header a.nav-link.active {
  color: #ff0100 !important;
}

.navbar-toggler {
  color: #ff0100;
  padding: 0 10px;
  position: relative;
  top: 3px;
  font-size: 35px;
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 !important;
          box-shadow: 0 0 0 !important;
  cursor: pointer;
  border-radius: 2px;
}

@media (min-width: 767px) {
  header li:hover > ul {
    display: block;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .header {
    position: relative !important;
    margin-top: 0;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 42px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 42px rgba(0, 0, 0, 0.08);
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  .header .container {
    padding: 15px !important;
  }
  .header .logo {
    color: #232324;
  }
  .header ul.menu li a.nav-link {
    color: #232324;
    padding: 10px 7px !important;
  }
  .header ul.menu li a.nav-link:hover {
    color: #ff0100;
  }
  .header a.nav-link.active {
    color: #ff0100 !important;
  }

  .header a.nav-dropdown i {
    top: 10px;
  }

  .header li ul.multi_col {
    display: block;
    position: static;
    background: none;
    box-shadow: none;
    padding: 0 0 0 15px;
  }
  .header li ul.multi_col li ul li a {
    color: #616161 !important;
  }

  header li > ul {
    position: static;
    visibility: visible;
    width: 100%;
  }

  header li ul.multi_col {
    position: static;
    visibility: visible;
    width: 100%;
  }
  header li ul.multi_col li {
    display: block;
    width: 100%;
  }

  header li ul.sub_menu {
    position: static;
    visibility: visible;
    width: 100%;
  }

  .header-light ul.menu {
    padding: 15px 0 0 0;
  }
  .header-light ul.menu li a.nav-link {
    padding: 8px 5px;
  }
  header.header-light ul.menu li a.nav-link.btn-primary {
    margin-left: 0;
  }
}

/*  ----------------------------------------------------
3 covers (slider and parallax )
-------------------------------------------------------- */
.hero_carousel {
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
  position: relative;
  list-style: none;
  min-height: 500px;
}
.hero_carousel .slider-content-center {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.hero_carousel .slider-content-left {
  max-width: 800px;
  text-align: left;
}
.hero_carousel li {
  float: none;
  width: 100%;
  display: block;
  position: relative;
  min-height: 500px;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.hero_carousel li .slider_content {
  display: table;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  position: relative;
  color: #ffffff;
}
.hero_carousel li .slider_content .slider-content-inner {
  display: table-cell;
  vertical-align: middle;
}
.hero_carousel li .slider_content .slider-content-inner h6 {
  font-size: 24px;
  font-weight: 400;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s 300ms ease-in-out;
  transition: all 0.4s 300ms ease-in-out;
}
.hero_carousel li .slider_content .slider-content-inner h2 {
  font-size: 48px;
  opacity: 0;
  line-height: 1.3;
  color: #ffffff;
  text-transform: capitalize;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s 600ms ease-in-out;
  transition: all 0.4s 600ms ease-in-out;
}
.hero_carousel li .slider_content .slider-content-inner p {
  font-size: 16px;
  color: #f7f7f7;
  margin-bottom: 25px;
  margin-top: 15px;
  text-transform: capitalize;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s 900ms ease-in-out;
  transition: all 0.4s 900ms ease-in-out;
}
.hero_carousel li .slider_content .slider-content-inner a {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: transform  0.4s 1200ms ease-in-out, opacity 0.4s 1200ms ease-in-out;
  -webkit-transition: opacity 0.4s 1200ms ease-in-out, -webkit-transform  0.4s 1200ms ease-in-out;
  transition: opacity 0.4s 1200ms ease-in-out, -webkit-transform  0.4s 1200ms ease-in-out;
  transition: transform  0.4s 1200ms ease-in-out, opacity 0.4s 1200ms ease-in-out;
  transition: transform  0.4s 1200ms ease-in-out, opacity 0.4s 1200ms ease-in-out, -webkit-transform  0.4s 1200ms ease-in-out;
}
.hero_carousel .active .slider_content .slider-content-inner * h6 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.4s 300ms ease-in-out;
  transition: all 0.4s 300ms ease-in-out;
}
.hero_carousel .active .slider_content .slider-content-inner * h2 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.4s 600ms ease-in-out;
  transition: all 0.4s 600ms ease-in-out;
}
.hero_carousel .active .slider_content .slider-content-inner * p {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.4s 900ms ease-in-out;
  transition: all 0.4s 900ms ease-in-out;
}
.hero_carousel .active .slider_content .slider-content-inner * a {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.4s 1200ms ease-in-out, opacity 0.4s 1200ms ease-in-out, color 0.4s ease-in-out, border 0.4s  ease-in-out, background-color 0.4s  ease-in-out;
  -webkit-transition: all 0.4s 1200ms ease-in-out, opacity 0.4s 1200ms ease-in-out, color 0.4s  ease-in-out, border 0.4s  ease-in-out, background-color 0.4s  ease-in-out;
  transition: all 0.4s 1200ms ease-in-out, opacity 0.4s 1200ms ease-in-out, color 0.4s  ease-in-out, border 0.4s  ease-in-out, background-color 0.4s  ease-in-out;
}
.hero_carousel .owl-dots {
  bottom: 25px;
  text-align: center;
  position: absolute;
  width: 100%;
}
.hero_carousel .owl-dots .owl-dot span {
  width: 15px;
  height: 2px;
  margin: 5px;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hero_carousel .owl-dots .owl-dot.active span {
  background: #ffffff;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.parallax-window {
  min-height: 600px;
  background: transparent;
}

.cover-content-center {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.cover-content-left {
  text-align: left;
}

.cover_colored .cover_content {
  background-color: transparent;
}

.cover_content {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  color: #ffffff;
}
.cover_content .cover-content-inner {
  display: table-cell;
  vertical-align: middle;
}
.cover_content .cover-content-inner h6 {
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s 300ms ease-in-out;
  transition: all 0.4s 300ms ease-in-out;
  color: #ffffff;
  display: inline-block;
  background-color: #ff0100;
  padding: 8px 20px;
  border-radius: 2px;
}
.cover_content .cover-content-inner h1, .cover_content .cover-content-inner h2 {
  margin-top: 15px;
  color: #ffffff;
  line-height: 1.4;
  font-weight: 500;
  /*text-transform: capitalize;*/
}
.cover_content .cover-content-inner p {
  font-size: 18px;
  color: #f7f7f7;
  margin-bottom: 25px;
  margin-top: 25px;
  /*text-transform: capitalize;*/
}
.cover_content .cover-content-inner img {
  max-width: 500px;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}

#particles {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

#video {
  position: relative;
  background: transparent;
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.vh100 {
  height: 100vh;
}

.vh80 {
  height: 80vh;
}

.overlay_primary {
  background: linear-gradient(60deg, rgba(6, 82, 253, 0.71) 0%, rgba(67, 119, 253, 0.72) 70%);
}

.overlay_macaroni {
  background: linear-gradient(60deg, rgba(220, 207, 53, 0.76) 0%, rgba(220, 53, 69, 0.67) 70%);
}

.inner_cover {
  position: relative;
  overflow: hidden;
}
.inner_cover .overlay_dark {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(11, 11, 11, 0.3);
}
.inner_cover .cover_container {
  padding: 200px 0;
  min-height: 500px;
  text-align: center;
}
.inner_cover p {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 16px;
}

@media (max-width: 768px) {
  .hero_carousel li .carousel_content h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .hero_carousel li .carousel_content p {
    font-size: 15px;
    color: #eee;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1.7;
  }

  .hero_two .hero_content h1 {
    margin-top: 50px;
  }
  .cover-content-left {
    padding-top: 20px !important;
  }
}


.circle-num {
  display: inline-block;
  line-height: 2.4rem;
  background-color: #ff0100;
  border-radius: 50px;
  font-size: 1.2em;
  color: #fff;
  height: 2.2rem;
  width: 2.2rem;
  margin-bottom: 0;
}

/*  ----------------------------------------------------
  hero
-------------------------------------------------------- */
#home, #home .cover_content {
  min-height: 570px;
}
.hero {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;

  height: 500px;
  margin-top: 90px;
  position: relative;
}
.hero-image {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 26%;
  height: 100%;
  width: 80%;
}
.hero-highlight {
  background-color: #ff0100;
}
.hero-light-highlight {
  background-color: #7cc0e4;
}
.hero.thin, .hero.thin .table {
  height: 250px;
}
.hero.small, .hero.small .table {
  height: 300px;
}
.hero.medium, .hero.medium .table {
  height: 440px;
}
.hero.large, .hero.large .table {
  min-height: 600px;
  height: auto;
}
.hero .table {
  display: table;
  height: 500px;
  position: relative;
  width: 100%;
}
.hero .cell {
  display: table-cell;
  vertical-align: middle;
}
.hero.large h1 {
  margin-top: -15px;
}
.hero .rotate-text {
  border-bottom: 3px solid #52c9ea;
}
.hero h3 {
  font-size: 23px;
}
.hero .actions {
  margin-top: 55px;
}
.hero .btn-link, .hero .btn-border {
  margin-right: 30px;
}

.hero-nav {
  margin: 6rem 0 0 5%;
}

.hero .actions {
  margin-top: 40px;
  margin-bottom: 40px;
}

.hero .hero-block {
  /*position: absolute;
  bottom: 0;
  width: 100%;*/
  border-left: 3px solid rgb(255, 255, 255);
}

.hero .hero-block .hero-block-link {
  display: inline-block;
  padding: 30px 40px;
  color: #fff;

  font-size: 1.5em;
  background: rgba(118, 189, 30, 0.51);
  margin: 10px 0;
  /*border-radius: 40px;*/
  width: 100%;
}
.hero .hero-block .hero-block-link i {
  margin-right: 15px;
}

.hero-content-offset {
  background-color: #fff;
  padding: 2.5rem 2.5rem 2.5rem 0;
  padding-left: 0;
  z-index: 1;
  position: relative;
}

.hero h1 {
  font-size: 3.3em;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.hero p {
  font-size: 1.3em;
  font-weight: 400;
}
.hero small {
  font-size: 90%;
  display: block;
}

@media (max-width: 991px) {
  .hero .list {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .hero li {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .hero .actions {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .hero {
    margin-top: 0;
  }
  .hero-image {
    left: 0;
    height: 400px;
    width: 100%;
  }
  .hero-content-offset {
    padding-left: 2.5rem;
  }
}

@media (max-width: 600px) {

  .hero, .hero .table {
    height: 500px;
  }
  .hero .cell {

  }
  .hero-indent .cell {
    position: absolute;
    top: 4rem;
  }
  .hero.large {
    margin-top: 0;
    height: 530px;
    min-height: auto;
  }
  .hero.large .table {
    min-height: auto;
    height: 530px;
    padding-bottom: 100px;
  }
  .hero-content-offset {
    padding: 1.5rem;
  }
  .hero h1 {
    font-size: 2.6em;
  }
  .hero.large.no-arrow .table {
    padding-bottom: 0;
  }
  .hero .down-arrow {
    bottom: 30px;
  }
  .hero .list {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .hero li {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .hero .actions {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .hero .info-small {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (max-width: 420px) {
  .hero .btn-link, .hero .btn-border {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .hero .btn {
    display: block;
  }
}

/*  ----------------------------------------------------
4 buttons
-------------------------------------------------------- */
.btn {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  padding: 12px 35px;
  border-radius: 0px;
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
          box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  cursor: pointer;
  margin-bottom: 15px;
  margin-top: 15px;
  letter-spacing: .05em;
  background-color: #ff0100;
  border: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}
.btn:hover, .btn:focus {
  color: #ff0100;
  background-color: #fff;
  border: solid 1px #ff0100;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn:focus {
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn-sm {
  padding: 10px 25px;
}

.btn-lg {
  padding: 14px 55px;
}

.btn_center {
  margin: 0 auto;
  display: block;
}

.btn-icon {
  font-size: 14px;
  margin-left: 7px;
}

.btn-rounded {
  border-radius: 50px;
}

.btn_shape {
  border-radius: 0;
}

.btn-outline-primary {
  background-color: transparent;
  color: #ff0100;
  border: solid 1px #ff0100;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #ff0100;
  border: solid 1px #ff0100;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.btn-primary {
  background-color: #ff0100;
  color: #ffffff;
  border: solid 1px #ff0100;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: #fff;
  background-color: #d61c1d !important;
  border: solid 1px #d61c1d !important;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.btn-dark {
  background-color: #333333;
  color: #ffffff;
  border: solid 1px #333333;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn-dark:hover {
  color: #232324;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.btn-light {
  background-color: #FFFFFF;
  color: #ff0100;
  border: solid 1px #FFFFFF;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn-light:hover {
  color: #FFFFFF;
  background-color: #232324;
  border: solid 1px #232324;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/*  ----------------------------------------------------
12 forms
-------------------------------------------------------- */
.form-group {
  margin-bottom: 1.5rem;
}
.form-control {
  padding: 15px 15px;
  height: 48px;
  border-radius: 0;
  border: solid 1px #cacaca;
  margin-bottom: 15px;
}

textarea {
  min-height: 100px;
}

.input-group .form-control {
  height: 46px;
  border: solid 1px #f9f9f9;
}

.callout_one h2 {
  font-size: 46px;
  margin-bottom: 15px;
}
.callout_one .lead {
  font-size: 24px;
  text-transform: capitalize;
  font-style: italic;
  font-weight: 300;
}

.callout_two {
  text-align: center;
}
.callout_two h5 {
  display: inline-block;
}
.callout_two a {
  margin-left: 30px;
}

.callout_img {
  text-align: center;
}
.callout_img .callout_content {
  position: relative;
  padding: 50px;
}
.callout_img .callout_content h5 {
  display: inline-block;
}
.callout_img .callout_content a {
  margin-left: 30px;
}

.callout_primary {
  background-color: #ff0100;
  padding: 30px 25px;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
}
.callout_primary h4, .callout_primary h5 {
  text-align: left;
  color: #ffffff;
  float: left;
  margin-top: 25px;
}
.callout_primary a {
  margin-left: 30px;
  display: inline-block;
  float: right;
  padding: 16px 35px;
}

.input-search .input-group-addon {
    background-color: #fff;
    border: none;
    box-shadow: none;
    padding: .5rem 1.2rem .5rem 1.5rem;
}
.input-search i {
    font-size: 29px;
    margin: 0;
}
.input-search .form-control {
    border-left: none;
    font-size: 21px;
    padding-left: 0;
    height: 65px;
    font-weight: 300;
}

.form {
  background-color: #fff;
  margin-top: -7.55rem;
}
.form .heading {
  color: #ffffff;
  font-size: 2em;
  z-index: 1;
  background: #ff0100;
  padding: 0.7rem;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.form form {
  padding: 2.5rem;
}

label {
  color: #3e3e3e;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 500;
}
label span {
  color: #f02224;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #130573;
    outline: 0;
    box-shadow: none;
}

/* 
   Select
------------------------ */
select.form-control {
  -webkit-appearance: none;
  background: url(../images/icons/down-arrow.png) 94% / 14% no-repeat #fff;
  background-size: 22px;
  padding-right: 4.2rem;
  height: 55px !important;
  line-height: 1.5;
  width: 100%;
}

/* 
   Checkboxes
------------------------ */
.form-checkbox input[type="checkbox"]:empty {
  display: none;
}
.form-checkbox input[type="checkbox"] ~ .label {
  color: #515961;
  display: block;
  position: relative;
  line-height: 23px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
  padding-left: 38px;
  width: 100%;
}
.form-checkbox input[type="checkbox"] ~ .label:before {
  position: absolute;
  display: block;
  top: 1px;
  bottom: 0;
  left: 0;
  content: '';
  width: 25px;
  height: 25px;
  background: #fff;
  color: #fff;
  border: 1px solid #d4d8da;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.form-checkbox input[type="checkbox"]:checked ~ .label:before {
  content: "";
  position: absolute;
  left: 4.5px;
  top: 6px;
  background: #ff0100;
  border-radius: 2px;
  width: 14px;
  height: 14px;
}

/* 
   Radio
------------------------ */
.form-radio input:empty {
  display: none;
}
.form-radio input:empty ~ .label {
  color: #515961;
  display: block;
  position: relative;
  line-height: 23px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  padding-left: 35px;
  padding-top: 3px;
}
.form-radio input:empty ~ .label:before {
  position: absolute;
  display: block;
  top: 2px;
  bottom: 0;
  left: 0;
  content: '';
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50% 50%;
  border: 0 solid #fff;
  box-shadow: 0 0px 0px 1px #ccc;
}
.form-radio input:checked ~ .label:before {
  content: '';
}
.form-radio input:checked ~ .label:after {
  content: "";
  position: absolute;
  left: 4.5px;
  top: 6px;
  background: #ff0100;
  border-radius: 30px;
  width: 14px;
  height: 14px;
}

/*  ----------------------------------------------------
13 contact box
-------------------------------------------------------- */
.contact_box_shadow {
  padding: 35px;
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 42px rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 42px rgba(0, 0, 0, 0.18);
}
.contact_box_shadow label {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
}
.contact_box_shadow iframe {
  margin-top: 50px;
  width: 100%;
  border-radius: 4px;
  min-height: 400px;
}

.form-control {
  font-size: 16px;
  color: #272727;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.error {
  color: #ea2d2d;
}

.contact_box_flat .contact_box {
  padding: 35px;
  background-color: #ffffff;
  border-radius: 4px;
}
.contact_box_flat .contact_box label {
  color: #000;
  font-size: 12px;
  text-transform: capitalize;
}
.contact_box_flat iframe {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*  ----------------------------------------------------
14 progressbar
-------------------------------------------------------- */
.single_progressbar_one .progress_text {
  margin-bottom: 7px;
  color: #000;
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
}
.single_progressbar_one .progress {
  height: 2px;
  margin-bottom: 30px;
  overflow: hidden;
  background: #333333;
  background: rgba(51, 51, 51, 0.08);
  border-radius: 1px;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.single_progressbar_one .progress-bar {
  background-color: #ff0100;
  height: 100%;
  border-radius: 50px;
}

.single_progressbar_two .progress_text {
  margin-bottom: 7px;
  color: #000;
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
}
.single_progressbar_two .progress {
  height: 8px;
  margin-bottom: 30px;
  overflow: hidden;
  background: #333333;
  background: rgba(51, 51, 51, 0.08);
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border-radius: 50px;
}
.single_progressbar_two .progress-bar {
  background-color: #ff0100;
  height: 100%;
  border-radius: 50px;
}

.single_progressbar_three .progress_text {
  margin-bottom: 7px;
  color: #000;
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
}
.single_progressbar_three .progress {
  height: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  background: #333333;
  background: rgba(51, 51, 51, 0.08);
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border-radius: 50px;
}
.single_progressbar_three .progress-bar {
  background-color: #ff0100;
  height: 100%;
  border-radius: 50px;
}

.progress_light .progress_text {
  color: #ffffff !important;
}
.progress_light .progress {
  background: rgba(202, 202, 202, 0.08) !important;
}
.progress_light .progress-bar {
  background-color: #ffffff !important;
}

/*  ----------------------------------------------------
15 FOOTER
-------------------------------------------------------- */
.footer_three {
  position: relative;
}
.footer_three .footer_logo {
  font-size: 24px;
  margin-bottom: 25px;
}
.footer_three h4.footer_title {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 20px;
  position: relative;
  margin-bottom: 30px;
}
.footer_three h4.footer_title:after {
  content: "";
  border-bottom: solid 1px #ddd;
  position: absolute;
  width: 60px;
  bottom: -10px;
  left: 50%;
  margin-left: -30px;
}
.footer_three ul.footer_list {
  width: 49%;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer_three ul.footer_list li a {
  font-size: 13px;
  text-transform: capitalize;
  padding: 4px 0;
  display: block;
  color: #868e96;
}
.footer_three ul.footer_list li a:hover {
  color: #333333;
}
.footer_three .footer_info_list {
  margin-top: 35px;
  display: block;
  padding: 0;
}
.footer_three .footer_info_list li {
  display: block;
  margin: 10px 0;
  font-size: 17px;
}
.footer_three .footer_info_list li span {
  padding: 6px;
}
.footer_three .footer_social li {
  display: inline-block;
}
.footer_three .footer_social li a {
  font-size: 22px;
  display: block;
  padding: 8px;
  color: #fff;
}
.footer_three .footer_social li a:hover {
  color: #000000;
}
.footer_three .footer_copy {
  padding: 15px 0;
  color: #6a7094;
  font-size: 12px;
  margin-top: 30px;
}

.footer_dark {
  background-color: #232324 !important;
  color: #FFFFFF !important;
}
.footer_dark h4 {
  color: #ffffff !important;
}
.footer_dark p {
  color: #ddd !important;
}
.footer_dark a {
  color: #ffffff !important;
}
.footer_dark a:hover {
  color: #f7f7f7 !important;
}
.footer_dark a:focus {
  color: #f7f7f7 !important;
}

.footer_light {
  background-color: #ffffff;
  color: #333333;
}
.footer_light h4 {
  color: #232324;
}
.footer_light p {
  color: #555555;
}

.footer_gray {
  background-color: #f7f7f7;
  color: #333333;
}
.footer_gray h4 {
  color: #232324;
}
.footer_gray p {
  color: #555555;
}

.footer_one {
  padding: 25px 0;
  background-color: #FFFFFF;
}
.footer_one .list-inline li {
  float: left;
}
.footer_one .list-inline li a {
  padding: 5px 7px;
  font-size: 12px;
  text-transform: capitalize;
  color: #000000;
}
.footer_one .list-inline li a:hover {
  color: #ff0100;
}
.footer_one .social-lis-inline li {
  float: right;
}
.footer_one .social-lis-inline li a {
  padding: 5px;
  font-size: 16px;
  text-transform: capitalize;
  color: #333333;
}
.footer_one .social-lis-inline li a:hover {
  color: #000000;
}
.footer_one p {
  margin-top: 10px;
  font-size: 11px;
  color: #868e96;
  text-align: right;
}
.footer_one h5 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.footer_two {
  position: relative;
  background-color: #ffffff;
  padding: 10px 0;
}
.footer_two .footer_logo a {
  font-size: 24px;
  text-transform: capitalize;
  color: #000000;
  font-weight: 800;
}
.footer_two .footer_social {
  text-align: right;
}
.footer_two .footer_social a {
  padding: 10px;
  font-size: 18px;
  color: #333333;
  font-weight: 400;
}
.footer_two .footer_social a:hover {
  color: #000000;
}
.footer_two .footer_list li a {
  font-weight: 400;
  font-size: 13px;
  color: #000000;
}
.footer_two .footer_list li a:hover {
  color: #ff0100;
}

.footer_four {
  padding: 25px 0;
  background-color: #FFFFFF;
  text-align: center;
}
.footer_four .list-inline li {
  float: none;
  display: inline-block;
}
.footer_four .list-inline li a {
  padding: 5px 7px;
  font-size: 12px;
  text-transform: capitalize;
  color: #000000;
}
.footer_four .list-inline li a:hover {
  color: #ff0100;
}
.footer_four p {
  margin-top: 10px;
  font-size: 11px;
  color: #868e96;
}

.box_shadow {
  -webkit-box-shadow: 0 0 42px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 42px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  .footer_one .list-inline {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
  }
  .footer_one p {
    text-align: center;
  }

  .footer_two .footer_logo {
    text-align: center;
  }
  .footer_two .footer_social {
    text-align: center;
    margin-top: 15px;
  }
}

/*------------------------------------------------------------------
[  FAQ / #faq  ]
*/
.faq-item {
    background: #ffffff;
    margin-bottom: 15px;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    width: 100%;
}
.faq-item:hover {
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.1);
}
.faq-trigger {
    color: #434343;
    display: block;
    font-size: 24px;
    font-size: 1.3rem;
    font-weight: 300;
    margin: 0;
    padding: 24px 72px 24px 24px;
    line-height: 1.4;
    position: relative;
}
.faq-trigger:hover, .faq-trigger:active, .faq-trigger:focus {
    color: #434343 !important;
}
.faq-trigger::before, .faq-trigger::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%; 
    height: 2px;
    width: 13px;
    background: #6e6e6e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.faq-trigger::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 32px;
}
.faq-trigger::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.faq-item.active .faq-trigger::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.faq-item.active .faq-trigger::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


.faq-content {
    display: none;
    padding: 0 24px 30px;
}
.faq-content p {
    font-size: 1.02rem;
    line-height: 1.8;
    color: #6c7d8e;
}
.faq-content p:last-child {
    margin-bottom: 0;
}
/*.faq-item.active .faq-content {
    display: block;
}*/
.faq-item .faq-content-wrap {
    -webkit-transition: opacity 0.1s ease,-webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.1s ease,-webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    padding: 0;
    position: relative;
}
.faq-item.show-content .faq-content-wrap {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

@media (max-width: 992px) { 
  .form {
    margin-top: 1rem;
  }
  .form form {
    padding: 1.5rem;
  }
} 

@media (max-width: 520px) {
  .cover_content .cover-content-inner img {
    max-width: 260px;
  }
}

@media (max-width: 480px) {
  #home, #home .cover_content {
    min-height: 350px;
}
  .header {
    min-height: 60px;
  }
  .header .logo img { 
    width: 160px;
  }
  .cover_content.pt120.pb120 {
    padding-top: 0 !important;
    padding-bottom: 35px !important;
  }
  .pt80 {
    padding-top: 0 !important;
  }
  .pb120 {
    padding-bottom: 40px !important;
  }
  .pt60 {
    padding-top: 20px !important;
  }
  .faq-filters {
    margin-bottom: 30px;
  }
  .faq-trigger {
    font-size: 1.1rem;
  }
  .input-search .input-group-addon {
    padding: .5rem 1rem .5rem 1rem;
  }
  .input-search .form-control {
    font-size: 18px;
  }
  h2, .h2 {
    margin-bottom: 5px;
  }

  .cover_content .cover-content-inner p {
    line-height: 1.6;
    margin-bottom: 15px;
    margin-top: 15px;
  }

}
