@charset "UTF-8";
/* CSS Document */
/*
Myriad Pro Regular
font-family: "myriad-pro", sans-serif;
font-weight: 400;
font-style: normal;
Myriad Pro Bold
font-family: "myriad-pro", sans-serif;
font-weight: 700;
font-style: normal;
*/
body {
  font-family: "myriad-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
    margin-top:40px;
}
strong {
  font-family: "myriad-pro", sans-serif;
  font-weight: 700;
}
.navbar-brand {}
#intro {
  background-image: url("/img/bg-intro-02.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.text-shadow {
  text-shadow: 1px 1px 2px rgba(0,0,0, 0.75);
}
/*=== Scroll Down Styles ===*/
#scroll-down {
  background: #212529;
  /*background: linear-gradient(0deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, 0) 75%);*/
  font-size: 1.25rem;
  text-align: center;
  text-decoration: none;
  /*text-shadow: 1px 1px 2px rgba(255,255,255, 0.25);*/
  display: block;
  position: relative;
  height: 100px;
  color: #cc0000;
  transition: opacity .3s;
    padding-top: 20px;
}
#scroll-down:hover {
  opacity: .75;
}
#scroll-down span {
  position: absolute;
  top: 2rem;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #cc0000;
  border-bottom: 1px solid #cc0000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
/*=== End of Scroll Down Styles ===*/
.text-red {
  color: rgb(204, 0, 0);
}
.text-blue {
  color: rgb(0, 150, 255);
}
.card-video {
  border-radius: 0;
}
.card-video .card-img-overlay {
  background-color: rgba(0, 0, 0, .3);
}
.card-video .card-img-overlay i {
  color: rgba(255, 255, 255, .5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
}
a.card-video:link, a.card-video:visited {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
a.card-video:hover, a.card-video:active, a.card-video:focus, a.card-video.focus {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
a.card-video:link .card-img-overlay i, a.card-video:visited .card-img-overlay i {
  color: rgba(255, 255, 255, .5);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
a.card-video:hover .card-img-overlay i, a.card-video:active.card-img-overlay i, a.card-video:focus .card-img-overlay i, a.card-video.focus {
  color: rgba(255, 255, 255, 1);
}

.btn-outline-red {
    color: #cc0000;
   border-color: #cc0000;
   background-color: transparent;
}
.btn-outline-red:hover,
.btn-outline-red:active,
.btn-outline-red:focus,
.btn-outline-red.focus {
    background-color:#cc0000;
}
/*=== Form Styles ===*/
.form-control.is-invalid {
    background: none;
}
.fv-help-block {
    color: rgb(204,0,0);
}
input.btn-submit {
  background-color: rgba(204, 0, 0, 1);
  border-radius: 0;
  color: rgb(255, 255, 255);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  white-space: normal;
  width: 100%;
  padding: 15px;
}
input.btn-submit:hover, input.btn-submit:active, input.btn-submit:focus, input.btn-submit.focus {
  background-color: rgba(255, 0, 0, 1);
  color: rgb(255, 255, 255);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
/*=== End of Form Styles ===*/
/*reCaptcha Styles
=======================================================*/
.grecaptcha-badge {
  visibility: hidden;
}
