/*
    Foxstar
    By Crackthemes
*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Slider section
    3.0 Top Call To Action
    4.0 Service Section
    5.0 Call To Action Section
    6.0 Portfolio Section
    7.0 Testimonial Section
    8.0 Blog 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: 700;
    line-height: 1;
    margin: 0 0 10px;
    letter-spacing: -0.05em;
}
h2{
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
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: #777 !important;
}

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

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

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #777 !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;
}
.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;
}
.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;
}

/* ==========================================================================
   Slider section
   ========================================================================== */
.slider_section{}
.slider_content .btn_group a{
    margin: 0 10px 0 0;
}
.slider_content .fs_btn:hover{
    color: #fff;
}
.slider_item{
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 570px;
}
.main_slider .owl-nav{}
.main_slider .owl-nav div{
    color: #fff;
    width: 60px;
    height: 100px;
    font-size: 30px;
    text-align: center;
    line-height: 100px;
    position: absolute;
    left: 0;
    top: calc(50% - 60px);
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}
.main_slider .owl-nav div:hover{
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.main_slider .owl-nav div.owl-next{
    left: auto;
    right: 0;
}
.main_slider .owl-dots {
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 25px;
}
.main_slider .owl-dots div{
    background-color: rgba(255,255,255,0.4);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    transition: all 0.5s ease-in-out;
}
.main_slider .owl-dots div.active{
    background-color: rgba(255,255,255,1);
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    transition: all 0.5s ease-in-out;
} 

/* ==========================================================================
   Top Call To Action
   ========================================================================== */
.cta_sm_section{
    background-color: #fcd846;
    display: block;
    padding: 50px 0;
}
.cta_sm_section h3{
    font-weight: 600;
    display: inline-block;
    margin: 0 10px 0;
}
.cta_sm_section .fs_btn{
    background-color: #232323;
    border: 2px solid #232323;
    color: #fff;
}
.cta_sm_section .fs_btn:hover{
    background-color: transparent;
    color: #282828;
}

/* ==========================================================================
   Service Section
   ========================================================================== */
.service_section{
    background-image: url(../img/service-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}    
.service_section.overlay:before{
    background-color: rgba(0,0,0,0.9);
    left: auto;
    right: 0;
    width: 50%;
}      
.service_wrap{
    padding-left: 15px;
}
.service_items .service_content{
    position: relative;
    display: block;
    padding-left: 80px;
    color: #ddd;
}
.service_items li{
    margin-bottom: 30px;
    min-height: 60px;
}
.service_items li:last-child{
    margin: 0;
}
.service_items .service_content .service_icon{
    background-color: #fcd846;
    border: 2px solid #fcd846;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    line-height: 60px;
    position: absolute;
    left: 0;
    top: 6px;
    color: #282828;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.service_items .service_content:hover .service_icon{
    background-color: transparent;
    color: #fcd846;
} 
.service_items .service_content h3{
    font-weight: 600;
    margin: 0 0 -3px;
}
.service_items .service_content p{
    margin: 0;
}


/* ==========================================================================
   Portfolio Section
   ========================================================================== */
.portfolio_section{}
.project_slider{}
.project_slider .slide_content{
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0;
}
.project_slider .slide_content .project_info{
    background-color: rgba(252,216,70,0.8);
    padding: 30px;
    margin-left: 80px;
    width: 500px;
}
.project_slider .slide_content .project_info h3{
    font-weight: 600;
}
.project_slider .slide_content .project_info p{}
.project_slider .slide_content .project_info .fs_btn{
    background-color: #282828;
    border-radius: 5px;
    color: #fff;
}
.project_slider .slide_content .project_info .fs_btn:hover{
    background-color: #fff;
    color: #282828;
}
.project_slider .owl-dots {
    background-color: #fcd846;
    display: inline-block;
    padding: 10px 30px;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.project_slider .owl-dots div{
    border: 2px solid #282828;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    transition: all 0.5s ease-in-out;
}
.project_slider .owl-dots div.active{
    background-color: #282828;
    transition: all 0.5s ease-in-out;
}

/* ==========================================================================
   Testimonial Section
   ========================================================================== */
.testimonial_section{}
.testi_items{
    margin-top: 80px;
    background-color: #fcd846;
    padding-bottom: 60px;
}
.testi_items.owl-carousel .owl-stage-outer{
    overflow: inherit;
}
.testi_items .testi_item{}
.testi_item .testi_content{} 
.testi_item .testi_content img{
    border: 10px solid #fff;
    width: 160px;
    height: 160px;
    margin: -80px auto 30px;
    border-radius: 50%;
} 
.testi_item .testi_content p{
    color: #444;
    font-size: 16px;
    margin: 15px auto;
    max-width: 800px;
}
.testi_item .testi_content h4 {
    display: inline-block;
    font-weight: 600;
    margin: 8px;
}
.testi_item .testi_content span.tagline{
    display: block;
} 
.testi_items .owl-nav{}
.testi_items .owl-nav div{
    width: 30px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #282828;
    position: absolute;
    left: 15px;
    top: calc(50% - 15px);
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}
.testi_items .owl-nav div:hover{
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.testi_items .owl-nav div.owl-next{
    left: auto;
    right: 15px;
}

/* ==========================================================================
  Call To Action Section
   ========================================================================== */
.cta_section{
    background-image: url(../img/cta-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 140px 0;
}
.cta_content h2{
    color: #fff;
    font-weight: 600;
}
.cta_content p{
    color: #ddd;
    font-size: 16px;  
}
.cta_content .fs_btn:hover{
    color: #fff;
}

/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog_section{}
.blog_post img{
    width: 100%;
    border: 2px solid #fcd846;
}
.blog_post .blog_content{
    padding: 15px;
    border: 1px solid #ddd;
}
.blog_post .blog_content h4{
    margin: 0 0 -3px;
}
.blog_post .blog_content .post_meta{
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}
.blog_post .blog_content a{
    color: #282828;
}
.blog_post .blog_content a:hover{
   color: #333;
    text-decoration: underline;
}

/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact_section{
}
.contact_form{}
.contact_form .form-control{
    background-color: #fff;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid #ddd;
    color: #777;
    padding: 25px;
}
.contact_form .form-control:hover,
.contact_form .form-control:focus{
    border-bottom: 1px solid #999;
    box-shadow: none;
}
#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: #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;  
}

/*Google Map*/
#google_map{
    width: 100%;
    height: 350px;
}
   
/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer_section{
    display: block;
    border-top: 1px solid #444;
    padding: 40px 0;
}
.footer_section .copyright{
    font-size: 12px;
    color: #ddd;
}  
.footer_social{
    display: block;
    text-align: right;
}
.footer_social li{
    display: inline-block;
}
.footer_social li a{
    color: #ddd;
    font-size: 12px;
    margin-left: 15px;
}
.footer_social li a:hover{
    color: #fff;
}

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