html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "Open Sans", Arial, serif;
  line-height: 1.8;
  font-size: 16px;
  background-color: white;
  font-weight: 300;
  overflow-x: hidden;
}

p {
  font-weight: 600;
}


/* Preloader */

#preloader {
  // padding-top: 25%;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  /* change if the mask should have another color then white */
  z-index: 2000;
  /* makes sure it stays on top */
}

#percent-text {
  font-size: 5vmax;
  font-weight: bold;
  color: white;
}

#status {
  //width: 100%;
  // height: 10%!important;
  //position: absolute;
  //left: 40%;
  /* centers the loading animation horizontally one the screen */
  // top: 60%;
  /* centers the loading animation vertically one the screen */
  //background-image: url(../images/car-drift-loader.gif);
  /* path to your loading animation */
  //background-repeat: no-repeat;
  //background-size: contain;
  //margin: -10% 0 0 -10%;
  /* is width and height divided by two */
}

#loading-logo {
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  /* width: 60%;
  height: 30%;
  top: 20%;
  left: 20%;
  margin: auto;
  // margin: -15% 0 0 -30%;*/
  z-index: 2001;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

#myModal .modal-dialog {
  height: auto;
  width: 60%!important;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#myModal .modal-content .modal-header {
  border-bottom: none;
}

.page {
  //overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  top: -90px;
}

.page-home {
  width: 100%;
}

.page-background {
  width: 100%;
}

#dot-matrix {
  background: url(http://s14.directupload.net/images/111129/44ga9qid.png);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
  //display: none;
}

video#aboutvid {
  object-fit: cover;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

video#bgvid {
  position: fixed;
  overflow: hidden;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  // object-fit: cover;
}

.home-content {
  position: absolute;
  width: 100%;
  top: 35%;
  text-align: center;
  padding-bottom: 100px;
  z-index: 3;
}

.about-content {
  position: absolute;
  width: 100%;
  top: 65px;
  text-align: center;
  // padding-bottom: 100px;
  z-index: 3;
}

.intro-logo img {
  height: auto;
  width: 40%;
  animation-name: cd-bounce-rotate;
  animation-duration: 1.8s;
}

@media (max-width: 768px) {
  .cd-intro-content h1 {
    font-size: 40px!important;
  }
  .cd-intro-content p {
    font-size: 15px!important;
  }
}

.cd-intro-content h1 {
  font-size: 80px;
}

.cd-intro-content p {
  font-size: 25px;
}

.cd-intro-content h1,
.cd-intro-content p,
.cd-intro-content .cd-btn {
  color: white;
  font-weight: bold;
  opacity: 0;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}

.bouncy.cd-intro-content h1 {
  animation-name: cd-bounce-right;
}

.bouncy.cd-intro-content p {
  animation-name: cd-bounce-left;
}

.bouncy.cd-intro-content h1,
.bouncy.cd-intro-content p {
  animation-duration: 1.0s;
}

.bouncy.cd-intro-content .cd-btn {
  animation-name: cd-bounce-rotate;
  animation-duration: 0.8s;
}

.bouncy.cd-intro-content .cd-btn.main-action {
  animation-delay: 0.4s;
}

@media screen and (min-width: 768px) {
  .fade-left {
    animation-name: fade-left;
  }
  .fade-right {
    animation-name: fade-right;
  }
  .fade-rotate {
    animation-name: fade-rotate;
  }
  .fade-left,
  .fade-right,
  .fade-rotate {
    animation-delay: 7.4s;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
  }
}

@keyframes cd-bounce-right {
  0% {
    opacity: .2;
    transform: translateX(-200px);
  }
  60% {
    opacity: .7;
    transform: translateX(15px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes cd-bounce-left {
  0% {
    opacity: .2;
    transform: translateX(200px);
  }
  60% {
    opacity: .7;
    transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes cd-bounce-rotate {
  0% {
    opacity: .2;
    transform: perspective(800px) rotateX(-80deg);
  }
  20% {
    opacity: 1;
  }
  60% {
    transform: perspective(800px) rotateX(20deg);
  }
  100% {
    opacity: 1;
    transform: perspective(800px) rotateX(0);
  }
}

@keyframes fade-right {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  60% {
    opacity: .7;
    transform: translateX(15px);
  }
  100% {
    opacity: 0;
    transform: translateX(-200px);
  }
}

@keyframes fade-left {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  60% {
    opacity: .7;
    transform: translateX(-15px);
  }
  100% {
    opacity: 0;
    transform: translateX(200px);
  }
}

@keyframes fade-rotate {
  0% {
    opacity: 1;
    transform: perspective(800px) rotateX(0);
  }
  20% {
    transform: perspective(800px) rotateX(20deg);
  }
  60% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
    transform: perspective(800px) rotateX(-80deg);
  }
}

.aboutCol1 {
  background-color: #FFD700;
  height: 250px;
}

.aboutCol4 {
  background-color: #FFFFFF;
  height: 250px;
}

.aboutCol2 {
  height: 250px;
  padding: 0px 0px 0px 0px;
}

.aboutCol2 img {
  height: 100%!important;
  width: 100%!important;
}

.aboutCol3 {
  height: 250px;
  padding: 0px 0px 0px 0px;
}

.aboutCol3 img {
  height: 100%!important;
  width: 100%!important;
}

a {
  color: #00136f;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  text-decoration: underline !important;
  color: #00136f;
}

a:focus,
a:active {
  outline: none;
}

p {
  margin-bottom: 1.5em;
  font-size: 16px;
  //color: #727272;
  color: black;
  //font-weight: 300;
  font-family: "Open Sans", Arial, serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans", Arial, serif;
  // font-weight: 400;
  font-weight: bold;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #bdaeca;
}

::-moz-selection {
  color: #fcfcfc;
  background: #bdaeca;
}

::selection {
  color: #fcfcfc;
  background: #bdaeca;
}

.box-wrap {
  background: transparent;
  margin: 0 auto;
  position: relative;
  height: 100%;
  width: 100%;
}

.wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -56px;
  //  padding-top: 30px;
  word-wrap: break-word;
}

#services {
  background-color: #A9A9A9;
}

.box-wrap:before {
  /* position: absolute;
  top: 0;
  left: 0;
  content: '';
  -webkit-box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
  box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);*/
}

.container {
  padding-right: 0;
  padding-left: 0;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

@media screen and (min-width: 768px) {
  .container {
    //width: 100%;
    //  margin-left: 20px;
  }
}

.intro-header {
  background-color: transparent!important;
}

.intro-header nav .nav-container .row {
  background-color: transparent!important;
}

#fh5co-header {
  //padding-top: 30px;
  height: 90px;
  padding-bottom: 0;
  // margin-bottom: 1em;
  background-color: #00136f;
}

#about-wrap #fh5co-header {
  margin-bottom: 0;
}

#fh5co-header .navbar-fixed-top .nav {
  text-align: center;
}

#fh5co-header .navbar-fixed-top {
  right: auto;
  left: auto;
  padding-top: 30px;
}

#fh5co-header .navbar-default {
  //height: 60px;
  z-index: 1000;
  border: none;
  // background: #fff;
  // background-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
  padding-bottom: 0;
  margin-bottom: 0;
}

.navbar-container {
  top: -2px!important;
  background-color: #00136f!important;
  width: 100%!important;
}

.nav-container .row {
  background-color: #00136f!important;
  width: 100%!important;
}

#fh5co-header .navbar {
  width: 100%;
  height: 90px;
  // padding: 0;
  //  margin: 0;
}

#fh5co-header .fh5co-navbar-brand {
  width: 100%;
  margin: 0;
}

#fh5co-header .navbar-fixed-top .navbar-header {
  // margin-left: 50px;
  // padding-bottom: 10px;
  height: 60px;
}

.logo img {
  height: 60px;
  width: 300px;
  margin: 0 auto;
  margin-top: -10px;
}

@media screen and (max-width: 375px) {
  .logo img {
    width: 220px;
  }
}

#fh5co-header .fh5co-navbar-brand .fh5co-logo {
  width: 52px;
  height: 30px;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.navbar-toggle {
  margin-right: 15px;
}

#fh5co-header .fh5co-navbar-brand .fh5co-logo:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 992px) {
  #fh5co-header .fh5co-navbar-brand {
    //  text-align: center;
    // margin-bottom: 40px;
  }
}

#fh5co-header .nav li {
  font-size: 15px;
  display: inline-block;
  margin-left: 20px;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block!important;
  }
  .collapsing {
    overflow: hidden!important;
  }
}

@media screen and (max-width: 768px) {
  #bs-example-navbar-collapse-1 {
    background-color: rgba(0, 0, 0, 0.8);
  }
  #fh5co-header .nav li {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 990px) {
  #fh5co-header .nav li {
    margin-left: 15px;
  }
}

@media screen and (min-width: 768px) {
  #fh5co-header .nav li:first-child {
    margin-left: 0;
  }
}

#fh5co-header .nav li a {
  font-family: "Open Sans", Arial, serif;
  color: white;
  position: relative;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
}

#fh5co-header .nav li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -3px;
  left: 0;
  background: white;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: .25s linear;
}

#fh5co-header .nav li a:hover:before,
#fh5co-header .nav li a:focus:before {
  visibility: visible;
  transform: scaleX(1);
}

#fh5co-header .nav li a:hover,
#fh5co-header .nav li a:focus {
  color: white !important;
  background: transparent;
  text-decoration: none !important;
}

@media screen and (max-width: 768px) {
  #fh5co-header .nav li a {
    padding: 10px 0;
  }
}

#fh5co-header .nav li.active a,
#fh5co-header .nav li.active a:hover,
#fh5co-header .nav li.active a:focus {
  border-bottom: 3px solid white;
}


/*
#fh5co-header .nav li.active a:before,
#fh5co-header .nav li.active a:hover:before,
#fh5co-header .nav li.active a:focus:before {
  position: absolute;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: -20px;
  background: #a980cd;
  //background: #FF0000;
  content: '';
  left: 50%;
  margin-left: -4px;
}*/

.navbar-shrink {
  background-color: #00136f!important;
}

@media screen and (max-width: 768px) {
  .owl-carousel img {
    height: 300px!important;
    width: auto;
  }
  .fh5co-intro-cover {
    padding-top: 100px!important;
    height: 300px!important;
    width: 100%;
  }
  .fh5co-intro-cover h2 {
    font-size: 25px!important;
  }
  .fh5co-intro-cover h3 {
    font-size: 16px!important;
  }
  #fh5co-header .nav li.active a:before {
    //top: 0;
    height: 0px;
    width: 0px;
  }
}

@media screen and (max-width: 992px) {
  #fh5co-header .nav li.active a {
    //  color: #000;
  }
}

@media screen and (max-width: 480px) {
  #fh5co-header .nav li.active a {
    border-bottom: 2px solid transparent;
    // color: #a980cd;
    color: #FF0000;
  }
}

@media screen and (max-width: 992px) {
  #fh5co-header .nav {
    //  margin-bottom: 40px;
    // text-align: center;
  }
}

.owl-carousel {
  // margin-bottom: 4em;
  overflow: hidden;
}

.owl-carousel .item {
  height: 500px;
  width: auto;
  background-repeat: no-repeat;
  background-position: bottom;
  //background-size: 100% 100%;
  background-size: cover;
}

.owl-carousel .item .container {
  position: relative;
}

.owl-carousel .slider-caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding-right: 15px;
  padding-left: 15px;
  position: absolute;
  width: 50%;
  top: 120px;
  left: 0%;
  right: inherit;
}

.owl-carousel .slider-caption-header {
  color: white;
  font-weight: bold;
  font-size: 56px;
  border-bottom: 7px solid #45aaff;
}

.owl-carousel .slider-caption-text {
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 25px;
}

@media screen and (max-width: 992px) {
  .owl-carousel .slider-caption {
    width: 90%;
    left: 5%;
  }
}

@media screen and (max-width: 768px) {
  .owl-carousel .slider-caption {
    width: 90%;
    left: 5%;
    top: 100px;
  }
  .owl-carousel .slider-caption-header {
    font-size: 36px;
  }
}

#slider .owl-prev {
  left: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

#slider .owl-next {
  right: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}


/* Owl Override Style */

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.owl-prev,
.owl-next {
  opacity: 0 !important;
}

.owl-carousel:hover .owl-controls .owl-nav .owl-prev {
  opacity: 1 !important;
}

.owl-carousel:hover .owl-controls .owl-nav .owl-next {
  opacity: 1 !important;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: 40px;
}

.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: 40px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -50px;
}

@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -50px;
}

@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #000;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  font-size: 40px;
  color: #fff;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #fff;
}

.owl-carousel2 .owl-controls .owl-nav .owl-next i,
.owl-carousel2 .owl-controls .owl-nav .owl-prev i {
  font-size: 50px;
  color: rgba(0, 0, 0, 0.5);
}

.owl-carousel2 .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel2 .owl-controls .owl-nav .owl-prev:hover i {
  color: rgba(0, 0, 0, 0.6);
}

.owl-carousel2 .owl-controls .owl-nav .owl-next {
  right: -50px;
}

.owl-carousel2 .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel2 .owl-controls .owl-nav .owl-prev {
  left: -50px;
}

.owl-carousel2 .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel2 .owl-dots {
  display: none !important;
}

@media screen and (max-width: 992px) {
  .owl-carousel2 .owl-dots {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover,
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: 40px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.about-section {
  padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
  .about-section {
    padding-bottom: 3em;
  }
}

.fh5co-intro-cover h2 {
  font-size: 48px;
  font-style: oblique;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  letter-spacing: 1px;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fh5co-intro-cover h3 {
  font-weight: bold;
  font-style: oblique;
  color: white;
  font-size: 38px;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.section-overlay {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 0 !important;
}

.section-overlay:before {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.section-overlay .float-overlay {
  z-index: 9;
}

.fh5co-cover {
  min-height: 448px;
  position: relative;
  margin-bottom: 40px;
  background-size: cover!important;
  background: center center;
}

.fh5co-cover .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  background: rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

.fh5co-cover .desc p {
  color: #fff;
  margin-bottom: 10px;
}

.fh5co-cover .desc span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}

.fh5co-cover .fh5co-cover-hero {
  min-height: 122px;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.fh5co-cover .fh5co-cover-hero .fh5co-cover-thumb {
  width: 170px;
  height: 123px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover!important;
  background: center;
}

.fh5co-cover .fh5co-cover-hero .desc-thumb {
  padding-left: 9.5em;
}

.fh5co-cover .fh5co-cover-hero .desc-thumb p {
  margin-bottom: 7px;
}

.fh5co-cover .fh5co-cover-hero .desc-thumb span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 992px) {
  .fh5co-cover .fh5co-cover-hero {
    height: 448px;
  }
  .fh5co-cover .fh5co-cover-hero .fh5co-cover-thumb {
    height: 448px;
    width: 100%;
  }
  .fh5co-cover .fh5co-cover-hero .desc-thumb {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    background: rgba(0, 0, 0, 0.2);
  }
  .fh5co-cover .fh5co-cover-hero .desc-thumb p {
    color: #fff;
    margin-bottom: 10px;
  }
  .fh5co-cover .fh5co-cover-hero .desc-thumb span {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
  }
}

.fh5co-intro-cover {
  background-color: #222222;
  height: 400px;
  background-repeat: no-repeat;
  // background-size: 100% 100% !important;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  padding-top: 130px;
  position: relative;
  margin-bottom: 20px;
}

.fh5co-grey-section {
  background: rgba(0, 0, 0, 0.03);
  padding: 5em 0;
}

.fh5co-border-line {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.fh5co-inner {
  margin-bottom: 3em;
  position: relative;
}

.fh5co-inner img {
  position: absolute;
  top: 20%;
  left: 0;
  height: 110px;
  width: auto;
}

.fh5co-inner i {
  position: absolute;
  top: 20%;
  left: 0;
  font-size: 60px;
}

.fh5co-inner .holder-section {
  word-break: break-all;
  padding-left: 7em;
}

.fh5co-inner .holder-section h3 {
  font-size: 20px;
  text-transform: uppercase;
  //color: #a980cd;
  color: #FF0000;
  letter-spacing: 1px;
  font-weight: bold;
}

.fh5co-services {
  margin-bottom: 4em;
}

.fh5co-services img {
  position: absolute;
  top: 20%;
  left: 0;
  height: 90px;
  width: auto;
}


/*https://css-tricks.com/almanac/properties/p/pointer-events/*/

.avoid-clicks {
  pointer-events: none;
}

.about-section img.display-left {
  float: left;
  padding-right: 25px;
  max-width: 60%;
  height: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .about-section img.display-left {
    float: none;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}

.profile {
  float: left;
  margin-right: 15px;
}

.about-section img.display-right {
  float: right;
  padding-left: 25px;
  width: 400px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .about-section img.display-right {
    float: none;
    width: 70%;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
  }
  .about-section video.display-left {
    float: none;
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
  }
}

#fh5co-product-section .product-inner {
  margin-bottom: 7em;
  float: left;
  width: 100%;
}

#fh5co-product-section .product-inner:last-child {
  margin-bottom: 0;
}

#fh5co-product-section .product-inner h3 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#fh5co-product-section .product-inner h3 a {
  color: rgba(0, 0, 0, 0.8);
}

#fh5co-product-section .product-inner img {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}

#fh5co-product-section .product-inner .desc {
  margin-top: 1.5em;
}

@media screen and (max-width: 992px) {
  #fh5co-product-section .product-inner .desc {
    margin-top: 0;
  }
}

.list {
  list-style-type: none;
}

.sidebar a:hover {
  text-decoration: none !important;
  color: #00136f!important;
  font-weight: bold;
}

.sidebar img {
  margin-bottom: 20px;
}

.sidebar h2 {
  font-size: 20px;
}

.sidebar h3 {
  font-size: 20px;
}

.sidebar .inner {
  margin-bottom: 4em;
}

.sidebar .inner .list li {
  color: rgba(0, 0, 0, 0.4);
}

.sidebar .inner .list li a {
  // color: rgba(0, 0, 0, 0.4);
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #map {
    height: 300px;
  }
}

.contact-info {
  margin: 0;
  padding: 0;
}

.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}

.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #8B0000;
}

.contact-info li a {
  font-weight: 400 !important;
  color: #8B0000;
}

@media screen and (max-width: 768px) {
  .contact-info {
    margin-bottom: 4em;
  }
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.form-control:focus,
.form-control:active {
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: none;
}

input[type="text"] {
  height: 50px;
}

.form-group {
  margin-bottom: 30px;
}

.form-group label {
  font-weight: normal;
  font-weight: 18px;
}

.push {
  height: 56px;
  /* .push must be the same height as .footer */
}

#footer {
  height: 56px;
  z-index: 2;
  background-color: #00136f;
  padding: 0px 0 0px;
  // margin-top: 100px;
}

#footer p {
  color: white;
  padding-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
}

#footer .url-decoration {
  color: white;
  font-weight: bold;
}

.fh5co-social-icons a {
  padding: 4px 8px;
  color: white;
}

.fh5co-social-icons a i {
  font-size: 34px;
}

.heading-section {
  margin-bottom: 5em;
}

.heading-section h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  // color: #a980cd;
  color: #FF0000;
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


/*
.btn.btn-primary {
  background: #a980cd;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  box-shadow: none;
  background: #a980cd;
}*/

.btn:hover,
.btn:active,
.btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
  border-color: transparent;
}

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: right;
}

.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.social li a {
  font-size: 24px;
  display: table;
  width: 24px;
  height: 24px;
  margin: 0 4px;
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.social li a:hover,
.social li a:focus {
  color: #a980cd;
  text-decoration: none;
}

.social li a i {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 992px) {
  .social {
    text-align: center;
  }
}

.js .animate-box {
  opacity: 0;
}


/*  image modal */

.modal:before {
  content: none;
  display: block;
}

.modal-open .modal {
  overflow: hidden;
}

.modal {
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

..modal-dialog {}

.modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.close {
  opacity: 1.0;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


/* image modal */

.story-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.story-row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.date {
  font-family: 'DancingScriptRegular';
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  width: 80px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: white;
}

.date-inverse {
  font-family: 'DancingScriptRegular';
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  width: 80px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: white;
}

.story-img-col {
  height: 300px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .story-img-col {
    //  height: 250px!important;
    width: 100%;
  }
  #middle-story-row {
    flex-direction: column-reverse;
  }
}

.story-title {}

.story-text-col {
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  background-color: #A9A9A9;
  justify-content: center;
}

.story-text-col h3 {
  margin-top: 25px;
  color: black;
  text-transform: uppercase;
}


/*
.story-text-col h3:after {
  content: "";
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  background-color: black;
}*/

#toTop {
  background-color: #00136f;
  border-color: white;
  position: fixed;
  bottom: 105px;
  right: 40px;
  cursor: pointer;
  display: none;
  z-index: 5;
}

#toTop .fa {
  font-size: 2.5vmax;
}

#about-bottom-section {
  padding-top: 60px;
  //background-color: #e5e5e5;
  background-color: #00136f;
  padding-bottom: 200px;
}

#about-bottom-section .story-container {
  padding-left: 0;
  /* -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.75);*/
  border: 2px solid #D3D3D3;
  border-radius: 4px;
}

.breadcrumb {
  font-weight: bold;
  background-color: transparent;
  margin-bottom: 50px;
}

#about-top-section .breadcrumb,
#impressum .breadcrumb,
#agb .breadcrumb,
#contact .breadcrumb {
  margin-top: 20px;
}

#impressum .push,
#agb .push {
  height: 140px;
}

#impressum .print-section,
#agb .print-section {
  border-top: 1px solid #00136f;
  padding-top: 25px;
}

#impressum .print-section i,
#agb .print-section i {
  color: #00136f;
  font-size: 2.5vmax;
  cursor: pointer;
}

.breadcrumb a {
  color: #00136f;
}

.agb-preview a {
  margin-left: 200px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  float: right;
}

@media print {
  #toTop {
    display: none!important;
  }
  .breadcrumb,
  .print-section,
  .agb-preview,
  footer {
    display: none;
  }
  #impressum .printable,
  #agb .printable {
    display: block;
  }
}

#impressum .printable h4,
#agb .printable h4 {
  font-weight: bold;
  font-size: 20px;
}

#contact,
#agb,
#impressum {
  //font-size: 16px;
  margin: 0;
  position: relative;
  //z-index: 1;
  //background-color: #efefef;
  background-color: #A9A9A9;
}

@media (min-width: 768px) {
  #contact:before,
  #agb:before,
  #impressum:before {
    content: "";
    position: absolute;
    bottom: 0;
    background-image: url(../images/motor-reverse.png);
    background-position: -35px bottom;
    background-repeat: no-repeat;
    background-size: 350px auto;
    width: 100%;
    height: 50%;
    opacity: 0.1;
    // z-index: 2;
  }
}

.image-zoom,
.background-zoom {
  cursor: pointer;
}

.map-container {
  width: 100%;
  max-width: 1400px;
  padding: 0;
}

.map-row {}

.map-col {
  width: 100%;
  height: 400px;
  padding: 0;
  border: 2px solid #C0C0C0;
  border-radius: 5px;
}

#contact .breadcrumb {
  margin-bottom: 10px;
}

.letter-col {
  background-color: #F4F2F2;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 40px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  top: -65px;
}

@media (max-width: 991px) {
  .letter-col {
    top: 0;
    margin-bottom: 30px;
  }
}

.letter-col button {
  color: white;
  font-weight: bold;
  background-color: #00136f;
}

.form-col {
  padding-top: 15px;
  text-align: center;
}

.form-col h3 {
  font-style: italic;
  font-weight: bold;
}

.stripes {
  width: 100%;
  height: 18px;
  top: 0;
  background: #fff url(../images/stripes.gif);
  background-size: contain;
}

.text-col {
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.text-col .panel {
  //border-color: #00136f;
  border: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.text-col .panel-heading {
  color: white!important;
  font-weight: bold;
  border: none;
  background-color: #00136f;
}

.text-col .panel-heading h3 {
  margin: 0;
}

.text-col .panel-body p {
  margin: 0;
}

.text-col .panel-body i {
  margin-right: 12px;
  color: #00136f;
}

.text-col .panel-body {
  background-color: #F4F2F2;
}

.text-col .panel-heading h3 {
  color: white;
  font-weight: bold;
}

.contact-bottom-container {
  padding-left: 0;
}

.card-container * {
  color: white;
  font-weight: bold;
}

.card-container p {
  margin-bottom: 0;
  min-height: 50px;
}

.card-container h4 {
  min-height: 38px;
}

.separator-bottom {
  position: absolute;
  width: 100%;
  background-color: inherit;
  //border-color: white;
  z-index: 2;
  bottom: 0;
}

.separator-top {
  position: absolute;
  width: 100%;
  background-color: inherit;
  //border-color: white;
  z-index: 2;
  top: 0;
}

.separator-top:before {
  position: absolute;
  top: -31px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: 49.99%;
  //border-top-color: #efefef;
  border-left-color: #A9A9A9;
  border-right-color: transparent;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  //border-color: inherit;
  border-width: 32px 0 0 900px;
  border-width: 32px 0 0 50vw;
  border-left-width: 900px;
  border-left-width: 50vw;
  z-index: 9;
}

.separator-top:after {
  position: absolute;
  top: -31px;
  border-top-color: transparent;
  // border-bottom-color: #e5e5e5;
  right: 49.99%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  border-left-color: #A9A9A9;
  border-right-color: transparent;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  //border-color: inherit;
  border-width: 32px 0 0 900px;
  border-width: 32px 0 0 50vw;
  border-left-width: 900px;
  border-left-width: 50vw;
  z-index: 9;
}

.separator-bottom:before {
  border-top-color: #A9A9A9;
  border-left-color: transparent;
  border-right-color: transparent;
  right: 50%;
  bottom: -31px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  //border-color: inherit;
  border-width: 32px 0 0 900px;
  border-width: 32px 0 0 50vw;
  border-left-width: 900px;
  border-left-width: 50vw;
  position: absolute;
  z-index: 9;
}

.separator-bottom:after {
  border-top-color: #A9A9A9;
  border-left-color: transparent;
  border-right-color: transparent;
  left: 50%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  bottom: -31px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  // border-color: inherit;
  border-width: 32px 0 0 900px;
  border-width: 32px 0 0 50vw;
  border-left-width: 900px;
  border-left-width: 50vw;
  position: absolute;
  z-index: 9;
}

#contact-info {
  z-index: 3;
}

#service-2 .separator-bottom:before,
#service-2 .separator-bottom:after,
#contact-info .separator-bottom:before,
#contact-info .separator-bottom:after {
  border-top-color: #00136f;
}

#about-bottom-section .separator-bottom:before {
  border-top-color: #00136f; //#e5e5e5;
}

#about-bottom-section .separator-bottom:after {
  border-top-color: #00136f; //#e5e5e5;
}

#gallery .separator-bottom:before {
  border-top-color: #A9A9A9;
}

#gallery .separator-bottom:after {
  border-top-color: #A9A9A9;
}

.container-fluid {
  /* background-image: url("../images/top3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;*/
}

.separator_top,
.separator_bottom {
  border-style: solid;
  border-color: inherit;
}

.sep_triangular_downhill_top .separator_top:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 25px 0 0 1rem;
  border-left-width: inherit;
  top: -24px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: 0;
  position: absolute;
  z-index: 9;
}

.sep_triangular_downhill_bottom .separator_bottom:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 25px 0 0 1rem;
  border-left-width: inherit;
  bottom: -24px;
  border-left-color: transparent;
  border-right-color: transparent;
  left: 0;
  position: absolute;
  z-index: 9;
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.sep_triangular_uphill_top .separator_top:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 25px 0 0 1rem;
  border-left-width: inherit;
  top: -24px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  right: 0;
  position: absolute;
  z-index: 9;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.sep_triangular_uphill_bottom .separator_bottom:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 25px 0 0 1rem;
  border-left-width: inherit;
  bottom: -24px;
  border-left-color: transparent;
  border-right-color: transparent;
  right: 0;
  position: absolute;
  z-index: 9;
}


/*http://stackoverflow.com/questions/21993661/css-auto-hide-elements-after-5-seconds*/

.hideMe {
  -moz-animation: cssAnimation 0s ease-in 8s forwards;
  /* Firefox */
  -webkit-animation: cssAnimation 0s ease-in 8s forwards;
  /* Safari and Chrome */
  -o-animation: cssAnimation 0s ease-in 8s forwards;
  /* Opera */
  animation: cssAnimation 0s ease-in 8s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes cssAnimation {
  to {
    visibility: hidden;
  }
}

@-webkit-keyframes cssAnimation {
  to {
    visibility: hidden;
  }
}

.team-member h3 {
  font-size: 18px;
}

.team-member {
  //border: 2px solid #00136f;
}

.team-member:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.75);
}

.gallery-item {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}


/* css image gallery effect*/


/* CSS3 STYLE GENERIC */

.view {
  position: relative;
  text-align: center;
  cursor: pointer;
}

.view .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.view a.info {
  background: url(../images/link.png) center no-repeat;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
}


/* CSS3 EFFECTS */


/* SECOND EFFECTS */

.effect .mask {
  opacity: 0;
  overflow: visible;
  border: 0px solid rgba(0, 0, 0, 0.7);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.effect a.info {
  position: relative;
  top: -10px;
  opacity: 0;
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}

.effect:hover .mask {
  opacity: 1;
  border: 100px solid rgba(0, 0, 0, 0.7);
}

.effect:hover a.info {
  opacity: 1;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}


/* end of effect */

.contact-preview {
  position: relative;
  height: 550px;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: transparent!important;
}

.contact-preview:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(101, 98, 90, 0.5);
}


/* moving skip arrow */

@keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    background-size: 0 auto;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    background-size: 75% auto;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    background-position: center top;
    background-size: 0 auto;
  }
}

@keyframes pulse2 {
  0% {
    opacity: 0;
    background-position: center center;
    background-size: 0 auto;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    background-size: 75% auto;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    background-position: center center;
    background-size: 0 auto;
  }
}

@keyframes pulse3 {
  0% {
    opacity: 0;
    background-position: center bottom;
    background-size: 0 auto;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    background-size: 75% auto;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    background-position: center bottom;
    background-size: 0 auto;
  }
}

.scroll-down {
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin: 0;
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  border-radius: 80px;
}

.animate {
  display: block;
  height: 100%;
  width: 100%;
  background-image: url("../img/arrow-down.svg");
  background-repeat: no-repeat;
  opacity: 0;
  background-size: 0 auto;
  /*  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;*/
  animation: pulse 1.5s 0s infinite normal ease forwards;
  -webkit-animation: pulse 1.5s 0s infinite normal ease forwards;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}

.animate:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/arrow-down.svg") no-repeat center top;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  webkit-animation: pulse2 1.5s 0.25s infinite normal ease forwards;
  -moz-animation: pulse2 1.5s 0.25s infinite normal ease forwards;
  -o-animation: pulse2 1.5s 0.25s infinite normal ease forwards;
  animation: pulse2 1.5s 0.25s infinite normal ease forwards;
}

.animate:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/arrow-down.svg") no-repeat center top;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  webkit-animation: pulse3 1.5s 0.50s infinite normal ease forwards;
  -moz-animation: pulse3 1.5s 0.50s infinite normal ease forwards;
  -o-animation: pulse3 1.5s 0.50s infinite normal ease forwards;
  animation: pulse3 1.5s 0.50s infinite normal ease forwards;
}


/*end of skip arrow */

#services-top {
  position: relative;
  height: 400px;
  background-image: url("../images/facilities/6.jpg");
  background-repeat: no-repeat;
  //  background-size: 100% 100%;
  background-size: cover;
  background-position: center center;
}

.services-top-overlay {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 19, 111, 0.6);
  width: 100%;
}

.services-top-overlay h3 {
  color: white;
  padding-top: 20px;
  font-weight: bold;
  font-size: 40px;
}

#service-1,
#service-2,
#service-3 {
  position: relative;
  padding: 100px 0;
}

#service-1 {
  padding-top: 48px;
}

#service-1 img,
#service-2 img,
#service-3 img {
  height: 350px;
  width: 100%;
}

#service-2 {
  background-color: #00136f;
}

@media screen and (min-width: 768px) {
  .floating-text {
    float: right;
  }
}

.card-button {
  padding-bottom: 10px;
}

.card-button a {
  text-transform: none;
}

.card-col {
  border-right: 1px solid white;
}

.player-controls {
  font-size: 20px;
}

.with-icon {
  position: relative;
  padding-right: 57px;
}

.with-icon i {
  background-color: #1E90FF;
  display: block;
  border: solid 1px transparent;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 37px;
  height: 100%;
  line-height: 36px;
  font-size: 19px;
  color: inherit !important;
}

#description * {
  // color: #00136f!important;
}

#services-list .icon {
  width: auto;
  height: 90px;
}

.top-section-home {
  height: 500px;
  width: 100%;
  background-image: url("../images/facilities/1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

#time-table td {
  //border-top-color: black;
  border-top: none;
  font-weight: bold;
}

.breadcrumb > .active {
  color: #696969;
}

.table-hover {
  font-weight: bold;
}

.owl-pagination {
  margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
  background: white;
}

.owl-carousel img {
  height: 500px;
  width: 100%;
}
