/*
    Foxstar
    By Crackthemes
*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Slider section
    3.0 Domain Section
    4.0 Service Section
    5.0 Pricing Section
    6.0 Why Us Section
    7.0 Testimonial Section
    8.0 Blog Section
    9.0 Sponsor section
    9.0 Call To Action
    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: #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.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: #999 !important;
}

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

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

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #999 !important;  
}
button{
    border: none;
	background: none;
}
/* Helper Class */
.padding{
    padding: 80px 0;
}
.padding-15{
    padding: 15px;
}
.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: #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-left a{
    margin-right: 10px;
}
.btn-group-center a{
    margin: 0 8px;
}
.fs_btn{
    background-color: #00b9ff;
    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;
}

/* ==========================================================================
   Slider section
   ========================================================================== */
.slider_section{}
.main_slider{}
.slider_item{
    background-color: #00b9ff;
    height: 660px;
    position: relative;
}
.right_img{
    background-repeat: no-repeat;
    background-position: 85% center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation-duration: 0.8s!important;
    animation-duration: 0.8s!important;
}
.slider_content{}
.slider_content h1{
    font-size: 40px;
    margin: 0 0 15px;
    -webkit-animation-duration: 0.5s!important;
    animation-duration: 0.5s!important;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
.slider_content .list{
    margin: 0 0 10px;
    -webkit-animation-duration: 0.8s!important;
    animation-duration: 0.8s!important;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.slider_content .list li{
    color: #fff;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-right: 15px;
    margin-bottom: 10px;
    padding-right: 15px;
    position: relative;
}
.slider_content .list li:after{
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 8px;
    position: absolute;
    right: -4px;
    top: 8px;
    width: 8px;
}
.slider_content .list li:last-child:after{
    display: none;
}
.slider_content p{
    -webkit-animation-duration: 1s!important;
    animation-duration: 1s!important;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.slider_content .fs_btn{
    -webkit-animation-duration: 1.3s!important;
    animation-duration: 1.6s!important;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
	background-color: #fff;
	color: #111;
}
.main_slider .owl-nav div{
    background-color: rgba(0,0,0,0.2);
    color: #fff;
    font-size: 16px;
    line-height: 80px;
    text-align: center;
    width: 40px;
    height: 80px;
    position: absolute;
    left: 0;
    top: calc(50% - 40px);
    transition: all 0.3s ease-in-out;
}
.main_slider .owl-nav div:hover{
    background-color: rgba(0,0,0,0.8);
    transition: all 0.3s ease-in-out;
}
.main_slider .owl-nav .owl-next{
    left: auto;
    right: 0;
}
.main_slider .owl-dots{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 30px;
}
.main_slider .owl-dots .owl-dot{
    background-color: rgba(255,255,255,0.3);
    display: inline-block;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}
.main_slider .owl-dots .owl-dot.active{
    background-color: rgba(255,255,255,0.8);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}
 
/* ==========================================================================
   Domain Section
   ========================================================================== */
.domain_search_section{}
.domain_search_section h2{
    margin: 0 0 5px;
}
.search_form{
    display: block;
    text-align: center;
    
}
.search_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%;
}
.search_form .submit{
    background-color: #00b9ff;
    text-transform: uppercase;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 62px;
    display: inline-block;
    padding: 0 25px;
    font-weight: 600;
    float: left;
    width: 30%;
    margin-left: -2px;
}
.search_form .submit:hover{
    opacity: 0.8;
}

/* ==========================================================================
   Service Section
   ========================================================================== */
.feature_section{}
.feature_tab .tab_menu{
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}
.feature_tab .tab_menu li{
   display: inline-block;
   margin-left: 3px;
}
.feature_tab .tab_menu li a{
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: inline-block;
    line-height: 50px;
    padding: 0 25px;
    color: #777;
}
.feature_tab .tab_menu li.active a{
    background-color: #00b9ff;
    color: #ffffff;
}
.feature_tab .tab-pane{
    overflow: hidden;
    box-shadow: 0 0 10px 1px #ddd;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.feature_tab .tab-pane img{
    width: 100%;
}
.feature_tab .tab-pane .feature_content{
    padding: 34px 15px;
}
.feature_tab .tab-pane .feature_content h3{
    font-size: 18px;
    font-weight: 600;
}


/* ==========================================================================
   Pricing Section
   ========================================================================== */
.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 i{
    font-size: 55px;
    margin-bottom: 25px;
    color: #25d25e;
}
.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;
}

/* ==========================================================================
   Call To Action
   ========================================================================== */
.whyus_section{
    background-image: url(../img/why-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 450px;
}   
.whyus_image{}   
.whyus_image img{}   
.whyus_contant{
    padding: 38px 0;
}   
 
.whyus_contant h2{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.whyus_contant h3{
    color: #fff;
    margin-bottom: 20px;
}
ul.list li{
    display: block;
    color: #fff;
    font-size: 16px;
    padding-left: 45px;
    position: relative;
    margin-bottom: 25px;
}
ul.list li:before{
    background-color: transparent;
    font-family: 'ElegantIcons';
    content:  "\4e";
    color: #fff;
    border: 2px solid #fff;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    font-family: 'ElegantIcons';
    content: "\4e";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -3px;
}

/* ==========================================================================
   Testimonial Section
   ========================================================================== */
.testimonial_items{}
.bd-grey{ border: 1px solid #ddd; }
.testi_item{
    background-color: #fff;
    padding: 25px;
    border: 1px solid #ddd;
}
.owl-carousel .testi_item{
    padding: 60px 25px;
}
.testi_item i.fa-quote-left{
    font-size: 45px;
    margin: 0 0 20px;
    color: #333;
}
.owl-carousel .testi_item .client_thumb{
    margin: 0 auto;
}
.testi_item .client_thumb{
    width: 110px !important;
    height: 110px !important;
    border-radius: 50%;
    margin-bottom: 20px;
}
.testi_item p{
    font-size: 13px;
    line-height: 28px;
}
.testi_item h4{
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 3px;
}
/* Rating */
.testi_item .ratings{
    display: block;
}
.testi_item .ratings li{
    display: inline-block;
    color: #ddd;
    font-size: 16px;
    margin: 0 5px;
}

.testi_item .ratings.star-5 li{
    color: #FED701;
}
.testi_item .ratings.star-4 li:nth-child(-n+4){
    color: #FED701;
}
.testi_item .ratings.star-3 li:nth-child(-n+3){
    color: #FED701;
}
.testi_item .ratings.star-2 li:nth-child(-n+2){
    color: #FED701;
}
.testi_item .ratings.star-1 li:nth-child(-n+1){
    color: #FED701;
}

/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog_section{}
.blog_post img{
    width: 100%;
}
.blog_post .blog_content{
    padding: 15px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
}
.blog_post .blog_content h4{
    margin: 0;
}
.blog_post .blog_content .post_meta{
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}
.blog_post .blog_content a{
    color: #333;
    font-size: 13px;
}
.blog_post .blog_content a:hover{
    text-decoration: underline;
   opacity: 0.8;
}

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

/* ==========================================================================
   Call To Action
   ========================================================================== */
.cta_section{
    background-color: #00b9ff;
    display: block;
    padding: 80px 0;
}
.cta_section h2{
    display: inline-block;
    color: #fff;
    font-weight: 600;
    margin: 0 10px 0;
}
.cta_section .fs_btn{
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
}
.cta_section .fs_btn:hover{
    background-color: transparent;
    color: #777;
}
/* ==========================================================================
   Widget Section
   ========================================================================== */
.widget_section{}
.widget_section .col-xs-6{
    padding: 15px;
}
.widget_content{
    color: #ddd;
}
.widget_content h3{
    font-weight: 600;
    margin: 0 0 10px;
}
.widget_content a{}
.social_links{
}
.social_links li{
    display: inline-block;
}
.social_links li a{
    display: inline-block;
    color: #ddd;
    font-size: 16px;
   margin-right: 10px;
}
.widget_list li a:hover,
.social_links li a:hover{
    color: #fff;
    text-decoration: underline;
}
.widget_list{}
.widget_list li{}
.widget_list li a{
    color: #ddd;
}


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

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

