/* Video Modal */
#headerPopup {
  width: 75%;
  margin: 0 auto;
}

#headerPopup iframe {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  #headerPopup {
    width: 100%;
  }
}

/* Scroll Trigger Slide Animation */
.fadein-left1 {
  left: -400px;
  opacity: 0;
}

.fadein-right1 {
  right: -400px;
  opacity: 0;
}

.fadein-left2 {
  left: -400px;
  opacity: 0;
}

.fadein-right2 {
  right: -400px;
  opacity: 0;
}

/* Header */
.header__sticky .title-color {
  color: #2c2d2d !important;
  filter: drop-shadow(0px 0px 0px black);
}

.header:hover .title-color {
  color: #2c2d2d !important;
  filter: drop-shadow(0px 0px 0px black);
}


/* Carousel */
.cloud_slide1 {
  width: 10%;
  height: 10%;
  left: 10%;
  margin-top: -500px;
  position: absolute;
  transition: margin-top .7s ease-in;
  filter: invert(1);
}

.active .cloud_slide1 {
  margin-top: 0px;
}

.cloud_slide2 {
  width: 25%;
  height: 25%;
  right: 10%;
  margin-top: -500px;
  position: absolute;
  transition: margin-top .7s ease-in .3s;
  filter: invert(1);
}

.active .cloud_slide2 {
  margin-top: 200px;
}

.cloud_slide3 {
  width: 20%;
  height: 20%;
  right: 30%;
  margin-top: -500px;
  position: absolute;
  transition: margin-top .7s ease-in .5s;
  filter: invert(1);
}

.active .cloud_slide3 {
  margin-top: -150px;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  height: 800px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 30px;
  height: 30px;
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 100;
  width: 10%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: contrast(0.5);
}

.masthead__gradient-content {
  height: 800px;
}

.zin-100 {
  z-index: 100;
  position: relative;
}

.pt-6 {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

@media (max-width: 991px) {
  .masthead__gradient-content {
    padding: 200px 0 0;
  }

  .pt-6 {
    min-width: 160px;
  }

  .core-responsive-slide .core-nav .wrap-core-nav-list {
    padding-top: 100px;
  }
}

@media (max-width:991px) {
  .header {
    padding: 10px 0 5px;
  }
}

.header__sticky .nav-header .brand {
  margin-top: 5px !important;
}

@media (max-width:991px) {
  .header__sticky:hover .nav-header .brand {
    margin-top: 0px !important;
  }

  .header__sticky .nav-header .brand {
    margin-top: 0px !important;
  }
}

.header:hover .nav-header .brand {
  margin-top: 5px !important;
}

@media (max-width:991px) {
  .header:hover .nav-header .brand {
    margin-top: 0px !important;
  }

  .js-header-scroll {
    padding: 5px 0px !important;
  }
}

.header__sticky .brand img {
  max-width: 60%;
  max-height: 60%;
  transition: all 0.5s ease;
}

.dark-back {
  background-color: #f2f2f2;
}

.brand img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s ease;
}

@media (max-width:520px) {
  .brand img {
    max-width: 60%;
    max-height: 60%;
    transition: all 0.5s ease;
  }

  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    height: 700px;
  }

  .masthead__gradient-content {
    height: 700px;
  }

  .masthead {
    height: 700px;
  }

  .masthead__style-watter .container {
    height: 620px;
  }

}

.header .menu li a:hover {
  color: #1e5ee5 !important;
}

.header__mobile-brand {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url("../../../assets/brand/BizMotionLogo.png") no-repeat 0 0;
  background-size: 70px 70px;
  text-indent: -99999px;
}

.header__mobile {
  padding: 5px 0;
}

.footer__widget-logo {
  margin-top: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.section__cta {
  background: url() #ecf2fe;
}

.section__cta-column {
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}

@media (max-width: 991px) {

  .header .core-nav .wrap-core-nav-list.right .menu li,
  .header:hover .core-nav .wrap-core-nav-list.right .menu li,
  .header__inner .core-nav .wrap-core-nav-list.right .menu li,
  .header__sticky .core-nav .wrap-core-nav-list.right .menu li {
    padding: 15px !important;
  }
}

/* NAV Color Transition */
.light {
  color: #fff !important;
  filter: drop-shadow(0px 0px 1px black);
}

.masthead__geo-fencing {
  height: 800px;
  background: linear-gradient(to bottom, rgb(211, 243, 255) 0, rgb(121, 186, 206) 100%);
  padding-top: 100px;
}

.back-map {
  vertical-align: middle;
  width: 100%;
  position: relative;
  z-index: 10;
  top: -120px;
}

@media (min-width: 768px) {
.back-map {
  top: -200px;
}
}

@media (min-width: 1200px) {
  .back-map {
    top: -200px;
    width: 90%;
left: 10%;
  }
}

.geo-title {
  font-size: 20px;
  position:relative;
  z-index: 100;
}

.geo-subtitle {
  position: relative;
  z-index: 100;
}