/* =============================
   Default Theme
   -----------------------------
   fonts : Caveat & Gluten
   -----------------------------
   Colors :
      Black      #000
      White      #fff
      Silver     #C6C7C9
      Gunmetal   #272B33
================================ */


/* =============================
            HTML, Body
   ============================= */
html,
body {
    height: 100%;


}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Gluten", sans-serif;
}

p {
    font-family: "Caveat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}

section {
    overflow: hidden;
}



/* =============================
            Preloader      
================================ */
#preloader {
    background: #000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;

}

#status {
    background-image: url("../img/preloader/preloader.gif");
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 300px;
    margin-top: -150px;
    margin-left: -150px;
}

/* =============================
            Home
   ============================= */
#home {

    height: 100%;
    background: none;
}

#home-bg-video {

    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    background: url("../video/iban.jpg") no-repeat;
    background-size: cover;
}

#home-content {
    width: 100%;
    height: 100%;
    display: table;

}

#home-content-inner {
    display: table-cell;
    vertical-align: middle;
}

#home-heading h1 {
    color: #fff;
    font-size: 85px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;

}

#home-heading h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;

}

#home-heading h3 span {
    color: #fff;
    font-weight: 500;
}

#home-text p {
    color: #fff;
    font-size: 17px;
    font-weight: 100;
    margin: 8px 0 30px 0;

}

/* =============================
          Buttons
   ============================= */
.btn-general {
    font-family: "Gluten", sans-serif;
    border-radius: 28px;
    text-transform: uppercase;
    margin: 0 6px;
    padding: 12px 46px 12px 46px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.btn-home {
    color: #fff;
    border: 1px solid #fff;

}

.btn-home:hover,
.btn-home:focus {
    color: #272B33;
    background: #C6C7C9;
    border: 1px solid #C6C7C9;


}



/* =============================
          Arrow Down
   ============================= */
#arrow-down {
    position: absolute;
    left: 50%;
    bottom: 20px;
     color: #fff;
    font-size: 32px;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-left: -16px;
    z-index: 1;
}

#arrow-down:hover,
#arrow-down:focus {
    color: #272B33;
}


/* back to top button */
.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 22px;
    color: #fff;
   border-radius: 4px;
    background-color:#272B33 ;
    transition: all 400ms linear;
    display: none;


}
.btn-back-to-top:hover,
.btn-back-to-top:focus{
    background-color:#C6C7C9 ;
    color: #000;
    font-size: 24px;

}

/* =============================
         Content boxes
   ============================= */
.content-box-lg {
    padding: 120px 0;

}

.content-box-md {
    padding: 100px 0;
}
.content-box-sm{
    padding: 80px 20px;

}
.content-box-xs{
    padding: 60px 20px;

}

/* =============================
         About
   ============================= */

#about {
    padding-top: 100px;
    background-color: #fff;
    background: url("../img/about/final.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-width: 100%;
    min-height: 100%;


}

#about-left {}

#about-left hr {
    background-color: #000;
    width: 90px;
    height: 3px;
    display: inline-block;
    transform: rotate(-90deg);
    position: relative;
    margin: 0 auto;
    border: none;
    top: 60px;
    left: -53px;
}

#about-left h1 {
    color: #000;
    font-size: 55px;

    text-transform: uppercase;
    margin: 0 0 0 5px;


}

#about-left h3 {
    color: #000;
    font-size: 35px;
    line-height: 0;
    text-transform: uppercase;
    margin: 0 0 20px 5px;
    padding: 0;
    font-weight: 100;

}

#about-left p {
    color: #000;
    font-size: 17px;
    font-weight: 100;
    margin: 8px 0 30px 0;
}

#about-right img {
    margin: 0 auto;

}

/* =============================
        Services
   ============================= */
#services {
    padding-top: 100px;
    background-color: #000;
    background: url("../img/services/services-bg.png");
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    background-size:cover;
   
    background-position: center;
   
   
    min-width: 100%;
    min-height: 100%;
    padding-bottom: 0;
   
  
   
}

#services-left {
    
}
.services-item {
    padding: 5px 5px;


    
    transition: all 400ms ease-in-out;
}
/* smooth transition */
.services-item,
.services-item img,
.services-item h3,
.services-item hr { 
transition: all 400ms ease-in-out;

}
.services-item img {
    
    width: 40px;
    height: 40px;


}

.services-item h3 {
    font-size: 24px;
    margin-top: 10px;
    color: #fff;
    font-weight: 100;
}

.services-item hr {
    background-color: #272B33;
    width: 50px;
    height: 1px;
    margin-top: 0;
    border: none;

    display: inline-block;
}


/* hover state */
.services-item:hover img{
   transform: scale(0.8);
   opacity: 0.15;
}

.services-item:hover h3 {
    color: #272B33;
    font-weight: 350;
}

.services-item:hover hr {
    background: #C6C7C9;
    width: 90px;
}


/* services right */
#services-right {
    
}

#services-right hr {
    background-color: #fff;
    width: 90px;
    height: 3px;
    display: inline-block;
    transform: rotate(90deg);
    margin: 0 auto;
    border: none;
    top: 53px;
    right: -50px;
    position: absolute;




}

#services-right h1 {
    color: #fff;
    font-size: 55px;
    text-transform: uppercase;
    margin: 0 5px 0 0;
}

#services-right h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 100;
    padding: 0;
    margin: 20px 5px 20px 0;
    text-transform: uppercase;
    line-height: 0;

}

#services-right p {
    color: #fff;
    font-size: 17px;
    font-weight: 100;
    margin: 8px 0 30px 0;
}

/* =============================
       Portfolio
   ============================= */
#portfolio {
    padding-top: 50px;
    background-color: #fff;
    background: url("../img/portfolio/portfolio-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-width: 100%;
    min-height: 100%;
      
       
    

}
#portfolio-1 .content-box-lg{
padding-bottom: 0px;

}

.portfolio-left hr {
    background-color: #000;
    width: 90px;
    height: 3px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    transform: rotate(90deg);
    border: none;
    top: 60px;
    left: -53px;

}

.portfolio-left h1 {
    color: #000;
    font-size: 55px;
    text-transform: uppercase;
    margin: 0 0 0 5px;
}

.portfolio-left h3 {
    color: #000;
    font-size: 35px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 0;
    margin: 20px 0 20px 5px;

}

.portfolio-left p {
    color: #000;
    font-size: 17px;
    font-weight: 100;
}

.btn-portfolio {
    font-family: "Gluten", sans-serif;
    font-size: 17px;
    color: #fff;
    background: url("../img/portfolio/more-btn-black.png");
    width: 145px;
    height: 35px;
    border: none;
    margin: 0;
    text-transform: capitalize;
    transition: all .5s;

}

.btn-portfolio:hover,
.btn-portfolio:focus {
    color: #000;
    font-size: 20px;
    background: url("../img/portfolio/more-btn-silver.png");
}



.portfolio-right {

    
}




/* Portfolio 02 */
#portfolio-2 {

padding-top: 20px;

}
.amazing-works{
    padding: 20px;
    max-width: 700px;
    align-content: center;

}

.amazing-works img{
    width: 100%;
    height: auto;
    
    padding-bottom: 0;
    cursor: pointer;
    

}
.client-text {

}
.client-text h3{

color: #000;
    font-size: 35px;
    font-weight: 300;
    text-transform: uppercase;

}
.client-text p{
     color: #000;
    font-size: 17px;
    font-weight: 100;
}

.client{
    margin: 8px;
}
/* =============================
       Contact
   ============================= */
#contact {
    padding-top: 100px;
    background-color: #000;
    background: url("../img/contact/contact-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 100%;
    min-height: 100%;
}
#contact-left  {
   line-height: 10px;
   padding-top: 20px;
     

}

#contact-right {
    padding-top: 20px;
}
.contact-details {
  margin: 10px 40px;

}
.contact-details .icon {
    font-size: 32px;
    margin: 0;
    color: #fff;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;

}
.contact-details:hover .icon {
    color: #C6C7C9;
    -webkit-transform:  translateX(-20px);
    transform: translateX(-20px);
}
.contact-details p {
    color: #fff;
    font-size: 17px;
    font-weight: 100;
    margin-left: -45%;
    

}
.email-details a{
    color: #fff;
    font-size: 17px;
    font-weight: 100;
    margin-left: -45%;
    font-family: "Caveat", sans-serif;
    line-height: 24px;
}


#contact-right hr {
    background-color: #fff;
    width: 90px;
    height: 3px;
    transform: rotate(90deg);
    position: absolute;
    top: 62px;
    right: -50px;
    margin: 0 auto;
    border: none;
    display: inline-block;
}

#contact-right h1 {
    color: #fff;
    font-size: 55px;
    text-transform: uppercase;
    margin: 0;
}

#contact-right h3 {
    font-size: 35px;
    color: #fff;
    font-weight: 100;
    line-height: 0;
    margin: 20px 0 20px 0;
}

#contact-right p {
    color: #fff;
    font-size: 17px;
    font-weight: 100;
}
#social-media{
    padding: 0;
}
.media-icons img{
    width: 40px;
    height: 40px;
   margin: 0 5px 0 5px;
    border: none;
   display: inline-block;
   transition: all .5s;
}

.media-icons img:hover,
.media-icons img:focus{
    opacity: 0.15;

    
}
/* =============================
          Footer
   ============================= */

   footer{
    background-color: #000;
    padding: 20px;
    }
    footer p{
        
    color: #fff;
    font-size: 17px;
    line-height: 20px;
   
    }
    footer p span{
        font-family: "Gluten", sans-serif;
        text-transform: uppercase;
        color: #C6C7C9;
    }
    footer p span:hover,
    footer p span:focus{
        font-size: 20px;
        color: #fff;
    }

/* =============================
          Navigation
   ============================= */

.navbar {
    padding: 20px 270px 10px 100px;
    transition: all 300ms linear;


}




.navbar hr {
    width: 800px;
    height: .5px;
    background-color: #fff;
    border: none;
    position: absolute;
    display: inline-block;
    margin-left: 60px;
    top: 65px;




}

.navbar ul.navbar-nav>li>a {

    font-family: "Gluten", sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 7px;
  
   
   


}

.navbar ul.navbar-nav>li>a:hover,
.navbar ul.navbar-nav>li>a:focus {
    background: none;
    font-size: 20px;
    font-weight: 400;

}

 

/* White navigation */

.white-nav {
    padding:0;
    z-index: 2;
    background-color: #000;
     transition: all 300ms linear;
}
.white-nav .navbar-brand{
    padding-left: 80px ;
}


.white-nav ul.navbar-nav>li>a {

    font-family: "Gluten", sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 5px;
    right: 150px;

}



.white-nav hr {
    width: 850px;
    height: .5px;
    background-color: #fff;
    border: none;
    position: absolute;
    display: inline-block;
    margin-left: 15%;
    top: 43px;
        }

.white-nav ul.navbar-nav>li>a:hover,
.white-nav ul.navbar-nav>li>a:focus {
    background: none;
    font-size: 20px;
    font-weight: 400;

}

/* Black navigation*/

.black-nav {
    padding:0;
    z-index: 2;
    background-color: #fff;
     transition: all 300ms linear;

}
.black-nav .navbar-brand{
    padding-left: 80px ;
}

.black-nav ul.navbar-nav>li>a {

    font-family: "Gluten", sans-serif;
    color: #000;
    font-size: 20px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 5px;
    right: 150px;


}

.black-nav ul.navbar-nav>li>a:hover,
.black-nav ul.navbar-nav>li>a:focus {
    background: none;
    font-size: 20px;
    font-weight: 400;

}

.black-nav hr {
    width: 850px;
    height: .5px;
    background-color: #000;
    border: none;
    position: absolute;
    display: inline-block;
   margin-left: 15%;
    top: 43px;

}
/* scroll spy effect */
ul.navbar-nav>li>a.active {
    font-size: 20px;

    font-weight: 400;
}


/* =============================
         Animation
   ============================= */
   #home-heading-1,
   #home-heading-2,
   #home-text,
   #home-btn,
   #arrow-down i {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
   }

   #home-heading-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
   }
   #home-heading-2 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
   }
   #home-text {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
   }
   #home-btn {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
   }
   #arrow-down i {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
   }