﻿/*================
 Template Name: Hostlar Hosting Provider with WHMCS Template
 Description: All type of web hosting provider or company with WHMCS template.
 Version: 1.0
 Author: https://themeforest.net/user/themetags

=======================*/
/*TABLE OF CONTENTS*/
/*=====================
01. RESET CSS
02. BASE TYPOGRAPHY
03. PRE DEFINE CLASS CSS
04. HEADER MENU CSS
05. HERO SECTION CSS
06. CUSTOM VPS PLAN CSS
07. PRICING SECTION CSS
08. TEAM SECTION CSS
09. CLIENT SECTION CSS
10. FAQ CSS
11. PROMO SECTION CSS
12. FEATURE SECTION CSS
13. START AND TRANSFER SECTION CSS
14. DOMAIN NAME LIST CSS
15. FEATURE TAB CSS
16. POPULAR DOMAIN LIST CSS
17. PRELOADER CSS
18. DOMAIN SEARCH FROM
19. NETWORK MAP CSS
20. SUBMIT REQUEST FORM CSS
21. VPS HOSTING CSS
22. SERVICES STATUS CSS
23. PARTNER SECTION CSS
24. CLIENT RATTING OR REVIEW CSS
24. 404 PAGES CSS
25. BREADCRUMB CSS
26. FIXED SIDEBAR CSS
27. LOGIN SIGN UP CSS
28. BLOG SECTION CSS
29. CONTACT US CSS
30. BACK TO TOP CSS
31. FOOTER CSS
=======================*/

/* -----------------------------------------
			   01. RESET CSS
-------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    background: linear-gradient(120deg, #f0f7ff 0%, #e6f0ff 100%) !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #000;
    line-height: 1.75;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    overflow-y: scroll;
    font-size: 15px;
}

/* -----------------------------------------
           02. BASE TYPOGRAPHY
-------------------------------------------- */
body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn, .btn-simple, a, .td-name, td {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
p:not(:last-child) {
    margin-bottom: 1.25em;
}
h1, h2, h3, h4, h5 {
    margin: 0 0 1rem;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.21;
    color: initial;
}
h1 {
    margin-top: 0;
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
small, .text_small {
    font-size: 0.8em;
}
strong, b {
    font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif;
}
.badge {
    display: inline;
    padding: 0.20rem .5rem;
    line-height: inherit;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 77%;
}
.badge-pill {
    padding-right: .875em;
    padding-left: .875em;
    border-radius: 50rem;
}

/*========================================
        03. PRE DEFINE CLASS CSS
==========================================*/
.ptb-100 {
    padding: 100px 0;
}
.pt-100 {
    padding-top: 100px;
}
.pt-165 {
    padding-top: 165px;
}
.pb-100 {
    padding-bottom: 100px;
}
.mt--165 {
    margin-top: -165px !important;
}
.gray-light-bg {
    background: #f5f5f5;
}
.primary-bg {
    background: #0073ec
}
.secondary-bg {
    background: #7100b9;
}
.color-primary {
    color: #0073ec
}
.color-secondary {
    color: #7100b9
}
.gradient-bg {
    background: url(/themes/web/xinqu/assets/picture/bg2.jpeg)no-repeat center center / cover;
    filter: hue-rotate(0deg);
}
.gradient-bg2 {
    background-image: linear-gradient(to bottom, #0073ec, #214eec);
}
.white-bg {
    background: #ffffff;
}
a {
    color: #0073ec;
}
a:hover {
    color: #0073ec;
    text-decoration: none;
}
.color-1 {
    color: #ff164e;
}
.color-1-bg {
    background: rgba(255, 22, 78, 0.15);
}
.color-2 {
    color: #7100b9;
}
.color-2-bg {
    background: rgba(145, 35, 255, 0.15);
}
.color-3 {
    color: #0073ec;
}
.color-3-bg {
    background: rgba(0, 115, 236, 0.15);
}
.color-4, .ratting-color {
    color: #ff7c3f;
}
.color-4-bg {
    background: rgba(255, 124, 63, 0.15);
}
.color-5, .success-color {
    color: #2ebf6d;
}
.color-5-bg {
    background: rgba(46, 191, 109, 0.15);
}
.color-6 {
    color: #f25c7f;
}
.color-6-bg {
    background: rgba(242, 92, 127, 0.15);
}
.animated-btn {
    transition: all .25s ease-in-out;
}
.animated-btn:hover {
    transform: translate(0, -3px);
    -webkit-transform: translate(0, -3px);
}
.outline-btn, .secondary-solid-btn, .primary-solid-btn, .solid-white-btn, .outline-white-btn, .secondary-outline-btn {
    padding: 12px 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    transition: all .25s ease-in-out;
}
.primary-solid-btn {
    border: 1px solid #0073ec;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .15);
    background-image: linear-gradient(to bottom, #0073ec, #214eec);
    color: #ffffff;
}
.primary-solid-btn:hover {
    background: transparent;
    color: #0073ec;
}
.secondary-solid-btn {
    color: #fff;
    background: #7100b9;
    border: 1px solid #7100b9;
}
.secondary-solid-btn:hover {
    background: transparent;
    color: #7100b9;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.secondary-outline-btn{
    color: #7100b9;
    display: inline-block;
    border: 1px solid #7100b9;
}
.secondary-outline-btn:hover{
    background: #7100b9;
    color: #ffffff;
}
.outline-btn {
    position: relative;
    display: inline-block;
    color: #0073ec;
    border: 1px solid #0073ec;
}
.outline-btn:after{
    content: " ";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    z-index: -1;
    border-radius: 4px;
    opacity: 0;
    transition: 400ms;
    text-shadow: 0 0.5px 0.3px rgba(0,0,0,.1);
    background-image: linear-gradient(to bottom,#0073ec,#214eec);
}
.outline-btn:hover:after{
    opacity: 1;
}
.outline-btn:hover{
    color: #ffffff;
    background-image: linear-gradient(to bottom,#0073ec,#214eec);
}
.primary-bg h1, .primary-bg p {
    color: #fff;
}
.solid-white-btn {
    background: #ffffff;
    border-color: #ffffff;
    color: #0073ec;
}
.solid-white-btn:hover {
    background: transparent;
    color: #ffffff;
}
.outline-white-btn {
    color: #ffffff;
    border-color: #ffffff;
}
.outline-white-btn:hover {
    background: #ffffff;
    color: #0073ec;
}
/*icon size*/
.icon-sm {
    font-size: 25px;
    line-height: 25px;
}
.icon-md {
    font-size: 40px;
    line-height: 40px;
}
.icon-lg {
    font-size: 50px;
    line-height: 50px;
}
/*form field css*/
.form-control {
    border-color: #ebebeb;
    padding: .75rem 0.85rem;
    height: calc(2.56em + .75rem + 2px);
}
.form-control:focus {
    outline: none;
    box-shadow: none;
}
input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.form-control.has-value {
    color: #b1b1b1 !important;
    font-size: 13px;
}
input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select.form-control.has-value {
    /* Firefox 18- */
    color: #b1b1b1;
    font-size: 13px;
}
input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select.form-control.has-value {
    /* Firefox 19+ */
    color: #b1b1b1;
    font-size: 13px;
}
input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.form-control.has-value {
    color: #b1b1b1;
    font-size: 13px;
}
select.form-control.has-value{
    height: 52px;
}
.section-heading h2 span {
    font-weight: 400;
    font-size: 2rem;
}
.z-index {
    z-index: 9;
}
.gradient-overlay {
    position: relative;
    width: 100%;
}
.gradient-overlay:before {
    position: absolute;
    content: '';
    background-image: linear-gradient(to bottom, #0073ec6e, #214eec9e);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.height-lg-100vh {
    min-height: 100vh;
}
@media (max-width: 576px){
    .height-lg-100vh {
        height: auto;
    }
}
.custom-badge {
    top: 5%;
    right: 8%;
}

/*=========================================
            04. HEADER MENU CSS
============================================*/
.bg-transparent ul li a:hover, .white-bg.affix ul li a:hover {
    opacity: 1;
}
.bg-transparent.affix {
    background-image: linear-gradient(to left, rgba(0, 115, 236, 0.9), rgba(48, 97, 228, 0.88), rgba(75, 77, 217, 0.85), rgba(96, 52, 203, 0.88), rgba(113, 0, 185, 0.9)) !important;
}
/*header topbar*/
.topbar-text ul li {
    font-size: 84%;
    line-height: 30px;
    color: #757575;
}
.topbar-text ul li a {
    display: flex;
    align-items: center;
    color: #757575;
}
.topbar-text ul li a:hover {
    color: #0073ec
}
.gradient-bg .topbar-text ul li, .gradient-bg .topbar-text ul li a{
    color: #ffffff;
    opacity: 0.8;
}
.gradient-bg .topbar-text ul li a:hover{
    opacity: 1;
}
.topbar-text ul li span {
    font-size: 84%;
}
/*main header section css*/
.header-main {
    position: relative;
    display: block;
}
.main-header-menu-wrap{
    display: block !important;
}
.main-header-menu-wrap .navbar-toggler.btn:focus{
    outline: none;
    box-shadow: none;
    color: #0073ec;
}
.header-nav {
    padding: 0;
}
@media (min-width: 320px) and (max-width: 767px){
    .main-navbar-nav{
        padding-bottom: 15px;
    }
    .header-nav {
        padding: 0.5rem 0;
    }
}
.sub-menu-nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.8999rem;
    color: #757575;
}
.main-link-toggle::after {
    display: inline-block;
    font-family: "themify";
    font-size: 50%;
    content: "\e64b";
    margin-left: .4rem;
    transition: 0.3s ease;
    position: relative;
    top: -1px;
}
/*sub menucss*/
.main-sub-menu {
    width: 100%;
    padding-left: 0;
    list-style: none;
}
.sub-menu-nav-group {
    padding-left: 0;
    list-style: none;
}
.u-header__navbar-link {
    color: #757575;
    font-size: 0.875rem;
    font-weight: 300;
    padding-left: .5rem;
    padding-right: .5rem;
}
.custom-nav-item:hover .custom-nav-link, .custom-nav-item:focus .custom-nav-link {
    color: #0073ec;
}
.header-main .active > .custom-nav-link {
    color: #0073ec;
}
.custom-nav-link {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #737373;
}
.bg-transparent .header-nav a.custom-nav-link, .gradient-bg .header-nav a.custom-nav-link {
    color: #ffffff !important;
    opacity: 0.8;
}
.bg-transparent .header-nav a.custom-nav-link:hover, .gradient-bg .header-nav a.custom-nav-link:hover {
    opacity: 1;
}
.headroom--not-top.slideDown .bg-transparent{
    background: linear-gradient(75deg, #0073ec 10%, #7100b9) !important;
}
@media (max-width: 767px){
    .bg-transparent .header-nav #navBar.navbar-collapse, .gradient-bg .header-nav #navBar.navbar-collapse {
        background: linear-gradient(75deg, #0073ec 10%, #7100b9) !important;
    }
    .bg-transparent .header-nav #navBar.navbar-collapse, .gradient-bg .header-nav #navBar.navbar-collapse{
        padding: 0 15px 15px 15px;
    }
    .bg-transparent .header-nav #navBar.navbar-collapse .navbar-nav .nav-link, .gradient-bg .header-nav #navBar.navbar-collapse .navbar-nav .nav-link{
        padding-right: 1rem;
    }
}
.bg-transparent button.navbar-toggler span{
    color: #ffffff;
}
.sub-link-toggle {
    position: relative;
}
.sub-link-toggle::after {
    display: inline-block;
    font-family: "themify";
    font-size: 60%;
    content: "\e649";
    margin-left: auto;
    margin-right: .04rem;
    transition: 0.3s ease;
}
.main-sub-menu .active > .sub-menu-nav-link {
    color: #0073ec;
}
.sub-menu-title {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-family: 'Montserrat', sans-serif;
}
.hs-has-sub-menu {
    position: relative;
}
/*nevbar expend css*/
.navbar-expand {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.navbar-expand .main-navbar-nav {
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-expand .main-navbar-nav .header-nav-last-item {
    text-align: right;
    padding-left: 1rem;
    padding-right: 0;
}
.header-nav-last-item .btn{
    padding: 10px 20px;
    font-size: 14px;
}
.navbar-expand .main-navbar-nav .custom-nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 0.875rem;
    padding-left: 0.875rem;
}
.navbar-expand .main-navbar-nav .sub-menu-nav-link {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
}
.navbar-expand .main-navbar-nav .sub-menu-nav-group .sub-menu-nav-link {
    padding-left: 0;
}
.navbar-expand .main-navbar-nav .main-sub-menu.hs-sub-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.navbar-expand .main-navbar-nav .main-sub-menu .hs-has-sub-menu {
    padding: 0;
}
.navbar-expand .main-navbar-nav .main-sub-menu .hs-has-sub-menu .main-sub-menu {
    margin-top: -1.1875rem;
}
.navbar-expand .u-header__mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
    right: 20%;
}
.navbar-expand .mega-menu-wrap {
    padding: 2.5rem;
    margin-left: 0;
    margin-right: 0;
}
.navbar-expand .u-header__promo {
    border-bottom-right-radius: 0.25rem;
}
.navbar-expand .u-header__promo-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
}
.navbar-expand .u-header__promo-card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.navbar-expand .u-header__promo-card-deck .title-with-icon-item:not(:last-child) .title-with-icon-link {
    position: relative;
}
.navbar-expand .u-header__promo-card-deck .title-with-icon-item:not(:last-child) .title-with-icon-link::after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -1.5rem;
    border-right: 1px solid #ebebeb;
    height: 100%;
    content: "";
}
.main-sub-menu {
    width: 100%;
    padding-left: 0;
    list-style: none;
}
/*menu responsive css*/
@media (min-width: 768px) {
    .navbar-expand-md .main-navbar-nav .custom-nav-link {
        /*font-weight: 700;*/
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        padding-right: 0.875rem;
        padding-left: 0.875rem;
    }

    .navbar-expand-md .main-navbar-nav .main-sub-menu {
        border-top: 2px solid #0073ec;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        -webkit-box-shadow: 0 12px 20px 0 rgba(23, 28, 33, .16);
        box-shadow: 0 12px 20px 0 rgba(23, 28, 33, .16);
    }

    .navbar-expand-md .hs-has-sub-menu ul.hs-sub-menu > .hs-has-sub-menu ul.hs-sub-menu {
        border-top-right-radius: 0.25rem;
    }

    .navbar-expand-md .main-navbar-nav .main-sub-menu.hs-sub-menu {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .navbar-expand-md .main-navbar-nav .main-sub-menu .hs-has-sub-menu .main-sub-menu {
        margin-top: -1.1875rem;
    }

    .navbar-expand-md .main-navbar-nav .main-sub-menu.hs-sub-menu {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .navbar-expand-md .main-navbar-nav .main-sub-menu .hs-has-sub-menu {
        padding: 0;
    }

    .navbar-expand-md .main-navbar-nav .sub-menu-nav-link {
        padding-right: 1.75rem;
        padding-left: 1.75rem;
    }

    .navbar-expand-md .main-navbar-nav .header-nav-last-item {
        text-align: right;
        padding-left: 1rem;
        padding-right: 0;
    }
    .navbar-expand-md .mega-menu-wrap {
        padding: 2.5rem;
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-expand-md .main-navbar-nav .sub-menu-nav-group .sub-menu-nav-link {
        padding-left: 0;
    }
    .navbar-expand-md .u-header__promo {
        border-bottom-right-radius: 0.25rem;
    }

}

.menu-banner-wrap {
    position: relative;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border-bottom-left-radius: 0.25rem;
}

.menu-banner-content {
    z-index: 1;
    width: 100%;
    padding: 2rem 3rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.u-header__product-banner {
    background-color: #f5f5f5;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    padding-right: 1.5rem;
}

.u-header__product-banner-content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.u-header__promo {
    background-color: #f5f5f5;
}

.u-header__promo-inner {
    padding: 2rem;
}

.menu-countdown h2 {
    font-size: 25px;
    line-height: 20px;
    margin-bottom: 0;
    opacity: 0.8;
    color: #ffffff;
}

.menu-countdown h6 {
    font-size: 14px;
    line-height: 18px;
}
.offer-countdown-item h2{
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 0;
    color: #ffffff;
}
.offer-countdown-item h6{
    font-size: 16px;
    line-height: 18px;
    opacity: 0.8;
}
.title-with-icon-item ~ .title-with-icon-item {
    border-top: 1px solid #ebebeb;
}

.title-with-icon-item {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.title-with-icon-link {
    display: block;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    margin-top: 0.65rem;
    margin-bottom: 0.65rem;
    color: #464646;
}

.title-with-icon-link:hover .u-header__promo-title {
    color: #0073ec;
}

.menu-titile-icon {
    width: 100%;
    max-width: 2rem;
    margin-right: 1rem;
}

.u-header__promo-title {
    display: block;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    line-height: 1.3rem;
}

.u-header__promo-text {
    display: block;
    color: #77838f;
}

small, .small {
    font-size: 85%;
    font-weight: 400;
}

.u-header__promo-footer {
    background-color: #f5f5f5;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.u-header__promo-footer-ver-divider {
    position: relative;
}

.u-header__promo-footer-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

 a.video-play-icon {
    border-radius: 50%;
    display: block;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
    -webkit-transition: .6s;
}

.video-play-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    position: relative;
    z-index: 4;
    display: inline-block;
    border: 2px solid #ebebeb;
    cursor: pointer;
    background: #0073ec;
}

.video-play-icon span {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 18%;
    font-size: 15px;
    left: 1px;
    color: #ffffff;
}

/*responsive menu css*/
@media (max-width: 767.98px) {
    .navbar-expand-md .custom-nav-link, .navbar-expand-md .sub-menu-nav-link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-expand-md .main-link-toggle::after, .navbar-expand-md .sub-link-toggle::after {
        margin-left: auto;
    }

    .navbar-expand-md .hs-mega-menu-opened .custom-nav-link-toggle::after, .navbar-expand-md .hs-sub-menu-opened .custom-nav-link-toggle::after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .navbar-expand-md .hs-sub-menu-opened > .sub-link-toggle::after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .u-header--bg-transparent .main-navbar-nav {
        padding: 0.875rem 0;
        padding-top: 1rem;
    }

    .navbar-expand-md .sub-menu-title {
        padding-left: 1.5rem;
        margin-bottom: 0;
    }

    .u-header--bg-transparent .main-navbar-nav {
        background-color: #fff;
    }

    .navbar-expand-md .sub-menu-nav-group {
        padding-top: .5rem;
        padding-left: 1.5rem;
    }

    .navbar-expand-md .main-sub-menu:not(.u-header__promo) {
        border-left: 2px solid #0073ec;
    }

    .navbar-expand-md .main-sub-menu {
        min-width: 100% !important;
    }

    .navbar-expand-md .main-sub-menu .hs-has-sub-menu{
        padding-left: 1.5rem;
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-expand-md .main-sub-menu .main-sub-menu, .main-sub-menu .submenu-item {
        padding-left: 1.5rem;
    }

}

/*headerroom*/
@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slideDown {
    0% {
        -moz-transform: translateY(-100%);
    }

    100% {
        -moz-transform: translateY(0);
    }
}

@-o-keyframes slideDown {
    0% {
        -o-transform: translateY(-100%);
    }

    100% {
        -o-transform: translateY(0);
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.animated.slideDown {
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown;
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes slideUp {
    0% {
        -moz-transform: translateY(0);
    }

    100% {
        -moz-transform: translateY(-100%);
    }
}

@-o-keyframes slideUp {
    0% {
        -o-transform: translateY(0);
    }

    100% {
        -o-transform: translateY(-100%);
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

.animated.slideUp {
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.headroom {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    will-change: transform;
    transition: transform 0.3s linear;
    backface-visibility: hidden;
}

.headroom--pinned {
    display: block;
}

.headroom--unpinned {
    display: none;
}

.headroom--pinned {
    transform: translateY(0%);
}

.headroom--unpinned {
    transform: translateY(-100%);
}
@media (min-width: 320px) and (max-width: 992px){
    .navbar-expand-md .main-navbar-nav .custom-nav-link{
        padding-right: 0.4rem;
        padding-left: 0.4rem;
    }
    .ptb-100 {
        padding: 55px 0;
    }

    .pt-100 {
        padding-top: 55px;
    }

    .pb-100 {
        padding-bottom: 55px;
    }
    .pt-165{
        padding-top: 100px;
    }
}
@media (min-width: 320px) and (max-width: 768px){
    .main-with-padding{
        padding-top: 64px !important;/*原98px*/
    }
    .main-without-padding{
        padding-top: 36px !important;
    }
    .main-without-topbar{
        padding-top: 0 !important;
    }
}
/*==================================
        05. HERO SECTION CSS
==================================*/
#hero-shap-1 {
    top: 0;
}

svg {
    overflow: hidden;
}

svg:root {
    width: 100%;
    height: 100%;
}

svg.shape-bg, svg.promo-bg {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
}

.hero-image {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

#promo-shape {
    top: 3.5%;
    width: 100%;
    right: 0;
}

.main-with-padding{
    padding-top: 116px;
}

/*hero equal height*/
.hero-equal-height {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
/*hero default*/


.animation-image-wrap{
    position: relative;
}

.animation-icon-img {
    position: absolute;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: bounce 1s ease-in-out 0s infinite alternate;
    animation: bounce 1s ease-in-out 0s infinite alternate
}

.animation-icon-img.animation-icon-1 {
    left: 15%;
    top: 30%;
}

.animation-icon-img.animation-icon-2 {
    left: inherit;
    right: 45%;
    top: 0;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.animation-icon-img.animation-icon-3{
    top: 30%;
    left: 75%;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.animation-icon-img.animation-icon-4 {
    left: inherit;
    right: 45%;
    top: 60%;
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}
.animation-icon-img.animation-icon-5{
    left: 42%;
    top: 24%;
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    to {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    to {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }
}


/*hero section 2*/
.two-col-list{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.two-col-list li{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    padding: 0 12px 8px 0;
    font-size: 14px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media screen and (max-width: 768px) and (min-width: 320px){
    .two-col-list li {
        max-width: 100%;
        flex: 1 1 100%;
    }
}

.shape-bottom img.bottom-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    margin: 0 auto;
}


/*hero offer section*/
.offer-countdown{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.left-arrow, .right-arrow {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.left-arrow {
    border-left: 20px solid #fff;
    margin-right: 25px;
}
.right-arrow{
    border-right: 20px solid #fff;
    margin-left: 25px;
}

/*video background css*/
.background-video-overly{
    background-image: linear-gradient(to left, rgba(0, 115, 236, 0.45), rgba(48, 97, 228, 0.45), rgba(75, 77, 217, 0.45), rgba(96, 52, 203, 0.45), rgba(113, 0, 185, 0.45));
}


/*background bg slider*/
.hero-slider-section{
    position: relative;
    overflow: hidden;
}
.gradient-overly-right, .gradient-overly-left, .gradient-overly-bottom, .gradient-overly-top{
    z-index: 1;
    width: 100%;
    min-width: 100%;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.gradient-overly-right:before, .gradient-overly-left:before, .gradient-overly-bottom:before, .gradient-overly-top:before{
    content: "";
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.gradient-overly-right:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #0073ec), to(transparent));
    background: linear-gradient(to right, #0073ec 30%, rgba(114, 2, 187, 0.25) 100%);
}
.gradient-overly-left:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #0073ec), to(transparent));
    background: linear-gradient(to left, #0073ec 30%, rgba(114, 2, 187, 0.25) 100%);
}
.gradient-overly-bottom:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #0073ec), to(transparent));
    background: linear-gradient(to bottom, #0073ec 45%, rgba(114, 2, 187, 0.25) 100%);
}
.gradient-overly-top:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #0073ec), to(transparent));
    background: linear-gradient(to top, #0073ec 35%, rgba(114, 2, 187, 0.25) 100%);
}
.header-content {
    position: relative;
    padding: 0 0 50px 50px;
    overflow: hidden;
}
.header-content .line {
     content: "";
     display: inline-block;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
    z-index: -1;
     position: absolute;
     border: 2px dashed #ebebeb;
     -webkit-clip-path: polygon(0 0, 0% 0, 35% 100%, 0 100%);
     clip-path: polygon(0 0, 0% 0, 35% 100%, 0 100%);
 }
.hero-slider-one .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.hero-slider-one .owl-item.active .cros-animation {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.hero-slider-one .owl-item.active .action-btns {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}
.hero-slider-one .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

.hero-slider-one .owl-carousel.effects .cros-animation[data-delay-transtion="1"] {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}
.hero-slider-one .owl-carousel .cros-animation{
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
    filter: alpha(opacity=0);
    -webkit-transition: all 1.3s;
    transition: all 1.3s;
    -webkit-transition-property: transform,opacity;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
}

.hero-slider-one.owl-carousel .owl-item .domain-search-list li a img, .hero-content-slider.owl-carousel .owl-item .domain-search-list li a img{
    width: 65px !important;
    margin-bottom: 5px;
}
/*custom dot style*/

.custom-dot.owl-theme .owl-dots{
    position: absolute;
}
.custom-dot.dot-right-center.owl-theme .owl-dots{
    margin: 0 !important;
    top: 40%;
    right: 10%;
}
.custom-dot.dot-bottom-center.owl-theme .owl-dots{
    width: 100%;
    margin: 10px auto;
}
.custom-dot.dot-bottom-center.owl-theme .owl-dots button{
    margin: 0 4px;
    border: 1px dashed #0073ec;
}
.custom-dot.dot-right-center.owl-theme .owl-dots button{
    display: block;
    border: 1px dashed #ebebeb;
    margin: 6px 0;
}
.custom-dot.custom-dot-2.owl-theme .owl-dots button{
    margin: 0 4px;
    border: 1px dashed #ebebeb;
}
.custom-dot.custom-dot-2.owl-theme .owl-dots{
    right: 15px;
    top: auto;
    bottom: -10%;
}

.custom-dot.owl-theme .owl-dots button{
    border-radius: 100%;
}
.custom-dot.owl-theme .owl-dots button:focus{
    outline: none;
}

.custom-dot.owl-theme .owl-dots button.owl-dot.active, .custom-dot.owl-theme .owl-dots button.owl-dot span{
    background: #ffffff;
}
.custom-dot.owl-theme .owl-dots button.owl-dot span:hover{
    background: #0073ec;
}
.custom-dot.owl-theme .owl-dots button.owl-dot.active span{
    background: #0073ec;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
}
.custom-dot.owl-theme .owl-dots .owl-dot span{
    margin: 2px;
}


/*promo offer box css*/
.gradient-bg-overly{
    background: linear-gradient(75deg, rgba(0, 115, 236, 0.14) 10%, rgba(113, 0, 185, 0.24)) !important;
}
.offer-box {
    max-width: 300px;
    width: auto;
    border-radius: 30px;
    margin: 0 auto;
    padding: 15px;
}
.offer-box .offer-price {
    font-family: 'Open Sans', sans-serif;
    font-size: 120px;
    line-height: 1;
    font-weight: 600;
    position: relative;
}

.offer-box .offer-price .currency {
    font-size: 60px;
    line-height: 1;
    vertical-align: middle;
    margin-top: -60px;
    display:
    