/*
    Foxstar
    By Crackthemes
*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Hero Section
    3.0 Promo Section
    4.0 Feature Section
    5.0 Screenshot Section
    6.0 Testimonial Section
    7.0 CTA Section
    8.0 Download Section
    9.0 Subscribe Section
    10.0 Footer Section
    11.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: 300;
    line-height: 1.2;
    margin: 0 0 10px;
    letter-spacing: -0.04em;
}
h2{
    font-size: 24px;
    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.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;
}
/* 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;
}
.container{
    height: 100%;
}
.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: #f96332;
    border: 1px solid #f96332;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 2px;
}
.fs_btn:hover{
    background-color: transparent;
    color: #fff;
}
.fs_btn.btn_sm{
    line-height: 40px;
    padding: 0 15px;
}
.fs_btn.btn_2{
    background-color: #fff;
    border: 2px solid #fff;
    color: #282828;
}
.fs_btn.btn_2:hover{
    background: none;
    color: #fff;
}
.fs_btn.btn_3{
    background-color: #0095eb;
    border: 2px solid #0095eb;
    color: #fff;
}
.fs_btn.btn_3:hover{
    background: none;
    color: #282828;
}

/* 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: 660px;
}
.hero_section.overlay:before{
    background-color: rgba(255,255,255,0.8);
}
.hero_moc{
    background-image: url(../img/hero-moc.png);
    background-repeat: no-repeat;
    background-position: 80% center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.hero_content {
    padding: 150px 0;
}
.hero_content h1{
    margin-bottom: 20px;
}
.hero_content p {
    line-height: 20px;
    margin-bottom: 20px;
}
.hero_content .fs_btn:hover{
	color: #282828;
}
   
/* ==========================================================================
   Promo Section
   ========================================================================== */
.promo_section{}
.promo_items{
    text-align: center;
    color: #ddd;
}
.promo_items .promo_item i{
    font-size: 45px;
    margin-bottom: 15px;
    color: #f96332;
    transition: all 0.3s ease-in-out;
}
.promo_items .promo_item:hover i{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.promo_items .promo_item h3{
    text-transform: uppercase;
    margin: 10px 0 5px;
}
.promo_items .promo_item p{
    margin: 0;
}

/* ==========================================================================
   Feature Section
   ========================================================================== */
.services_section{
    position: relative;
}
.service_moc{
    background-image: url(../img/feature-moc.png);
    background-repeat: no-repeat;
    background-attachment: scroll;background-position: center 185px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.service_items {
    padding: 64px 0;
    margin-right: -35px;
}
.service_items .service_item{
    text-align: right;
    padding-right: 20px;
    margin-bottom: 30px;
}
.service_items .service_item:last-child{
    margin: 0;
}
.service_items .service_item i{
    font-size: 45px;
    color: #f96332;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}
.service_items .service_item:hover i{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.service_items .service_item h3{
    margin: 15px 0 3px;
}
.service_items .service_item p{
    margin: 0;
}
.service_items.inverted .service_item{
    text-align: left;
    padding-right: 0;
    padding-left: 20px;
    margin-right: 0;
    margin-left: -35px;
} 

/* ==========================================================================
   Screenshot Section
   ========================================================================== */
.screenshot_section{}
.app_carousel{}
.app_carousel .shot_item{}
.shot_item .screen_thumb{
    overflow: hidden;
    position: relative;
}
.shot_item .screen_thumb img{
    width: 100%;
}
.shot_item .screen_thumb figcaption{
    background-color: rgba(255,255,255,0.7);
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.shot_item .screen_thumb:hover figcaption{
    opacity: 1;
}
.shot_item .screen_thumb figcaption a{
    font-size: 45px;
    color: #f96332;
}
.shot_item .screen_thumb figcaption a:hover{
    color: #f96332;
}
.owl-nav div{
    font-size: 25px;
    color: #f96332;
    line-height: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -40px;
    opacity: 0.5;
    top: calc(50% - 15px);
    transition: opacity 0.3s ease-in-out;
}
.owl-nav div.owl-next{
    left: auto;
    right: -40px;
}
.owl-nav div:hover{
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

/* ==========================================================================
   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;
    
}
.testmonial_items{}
.testimonial_item{}
.testimonial_item .client_info {
    padding: 25px 0;
}
.testimonial_item .client_info h3 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 0 3px;
}
.testimonial_item .client_info p{
    margin: 0;
    color: #000;
}
.testimonial_item .client_info p i{
    color: #f96332;
}
.testimonial_item .img_thumb {
    border: 3px solid #f96332;
    width: 110px!important;
    height: 110px;
    border-radius: 50%;
    margin: 0 auto;
}
.testimonial_item .testi_content{
    margin: 0;
    padding: 20px 0;
}

/* ==========================================================================
   CTA Section
   ========================================================================== */
.cta_section{}
.cta_moc{
    position: relative;
    z-index: 1;
}
.cta_moc .cta_moc_1{}
.cta_moc .cta_moc_2{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.cta_content {
    color: #ddd;
    padding: 85px 0;
}
.cta_content h2{}
.cta_content p{}

/* ==========================================================================
   Download Section
   ========================================================================== */
.download_section{}
.download_content{}
.download_content h2{
    margin-bottom: 15px;
}
.btn_group a{
    margin-right: 10px;
    margin-left: -2px;
}
.dl_btn{}
.dl_btn img{
	width: 140px;
}
.download_moc{
	position: relative;
}
.download_moc img {
    width: 71%;
    position: absolute;
    top: -157px;
    left: 60px;
}

/* ==========================================================================
   Subscribe Section
   ========================================================================== */
.subscribe_section{}
.subscribe_wrap{
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.subscribe_form{
    display: block;
    text-align: center;
    width: 450px;
    margin: 0 auto;
}
.subscribe_form .form_input{
    border: none;
    display: block;
    background: #494949;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    padding: 0 15px;
    float: left;
    width: 70%;
}
.subscribe_form .submit{
    background-color: #f96332;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 50px;
    display: inline-block;
    padding: 0 25px;
    font-weight: 600;
    float: left;
    width: 30%;
}
.subscribe_form .submit:hover{
    opacity: 0.8;
}
.subscribe_form .email-field.fs-input-error{
    border: 1px solid red;
}
.social_link{
    text-align: center;
    margin: 40px 0 0;
}
.social_link li{
    display: inline-block;
    margin: 0 10px;
}
.social_link li a{
    display: inline-block;
    font-size: 14px;
    color: #777;
}
.social_link li a:hover{
    color: #fff;
}

/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer_section{
	display: block;
    border-top: 1px solid #444;
	color: #fff;
	text-align: center;
	padding: 35px 0;
}
.footer_section p{
    color: #ddd;
    text-transform: uppercase;
    font-size: 12px;
	margin: 0;
}  

/* ==========================================================================
   Scroll to Top
   ========================================================================== */
#scroll-to-top{
    background-color: #f96332;
    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;
}
