/*
    Foxstar
    By Crackthemes
*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Hero Section
    3.0 About section
    4.0 Why Us Section
    5.0 Feature Section
    6.0 Cta Section
    7.0 Testimonial Section
    8.0 Subscribe Section
    9.0 Social 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: 300;
    line-height: 1.2;
    margin: 0 0 10px;
    letter-spacing: -0.03em;
}
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: 600;
    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: #888 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #888 !important;  
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #888 !important;  
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #888 !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;
}
.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-left a{
    margin-right: 10px;
}
.btn-group-center a{
    margin: 0 8px;
}
.fs_btn{
    background-color: #01acf1;
    display: inline-block;
    padding: 15px 30px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    transition: all 0.2s linear;
}
.fs_btn:focus,
.fs_btn:hover{
    opacity: 0.9;
    color: #fff;
    text-decoration: none;
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    transition: all 0.2s linear;
}
.fs_btn.btn_white{
    background-color: #fff;
    color: #111;
}
.fs_btn.btn_white:focus,
.fs_btn.btn_white:hover{
    color: #111;
}
.fs_btn.btn_sm{
    padding: 10px 20px;
    font-size: 12px;
}
.bdrs-30{
    border-radius: 30px;
}

/* 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;
    overflow: hidden;
}
.hero_section.overlay:before{
    background-color: rgba(1,172,241,0.5);
}
.hphone {
    background-image: url(../img/headphone.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right 85px;
    margin-left: -130px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.hero_content{
    color: #fff;
}

/* ==========================================================================
   About section
   ========================================================================== */
.about_section{} 
.about_section .about_image{}   
.about_section .about_image img{
    width: 100%;
}
.about_content{
    padding: 80px 0;
}   
.about_content h2{}   
.about_content p{}

/* ==========================================================================
   Why Us Section
   ========================================================================== */
.whyus_section{
    background-color: #01acf1;
    position: relative;
    overflow: hidden;
}
.whyus_bg{
    background-image: url(../img/whyus-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.whyus_content{
    padding: 80px 15px;
    color: #fff;
}
.whyus_content .list{}
.whyus_content .list li{
    margin: 15px 0;
    padding-left: 25px;
    position: relative;
}
.whyus_content .list li:before{
    font-family: 'ElegantIcons';
    content: "\24";
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0;
}

/* ==========================================================================
   Feature Section
   ========================================================================== */
.services_section{
    position: relative;
}
.service_moc{
    background-image: url(../img/feature-bg.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 65px;
}
.service_items {
    padding: 64px 0;
}
.service_items .service_item{
    text-align: right;
    margin-bottom: 30px;
}
.service_items .service_item:last-child{
    margin: 0;
}
.service_items .service_item i{
    font-size: 45px;
    color: #01acf1;
    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{
    text-transform: uppercase;
    margin: 15px 0 3px;
}
.service_items .service_item p{
    margin: 0;
}
.service_items.inverted .service_item{
    text-align: left;
} 



/* ==========================================================================
   Cta Section
   ========================================================================== */
.cta_section{} 
.cta_section .cta_image{}   
.cta_section .cta_image img{
    width: 100%;
}
.cta_section .cta_content{
    padding: 140px 0;
}   
.cta_section .cta_content h2{}   
.cta_section .cta_content p{}


/* ==========================================================================
   Testimonial Section
   ========================================================================== */
.testimonial_section{}
.testi_items{
    margin-top: 80px;
    background-image: url(../img/testi-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 100px;
}
.testi_items.owl-carousel .owl-stage-outer{
    overflow: inherit;
}
.testi_items .testi_item{}
.testi_item .testi_content{
    color: #fff;
} 
.testi_item .testi_content img{
    border: 10px solid #fff;
    width: 160px;
    height: 160px;
    margin: -80px auto 0;
    border-radius: 50%;
} 
.testi_item .testi_content p{
    margin: 25px auto;
    max-width: 800px;
}
.testi_item .testi_content h4 {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.testi_items .owl-nav{}
.testi_items .owl-nav div{
    width: 30px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    position: absolute;
    left: 15px;
    top: calc(50% - 15px);
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}
.testi_items .owl-nav div:hover{
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.testi_items .owl-nav div.owl-next{
    left: auto;
    right: 15px;
}

/* ==========================================================================
   Subscribe Section
   ========================================================================== */
.subscribe_section{}
.subscribe_wrap{}
.subscribe_wrap .subscribe_form {
    display: block;
    text-align: center;
}
.subscribe_wrap .subscribe_form .form_input{
    display: block;
    border: 1px solid #ddd;
    background: none;
    color: #282828;
    box-shadow: none;
    font-size: 14px;
    line-height: 60px;
    padding: 0 30px;
    float: left;
    width: 70%;
    transition: all 0.5s ease-in-out;
}
.subscribe_wrap .subscribe_form .form_input:hover{
    opacity: 0.8;
}
.subscribe_wrap .subscribe_form .submit{
    background-color: #01acf1;
	border: 1px solid #01acf1;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 60px;
    display: inline-block;
    padding: 0 10px;
    float: left;
    width: 30%;
    transition: all 0.5s ease-in-out;
}
.subscribe_wrap .subscribe_form .submit:hover{
    opacity: 0.8;
    transition: all 0.5s ease-in-out;
}
.subscribe_wrap .subscribe_form .email-field.fs-input-error{
    border: 1px solid red;
}

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

/* ==========================================================================
   Social Section
   ========================================================================== */
.social_share_section{}
.social_icons{}
.social_icons .social_content{
    display: block;
    text-transform: uppercase;
    padding: 30px 10px;
    color: #fff;
}
.social_icons .social_content:hover{
    opacity: 0.9;
}
.social_icons .social_content i{
    font-size: 24px;
    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; }

/* ==========================================================================
   Widget Section
   ========================================================================== */
.widget_section{}
.widget_section h2{}
.social_menu{}
.social_menu li{
    display: inline-block;
}
.social_menu li a{
    text-transform: uppercase;
    display: inline-block;
    color: #999;
    margin: 0 10px;
    font-size: 13px;
}
.social_menu li a:hover{
    text-decoration: underline;
    color: #fff;
}
   
/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer_section{
    display: block;
    border-top: 1px solid #444;
    color: #fff;
    text-align: center;
    padding: 40px 0;
}
.footer_section p{
    color: #ddd;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
} 

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