/* =============================
   Default Theme
   -----------------------------
   fonts : Fredoka & Poppins
   -----------------------------
   Colors :
    White Smoke:         #f4f4f4
      Black      #000
      White      #fff
      Silver     #C6C7C9
      Gunmetal   #272B33
      Vivid orange  #F39220
                #064E9D
    Grey:      #212226
================================ */


/* =============================
            HTML, Body
   ============================= */
html,
body {
    height: 100%;


}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Fredoka", sans-serif;
}

p {
    font-family: "Poppins", 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/preloder.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/axle.jpg") no-repeat;
    background-size: cover;
}*/
#home{
     background: url("../video/axle.jpg") no-repeat;
    background-size: cover;
    position: relative;
        background-color: #fff;
 
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    
   
    background-position: center;
 
}

#home-content {
    width: 100%;
    height: 100%;
    display: table;

}

#home-content-inner {
    display: table-cell;
    vertical-align: middle;
}

#home-heading h1 {
    padding-left: 50px;
    color: #fff;
    font-size: 50px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    margin-top: -100px;

}

#home-heading h3 {
    padding-left: 50px;
    color: #fff;
    font-size: 25px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;

}
#home-btn{
    padding-left: 50px;
}

#home-heading h3 span {
    color: #fff;
    font-weight: 500;
}

#home-text p {
    color: #fff;
    padding-left: 50px;
    font-size: 15px;
    font-weight: 100;
    margin: 8px 0 30px 0;

}

/* =============================
          Buttons
   ============================= */
.btn-general {
    font-family: "Fredoka", 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:#064E9D ;
    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/about-bg.jpg");
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    background-size:cover;
   
    background-position: center;
   
   
    min-width: 100%;
    min-height: 100%;
    padding-bottom: 0;*/

}

#about-left {}

#about-left hr {
    background-color: #000;
    width: 185px;
    height: 3px;
    display: inline-block;
    
    position: relative;
    margin: 0 auto;
    border: none;
    top: -50px;
    
}

#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: 200;
    margin: 8px 0 30px 0;
}

#about-right img {
    margin: 0 auto;

}
/* =========================================
                About 02
============================================ */

#about-02 {
    background-color: #f4f4f4;
}

.about-item {
    background-color: #fff;
    padding: 80px 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.about-item i {
    font-size: 42px;
    margin: 0;
}

.about-item h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.about-item hr {
    width: 45px;
    height: 3px;
    background-color: #F39220;
    margin: 0 auto;
    border: none;
}

.about-item p {
    margin-top: 20px;
}


/* Hover state */

.about-item:hover {
    background-color: #F39220;
}

.about-item:hover i,
.about-item:hover h3,
.about-item:hover p {
    color: #fff;
}

.about-item:hover hr {
    background-color: #fff;
}

.about-item:hover i {
    transform: translateY(-20px);
}

/* =============================
        Services
   ============================= */
#services {
    padding-top: 100px;
    background-color: ;
   /* background: url("../img/services/serices-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-01{
    background-color: #000;
}

#services-right img{
    margin: 0 auto;
}


#services-left hr {
    background-color: #fff;
    width: 280px;
    height: 3px;
    display: inline-block;
   
    margin: 0 auto;
    border: none;
    
   
    position: absolute;

}

#services-left h1 {
    color: #fff;
    font-size: 55px;
    text-transform: uppercase;
    margin: 0 5px 0 0;
}


#services-left h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 100;
    padding: 0;
    margin: 20px 5px 20px 0;
    text-transform: uppercase;
    line-height: 0;

}

#services-left p {
    color: #fff;
    font-size: 17px;
    font-weight: 100;
    margin: 20px 0 30px 0;
}
#services-left h5 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    margin: 30px 5px 0 0;
}

/* Services-02 */
#services-02{
    background-color: #F4F4F4;
    padding-bottom: 60px;
}
.tab-bg {
    background-color: #fff;
    padding: 80px 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}


.tab-bg h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.tab-bg hr {
    width: 100px;
    height: 3px;
    background-color: #064E9D;
    margin: 0 auto;
    border: none;
}

.tab-bg p {
    margin-top: 20px;
}
.tab-bg:hover {
    background-color: #064E9D;
}

.tab-bg:hover h3,
.tab-bg:hover p {
    color: #fff;
}

.tab-bg:hover hr {
    background-color: #fff;
    width: 300px;
}


/* Process */

#process{
    background-color: #C6C7C9;
     background: url("../img/services/process.png");
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    background-size:cover;
   
    background-position: center;
   
   
}
#process hr {
    background-color: #000;
    width:  400px;
    height: 3px;
    display: inline-block;
    
    position: relative;
    margin: 0 auto;
    border: none;
    top: -10px;
    
    
}

#process h2 {
    color: #000;
    font-size: 45px;

    text-transform: uppercase;
    margin: 0 0 0 5px;


}

.p-item {
    background: #fff;
    margin: 20px;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.p-item h4 {
    line-height: 40px;
    margin: 0;
}

.p-item>p {
    line-height: 24px;
    margin: 10px 0 0 0 ;
    font-weight: 300;
}




/* =========================================
                Stats
============================================ */


#stats {
    background: url("../img/stats/stats-bg.jpg") no-repeat fixed center;
    background-size: cover;
}

#stats .content-box-lg {
    background: rgba(0, 0, 0, 0.8);

}





.stats-left h1 {
    color: #fff;
    font-size: 55px;
    text-transform: uppercase;
    margin: 0 0 0 5px;
}

.stats-left h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 0;
    margin: 20px 0 20px 5px;

}



.stats-item {
    background: rgba(61, 68, 68, 0.6);
    border-radius: 4px;
    min-height: 170px;
    padding: 30px 0;
    
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.stats-item i {
    font-size: 42px;
    color: #064E9D;
    margin: 0 0 6px 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.stats-item h3 {
    font-size: 32px;
    color: #fff;
    margin: 5px 0 5px 0;
}
.stats-item h3 strong{
   
    color: #064E9D;
   
}

.stats-item p {
    color: #fff;
    margin: 0;
}

.stats-item:hover {
    background: #064E9D;
}

.stats-item:hover i {
    color: #212226;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
/* =========================================
                Skills
============================================ */
#choose-us {
    background-color: #C6C7C9;
}
#why-choose-left hr {
    background-color: #000;
    width:  400px;
    height: 3px;
    display: inline-block;
    
    position: relative;
    margin: 0 auto;
    border: none;
    top: -10px;
    
    
}

#why-choose-left h2 {
    color: #000;
    font-size: 45px;

    text-transform: uppercase;
    margin: 0 0 0 5px;


}

#why-choose-left h3 {
    color: #000;
    font-size: 35px;
    line-height: 0;
    text-transform: uppercase;
    margin: 0 0 20px 5px;
    padding: 0;
    font-weight: 100;

}



.skill {
    margin-bottom: 20px;
}

.skill h4 {
    line-height: 62px;
    margin: 0;
    font-weight: normal;
}

.progress {
    height: 25px;
    border-radius: 0;
    background: #efefef;
    overflow: visible;
}

.progress-bar {
    background: #064E9D;
    position: relative;
}

.progress-bar span {
    font-size: 11px;
    font-weight: 100;
    font-family: "Poppins", sans-serif;
    background: #064E9D;
    padding: 3px;
    position: absolute;
    left: 97%;
    top: -47px;
}

.progress-bar span:before {
    content: "";
    border-top: 8px solid #064E9D;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 23%;
}


/* =============================
       Ventor
   ============================= */
#ventor-heading h2{
     color: #000;
    font-size: 45px;

    text-transform: uppercase;
    margin: 0 0 0 5px;
}
#ventor-heading hr {
    background-color: #000;
    width: 650px;
    height: 3px;
    display: inline-block;
    
    position: relative;
    margin: 0 auto;
    border: none;
    top: -10px;
    
    
}

/* ventor form */

#ventor-form {
    padding: 25px 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

#ventor-form h4 {
    font-size: 24px;
}

#ventor-form p {
    margin-bottom: 25px;
}

#ventor-form form .form-control {
    font-family: "Fredoka", sans-serif;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 24px;
}

#ventor-form form textarea.form-control {
    min-height: 164px;
}
.btn-general {
    font-family: "Fredoka", sans-serif;
    border-radius: 28px;
    text-transform: uppercase;
    margin: 0 6px;
    padding: 12px 46px 12px 46px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.btn-form {

    color: #064E9D;
    border: 1px solid #fff;
    background:#F39220 ;

}

.btn-form:hover,
.btn-form:focus {
    color: #fff;
    background: #064E9D;
    border: 1px solid #064E9D;


}


/* =========================================
               Career
============================================ */

#career {
    background: #f4f4f4;
}

#career-left p {
    margin: 25px 0;
}
.career-heading hr {
    background-color: #000;
    width: 400px;
    height: 3px;
    display: inline-block;
    
    position: relative;
    margin: 0 auto;
    border: none;
    top: -10px;
    
    
}

#career-btn a {
    margin: 0;
}


.career-post {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.career-post h4 {
    line-height: 40px;
    margin: 0;
}

.career-post>p {
    line-height: 24px;
    margin: 0;
    font-weight: 300;
}

.career-post a {
    display: inline-block;
    margin-top: 25px;
    text-transform: uppercase;
    font-family: "Fredoka", sans-serif;
    color: #f4c613;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.career-post a:hover {
    color: #212226;
}

.career-post .post-meta {
    border-top: 1px solid #e0e0e0;
    margin-top: 30px;
    padding-top: 10px;
}

.career-post .post-meta p {
    font-size: 11px;
    font-family: "Poppins", sans-serif;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
}

#career-slider {
    background: #064E9D;
    border-radius: 8px;
    
}

.openings .row {
    margin-bottom: 5px;
}

.openings {
    padding: 20px 45px 0 45px;
    color: #fff;
}

.openings h3 {
    font-size: 32px;
    line-height: 35px;
}


.openings p {
    line-height: normal;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 20px;
}
.openings  ul.details {
    list-style: none;
    padding-top: 20px;
}
.openings  ul.details i {
    list-style: none;
    padding-right: 20px;
}

.career-bottom { 
    padding-top: 50px;

}
.career-bottom p{
    font-size: 20px;
}


/* =============================
       Contact
   ============================= */
#contact {
    padding-top: 100px;
    background-color: #000;
    background: url("../img/contact/contact-bg.jpg");

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 100%;
    min-height: 100%;
}
#contact-heading  {
   line-height: 10px;
   padding-top: 20px;
     

}

#contact-heading {
    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: "Poppins", sans-serif;
    line-height: 24px;
}


#contact-heading hr {
    background-color: #fff;
    width: 250px;
    height: 3px;
   
    position: relative;
    top: -10px;
    
    margin: 0 auto;
    border: none;
    display: inline-block;
    margin-bottom: 20px;
}

#contact-heading h1 {
    color: #fff;
    font-size: 55px;
    text-transform: uppercase;
    margin: 0;
}


}

#contact-heading 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: "Fredoka", sans-serif;
        text-transform: uppercase;
        color: #C6C7C9;
    }
    footer p span:hover,
    footer p span:focus{
        font-size: 20px;
        color: #fff;
    }
    .footlink a {
         font-family: "Raleway", sans-serif;
         color: #fff;
         font-size: 13px;
         font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
}
    
    .footlink a:hover,
    .footlink a:focus {

            color: #F39220;
            background: none;

    }

/* =========================================
                Navigation
============================================ */

.navbar {
    padding: 45px 100px 20px 100px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}



ul.navbar-nav>li>a {
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ul.navbar-nav>li>a:hover,
ul.navbar-nav>li>a:focus {
    background: none;
    color: #F39220;
}


/* White Navigation */

.white-nav-top {
    background: #000;
    padding: 15px 100px;
    -webkit-box-shadow: 0 8px 6px -9px #999;
    box-shadow: 0 8px 6px -9px #999;
    z-index: 2;
}

.white-nav-top ul.navbar-nav>li>a {
    color: #fff;
}

.white-nav-top ul.navbar-nav>li>a:hover,
.white-nav-top ul.navbar-nav>li>a:focus {
    color: #F39220;
}


/* Scroll spy active state */

.white-nav-top ul.navbar-nav>li>a.active {
    color: #F39220;
    font-weight: 500;
}


/* =============================
         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;
   }

   /* =========================================
                Testimonials
============================================ */

#testimonials {
    background: #f4f4f4;
    padding-bottom: 45px;
    overflow: visible;
}
#testimonials hr {
    background-color: #000;
    width:  400px;
    height: 3px;
    display: inline-block;
    
    position: relative;
    margin: 0 auto;
    border: none;
    top: -10px;
    
    
}

#testimonials h2 {
    color: #000;
    font-size: 45px;

    text-transform: uppercase;
    margin: 0 0 0 5px;


}




#testimonial-slider {
    background: #F39220;
    top: 50px;
    border-radius: 8px;
}
#testimonial-slider-2 {
    background: #F39220;
    top: 50px;
    border-radius: 8px;
}


.testimonial .row {
    margin-bottom: 25px;
}

.testimonial {
    padding: 20px 45px 0 45px;
    color: #fff;
}

.testimonial h3 {
    font-size: 32px;
    line-height: 35px;
}



.testimonial p {
    line-height: normal;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 20px;
}

.author .author-name-des {
    width: 106px;
    margin-top: 25px;
    text-align: left;
}

.author .author-name-des p {
    margin: 0;
}




   /* =========================================
                Privacy
============================================ */
#privacy{
    background-color: #fff;
     
   
}
#privacy-heading hr {
    background-color: #000;
    width:  400px;
    height: 3px;
    display: inline-block;
    
    position: relative;
    margin: 0 auto;
    border: none;
    top: -10px;
    
    
}

#privacy-heading h2 {
    color: #000;
    font-size: 45px;

    text-transform: uppercase;
    margin: 0 0 0 5px;


}
.sub-head{
    padding-top: 50px;
}


.p-item {
    background: #fff;
    margin: 20px;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.p-item h4 {
    line-height: 50px;
    margin: 0;
    color: #064E9D;
}

.p-item>p {
    line-height: 24px;
    margin: 10px 0 0 0 ;
    font-weight: 300;
}

