
/*
    Template Name: Adaline-Multipurpose landing template
    Author: Themeturn
    Author URI: http://themeforest.net/user/ThemeTurn
    Description: 
    Version: 1.0
*/

/* Table of Content
==================================================
1.  Global Styles
2.  Typography
3.  Common styles
4.  Header area
5.  Slideshow
6.  SECTION ABOUT
7.  SECTION COUNTER
8.  SECTION PORTFOLIO
9.  SECTION SUBSCRIBE
10. SECTION SERVICES
11. SECTION PRICING
12. SECTION TEAM
13. SECTION TESTIMONIAL
14. SECTION BLOG
15. SECTION FEATURES
16. SECTION CONTACT
17. SECTION FOOTER


*/

/* 1 - Google Font
------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300);


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

/* 2 - General styles
------------------------------------------------------------------------*/
::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

::-moz-placeholder {  /* Firefox 19+ */
  color: #fff;
}

:-ms-input-placeholder {  
   color: #fff;  
}


body {
    width: 100%;
    height: 100%;
    line-height: 24px;
    color: #6a6a6a;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}

html {
    width: 100%;
    height: 100%;
}

.no-padding{
    padding: 0;
}



a, a:focus, a:active, a:link, img {
    outline: none;
}


a {
    color:#555;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}


a {
    cursor: pointer;
    text-decoration: none;
    color: #323232;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

    a:hover {
        color: #fe6b00;
        text-decoration: none;
        transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
    }

a:focus {
    outline:none;
    outline-offset:0;
}

a:link,
a:visited{
    text-decoration: none;
}

.dark-bg {
    background: #323232;
    color: #fff;
}


img {
     height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

iframe,
audio {
    width: 100%;
    height: auto;
    border: none;
}

ul,li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

/* 2.1 - Headings 
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    color: #404040;
    text-transform: uppercase;
   font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-top: 0px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}



p {
    line-height: 26px;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 0 10px 0;
    color: #777;
    letter-spacing: 1px;
}

h1 {
    font-size: 43px;
    line-height: 40px;
}


@media (max-width: 767px) {
    h1.h1, h2.h2 {
        letter-spacing: 0px;
    }
}

h2 {
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 20px;
    padding-top: 10px;
}

h3 {
    font-size: 21px;
    line-height: 32px;
}

  
h4 {
    font-size: 17px;
    line-height: 28px;
}

  
h5 {
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
}

h6 {
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
}


/* buttons style */
.btn{
    padding: 16px 40px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-container{
    margin-top: 35px;
}
.btn-primary.black{
    background:#2A2A2A;
    border: 1px solid#2A2A2A;
    color: #fff;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.btn-primary.black:hover{
    border-color: #fff;
    background: #fff;
    color:#2A2A2A;
}

.btn-primary{
    border-color: #fff;
    background: #fff;
    color: #2A2A2A;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.btn-primary:hover{
    background:#2A2A2A;
    border: 1px solid#2A2A2A;
    color: #fff;
}
.btn-primary.white{
    border-color: #eee;
    background: #fff;
    color: #2A2A2A;
    padding: 12px 40px;
    margin-top: 20px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.btn-primary.white:hover{
    background: #2A2A2A;
    color: #fff;
    border-color: #2A2A2A;
}

.btn-primary.feature{
    background:#fe6b00;
    border: 1px solid#fe6b00;
    color: #fff;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-weight: 700;
}
.btn-primary.feature:hover{
    background: #2A2A2A;
    color: #fff;
    border-color: #999;
}

.section-padding{
    padding-bottom: 80px;
}

.section-heading{
    margin-bottom: 70px;
    padding-top: 80px;
}
.section-heading p{
    width: 60%;
    margin: 15px auto 35px;
}
.section-heading hr{
    width: 7%;
    border-color: #ddd;
}


/*=====================================
    navbar section
=========================================*/
.main-nav{
}
.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;   
}

.navbar-custom .navbar-brand {
    font-weight: 700;
    margin-top: 13px;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    font-weight: 700;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    padding: 30px 20px;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: #fe6b00;;
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
    color: #fff!important;
}

.navbar-nav{
    margin-left: 30px;
}
.navbar-custom .nav li.active a:hover {
    font-weight: 700;
}
.navbar-brand i{
    margin-right: 10px;
}


@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
         background: rgba(255,255,255,.5);
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        -webkit-box-shadow: 0px 0px 2px #777;
        box-shadow: 0px 0px 2px #777;
        background: #fff;
    }
    .navbar-custom.top-nav-collapse .nav li a{
        color: #232323;
    } 
    .navbar-custom.top-nav-collapse .nav li.active a{
        color: #fe6b00!important;
    }
    .navbar-custom.top-nav-collapse .navbar-brand{
        color:#333;

    }

}

.navbar-brand{
    padding: 15px 50px;
    line-height: 22px;
}


/*============================================
    SLIDER SECTION
===============================================*/
#section-slider{
    background: url("../images/slider/slider-2.jpg") fixed 50% 50%;
    min-height: 680px;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
}
#home-slider .item{
    padding: 250px 0px 0px;
}
.slider-caption{
    width: 60%;
    background: rgba(254, 107, 0, 0.81) ;
    margin: 0px auto;
    padding: 60px 40px;
    color: #fff;
}
.slider-caption h2,.slider-caption p{
    color: #fff;
}
.bg-overlay{
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(32,32,32,0.8);
}



#home-slider .carousel-control{
    text-shadow: none;
    top: 60%;
    opacity: 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .4s ease 0;
}

#home-slider:hover  .carousel-control{
    opacity: 1;
}

#home-slider .carousel-control.left ,#home-slider .carousel-control.right{
    background-image:  none ;
    background-repeat: repeat-x;
}
#home-slider .carousel-control.left ,#home-slider .carousel-control.right{
    background: #fe6b00;
    color:#fff;
    width: 55px;
    height: 55px;
    line-height: 20px;
    padding-top: 18px;
}

#home-slider .carousel-control:hover{
    background:#fff;
    color: #fe6b00;
}
#home-slider .carousel-indicators{
    bottom: 5px;
}
/*============================================
    ABOUT SECTION
===============================================*/
#section-about{}

.about-wrap{
    padding-left: 20px;
}
.about-box{
    margin-top: 30px;
}
.about-box i{
    font-size: 50px;
    color: #666;
    margin-bottom: 15px;
}
#about-carousel .carousel-indicators{
    left: 103%;
    margin-left: 0px;
    float: right;
    bottom: 0px;
}
#about-carousel .carousel-indicators li{
    display: block;
    border-color: #555;
    margin-bottom: 5px;
 }
#about-carousel .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0px;
    background-color: #555;
    border-color: #555;
}

.about-wrapper{
    background: #fff;
    margin-top: -50px;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
   
}
.about-inner{
    padding: 50px 20px;
}

.about-inner h4{
    position: relative;
    padding-left: 60px;
    margin-bottom: 25px;
}
.about-inner h4 i{
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 30px;
    font-size: 35px;
    color: #333;
}
.about-inner p{
}
.top-contact{
    background: rgba(25, 154, 217, 0.81) ;
    margin-top: -150px;
   color: #fff;
}
.top-contact h4{
    color: #fff;
}

.top-contact p{
    margin: 15px 0px;
    color: #fff;

}
.top-contact .form-control{
    border: 1px solid #F4F4F4;
    background: transparent none repeat scroll 0% 0%;
    color: #FFF;
    font-size: 14px;
    width: 100%;
    border-radius: 0px;
    height:45px;
}

/*===================================================
    SECTION FEATURE
=====================================================*/
#section-feature{
    padding-bottom: 80px;
 
}
.feature-slide.col-md-5{
    padding: 0px;
}
#feature-slide .item img{
    width: 100%;
}

.feature-inner{
}
.feature-box{
    margin-bottom: 30px;
}
.feature-box i{
    width: 45px;
    height: 45px;
    background: #fe6b00;
    color: #fff;
    padding-top: 13px;
    text-align: center;
    font-size: 16px;
    margin-right: 15px;
}
.feature-box  h4{
   margin-top: 15px;
}
.feature-box p{
   float: none;
   
}

#feature-slide .carousel-indicators{
    bottom: -60px;
    margin-top: 30px;
}
#feature-slide .carousel-indicators li{
    border-radius: 0px;
    background: transparent;
    border-color:#fe6b00;
}
#feature-slide .carousel-indicators li.active{
    border-radius: 0px;
    width: 30px;
    background: #fe6b00;
    border-color:#fe6b00;
}

/*============================================
    Blog SECTION
===============================================*/
#section-pricing{
    padding-bottom: 80px;

}

.pricing-wrap{
    border: 1px solid#eee;
    border-radius: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.plan {
    background: #eaeaea;
    padding: 50px 30px;
    text-align: center;

}
.plan h4{
    font-size: 20px;
    color: #444;
}
.plan h3{
}
.price{
    font-size: 40px;
    color: #fe6b00;
}
.price small{
    font-size: 12px;
    line-height: 10px;
    letter-spacing: 0px;
    text-transform: lowercase;
}
.pricing-list{
    clear: both;
    padding: 0px 30px;
}
.pricing-list li {
    padding: 18px 0px;
    /*border-bottom: 1px solid#eee;*/
    font-weight: 600;
    text-transform: capitalize;
}
.pricing-list li span{
    float: right;
}
.pricing-btn{
    text-align: center;
    margin-top: 40px;
   margin-bottom: -25px;
}
.pricing-btn .btn{
    padding: 15px 40px;
   
}
.pricing-btn .btn-primary.black:hover{
    background: #fe6b00;
    color: #fff;
}
.pricing-wrap:hover{
    background: #fbfbfb;
}

/*============================================
    SERVICES SECTION
===============================================*/

.redbg{
    background: #FE824C;
}
.bluebg{
    background: #fe6b00;
}
.redbg,.bluebg{
    height: 2px;
}


/*============================================
    SERVICES SECTION
===============================================*/
#section-service{
}
.service-box{
    padding: 35px 25px;
    margin-bottom: 20px;
    -webkit-transition: all .4s ;
    -o-transition: all .4s ;
    transition: all .4s ;
    text-align: center;
    border: 1px solid#eee;

}
.service-box img{
   width: 55px;
   height: 55px;
    margin-bottom: 20px;
}
.service-box:hover{
    background: #fe6b00;
    border-color: #fe6b00;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.service-box:hover h4,.service-box:hover p{
    color: #fff;
}

/*===================================================
    TEAM SECTION
======================================================*/
#section-team{
    background: #Fbfbfb;
    padding-bottom: 80px ;

}

.sub-sec-title{
    margin-bottom: 10px;
}
.line{
   position: relative;
    height: 10px;
    width:10px;
    background: #fe6b00;
    bottom: 0px;
}
.line:before{
    position: absolute;
    content:"";
    height: 10px;
    width: 10px;
    background: #444;
    left: 13px;
}
.line:after{
    position: absolute;
    content:"";
    height: 10px;
    width: 10px;
    background: #fe6b00;
    left: 27px;
}

.team-control .carousel-inner{
    margin-bottom: 30px;
}
.team-desc{
    text-align: center;
    background: #fff;
    padding: 25px 0px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.team-desc h4{
    margin: 0px 0px;
}
.team-desc p{
    margin: 5px 0px;
    color: #444;
}
.team-desc a{
    font-weight: 700;
}

.team-control .carousel-control{}
.team-control .carousel-control{
    text-shadow: none;
    top:45%;
    background: #fff;
    right: 0px;
}

.team-control .carousel-control.left ,.team-control .carousel-control.right{
    background-image:  none ;
    background-repeat: repeat-x;
}
.team-control .carousel-control.left ,.team-control .carousel-control.right{
    background: #fe6b00;
    color: #fff;
    width: 55px;
    height: 45px;
    line-height: 20px;
    padding-top: 13px;
}
.team-control .carousel-control.left{
    left: 90%;
}
#slider-carousel .carousel-control.right{}
.team-desc:hover{
    background: #fe6b00;
    color: #fff;
}
.team-desc:hover h4,.team-desc:hover p,.team-desc:hover a{
    color: #fff;
}

/*=====================================================
    SECTION     quote
==========================================================*/
#section-quote{
    padding: 70px 0px;
    background: url("../images/bg/bgpattern.jpg")repeat;
}  

.quote-desc{}
.quote-desc{
    width: 80%;
    margin: 0px auto;
}
.quote-desc p{
    margin: 30px auto;
    width: 70%;
}

/*=====================================================
    SECTION TIME TABLE
==========================================================*/
#section-time{
    
}

.time-box{
    text-align: center;
    background: #010000;
    color: #fff;
    padding: 50px 10px;
    margin-bottom: 20px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.time-box.long{
    padding: 70px 10px;
    background: #fe6b00;
}
.time,.room{
    color: #fff;
    font-weight: 600;
}
.room{}
.time-box h4,.time-box h5{
    color: #fff;
}
.time-box:hover {
    margin-bottom: 20px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/*=====================================================
    SECTION CTACT INFO
==========================================================*/
#section-contact-info{
    background: #F7F7F7;
    background: url("../images/bg/bg-sub.jpg");
    background-size: cover;
    padding: 60px 0px;
}

.info-box{
    text-align: center;
}
.info-box p{
    font-weight: 600;
    color: #555;
}
.info-box i{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    color:  #fe6b00;
}

.contact-form{
    margin-top: 40px;
}


/*=====================================================
    SECTION footer
==========================================================*/
#section-footer{
    padding: 60px 0px;
    border-bottom: 20px solid #fe6b00;

}
.footer-desc p{
    width: 60%;
    margin: 35px auto;
}
.footer-desc .copy{
    letter-spacing: 4px
}