@import url('https://fonts.googleapis.com/css?family=Questrial&display=swap');
body{}
:root {
  --main-white-color: white;
  --main-black-color: black;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.static {
  position: static;
}

.cover {
  background-size: cover;
  background-position:left top;
  background-repeat: no-repeat;
}

.owl-carousel .owl-slide {
  position: relative;
  height: 100vh;
  background-color: lightgray;
}

.owl-carousel .owl-slide-animated {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  position: absolute;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
  outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid var(--main-black-color);
  transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--main-black-color);
}

.owl-carousel .owl-nav {
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  margin: 0;
}

.owl-carousel .owl-nav svg {
  opacity: 0.3;
  transition: opacity 0.3s;
}

.owl-carousel .owl-nav button:hover svg {
  opacity: 1;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

section {
  display: none;
}
.slide {
    color: #ffffff;
    position: relative;
}
@media screen and (max-width: 575px) {
  .owl-carousel .owl-nav {
    top: 5%;
  }
  
  .owl-carousel .owl-nav svg {
    width: 24px;
    height: 24px;
  }
}

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat left top scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.about{ background: #24305a;  padding:170px 0; position: relative;}
.about h2{ color: #fff; text-align: center; font-size: 40px; text-transform: uppercase; padding-bottom: 100px;} 
.seabed{ position: absolute; bottom: 0; width: 100%; }
.about .rhs{ position: absolute; right: 0; top: 0; }
.about .lhs{ position: absolute; left: 0; bottom: 0; }
/*/ start count stats /*/


/*/ end count stats /*/
.about {
    background: #24305a;
    padding: 170px 0;
    position: relative;
    height: 100vh;
}
@media (min-width: 0px) and (max-width:786px) {
.about{ height: auto; }
.about img{ margin: 0 auto; display: block;}
.carousel-item {
  height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slide-control {
    color: #fff;
    background: rgba(0,0,0,0.8);
    left: 30px;
    margin-top: 0;
    position: absolute;
    bottom: auto;
    padding: 5px 10px;
    width: 35px;
    height: 35px;
    top: 50%;
}
.slide-control .fa {
    font-size: 20px;
    opacity: 0.6;
}
.about{height:auto;}

}
