/*
    Foxstar
    By Crackthemes
*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Slider Section
    3.0 CTA Section
    4.0 About Section
    5.0 Service Section
    6.0 Team Section
    7.0 Testimonial Section
    8.0 Blog Section
    9.0 Sponsor Section
    10.0 Widget Section
    11.0 Footer Section
    12.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: 600;
    line-height: 1.2;
    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: 600;
    line-height: 1.4;
    color: #303133;
    text-transform: uppercase;
    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: #f5d76e;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    text-transform: uppercase;
    font-size: 12px;
    
}
.fs_btn:hover{
    background-color: #2f4e71;
    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{}
.main_slider{}
.slider_item{
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 710px;
}
.slider_content{}
.slider_content h1{
    -webkit-animation-duration: 1s!important;
    animation-duration: 1s!important;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
.slider_content p{
    -webkit-animation-duration: 1.3s!important;
    animation-duration: 1.3s!important;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.slider_content .btn_group{
    -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(47,78,113,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;
}
 
/* ==========================================================================
   CTA Section
   ========================================================================== */
.cta_section{
    background-color: #f5d76e;
    padding: 40px 0;
}
.cta_section h3{
    display: inline-block;
    text-transform: uppercase;
    margin: 0 15px 15px;
    font-size: 20px;
}
.cta_section .fs_btn{
    background-color: #2f4e71;
    border: 1px solid #2f4e71;
    color: #fff;
}
.cta_section .fs_btn:hover{
    background-color: transparent;
    color: #111;
}

/* ==========================================================================
   About section
   ========================================================================== */
.about_section{}      
.about_section img{
    width: 100%;
    border-radius: 5px;
}
.about_content{
    padding-top: 30px;
}
.about_content h2{}   
.about_content p{} 

/* ==========================================================================
   Service Section
   ========================================================================== */
.service_section{}  
.service_items li{
    padding: 15px;
}
.service_items{}  
.service_item img{
    width: 100%;
}
.service_item:hover img{
    opacity: 0.8;
}  
.service_item .service_content{
    padding: 20px 15px;
    background-color: #f5d76e;
    color: #fff;
    display: block;
}  
.service_items .service_content h4{
    margin: 0 0 3px;
}  
.service_items .service_content p{
    margin: 0;
}

/* ==========================================================================
   Team Section
   ========================================================================== */
.team_section{}
.team_section .team_members{}
.team_section .team_members li.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: rgba(47,78,113,0.9);
    color: #fff;
    text-align: center;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.team_section .team_members .team_member .overlay h4{
    color: #fff;
    transform: translateY(25px);
    transition: all 0.3s ease-in-out;
}
.team_section .team_members .team_member .overlay p{
    font-size: 12px;
    line-height: 18px;
    transform: translateY(-25px);
    transition: all 0.3s ease-in-out;
}
.team_section .team_members .team_member:hover .overlay h4,
.team_section .team_members .team_member:hover .overlay p{
    transform: translateY(0);
    animation-delay: 0.2s;
    transition: all 0.3s ease-in-out;
}
.team_section .team_members .team_member:hover .overlay{
    opacity: 1;
}
.social_links{}
.social_links li{
    display: inline-block;
}
.social_links li a{
    display: inline-block;
    font-size: 12px;
    color: #f5d76e;
    line-height: 25px;
    width: 25px;
    height: 25px;
    border: 1px solid #f5d76e;
}
.social_links li a:hover{
    color: #fff;
}

/* ==========================================================================
   Testimonial Section
   ========================================================================== */ 
.testimonial_section{
    background-image: url(../img/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.testi_items{}

.testi_items .testi_content img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.testi_items .testi_content h4{
    color: #fff;
    margin: 10px 0 3px;
}
.testi_items .testi_content p{}
.testi_items .testi_content a{
    color: #fff;
	font-weight: 600;
}
.testi_items .testi_content a:hover{
    color: #fff;
	text-decoration: underline;
}


/* ==========================================================================
   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{
    color: #111;
}
.blog_items .blog_content h4 a:hover{
}
.blog_items .blog_content p{}


/* ==========================================================================
   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)
}

/* ==========================================================================
   Widget Section
   ========================================================================== */
.widget_section{
    background-color: #2f4e71;
}
.footer_widget{
    color: #fff;
}
.footer_widget p a{
    color: #ddd;
}
.footer_widget h4 {
    font-weight: 600;
}
.links{}
.links li{}
.links li a{
    color: #ddd;
    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: #ddd;
	
}
.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: #f5d76e;
    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;
    background-color: #2f4e71;
    border-top: 1px solid #27405b;
    color: #fff;
    text-align: center;
    padding: 40px 0;
}
.footer_section p{
    margin: 0;
    color: #ddd;
    font-size: 12px
    text-transform: uppercase;
}  

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