@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;600;700&&display=swap');
body {
  position: relative;
}
.grecaptcha-badge { 
    visibility: hidden;
}
section {
  overflow: hidden !important;
}
.show {
    display: block;
}
.hide {
    display: none;
}
@media(max-width:767px) {
    #logo-1 {
        display: none !important;
    }
    #logo-2 {
        display: block !important;
    }
}
#logo-1 {
    height: 47px !important;
    width: auto;
}
#logo-2 {
    height: 32px !important;
    width: auto;
}
.py-6 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.quicksand {
  font-family: 'Quicksand';
}
.transparent {
  background: none;
}
#mainNav .active {
  color: #df3025 !important;
}

#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #df3025;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media(max-width:767px) {
    .brand-name {
        font-size: 4.9vw !important;
    }
}

.brand-name {
    font-family: 'Lato', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.4em !important;
    font-size: 3.5vw;
}

@media (max-width: 991px) {
    #mainNav {
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    background: #fff;
    font-family: 'Quicksand';
    z-index: 1000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    }
    #mainNav .navbar-brand {
    font-size: 1.75em;
    color: #6a6a6a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
    color: #6a6a6a;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    }
}

@media (min-width: 992px) {
    #mainNav {
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    background: transparent;
    font-family: 'Quicksand';
    z-index: 1000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    }
    #mainNav .navbar-brand {
    font-size: 1.75em;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    }
  #mainNav .navbar-toggler, #mainNav .navbar-toggler {
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    }
    #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    }
    #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
    color: #6a6a6a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    }
  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
    color: #6a6a6a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    }
}

.header {
    height: 100vh;
    min-height: 500px;
    color: #fff;
  width: 100%;
  background: rgb(0,0,0);
  background: radial-gradient(circle, rgba(0,0,0,0.8995973389355743) 0%, rgba(0,0,0,0.4654236694677871) 35%);
  position: relative;
  overflow: hidden;
  text-shadow: 1px 1px #000;
}

#video-header {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

#video-header #background-video {
    position: absolute;
    top: 0;
    z-index: 0;
    object-fit: cover;
    width:100%;
    height:100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    &::-webkit-media-controls {
        display:none !important;
    }
}

#Main-Features {
  background: #fff;
  background-size: cover;
}

.card {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100% !important;
  height: auto !important;
}

#Development-History, #Gallery {
  background: url('../images/bg-tracks.jpg') center no-repeat;
  background-size: cover;
}

.gallery-img {
  width: 100% !important;
  height: auto !important;
  box-shadow:20px 2px 20px gray;
}

#Development-History .about_img img {
    max-width:100%;
  border-radius:15px;
    box-shadow:0 16px 28px 0 rgba(8,56,103,.5);
}

@media (min-width:1200px) {
    #Development-History .about_img img {
    width:60%;
  }

    #Development-History .about_img_2 {
    margin:-180px 0 0 270px;
  }
    
    #Development-History .about_img_3 {
    margin:-260px 0 0 40px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
    #Development-History .about_img img {
    width:55%;
  }

    #Development-History .about_img_2 {
    margin:-180px 0 0 210px;
  }
    
    #Development-History .about_img_3 {
    margin:-100px 0 0 40px;
  }
}

@media (min-width:768px) and (max-width:991px) {
    #Development-History .about_img img {
    width:60%;
  }

    #Development-History .about_img_2 {
    margin:-180px 0 0 270px;
  }
    
    #Development-History .about_img_3 {
    margin:-260px 0 0 40px;
  }
}

@media(max-width:767px) {
    #Development-History .about_img img {
    margin:2rem 0;
  }
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 80px;
  bottom: 90px;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 95%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  background: #fff;
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: calc(50% - 25px);
  left: 5%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-heading {
  width: 95%;
  text-align: left;
}

.timeline-heading > ul > li {
  list-style-type: disc;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

.video {
    width: 100%;
    height: auto;
    margin: auto;
    box-shadow:2px 2px 5px grey;
}

@media(max-width:767px) {
    .lead {
        font-size: 0.7em !important;
           }
}

.lead {
  font-weight: 400;
    font-size: 1.2em;
}

.read-more {
    font-size: 2em;
    -webkit-animation: action 1s infinite alternate;
    animation: action 1s infinite alternate;
}

#Contact {
    background-color: #212529;
    background-image: url(../images/map-image.png);
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}

h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 10px;
    text-transform: none;
}
h4.section-subheading {
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 70px;
    text-transform: none;
    color: #bcbcbc;
}


#Contact .form-group {
    margin-bottom: 25px;
}

#Contact .form-group input.form-control {
    height: auto;
}

#Contact .form-group input, #Contact .form-group textarea {
    padding: 20px;
}

#Contact .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#Contact .form-group textarea.form-control {
    height: 248px;
  overflow: auto;
    resize: vertical;
}

.is-invalid {
  border: 2px solid #df3025 !important;
}

.help-block {
  color: #df3025;
  margin-top: 5px;
  text-shadow: 1px 1px 2px #5d5d5d;
}

.btn-red {
    background-color: #df3025;
    border-color: #df3025;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #ffffff;
}
.btn-xl {
    font-size: 18px;
    padding: 20px 40px;
    font-weight: 799;
}
.btn-red:active, .btn-red:focus, .btn-red:hover {
  background-color: #a90b00 !important;
  border-color: #a90b00 !important;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-red:active, .btn-red:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 107, 0, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(205, 107, 0, 0.5) !important;
}

.disabled {
    background-color: #8b0900 !important;
    border-color: #8b0900 !important;
}

#back-to-top {
  font-size: 2em;
  color: #6a6a6a;
}

#back-to-top:hover {
  color: #df3025;
}

@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

#preloader {
    position: fixed;
    z-index: 20000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    text-align: center;
}

.preloader1 {
    width: 60px;
    height: 60px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 2px solid;
    border-top-color: rgba(0, 0, 0, 0.65);
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-left-color: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    -webkit-animation: preloader1 0.9s ease-in infinite;
    animation: preloader1 0.9s ease-in infinite;
    position: absolute;
    margin-left: -30px;
    top: 45%;
}

@keyframes preloader1 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes preloader1 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.preloader-wrap {
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
}

.spinner {
    display: table-cell;
    vertical-align: middle;
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@keyframes bounceIn {
    0% {
      opacity: 0;
      transform: scale(0);
    }
    20% {
      opacity: 1;
    }
    40% {
      transform: scale(1.15)
    }
    70% {
      transform: scale(.9)
    }
    100% {
      transform: scale(1);
    }
  }
  
  @keyframes slideDown {
    0% {
      transform: translateY(-50px);
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    40% {
      transform: translateY(5px);
    }
    70% {
      transform: translateY(-3px);
    }
    100% {
      transform: translateY(0);
    }
  }
  
  @keyframes slideUp {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    40% {
      transform: translateY(-3px);
    }
    70% {
      transform: translateY(5px);
    }
    100% {
      transform: translateY(0);
    }
  }
  
  @keyframes spinIn {
    0% {
      opacity: 0;
      transform: rotate(180deg) scale(0);
    }
    20% {
      opacity: 1;
    }
    40% {
      transform: rotate(360deg) scale(1.15)
    }
    70% {
      transform: rotate(360deg) scale(.9)
    }
    100% {
      transform: rotate(360deg) scale(1);
    }
  }



