/*
    Foxstar
    By Crackthemes
*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header Section
    3.0 Hero Section
    3.0 About Section
    4.0 Services Section
    5.0 Works Section
    6.0 Testimonial Section
    7.0 Blog Section
    8.0 Sponsor Section
    9.0 Contact Section
    10.0 Footer Section
    11.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: #777;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing:antialiased;
	color: #333;
}
h1{
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 10px;
    letter-spacing: -0.05em;
}
h2{
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.04em;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 300;
    line-height: 1.7;
    color: #333;
    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: #333;
}
.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;
}

.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;
}
.btn_group_left a{
    margin-right: 15px;
    margin-bottom: 15px;
}
.fs_btn{
    background-color: #fcd846;
    border: 2px solid #fcd846;
    text-transform: uppercase;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
}
.fs_btn:hover{
    background-color: transparent;
    color: #282828;
}
.fs_btn.btn_2{
    background-color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    color: #333;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
}
.fs_btn.btn_2:hover{
    background-color: transparent;
    color: #fff;
}
.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 center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 570px;
}
.hero_content{
    color: #fff;
}
.hero_content h3{
    background-color: #fcd846;
    display: inline-block;
    padding: 8px 13px;
}
.hero_content h1{
    font-size: 55px;
    font-weight: 700;
    color: #fcd846;
}
.hero_content h4{
    color: #ddd;
    margin-bottom: 15px;
}
.subscribe_form{
    display: block;
    text-align: center;
    width: 100%;
}
.subscribe_form .form_input{
    border: none;
    background-color: #fff;
    display: block;
    color: #777;
    border-radius: 5px;
    font-size: 14px;
    line-height: 60px;
    padding: 0 15px;
    float: left;
    width: 50%;
}
.subscribe_form .submit{
    background-color: #fcd846;
    color: #111;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 60px;
    border-radius: 5px;
    display: inline-block;
    padding: 0 25px;
    font-weight: 600;
    float: left;
    width: 30%;
    margin-left: 8px;
}
.subscribe_form .submit:hover{
    background-color: #fcda50;
}
.subscribe_form .email-field.fs-input-error{
    border: 1px solid red;
}
   
/* ==========================================================================
   About Section
   ========================================================================== */
.about_section{}
.about_section .about_content{
    padding: 30px 0;
}
.about_tab .tab_menu{
    display: block;
    overflow: hidden;
}
.about_tab .tab_menu li{
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    margin-left: 3px;
}
.about_tab .tab_menu li a{
    background-color: transparent;
    border: 1px solid #ddd;
    display: inline-block;
    line-height: 60px;
    padding: 0 25px;
    font-weight: 600;
    color: #282828;
}
.about_tab .tab_menu li.active a{
    background-color: #fcd846;
    color: #fff;
}
.about_tab .tab_content{
    overflow: hidden;
}
.about_tab .tab_content h3{
    font-weight: 600;
    margin-bottom: 10px;
}
.about_tab .tab_content img{
    float: left;
    width: 30%;
    height: 247px;
}
.about_tab .tab_content a{
    color: #777;
}
.about_tab .tab_content a:hover{
    text-decoration: underline;
}
.about_tab .tab_content .about_tab_content{
    float: left;
    width: 60%;
    padding: 25px;
    border: 1px solid #ddd;
}
.about_tab_content h3{
    margin: 0 0 -3px;
}

/* ==========================================================================
   Services Section
   ========================================================================== */
.services_section{}
.service_items{}
.service_items .service_content{}
.service_items .service_content h4{
    font-weight: 600;
    margin: 0 0 5px;
}
.service_items .service_content img{
    width: 100%;
    margin-bottom: 15px;
}
.service_items .service_content:hover img{
    opacity: 0.7;
}

/* ==========================================================================
   Works Section
   ========================================================================== */
.works_section{
    background-image: url(../img/work-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.works_items{}
.works_items .works_item{
    position: relative;
}
.works_section .fs_btn:hover{
    color: #fff;
}
.works_items .works_item img{
    width: 100%;
}
.works_items .works_item .works_overlay{
    background-color: rgba(252,216,70,0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.works_items .works_item:hover .works_overlay{
    visibility: visible;
    opacity: 1;
}
.works_items .works_item .works_content{
    color: #fff;
    width: 100%;
    text-align: right;
    position: absolute;
    left: 0;
    bottom: 20px;
    padding-right: 20px;
}
.works_items .works_item .works_content h3{
    font-weight: 600;
    color: #fff;
    margin: 0 0 -3px;
}
.works_items .owl-nav div{
    width: 40px;
    height: 60px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 60px;
    position: absolute;
    left: -40px;
    top: calc(50% - 30px);
    transition: all 0.5s ease-in-out;
}
.works_items .owl-nav div:hover{
    transition: all 0.5s ease-in-out;
}
.works_items .owl-nav div.owl-next{
    left: auto;
    right: -40px;
}

/* ==========================================================================
   Testimonial Section
   ========================================================================== */
.testimonial_items{}
.bd-grey{ border: 1px solid #ddd; }
.testi_item{
    background-color: #fff;
    padding: 25px;
}
.testi_item i.fa-quote-left{
    font-size: 45px;
    margin: 0 0 20px;
    color: #333;
}
.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;
}

/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog_section{}
.blog_items{}
.blog_items .blog_content{}
.blog_items .blog_content img{
    border: 2px solid #fcd846;
    width: 100%;
    margin-bottom: 20px;
}
.blog_items .blog_content h4{
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 5px;
}
.blog_items .blog_content h4 a{
    color: #333;
}
.blog_items .blog_content h4 a:hover{
    text-decoration: underline;
}
.blog_items .blog_content p{}


/* ==========================================================================
   sponsor section
   ========================================================================== */
.sponsor_section{}
.sponsor_section .sponsor_images{}
.sponsor_section .sponsor_images img{
    width: 100%;
    padding: 40px 0;
}
.sponsor_section .sponsor_images li:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact_section{}
.contact_left{
    padding: 80px 15px 60px 80px;
}
.contact_left h3{
    color: #777;
}
.contact_left h4{
    font-weight: 600;
}
.contact_list{}
.contact_list li{
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 30px;
    float: left;
    width: 50%;
}
.contact_right{
    background-color: #fcd846;
    padding: 80px 80px 80px 30px;
    overflow: hidden;
}
.contact_form{}
.contact_form .form-control{
    background: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    border: 2px solid #fff;
    color: #282828;
    padding: 20px;
}
.contact_form .form-control:hover,
.contact_form .form-control:focus{
    box-shadow: none;
}
.contact_form .fs_btn{
    background-color: #232323;
    border: 1px solid #232323;
    color: #fff;
}
.contact_form .fs_btn:hover{
    background-color: transparent;
    color: #282828;
}
#form-messages{
    display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success{
    display: block;
}

.contact_form input::-webkit-input-placeholder,
.contact_form textarea::-webkit-input-placeholder{
   color: #fff !important;
}

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

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

.contact_form input:-ms-input-placeholder,
.contact_form textarea:-ms-input-placeholder{  
   color: #fff !important;  
}

/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer_section{
    font-size: 12px;
    display: block;
    padding: 40px 0;
    color: #fff;
}
.footer_section p.copyright{
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
}  
.footer_menu{
    text-align: right;
}
.footer_menu li{
    display: inline-block;
}
.footer_menu li a{
    display: inline-block;
    padding: 0 10px;
    color: #fff;
}
.footer_menu li a:hover{
    color: #fcd846;
}  

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

