
  .bkg {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-position:center;
    background-size: cover;
    z-index: -1000;
    opacity: 0.2;

  }

  .transparent {
    background: none;
  }

  .bkg-dark-grd {
    background: rgb(18,18,18);
background: -moz-linear-gradient(0deg, rgba(18,18,18,1) 0%, rgba(28,28,28,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(18,18,18,1) 0%, rgba(28,28,28,1) 100%);
background: linear-gradient(0deg, rgba(18,18,18,1) 0%, rgba(28,28,28,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#121212",endColorstr="#1c1c1c",GradientType=1);
  }




.scheherazade-new-regular {
  font-family: "Scheherazade New", serif;
  font-weight: 300;
  font-style: normal;
}

.scheherazade-new-medium {
  font-family: "Scheherazade New", serif;
  font-weight: 500;
  font-style: normal;
}

.scheherazade-new-semibold {
  font-family: "Scheherazade New", serif;
  font-weight: 600;
  font-style: normal;
}

.scheherazade-new-bold {
  font-family: "Scheherazade New", serif;
  font-weight: 700;
  font-style: normal;
}

  
  .navbar-logo {
    float:left;
    width: 240px;
    height: 100px;
    position: relative;
    left: -50px;
    transition: all 0.5s;
    opacity: 0;
    background-image: url(media/logo_plaque_thumbnail_bw_vector.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .navbar-logo.visible {
    left: 0px;
    opacity: 1;
  }

  .nav-link {

    cursor: pointer;
  }

  .nav-item {
    cursor: pointer;
    transition: all 0.5s;
    opacity: 0;
  }

  .nav-item.visible {
    opacity: 1;
  }


  .navbar {
    position: relative;
    overflow: hidden;
  }

  .navbar-beams-bkg {
    opacity: 0.1;
    position: absolute;
    width: 100vw;
    height: 30vh;
    transition: all 0.5s;
    right: -50px;
    top: -5vh;
    background-image: url(media/navbar-beams-2.png);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    mix-blend-mode: exclusion;
  }

  .navbar-beams-bkg.visible {
    right: 0;
    opacity: 0.25;
  }

  .navbar-toggler-icon {
    width: 1rem;
    height: 1rem;
  }

  .nav-link {
    color: #dbdbdb !important;
    font-size: 11pt;
    line-height: 12pt;
    border-radius: px;
    background-color: rgba(255,255,255,0.035);
  }


  .nav-link.alt {
    color: rgba(255,255,255,0.25) !important;
    background-color: rgba(255,255,255,0.0);
  }

  #navbar.collapse.show > ul > li {
      margin-left: 70px !important;
  }

  .marker-hr {
    width: 100%;
    height: 6px;
  }

  .marker-hr.green {
    background-color: #678f59;
  }

  .marker-hr.black {
    background-color: #262626;
  }


  .marker-hr-half {
    width: 100%;
    height: 3px;
  }

  .marker-hr-half.green {
    background-color: #3c4738;
  }

  .marker-hr.large {
    height: 16px;
  }

  .bi.nav-alt {
    height: 14px;
    position: relative;
    top: -2px;
    display: inline-block;
  }

  .nav-action-box {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 7;
    width: auto;
  }

  .box-shadow {
    -webkit-box-shadow: -1px 14px 36px 3px rgba(0,0,0,0.61);
    -moz-box-shadow: -1px 14px 36px 3px rgba(0,0,0,0.61);
    box-shadow: -1px 14px 36px 3px rgba(0,0,0,0.61);
  }

  .nav-action-box-sub-border {
    cursor: pointer;
    position: relative;
    top: -20px;
    width: auto;
    transition: all 0.5s;
    -webkit-box-shadow: -1px 14px 36px 3px rgba(0,0,0,0.61);
    -moz-box-shadow: -1px 14px 36px 3px rgba(0,0,0,0.61);
    box-shadow: -1px 14px 36px 3px rgba(0,0,0,0.61);

    padding: 1px;

    background: rgb(46,46,46);
    background: -moz-linear-gradient(0deg, rgba(46,46,46,1) 0%, rgba(93,93,93,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(46,46,46,1) 0%, rgba(93,93,93,1) 100%);
    background: linear-gradient(0deg, rgba(46,46,46,1) 0%, rgba(93,93,93,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e2e2e",endColorstr="#5d5d5d",GradientType=1);

  }

  .nav-action-box-sub-border {
    top: -150px;

  }

  .nav-action-box-sub-border.visible {
    top: -20px;

  }

  .nav-action-box-sub-border:hover {
    top: -5px;
    -webkit-box-shadow: -1px 20px 50px 5px rgba(0,0,0,0.71);
    -moz-box-shadow: -1px 20px 50px 5px rgba(0,0,0,0.71);
    box-shadow: -1px 20px 50px 5px rgba(0,0,0,0.71);
  }


  .nav-action-box-sub-border:active {
    opacity: 0.5;
    top: 0px;
  }


  .abs-bkg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;


  }


  .abs-bkg.alt-1 {
    z-index: 1;

    background: rgb(52,87,60);
    background: -moz-linear-gradient(0deg, rgba(52,87,60,1) 0%, rgba(77,131,87,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(52,87,60,1) 0%, rgba(77,131,87,1) 100%);
    background: linear-gradient(0deg, rgba(52,87,60,1) 0%, rgba(77,131,87,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#34573c",endColorstr="#4d8357",GradientType=1);

  }
  .abs-bkg.alt-2 {
    z-index: 2;

    background-image: url(media/carbon-small.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: multiply;
    opacity: 0.6;

  }

  .nav-action-box-sub {
    position: relative;
    z-index: 3;
  }


  .navbar-cta {
    font-size: 14pt;
  }

  .navbar-cta-block {
    background-color: rgba(0,0,0,0.4);
    border-radius: 5px;

  }

  .navbar-symbol {
    font-size: 24px;
  }


  .nav-action-box-sub.alt {
    display: none !important;
  }

@media only screen and (max-width: 1750px) {
  .nav-action-box-sub-border {
    top: -45px;

  }
  .navbar-cta {
    display: none;
  }


  .nav-action-box-sub {
    display: none !important;
  }

  .nav-action-box-sub.alt {
    display: flex !important;
  }
}

.navbar-toggler {
  z-index: 5;
  opacity: 0;
  transition: all 0.5s;
}

.navbar-toggler.visible {
  opacity: 1;
}

@media only screen and (max-width: 1250px) {
  .nav-action-box {
    display: none !important;
  }

}


.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.7) !important;
    border-color: rgba(255, 255, 255, 0.7) !important;
    border: 2px solid rgba(255, 255, 255, 0.7) !important;
    border-radius: 0 !important;
}










  .video-container-overlay {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
background: -moz-radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8323704481792717) 100%);
background: -webkit-radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8323704481792717) 100%);
background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8323704481792717) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  }

.carousel-indicators [data-bs-target] {
  height: 10px;
  background-color: #355b30;
}

  .skyline-green-bkg {
    transition: all 0.5s;
    width: 120vw;
    min-height: 120%;
    height: 120vh;
    background-image: url(media/skyline-green.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.4;
  }

  .skyline-green-bkg.visible {
    width: 100vw;
    min-height: 100%;
    height: 100vh;
    background-size: cover;
  }

  .skyline-walkway-bkg {
    background-image: url(media/skyline-walkway-bkg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .title-beam-bkg {
    background-image: url(media/title-beam-bkg.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto !important;
  }




  .white-light-bkg {
    background: rgb(255,255,255);
background: -moz-radial-gradient(circle, rgba(255,255,255,1) 16%, rgba(255,255,255,0.5) 100%);
background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 16%, rgba(255,255,255,0.5) 100%);
background: radial-gradient(circle, rgba(255,255,255,1) 16%, rgba(255,255,255,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  }


  .modern-house-bkg {
    background-image: url(media/modern-house-bkg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .modern-house-2-bkg {
    background-image: url(media/modern-house-2-bkg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slide-left.fast {

    transition: all 0.5s !important;
  }

  .left-grd-bkg {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(0,0,0,0.76234243697479) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.76234243697479) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(90deg, rgba(0,0,0,0.76234243697479) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  }

  .left-grd-bkg-2 {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  }


  .right-grd-bkg-2 {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.9) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.9) 100%);
    background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  }

  .pop-grow {
    transition: all 0.5s;
    transform: scale(0.75);
  }

  .pop-grow.visible {
    transform: scale(1);
  }



  .open-sans {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }

  .font-w-300 {
    font-weight: 300;
  }

  .font-w-400 {
    font-weight: 400;
  }

  .font-w-500 {
    font-weight: 500;
  }

  .font-w-600 {
    font-weight: 600;
  }

  .font-w-700 {
    font-weight: 700;
  }

  .font-w-800 {
    font-weight: 800;
  }


  .img-in-divider {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    border: solid #9cc7d6 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .intro-pic-1 {
    border-radius: 0 50px 50px 50px;
    background-image: url(media/intro-pic-1.jpg);
  }

  .intro-pic-2 {
    border-radius: 50px 0 50px 50px;
    background-image: url(media/intro-pic-2.jpg);
  }


  .jumbotron {
    background-color: rgba(0,0,0,0);
    min-height: 500px;
  }

  .img-about {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    border-radius: 50px 50px 0 0;
    border: solid #9cc7d6 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-image: url(media/intro-pic-3.jpg);
  }

  .footer-logo {
    width: 100px;
    height: 100px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(media/logo-bw.png);
  }

  .header-logo {
    width: 140px;
    height: 140px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(media/logo.png);
  }

  .offwhite {
    color: rgba(255,255,255,0.6);
  }

  .video-container-still {
    z-index: -3;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(media/main-bkg-video-1.jpg);
  }

  .video-container {
    z-index: -2;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
  }


  .btn-primary {
    border: none;
    background-color: #3f92b0;
  }
  .btn-primary:hover {
    background-color: #367991;
  }
  .btn-primary:active {
    background-color: #489ab8;
  }
  .btn-primary:focus {
    background-color: #489ab8;
  }

  .footer-watermark {
    width: 100vh;
    height: 100vh;
    position: absolute;
    right: 0;
    top: -10vh;
    background-image: url(media/footer-watermark.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.05;
  }

  a, a:active, a:visited {
    color: #9ed69c;
  }
  a:hover {
    color: #689c66;
  }


  .navbar-menu-logo {
    width: 48px;
    height: 48px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(media/logo_bw_thumbnail.png);
  }

  .jumbotron-container {
    background-color: rgba(0,0,0,0.5);
  }

  .title-logo {
    width: 80%;
    height: 200px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(media/logo_plaque_bw_vector.png);
  }

  .strong-heading {
    font-size: 48pt;
    line-height: 96pt;
  }

  @media only screen and (max-width: 1100px) {
    .title-logo {
      margin: 0 !important;
    }

    .jumbotron-layout {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .strong-heading {
      font-size: 32pt;
      line-height: 64pt;
    }


    .jumbotron-slide.slide-left {
        transform: translateX(0) !important;
    }

    .jumbotron-container {
      padding: 1.5rem !important;
    }

    .jumbotron-lead {
      padding: 0 !important;
      margin: 0 !important;
      font-size: 14pt !important;
    }

    .title-logo {
      height: 150px;
    }
    
    .jumbotron-container {
      width: 100vw;
    }
  }




  .modal-content {
    position: relative;
    border-radius: 0px;
    border: 1px solid rgba(255,255,255,0.05);
  }

  .modal-header {
    position: relative;
    z-index: 5;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }


  .navbar-beams-bkg-sq {
    opacity: 0.5;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    background-image: url(media/navbar-beams-2-square.png);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    mix-blend-mode: exclusion;
  }


  .btn-close {
    background: none;
  }



  .reviews-bkg {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url(media/reviews-bkg.jpg);
  }



  .grassy-bkg-1 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(media/grassy_bkg_1.jpg);
  }

  .documents-stack {
    transition: all 0.5s;
    transform: translate(15vw, 10vw);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    background-image: url(media/documents-stack.png);

  }
  .documents-stack.visible {
    transform: translate(0vw, 10vw);

  }


  .question-mark {
    max-height: 900px;
    transition: all 0.5s;
    transform: translate(15vw, 0);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    background-image: url(media/question-mark.png);

  }
  .question-mark.visible {
    transform: translate(-5vw, 0);
0
  }



  .commitment-img {
    transition: all 0.5s;
    transform: translate(15vw, 5vw);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    background-image: url(media/commitment-img.png);

  }
  .commitment-img.visible {
    transform: translate(0vw, 5vw);

  }


  .logo-large-slide {
    transition: all 0.5s;
    opacity: 0.25;
    transform: translate(15vw, 5vw);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    background-image: url(media/logo_large_bw_vector.png);

  }

  .logo-large-slide.visible {
    transform: translate(0vw, 5vw);

  }


  .modal.fade {
    top: -10000px;
  }

  .modal.fade.show {
    top: 0px;
  }




.pop-ease-in {
    transform: scale(0.75);
}

.pop-ease-in.visible {
    transform: scale(1);
    transition: transform 0.5s ease-in;
}




.opacity-ease-in {
    opacity: 0;
}

.opacity-ease-in.visible {
    opacity: 1;
    transition: opacity 0.5s ease-in;
}


.slide-left {
    transform: translateX(-50px);
}

.slide-left.visible {
    transform: translateX(0);
    transition: transform 0.75s ease-in;
}



.slide-right {
    transform: translateX(50px);
}
.slide-right.visible {
    transform: translateX(0);
    transition: transform 0.75s ease-in;
}

.slide-right-large {
    transform: translateX(100px);
}
.slide-right-large.visible {
    transform: translateX(0);
    transition: transform 0.75s ease-in;
}





.carousel-media {
  position: relative;
  max-width: 90vw;
  width: 900px;
  height: 500px;
}

.banner-text {
  font-size: 18pt;
}

  @media only screen and (max-width: 700px) {
    .carousel-media {
      height: 300px;
    }

    .banner-text {
      font-size: 12pt;
    }
  }

.carousel-description {
  background-color: rgba(0,0,0,0.75);
  position: relative;
  max-width: 90vw;
  width: 800px;
}

.carousel-control-icon {
  position: relative;
}



.carousel-picture-border {
  position: absolute;
  right: 0;
  max-width: 80vw;
  height: 80%;
  width: 80%;
  background: rgb(121,121,121);
  background: -moz-linear-gradient(347deg, rgba(121,121,121,1) 0%, rgba(75,75,75,1) 16%, rgba(110,110,110,1) 35%, rgba(110,110,110,1) 68%, rgba(161,161,161,1) 100%);
  background: -webkit-linear-gradient(347deg, rgba(121,121,121,1) 0%, rgba(75,75,75,1) 16%, rgba(110,110,110,1) 35%, rgba(110,110,110,1) 68%, rgba(161,161,161,1) 100%);
  background: linear-gradient(347deg, rgba(121,121,121,1) 0%, rgba(75,75,75,1) 16%, rgba(110,110,110,1) 35%, rgba(110,110,110,1) 68%, rgba(161,161,161,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#797979",endColorstr="#a1a1a1",GradientType=1);
}

.carousel-picture {
  height: 100%;
  width: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.inset-grd-bkg {
  border: 2px solid rgba(0,0,0,0.25);
  background: rgb(0,0,0);
  background: -moz-radial-gradient(circle, rgba(0,0,0,0) 47%, rgba(0,0,0,0.3701855742296919) 100%);
  background: -webkit-radial-gradient(circle, rgba(0,0,0,0) 47%, rgba(0,0,0,0.3701855742296919) 100%);
  background: radial-gradient(circle, rgba(0,0,0,0) 47%, rgba(0,0,0,0.3701855742296919) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.carousel-popout {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 80%;
  width: 40%;
  min-width: 200px;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}



.carousel-popout.service-cdc {
    background-image: url(media/service-cdc-popout.png);
}

.carousel-picture.service-cdc {
    background-image: url(media/service-cdc-picture.jpg);
}







      .connect-panel {
          max-width: 100%;
          width: 100%;
          background: #172c13b8;
      }

      .connect-backdrop {
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          opacity: 1;
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat;
          background-image: url(media/contact-bkg.jpg);
          z-index: -1;
      }

      .pop-ease-in.visible {
          transform: scale(1);
          transition: transform 0.5s ease-in;
      }





.carousel-popout.service-cc {
    background-image: url(media/service-cc-popout.png);
}

.carousel-picture.service-cc {
    background-image: url(media/service-cc-picture.jpg);
}




.carousel-popout.service-oc {
    background-image: url(media/service-oc-popout.png);
}

.carousel-picture.service-oc {
    background-image: url(media/service-oc-picture.jpg);
}


.green-1 {
  color: #355b30;
}

.green-2 {
  color: #4e8d45;
}
.green-3 {
  color: #71a96a;
}

.green-4 {
  color: #98c991;
}

.carousel-popout.service-apc {
    background-image: url(media/service-apc-popout.png);
}

.carousel-picture.service-apc {
    background-image: url(media/service-apc-picture.jpg);
}





.carousel-popout.service-bca {
    background-image: url(media/service-bca-popout.png);
}

.carousel-picture.service-bca {
    background-image: url(media/service-bca-picture.jpg);
}





.carousel-popout.service-da {
    background-image: url(media/service-da-popout.png);
}

.carousel-picture.service-da {
    background-image: url(media/service-da-picture.jpg);
}






.nav-item {
  opacity: 1;
}

.nav-item:hover {
  opacity: 0.7;
}

.nav-item:active {
  opacity: 0.9;
}







.backdrop-footer {
    width: 100vw;
    height: 100%;
    bottom: 0;
    right: 0;
    background-image: url(media/navbar-beams-2.png);
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: left top;
    mix-blend-mode: soft-light;
    z-index: 0;
    opacity: 0.25;
}
.logo-display-white {
    width: 200px;
    height: 200px;
    background-image: url(media/logo_large_bw_vector.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.4;
}


.link-overwrite.alt {
    color: white;
    cursor: pointer;
    opacity: 0.75;
}

body {
  background-color: black;
}



  .cdc-bkg {
    background-image: url(media/cdc-bkg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }



  .about-bkg {
    background-image: url(media/about-bkg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .faq-bkg {
    background-image: url(media/faq-bkg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }


  .contact-us-bkg {
    background-image: url(media/contact-us-bkg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;

  }


  .consultation-bkg {
    background-image: url(media/consultation-bkg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;

  }


  .commitment-bkg {
    background-image: url(media/commitment-bkg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .video-container.about-us {
    min-width: 100vh;
    min-height: 100%;
    left: -25vw;
  }

  .video-container.radial-bkg {
    background: rgb(255,255,255);
background: -moz-radial-gradient(circle, rgba(255,255,255,0) 49%, rgba(255,255,255,1) 92%, rgba(255,255,255,1) 100%);
background: -webkit-radial-gradient(circle, rgba(255,255,255,0) 49%, rgba(255,255,255,1) 92%, rgba(255,255,255,1) 100%);
background: radial-gradient(circle, rgba(255,255,255,0) 49%, rgba(255,255,255,1) 92%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  }


  .dots-alpha-bkg-2 {
    height: 150px;
    opacity: 0.4;
    background-image: url(media/dots-alpha-2.png);
    background-position: top center;
    background-size: contain;
    background-repeat: repeat-x;

  }

  .google-logo {
    margin-bottom: -22px;
    width: 200px;
    height: 70px;
    background-image: url(media/google-logo.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;

  }

  .carousel-3d {
    position: relative;
    height: 400px;
    width: 900px;
    max-width: calc(100vw - 2rem);
  }


  .spotlight-bkg {background: rgb(0,0,0);
background: -moz-radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.32816876750700286) 100%);
background: -webkit-radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.32816876750700286) 100%);
background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.32816876750700286) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  }


.form-control {
  border: 1px solid #ced4da3b;
}

  .contact-img {
    width: 80%;
    height: 100%;
    transition: all 0.5s;
    transform: translate(15vw, 12vh);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    background-image: url(media/contact-img.png);

  }
  .contact-img.visible {
    transform: translate(10vw, 12vh);

  }


  .consult-img {
    width: 80%;
    height: 100%;
    transition: all 0.5s;
    transform: translate(15vw, 12vh);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    background-image: url(media/consult-img.png);

  }
  .consult-img.visible {
    transform: translate(10vw, 12vh);

  }