

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: 'Bebas Neue Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Bebas Neue Regular'), url('../fonts/BebasNeue Regular.woff') format('woff');
  }
  
  
  @font-face {
  font-family: 'Bebas Neue Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Bebas Neue Regular'), url('../fonts/BebasNeue.woff') format('woff');
  }
  
  
  @font-face {
  font-family: 'Bebas Neue Book';
  font-style: normal;
  font-weight: normal;
  src: local('Bebas Neue Book'), url('../fonts/BebasNeue Book.woff') format('woff');
  }
  
  
  @font-face {
  font-family: 'Bebas Neue Thin';
  font-style: normal;
  font-weight: normal;
  src: local('Bebas Neue Thin'), url('../fonts/BebasNeue Thin.woff') format('woff');
  }
  
  
  @font-face {
  font-family: 'Bebas Neue Light';
  font-style: normal;
  font-weight: normal;
  src: local('Bebas Neue Light'), url('../fonts/BebasNeue Light.woff') format('woff');
  }
  
  
  @font-face {
  font-family: 'Bebas Neue Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Bebas Neue Bold'), url('../fonts/BebasNeue Bold.woff') format('woff');
  }
body {
  background: #fff;
  color: #fff;
  font-family: 'Roboto Slab', serif;
}

a {
  color: #8A0303;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #a90a0a;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bebas Neue Regular';  
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #fff
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #8A0303;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition:  0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #8A0303;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  /* height: 80px; */
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 0;
 
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  position: relative;
  min-height: 100vh;
  background-size: cover !important;
  padding: 150px 0 60px 0;
}
.eventdetail{  background-image: url('../img/bg.jpg') !important;}

#intro h1 {
  color: #fff;
  font-size: 80px;
  font-family: 'Bebas Neue Regular';    text-shadow: 0px 2px 7px #8A0303;

}


#intro h2 {
  color: #fff;
  margin-bottom:10px;
  font-size:42px;
  font-weight: normal;   font-family: 'Bebas Neue Regular';    text-shadow: 0px 2px 7px #8A0303;



}


#intro p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
  padding: 0px;
  transition: 0.5s;
  margin: 0 10px 0 0;
  color: #fff;
}
.contactForm .form-control {
   
    height: calc(3.25rem + 2px);
    font-size: 1.25rem;
    color: #fff;
    background-color: rgba(29, 29, 29, 0.5);
    font-family: 'Bebas Neue Regular';

    }
    .contactForm button{    height: calc(4.25rem + 2px);
    padding: .375rem 1.75rem;
    font-size: 1.50rem;
    font-weight: 400;
    line-height: 1.5;
    color: #8A0303;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;    font-family: 'Bebas Neue Regular';
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
    .contactForm button:hover{color: #fff;
      background-color: #8A0303;}
/*--------------------------------------------------------------
# Slider Section
--------------------------------------------------------------*/
      #slider {
        width: 100%;
        position: relative;
        
      }

      .slider a {
        background-position: 100% 0;
        background-size: cover;  
        display: block;
        width: 100%;
        height: auto;
        min-height: 680px;
      }
      /* .slider a.one {
        background-image: url('../img/image-slider.png');
      }
      .slider a.two {
        background-image: url('../img/image-slider.png');
      }
      .slider a.three {
        background-image: url('../img/image-slider.png');
      } */
      .slider a span {
        position: fixed;
        bottom: 0;
        left: 50%;
        color: #fff;
        font-family: helvetica;
        font-size: 40px;
        transform: translateX(-50%);
        background-color: rgba(0,0,0,0.5);
        width: 100%;
        text-align: center;    
      
      }
      
      @media screen and (max-width: 800px) {
        .slider a {
          min-height: 540px;
        }
        
      }
      #slider .owl-dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5%;text-align: center
    }
    #slider .owl-carousel button.owl-dot {
      background: white;
      color: #333;
      border: none;
      padding: 7px!important;
      font: inherit;
      border-radius: 50%;
      margin: 10px;
      -moz-box-shadow:    inset 0px 2px 7px #8A0303;
   -webkit-box-shadow: inset 0px 2px 7px #8A0303;
   box-shadow:         inset 0px 2px 7px #8A0303;
  }


/* Services Section
--------------------------------*/

#services {
    width: 100%;
    position: relative;
    background: url(../img/bg.jpg) center bottom no-repeat;
    background-size: cover;
    padding: 150px 0 60px 0;
}
#services h1 {
  color: #fff;
  font-size: 80px;
  font-family: 'Bebas Neue Regular';    text-shadow: 0px 2px 7px #8A0303;
}

#services .box {
  position: relative;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  font-family: 'Lato', sans-serif;
  padding-bottom:30px 

}

#services .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#services .icon {
  position: absolute;
  right: 0%;
  top: 42%;
  font-size: 22px;
  background-color: white;
  padding: 0;
  min-width: 70px;
  border-radius: 20px 0px 0 20px;
  border: 2px solid #8A0303;
  border-right: 0px;
  text-align: center;
  line-height: 35px;
  font-family: 'Bebas Neue Regular';
  color: #8A0303;
}
#services .services-img-top {
  width: 100%;
  display: block;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
#services .icon2 {
  position: absolute;
    right: 4%;
    bottom: -6%;
    font-size: 18px;
    background-color: white;
    padding: 0;
    border-radius: 20px;
    border-right: 0px;
    text-align: center;
    line-height: 37px;
    border: 1px solid #8A0303;
    color: #8A0303;
    z-index: 2;
    width: 40px;
    height: 40px;
    font-weight: normal;
}
#services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-bottom: 15px;
  font-size: 25px;
  padding-left: 30px;
  padding-top: 30px;
  font-family: 'Bebas Neue Regular';
  font-weight: normal;
  color:#333333;
  text-align: left
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #8A0303;
}

#services .description,#services p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  padding-left: 30px;
  text-align: left;color:#333;
}

#why-us {
  padding: 60px 0;
  background: #004a99;
}

#why-us .section-header h3,
#why-us .section-header p {
  color: #fff;
}

#why-us .card {
  background: #00458f;
  border-color: #00458f;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
}

#why-us .card:hover {
  background: #003b7a;
  border-color: #003b7a;
}

#why-us .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #bfddfe;
}

#why-us .card h5 {
  font-size: 22px;
  font-weight: 600;
}

#why-us .card p {
  font-size: 15px;
  color: #d8eafe;
}

#why-us .card .readmore {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: #00458f solid 2px;
}

#why-us .card .readmore:hover {
  border-bottom: #fff solid 2px;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #cce5ff;
}

/* Portfolio Section
--------------------------------*/

#portfolio {
  width: 100%;
  position: relative;
  background-size: cover !important;
  padding: 150px 0 60px 0;
}
#portfolio h1{color: #fff;
  font-size: 80px;
  font-family: 'Bebas Neue Regular';
    text-shadow: 0px 2px 7px #8A0303;    text-shadow: 0px 2px 7px #8A0303;
}
#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #007bff;
  border-radius: 50px;
  text-transform: uppercase;
  background: #ecf5ff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #007bff;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin: 0;
  height:255px;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #007bff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #e2effe;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #007bff;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #3395ff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #003166;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */


.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  margin: 0 10px;
}

.main-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 75px 20px 10px 20px;
  transition: 0.3s;
  font-size: 24px;
  font-family: 'Bebas Neue Regular';  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0 0 10px 10px;
 
        text-shadow: 0px 2px 7px #8A0303;

}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #8A0303;
  text-decoration: none;
  background-color: white;
  border-radius: 0 0 10px 10px;
         text-shadow: 0px 2px 7px #fff;

}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #a90a0a;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #8A0303;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(29, 29, 29, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav li.active a {background-color: white}
.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: normal;
  font-family: 'Bebas Neue Regular';font-size: 1.20rem;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #a90a0a;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #a90a0a;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}

/* Section with background
--------------------------------*/
ul#myTab{position: absolute;z-index: 999;top: 27%;right: 7%;border-radius: 10px;border: 1px solid #fff;padding: 0;}
.nav-tabs .nav-link{border-radius: 10px;padding: 0rem 1rem;font-family: 'Bebas Neue Regular';font-size: 24px;color:white}
a#home-tab {border-radius: 0px 10px 10px 0px;}
a#profile-tab{border-radius: 10px 0px 0 10px;}
.nav-tabs .nav-item {line-height: 50px;border-radius: 10px;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {color: #8A0303;background-color: #fff;border-color: #dee2e6 #dee2e6 #fff;}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #1D1D1D;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #333333;
  padding: 80px 0 40px 0;
  border-bottom: 3px solid #fff;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: 'Roboto Slab', serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Roboto Slab', serif;
  color: #ecf5ff;
}
#footer .footer-top .social-links{text-align: center}
#footer .footer-top .social-links a {
  font-size: 24px;
    display: inline-block;
    background: #fff;
    color: #333;
    line-height: 1;
    padding: 14px 0;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
    width: 53px;
    height: 53px;
    transition: 0.3s;
    margin-bottom: 10px;
}

#footer .footer-top .social-links a:hover {
  background: #8A0303;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-transform: initial;
  position: relative;
  padding-bottom: 10px;
  font-family: 'Roboto Slab', serif;    text-shadow: 0px 2px 7px #8A0303;

}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer p {
  color: #878787;
  font-weight: 300;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 3px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #878787;  font-weight: 300;

}

#footer .footer-top .footer-links ul a:hover {
  color: #a90a0a;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;  font-weight: 300;

}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #8A0303;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

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

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  font-weight: 300;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

#footer .credits a {
  color: #bfddfe;  font-weight: 300;

}

#footer .credits a:hover {
  color: #f1f7ff;
}
.contactForm .form-control[type=number]::-webkit-inner-spin-button,
.contactForm .form-control[type=number]::-webkit-outer-spin-button,
.contactForm .form-control[type=date]::-webkit-inner-spin-button,
.contactForm .form-control[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;color: #fff;
}
.contactForm .form-control[type="number"],
.contactForm .form-control[type="date"]  {-moz-appearance: textfield;color: #fff;}
select.custom-select, select.form-control {
  -webkit-appearance: none;
  height: 35px;
  background: url(../img/down-arrow.png) 98% center / 13% no-repeat;color: #fff;
}
input.form-control::-webkit-input-placeholder{color: #fff; }
#footer table{width: 100%}
#footer table tr{border-bottom: 1px dashed #878787;}
#footer table tr a{color:#878787}
#footer table tr td{    font-family: 'Roboto Slab', serif;padding-bottom: 10px;padding-top: 10px;
  font-weight: normal;color:#878787;
  vertical-align: text-bottom;}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/



@media (max-width: 991px) {
  #header {
    height: 60px;
    padding: 10px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;    text-shadow: 0px 2px 7px #8A0303;

  }

  #intro {
    padding: 140px 0 60px 0;
  }

  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }

  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }

  
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  #intro .intro-info {
    width: 100%;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }


  #intro h2.d-xs-none{display: none}
  #intro h2{margin-top:40px}
}

@media (max-width: 574px) {
  #intro {padding: 100px 0 60px 0;}
  #intro h1 {font-size: 60px;}
  ul#myTab {top: 15%;right: 5%;}
}

.form-check-label span{color: #fff;    font-family: 'Bebas Neue Regular';font-size: 24px;line-height: 24px;}
.form-check-inline .form-check-input {margin-right: .6125rem;float: left;line-height: 24px;}

.days-left-sect { padding-top: 2rem;font-family: 'Bebas Neue Regular';}
.days-left-col ul .list-inline-item:not(:last-child) { margin-right: 1.5rem; }
.mdate { line-height: 1.5; font-family: 'Bebas Neue Regular';}
.days { line-height: 1; margin-bottom: 0.25rem; font-family: 'Bebas Neue Regular';}
.days span { font-size: 3.6rem; color: #fff; display: inline-block; font-family: 'Bebas Neue Regular';}
.days small { font-size: 1.75rem; font-family: 'Bebas Neue Regular';}
.seatleft { font-size: 1.8rem;font-family: 'Bebas Neue Regular'; }
.seatnumber { color: #fff; font-size: 1.75rem; line-height: 1; font-family: 'Bebas Neue Regular';}
.fixedbtn {
  z-index: 111;
  bottom: 0px;
  right: 0; font-size: 1.75rem;   padding: 0.75rem 5rem;border-radius: 0;    background: #8A0303;font-family: 'Bebas Neue Regular';color: #fff;


}
.pricingValue {
  width: 5.2rem;
  line-height: 5.2rem;
  font-size: 1.75rem;
  color: #fff;
  background: #8A0303;
}