/*
    Foxstar
    By Crackthemes
*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Hero Section
    3.0 About Section
    4.0 Service Section
    5.0 Portfolio Section
    6.0 Team Section
    7.0 Testimonial Section
    8.0 Pricing Section
    9.0 Brand Section
    10.0 Blog Section
    11.0 Social Section
    12.0 Contact 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: #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: 600;
    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-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: #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: #f4a933;
    border: 2px solid #f4a933;
    text-transform: uppercase;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
}
.fs_btn:hover{
    background-color: transparent;
    color: #282828;
}
.fs_btn.btn_2{
    background-color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    color: #333;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
}
.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: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    height: 670px;
}
.hero_content h1{
    font-size: 60px;
    color: #f4a933;
}
.hero_content .fs_btn:hover{
    color: #fff;
}
   
   
/* ==========================================================================
   About Section
   ========================================================================== */
.about_section{}
.about_wrap{
    background-image: url(../img/about.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    padding: 40px;
}
.about_content h2{
    color: #333;
}
.about_content{
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    color: #777;
}

/* ==========================================================================
   Service Section
   ========================================================================== */
.Service_section{
    position: relative;
}
.cta_bg{
    background-image: url(../img/service-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left bottom;
    -webkit-background-size: cover;
    background-size: cover;
    width: 41.66%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.service_content{
    color: #fff;
}
.feature_items {}
.feature_items .feature_item{
    padding-left: 60px;
    position: relative;
    color: #fff;
    min-height: 70px;
    margin-bottom: 30px;
}
.feature_items .feature_item:last-child{
    margin: 0;
}
.feature_items .feature_item i{
    font-size: 36px;
    color: #f4a933;
    text-align: center;
    line-height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}
.feature_items .feature_item:hover i{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.feature_items .feature_item h3{
    margin: 0 0 5px;
    color: #fff;
}
.feature_items .feature_item p{
    margin: 0;
}

/* ==========================================================================
   Services Section
   ========================================================================== */
.portfolio_section{}
.portfolio_items{}
.portfolio_items li{
    padding: 0;
}
.portfolio_items .portfolio_content{
    position: relative;
    overflow: hidden;
}
.portfolio_items .portfolio_content img{
    border: 1px solid #ddd;
    width: 100%;
}
.portfolio_items .portfolio_content .overlay{
    background-color: rgba(17,17,17,0.8);
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 25px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.portfolio_items .portfolio_content:hover .overlay{
    visibility: visible;
    opacity: 1;
}
.portfolio_items .portfolio_content h4,
.portfolio_items .portfolio_content h3,
.portfolio_items .portfolio_content p{
    color: #fff;
    margin: 0 0 6px;
    transform: translateX(50px);
    transition: all 0.8s ease-in-out;
    opacity: 0;
}
.portfolio_items .portfolio_content:hover h4{
    transform: translateX(0);
    opacity: 1;
}
.portfolio_items .portfolio_content:hover h3{
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.2s;
}
.portfolio_items .portfolio_content:hover p{
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.4s;
}

/* ==========================================================================
   Team Section
   ========================================================================== */
.speaker_section{}
.team_list{
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.team_list .team_info{
    position: relative;
    overflow: hidden;
}
.team_list .team_info img{
    width: 100%;
}
.team_list .team_info .team_meta{
    background-color: rgba(244,169,51,0.8);
    color: #fff;
    display: block;
    border-radius: 3px;
    padding: 30px 15px;
    width: 100%;
    position: absolute;
    left: -100%;
    bottom: 0;
    transition: all 0.3s ease-in-out;
}
.team_list .team_info:hover .team_meta{
    left: 0;
}
.team_list .team_info h4{
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 -3px;
}
.team_list .team_info p{
    margin: 0;
}

/* ==========================================================================
   Testimonial Section
   ========================================================================== */
.testimonial_section{
    background-image: url(../img/testi-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}
.testimonial_section i{
    border: 2px solid #fff;
    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: 0 0 25px;
}
.testimonial_item p{
    margin-bottom: 10px;
}

.testimonial_items .owl-dots{
    display: block;
    text-align: center;
}
.testimonial_items .owl-dots .owl-dot{
    background-color: transparent;
    border: 2px solid #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{
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Pricing Section
   ========================================================================== */
.pricing_section{}
.pricing_tables{}
.pricing_tables li{
    padding: 15px;
}
.mid-table{}
.pricing_content{
    display: block;
    box-shadow: 0 0 6px 2px #ddd;
}
.pricing_content h2{
    margin: 0;
    padding-left: 25px;
}
.pricing_content .price {
    background-color: #f4a933;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 300;
    padding: 45px 0;
    display: block;
    text-align: center;
}
.pricing_content .price span{
    font-size: 14px;
}
.pricing_content ul{
    padding: 30px 25px 60px;
}
.pricing_content ul li{
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid #ddd;
}
.pricing_content .fs_btn{
    display: block;
    padding: 10px 0;
}
.pricing_content .fs_btn:hover{
    background-color: #fcb13c;
    color: #fff;
}

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

/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog_section{}
.blog_section img{
    width: 100%;
}
.blog_post .blog_content{
    border: 1px solid #ddd;
    padding: 15px;
}
.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;
}
/* ==========================================================================
   Social Section
   ========================================================================== */
.social_share_section{}
.social_icons{}
.social_icons .social_content{
    display: block;
    padding: 30px 10px;
    color: #fff;
}
.social_icons .social_content:hover{
    opacity: 0.9;
}
.social_icons .social_content i{
    font-size: 25px;
    margin-right: 5px;
}
.social_icons .social_content.facebook{ background-color: #1f337a; }
.social_icons .social_content.twitter{ background-color: #32b6e6; }
.social_icons .social_content.gplus{  background-color: #f05038; }
.social_icons .social_content.linkedin{  background-color: #2c91d9; }

/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact_section{
    position: relative;
}
#google_map{
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.contact_info{
    padding: 20px;
}
.contact_info h2{
    margin: 0 0 3px;
}

/* ==========================================================================
   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: #fff;
    border-radius: 50%;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ddd;
    line-height: 50px;
    color: #777;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
#scroll-to-top:hover{
    color: #111;
    border: 1px solid #777;
}