/* background-image: url("../images/froots.png");
	background-attachment: scroll;
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative; 
*/

video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
   
}



.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    
   
    
  }


.cd-hero {
    z-index: 2;
    position: relative;

    background-image: url(../images/ba7.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-color: rgba(0, 0, 0, 0);
  

    
  }
  
  .cd-hero-slider {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    
    
  }
  .cd-hero-slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .cd-hero-slider li.selected {
    /* this is the visible slide */
    position: relative;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-hero-slider li.move-left {
    /* slide hidden on the left */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .cd-hero-slider li.is-moving, .cd-hero-slider li.selected {
    /* the is-moving class is assigned to the slide which is moving outside the viewport */
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
  }


  
  .cd-slider-nav {
    text-align: center;
  }
  
  .cd-slider-nav ul {
    padding: 0;
    margin: 0;
  }
  
  .cd-slider-nav ul li {
    display: inline-block;
    margin: 150px 40px;
  }
  
  .cd-slider-nav ul li a {
    text-decoration: none;
  }
  
  .cd-slider-nav ul li h6 {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    color: #fff;
    margin-top: 15px;
  }
  
  .cd-slider-nav ul .selected h6 {
    color: #ffbb05;
    text-decoration: none;
  }
  
  .cd-slider-nav .image-icon {
    margin: 10 auto;
    margin-bottom: 15px;
    display: block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    text-align: center;
    margin: 0px;
    padding: 0px;
    background-color: #ffbb05;
  }
  
  .cd-slider-nav .image-icon:hover {
    background-color: #fff;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
  }
  
  .content {
    margin-bottom: 100px;
    margin-top: -150px;
    background-color: #fff;
    border-top: 15px solid #ffbb05;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
   
  }
  
  
  /*
  =====================
  ----- TOP PART ------
  =====================
  */
  
  .top-part img {
    width: 100%;
   
    background-size: cover;
    position: absolute;
    overflow: hidden;
    top:0;
    left: 0;
  }
  
  
  /*
  =======================
  ----- FIRST SLIDE -----
  =======================
  */
  

  
  .first-slide {
    background-color: #fff;
    width: 100%;
    text-align: center;
  }
  
  .heading {
    text-align: center;
    margin-bottom: 180px;
  }
  
  .heading h1 {
    margin-top: 0px;
    font-size: 45px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px;
  }
  
  .heading span {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffbb05;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
  

  
  /*
  =======================
  ----- FOURTH SLIDE ----
  =======================
  */
  
  .fourth-slide {
    text-align: center;
    background-color: #fff;
    width: 100%;
  }
  
  .fourth-slide .heading h1 {
    margin-top: 30px;
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px;
  }
  
  .fourth-slide .heading span {
    font-size: 15px;
    text-transform: uppercase;
    color: #ffbb05;
    font-weight: 300;
    letter-spacing: 0.5px;
  }
  
  .fourth-content {
    padding: 15px 30px;
    border: 1px solid #d68d06;
	   display: inline-block;
  
  }
  
  .fourth-content .project-item {
    margin: 15px 0px;
  }
  
  .fourth-content img {
    width: 100%;
    overflow: hidden;
    border: 1px solid #f5f2f0;
	   display: inline-block;
     border-radius: 5px;
  }
  
  .fourth-content img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
    opacity: 0.95;
}

  

  
  
  /*
  ========================================
  ---------- RESPONSIVE STYLE ------------
  ========================================
  */
  
  @media (max-width: 850px){
    .cd-slider-nav ul li h6 {
      font-size: 13px;
      text-transform: uppercase;
      text-align: center;
      font-weight: 400;
      color: #fff;
      margin-top: 15px;
      display: none;
    }
  
    .cd-slider-nav .image-icon img {
    
      width: 50px;
      
    }
  
    .cd-slider-nav ul .selected img {
      border-bottom: 3px solid #fff;
      padding-bottom: 10px;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
    }
  
    .cd-slider-nav .image-icon {
      width: 0px;
      height: 0px;
      line-height: 50px;
      margin: 60 auto;
      
    }
  
    .cd-slider-nav {
      
      width: 100%;
      height: 80px;
      line-height: 80px;
      margin: 60 auto;
      text-align: center!important;
    }
  
    .cd-slider-nav ul {
      padding: 0;
      margin: 60;
      text-align: center!important;
    }
  
    .cd-slider-nav ul li {
      display: inline-block;
      margin-top: 60px;
      margin-left: 15px;
    }
  
    .heading h1 {
      margin-top: 60px;
      font-size: 24px;
      font-weight: 700;
      letter-spacing: 0px;
    }
  
    .heading span {
      font-size: 16px;
      letter-spacing: px;
    }
  
    .content {
      margin-bottom: 100px;
      margin-top: -100px;
      background-color: #fff;
      
      box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    }
  
    .first-content h4 {
      margin-left: 15px;
      margin-right: 15px; 
    }
  
    .first-content p {
      margin: 0px 30px;
    }
  
   
  
  }

  
  
  
 