/*
    Foxstar
    By Crackthemes
*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Hero Section
    3.0 Working Section
    4.0 Service Section
    5.0 CTA Section
    6.0 Team Section
    7.0 Pricing Section
    8.0 Testimonial Section
    9.0 Subscribe Section
    10.0 Blog Section
    11.0 Brands Section
    12.0 Widgets Section
    13.0 Footer Section
    14.0 Scrool 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: 800;
    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-10{ margin-bottom: 10px; }
.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; }
.ml-20{ margin-left: 20px; }
.ml-25{ margin-left: 25px; }
.ml-30{ margin-left: 30px; }
.ml-35{ margin-left: 35px; }
.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: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #333;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
}
.fs_btn:hover{
    background-color: transparent;
    color: #fff;
}
.fs_btn.btn_2{
    background-color: #fff;
    border: 1px 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;
}

/* ==========================================================================
   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: 700px;
}
.hero_section .hero_content {
    color: #fff;
    padding: 245px 0;
}
.hero_section .hero_content h1{}
.hero_section .hero_content p{}
.hero_section .hero_content .fs_btn:hover{
    color: #fff;
}
.hero_section .hero_img{}
.hero_section .hero_img img{
    width: 100%;
}


/* ==========================================================================
   Working Section
   ========================================================================== */
.working_section{}
.working_lists .work_content{
    border: 1px solid #ddd;
    padding: 30px;
    text-align: center;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}
.working_lists .work_content:hover{
    box-shadow: 0px 0px 4px 2px #ddd;
    transition: all 0.3s ease-in-out;
}
.working_lists .work_content{
    display: block;
}
.working_lists .work_content i {
    display: inline-block;
    font-size: 40px;
    color: #815c9e;
}
.working_lists .work_content h4{
    margin: 10px 0 0;
}
.working_lists .work_content p{
    margin: 0;
}
/* ==========================================================================
   Service Section
   ========================================================================== */
.service_section{}
.service_section .section_heading{
    text-align: center;
}
.service_items li{
    padding: 15px;
}
.service_items{}  
.service_item img{
    width: 100%;
}
.service_item:hover img{
    opacity: 0.4;
}  
.service_item .service_content{
    padding: 20px 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
}  
.service_items .service_content h4{
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
}  
.service_items .service_content p{
    margin: 0;
}

/* ==========================================================================
   CTA 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;
}    
.cta_section.overlay:before{
    background-color: rgba(0,0,0,0.9);
    left: auto;
    right: 0;
    width: 50%;
}      
.cta_section .cta_content{
    padding: 15px;
    color: #fff;
}
.cta_content h3{}
.cta_content h2{
}
.cta_content p{}


/* ==========================================================================
   Team Section
   ========================================================================== */
.team_items{}
.team_member{
    position: relative;
    overflow: hidden;
}
.team_member img{
    width: 100%;
}
.team_member .team_hover{
    background-color: #fff;
    display: block;
    padding: 25px;
    width: 90%;
    height: auto;
    position: absolute;
    left: 5%;
    bottom: -20px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s linear;
}
.team_member:hover .team_hover{
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}
.team_3 .team_info h4,
.team_member .team_hover h4{
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.05em;
    margin: 0;
}
.team_3 .team_info p,
.team_member .team_hover p{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: #333;
}    

/* ==========================================================================
   Pricing Table
   ========================================================================== */
.pricing_items{}
.pricing_table{
    display: block;
    padding: 25px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pricing_table .pricing_head{
    display: block;
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.pricing_table .pricing_head h5{
    font-size: 16px;
    font-weight: 700;
}
.pricing_table .pricing_head h3{
    font-size: 32px;
    font-weight: 700;
}
.pricing_table .pricing_head h3 span{
    font-size: 16px;
}
.pricing_table .pricing_head p{
    font-size: 13px;
}
.pricing_list{
    margin-bottom: 40px;
}
.pricing_list li{
    display: block;
    position: relative;
    color: #333;
    margin-bottom: 10px;
    padding-left: 25px;
}
.pricing_list li:before{
    font-family: 'FontAwesome';
    content: '\f00c';
    color: #25d25e;
    position: absolute;
    left: 0;
    top: 2px;
}
.pricing_list li.red:before{
    content: '\f00d';
    color: #ff0000;
}
.pricing_table .pricing_footer{
    padding-bottom: 20px;
}
.pricing_footer .fs_btn{
    background-color: #815c9e;
    color: #fff;
}

/* ==========================================================================
   Testimonial Section
   ========================================================================== */
.testimonial_section{
    background-image: url(../img/testi-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.testimonial_items{}
.testimonial_item{
    text-align: center;
}
.testimonial_item figure{
    width: 90px;
    height: 90px;
    padding: 5px;
    margin: 0 auto 15px;
    position: relative;
}
.testimonial_item figure img{
    border-radius: 50px;
    width: 100%;
}
.testimonial_item h4{
    color: #fff;
    font-weight: 600;
    margin: 15px 0 10px;
}
.testimonial_item p{
    color: #ddd;
}

.testimonial_items .owl-dots{
    display: block;
    text-align: center;
}
.testimonial_items .owl-dots .owl-dot{
    background-color: transparent;
    border: 3px solid #ddd;
    display: inline-block;
    width: 20px;
    height: 20px;
    -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.5s ease-in-out;
}
.testimonial_items .owl-dots .owl-dot.active{
    background-color: transparent;
    border: 3px solid #fff;
    transition: all 0.5s ease-in-out;
} 

/* ==========================================================================
   Subscribe Section
   ========================================================================== */
.subscribe_section{}
.subscribe_section h2{
    margin: 0 0 5px;
}
.subscribe_form{
    display: block;
    text-align: center;
    
}
.subscribe_form .form_input{
    border: 1px solid #ddd;
    background: rgba(255,255,255,0.2);
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 60px;
    padding: 0 15px;
    float: left;
    width: 70%;
    outline: none;
}
.subscribe_form .submit{
    background-color: #111;
    text-transform: uppercase;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 62px;
    display: inline-block;
    padding: 0 25px;
    float: left;
    width: 30%;
    margin-left: -2px;
}
.subscribe_form .submit:hover{
    opacity: 0.8;
}

.subscribe_form .email-field.fs-input-error{
    border: 1px solid red;
}
/* ==========================================================================
   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{
    text-transform: uppercase;
    font-size: 16px;
    color: #333;
}
.blog_items .blog_content h4:hover{
    text-decoration: underline;
}
.blog_items .blog_content a{
    color: #777;
}
.blog_items .blog_content a:hover{
    text-decoration: underline;
    color: #111;
}
.blog_items .blog_content p{
	
}

/* Google Map */
#google_map{
    height: 350px;
    width: 100%;
}

/* ==========================================================================
   Brands 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{}
.footer_widget{
    color: #fff;
}
.footer_widget a{
    color: #777;
}
.footer_widget a:hover{
    color: #fff;
    text-decoration: underline;
}
.footer_widget h4{
    font-weight: 600;
}
.footer_widget p{
    color: #777;
}
.footer_widget .links{
    color: #777;
}

.links{}
.links li{}
.links li a{
    color: #777;
    display: block;
}
.links li a:hover{
    color: #fff;
    text-decoration: underline;
}
   
/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer_section{
    display: block;
    border-top: 1px solid #444;
    color: #fff;
    text-align: center;
    padding: 40px 0;
}
.footer_section p{
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
}  

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

/* Social Feed CSS */
.feed-container{}
.feed-container .feed-media {
	float: left;
	width: 33.33%;
	padding: 1px;
}
.feed-container.no-padding .feed-media{
	padding: 0;
}
.feed-container .feed-media img{
	width: 100%;
}
.feed-container .feed-media:hover img{
	opacity: 0.8;
}
.feed-container.col-2 .feed-media{
	width: 50%;
}
.feed-container.col-4 .feed-media{
	width: 25%;
}
.feed-container.col-5 .feed-media{
	width: 20%;
}
.feed-container.col-6 .feed-media{
	width: 16.66%;
}
