/*
    Foxstar
    By Crackthemes
*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header Section
    3.0 Slider section
    3.0 About Section
    4.0 Domain Section
    5.0 Feature Section
    6.0 Service Section
    7.0 Pricing Section
    8.0 Blog Section
    9.0 Contact Section
    10.0 Widget Section
    11.0 Footer Section
    12.0 Scroll to Top
    
    ==========================================================================
    Foxstar
    ========================================================================== */

	@import url('https://fonts.googleapis.com/css?family=Poppins:600,700|Roboto');
	
/*  ==========================================================================
    Common Styles
    ========================================================================== */
*{
	padding: 0;
	margin: 0;
}
body{
    background-color: #fff;
    font-family: 'Roboto', 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: 'Poppins', sans-serif;
    -webkit-font-smoothing:antialiased;
	color: #282828;
}
h1{
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 10px;
    letter-spacing: -0.04em;
}
h2{
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1;
    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: #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;
}
.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: #00b9ff;
    border: 2px solid #00b9ff;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
}
.fs_btn:focus,
.fs_btn:hover{
    background-color: transparent;
    color: #282828;
}
.fs_btn.btn_sm{
    line-height: 40px;
    padding: 0 15px;
}
.fs_btn.btn_2{
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.fs_btn.btn_2:focus,
.fs_btn.btn_2:hover{
    background-color: #fff;
    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;
}

/* ==========================================================================
   Header Section
   ========================================================================== */
.header_section{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    width: 100%;
    height: 100px;
    z-index: 999;
    position: relative;
}
.navbar-fixed-top.header_section{
    margin-top: -40px;
    position: fixed;
}
.navbar-fixed-top .navbar-collapse{
    max-height: 100%;
}
.top_header{
    border-bottom: 1px solid #ddd;
    height: 40px;
}
.top_header .top_left{
    color: #777;
    line-height: 40px;
}
.top_header .top_left ul li{
    display: inline-block;
    margin-right: 10px;
}
.top_header .top_left ul li i{
    margin-right: 5px;
}
.top_header .top_right{}
.social_icons{}
.social_icons li{
    display: inline-block;
}
.social_icons li a{
    display: inline-block;
    font-size: 13px;
    line-height: 40px;
    padding: 0 5px;
    color: #777;
}
.social_icons li a:hover{
    color: #00b9ff;
}
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
}
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
}
.navbar-header {
    padding: 17px 0;
}
.navbar-header .brand{
    font-size: 25px;
    color: #282828;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
	margin-left: 13px;
}
.navbar-header .nav-btn{
    padding: 8px;
    border-radius: 1px;
}
.navbar-header .nav-btn .icon-bar{
    background-color: #282828;
    width: 18px;
}
.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus{
    opacity: 0.8;
}

/* Nav Menu */
#navbar{
    z-index: 999;
}
ul.nav{}
ul.nav > li{}
ul.nav > li > a{
    color: #777;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 60px;
    z-index: 1;
}
ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li.active > a{
    background: none;
    color: #282828;
}

/* ==========================================================================
   Slider section
   ========================================================================== */
.slider_section{}
.main_slider{}
.slider_item{
    background-color: #00b9ff;
    height: 600px;
    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{
    margin: 0;
    -webkit-animation-duration: 0.5s!important;
    animation-duration: 0.5s!important;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.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: "Poppins",sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-right: 15px;
    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;
}
.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;
}
 
/* ==========================================================================
   About Section
   ========================================================================== */
.about_section{
    padding-bottom: 0;
}
.accordion-box {
    border: 1px solid #f7f7f7;
}
.accordion {
    margin-bottom: 10px;
    position: relative;
}
.accordion .acc-heading .left-icon {
    position: absolute;
    left: 0;
    top: 0;
    background: #f1f1f1;
    width: 60px;
    height: 100%;
    color: #9c9c9c;
    font-size: 20px;
    text-align: center; 
}
.accordion .acc-heading.active .left-icon {
    color: #fff;
}
.accordion .left-icon span {
    position: relative;
    top: 18px;  
}
.accordion .acc-heading {
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 20px 15px;
    padding-right: 50px;
    background-color: #00b9ff;
}
.accordion .acc-heading p {
    color: #fff;
    font-family: 'Arimo', sans-serif;
    margin: 0;
}
.accordion .acc-heading p i.fa{
    font-size: 18px;
    margin-right: 8px;
}
.accordion .acc-heading.active {
    color: #fff;
}
.accordion .acc-heading.pr {
    position: relative;
}
.accordion .acc-heading .img-box {
    display: none;
}
.accordion .acc-heading.active .img-box {
    display: block;
}
.accordion .acc-heading .toggle-icon {
    color: #fff;
    display: block;
    font-weight: 100;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 20px;
    top: 14px;
    width: 24px;
}
.accordion .acc-heading .toggle-icon.left {
    color: #fff;
    display: block;
    font-weight: 100;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 30px;
}
.accordion .acc-heading .toggle-icon .plus::before {
    font-size: 24px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
}
.accordion-box .accordion .acc-heading.active .toggle-icon .plus {
    opacity: 0;
}
.accordion-box .accordion .acc-heading .toggle-icon .minus::before {
    font-size: 24px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
}
.accordion-box .accordion .acc-heading .toggle-icon .minus{
    opacity: 0;
}
.accordion-box .accordion .acc-heading.active .toggle-icon .minus {
    opacity: 1;
}
.accordion-box .accordion .acc-content {
    background-color: #eaeaea;
    color: #333;
    display: none;
    padding: 15px 20px;
}
.accordion-box .accordion .acc-content.collapsed {
    display: block;
}
.accordion-box .accordion .acc-content p {
    margin: 0;
}
.accordion-box .accordion .acc-heading.active .toggle-icon .minus {
  color: #fff;
}
.about_img{
    width: 100%;
}

/* ==========================================================================
   Domain Section
   ========================================================================== */
.domain_search_section{
    background-image: url(../img/umurage-pixel-logo.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.domain_search_section h2{
    margin: 0 0 5px;
}
.search_form{
    display: block;
    text-align: center;
}
.search_form .form_input{
    border: none;
    background: rgba(255,255,255,0.2);
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
    padding: 0 15px;
    float: left;
    width: 70%;
}
.search_form .submit{
    background-color: #00b9ff;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 60px;
    display: inline-block;
    padding: 0 25px;
    font-weight: 600;
    float: left;
    width: 30%;
    margin-left: -2px;
}
.search_form .submit:hover{
    opacity: 0.8;
}

/* ==========================================================================
   Feature Section
   ========================================================================== */
.feature_section{}
.feature_tab .tab_menu{
    display: block;
    text-align: center;
    overflow: hidden;
}
.feature_tab .tab_menu li{
   display: inline-block;
   margin-left: -4px;
}
.feature_tab .tab_menu li a{
    background-color: #ddd;
    display: inline-block;
    line-height: 50px;
    padding: 0 25px;
    color: #111;
}
.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;
}
.feature_tab .tab-pane img{
    width: 100%;
}
.feature_tab .tab-pane .feature_content{
    padding: 20px 0;
}

/* ==========================================================================
   Service Section
   ========================================================================== */
.service_section{
    background-color: #f7f7f7;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.service_section li{
    margin-bottom: 20px;
}
.service_items .service_content{}
.service_items .service_content i{
    float: left;
    color: #00b9ff;
    font-size: 22px;
    margin-right: 10px;
    line-height: 35px;
}
.service_items  .service_content h4{
    display: inline-block;
    line-height: 35px;
    margin: 0 0 10px;
}
.service_items .service_content p{
    margin: 0;
}
.service_section .service_image{}
.service_section .service_image img{
    width: 100%;
}

/* ==========================================================================
   Pricing Section
   ========================================================================== */
.insurances_section{}
.insurances_items{}
.insurances_items li.col-xs-6{
    padding: 15px;
}
.insurances_item{
    background-color: #ddd;
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding-bottom: 30px;
    -webkit-box-shadow: 0 0 4px 1px #ddd;
    box-shadow: 0 0 4px 1px #ddd;
}
.insurances_title{}
.insurances_title h3{
    line-height: 40px;
    text-align: center;
    margin: 0;
}
.insurances_head{
    background-color: #F5F5F5;
    padding: 15px 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.insurances_head .price_dist{
    display: block;
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
}
.insurances_head .plan_price{
    width: 120px;
    height: 120px;
    margin: 0 auto;
    padding: 4px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.plan_price .insurances_inner{
    background-color: #00b9ff;
    border: 8px solid #fff;
    color: #fff;
    width: 112px;
    height: 112px;
     -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 25px 0;
}
.plan_price .insurances_inner .price{
    font-family: "Arimo", sans-serif;
    display: block;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}
.plan_price .insurances_inner .price_text{}
/*.plan_feature{*/
    /*display: block;*/
    /*padding: 30px 0;*/
    /*text-align: center;*/
/*}*/
/*.plan_feature li{*/
    /*color: #181818;*/
    /*margin-bottom: 5px;*/
/*}*/
/*.plan_feature li:last-child{*/
    /*margin-bottom: 0;*/
/*}*/
.insurances_footer{
    display: block;
    text-align: center;
}
.insurances_item:hover .insurances_head{
    background-color: #00b9ff;
}
.insurances_item:hover .insurances_head .plan_price{
    background-color: #fff;
}
.insurances_item:hover .plan_price .insurances_inner{
    background-color: #fff;
    border: 8px solid #00b9ff;
    color: #181818;
}
.insurances_item:hover .insurances_head .price_dist{
    color: #fff;
}

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

/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact_section{
    border-bottom: 1px solid #eaeaea;
}
.contact_wrap{
    overflow: hidden;
}
.contact_wrap .contact_inner{
    border: 1px solid #ddd;
    display: block;
    padding: 30px 15px;
}
.contact_wrap .contact_inner i{
    font-size: 45px;
    color: #888;
}
.contact_wrap .contact_inner h4{
    margin: 10px 0;
}
.contact_wrap .contact_inner p{
    font-size: 13px;
    margin: 0;
}
.contact_wrap .contact_inner p b{
    display: block;
}
.contact_form{}
.contact_form .form-control{
    background: none;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    color: #282828;
    padding: 10px;
}
.contact_form .form-control:hover,
.contact_form .form-control:focus{
    border-bottom: 1px solid #999;
    box-shadow: none;
}
#form-messages{
    display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success{
    display: block;
}

.contact_form input::-webkit-input-placeholder,
.contact_form textarea::-webkit-input-placeholder{
   color: #888 !important;
}

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

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

.contact_form input:-ms-input-placeholder,
.contact_form textarea:-ms-input-placeholder{  
   color: #888 !important;  
}

/* ==========================================================================
   Widget Section
   ========================================================================== */
.widget_section{
    background-color: #232323;
}
.widget_section .col-xs-6{
    padding: 15px;
}
.widget_content{
    color: #fff;
}
.widget_content h3{
    margin: 0 0 20px;
}
.widget_content h3.logo{
    font-size: 25px;
}
.social_links{
}
.social_links li{
    display: inline-block;
}
.social_links li a{
    display: inline-block;
    color: #fff;
    font-size: 16px;
   margin-right: 10px;
}
.widget_list li a:hover,
.social_links li a:hover{
    color: #00b9ff;
}
.widget_list{}
.widget_list li{}
.widget_list li a{
    color: #fff;
}
.subscribe_form{
    display: block;
    text-align: center;
    width: 100%;
}
.subscribe_form .form_input{
    border: none;
    background: rgba(255,255,255,0.8);
    display: block;
    color: #282828;
    font-size: 14px;
    line-height: 50px;
    padding: 0 15px;
    float: left;
    width: 70%;
}
.subscribe_form .submit{
    background-color: #00b9ff;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 50px;
    display: inline-block;
    padding: 0 25px;
    font-weight: 600;
    float: left;
    width: 30%;
    margin-left: -2px;
}
.subscribe_form .submit:hover{
    opacity: 0.8;
}
#subscribe-result{
    display: none;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #00b9ff;
}
#subscribe-result.subs-result{
    display: block;
}
.subscription-success,
.subscription-error{
    color: #fff;
}
.subscribe_form input::-webkit-input-placeholder,
.subscribe_form textarea::-webkit-input-placeholder{
   color: #777 !important;
}
.subscribe_form input:-moz-placeholder,
.subscribe_form textarea:-moz-placeholder{ /* Firefox 18- */
   color: #777 !important;  
}
.subscribe_form input::-moz-placeholder,
.subscribe_form textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #777 !important;  
}
.subscribe_form input:-ms-input-placeholder,
.subscribe_form textarea:-ms-input-placeholder{  
   color: #777 !important;  
}

/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer_section{
    background-color: #232323;
    border-top: 1px solid #444;
    display: block;
    padding: 20px 0;
}
.footer_section p.copyright{
    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;
    color: #ddd;
}
.footer_menu li a:hover{
    color: #00b9ff;
}  

/* ==========================================================================
   Scroll to Top
   ========================================================================== */
#scroll-to-top{
    background-color: #00b9ff;
    display: none;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
#scroll-to-top:hover{
    background-color: #282828;
    color: #fff;
}



