/*
    Foxstar
    By Crackthemes
*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Slider Section
    3.0 About Section
    4.0 Service Section
    5.0 Team Section
    6.0 CTA Section
    7.0 Testimonial Section
    8.0 Video Section
    9.0 Blog Section
    10.0 Sponsor Section
    11.0 Contact Section
    12.0 Widget Section
    13.0 Footer Section
    14.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.2;
    margin: 0 0 10px;
    letter-spacing: -0.04em;
}
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: 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;}

.mt-15{ margin-top: 15px; }
.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;
}
.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: #ff396b;
    border: 1px solid #ff396b;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    font-size: 12px;
    text-transform: uppercase;
}
.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;
}

/* ==========================================================================
   Slider Section
   ========================================================================== */
.slider_section{}
.main_slider{}
.slider_item{
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 670px;
    position: relative;
}
.slider_content{}
.slider_content h1{
    margin: 0;
    -webkit-animation-duration: 0.5s!important;
    animation-duration: 0.5s!important;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
.slider_content p{
    -webkit-animation-duration: 1s!important;
    animation-duration: 1s!important;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.slider_content .fs_btn{
    -webkit-animation-duration: 1.3s!important;
    animation-duration: 1.6s!important;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.slider_content .fs_btn:hover{
    color: #fff;
}
.main_slider .owl-nav div{
    background-color: rgba(0,0,0,0.2);
    color: #fff;
    font-size: 16px;
    line-height: 80px;
    text-align: center;
    width: 40px;
    height: 80px;
    position: absolute;
    left: 0;
    top: calc(50% - 40px);
    transition: all 0.3s ease-in-out;
}
.main_slider .owl-nav div:hover{
    background-color: rgba(0,0,0,0.8);
    transition: all 0.3s ease-in-out;
}
.main_slider .owl-nav .owl-next{
    left: auto;
    right: 0;
}
.main_slider .owl-dots{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 30px;
}
.main_slider .owl-dots .owl-dot{
    background-color: rgba(255,255,255,0.3);
    display: inline-block;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}
.main_slider .owl-dots .owl-dot.active{
    background-color: rgba(255,255,255,0.8);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}


/* ==========================================================================
  About Section
   ========================================================================== */
.about_section{}
.about_section h3{}
.about_section p{}
.about_section .about_content{
    padding: 58px 0;
}
.about_section .about_img{}
.about_section .about_img img{
    float: left;
    width: 50%;
}
.about_section .about_img .about_img_1{
    border: 1px solid #ff396b;
}
.about_img_2 {
    margin: 90px 0 0 -1px;
    border: 1px solid #ff396b;
}


/* ==========================================================================
   Service Section
   ========================================================================== */
.services_section{}
.service_items{}
.service_items li{
    padding: 0;
}
.service_items .service_content{
    position: relative;
    overflow: hidden;
}
.service_items .service_content img{
    width: 100%;
}
.service_items .service_content .overlay{
    background-color: rgba(255,57,107,0.9);
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 25px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.service_items .service_content:hover .overlay{
    visibility: visible;
    opacity: 1;
}
.service_items .service_content h4,
.service_items .service_content h3,
.service_items .service_content p{
    color: #fff;
    margin: 0 0 6px;
    transform: translateX(50px);
    transition: all 0.8s ease-in-out;
    opacity: 0;
    text-transform: uppercase;
}
.service_items .service_content:hover h4{
    transform: translateX(0);
    opacity: 1;
}
.service_items .service_content:hover h3{
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.2s;
}
.service_items .service_content:hover p{
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.4s;
}

/* ==========================================================================
   Team Section
   ========================================================================== */
.team_section{}
.team_section .team_members{}
.team_section .team_members .col-xs-6{
    padding: 15px;
}
.team_section .team_members .team_member{
	position: relative;
	overflow: hidden;
}
.team_section .team_members .team_member img{
	width: 100%;
}
.team_section .team_members .team_member .overlay{
	background-color: #ff396b;
	display: block;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	position: absolute;
	left: 0;
	bottom: -100px;
	width: 100%;
}
.team_section .team_members .team_member:hover .overlay{
	bottom: 0;
}
.team_section .team_members .team_member:hover img{
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.team_section .team_members .team_member .overlay h3{
	color: #fff;
    font-size: 14px;
    font-weight: 600;
	margin: 0 0 -3px;
}
.team_section .team_members .team_member .overlay p{
    font-size: 12px;
	margin: 0 0 5px;
}
.team_member .social_links{}
.team_member .social_links li{
	display: inline-block;
}
.team_member .social_links li a{
	background-color: transparent;
    border: 1px solid #fff;
	display: inline-block;
	font-size: 10px;
	color: #fff;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	margin: 0 3px;
}
.team_member .social_links li a:hover{
	background-color: #fff;
	color: #111;
}

/* ==========================================================================
   CTA Section
   ========================================================================== */
.cta_section{
     background-image: url(../img/cta-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left bottom;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    padding: 120px 0 120px;
    position: absolute;
    left: 0;
    bottom: 0;
    position: relative;
}

.cta_content{
    color: #fff;
}
.cta_content .fs_btn:hover{
    color: #fff;
}

/* ==========================================================================
   Testimonials
   ========================================================================== */
.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;
}

/* ==========================================================================
   Video Section
   ========================================================================== */  
.video_section{
    background-image: url(../img/video-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 120px 0;
}
.video_section a{
    display: block;
    font-size: 70px;
    color: #ff396b;
    margin: 0 0 20px;
}
.video_section a:hover{
    opacity: 0.5;
}

/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog_section{}
.blog_section img{
    width: 100%;
}
.blog_post .blog_content{
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: -1px;
}
.blog_post .blog_content h4{
    text-transform: uppercase;
    margin: 0 0 3px;
}
.blog_post .blog_content .post_meta{
    display: block;
    margin-bottom: 10px;
}
.blog_post .blog_content span a{
    font-size: 12px;
    color: #444;
}
.blog_post .blog_content p{
    margin-bottom: 10px;
}

.blog_post .blog_content a{
    font-size: 15px;
    color: #444;
}
.blog_post .blog_content a:hover{
    text-decoration: underline;
}

/* ==========================================================================
   Sponsor 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{
    position: relative;
}
#google_map{
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.contact_wrap{
    padding: 20px;
}
.contact_wrap h2{
    margin: 0 0 3px;
}
.contact_form{}
.contact_form .form-control{
    background: none;
    border: 1px solid #ddd;
    color: #333;
    height: 50px;
    border-radius: 3px;
}
.contact_form .form-control.msg{
    height: 130px;
}
.contact_form .form-control:hover{
    opacity: 0.9;
}

#ajax_form .alert{
    display: none;
}
#ajax_form .alert.alert-success,
#ajax_form .alert.alert-danger{
    display: block;
}


/* ==========================================================================
   Widget Section
   ========================================================================== */
.widget_section{}
.footer_widget{
    color: #fff;
}
.footer_widget p a{
    color: #888;
}
.footer_widget h4 {
    font-weight: 600;
}
.links{}
.links li{}
.links li a{
    color: #999;
    font-size: 13px;
    display: block;
}
.links li a:hover{
    text-decoration: underline;
    color: #ddd;
}
.subscribe_form {
    display: block;
    text-align: center;
    padding: 5px 0;
}
.subscribe_form p{
	color: #999;
	
}
.subscribe_form .form_input{
    display: block;
    background-color: rgba(255,255,255,0.4);
    color: #181818;
    border: none;
    font-size: 12px;
    line-height: 50px;
    padding: 0 10px;
    float: left;
    width: 70%;
    transition: all 0.5s ease-in-out;
}
.subscribe_form .form_input:hover{
    background-color: rgba(255,255,255,0.2);
    transition: all 0.5s ease-in-out;
}
.subscribe_form .submit{
    background-color: #ff396b;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 50px;
    display: inline-block;
    padding: 0 10px;
    float: left;
    width: 30%;
    transition: all 0.5s ease-in-out;
}
.subscribe_form .submit:hover{
    background-color: #ddd;
    color: #333;
    transition: all 0.5s ease-in-out;
}
.subscribe_form .email-field.fs-input-error{
    border: 1px solid red;
}
   
/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer_section{
    display: block;
    border-top: 1px solid #444;
    padding: 30px 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: 20px;
}
.footer_social li a:hover{
    color: #fff;
}

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