/*
    Foxstar
    By Crackthemes
*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Slider section
    3.0 overview section
    4.0 promo_section
    5.0 Team section
    6.0 Pricing section
    7.0 Portfolio Section
    8.0 Blog Section
    9.0 CTA Section
    10.0 Contact Section
    11.0 Footer widget Section
    12.0 Footer Section
    13.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: 45px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 10px;
    letter-spacing: -0.05em;
}
h2{
    font-size: 28px;
    margin: 0 0 10px;
    font-weight: 300;
    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: #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; }
.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;
}
.ov-hidden{ overflow: hidden; }

/* 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: #7fbb00;
    border: 2px solid #7fbb00;
    text-transform: uppercase;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
}
.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 .btn_group a{
    margin: 0 10px 0 0;
}
.main_slide{
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 560px;
}
.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;
}

/* ==========================================================================
   overview section
   ========================================================================== */
.overview_section{}
.overview_content{}
.overview_content h2{}
.overview_content h2 span{
    display: block;
}
.overview_content p{
    font-size: 16px;
    margin: 0;
}

/* ==========================================================================
   promo_section
   ========================================================================== */
.promo_section{}
.promo_items{}
.single_promo{
    text-align: center;
}
.single_promo .promo_icon{
    background-color: #fafafa;
	border: 1px solid #7fbb00;
	color: #fff;
	font-size: 24px;
	width: 80px;
	height: 80px;
	padding: 5px;
	margin: 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.single_promo .promo_icon i{
	background-color: #7fbb00;
	display: block;
	line-height: 68px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
    transition: all 0.3s ease-in-out;
}
.single_promo:hover .promo_icon{
	background-color: #7fbb00;
}
.single_promo:hover .promo_icon i{
	background-color: #fff;
	color: #232323;
}
.single_promo h4{
    font-weight: 600;
    margin: 15px 0 0;
}
.single_promo p{
    margin: 0;
}

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


/* Team 4 */
.team_4{}
.team_4 .team_member .team_hover{
    background-color: rgba(255,255,255,0.8);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.2s linear;
}
.team_4 .team_member .team_hover h4{
    font-size: 16px;
    font-weight: 400;
}
.team_4 .team_member .team_hover p{
    font-size: 13px;
    font-weight: 600;
}
.team_4 .team_member .team_hover h4,
.team_4 .team_member .team_hover p{
    position: absolute;
    left: 20px;
    bottom: 20px;
    transform: translateX(10px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s linear;
}
.team_4 .team_member .team_hover h4{
    bottom: 40px;
}
.team_4 .team_member:hover .team_hover p,
.team_4 .team_member:hover .team_hover h4{
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    transition-delay: 0.3s;
}
.team_4 .team_member:hover .team_hover p{
    transition-delay: 0.6s;
}


/* ==========================================================================
   Pricing section
   ========================================================================== */
.pricing_section{}
.pricing_tables{}
.pricing_tables .pricing_body{
    display: block;
    padding: 40px 15px;
    text-align: center;
    border: 1px solid #7fbb00;
    border-radius: 5px;
}
.pricing_tables .pricing_body .price{
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 48px;
    font-weight: 700;
    color: #7fbb00;
    letter-spacing: -1px;
    margin: 20px 0;
}
.pricing_tables .pricing_body h3{
    font-size: 18px;
    margin: 0;
}
.pricing_tables .pricing_body .table_list{
    margin: 5px 0;
}
.pricing_tables .pricing_body .table_list li{
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #ddd;
}
.pricing_tables .pricing_body .fs_btn{
	margin-top: 15px; 
}
.pricing_tables .pricing_body .fs_btn:hover{
    color: #333;
}

/* ==========================================================================
   Portfolio Section
   ========================================================================== */
.portfolio_section{}
.portfolio_filter{
    display: block;
    text-align: center;
}
.portfolio_filter li{
    display: inline-block;
    text-transform: uppercase;
    color: #777;
    letter-spacing: 1px;
    margin: 0 10px;
}
.portfolio_filter li:hover,
.portfolio_filter li.active{
    color: #232323;
    cursor: pointer;
}
.portfolio_items{}
.portfolio_items li{
    padding: 15px;
}
.portfolio_content{}
.portfolio_content figure{
    position: relative;
}
.portfolio_content figure img{
    width: 100%;
}
.portfolio_content figcaption.overlay{
    background-color: rgba(160,206,78,0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    text-align: center;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.portfolio_content:hover figcaption.overlay{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.portfolio_content figcaption.overlay a{
    width: 100%;
    height: 100%;
    display: table;
    color: #fff;
}
.portfolio_content figcaption.overlay h4{
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
.portfolio_content figcaption.overlay p{
    margin: 0;
}

/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog_section{}
.blog_section img{
    width: 100%;
}
.blog_post .blog_content{
    border: 1px solid #ddd;
    padding: 15px;
}
.blog_post .blog_content h4{
    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{
    text-transform: uppercase;
    font-size: 15px;
    color: #444;
}
.blog_post .blog_content a:hover{
    text-decoration: underline;
}

/* ==========================================================================
   CTA Section
   ========================================================================== */
.cta_section{
    padding: 60px 0;
}
.cta_section h3{
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    margin: 0 10px 5px 0;
}

/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact_section{}
.contact_form{}
.contact_form .fs_btn:hover{
    color: #282828;
}
.contact_form .form-control{
    border-bottom: 1px solid #ddd;
    color: #282828;
    padding: 10px;
}
.contact_form .form-control:hover,
.contact_form .form-control:focus{
    border-bottom: 1px solid #999;
}
.form-control{
    background: none;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}
.form-control:hover,
.form-control:focus{
    border: none;
    box-shadow: none;
}
#form-messages{
    display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success{
    display: block;
}

/* ==========================================================================
   Footer 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: #7fbb00;
    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: #7fbb00;
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    border-radius: 3px;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
#scroll-to-top:hover{
    background-color: #282828;
    color: #fff;
}
