/*
    Foxstar
    By Crackthemes
*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Slider section
    3.0 About Section
    4.0 Portfolio Section
    5.0 Cta Section
    6.0 Service Section
    7.0 Testimonial Section
    8.0 Contact Section
    9.0 Footer Section
    10.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: 45px;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 10px;
    letter-spacing: -0.04em;
}
h2{
    font-size: 28px;
    margin: 0 0 10px;
    font-weight: 300;
    line-height: 1;
    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; }
.ml-15{ margin-left: 15px!important; }
.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;
}
.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: #d69e6d;
    border: 2px solid #d69e6d;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
}
.fs_btn: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 h1{
    line-height: 55px;
    -webkit-animation-duration: 1.3s!important;
    animation-duration: 1.3s!important;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
.slider_content p{
    -webkit-animation-duration: 1s!important;
    animation-duration: 1s!important;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slider_content .btn_group{
    -webkit-animation-duration: 1s!important;
    animation-duration: 1s!important;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.slider_content .btn_group a{
    margin: 0 10px 0 0;
}
.main_slide{
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100vh;
}
.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;
}

/* ==========================================================================
   About Section
   ========================================================================== */
.about_section{
    background-image: url(../img/about-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}   
.about_content{
    padding: 30px;
    background-color: #232323;
    color: #ddd;
}   

/* ==========================================================================
   Portfolio Section
   ========================================================================== */
.portfolio_section{
    background-color: #131313;
}
.portfolio_filter {
	text-align: center;
}
.portfolio_filter li{
    color: #777;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    margin-left: -4px;
    padding: 10px 20px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.portfolio_filter li:first-child{
    border-left: 1px solid #444;
}
.portfolio_filter li:last-child{
    border-right: 1px solid #444;
}
.portfolio_filter li.active{
    background-color: #d69e6d;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.portfolio_items{}
.portfolio_items li.portfolio{
    padding: 10px;
}
.portfolio_item{
    position: relative;
    overflow: hidden;
}
.portfolio_item img{
    width: 100%;
}
.portfolio_item .overlay_p{
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
.portfolio_item .overlay_p:before,
.portfolio_item .overlay_p:after{
    width: 100px;
    height: 100px;
    content: '';
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}
.portfolio_item .overlay_p:before{
    border-bottom: 2px solid #d69e6d;
    border-left: 2px solid #d69e6d;
    bottom: 50px;
    left: 50px;
}
.portfolio_item .overlay_p:after{
    border-top: 2px solid #d69e6d;
    border-right: 2px solid #d69e6d;
    top: 50px;
    right: 50px;
}
.portfolio_item:hover .overlay_p,
.portfolio_item:hover .overlay_p:before,
.portfolio_item:hover .overlay_p:after{
    visibility: visible;
    opacity: 1;
}
.portfolio_item:hover .overlay_p:before{
    bottom: 5px;
    left: 5px;
    animation-delay: 0.2s;
}
.portfolio_item:hover .overlay_p:after{
    top: 5px;
    right: 5px;
    animation-delay: 0.2s;
}
.portfolio_item h3{
    text-transform: uppercase;
    color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    transition: all 0.5s ease-in-out;
    margin: 0 0 3px;
}
.portfolio_item span{
    display: block;
    -moz-transform: translateY(5px);
    transform: translateY(5px);
    transition: all 0.5s ease-in-out;
}
.portfolio_item:hover h3,
.portfolio_item:hover span{
    -webkit-transform: translateY(0);
     transform: translateY(0);
}
   
/* ==========================================================================
   Cta Section
   ========================================================================== */
.cta_section{
    background-image: url(../img/cta-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
} 
.cta_section.overlay:before{
    background-color: rgba(0,0,0,0.8);
}

/* ==========================================================================
   Service Section
   ========================================================================== */
.service_section{
    background-color: #131313;
}
.service_section .col-sm-6{
    padding: 15px;
}
.service_content{
    padding: 25px;
    border: 2px solid #d69e6d;
    color: #ddd;
}
.service_content h3 {
    margin: 0 0 15px;
    min-height: 35px;
}
.service_content h3 span {
    float: left;
    background-color: #d69e6d;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
.service_content p{
    font-size: 12px;
    line-height: 18px;
}
.service_content .fs_btn{
    background-color: #d69e6d;
    line-height: 30px;
    padding: 0 13px;
    font-size: 12px;
}
.service_content .fs_btn:hover{
    background-color: transparent;
}

/* ==========================================================================
   Testimonial Section
   ========================================================================== */
.testimonial_section{
    background-color: #232323;
}
.testimonial_section i{
    border: 2px solid #d69e6d;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.testimonial_items{}
.testimonial_item{
    color: #fff;
    text-align: center;
}
.testimonial_item h4{
    margin: -5px 0 25px;
}
.testimonial_item p{}

.testimonial_items .owl-dots{
    display: block;
    text-align: center;
}
.testimonial_items .owl-dots .owl-dot{
    background-color: #fff;
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 3px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    transition: all 0.3s ease-in-out;
}
.testimonial_items .owl-dots .owl-dot.active{
    background-color: #d69e6d;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact_section{
    background-color: #131313;
}
.contact_section .contact_content{}
.contact_section .contact_content h2{}
.contact_info{}
.contact_info li{
    display: block;
    margin-bottom: 10px;
}
.contact_info li i{
    color: #d69e6d;
    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: 1px solid #888;
    border-radius: 0;
}
.contact_form .form-control:hover{
    background: rgba(0,0,0,0.1);
}
.contact_form .fs_btn{
    background-color: #d69e6d;
    border: 1px solid #d69e6d;
    color: #fff;
}
.contact_form .fs_btn:hover{
    background-color: transparent;
    color: #d69e6d;
}
#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;
	background-color: #131313;
    border-top: 1px solid #232323;
	color: #fff;
	padding: 40px 0;
}
.footer_section p{
    text-transform: uppercase;
    font-size: 12px;
	margin: 0;
}  
.social_links{
    text-align: right;
}
.social_links li{
    display: inline-block;
}
.social_links li a{
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    color: #ddd;
    padding: 0 5px;
    font-size: 13px;
}
.social_links li a:hover{
    color: #fff;
}

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


