.menu a {
  text-decoration: none;
  color: #888;
}

.menu a.active {
  text-decoration: underline;
  color: #60d2de;
}

body {
  background-color: #f7f7f7;
}

.bg-gray {
  background-color: #b5b5b5;
  background-image: linear-gradient(to bottom, #fff, #aaa 97%, #fff);
}

.bg-light-gray {
  background-color: #aaa;
}

.fs-7 {
  font-size: 12px;
}

.fs-8px {
  font-size: 8px;
}

.footer-bg-color {
  background: #60d2de !important;
}

.bg-color {
  background: #60d2de !important;
  transition: .1s ease-out;
}

.bg-btn-color {
  background: #60d2de !important;
  transition: .1s ease-out;
}

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: auto;
}

.bg-eee {
  background: #eee;
  border-radius: 5px;
  padding: 10px;
}

.leftRight {
  position: absolute;
  right: 0;
  top: -40px;
}

.carousel-control-next,
.carousel-control-prev {
  filter: invert(100%);
}


@media (max-width: 767px) {
  .carousel-inner .carousel-item>div {
    display: none;
  }

  .carousel-inner .carousel-item>div:first-child {
    display: block;
  }

  .leftRight {
    position: relative;
    right: 0;
    top: 0px;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

@media (min-width: 768px) {

  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}

.card-img-top {
  height: 200px;
object-fit: cover;
}

@media (max-width:990px) {
  :not(.scrolled) .navbar-collapse.show {
    background: #fff;
    border: 1px solid #ccc;
    transition: all 0.1s linear;
  }

  :not(.scrolled) .navbar-collapse {
    transition: all 0.1s linear;
  }

  :not(.scrolled) .navbar-collapse.show a {
    color: #000 !important;
  }

  :not(.scrolled) .navbar-collapse.show .menu {
    padding: 15px;
  }

  .scrolled .navbar-toggler-icon {
    filter: invert(100%);
  }
}


.menu a {
  text-decoration: none;
  color: #888;
}

.menu a.active {
  text-decoration: underline;
  color: #60d2de;
}

nav {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transition: all 0.3s linear;
}

.remove-underline {
  text-decoration: none;
}

.bg-head-color {
  position: absolute;
}

.footer-bg-color {
  background: #60d2de !important;
}

.text-light-color {
  color: #60d2de;
}

.text-dark-color {
  color: #60d2de;
  font-weight: 700;
}

.bg-head-color.scrolled {
  position: sticky;
  background: white !important;
}

#overlay {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  overflow: hidden;
}

#overlay video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto !important;
  height: auto !important;
  z-index: -5;
}

#overlay:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, #60d2de 0%, #4ca8b1 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #60d2de 0%, #4ca8b1 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, #60d2de 0%, #4ca8b1 100%);
  opacity: 0.90;
  z-index: 0;
  position: absolute;
}

video {
  width: 100%;
  height: auto;
}

.content {
  position: absolute;
  top: 10%;
  color: #fff;
  padding: 100px;

  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.video-wrapper {
  height: 100vh;
}

@media (min-width:998px) {

  .px-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

@media (max-width:998px) {
  .content {
    padding: 20px;
  }

  
}

@media (max-width:600px) {
  .px-7 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

.content div {
  padding-top: 10px;
  padding-bottom: 10px;
}

.play-button {
  animation: move 3s infinite linear;
}

.scroll-txt {
  font: 700 14px / 24px "Open Sans", sans-serif;
}

@keyframes move {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }

}

.m-header {
  position: absolute;
  right: -5px;
  top: -25px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.display-7 {
  font-size: calc(1.075rem + 1.2vw);
  font-weight: 300;
  line-height: 1.2;
}

.display-8 {
  font-size: calc(.375rem + 1.2vw);
  font-weight: 300;
  line-height: 1.2;
}