/*
    Foxstar
    By Crackthemes
*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Hero Section
    3.0 About section
    4.0 Service Section
    7.0 Portfolio Section
    8.0 Cta Section
    9.0 Testimonial Section
    9.0 Subscribe Section
    10.0 Blog Section
    10.0 Brands Section
    11.0 Contact Section
    12.0 Footer Section
    13.0 Scroll to Top
    
    ==========================================================================
    Foxstar
    ========================================================================== */

	@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Open Sans:400,600');
	
/*  ==========================================================================
    Common Styles
    ========================================================================== */
*{
	padding: 0;
	margin: 0;
}
body{
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #555;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing:antialiased;
	color: #282828;
}
h1{
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 10px;
    letter-spacing: -0.04em;
}
h2{
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.4;
    color: #303133;
    letter-spacing: -0.01em;
}
h3{
    font-size: 17px;
}
h4{
    font-size: 15px;
}
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}
img{
    border: none;
    outline:none;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p, li, a, span{
    letter-spacing: 1px;
}
p{
    font-size: 14px;
    margin-bottom: 15px;
}
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #ddd !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #ddd !important;  
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #ddd !important;  
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #ddd !important;  
}
button{
    border: none;
	background: none;
}
/* Helper Class */
.padding{
    padding: 80px 0;
}
.no-padding{
    padding: 0;
}

.bg-white{ background-color: #fff; }
.bg-grey{ background-color: #f7f7f7;}
.bg-dark{ background-color: #232323;}
.bd-top{ border-top: 1px solid #eaeaea;}
.bd-bottom{ border-bottom: 1px solid #eaeaea;}

.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.fz-28{ font-size: 28px; }
.fz-24{ font-size: 24px; }
.fz-22{ font-size: 22px; }
.fz-20{ font-size: 20px; }
.fz-18{ font-size: 18px; }
.fz-16{ font-size: 16px; }
.text-black{
    color: #282828;
}
.text-white{
    color: #ffffff;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.fl-right{
    float: right;
}
.fl-left{
    float: left;
}
.display-table{
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.container{
    height: 100%;
}
.overlay{
    width: 100%;
    position: relative;
    z-index: 1;
}
.overlay:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* Preloader Styles */
#preloader{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s .5s ease;
    -moz-transition: all .5s .5s ease;
    transition: all .5s .2s ease;
}
.loader{
    position:absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
    margin-top: -30px;
}
body.loaded #preloader{
    opacity: 0;
    visibility: hidden;
}

/* Button Style */
.btn_group{}
.btn_group a{
    margin: 5px;
}
.fs_btn{
    background-color: #232323;
    border: 2px solid #232323;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
}
.fs_btn:hover{
    background-color: transparent;
    color: #282828;
}
.fs_btn.btn_sm{
    line-height: 40px;
    padding: 0 15px;
}

/* Transition Effect */
a,a:hover, .overlay, img, .form-control,  .form-control:hover, button{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero_section{
    background-image: url(../img/hero-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 610px;
} 
.hero_content h1{
    color: #ffd435;
    margin: 0 0 3px;
}
.hero_content p{
    font-size: 18px;
    margin: 0;
}

/* ==========================================================================
   About section
   ========================================================================== */
.about_section{}   
.about_image{
    padding: 10px;
    z-index: 1;
    position: relative;
}   
.about_image img{
    width: 100%;
}
.testimonial_item figure:before,
.testimonial_item figure:after,
.about_image:before,
.about_image:after{
    background-color: #ffd435;
    width: 70%;
    height: 70%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}  
.testimonial_item figure:after, 
.about_image:after{
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}
.about_content {
    padding: 55px 0;
}   
.about_content .fs_btn:hover{
    color: #282828;
}

/* ==========================================================================
   Service Section
   ========================================================================== */
.service_section{}
.service_section .service_content{
    display: block;
    text-align: center;
    color: #ddd;
}
.service_section .service_content i{
    font-size: 24px;
    color: #ffd435;
    border: 1px solid #ffd435;
    width: 60px;
    height: 60px;
    line-height: 58px;
    transition: all 0.3s ease-in-out;
}
.service_section .service_content:hover i{
    background-color: #ffd435;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #282828;
}
.service_section .service_content h4{
    margin: 15px 0 10px;
    color: #ffffff;
}
.service_section .service_content p{
    margin: 0;
}

/* ==========================================================================
   Portfolio Section
   ========================================================================== */
.portfolio_section{}
.portfolio_filter{
    display: block;
    text-align: center;
}
.portfolio_filter li{
    background-color: #282828;
    display: inline-block;
    margin-left: -4px;
    text-transform: uppercase;
    padding: 12px 20px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.portfolio_filter li.active{
    background-color: #FFD535;
    color: #282828;
    transition: all 0.3s ease-in-out;
}
.portfolio_items{}
.portfolio_items li{
    padding: 15px;
    text-transform: uppercase;
    font-size: 12px;
}
.portfolio_item{
    position: relative;
    overflow: hidden;
}
.portfolio_item img{
    width: 100%;
}
.portfolio_item .overlay{
    background-color: rgba(0,0,0,0.9);
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 35px 0 0 30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.portfolio_item h3{
    color: #FFD535;
    text-transform: uppercase;
    margin: 0 0 8px;
    font-size: 16px;
    position: relative;
}
.portfolio_item h3:before{
    background-color: #FFD535;
    width: 40px;
    height: 2px;
    content: '';
    position: absolute;
    left: 100px;
    bottom: -6px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.portfolio_item p{
    margin: 0;
}
.portfolio_item h3{
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: all 0.5s ease-in-out;
}
.portfolio_item:hover .overlay{
    visibility: visible;
    opacity: 1;
}
.portfolio_item:hover h3{
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
 .portfolio_item:hover h3:before{
    visibility: visible;
    opacity: 1;
    left: 0;
 }

 /* ==========================================================================
   Cta Section
   ========================================================================== */
.cta_section{
    background-image: url(../img/cta-img.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    height: 100%;
}   

.cta_section .cta_content{
    color: #fff;
}   
.cta_section .cta_content h2{
    margin: 0 0 10px;
}   
.cta_section .cta_content p{}  
.cta_section .cta_content .fs_btn{
    background-color: #FFD535;
    border: 1px solid #FFD535;
    color: #282828;
} 
.cta_section .cta_content .fs_btn:hover{
    background-color: transparent;
    color: #FFD535;
}

/* ==========================================================================
   Testimonial Section
   ========================================================================== */
.testimonial_items{}
.bd-grey{ border: 1px solid #ddd; }
.testi_item{
    background-color: #fff;
    padding: 25px;
}
.owl-carousel .testi_item{
    padding: 60px 25px;
}
.testi_item i.fa-quote-left{
    font-size: 45px;
    margin: 0 0 20px;
    color: #333;
}
.owl-carousel .testi_item .client_thumb{
    margin: 0 auto;
}
.testi_item .client_thumb{
    width: 110px !important;
    height: 110px !important;
    border-radius: 50%;
    margin-bottom: 20px;
}
.testi_item p{
    font-size: 13px;
    line-height: 28px;
}
.testi_item h4{
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 3px;
}
/* Rating */
.testi_item .ratings{
    display: block;
}
.testi_item .ratings li{
    display: inline-block;
    color: #ddd;
    font-size: 16px;
    margin: 0 5px;
}

.testi_item .ratings.star-5 li{
    color: #FED701;
}
.testi_item .ratings.star-4 li:nth-child(-n+4){
    color: #FED701;
}
.testi_item .ratings.star-3 li:nth-child(-n+3){
    color: #FED701;
}
.testi_item .ratings.star-2 li:nth-child(-n+2){
    color: #FED701;
}
.testi_item .ratings.star-1 li:nth-child(-n+1){
    color: #FED701;
}
/* ==========================================================================
   Subscribe Section
   ========================================================================== */
.subscribe_section{}
.subscribe_section h2{
    margin: 0 0 5px;
}
.subscribe_form{
    display: block;
    text-align: center;
    
}
.subscribe_form .form_input{
    border: 1px solid #ddd;
    background: rgba(255,255,255,0.2);
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 60px;
    padding: 0 15px;
    float: left;
    width: 70%;
    outline: none;
}
.subscribe_form .submit{
    background-color: #111;
    text-transform: uppercase;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 62px;
    display: inline-block;
    padding: 0 25px;
    float: left;
    width: 30%;
    margin-left: -2px;
}
.subscribe_form .submit:hover{
    opacity: 0.8;
}
.subscribe_form .email-field.fs-input-error{
    border: 1px solid red;
}
/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog_section{}
.blog_items{}
.blog_items .blog_content{}
.blog_items .blog_content img{
    width: 100%;
    margin-bottom: 20px;
}
.blog_items .blog_content h4{
    margin: 0 0 3px;
}
.blog_items .blog_content h4 a{
    text-transform: uppercase;
    font-size: 16px;
    color: #333;
}
.blog_items .blog_content h4:hover{
    text-decoration: underline;
}
.blog_items .blog_content a{
    color: #777;
}
.blog_items .blog_content a:hover{
    text-decoration: underline;
    color: #111;
}
.blog_items .blog_content p{
	
}

/* Google Map */
#google_map{
    height: 350px;
    width: 100%;
}

/* ==========================================================================
   Brands Section
   ========================================================================== */
.sponsor_section{
    padding: 20px 0;
}
.sponsor_section .sponsor_items{}
.sponsor_section .sponsor_item img{
    width: 100%;
}
.sponsor_section .sponsor_items li:hover img{
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact_section{}
.contact_section .contact_content{}
.contact_section .contact_content h2{}
.contact_info{}
.contact_info li{
    display: block;
    margin-bottom: 15px;
}
.contact_info li i{
    color: #FFD535;
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
}
.contact_form{}
.contact_form .form-control{
    background: none;
    border: none;
    box-shadow: none;
    color: #ddd;
    border-bottom: 1px solid #888;
    border-radius: 0;
}
.contact_form .form-control:hover{
    background: rgba(0,0,0,0.1);
}
.contact_form .fs_btn{
    background-color: #FFD535;
    border: 1px solid #FFD535;
    color: #282828;
}
.contact_form .fs_btn:hover{
    background-color: transparent;
    color: #FFD535;
}
#ajax_form .alert{
    display: none;
}
#ajax_form .alert.alert-success,
#ajax_form .alert.alert-danger{
    display: block;
}  
.contact_form input::-webkit-input-placeholder,
.contact_form textarea::-webkit-input-placeholder{
   color: #888 !important;
}

.contact_form input:-moz-placeholder,
.contact_form textarea:-moz-placeholder{ /* Firefox 18- */
   color: #888 !important;  
}

.contact_form input::-moz-placeholder,
.contact_form textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #888 !important;  
}

.contact_form input:-ms-input-placeholder,
.contact_form textarea:-ms-input-placeholder{  
   color: #888 !important;  
}
   
/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer_section{
    display: block;
    border-top: 1px solid #444;
    color: #fff;
    text-align: center;
    padding: 40px 0;
}
.footer_section p{
    text-transform: uppercase;
    font-size: 12px;
    color: #ddd;
    margin: 0;
}  

/* ==========================================================================
   Scroll to Top
   ========================================================================== */
#scroll-to-top{
    background-color: #232323;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
    border-radius: 3px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
#scroll-to-top:hover{
    background-color: #777;
    color: #fff;
}