.d-none{
    display: none !important;
}

/* add variable color */
:root {
    --primary-color: #006580;
    --secondary-color: #02485c;
}

@font-face {
    font-family: 'Neutraface 2 Display';
    src: url('../fonts/Neutraface2Display-Bold.eot');
    src: url('../fonts/Neutraface2Display-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Neutraface2Display-Bold.woff2') format('woff2'),
        url('../fonts/Neutraface2Display-Bold.woff') format('woff'),
        url('../fonts/Neutraface2Display-Bold.ttf') format('truetype'),
        url('../fonts/Neutraface2Display-Bold.svg#Neutraface2Display-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff'),
        url('../fonts/Gotham-Light.ttf') format('truetype'),
        url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'advent';
    src: url('../fonts/advent-Regular.eot');
    src: url('../fonts/advent-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/advent-Regular.woff2') format('woff2'),
        url('../fonts/advent-Regular.woff') format('woff'),
        url('../fonts/advent-Regular.ttf') format('truetype'),
        url('../fonts/advent-Regular.svg#advent-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Medium.eot');
    src: url('../fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir-Medium.woff2') format('woff2'),
        url('../fonts/Avenir-Medium.woff') format('woff'),
        url('../fonts/Avenir-Medium.ttf') format('truetype'),
        url('../fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}





html,
body {
    height: 100%;
}

/* change bootstrap primary colors */
.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    font-family: 'neutraface 2 display';
}

.btn-primary:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-primary:focus {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-primary:active {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important
}


/* checkbox colors */
.form-check-input {
    background-color: var(--primary-color);
    border-radius: 0 !important;
    border: none !important;
}

.form-check-input:checked {
    background-color: var(--primary-color);
}




h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--primary-color);
    font-family: 'Advent Pro';
}

body {
    color: #262626;
}

* {
    letter-spacing: 0.20px;
}

.video-holder {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.video-holder video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
}


#background-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}


footer {
    min-height: 260px;
    background: #fff;
    width: 100%;
    position: fixed;
    z-index: 4;
    bottom: 0;
    padding-top: 20px;
}

footer .logo-holder {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    background-image: url(../images/logo-holder.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -36%;
}

footer .logo-holder a {
    width: 37%;
    padding: 25px 10px;
    margin-right: 50px;
}

.form-title {
    margin-bottom: 5px;
}

form label {
    color: var(--primary-color);
    font-weight: bold;
    padding-bottom: 0 !important;
    padding-top: 15px !important;
    font-family: "Avenir";
    font-weight: 500;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="phone"],
form input[type="number"] {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #6D6E71;
}

form textarea.form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #6D6E71;
    border-top: 1px solid #6D6E71;
    margin-top: 18px;
    resize: none;
}

.form-check-label {
    font-size: 10px;
}

.form-submit-btn {
    margin-top: 50px;
}

.socials {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
    justify-content: space-around;
}

.socials img {
    display: flex;
    flex-direction: column;
    width: 32px;
}

.page-holder {
    background-color: #F1F2F2;
    height: 100%;
}

.content-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.content-holder p {
    color: var(--primary-color);
    font-family: 'Avenir';
    font-size: 17px;
    text-align: justify;
}

.cover-image {
    position: absolute;
    height: 76%;
    right: 41%;
}

.cover-image2 {
    width: 1px;
    height: 740px;
}

.page-title {
    font-family: 'advent';
    font-size: 64px;
}

.concept {
    padding: 10px 25px;
    font-size: 19px;
    font-family: 'Neutraface 2 Display';
    background-color: var(--primary-color);
    color: white;
    position: fixed;
    z-index: 99;
    text-decoration: none;
    text-decoration: none;
    transform: rotate(270deg);
    bottom: 50%;
    right: -41px;
}

footer .close {
    display: none;
}














@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
body{
  font-family: 'Lato';
  color: #d6f9dd;
}
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
img{
  max-width: 100%;
}
.caption{
  position: absolute;
  top: 10%;
  right: 10%;
  z-index: 9;
  transform: translateY(-50%);
  opacity:0;
  transition: 500ms ease opacity, 500ms ease transform;
  transform: translateY(60px);
  &.current-caption{
  transition-delay: 1000ms;
  opacity:1;
  transform: translateY(0);
  }
  &.previous-caption{
  transform: translateY(-60px);
  }
  .caption-heading{
  transition: 500ms ease-in all;
  }
  .caption-heading
  h1{
    font-size: 3.5rem;
  margin-bottom:1.5rem;
  /*text-transform: uppercase;*/
  text-indent: -0.2rem;
  letter-spacing: .2rem;
  font-weight: 300;
      text-shadow: 0px 0px 2px #fff;
  }
  @media (max-width: 767px) {

  .caption-heading h1{
    font-size: 2rem;
  margin-bottom:1.5rem;
  /*text-transform: uppercase;*/
  text-indent: -0.2rem;
  letter-spacing: .2rem;
  font-weight: 300;
    
  }
}

  .caption-subhead{
  font-size:1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: white;
     //
  color: #909590;
  letter-spacing: 4px;
  word-spacing: .1rem;
  margin-bottom: 2.5rem;
  display:none; /*block*/
  }
  a.btn{
    color: #333;
  font-size: 0.8rem;
  text-decoration: none;
  background-color: white;
  padding: .5rem 1rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  position:relative;
  z-index:9;
  transition: 250ms ease-in background-color, 500ms ease-in color;
    &:
  hover{
      background-color: black;
  color: white;
    }
    //
  word-spacing: rem;
  }
;
  text-align: right;
}
#container {
    margin: 0;
    padding: 0;
    height: 82vh;
}
.container{
  
  width:100%;
  height: 100vh;
  background-color: #2C302E;
  display:flex;
  position: relative;
  
}
.left-col, .right-col{
  width: 100%;
  box-sizing: border-box;
  height: calc(100% - 8rem);
  overflow:hidden;
}
.left-col{
  background-size: cover;
  background-postion: center top;
  overflow: hidden;
  margin: 0rem;
  position: relative;
  .slide{
    filter: grayscale(0%);
    position:absolute;
    width: 100%;
    height: 100%;
     background-position:  center !important;

/*    background-position:  left top !important;*/
    background-size: cover !important;
    background-repeat:no-repeat;
    opacity:0;
    transition: 1000ms cubic-bezier(1.000, 0.040, 0.355, 1.000) transform, 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550) clip-path;
    transform:translateY(-100%); scale: 1;
    z-index: -1;
   
    &.previous{
      z-index:1;
      opacity:1;
      transform: translateY(0);
      animation-delay: 1s;
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
      transition:3s ease transform;
      will-change: transform;

      &.change{
        transform: translateY(50%);
      }
    }
    &.next{
      transform: translateY(-100%);
      z-index:3;
      opacity:1;
      clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
    }
    &.current{
      opacity:1;
       transform:translateY(0) scale(1);
      z-index:2;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    
  }
}
.right-col{
  display:flex;
  align-items: center;
  justify-content: center;
}
.right-col .preview{
  max-width:400px;
  
}

.nav{
  display: none !important;
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  z-index: 6;
  overflow: hidden;
  // pointer-events:none;
  a{
    color: rgba(250,250,250,1);
    font-size: 3rem;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
  }
  &:hover{
    
    .slide-up, .slide-down{
      opacity: .5;
      transform: translateX(0);
    }
    .slide-up{
    }
  }
  .slide-up, .slide-down{
    display:block;
    position:absolute;
    // width:100%;
      text-align:center;
    padding:1rem;
    opacity: 0;
    transition: .25s ease opacity,.25s ease transform;
    z-index:99;
    &:hover{
      opacity: 1;
    }
    a{
      text-decoration:none;
      font-weight: 300 !important;

    }
    
  }
  .slide-up{
    top:50%;
    left:0;
    transform: translateX(-100%);
  }
  .slide-down{
    top:50%;
    right:0;
    transform: translateX(100%);
  }
  
}

label.form-check-label {
    color: black;
}

label.form-check-label.custom-control-label a {
    color:black;
}
.modal-body {
    color: black;
}


.project_mobile{
    display: none !important;
}