/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

/*
@import url('b15b9cd08ecf467193b45479e74af703.css');
@import url('2c1cf20227d447eab1bbc4831c672b2f.css');
*/

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

/*@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);*/

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
     overflow-x: hidden !important;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: Poppins;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden !important;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 20px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.paddind_bottom_0 {
     padding-bottom: 0 !important;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.login_section .btn-custom {
    margin-top: 20px;
    background-color: #4aafff!important;
    border: 2px solid #4aafff;
    padding: 10px 40px;
    font-size: 16px;
    color: #ffffff!important;
}
.corlor_blue{
    color: #4aafff;
}

.login_section input{
    height: 48px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}
.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 60px;
     padding-bottom: 60px;
}
.padding_0{
    padding: 0px;
}
.padding_left_0{
    padding-left: 100px;
}
.header_section {
    width: 100%;
    float: left;
    background:#2847cf;
    background-image: url("../images/header_bg.jpg");
    background-color: rgb(29, 37, 56);
    background-repeat: no-repeat;
    background-position: center 40%;
    background-size: cover;
}
.header_bg{
  width: 100%;
  float: left;
  background-color: #f8f9fa!important;
}
.header_bg_white{
    background: #ffffff!important;
    border-bottom:1px solid #e8e8e9;
}
.header_bg_white .nav-link{
    color: #2c3038;
}
.header_left{
    width: 50%;
    float: left;
}
.header_right{
    width: 50%;
    float: left;
}
.banner_img{
    width: 90%;
    float: right;
}

.logo {
    width: 12.5%;
    float: left;
}

.bg-light {
    background-color: transparent!important;
}

.sign_nav .dropdown{
    margin-right: 30px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 13px;
    padding-left: 13px;
    font-size: 16px;
    color: #ffffff;
    /*text-transform: uppercase;*/
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #4aafff;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .nav-link{
    color: #2c3038;
}
.header_bg_white .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 13px;
    padding-left: 13px;
    font-size: 16px;
    color: #2c3038;
    /*text-transform: uppercase;*/
}
.header_bg_white .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #4aafff;
}
.index_header .navbar-light .navbar-toggler {
    color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
}
.index_header .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
}

.banner_main{
    width: 100%;
    padding-left: 100px;
}

.banner_taital {
    width: 100%;
    font-size: 48px;
    color: #ffffff;
    padding-top: 70px;
    text-transform: uppercase;
    font-weight: bold;
}
.en_banner_taital{
    width: 100%;
    font-size: 36px;
    color: #ffffff;
    padding-top: 80px;
    font-weight: bold;
}
.banner_text {
    width: 90%;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
}
.btn_main {
    width: 100%;
    padding-top: 25px;
}
.btn_main .icon_img{
    margin-right: 5px;
}
.more_bt {
    width: 170px;
    float: left;
    display:inline;
}

.more_bt a {
    width: 100%;
    float: left;
    display:inline;
    font-size: 14px;
    color: #ffffff;
    border: 2px solid #ffffff;
    text-align: left;
    padding: 10px 15px;
    border-radius: 40px;
    /*text-transform: uppercase;*/
    font-weight: bold;
}
.more_bt a:hover {
    color: #ffffff;
    border: 2px solid #ffffff;
}
.hover_main{
    position: relative;
    width: 170px;
    height: 49px;
    display: inline-block;
}
.hover_qr_code .qr_code_panel{
    width: 150px;
    height: 150px;
    background: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
    text-align: center;
    position: absolute;
    top: -162px;
    left: 8px;
    display: none;
}
.hover_qr_code .arrow-bottom{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;  /* 左边框的宽 */
    border-right: 5px solid transparent; /* 右边框的宽 */
    border-top: 10px solid #ffffff; /* 下边框的长度|高,以及背景色 */
    font-size: 0;
    line-height: 0;
    bottom: -10px;
    left: 50%;
    margin-left: -2px;
    position: absolute;
}
.arrow-top {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #ffffff;
    font-size: 0;
    line-height: 0;
    top: -8px;
    left: 50%;
    margin-left: -2px;
    position: absolute;
}
.hover_qr_code:hover .qr_code_panel{
    display: block;
}

.m-l-15{
    margin-left: 15px;
}
.contact_bt {
    width: 170px;
    float: left;
    display:inline;
}
.contact_bt a {
    width: 100%;
    float: left;
    display:inline;
    font-size: 14px;
    color: #ffffff;
    border: 2px solid #ffffff;
    text-align: left;
    padding: 10px 15px;
    border-radius: 40px;
    /*text-transform: uppercase;*/
    font-weight: bold;
}
.contact_bt a:hover {
    color: #ffffff;
    border: 2px solid #ffffff;
}
.mobile-downloads{
    display: none;
}
.services_section {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 75px;
    padding-bottom: 60px;
    background-size: 100%;
}

.services-list{
}
.services-list .col-md-7{
    padding-top: 50px;
}


.services_taital {
    width: 100%;
    float: left;
    font-size: 34px;
    color: #282c47;
    padding-top: 10px;
    /*text-transform: uppercase;*/
    font-weight: bold;
}
.services_taital::after {
    content: '';
    background-color: #4aafff;
    position: absolute;
    width: 60px;
    text-align: center;
    right: initial;
    top: 0px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    height: 7px;
    left: 0;
    border-radius: 100px;
}
.services_text {
    width: 90%;
    float: left;
    font-size: 16px;
    color: #060606;
    margin-left: 0px;
}
.moremore_bt {
    width: 170px;
    float: left;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

.moremore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #4aafff;
    border: 2px solid #88c6f8;
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
}
.moremore_bt a:hover {
    color: #181818;
    border: 2px solid #ff5a58;
}
.image_1{
    width: 100%;
    float: left;
}
@media (min-width: 768px) {
    .services-list .col-md-7{
        margin-top: 50px;
    }
    .services-list{
        position: relative;
        min-height: 410px;
    }
    .services-list-two{
        position: relative;
    }
    .services-list-two .col-md-5{
        position: absolute;
        left: 0;
    }
    .services-list-two .col-md-7{
        position: absolute;
        right: 0;
        padding-left: 50px;
    }
}

.what_we_do_section{
    width: 100%;
    float: left;
}
.what_taital {
    width: 100%;
    font-size: 34px;
    color: #060606;
    padding-top: 10px;
    /*text-transform: uppercase;*/
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.what_taital::after {
    content: '';
    background-color: #4aafff;
    position: absolute;
    width: 60px;
    text-align: center;
    right: 0;
    top: 0px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    height: 7px;
    left: 0;
    border-radius: 100px;
}

.what_text {
    width: 100%;
    font-size: 16px;
    color: #060606;
    margin-left: 0px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}
.what_we_do_section_2{
    width: 100%;
    float: left;
    margin-top: 40px;
}
.box_main {
    width: 100%;
    float: left;
    border-radius: 10px;
    background-color: rgb(30,152,255);
    padding: 30px 0px;
    background: -webkit-linear-gradient(left bottom,rgb(30,152,255),rgb(59,116,255));

    background: -o-linear-gradient(left bottom,rgb(30,152,255),rgb(59,116,255));

    background: -moz-linear-gradient(left bottom,rgb(30,152,255),rgb(59,116,255));

    background: linear-gradient(left bottom,rgb(30,152,255),rgb(59,116,255));
}
/*.box_main:hover{
    background-color: #ff5a58;
}
.box_main.active {
    background-color: #ff5a58;
}*/
.icon_1 {
    width: 100%;
    float: left;
    text-align: center;
    min-height: 70px;
}
.accounting_text{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}
.lorem_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
}
.en_lorem_text{
    height: 150px;
}
.moremore_bt_1 {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

.moremore_bt_1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    border: 2px solid #ffffff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
}
.moremore_bt_1 a:hover {
    color: #ffffff;
    border: 2px solid #ffffff;
}
.project_section{
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.project_main{
    width: 100%;
    float: left;
    padding-top: 200px;
}
.image_6 {
    width: 100%;
    float: left;
    position: relative;
    left: -100px;
    top: -50px;
}
.images_main{
    width: 100%;
    float: left;
}
.images_left{
    width: 50%;
    float: left;
}
.images_right {
    width: 47%;
    float: left;
    margin-top: 70px;
    margin-left: 12px;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container_1:hover .image {
  opacity: 0.3;
  background-color: rgb(71.0.5.9.5)!important;

}

.container_1:hover .middle {
  opacity: 1;
  z-index: 2;
}

.text {
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.hm-gradient {
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}
.darken-grey-text {
    color: #2E2E2E;
}

.container_1 {
    position: relative;
    margin-top: 12px;
}
.container_1::after{
    display: none;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(225 ,225 ,225 ,0.8);
    width: 100%;
    height: 100%;
}

.container_1:hover::after{
    display: block;
}
.fact_text{
    width: 100%;
    float: left;
    font-size: 15px;
    color: #060606;
    text-align: center;
}

.project_section_2 {
    width: 100%;
    float: left;
    background-color: #2847cf;
    height: auto;
    padding: 50px 0px 40px 0px;
}
.accounting_text_1{
    width: 100%;
    float: left;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}
.yers_text {
    width: 100%;
    float: left;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0px;
    margin-top: 0px;
}
.team_section{
    width: 100%;
    float: left;
    background: #f8f8f8;
}
.section{
    width: 100%;
    float: left;
    background: #f8f8f8;
}
.what_text_1 {
    width: 50%;
    margin: 0 auto;
    font-size: 16px;
    color: #060606;
    text-align: center;
}
.team_section_2{
    width: 100%;
    float: left;
}
.product_list{
    width: 100%;
    background: #ffffff;
    padding: 20px 10px;
    text-align: center;
    cursor: pointer;
    border: 3px solid transparent;
    transition: box-shadow .25s ease-out;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}
.product_list:hover{
    transition: box-shadow .25s ease-out;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.1);
}
.product_list .title{
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}
.product_list .price{
    font-size: 36px;
    font-weight: 600;
    color: #333333;
}
.product_list .us-price{
    display: none;
}
.product_list .us-info{
    display: none;
}
.product_list .month{
    font-size: 13px;
    font-weight: 400;
    color: #333333;
}
.product_list .save{
    padding: 0 10px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 16px;


}
.product_list .btn-buy{
    padding: 6px 0;
    color: #ffffff;
    border-radius: 20px;
    font-weight: 400;
    background: #FF502A;

}
.product_list .redbg{
    color: #FF502A;
    background: #fddce0;
}
.product_list .graybg{
    color: #333333;
    background: #e8e8e9;

}
.p-b-50{
    padding-bottom: 50px;
}
.product-content img{
    margin-right: 20px;
}
.product-content .title{
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}
.product-content .p-tips{
    color: #777777;
}
.product-content .cp-title{
    margin: 20px 0;
    font-size: 20px;
    font-weight: 400;
}
#product_main li{
    float: left;
    margin-bottom: 10px;
    position: relative;
}
@media (min-width: 768px) {
    #product_main li{
        width: 24%;
        margin-right: 1%;
    }
}
#product_main li .hot{
    position: absolute;
    top: 2px;
    right: 5px
}
#product_main li.active{
    border: 3px solid #FF502A;
}
#product_main li .choose{
    display: none;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -10px;
}
#product_main li .old-price{
    color: #FF502A;
    text-decoration: line-through;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
}
#product_main li .new-price{
    font-size: 14px;
    color: #777777;
    font-weight: 400;
}
#product_main li.active .choose{
    display: block;
}
.pay_btn{
    padding: 20px 50px;
    background: #FF502A;
    cursor: pointer;
    border-radius: 10px;
    color: #ffffff!important;
}
.isPayModal{
    text-align: center;
}
.complete_pay{
    background: #FF502A;
    padding: 10px 50px;
    color: #ffffff!important;
}
.down_section_2{
    width: 100%;
    float: left;
}
.image_7{
    width: 100%;
    float: left;
    text-align: center;
}
.readable_text{
    width: 100%;
    float: left;
    font-size: 18px;
    text-align: center;
    color: #060606;
    margin-left: 0px;
    font-weight: 400;
}
.readable_text_1{
    width: 100%;
    float: left;
    font-size: 18px;
    text-align: center;
    color: #ff5a58;
    margin: 0px;
    font-weight: 400;
}
.social_icon{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.social_icon ul{
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.social_icon li{
    float: left;
    padding: 20px 3px 0px 3px;
}
.client_section {
    width: 100%;
    float: left;
    padding-bottom: 140px;
}
.client_section_2{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.client_section_2 ul{
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.client_section_2 li {
    float: left;
    padding: 50px 15px 0px 15px;
}
.round_1{
    padding-top: 50px;
}
.round_2{
    padding-top: 30px;
}
.dummy_text{
    width: 79%;
    margin: 0 auto;
    font-size: 16px;
    color: #000;
    text-align: center;
    padding-top: 30px;
}
.carousel-indicators .active {
    background-color: #1b5a8d;
}
.carousel-indicators li {
    width: 60px;
    height: 15px;
    background-color: #ff5a58;
    border-radius: 4px;
    bottom: -80px;
}

.contact_section {
    width: 100%;
    float: left;
}

.amet_text {
    width: 100%;
    float: left;
    color: #1e1e1e;
    font-size: 16px;
    text-align: center;
    margin-left: 0px;
}
.contact_section2 {
    width: 100%;
    float: left;
    padding-top: 80px;
}
.mail_section {
    width: 90%;
    float: left;
    padding-left: 50px;
}
.mail_text_1 {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #666666;
    background-color: transparent !important;
    border-bottom: 1px solid #050000 !important;
    padding-right: 20px;
    border: 0px;
    padding-top: 20px;
}
.massage_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #666666;
    background-color: transparent !important;
    border-bottom: 1px solid #050000 !important;
    padding-right: 20px;
    border: 0px;
    height: 70px;
    padding-top: 30px;
}
.send_bt {
    width: 170px;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
}
.send_bt a {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #ff5a58;
    padding: 10px 0px;
    text-transform: uppercase;
    border-radius: 30px;
}

.footer_section{
    width: 100%;
    float: left;
    background-color: #121212;
    height: auto;
}
.footer_nav .link{
    padding-left: 40px;
}
.footer_section a{
    cursor:pointer;
}
.about_text{
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    color: #777777;
}
.language_select{
    border: 0;
    width: 100%;
    padding-left: 10px;
    color: #fff;
    font-size: 14px;
    height: 50px;
    font-weight: 400;
    box-shadow: none;
    border-radius: 5px;
    background: #2c3038;
    -webkit-appearance: none;
}
.language_select .list{
    color: #fff;
    width: 100%;
    background: #2c3038;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    color: #ffffff;
    background-color: #000000;
}
.fotter_down{
    text-align: center;
}
.fotter_down p{
    margin: 0;
    margin-top: 10px;
    color: #ffffff;
    font-size: 12px;
}
.fotter_hover{
    position: relative;
}
.fotter_hover .qr_code_panel{
    top: -170px;
    left: -42px;
}
.location_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #fffcf4;
    padding-top: 5px;
}
.padding_left_15 {
    padding-left: 15px;
}
.dolor_text{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fffcf4;
    padding-top: 10px;
    margin: 0px;
    line-height: 40px;
}
.mail_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #d1d2d3;
    background-color: #ffffff;
    height: auto;
    padding: 5px 15px;
    margin-top: 18px;
}
.subscribe_bt{
    width: 100%;
    float: left;
}
.subscribe_bt a{
    width: 170px;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #ff5a58;
    height: auto;
    padding: 5px 0px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 22px;
}
.footer_social_icon{
    width: 100%;
    float: left;
}
.footer_social_icon ul{
    margin: 0px;
    padding: 0px;
}
.footer_social_icon li {
    float: left;
    padding: 0px 15px 20px 0px;
}
.footer_images{
    width: 100%;
    float: left;
}
.footer_images_left {
    width: 32%;
    float: left;
}
.footer_images_right{
    width: 50%;
    float: left;
}
.image_12 {
    width: 88%;
    float: left;
    margin-top: 15px;
}

.copyright_section {
    width: 60%;
    margin: 0 auto;
    border-top: 1px solid #fff;
    margin-top: 55px;
    text-align: center;
}
.copyright_text {
    width: 100%;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin-left: 0px;
    padding: 10px 0px;
}
.copyright_text a{
    color: #ffffff
}
.copyright_text a:hover{
    color: #ff5a58;
}
.margin_top_90{
  margin-top: 90px;
}
.down_btn{
    width: 150px;
    height: 50px;
    border-radius: 5px;
    margin: auto;
    text-align: center;
    line-height: 50px;
    background: #000000;
    color: #ffffff;
    margin-top: 30px;
}
.modal_bg{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    overflow: auto;
    z-index: 1998;
}
.login_panel{
    width: 400px;
    height: 420px;
    font-size: 18px;
    padding: 20px;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -200px;
    border-radius: 8px;
    z-index: 1999;
    background: #fdfdfe;
    box-shadow: 0px 3px 15px #4aafff;
}
.login_box-border{
    position:relative;
    left:50%;
    margin-left: -15px;
    top: -8px;
    width:30px;
    height: 3px;
    background: #4aafff;
}
.login_panel label{
    float: left;
    font-size: 16px;
    width: 50px;
    line-height: 42px;
    font-weight: 400;

}
.login_panel form{
    margin-top: 10px;
}
.login_panel input[type=checkbox] {
    visibility: hidden;
}
.checkboxpw +label{
    display: block;
    width: 20px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    border: 1px solid #4aafff;
    background: #ffffff;
    margin-top: -26px;
}

.checkboxpw:checked +label::before {
    display: block;
    content: "\2713";
    text-align: center;
    font-size: 14px;
    margin-left: 0px;
    line-height: 20px;
    margin-top: 0px;
    height: 20px;
    color: white;
    background: #4aafff;
}
.remember_pw{
    color: #323233;
    margin-left: 15px;
    font-size: 16px
}
.forgetPassword{
    color: #323233;
    font-size: 16px;
    float: right;
    margin-right: 15px;
    margin-top: 2px;
    cursor: pointer;
    margin-bottom: 20px;
}

.login_panel .input{
    width: 300px;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #333;
    border-radius: 0;
    outline: none;
}
.login_panel .input:focus {
    border-color: #333 !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}
.login_panel .m-l-50{
    margin-left: 50px;
}

.login_panel .btn{
    color: #ffffff!important;
    background-color: #4aafff;
    border-color:#4aafff;
    font-size: 16px;
    border-radius: 8px;
}
.login_panel .btn_sign{
    margin-top: 10px;
    color: #4aafff!important;
    background-color: #ffffff;
    border-color:#4aafff;
}
.sign_title{
    color: #333;
    text-align: center;
    margin: 0;
    margin-bottom: 8px;

}
.req_code{
    float: right;
    margin-top: -38px;
    line-height: 30px;
    margin-right: 15px;
    font-size: 14px;
    cursor:pointer;
    width: 100px;
    height: 28px;
    border-radius: 45px;
    background: #4aafff;
    color: #ffffff;
    text-align: center;
}
.req_code.on{
    background: #999999;
    pointer-events: none;
}
#alertPanel{
    position: absolute;
    right: 0;
}
.alert_tips{
    position: fixed;
    right: 20px;
    top: 20px;
    display: block;
    width: 300px;
    background: #ffffff;
    border-color: #ffffff;
    z-index: 2999;
}
.help-content a{
    cursor: pointer;
}
.help-content .help-list{
    background: #ffffff;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}
.help-content .help-list .panel-heading{
    padding: 20px;
}
.help-content .help-list .panel-body{
    padding:0 20px 20px 20px;
}
.help-content .help-list  .span_minus{
    float: right;
    font-size: 22px;
    font-weight: 600;
}
.help-content .help-list  .span_plus{
    float: right;
    font-size: 22px;
    font-weight: 600;
}
.help-content .help-list  .span_minus:before{
    content: "-";
}
.help-content .help-list  .span_plus:before{
    content: "+";
}

.content-header{
    background-image: url(../images/node-world-map.jpg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 120px;
    text-align: center;
    color: #ffffff;
}
.content-header .title{
    font-size: 42px;
    font-weight: 500;
    color: #ffffff;
}
.content-header .dec{
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 60px;
}
.content-header .get-down{
    padding: 13px 50px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    color: #58feff!important;
    border:2px solid #58feff;
    margin-top: 20px;
}
.img-thumbnail{
    width: 60px;
    height: 45px;
}
.servers .region-title{
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #b9babd;
}
.servers .region-title .numbers{
    color: #b9babd;
}
.servers .name{
    color: #555555;
    margin-top: 5px;
    padding-bottom: 0;
}
.servers .country-list .number{
    color: #999999;
}
.servers .country-list{
    margin-bottom: 30px;
}
.servers .ser-dec{
    margin: 1px 0;
    font-size: 13px;
}
.servers .ser-dec img{
    margin-right: 10px;
}

.user-header{
    background: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    margin-bottom: 20px;
}
.user-header .renewal{
    padding: 5px 20px;
    background: #ff5a58;
    color: #ffffff!important;
    border-radius: 45px;
    font-weight: 400;
    width: 100px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 20px;
    cursor: pointer;
}
.user-header .vip-info{
    margin-top: 32px;
    font-size: 14px;
}
#vipExp{
    font-size: 18px;
}
.user-header  .user-img{

    margin-top: 12px;
    border-radius: 45px;
}
.user-content .nav-pills{
    background: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}
.user-content .nav-pills .nav-link{
    padding: 0 20px;
    color: #666;
    border-left:3px solid #ffffff;
    border-radius: 0;
    cursor: pointer;
    margin: 20px 0;
}
.user-content .nav-pills .nav-link:hover, .nav-pills .show>.nav-link {
    color: #4aafff;
    background-color: #ffffff;
    border-left:3px solid #4aafff;
}
.user-content .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #4aafff;
    background-color: #ffffff;
    border-left:3px solid #4aafff;
}
.user-content .tab-pane{
    background: #ffffff;
    min-height: 300px;
    padding: 20px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}
.user-content .tab-pane .title{
    font-size: 20px;
    color: #333;
}

.user-content .safety-content{
    padding-top: 30px;
}
.user-content .safety-content .safety-list{
    margin-bottom: 50px;
}
.user-content .safety-content .safety-title{
    color: #333;
    font-weight: 400;
}
.user-content .safety-content .safety-dec{
    margin-left: 50px;
    color: #888;
}
.user-content .safety-content .safety-btn{
    float: right;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #444;
}
.user-content .safety-content .safety-btn img{
    margin-right: 10px;
}
.user-content .table-responsive{
    font-size: 12px;
}
.user-content .table-responsive .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,1)!important;
}
.user-content .page-link {
    color: #666!important;
}
.user-content .page-item.active .page-link {
    z-index: 1;
    color: #fff!important;
    background-color: #4aafff!important;
    border-color: #4aafff!important;
}
.device-list{
    margin-top: 20px;
}
.device-list .device-name{
    margin: 0;
    color: #333;
    font-weight: 400;
}
.device-list .device-time{
    margin: 0;
    color: #999;
}
.device-list .settings{
    padding-top: 8px;
}
.device-list .delete-device-btn{
    padding: 5px 10px;
    background: #ff5a58;
    color: #ffffff!important;
    text-align: center;
    border-radius: 5px;
    font-weight: 400;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 5px;
}

.wrapper h1{
    font-weight: 700;
    font-size: 42px;
    text-align: center;
}
.wrapper h2{
    font-size: 28px;
    font-weight: 700;
}
.wrapper h3{
    font-size: 24px;
}
.wrapper p{
    font-size: 16px;
    font-weight: 200;
    margin: 20px 0;

}
.wrapper li{
    list-style: square;
    font-size: 16px;
    font-weight: 200;
    margin-left: 20px;
}
.wrapper .bold{
    font-weight: 500;
}
.download-content{
    padding: 50px 0;
    background-color: #f8f8f8;
}
.download-nav{
    text-align: center;
    border-bottom: 1px solid #e8e8e9;
}
.download-nav .nav-list{
    margin-top: 10px;
}
.download-nav .nav-list .list{
    width: 100%;
}
.download-nav .nav-list .nav-border{
    width: 60px;
    margin: 0 auto;
    border-bottom: 2px solid #000000;
}
.download-nav .nav-list .title{
    margin: 4px 0;
    font-size: 13px;
    color: #777777;
    font-weight: 400;
}

.download-nav .nav-list.active .title{
    color: #000000;
}

.download-info .title{
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;

}
.download-info .p-tips img{
    margin-right: 10px;
}
@media (min-width: 768px){
    .download-info .title{
        margin-top: 70px;
    }
}
.download-info .img-btn{
    margin: 20px 0;
}
.download-info .btn-down{
    background: #000000;
    border-radius: 10px;
    color: #ffffff;
    width: 160px;
    height: 50px;
    padding: 2px 10px;
    margin: 20px 0;
}
.download-info .btn-down .icon{
    width: 25px;
    float: left;
    padding-top: 9px;
    margin-right: 6px;
}
.download-info .btn-down .dec{
    text-align: center;
    line-height: 18px;
    padding-top: 5px;
}
.download-info .btn-down .dec_zh{
    margin-top: 8px;
}
.limit-sale{
    height: 100px;
    background: #FF502A;
    text-align: center
}
.limit-sale .title{
    color: #ffffff;
    line-height: 100px
}
.step-title{
    margin: 50px 0 50px 0;
    font-size: 24px;
    font-weight: 400;
}
.step-icon{
    background: #333333;
    border-radius: 45px;
    color: #ffffff;
    padding: 3px 10px;
    font-size: 18px;
    margin-right: 10px
}
.payment-methods{
    height: 360px;
}
.payment-methods ul{
    height: 300px;
}
.payment-methods ul li{
    width: 100%;
    height: 64px;
    background: #ffffff;
    border: 2px solid #ccc;
    position: relative;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 4px;
    box-shadow: 0 0 0 1px rgba(56,60,67,.05), 0 1px 3px 0 rgba(56,60,67,.15);
}
.payment-methods ul li.active{
    border: 2px solid #FF502A;
}
.payment-methods ul li p{
    float: left;
    margin: 0;
    line-height: 30px;
}
.order-summary-box{
    width: 100%;
    padding: 15px;
    background: #ffffff;
    box-shadow: 0 0 0 1px rgba(56,60,67,.05), 0 1px 3px 0 rgba(56,60,67,.15);
}
.order-summary-box li{
    margin-bottom: 10px;
}
.order-summary-box li img{
    margin-right: 10px;
}
.payment-methods ul li label {font-size:24px;cursor:pointer; float: right;margin-bottom: 0;}
.payment-methods ul li label i {font-size:16px;font-style:normal;display:inline-block;width:18px;height:18px;text-align:center;line-height:18px;color:#fff;vertical-align:middle;margin:-8px 5px 1px 0px;border:#FF502A 1px solid;}
.payment-methods ul li input[type="checkbox"],input[type="radio"] {display:none;}
.payment-methods ul li input[type="radio"] + i {border-radius:24px;}
.payment-methods ul li input[type="checkbox"]:checked + i,input[type="radio"]:checked + i {background:#FF502A;}
.payment-methods ul li input[type="checkbox"]:disabled + i,input[type="radio"]:disabled + i {border-color:#ccc;}
.payment-methods ul li input[type="checkbox"]:checked:disabled + i,input[type="radio"]:checked:disabled + i {background:#ccc;}


.paymethod-alipay {
    background-position:0px 0px;
    width:50px;
    height:32px
}
.paymethod-amex {
    background-position:-50px 0px;
    width:50px;
    height:32px
}
.paymethod-apple {
    background-position:0px -32px;
    width:50px;
    height:32px
}
.paymethod-bitcoin {
    background-position:-50px -32px;
    width:50px;
    height:32px
}
.paymethod-cartesbancaires {
    background-position:0px -64px;
    width:50px;
    height:32px
}
.paymethod-creditcard {
    background-position:-50px -64px;
    width:50px;
    height:32px
}
.paymethod-dankort {
    background-position:-100px 0px;
    width:50px;
    height:32px
}
.paymethod-dinersclub {
    background-position:-100px -32px;
    width:50px;
    height:32px
}
.paymethod-discover {
    background-position:-100px -64px;
    width:50px;
    height:32px
}
.paymethod-elo {
    background-position:0px -96px;
    width:50px;
    height:32px
}
.paymethod-giropay {
    background-position:-50px -96px;
    width:50px;
    height:32px
}
.paymethod-hipercard {
    background-position:-100px -96px;
    width:50px;
    height:32px
}
.paymethod-ideal {
    background-position:-150px 0px;
    width:50px;
    height:32px
}
.paymethod-interac {
    background-position:-150px -32px;
    width:50px;
    height:32px
}
.paymethod-jcb {
    background-position:-150px -64px;
    width:50px;
    height:32px
}
.paymethod-klarna {
    background-position:-150px -96px;
    width:50px;
    height:32px
}
.paymethod-mastercard {
    background-position:0px -128px;
    width:50px;
    height:32px
}
.paymethod-mint {
    background-position:-50px -128px;
    width:50px;
    height:32px
}
.paymethod-more {
    background-position:-100px -128px;
    width:50px;
    height:32px
}
.paymethod-onecard {
    background-position:-150px -128px;
    width:50px;
    height:32px
}
.paymethod-paymentwall {
    background-position:0px -160px;
    width:50px;
    height:32px
}
.paymethod-paypal {
    background-position:-50px -160px;
    width:50px;
    height:32px
}
.paymethod-postepay {
    background-position:-100px -160px;
    width:50px;
    height:32px
}
.paymethod-sofort {
    background-position:-150px -160px;
    width:50px;
    height:32px
}
.paymethod-unionpay {
    background-position:-200px 0px;
    width:50px;
    height:32px
}
.paymethod-visa {
    background-position:-200px -32px;
    width:50px;
    height:32px
}
.paymethod-visaelectron {
    background-position:-200px -64px;
    width:50px;
    height:32px
}
.paymethod-webmoney {
    background-position:-200px -96px;
    width:50px;
    height:32px
}
.paymethod-wechat {
    background-position:-200px -128px;
    width:50px;
    height:32px
}
.paymethod-yandexmoney {
    background-position:-200px -160px;
    width:50px;
    height:32px
}
.paymethod {
    background-image: url("../images/payment-icon.png");
    margin: 3px;
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-left: 10px;
    background-size: 250px 192px;
    background-repeat: no-repeat;
}
@media (max-width: 576px) {
    .paymethod-show{
        display: none;
    }
}
.loading-panel {
    display: none;
    width: 100%;
    height: 100%;
    border: none;
    position: fixed;
    top:0;
    font-size: 48px;
    text-align: center;
    background:rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: .25em;
    vertical-align: top;
    -webkit-transition: .3s color, .3s border;
    transition: .3s color, .3s border;
    z-index: 9999;
}
#ajaxLoading{
    background:rgba(255, 255, 255, 0.3);
    display: none;
}
[class*="loader-"] {
    display: inline-block;
    width: 1em;
    height: 1em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
}
.loader-01 {
    position: absolute;
    top:50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    border: .2em dotted currentcolor;
    border-radius: 50%;
    -webkit-animation: 1s loader-01 linear infinite;
    animation: 1s loader-01 linear infinite;
}
@-webkit-keyframes loader-01 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loader-01 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.support_section_2{
    width: 100%;
    float: left;
    background: #f7f7f8;

}
.what_we_do_section_2{
    margin-bottom: 50px;
}
.support_box{
    cursor: pointer;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px;
    height: 242px;
    background: #ffffff;
    transition: box-shadow .25s ease-out;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);

}
.support_box .title{
    font-weight: 500;
    color: #000;
}
.support_box .dec{
    font-size: 13px;
}
.support_top_title{
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}
.faq_section_2{

}
.faq_section_2 .nav-link{
    padding: 0;
    padding-left: 15px;
}
.faq_section_2 .nav-one-link{
    font-size: 24px;
    color: #000;
    font-weight: 500;
}

.faq_section_2 .nav-two-link{
    font-size: 16px;
    color: #333;
    font-weight: 300;
}
.faq_section_2 .nav-two-link:hover{
    color: #00A8FF;
}
.faq_section_2 .nav .nav-two-list.active .nav-two-link{
    color: #00A8FF;
}
.faq_section_2 .nav-item{
    margin-bottom: 10px;
}
.faq-list .list{
    margin-bottom: 30px;
}
.faq-list .list .list-title{
    color: #4B4B4B;
    font-size: 30px;
    font-weight: 600;
}
.faq-list .list .list-title img{
    margin-right: 20px;
}