@-webkit-keyframes confirm {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    75% {
        transform: scale(0.8);
    }

    to {
        transform: scale(1);
    }
}

@keyframes confirm {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    75% {
        transform: scale(0.8);
    }

    to {
        transform: scale(1);
    }
}

.bg-white {
    background-color: #fff !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-price {
    background-color: #3023ae !important;
}

.bg-crimson {
    background-color: #f4354b !important;
}

.bg-sun {
    background-color: #f6c400 !important;
}

.bg-fox {
    background-color: #ff8600 !important;
}

.bg-fox .count,
.bg-grass {
    background-color: #17aa17 !important;
}

.bg-grass .count {
    background-color: #ff8600 !important;
}

.bg-lemonade {
    background-color: #fff6ae !important;
}

.bg-fox:hover {
    color: #fff !important;
}

.bg-characoal,
.bg-graphite {
    background-color: #2e343e !important;
}

.bg-smoke {
    background-color: #8c99b2 !important;
}

.bg-ash {
    background-color: #afbdd4 !important;
}

.bg-ghost {
    background-color: #d7dce7 !important;
}

.bg-shade {
    background-color: #f1f3f7 !important;
}

.hover-bg-grass:active,
.hover-bg-grass:hover {
    background-color: #17aa17 !important;
    color: #fff !important;
}

.hover-bg-fox:active,
.hover-bg-fox:hover {
    background-color: #ff8600 !important;
}

.hover-bg-crimson:active,
.hover-bg-crimson:hover {
    background-color: #f4354b !important;
    color: #fff !important;
}

.hover-bg-graphite:active,
.hover-bg-graphite:hover {
    background-color: #2e343e !important;
}

.hover-border-grass:active,
.hover-border-grass:hover {
    border-color: #17aa17 !important;
    color: #17aa17 !important;
}

.hover-border-fox:active,
.hover-border-fox:hover {
    border-color: #ff8600 !important;
    color: #ff8600 !important;
}

.after-icon-angle-right:after {
    content: url(data:image/svg+xml;utf8;base64,IDxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCA3IDEyIj48ZGVmcz48cGF0aCBpZD0iajVncmEiIGQ9Ik0yNTMgMTcxNi40bDEuMzItMS40IDUuNjggNi01LjY4IDYtMS4zMi0xLjQgNC4zNS00LjZ6Ii8+PC9kZWZzPjxnPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNTMgLTE3MTUpIj48dXNlIGZpbGw9IiNmZmYiIHhsaW5rOmhyZWY9IiNqNWdyYSIvPjwvZz48L2c+PC9zdmc+);
    float: right;
}

.after-icon-remove:after {
    float: right;
    content: "\F00D";
    font-family: FontAwesome;
}

.color-white {
    color: #fff !important;
}

.color-black {
    color: #000 !important;
}

.color-price {
    color: #3023ae !important;
}

.color-crimson {
    color: #f4354b !important;
}

.color-sun {
    color: #f6c400 !important;
}

.color-fox {
    color: #ff8600 !important;
}

.color-grass {
    color: #17aa17 !important;
}

.color-lemonade {
    color: #fff6ae !important;
}

.color-characoal,
.color-graphite {
    color: #2e343e !important;
}

.color-smoke {
    color: #8c99b2 !important;
}

.color-ash {
    color: #afbdd4 !important;
}

.color-ghost {
    color: #d7dce7 !important;
}

.color-shade {
    color: #f1f3f7 !important;
}

.mr-32 {
    margin-right: 32px;
}

.width-120 {
    width: 120px;
}

.width-180 {
    width: 180px;
}

.opacity-06 {
    opacity: 0.6;
}

.discount-nowrap {
    white-space: nowrap;
}

.h1-div {
    display: flex;
    flex-flow: wrap;
}

.h1-div,
.vargonen-h1 {
    font-size: 40px !important;
    color: #fff !important;
}

.ssl-h3 {
    font-size: 28px;
    color: #2e343e;
}

.del-text-center {
    margin: 0 auto;
}

.fake-h4 {
    font-size: 33px;
}

.fake-h-sss {
    font-size: 20px;
}

.p-25px {
    font-size: 25px;
}

.ozellikler-img-44px {
    width: 44px;
    height: 44px;
    margin-top: 3px;
    margin-left: 3px;
}

.dedicatedBuyButtonCss {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
}

.dedicatedBuyButtonCss span {
    font-size: 14px !important;
}

.img-to-i-for-banner {
    width: 40px;
    height: auto;
}

.three-dot {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    max-width: 185px !important;
}

.dedicatedCpuCss {
    font-size: 14px;
    color: #515d72;
}

.l-minus-15 {
    left: -15px;
}

.t-minus-4 {
    top: -4px;
}

.t-minus-5 {
    top: -5px;
}

.t-minus-8 {
    top: -8px;
}

.t-minus-11 {
    top: -11px;
}

.t-minus-13 {
    top: -13px;
}

.t-minus-3 {
    top: -3px;
}

.t-minus-16 {
    top: -16px;
}

.t-minus-17 {
    top: -17px;
}

.t-minus-20 {
    top: -20px;
}

.t-minus-22 {
    top: -22px;
}

.t-minus-28 {
    top: -28px;
}

.t-0 {
    top: 0;
}

.fs-15-important {
    font-size: 15px !important;
    font-weight: 500;
}

.fs-18-important {
    font-size: 18px !important;
}

.fs-22-important {
    font-size: 22px !important;
}

.fs-30-important {
    font-size: 30px !important;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22,
.fs-24 {
    font-size: 22px;
}

.fs-27 {
    font-size: 27px;
}

.fs-29 {
    font-size: 29px;
}

.fs-30 {
    font-size: 30px;
}

.fs-40 {
    font-size: 40px;
}

.fs-42 {
    font-size: 42px;
}

.fs-45 {
    font-size: 45px;
}

.fs-35 {
    font-size: 35px;
}

.fs-104percent-important {
    font-size: 104% !important;
}

.fs-80percent-important {
    font-size: 80% !important;
}

.fs-75percent-important {
    font-size: 75% !important;
}

.fs-67percent-important {
    font-size: 67% !important;
}

.fs-65percent-important {
    font-size: 65% !important;
}

.fs-50percent-important {
    font-size: 50% !important;
}

.fs-40percent-important {
    font-size: 40% !important;
}

.fs-35percent-important {
    font-size: 35% !important;
}

.fs-25percent-important {
    font-size: 25% !important;
}

.fs-20percent-important {
    font-size: 20% !important;
}

.fs-18percent-important {
    font-size: 18% !important;
}

.b-height-15 {
    height: 15px;
}

.b-height-18 {
    height: 18px;
}

.b-height-20 {
    height: 20px;
}

.b-height-22 {
    height: 22px;
}

.b-height-29 {
    height: 29px;
}

.b-height-30 {
    height: 30px;
}

.b-height-35 {
    height: 35px;
}

.b-height-42 {
    height: 42px;
}

.b-height-45 {
    height: 45px;
}

.b-height-50 {
    height: 50px;
}

.l-height-15 {
    line-height: 15px;
}

.l-height-18 {
    line-height: 18px;
}

.l-height-20 {
    line-height: 20px;
}

.l-height-22 {
    line-height: 22px;
}

.l-height-29 {
    line-height: 29px;
}

.l-height-30 {
    line-height: 30px;
}

.l-height-35 {
    line-height: 35px;
}

.l-height-42 {
    line-height: 42px;
}

.l-height-45 {
    line-height: 45px;
}

.l-height-50 {
    line-height: 50px;
}

.height-100percent {
    height: 100%;
}

.height-50percent {
    height: 50%;
}

.height-35percent {
    height: 35%;
}

.height-40percent {
    height: 40%;
}

.height-45percent {
    height: 45%;
}

.w-percent-80 {
    width: 80%;
}

.w-percent-100 {
    width: 100%;
}

.discount-color {
    color: #1e9601 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.icon-w-42 {
    width: 42px;
}

.mt-6 {
    margin-top: 3.2rem !important;
}

.height-auto {
    height: auto !important;
}

.white-tick {
    background-image: url(../img/icons/white-tick-icon.svg);
    background-position: 50%;
    background-repeat: no-repeat;
}

.contract-mobile {
    display: none;
}

.contract-desktop {
    display: block;
    cursor: pointer;
}

.tooltip-inner {
    white-space: pre;
    max-width: none;
}

.tooltip {
    display: block;
}

.tooltip .tooltip-inner {
    max-width: 300px;
    white-space: normal;
}

.badge {
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    padding: 0.3em 0.6em;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

@media only screen and (max-width: 768px) {
    .contract-mobile {
        display: block;
    }

    .contract-desktop {
        display: none;
    }
}

img.lazy-image {
    opacity: 0.1;
    will-change: opacity;
    transition: all 0.3s;
}

img.lazy-image.loaded {
    opacity: 1;
}

.page-header {
    background-image: url(../img/site/bulut-sunucu_1.jpg);
    background-attachment: fixed;
    width: 100%;
    margin: 0;
    padding: 0 0 3em;
    background-repeat: no-repeat;
    background-position: 50%;
    background-clip: content-box;
    background-size: cover;
}

.page-header .media {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.page-header .content {
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    padding: 60px 0;
    min-height: 292px;
}

.page-header .content .description {
    color: #ff8600;
    font-size: 24px;
}

.page-header .content .items {
    margin-top: 36px;
}

.page-header .content .items .item .rib-title {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    height: 50px;
    align-items: center;
    text-align: center;
}

.page-header .title {
    color: #fff;
    font-size: 40px;
}

.page-header.only-text {
    padding-bottom: 0;
}

.page-header.only-text .content {
    flex-flow: column;
    justify-content: left;
    align-items: left;
}

.page-header .header-category-img {
    height: 40px;
}

.page-header .header-category-img.img__logo {
    width: 67px;
    height: auto;
    margin: auto !important;
}

.enterprise .page-header .detail .content .description {
    color: #fff;
    font-size: 18px;
}

@media only screen and (max-width: 768px) {
    .cloud .table-view {
        padding: 0 8px;
    }
}

.elastic-tabs {
    position: relative;
    border-bottom: none !important;
    margin: 32px 0;
    float: left;
}

.elastic-tabs .nav-link {
    padding: 10px 20px;
    transition-duration: 0.6s;
    position: relative;
    z-index: 1;
    background-color: transparent !important;
    border: 1px solid !important;
    border-radius: 50px;
    margin: 0 8px;
    color: #1c2028;
}

.elastic-tabs .nav-link.active {
    color: #fff;
    border-color: transparent !important;
}

.elastic-tabs .nav-link.active svg {
    fill: #fff;
}

.elastic-tabs .nav-link.active path {
    fill: #fff !important;
}

.elastic-tabs .nav-link img,
.elastic-tabs .nav-link svg {
    height: 20px;
    width: auto;
}

.elastic-tabs .selector {
    height: 46px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 50px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background: #05abe0;
    background: linear-gradient(45deg, #303e75, #303e75);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#303e75", endColorstr="#303e75", GradientType=1);
}

.elastic-tabs__title {
    font-size: 2em;
}

.elastic-tabs__description {
    font-size: 1.2em;
}

.tab-pane-package {
    margin-top: 24px;
}

@media only screen and (max-width: 768px) {
    .elastic-tabs .selector {
        display: none;
    }

    .elastic-tabs .nav-item {
        width: 50%;
        margin-bottom: 8px;
    }

    .elastic-tabs .nav-link {
        width: 100%;
        font-size: 12px;
        margin: 0;
        padding: 10px;
    }

    .elastic-tabs .nav-link.active {
        background: #05abe0;
        background: linear-gradient(45deg, #303e75, #303e75);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#303e75", endColorstr="#303e75", GradientType=1);
    }

    .elastic-tabs .nav-link svg {
        display: none;
    }
}

.package.single {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    border-bottom: 12px solid #016186;
}

.package.single .star {
    top: -40px;
    right: -20px;
    position: absolute;
    padding: 16px;
    transform: rotate(20deg);
}

.package.single .star.orange {
    top: -20px;
    right: -10px;
}

.package.single .media {
    margin-bottom: 1em;
    color: #ff8600;
    float: left;
    display: block;
    text-align: center;
}

.package.single .media i.vrg-icon {
    font-size: 28px;
}

.package.single .media img {
    height: 50px;
    width: auto;
}

.package.single .title {
    color: #2e343e;
    font-size: 1.3em;
    letter-spacing: -0.3px;
    margin-bottom: 0.25em;
    text-align: center;
}

.package.single .description {
    color: #2e343e;
    font-size: 0.75em;
    margin-bottom: 0;
    padding-left: 10px;
    text-align: center;
}

.package.single .price-block {
    margin-bottom: 0.5em;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}

.package.single .price-block .old {
    color: #8c99b2;
    font-size: 15px;
    display: flex;
    position: relative;
    text-decoration: none;
    height: 24px;
    margin-right: 10px;
    font-weight: 700;
}

.package.single .price-block .old:before {
    content: "";
    width: 70%;
    position: absolute;
    left: 0;
    top: 50%;
    border-bottom: 1px solid #8c99b2;
    transform: skewY(-10deg);
}

.package.single .price-block .new {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.package.single .price-block .new .content {
    color: #2e343e;
    font-size: 46px;
    display: flex;
    flex-flow: row;
    position: relative;
    min-height: auto;
}

.package.single .price-block .new .content sub {
    color: #2e343e;
    font-size: 14px;
    bottom: 0;
    top: 50px;
    right: 28px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: absolute;
}

.package.single .price-block .new .content sup {
    color: #2e343e;
    font-size: 28px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: flex;
}

.package.single .price-block .new .discount {
    margin-top: -14px;
    display: none;
}

.package.single .price-block .new .discount .label {
    border-radius: 2px;
    background-color: #17aa17;
    color: #fff;
    font-size: 0.8em;
    padding: 0.3em;
    text-align: center;
}

.package.single .price-block .tooltip-info {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #8c99b2;
    font-weight: 600;
    cursor: pointer;
    margin-top: -8px;
}

.package.single .price-block .tooltip-info i {
    font-size: 14px;
    padding-right: 4px;
}

.package.single .btn {
    margin: 1em auto;
    width: inherit;
    min-width: 80%;
    padding: 4px 8px !important;
    min-height: auto;
}

.package.single .btn .fa-shopping-cart {
    margin-right: 0.5rem;
}

.package.single .btn .btn-right-arrow {
    display: none;
}

.package.single .btn div {
    margin: auto;
}

.package.single .features {
    color: #2e343e;
    font-size: 15px;
    line-height: 2em;
}

.package.single .features .item {
    margin-bottom: 0;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 16px;
}

.package.single .features .item b {
    margin-right: 6px;
}

.package.single .features .item i.info {
    margin-left: 4px;
}

.package.single .features .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.package.single .features .item img {
    height: auto;
    max-width: 140px;
    margin-right: 8px;
}

.package.single .features .item__media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.package.single .features .item .primary {
    color: #06aeef;
}

.package.single .features .item .small {
    font-size: 12px;
}

.package.single.disable-overflow {
    overflow: inherit !important;
}

.package.single.active {
    z-index: 99 !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important;
}

.package.single.active .description {
    background-color: #fff;
}

.package.single .btn.btn-primary:hover {
    color: #fff;
}

.package .new-year-img {
    width: 150px;
    top: -45px;
    right: 10px;
    position: absolute;
}

.package .absolute-img {
    height: 108px;
    top: -40px;
    right: 10px;
    position: absolute;
    display: none;
}

.package .sticky-top-right {
    position: absolute;
    right: 10px;
    top: 4px;
    height: 70px;
    width: auto;
}

.package .sticky-top-left {
    position: absolute;
    left: 2px;
    top: 12px;
    height: 70px;
    width: auto;
}

.packages.three {
    margin-right: 0 !important;
}

.packages.three .package {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    width: 33.33333% !important;
}

.packages.three .package.active {
    overflow: inherit;
}

.packages.three .package:nth-child(3) {
    top: 0 !important;
    padding: 30px 20px !important;
}

.hosting .package.single {
    overflow: inherit;
}

.packages {
    margin: 0 -5px 8px -10px;
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: normal;
    align-self: center;
}

.packages:after {
    clear: both;
}

.packages .content {
    min-height: auto;
}

.packages .package {
    width: 25%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    float: left;
}

.packages .package .media {
    margin-bottom: 16px;
    flex: none;
}

.packages .package .media img {
    height: 35px;
}

.packages .package .content {
    padding: 0 !important;
}

.packages .package .content sup {
    top: -5px;
}

.packages .package:first-child {
    z-index: 1;
    left: 10px;
}

.packages .package:nth-child(2) {
    z-index: 2;
    left: 5px;
    top: -10px;
    padding: 40px 20px;
}

.packages .package:nth-child(3) {
    top: -20px;
    padding: 50px 20px;
}

.packages .package:nth-child(4) {
    z-index: 4;
    top: -10px;
    padding: 40px 20px;
    right: 5px;
}

.packages .package.active .old {
    color: #8c99b2;
}

.packages .package.active .check {
    color: #17aa17;
    font-size: 1em;
    margin-right: 0.5em;
}

@media only screen and (max-width: 1199px) {
    .package.single .price-block .new {
        flex-flow: wrap;
    }

    .package.single .price-block .new .content {
        width: 100%;
    }

    .hosting .sub-description span.mr-2 {
        display: flex;
        align-items: center;
        flex-flow: wrap;
    }

    .hosting .sub-description span.mr-2 i {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 991px) {
    .package.single .price-block {
        display: flex;
        align-items: center;
    }

    .package.single .price-block .old {
        margin-bottom: 0;
        margin-right: 8px;
        min-width: 62px;
        text-align: center;
    }

    .package.single .price-block .new .content {
        width: auto;
        font-size: 46px;
    }

    .package.single .price-block .new .content sub {
        font-size: 12px;
        top: 48px !important;
        right: 14px;
    }

    .package.single .price-block .new .content sup {
        font-size: 24px;
        top: -5px !important;
        left: 5px !important;
    }

    .package.single .price-block .new .discount {
        margin-top: 0;
    }

    .home-packages .package.single .price-block .new .content sub {
        font-size: 12px;
        top: 33px !important;
    }

    .home-packages .package.single .price-block .new .content sup {
        font-size: 15px;
        top: 22px !important;
        left: -14px;
    }

    .packages {
        flex-flow: wrap;
    }

    .packages .package {
        width: 48% !important;
        height: 100% !important;
        min-height: 450px !important;
        margin: 4px;
        left: 0 !important;
        top: 0 !important;
        padding: 15px 10px !important;
    }
}

@media only screen and (max-width: 768px) {
    .package.single {
        padding: 16px;
        padding-bottom: 0 !important;
        margin-bottom: 16px !important;
        width: 100% !important;
    }

    .package.single .price-block {
        flex-flow: wrap;
        margin-bottom: 0;
    }

    .package.single .price-block .new .content sup {
        top: -8px !important;
    }

    .package.single .price-block .new i.info,
    .package.single .price-block .tooltip-info {
        margin-top: 0;
    }

    .package.single .features {
        font-size: 14px;
    }

    .package.single .media {
        height: 32px;
        margin-bottom: 0;
    }

    .package.single .media img {
        height: 32px;
    }

    .package.single .absolute-img {
        height: 90px;
        top: -23px;
    }

    .package.single .sticky-top-right {
        top: -30px;
    }

    .package.single .btn {
        margin-bottom: 0;
    }

    .packages .package.single .media {
        height: 32px;
    }

    .packages.three .package {
        width: 100% !important;
    }

    .packages.three .package .price-block .new .content sup {
        top: 27px !important;
    }
}

.cloud-list .cloud-list-row {
    display: flex;
    width: 100%;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    color: #2e343e;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0;
    border: 2px solid #ebebeb;
    border-radius: 5px;
    background-color: #fff;
    transition: box-shadow 0.3s;
    position: relative;
}

.cloud-list .cloud-list-row:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

.cloud-list .cloud-list-row .product-filter {
    position: absolute;
    top: -45px;
    border: 1px solid #ebebeb;
    font-size: 12px;
    padding: 0 4px;
    background: #fff;
    border-radius: 5px;
}

.cloud-list .cloud-list-row .product-description {
    position: absolute;
    bottom: -30px;
    font-size: 10px;
    font-weight: 700;
    left: 8px;
    color: #579add;
}

.cloud-list .cloud-list-row.caption {
    background: #464646 !important;
    color: #fff !important;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    font-size: 16px;
    background: 0 0;
    border: none !important;
}

.cloud-list .cloud-list-row.caption .cloud-list-col {
    color: #fff !important;
}

.cloud-list .cloud-list-row.caption .cloud-list-col:first-child {
    padding-left: 60px;
}

.cloud-list .cloud-list-row .cloud-list-col:first-child {
    display: flex;
    align-items: center;
    flex-flow: nowrap;
    justify-content: flex-start;
    width: 220px;
}

.cloud-list .cloud-list-row .cloud-list-col:first-child .name {
    text-align: left;
    width: 170px;
    color: #2e343e;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.cloud-list .cloud-list-row .cloud-list-col {
    width: calc((100% - 530px) / 5);
    text-align: center;
    position: relative;
}

.cloud-list .cloud-list-row .cloud-list-col p {
    margin-bottom: 0 !important;
}

.cloud-list .cloud-list-row .cloud-list-col .free-option {
    background: #247ea0;
    font-size: 12px;
    color: #fff;
    border-radius: 10px;
}

.cloud-list .cloud-list-row .cloud-list-col .media-content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 55px;
}

.cloud-list .cloud-list-row .cloud-list-col .media-content img {
    margin-right: 4px;
}

.cloud-list .cloud-list-row .cloud-list-col .discount-lamb {
    color: #17aa17;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    left: 20px;
    top: 10px;
    line-height: 13px;
    font-size: 10px;
    text-align: center;
}

.cloud-list .cloud-list-row .cloud-list-col .discount-lamb b {
    font-size: 14px;
}

.cloud-list .cloud-list-row .cloud-list-col .mobile-caption {
    display: none;
    width: 100%;
    color: #8c99b2;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-bottom: 8px;
}

.cloud-list .cloud-list-row .cloud-list-col.disk {
    width: 125px;
}

.cloud-list .cloud-list-row .cloud-list-col.price {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    width: 180px;
}

.cloud-list .cloud-list-row .cloud-list-col.price .old {
    color: #8c99b2;
    font-size: 14px;
    display: table;
    position: relative;
    text-decoration: none;
    width: 80px;
    margin: 0 !important;
}

.cloud-list .cloud-list-row .cloud-list-col.price .old:before {
    content: "";
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    border-bottom: 1px solid #8c99b2;
    transform: skewY(-10deg);
}

.cloud-list .cloud-list-row .cloud-list-col.price .new {
    color: #2e343e !important;
    font-size: 20px;
}

.cloud-list .cloud-list-row .cloud-list-col.price .new span {
    color: #8c99b2;
    font-size: 14px;
}

.cloud-list .cloud-list-row .cloud-list-col.price .new sup {
    top: -8px;
}

.cloud-list .cloud-list-row .cloud-list-col.price .new sup span {
    color: #2e343e !important;
    font-size: 16px;
}

.cloud-list .cloud-list-row .cloud-list-col.go .btn {
    min-width: auto;
    background-color: #ffa345;
    margin-top: 4px;
    color: white;
}

.cloud-list .cloud-list-row .cloud-list-col.go .btn i {
    font-size: 14px;
    font-weight: 700;
}

.cloud-list .cloud-list-row .cloud-list-col.go .btn span {
    line-height: 14px !important;
    margin: 0 4px !important;
}

.cloud-list .cloud-list-row .cloud-list-col .discount {
    margin-top: 8px;
}

.cloud-list .cloud-list-row__cloud .cloud-list-col:first-child {
    width: 200px;
}

.cloud-list .cloud-list-row__cloud .cloud-list-col:first-child .name {
    font-weight: 400;
}

.cloud-list .cloud-list-row__cloud .cloud-list-col {
    width: calc((100% - 605px) / 5);
}

.cloud-list .cloud-list-row__cloud .cloud-list-col.disk {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cloud-list .cloud-list-row__cloud .cloud-list-col.disk i {
    position: absolute;
    right: 0;
}

.cloud-list .cloud-list-row__cloud .cloud-list-col.traffic {
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cloud-list .cloud-list-row__cloud .cloud-list-col.traffic i {
    margin-left: 10px;
}

.cloud-list .cloud-list-row__cloud .cloud-list-col span {
    font-weight: 700 !important;
    color: #000000b3;
}

.cloud-list .cloud-list-row__cloud .cloud-list-col p {
    color: #8c99b2;
    font-size: 13px;
}

.cloud-list .cloud-list-row__cloud .cloud-list-col .medias {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cloud-list .cloud-list-row__cloud .cloud-list-col .medias img {
    height: auto;
    margin: 0 4px;
}

.cloud-list .cloud-list-row__cloud .cloud-list-col.price {
    width: 165px !important;
}

.cloud-list .cloud-list-row__cloud .cloud-list-col.price p {
    font-size: 12px;
    font-weight: 600 !important;
}

.cloud-list .cloud-list-row__cloud .cloud-list-col.price p i {
    cursor: pointer;
}

.cloud-list .cloud-list-row__cloud .cloud-list-col.price .old {
    width: auto !important;
}

.cloud-list .cloud-list-row__cloud .cloud-list-col.go {

    width: 200px;

}

.cloud-list .cloud-list-row__cloud .cloud-list-col.go.open .price-periods {
    max-height: 313px;
    top: -80%;
}

.cloud-list .cloud-list-row__cloud .cloud-list-col .list-detail {
    color: #8c99b2;
    cursor: pointer;
}

.cloud-list .cloud-list-row__cloud .cloud-list-col .price-periods {
    color: #212529;
    display: block !important;
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s ease-in;
    background: #fff;
    border: 0;
    right: 0;
    width: 400px;
    border-radius: 2px;
    z-index: 99999;
    font-size: 13px;
    text-align: center;
    top: 32px;
    position: absolute;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.cloud-list .cloud-list-row__cloud .cloud-list-col .price-periods .close {
    font-size: 20px;
    display: none;
}

.cloud-list .cloud-list-row__cloud .cloud-list-col .price-periods .period-header {
    background-color: #2090e8;
    color: #fff;
}

.cloud-list .cloud-list-row__cloud .cloud-list-col .price-periods .period-footer {
    background-color: #2090e8;
    color: #fff;
    padding: 4px;
    font-size: 12px;
}

.cloud-list .cloud-list-row__cloud .cloud-list-col .price-periods .list {
    display: flex;
    align-items: center;
    padding: 10px 4px;
}

.cloud-list .cloud-list-row__cloud .cloud-list-col .price-periods .list .item {
    width: 33%;
    text-align: center;
}

.cloud-list .cloud-list-row__cloud .cloud-list-col .price-periods .price {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cloud-list .cloud-list-row__cloud .cloud-list-col .price-periods .price del {
    font-size: 13px;
    margin-right: 8px;
    color: #8c99b2;
    display: flex;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.cloud-list .cloud-list-row__cloud .cloud-list-col .price-periods .price del:before {
    content: "";
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    border-bottom: 1px solid #8c99b2;
    transform: skewY(-10deg);
}

.cloud-list .cloud-list-row__cloud .cloud-list-col .price-periods .price .new {
    color: #3023ae;
    font-size: 13px;
}

.cloud-list .cloud-list-row__cloud .cloud-list-col .media-content .header-category-img {
    height: 20px;
    width: auto;
}

.cloud-list .cloud-list-row:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.cloud-list .cloud-list-row:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .cloud-list .cloud-list-row .cloud-list-col.go .btn {
        padding: 0 6px;
    }

    .cloud-list .cloud-list-row .cloud-list-col.go .btn i {
        display: none;
    }

    .cloud-list .cloud-list-row__cloud .cloud-list-col.price .fs-45 {
        font-size: 32px;
    }

    .cloud-list .cloud-list-row__cloud .cloud-list-col.price .fs-104percent-important {
        font-size: 85% !important;
    }
}

@media only screen and (max-width: 991px) {
    .cloud-list .cloud-list-row {
        align-items: flex-start !important;
    }

    .cloud-list .cloud-list-row.caption,
    .cloud-list .cloud-list-row .product-description,
    .cloud-list .cloud-list-row .product-filter {
        display: none;
    }

    .cloud-list .cloud-list-row .cloud-list-col:first-child {
        width: 100% !important;
        flex-flow: wrap !important;
    }

    .cloud-list .cloud-list-row .cloud-list-col {
        width: 16.66667% !important;
        margin-bottom: 8px;
        text-align: left !important;
    }

    .cloud-list .cloud-list-row .cloud-list-col .discount-lamb {
        left: 18px;
        top: 41px !important;
    }

    .cloud-list .cloud-list-row .cloud-list-col .mobile-caption {
        display: flex !important;
    }

    .cloud-list .cloud-list-row .cloud-list-col .old {
        margin-right: 16px !important;
    }

    .cloud-list .cloud-list-row .cloud-list-col.go,
    .cloud-list .cloud-list-row .cloud-list-col.price {
        width: 50% !important;
    }

    .cloud-list .cloud-list-row .cloud-list-col.price {
        justify-content: flex-start !important;
    }

    .cloud-list .cloud-list-row .cloud-list-col.price .mobile-caption {
        display: none !important;
    }

    .cloud-list .cloud-list-row__cloud .cloud-list-col.price p {
        margin-bottom: 0;
        padding-left: 16px;
    }

    .cloud-list .cloud-list-row__cloud .cloud-list-col .medias {
        justify-content: flex-start !important;
    }

    .cloud-list .cloud-list-row__cloud .cloud-list-col.go {
        justify-content: flex-start !important;
        padding-top: 28px;
    }

    .cloud-list .cloud-list-row__cloud .cloud-list-col.go .list-detail {
        margin-right: 16px;
    }

    .cloud-list .cloud-list-row__cloud .cloud-list-col .price-periods .close {
        display: block !important;
    }
}

@media only screen and (max-width: 768px) {
    .cloud-list .cloud-list-row {
        margin-bottom: 4px;
    }

    .cloud-list .cloud-list-row .cloud-list-col:first-child,
    .cloud-list .cloud-list-row .cloud-list-col:nth-child(6) {
        width: 100% !important;
    }

    .cloud-list .cloud-list-row__cloud .cloud-list-col:nth-child(6) {
        width: 50% !important;
    }

    .cloud-list .cloud-list-row__cloud .cloud-list-col.disk,
    .cloud-list .cloud-list-row__cloud .cloud-list-col.traffic {
        justify-content: start !important;
    }

    .cloud-list .cloud-list-row .cloud-list-col {
        width: 50% !important;
        border-bottom: 1px solid #e8e7e7;
        font-size: 12px;
        min-height: 55px;
    }

    .cloud-list .cloud-list-row .cloud-list-col .mobile-caption {
        margin-bottom: 0 !important;
    }

    .cloud-list .cloud-list-row .cloud-list-col p {
        margin-bottom: 0;
    }

    .cloud-list .cloud-list-row .cloud-list-col .discount-lamb {
        left: 18px;
        top: 60px !important;
    }

    .cloud-list .cloud-list-row .cloud-list-col.price {
        width: 100% !important;
        justify-content: center !important;
    }

    .cloud-list .cloud-list-row .cloud-list-col.price .mobile-caption {
        display: none !important;
    }

    .cloud-list .cloud-list-row .cloud-list-col.price .new {
        flex-flow: nowrap !important;
    }

    .cloud-list .cloud-list-row .cloud-list-col.price .new .month {
        left: 3px !important;
    }

    .cloud-list .cloud-list-row .cloud-list-col.go {
        margin: 0 !important;
        padding: 0 !important;
    }

    .cloud-list .cloud-list-row .cloud-list-col b {
        font-size: 15px;
    }

    .cloud-list .cloud-list-row .cloud-list-col .discount {
        margin-left: 16px;
    }

    .cloud-list .cloud-list-row .cloud-list-col.go {
        width: 100% !important;
        border-bottom: none;
    }

    .cloud-list .cloud-list-row .cloud-list-col.go a {
        width: 100% !important;
    }
}

@media only screen and (max-width: 425px) {
    .cloud-list .cloud-list-row__cloud .cloud-list-col {
        cursor: pointer;
    }

    .cloud-list .cloud-list-row__cloud .cloud-list-col .list-detail {
        display: none !important;
    }
}

.features .title {
    color: #2e343e;
    font-size: 28px;
    margin-bottom: 40px;
}

.features .sub-title {
    color: #2e343e;
    font-size: 20px;
}

.features .header {
    margin-bottom: 40px;
    display: flex;
}

.features .header .vrg-icon {
    color: #afbdd4;
    font-size: 40px;
}

.features .header img {
    width: 40px;
    margin-right: 20px;
}

.features .header .content {
    color: #ff8600;
    font-size: 20px;
    line-height: 1;
}

.features .header .content .sub {
    font-size: 20px;
    color: #2e343e;
    line-height: 30px;
}

.features ul.feature-list {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

.features ul.feature-list li {
    list-style-type: none;
    margin-bottom: 8px;
    font-size: 1em;
}

.features ul.feature-list li .caption {
    width: 160px;
    float: left;
}

.features.images-in-office img {
    width: 100%;
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
}

.features.info {
    color: #2e343e;
}

.features.documents .header {
    flex-flow: column;
    background-color: #f1f3f7;
    padding: 16px;
    align-items: flex-start;
    cursor: pointer;
    border-radius: 4px;
}

.features.documents .header i.vrg-icon.circle {
    font-size: 24px;
    margin-bottom: 16px;
}

.features.documents .header p {
    color: #2e343e;
}

.features.documents .header:hover {
    background-color: #ff8600;
}

.features.documents .header:hover i,
.features.documents .header:hover p {
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .features .title {
        font-size: 22px;
    }

    .features .header img {
        width: 40px;
    }

    .features .header .content,
    .features .header .content .sub {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .features .header {
        margin-bottom: 10px;
    }

    .features .header img {
        width: 32px;
    }

    .features .header .content {
        font-size: 14px;
    }

    .features .header .content .sub {
        font-size: 14px;
        line-height: 18px;
    }

    .features.images-in-office,
    .features.referencesSection {
        display: none;
    }
}

.responsive-comparison-table .table-tab .nav-tabs {
    border-bottom: none;
    margin-bottom: 60px;
    margin-left: 330px;
}

.responsive-comparison-table .table-tab .nav-tabs .nav-link {
    border: transparent;
    color: #2e343e;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 2px solid #fff;
    font-family: Roboto, sans-serif;
    transition: right 0.4s ease-in-out;
    background-color: #d7dce7;
    margin-left: 6px;
    border-radius: 0.25rem;
}

.responsive-comparison-table .table-tab .nav-tabs .nav-link.active,
.responsive-comparison-table .table-tab .nav-tabs .nav-link.active:focus,
.responsive-comparison-table .table-tab .nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #ff8600;
}

.responsive-comparison-table article {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.responsive-comparison-table article ul {
    display: flex;
    top: 0;
    z-index: 10;
    padding: 0;
    margin: 0;
}

.responsive-comparison-table article ul li {
    list-style: none;
    flex: 1;
    width: 25%;
    border-left: 1px solid #afbdd4;
}

.responsive-comparison-table article ul li.first {
    border-left: none;
}

.responsive-comparison-table article ul li.active button {
    background: #f1f3f7;
    color: #000;
}

.responsive-comparison-table article button {
    border: none;
    width: 100%;
    padding: 10px 4px;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 60px;
    color: #2e343e;
}

.responsive-comparison-table article .see-other-tld {
    text-align: center;
    margin: 16px 0;
}

.responsive-comparison-table article .see-other-tld span {
    cursor: pointer;
    color: #2e343e;
    font-size: 13px;
}

.responsive-comparison-table article table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    background: #fff;
}

.responsive-comparison-table article table .old-price {
    color: #b0bdd5;
    margin-right: 8px;
}

.responsive-comparison-table article table tr:nth-child(odd) td {
    background-color: #f1f3f7;
}

.responsive-comparison-table article table tr th {
    display: none;
    color: #2e343e;
    font-size: 20px;
    height: 70px;
    text-align: center;
    vertical-align: middle;
}

.responsive-comparison-table article table tr th:nth-child(2),
.responsive-comparison-table article table tr th:nth-child(3),
.responsive-comparison-table article table tr th:nth-child(4),
.responsive-comparison-table article table tr th:nth-child(5) {
    border-left: 2px solid #afbdd4;
}

.responsive-comparison-table article table tr th:first-child {
    text-align: left;
}

.responsive-comparison-table article table tr th.default-th {
    border-left: 3px solid #ff8600;
    border-right: 3px solid #ff8600;
    border-top: 3px solid #ff8600;
}

.responsive-comparison-table article table tr td,
.responsive-comparison-table article table tr th {
    text-align: left;
}

.responsive-comparison-table article table tr td+td,
.responsive-comparison-table article table tr th+th {
    text-align: center;
    display: none;
}

.responsive-comparison-table article table tr td {
    color: #2e343e;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    padding: 0.2em;
    line-height: 40px !important;
}

.responsive-comparison-table article table tr td .items {
    justify-content: space-between;
    padding: 0 8px;
}

.responsive-comparison-table article table tr td .items .item {
    margin-right: 16px;
}

.responsive-comparison-table article table tr td .items .item:first-child {
    text-align: left;
}

.responsive-comparison-table article table tr td.default {
    display: table-cell;
}

.responsive-comparison-table article table tr td.caption {
    text-align: left !important;
    padding-left: 4px;
    font-weight: 700;
    line-height: 40px;
}

.responsive-comparison-table article table tr td.caption.text-right {
    text-align: right !important;
    padding-right: 16px;
}

.responsive-comparison-table article table tr td .vrg-icon {
    color: #17aa17;
    font-size: 20px;
}

.responsive-comparison-table article table tr td:nth-child(2),
.responsive-comparison-table article table tr td:nth-child(3),
.responsive-comparison-table article table tr td:nth-child(5) {
    border-left: 2px solid #afbdd4;
}

.responsive-comparison-table article table tr td.default {
    border-left: 3px solid #ff8600 !important;
    border-right: 3px solid #ff8600 !important;
}

.responsive-comparison-table article table tr.on-hidden td {
    padding: 0;
}

.responsive-comparison-table article table tr.on-hidden td div {
    max-height: 0;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    transition: max-height 0.3s, padding 0.3s;
}

.responsive-comparison-table article table tr.active td div {
    max-height: 46px;
    padding: 0.2em;
    transition: max-height 0.6s, padding 0.6s;
}

.responsive-comparison-table article table tfoot td {
    text-align: center;
    padding: 1em;
    vertical-align: middle;
    height: 160px;
    background-color: transparent !important;
}

.responsive-comparison-table article table tfoot td .price {
    font-size: 10px;
    min-height: 75px;
    justify-content: center;
    flex-flow: wrap;
    display: flex;
    color: #3023ae;
    overflow: hidden;
    line-height: 2;
}

.responsive-comparison-table article table tfoot td .price .integer {
    font-size: 3.5em;
    line-height: 0.82;
}

.responsive-comparison-table article table tfoot td .price .old-area {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.responsive-comparison-table article table tfoot td .price .old-area span.old {
    justify-content: center;
    font-size: 16px;
    color: #8c99b2;
    margin-bottom: 8px;
    height: 16px;
    display: table;
    position: relative;
    text-decoration: none;
}

.responsive-comparison-table article table tfoot td .price .old-area span.old:before {
    content: "";
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    border-bottom: 1px solid #8c99b2;
    transform: skewY(-10deg);
}

.responsive-comparison-table article table tfoot td .btn {
    margin-top: 20px;
    width: 100%;
}

.responsive-comparison-table article table tfoot td.default-foot {
    border-bottom: 3px solid #ff8600;
}

.responsive-comparison-table article table.three tr th:nth-child(4) {
    border-left: none;
    border-right: none;
    border-top: none;
}

.responsive-comparison-table article table.three tr th.default-th {
    border-left: 3px solid #ff8600;
    border-right: 3px solid #ff8600;
    border-top: 3px solid #ff8600;
}

.responsive-comparison-table article table.three tr td:nth-child(3),
.responsive-comparison-table article table.three tr td:nth-child(4) {
    border-left: 3px solid #ff8600;
}

.responsive-comparison-table article table.three tfoot td:nth-child(4) {
    border-bottom: none;
}

.responsive-comparison-table article table.three tfoot td.default-foot {
    border-bottom: 3px solid #ff8600;
}

.responsive-comparison-table article table.default th:nth-child(2),
.responsive-comparison-table article table.default th:nth-child(3),
.responsive-comparison-table article table.default th:nth-child(4),
.responsive-comparison-table article table.default th:nth-child(5) {
    border-left: 2px solid #afbdd4 !important;
    border-top: none !important;
    border-right: none !important;
}

.responsive-comparison-table article table.default td:nth-child(2),
.responsive-comparison-table article table.default td:nth-child(3),
.responsive-comparison-table article table.default td:nth-child(4),
.responsive-comparison-table article table.default td:nth-child(5) {
    border-left: 2px solid #afbdd4 !important;
}

.responsive-comparison-table article table.default td.default {
    border-right: 2px solid #afbdd4 !important;
}

.responsive-comparison-table article .hide {
    border: 0;
    background: 0 0;
}

@media (min-width: 991px) {
    .responsive-comparison-table article ul {
        display: none;
    }

    .responsive-comparison-table article table td,
    .responsive-comparison-table article table th {
        display: table-cell !important;
        width: 330px;
    }

    .responsive-comparison-table article table td+td,
    .responsive-comparison-table article table th+th {
        width: auto;
    }
}

@media only screen and (max-width: 991px) {

    .responsive-comparison-table article table tr td.default,
    .responsive-comparison-table article td:nth-child(2),
    .responsive-comparison-table article td:nth-child(3),
    .responsive-comparison-table article td:nth-child(4),
    .responsive-comparison-table article td:nth-child(5) {
        border-bottom: none !important;
        border-left: 1px solid #afbdd4 !important;
        border-right: 0 solid #afbdd4 !important;
    }
}

.responsive-comparison-table .info__black {
    font-size: 14px !important;
    color: #2e343e !important;
}

@media only screen and (max-width: 991px) {
    .responsive-comparison-table .table-tab .nav-tabs {
        margin-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .responsive-comparison-table .table-tab .nav-tabs {
        margin-bottom: 16px;
    }

    .responsive-comparison-table .table-tab .nav-tabs .nav-link {
        margin-left: 1px;
        font-size: 12px;
        padding: 0.5rem 0.4rem;
    }

    .responsive-comparison-table .items .item {
        margin-right: 0;
        width: 100%;
        line-height: 24px !important;
        text-align: left;
    }

    .responsive-comparison-table article table tr td.caption {
        font-size: 13px;
        line-height: 16px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .responsive-comparison-table article table tr th {
        font-size: 16px;
    }

    .responsive-comparison-table article button {
        min-height: auto;
        height: 100%;
    }

    .responsive-comparison-table article button.btn-icon-right i {
        color: #fff !important;
    }
}

@media only screen and (max-width: 991px) {
    .responsive-comparison-table--content {
        padding: 44px 0;
    }

    .responsive-comparison-table--content.popular table tbody tr td {
        display: none !important;
    }

    .responsive-comparison-table--content.popular table tbody tr td.caption,
    .responsive-comparison-table--content.popular table tbody tr td.default {
        display: table-cell !important;
    }
}

@media only screen and (max-width: 768px) {
    .responsive-comparison-table article table tr td .items {
        flex-flow: wrap;
    }

    .responsive-comparison-table article table tr td .items .badge {
        display: none;
    }
}

.block .media {
    text-align: center;
}

.block .media img {
    margin: auto;
    width: 320px;
}

.block .contain {
    float: left;
    margin-top: 0;
}

.block .contain .title {
    color: #2e343e;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 16px;
    float: left;
    width: 100%;
}

.block .contain p {
    color: #2e343e;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.block .feature {
    padding: 16px 0;
}

.block .feature__title {
    color: #2e343e;
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: 500;
}

.block .feature__category {
    padding: 0 8px;
    display: flex;
    align-items: center;
}

.block .feature__category-content {
    width: 90%;
    padding-left: 0;
}

.block .feature__category-item {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 1px solid #d7dce7;
    font-weight: 500;
}

.block .feature__category-item:last-child {
    border-bottom: none;
}

.block .feature__category-item img {
    width: 30px;
    height: auto;
}

.block .feature__category-price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 95px;
}

.block .feature__category-price .old-price {
    color: #2e343e;
    font-size: 12px;
    margin-top: -4px;
    margin-right: 16px;
}

.block .feature__category-price .new-price {
    color: #ff8600;
}

.block .feature__category-price .new-price sup {
    top: 0;
}

.block .feature__category-price .new-price sub {
    bottom: 4px;
}

.block .feature__bio {
    background-color: #f5fbff;
    padding: 16px;
}

.block .feature__bio-title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.block .feature__bio-item {
    list-style-type: none;
    font-size: 16px;
    margin-bottom: 8px;
    width: 49%;
}

.block .feature__bio-item span {
    font-weight: 700;
    width: 100%;
    float: left;
}

.block .feature__bio-item span i {
    color: #17aa17;
}

@media only screen and (max-width: 768px) {
    .block .contain {
        margin-top: 8px;
    }

    .block .contain p {
        font-size: 14px;
        line-height: 26px;
    }

    .block .contain .title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .block .media img {
        display: none;
        width: 100%;
        height: 100px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .block .mb-5 {
        margin-bottom: 8px !important;
    }
}

.slogan .content {
    background-image: url(../img/slogans-bg.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 4px;
    padding: 25px;
}

.slogan .content .content {
    background-image: none;
}

.slogan .content .header {
    color: #fff;
    display: flex;
}

.slogan .content .header i {
    font-size: 40px;
    margin-right: 20px;
}

.slogan .content .header img {
    width: 40px;
    margin-right: 16px;
}

.slogan .content .header .media img {
    width: 40px;
    height: auto;
    margin-bottom: 20px;
}

.slogan .content .header .content {
    font-size: 20px;
    padding: 0;
}

.slogan .content .header .content .sub {
    color: #d7dce7;
    font-size: 16px;
}

.slogan .content .items {
    margin-top: 10px;
}

.slogan .content .items .item del {
    color: #8c99b2;
    font-size: 16px;
    text-decoration: line-through;
}

.slogan .content .items .item .price {
    color: #fff;
    font-size: 32px;
    display: flex;
    align-items: baseline;
}

.slogan .content .items .item .price.free {
    font-size: 24px;
}

.slogan .content .items .item .price .float-and-text {
    display: flex;
    font-size: 15px;
}

@media only screen and (max-width: 768px) {
    .slogan {
        padding: 16px 0 !important;
    }

    .slogan .content {
        background-image: none;
        background-color: #3c4452;
    }

    .slogan .content .header {
        flex-flow: wrap;
    }

    .slogan .content .header .content {
        width: 100%;
    }

    .slogan .content .items {
        justify-content: flex-start !important;
    }
}

.custom-collapse .card {
    border-radius: 0;
    border: 0;
    background-color: #fdfdfd;
}

.custom-collapse .card-header {
    padding: 0 20px;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.custom-collapse .card-body {
    padding: 1.25rem;
}

.custom-collapse .title {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    text-decoration: none;
    color: #2e343e;
    font-weight: 500 !important;
    font-size: 16px;
    background: 0 0;
}

.section.text {
    padding: 1em 0 41px;
    background: #f1f3f7;
}

.section.text h2 {
    font-size: 32px;
    font-weight: 500;
    color: #2e343e;
    width: 100%;
    margin-bottom: 1em;
}

.section.text [class*="col-"] {
    display: flex;
}

.section.text .content {
    margin-bottom: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background-color: #fff;
    padding: 40px;
}

.section.text .content .title,
.section.text .content .title h5 {
    color: #2e343f;
    font-size: 20px;
    margin-bottom: 20px;
}

.section.text .content .description {
    color: #2e343e;
    font-size: 16px;
    line-height: 28px;
}

@media only screen and (max-width: 768px) {
    .custom-collapse .title {
        text-align: left;
        font-size: 14px;
        line-height: 24px;
    }
}

.contact .page-header {
    background-image: url(../img/contact-page-header.jpg);
    background-attachment: fixed;
    padding-bottom: 8px;
    background-size: cover;
}

.contact .page-header .row {
    width: 100%;
}

.contact .page-header .detail-text .small-sub-title {
    color: #ff8600;
    font-size: 1em;
}

.contact .page-header .detail-text .sub-title {
    font-size: 2em;
    color: #fff;
}

.contact .page-header form label {
    font-size: 0.875em;
    color: #fff;
}

.contact .page-header .form-group {
    float: left;
    margin-bottom: 1rem;
    padding-right: 5px;
    padding-left: 5px;
}

.contact .page-header .sub-title,
.contact .page-header .title {
    margin-bottom: 1em;
}

.contact .page-header .detail-text {
    padding-left: 2em;
}

.contact .page-header .detail-text .contact-list-item .items {
    margin-bottom: 1.5em;
}

.contact .page-header .detail-text .contact-list-item .items .item {
    margin-right: 0;
    width: auto !important;
    text-align: left !important;
    color: #fff;
    font-size: 1.25em;
}

.contact .page-header .detail-text .contact-list-item .items .item i {
    font-size: 1.8em;
    color: #17aa17;
    margin-right: 0.5em;
}

.contact .page-header .detail-text .contact-list-item .items .item .sub-item {
    color: #17aa17;
    font-size: 0.75em;
}

@media only screen and (max-width: 991px) {
    .contact .page-header {
        background-image: none;
        background-color: #090d16;
    }

    .contact .page-header .detail-text {
        display: none;
    }

    .contact .page-header .col-md-8 {
        max-width: 100%;
        flex: 100%;
    }
}

.slogans {
    background-image: url(../img/slogans-bg.png) !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    background-size: cover !important;
}

.slogans .content .title {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}

.slogans .content .description {
    color: #afbdd4;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}

.slogans .content .action a.btn {
    width: 150px;
    text-align: center;
    justify-content: center;
}

@media only screen and (max-width: 1199px) {
    .slogans .content .title {
        height: 72px;
    }

    .slogans .content .description {
        height: 168px;
    }
}

@media only screen and (max-width: 991px) {
    .slogans {
        background-image: none !important;
        background-color: #292d38;
    }
}

@media only screen and (max-width: 768px) {
    .slogans {
        display: none;
    }

    .slogans .content .description,
    .slogans .content .title {
        height: auto;
    }
}

.builder {
    background-image: url(../img/vps/vps-builder.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    color: #fff;
    padding: 60px 0;
}

.builder.builder-hosting {
    background-image: url(../img/hosting/web-hosting-banner.png);
}

.builder.builder-hosting ul li {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.builder.builder-hosting ul li img {
    height: 40px;
}

.builder.builder-hosting ul.height-automatic li img {
    height: auto;
    width: 150px;
}

.builder.builder-hosting .builder-hosting__title {
    font-size: 36px;
    text-align: center;
    color: #fff;
    font-weight: lighter;
}

.builder.builder-hosting .builder-hosting__title b {
    font-weight: 900 !important;
}

.builder.builder-cloud {
    background-image: none;
    background-color: #0054a6;
}

.builder.builder-cloud ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.builder.builder-cloud ul li img {
    height: 40px;
}

.builder h3 {
    font-size: 36px;
    text-align: center;
    color: #fff;
    font-weight: 400;
}

.builder p {
    font-size: 21px;
    text-align: center;
    width: 100%;
}

.builder ul {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}

.builder ul li {
    flex-grow: 1;
    list-style-type: none;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .builder {
        padding: 16px 0;
    }

    .builder h3 {
        font-size: 24px;
    }

    .builder p {
        font-size: 16px;
    }

    .builder.builder-cloud ul li img {
        height: 24px;
    }

    .builder.builder-hosting {
        background-image: none;
        background: #000b25;
    }

    .builder.builder-hosting .builder-hosting__title {
        font-size: 24px;
    }

    .builder.builder-hosting ul li img {
        height: 26px;
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 580px) {
    .builder.builder-cloud ul li {
        width: 50%;
        margin-bottom: 8px;
    }
}

.product-module__caption {
    float: left;
    text-align: center;
    padding: 32px 16px;
    font-size: 32px;
    line-height: 36px;
    color: #2e343e;
}

.product-module__list {
    display: flex;
    flex-flow: wrap;
    width: 100%;
    float: left;
}

.product-module__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-module__link {
    width: calc(25% - 16px);
    margin: 8px;
    border-radius: 5px;
    border: 3px solid #f1f3f7 !important;
    border-bottom: 6px solid #ff8600 !important;
    padding: 16px;
    outline: none !important;
    box-shadow: none !important;
}

.product-module__link:hover {
    border: solid #ff8600 !important;
    border-width: 3px 3px 6px !important;
}

.product-module__title {
    font-size: 26px;
    line-height: 34px;
    color: #2e343e;
}

.product-module__sub-title {
    font-size: 14px;
    line-height: 20px;
    color: #2e343e;
}

.product-module__price {
    font-size: 24px;
    line-height: 26px;
    color: #2e343e;
    display: flex;
    align-items: baseline;
}

.product-module__price sub {
    bottom: 0;
}

.product-module__price .stars {
    display: flex;
    margin-left: 8px;
}

.product-module__price .stars img {
    height: 15px;
    width: auto;
}

.product-module__btn-content {
    float: left;
    width: 100%;
    text-align: center;
}

.product-module__btn {
    background-color: #ff8600;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    margin: auto;
}

.product-module__img {
    max-height: 80px;
    width: auto;
}

@media only screen and (max-width: 1199px) {
    .product-module__link {
        width: calc(33% - 16px);
    }
}

@media only screen and (max-width: 991px) {
    .product-module__link {
        width: calc(50% - 16px);
    }
}

@media only screen and (max-width: 768px) {
    .product-module__title {
        font-size: 20px;
        line-height: 24px;
    }

    .product-module__img {
        height: 50px;
    }

    .product-module__sub-title {
        font-size: 12px;
    }

    .product-module__price {
        font-size: 20px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 440px) {
    .product-module__link {
        width: 100%;
        margin: 16px;
    }
}

.fade {
    transition: opacity 0.15s linear;
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.ribbon .info-box,
.ribbon.style_1 {
    margin-left: 20px;
}

.ribbon.style_1 {
    display: inline-flex;
    position: relative;
    height: 40px;
    border-radius: 0 2px !important;
    background-color: #2e343e;
    color: #fff;
    overflow: visible;
    align-items: center;
    padding: 0 20px;
    z-index: 1;
    width: 100%;
}

.ribbon.style_1:after,
.ribbon.style_1:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -22px;
    border-style: solid;
}

.ribbon.style_1:before {
    left: 99%;
    top: 0;
    border-width: 22px 22px 0 0;
    border-color: #2e343e transparent transparent;
}

.ribbon.style_1:after {
    left: 99%;
    bottom: 0;
    transform: rotate(180deg);
    border-width: 0 22px 22px 0;
    border-color: transparent #2e343e transparent transparent;
}

.ribbon.style_2 {
    background: 0 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    transform: translatex(50%) rotate(45deg);
    transform-origin: 50% 0;
    left: auto;
    width: 160px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    right: 20px;
    font-size: 14px;
}

.ribbon.style_2:before {
    content: "";
    display: block;
    padding-top: 50%;
}

.ribbon.style_2 span {
    display: block;
    margin-left: -999px;
    margin-right: -999px;
    border-left: 999px solid transparent;
    border-right: 999px solid transparent;
    padding: 0;
    background: #17aa17;
}

.ribbon.style_2.green {
    background-color: #17aa17;
    color: #fff;
}

.ribbon.style_2 img {
    transform: translatex(0) rotate(-45deg);
    width: 136px;
    right: 35px;
    position: absolute;
    top: 15px;
}

.star {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    position: relative;
    z-index: 3;
    text-align: center;
    margin: auto;
}

.star .vrg-icon {
    margin-right: 0 !important;
}

.star.text {
    font-size: 10px;
}

.star.green {
    background-image: url(../img/icons/stars/green.svg);
    color: #fff;
    width: 92px;
    height: 85px;
}

.star.white {
    background-image: url(../img/icons/stars/white.png);
    width: 179px;
    height: 181px;
    color: #2e343e;
}

.star.orange {
    background-image: url(../img/icons/stars/orange.png);
    color: #fff;
    width: 60px;
    height: 61px;
}

.ribbon-star-group .item {
    display: flex !important;
    align-items: center;
    display: flex;
    width: 300px;
}

.ribbon-star-group .item .ribbon {
    left: -27px;
}

.absolute-img {
    position: absolute;
    top: -20px;
    right: -16px;
    width: 130px;
    height: auto;
}

.popper {
    background-image: url(../img/package/patlangac-new.png);
    background-repeat: no-repeat;
    background-size: 150px 39px;
    position: absolute;
    z-index: 1;
    top: -7px;
    left: calc((100% - 150px) / 2);
    height: 39px;
    width: 150px;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .ribbon {
        font-size: 12px;
    }

    .ribbon-star-group {
        margin-left: 0 !important;
    }

    .absolute-img {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .popper {
        left: 0;
    }
}

.vrg-form .text-danger {
    font-size: 12px;
}

.vrg-form .form-group {
    margin-bottom: 25px;
}

.vrg-form .form-group label {
    color: #2e343e;
    font-size: 14px;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-end;
}

.vrg-form .form-group select.form-control {
    min-height: 45px;
    height: 45px;
}

.vrg-form .form-group .form-control {
    height: 45px;
    border-radius: 4px;
    border: 1px solid #afbdd4;
    background-color: #fff;
    padding: 0.44rem 0.75rem;
    color: #8c99b2;
    font-size: 16px;
    line-height: 28px;
}

.vrg-form .form-group .form-control.tiny {
    height: 38px;
    min-height: 38px;
}

.vrg-form .form-group .form-control:disabled,
.vrg-form .form-group .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1;
}

.vrg-form .form-group .form-control.has-error {
    border: 1px solid #f4354b !important;
}

.vrg-form .form-group .form-control.has-success {
    border: 1px solid #17aa17 !important;
}

.vrg-form .form-group select {
    min-height: 48px;
}

.vrg-form .form-group.has-error input {
    border: 1px solid #f4354b !important;
}

.vrg-form .form-group.has-success input {
    border: 1px solid #17aa17 !important;
}

.vrg-form .list-group-item {
    font-size: 14px;
}

.vrg-form .form-flex-middle {
    display: flex;
    align-items: center;
    height: 100%;
}

.vrg-form .custom-control-input {
    left: 2px;
    top: 2px;
}

.form-control {
    padding: 0.3em 1rem;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

select.form-control {
    -webkit-appearance: none;
    background-image: url(../img/selectArrow.svg);
    background-repeat: no-repeat;
    background-position: 100%;
    width: auto;
}

select.form-control:focus {
    border-color: initial !important;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-radio .custom-control-label:before {
    border-radius: 50%;
}

.custom-control-label:before {
    background-color: #fff;
    border: 2px solid #afbdd4;
}

.custom-radio .custom-control-label {
    color: #2e343e;
    font-size: 18px;
    line-height: 28px;
    padding-top: 2px;
    position: relative;
}

.custom-radio .custom-control-label:after,
.custom-radio .custom-control-label:before {
    top: 0.3rem !important;
}

.custom-radio .custom-control-label.two-line small {
    float: left;
}

.custom-radio .custom-control-label.two-line:after,
.custom-radio .custom-control-label.two-line:before {
    top: 1rem !important;
}

.custom-radio .custom-control-input:checked~.custom-control-label:before {
    background-color: #fff !important;
    border-color: #ff8600;
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background: #ff8600;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-left: 4px;
    margin-top: 4px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.custom-checkbox .custom-control-label {
    color: #2e343e;
    font-size: 16px;
    padding-top: 1px;
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    background-color: #fff !important;
    border-color: #ff8600;
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background: #ff8600;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    margin-left: 4px;
    margin-top: 4px;
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: none !important;
    outline: none !important;
}

@media only screen and (max-width: 768px) {
    .form-control {
        font-size: 14px;
    }

    .custom-radio .custom-control-label {
        font-size: 14px;
        line-height: 20px;
        padding-top: 7px;
    }
}

.warning-box {
    background-color: #fff;
    text-align: center;
}

.price-tag {
    padding-right: 55px;
    font-size: 25px;
    line-height: 1;
    font-weight: 800;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: center;
}

span.item-price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: center;
}

.p-3.prices::after {
    content: "";
    position: absolute;
    height: 5px;
    background-color: rgb(255 146 34);
    top: 34px;
    width: 28%;
    right: 59px;
    border-radius: 30px;
    transform: rotate(-5deg);
}

.p-3.prices.c::after {
    content: "";
    position: absolute !important;
    height: 5px !important;
    background-color: rgb(255 146 34) !important;
    top: 35px !important;
    width: 36% !important;
    right: 36px !important;
    border-radius: 30px !important;
    transform: rotate(-5deg);
}

i.ss.fab {
    font-size: 40px;
}

a.btn.btn-warning:hover {
    background-color: #5e3fb1 !important;
}

.cloud-list .cloud-list-row .cloud-list-col.go .btn span:hover {
    text-shadow: 3px 4px 20px #ffffff78;
}

.about-kvmvps-wrapper .shadow {
    box-shadow: 0 5px 5px 0px rgb(239 239 239) !important;
    width: 100%;
}

.about-kvmvps-tabs {
    margin: 0 auto;
    text-align: center;
}

.about-kvmvps-tabs li.choosentab {
    border-bottom: 2px solid #1659bd;
}

.about-kvmvps-tabs li {
    display: inline-block;
    text-align: right;
    margin: 0 85px 0 0;
    padding: 25px 0 22px 0;
    position: relative;
}

.about-kvmvps-tabs li.choosentab a {
    color: #222222;
}

.about-kvmvps-tabs li a {
    font: 600 18px/20px 'proxima_nova', Arial;
}

.about-kvmvps-tabs li span.mnew-tag {
    font: 100 12px 'proxima_nova', Arial;
    color: #fff;
    position: absolute;
    top: 18px;
    right: -35px;
    background: #aa1414;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    padding: 2px 5px;
    display: block;
}

.about-kvmvps-content {
    position: relative;
}

.about-kvmvps-content {
    padding: 65px 0 0 0;
}

.table-responsive,
.dataTable-wrapper .dataTable-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.mb-0 {
    margin-bottom: 0 !important;
}

/*pages*/
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    outline: 0 !important;
}

html {
    font-family: 'Roboto', sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: calc(26 / 16);
    color: #666;
    text-align: left;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden !important;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-weight: 700;
    line-height: calc(57 / 48);
    font-family: 'Roboto', sans-serif;
    color: #111;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #111;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #00c3ff;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
    background-color: #e3e7e8;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
    display: block;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

[type="checkbox"] {
    margin-right: 5px;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background-color: #00c3ff !important;
}

::selection {
    text-shadow: none;
    color: #fff;
    background-color: #00c3ff !important;
}

::-webkit-input-placeholder {
    color: #b3b3b3 !important;
    opacity: 1;
}

::-moz-placeholder {
    color: #b3b3b3 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #b3b3b3 !important;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #b3b3b3 !important;
    opacity: 1;
}

::placeholder {
    color: #b3b3b3 !important;
    opacity: 1;
}

iframe {
    max-width: 100%;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0 !important;
}

button,
input[type="submit"] {
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
}

textarea {
    resize: none;
}

img {
    max-width: 100%;
    height: auto;
}

table {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

table td,
table th {
    padding: 20px 15px;
    border: 1px solid #eaeaea;
}

table thead th {
    font-weight: 400;
    color: #111;
}

table tbody td,
table tbody th {
    color: #666;
}

pre {
    border: 1px solid;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em 1.6em;
}

code {
    font-size: inherit;
    margin: 0;
}

kbd {
    font-weight: 700;
    color: #111;
}

ins {
    background-color: transparent;
    text-decoration: none;
}

q {
    font-style: italic;
    text-decoration: underline;
}

mark {
    background-color: #fcf8e3;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e6e6e6;
}

small {
    font-size: 80%;
    font-weight: 400;
}

.pt-120 {
    padding-top: 120px;
}

@media only screen and (max-width: 991px) {
    .pt-120 {
        padding-top: 60px;
    }
}

.pt-90 {
    padding-top: 90px;
}

@media only screen and (max-width: 991px) {
    .pt-90 {
        padding-top: 30px;
    }
}

.pt-80 {
    padding-top: 80px;
}

@media only screen and (max-width: 991px) {
    .pt-80 {
        padding-top: 20px;
    }
}

.pt-70 {
    padding-top: 70px;
}

@media only screen and (max-width: 991px) {
    .pt-70 {
        padding-top: 10px;
    }
}

.pt-60 {
    padding-top: 60px;
}

@media only screen and (max-width: 991px) {
    .pt-60 {
        padding-top: 0;
    }
}

.pt-50 {
    padding-top: 50px;
}

@media only screen and (max-width: 991px) {
    .pt-50 {
        padding-top: 0;
    }
}

.pt-40 {
    padding-top: 40px;
}

@media only screen and (max-width: 991px) {
    .pt-40 {
        padding-top: 0;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
    .pb-120 {
        padding-bottom: 60px;
    }
}

.pb-90 {
    padding-bottom: 90px;
}

@media only screen and (max-width: 991px) {
    .pb-90 {
        padding-bottom: 30px;
    }
}

.pb-80 {
    padding-bottom: 80px;
}

@media only screen and (max-width: 991px) {
    .pb-80 {
        padding-bottom: 20px;
    }
}

.pb-70 {
    padding-bottom: 70px;
}

@media only screen and (max-width: 991px) {
    .pb-70 {
        padding-bottom: 10px;
    }
}

.pb-60 {
    padding-bottom: 60px;
}

@media only screen and (max-width: 991px) {
    .pb-60 {
        padding-bottom: 0;
    }
}

.pb-50 {
    padding-bottom: 50px;
}

@media only screen and (max-width: 991px) {
    .pb-50 {
        padding-bottom: 0;
    }
}

.pb-40 {
    padding-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .pb-40 {
        padding-bottom: 0;
    }
}

.mt-60 {
    margin-top: 60px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pt-215 {
    padding-top: 215px;
}

@media only screen and (max-width: 991px) {
    .pt-215 {
        padding-top: 155px;
    }
}

.pb-215 {
    padding-bottom: 215px;
}

@media only screen and (max-width: 991px) {
    .pb-215 {
        padding-bottom: 155px;
    }
}

.full-page-search .input-wrapper .input-icon i,
.text-color {
    color: #666;
}

.text-color-bg {
    background-color: #666;
}

.text-color-bo {
    border-color: #666 !important;
}

.title-color {
    color: #111;
}

.title-color-bg {
    background-color: #111;
}

.title-color-bo {
    border-color: #111 !important;
}

.border-color {
    color: #e8e8e8;
}

.border-color-bg {
    background-color: #e8e8e8;
}

.border-color-bo {
    border-color: #e8e8e8 !important;
}

.white {
    color: #fff;
}

.header-main.sticky,
.offcanvas-wrapper,
.white-bg {
    background-color: #fff;
}

.white-bo {
    border-color: #fff !important;
}

.black {
    color: #000;
}

.black-bg {
    background-color: #000;
}

.black-bo {
    border-color: #000 !important;
}

.c1,
.header-main ul.nav ul li a.current-menu-children,
.header-main ul.nav ul li a:hover {
    color: #00c3ff;
}

.c1-bg,
.header-main ul.nav ul li a:after {
    background-color: #00c3ff;
}

.c1-bo {
    border-color: #00c3ff !important;
}

.c2 {
    color: #03a87c;
}

.c2-bg {
    background-color: #03a87c;
}

.c2-bo {
    border-color: #03a87c !important;
}

.btn,
.control-panel-accordion .accordion-button,
.domain-price-list li,
.faq-accordion .accordion-header .accordion-button,
.full-page-search,
.hosting-price>nav .nav>button .dot,
.hosting-price>nav .nav>button .dot:after,
.hosting-specification-nav button,
.hosting-specification-nav button:after,
.nav-pricing li button,
.offcanvas-overlay,
.owl-carousel .owl-nav button,
.pagination li a svg path,
.pagination li span svg path,
.pricing-toogle .toggler,
.single-post-item,
.single-service.box-style,
.single-service.style--five .service-content h4,
.video-btn .svg-wrap,
.video-btn .svg-wrap:after,
a,
i,
svg,
svg g,
svg path {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.data_center_location-map .l_info .info-box,
.single-price-wrap .single-price-bg-shape,
.single-service:after {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.control-panel-content-wrap ul,
.domain-price-list,
.feature-list,
.header-main ul,
.hz-price-box ul,
.info-list,
.pagination ul,
.single-post-item .post-content .post-meta,
.single-post-item .post-content .post-meta-bottom,
.single-price .price-body ul,
.ts-list,
.widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.section-title.style--three h5,
.single-funfact h3,
.single-post-item.style--three .post-content .post-meta li a,
.single-post-item.style--two .post-content .post-meta li a,
.single-price .price-head h2 span {
    font-weight: 400;
}

.widget.widget_tag_cloud .tagcloud a {
    font-weight: 500;
}

.btn,
.comment-content a,
.data_center_location-map .l_info .info-box h5,
.header.style--five .header-main ul.nav>li>a,
.header.style--three .header-main ul.nav>li>a,
.header.style--two .header-main ul.nav>li>a,
.hosting-price>nav .nav>button span:not(.dot),
.hz-price-box ul li,
.info-list li a,
.nav-pricing li button,
.newsletter-form .theme-input-group .btn,
.price span,
.price sup,
.price-bottom-content a,
.pricing-toogle .toggler,
.private-server-table thead th,
.provider-tab .nav button,
.section-title h5,
.single-post-item .post-content .post-meta li a,
.single-post-item .post-content .post-meta-bottom li a,
.single-post-item.style--three .btn-inline,
.single-post-item.style--two .btn-inline,
.single-price .pricing-area .discount p,
.single-price .pricing-area .discount span,
.single-price .pricing-area .price-content .price-amount sup,
.single-price .pricing-area .price-content p,
.single-price.style--two .price-body ul li,
.single-team .team-content p,
.testimonial-carousel.style--three .single-testimonial .testimonial-content .meta-info h4,
.testimonial-carousel.style--three .single-testimonial .testimonial-content .meta-info p,
.testimonial-carousel.style--two .single-testimonial .testimonial-content .meta-info h4,
.testimonial-carousel.style--two .single-testimonial .testimonial-content .meta-info p,
.testimonial-carousel.style--two .single-testimonial .testimonial-content h3,
.video-btn,
.widget.widget_about .contact-list li a,
.widget.widget_nav_menu ul li a span,
.widget.widget_recent_entries.style--two ul li .posted-on,
table tbody th {
    font-weight: 600;
}

.hz-price-box .price,
.pricing-table .price-head .plan,
.pricing-table .price-head h3,
.single-testimonial .quote-text:after,
.single-testimonial .quote-text:before,
.widget.widget_nav_menu ul li.title {
    font-weight: 700;
}

.control-panel-content .content h3,
.hosting-banner-content h2,
.page-title h2,
.price,
.price-left-content h2,
.single-price .price-head h2,
.single-testimonial .meta-info h5 {
    font-weight: 900;
}

.banner-content h1 .typed-wrap,
.blog-sidebar .widget.widget_recent_entries ul li .post-title a:hover,
.btn.header-btn:hover,
.btn:hover,
.comment-content a:hover i,
.footer-bottom-content p a,
.header-main.sticky .btn.header-btn,
.header-main.sticky ul.nav>li>a.current-menu-parent,
.header-main.sticky ul.nav>li>a.current-menu-parent~.submenu-button:after,
.header-main.sticky ul.nav>li>a:hover,
.header-main.sticky ul.nav>li>a:hover~.submenu-button:after,
.hosting-specification-nav button.active,
.page-title ul li a:hover,
.pagination li a,
.pagination li span,
.post-details .entry-header .entry-meta li a:hover,
.post-navigation .nav-link .nav-title:hover,
.price,
.price-bottom-content a,
.section-title.style--three h5,
.single-post-item .post-content .post-meta a,
.single-post-item.style--two .btn-inline:hover,
.single-post-item.style--two .post-content .post-meta li a:hover,
.single-price .pricing-area .discount span,
.single-price .pricing-area .price-content .price-amount,
.single-price-wrap.style--three .btn.btn-border,
.single-service.style--five .service-content h4:hover,
.single-service.style--four a:hover,
.single-team .team-content p,
.social-links a,
.socials a:hover i,
.testimonial-carousel.style--two .single-testimonial .testimonial-content .meta-info h4,
.widget.widget_about .contact-list li span,
.widget.widget_about .contact-list li:hover a,
.widget.widget_about .contact-list li:hover i,
.widget.widget_categories ul li a:hover,
.widget.widget_contact_info .contact-list li i,
.widget.widget_nav_menu.text-white ul li a:hover,
.widget.widget_recent_entries ul li .post-title a:hover,
.widget.widget_recent_entries ul li .posted-on,
.widget.widget_recent_entries.style--four ul li .posted-on:hover,
.widget.widget_recent_entries.text-white ul li .post-title a:hover,
.widget.widget_social_links .socials a:hover,
.widget.widget_tag_cloud .tagcloud a:hover {
    color: #00c3ff;
}

.back-to-top,
.btn,
.btn-circle:hover,
.btn.btn-white:hover,
.btn:hover svg,
.data_center_location-map .l_info .circle-ball,
.data_center_location-map .l_info .circle-ball:after,
.header-main.sticky .btn.header-btn:hover,
.hosting-specification-nav button:after,
.pagination li a.active,
.pagination li a.current,
.pagination li a:hover,
.pagination li span.active,
.pagination li span.current,
.pagination li span:hover,
.preloader .spinner-grow,
.pricing-toogle .switch,
.provider-tab .nav button.active,
.single-price-wrap.style--three .btn.btn-border:hover,
.social-links a:hover,
.testimonial-carousel.style--three.v2 .single-testimonial-wrap:after,
.ts-content h3:after,
.typed::after,
.widget.widget_nav_menu ul li a span {
    background-color: #00c3ff;
}

.banner.style--two .banner-btn-group .btn-green:hover,
.banner.style--two .banner-btn-group .btn-orange:hover,
.banner.style--two .banner-content h1,
.cta-content h2 span,
.footer-bottom.style--two .footer-bottom-content p a,
.section-title h2 span,
.single-service.style--two a:hover,
.socials.style--two a:hover i,
.widget.widget_about.style--two .contact-list li a,
.widget.widget_about.style--two .contact-list li i,
.widget.widget_about.style--two .contact-list li span,
.widget.widget_about.style--two .contact-list li:hover a,
.widget.widget_about.style--two .contact-list li:hover i,
.widget.widget_nav_menu.style--two ul li a:hover,
.widget.widget_recent_entries.style--two ul li .post-title a:hover,
.widget.widget_recent_entries.style--two ul li .posted-on {
    color: #03a87c;
}

.back-to-top.home2,
.btn.btn-border:hover,
.btn.btn-green,
.btn.btn-orange:hover,
.data_center_location-map.style--two .l_info .circle-ball,
.data_center_location-map.style--two .l_info .circle-ball:after,
.data_center_location-map.style--two .l_info .info-box,
.header.style--two .header-main .btn.header-btn,
.nav-pricing li button.active,
.single-price-wrap .single-price-bg-shape,
.widget.widget_nav_menu.style--two ul li a span {
    background-color: #03a87c;
}

.banner-content.text-white h1,
.banner-content.text-white p,
.banner.style--three .banner-btn-group .btn,
.btn,
.btn.btn-border:hover,
.btn.btn-green,
.btn.btn-green:hover,
.btn.btn-orange,
.btn.btn-orange.btn-border:hover,
.btn.btn-orange:hover,
.btn.btn-style3:hover,
.btn.btn-style4,
.btn.btn-style4.btn-border:hover,
.btn.btn-white:hover,
.btn.hover-style-two:hover,
.content-404 h3,
.cta-content.text-white h2,
.data_center_location-map.style--four .l_info .info-box,
.data_center_location-map.style--four .l_info .info-box h5,
.data_center_location-map.style--three .l_info .info-box,
.data_center_location-map.style--three .l_info .info-box h5,
.data_center_location-map.style--two .l_info .info-box,
.data_center_location-map.style--two .l_info .info-box h5,
.header-main .submenu-button,
.header-main ul.nav>li>a,
.header-main.sticky .btn.header-btn:hover,
.header.style--five .submenu-button,
.header.style--three .header-main .btn.header-btn,
.header.style--three .submenu-button,
.header.style--two .header-main.sticky .btn.header-btn,
.hosting-banner-content *,
.info-list li a,
.nav-pricing li button.active,
.nav-pricing.style--two li button.active,
.owl-carousel .owl-nav button:hover i,
.owl-carousel.testimonial-carousel.style--two .owl-nav button:hover i,
.page-title h2,
.page-title ul li,
.page-title ul li a,
.page-title ul li:not(:last-child):after,
.pagination li a.active,
.pagination li a.current,
.pagination li a:hover,
.pagination li span.active,
.pagination li span.current,
.pagination li span:hover,
.private-server-table thead th,
.provider-tab .nav button.active,
.section-title.text-white h2,
.section-title.text-white h3,
.section-title.text-white h4,
.section-title.text-white h5,
.section-title.text-white h6,
.section-title.text-white p,
.single-price .price,
.single-price-wrap.style--three .btn.btn-border:hover,
.single-service.text-white *,
.single-service.text-white h4,
.social-links a:hover i,
.testimonial-title.text-white h2,
.video-btn,
.widget.text-white .widget-title,
.widget.widget_about.text-white a,
.widget.widget_about.text-white p,
.widget.widget_nav_menu ul li a span,
.widget.widget_nav_menu.text-white ul li a,
.widget.widget_newsletter .newsletter-content input:focus,
.widget.widget_newsletter .newsletter-content label,
.widget.widget_recent_entries.style--four ul li .posted-on,
.widget.widget_recent_entries.text-white ul li .post-title a {
    color: #fff;
}

#menu-button span,
#menu-button span:after,
#menu-button span:before,
.banner.style--four .banner-btn-group .btn.btn-style4:hover,
.banner.style--three .banner-btn-group .btn:hover,
.banner.style--two .banner-btn-group .btn-green:hover,
.banner.style--two .banner-btn-group .btn-orange:hover,
.btn svg,
.btn.btn-white,
.btn.header-btn:hover,
.btn.hover-style-two:hover svg,
.btn:hover,
.contact-form-wrap,
.data_center_location-map .l_info .info-box,
.domain-price-list li,
.domain-search-form .input-group,
.domain-search-wrap,
.featured-item,
.footer-bottom .container:after,
.funfact,
.header-main ul.nav>li>a.current-menu-parent:after,
.header-main ul.nav>li>a:hover:after,
.header.style--three .header-main .btn.header-btn:hover,
.hosting-price>nav .nav>button .dot,
.hosting-specification-nav button,
.nav-pricing,
.newsletter-form .input-group,
.owl-carousel button.owl-dot,
.pricing-table td,
.pricing-table th,
.single-choose-us.style--three,
.single-choose-us.style--two,
.single-post-item,
.single-price,
.single-team .team-content,
.single-testimonial,
.testimonial-carousel.style--three .single-testimonial-wrap:after,
.video-btn .svg-wrap,
.video-btn .svg-wrap:after {
    background-color: #fff;
}

.post-details .entry-header .entry-meta li a,
.post-navigation .nav-link .nav-title,
.section-title h4,
.widget.widget_categories ul li a {
    color: #666;
}

blockquote cite:after {
    background-color: #666;
}

.banner.style--two .banner-content p,
.btn.btn-border,
.btn.btn-white,
.entry-footer .social-share p strong,
.faq-accordion .accordion-header .accordion-button:not(.collapsed),
.form-control,
.header-main.sticky ul.nav>li>a,
.header.style--two .header-main ul.nav>li>a,
.header.style--two .submenu-button,
.hz-price-box .price,
.post-details .entry-categories ul li:first-child,
.post-details .entry-header .entry-meta li span,
.post-details .entry-tags ul li:first-child,
.pricing-table .price-head .plan,
.pricing-table .price-head h3,
.pricing-toogle .toggler,
.provider-tab .nav button,
.single-price.style--two .price-body ul li span,
.single-specification .specification-content p,
.testimonial-carousel.style--three .single-testimonial .testimonial-content .meta-info p,
.testimonial-carousel.style--two .single-testimonial .testimonial-content .meta-info p,
.ts-content p,
.ts-list li,
.widget.widget_nav_menu.style--two ul li.title,
.widget.widget_tag_cloud .tagcloud a {
    color: #111;
}

.btn-circle,
.btn.hover-style-two:hover,
.header-main.sticky .offcanvas-trigger span,
.offcanvas-overlay,
.preloader {
    background-color: #111;
}

.domain-price-list li,
.hosting-specification-nav button,
.pagination li a,
.pagination li span,
.post-details .entry-header .entry-meta li span,
.price,
.pricing-table .price-head .plan,
.pricing-table .price-head h3,
.section-title.style--three h5,
.widget.widget_newsletter .newsletter-content label,
table {
    font-family: 'Roboto', sans-serif;
}

.data_center_location-map .l_info .info-box h5,
.price span,
.price sup,
.private-server-table td,
.private-server-table th,
.section-title h5,
.single-funfact h2,
.testimonial-carousel.style--three .single-testimonial .testimonial-content .meta-info h4,
.testimonial-carousel.style--two .single-testimonial .testimonial-content .meta-info h4,
.testimonial-carousel.style--two .single-testimonial .testimonial-content h3 {
    font-family: 'Roboto', sans-serif;
}

.btn svg,
.btn-circle,
.hosting-price>nav .nav>button .dot,
.hosting-price>nav .nav>button .dot:after,
.owl-carousel .owl-nav button,
.pagination li a,
.pagination li span,
.pricing-toogle .switch,
.single-funfact:after,
.social-links a,
.testimonial-carousel.style--three .single-testimonial .testimonial-img img,
.video-btn .svg-wrap:after {
    border-radius: 50%;
}

.btn.btn-style3,
.control-panel-accordion.style--two .accordion-button,
.data_center_location-map .l_info .info-box,
.hz-price-box .hz-price-box-inner,
.provider-tab .nav button,
.question-form .form-control,
.single-team .team-content {
    border-radius: 5px;
}

.contact-box,
.contact-form-wrap,
.domain-search-wrap,
.funfact,
.map-wrap .map,
.single-choose-us,
.single-service.box-style,
.single-team .team-img img,
.testimonial-carousel.style--three .single-testimonial,
.testimonial-carousel.style--three .single-testimonial-wrap:after,
.testimonial-carousel.style--two .single-testimonial {
    border-radius: 10px;
}

.btn,
.btn.btn-style4,
.domain-search-form .input-group,
.nav-pricing,
.nav-pricing li button,
.newsletter-form .input-group,
.newsletter-form .theme-input-group,
.widget.widget_nav_menu ul li a span {
    border-radius: 5px;
}

.banner.style--three .banner-btn-group .btn:hover,
.banner.style--two .banner-btn-group .btn-green:hover,
.banner.style--two .banner-btn-group .btn-orange:hover,
.data_center_location-map .l_info .info-box,
.domain-search-wrap,
.funfact,
.header-main.sticky,
.single-post-item,
.single-price,
.testimonial-carousel {
    -webkit-box-shadow: 0 0 30px rgba(24, 104, 222, 0.1);
    box-shadow: 0 0 30px rgba(24, 104, 222, 0.1);
}

.featured-item,
.hosting-specification-nav button,
.single-team .team-content {
    -webkit-box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.05);
}

.single-choose-us.style--three,
.single-choose-us.style--two,
.single-price.style--two {
    -webkit-box-shadow: 0 0 90px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 90px rgba(0, 0, 0, 0.05);
}

.ov-hidden {
    overflow: hidden;
}

.ovx-hidden {
    overflow-x: hidden;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.section-bg {
    background-color: #fef6f8;
}

.overlay {
    position: relative;
    z-index: 1;
}

.overlay:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    content: "";
    background-color: #fbe6ea;
    opacity: 0.9;
}

.home2-section-bg {
    background-color: #f9f8ff;
}

.home3-section-bg {
    background-color: #f7fafe;
}

.home4-section-bg {
    background: -o-linear-gradient(-45deg, #123fc0 0, #1145d9 100%);
    background: -o-linear-gradient(135deg, #123fc0 0, #1145d9 100%);
    background: linear-gradient(-45deg, #123fc0 0, #1145d9 100%);
}

.gm-pb-style--two {
    padding-bottom: 215px;
}

@media only screen and (max-width: 991px) {
    .gm-pb-style--two {
        padding-bottom: 155px;
    }
}

.meet-hostpack-img img {
    margin-top: -40px;
}

.owl-carousel .owl-nav {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 45px;
}

.owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    background-color: #fff !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.owl-carousel .owl-nav button:not(:last-child) {
    margin-right: 10px;
}

.owl-carousel .owl-nav button svg path {
    fill: #00c3ff;
}

.owl-carousel .owl-nav button:hover {
    background-color: #00c3ff !important;
}

.owl-carousel .owl-nav button:hover svg path {
    fill: #fff;
}

.owl-carousel.testimonial-carousel .owl-nav {
    left: -44.5%;
    top: 87%;
}

@media only screen and (max-width: 1199px) {
    .owl-carousel.testimonial-carousel .owl-nav {
        display: none;
    }
}

.owl-carousel.testimonial-carousel.style--two .owl-nav {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

@media only screen and (max-width: 991px) {
    .owl-carousel.testimonial-carousel.style--two .owl-nav {
        display: none;
    }
}

.owl-carousel.testimonial-carousel.style--two .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 0;
    background-color: #00c3ff !important;
}

.owl-carousel.testimonial-carousel.style--two .owl-nav button:not(:last-child) {
    margin-right: 0;
}

.owl-carousel.testimonial-carousel.style--two .owl-nav button svg path {
    fill: #fff;
}

.owl-carousel.testimonial-carousel.style--two .owl-nav button.owl-prev {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
}

.owl-carousel.testimonial-carousel.style--two .owl-nav button:hover {
    background-color: #00c3ff !important;
}

.owl-carousel.testimonial-carousel.style--two .owl-nav button:hover svg path {
    fill: #fff;
}

.owl-carousel .owl-dots {
    left: 50%;
    top: auto;
    bottom: -57px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
}

.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    border: 2px solid #007bfc;
}

.owl-carousel button.owl-dot:not(:last-child) {
    margin-right: 10px;
}

.owl-carousel button.owl-dot.active {
    background-color: #007bfc;
}

.owl-carousel.team-carousel .owl-dots {
    bottom: 0;
}

.owl-carousel.team-carousel button.owl-dot {
    width: 7px;
    height: 7px;
    background-color: rgba(0, 195, 255, 0.3);
    border: none;
}

.owl-carousel.team-carousel button.owl-dot:not(:last-child) {
    margin-right: 20px;
}

.owl-carousel.team-carousel button.owl-dot.active {
    width: 12px;
    height: 12px;
    background-color: #00c3ff;
}

.owl-carousel.v2 .owl-dots {
    bottom: -43px;
}

.owl-carousel.dot-style--two button.owl-dot {
    width: 7px;
    height: 7px;
    background-color: rgba(0, 195, 255, 0.3);
    border: none;
}

.owl-carousel.dot-style--two button.owl-dot:not(:last-child) {
    margin-right: 20px;
}

.owl-carousel.dot-style--two button.owl-dot.active {
    width: 12px;
    height: 12px;
    background-color: #00c3ff;
}

.hide {
    display: none;
}

.card {
    border: none;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.bg-img.bg-left {
    background-position: left;
}

.domain-price-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -35px;
}

@media only screen and (max-width: 1199px) {
    .domain-price-list {
        margin-right: -20px;
    }
}

.domain-price-list li {
    -webkit-box-shadow: 0 0 30px rgba(24, 104, 222, 0.05);
    box-shadow: 0 0 30px rgba(24, 104, 222, 0.05);
    text-align: center;
    border-radius: 7px;
    padding: 23px 20px 27px;
    margin-right: 35px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .domain-price-list li {
        margin-right: 20px;
    }
}

.domain-price-list li:hover {
    -webkit-box-shadow: 10px 15px 35px rgba(24, 104, 222, 0.15);
    box-shadow: 10px 15px 35px rgba(24, 104, 222, 0.15);
}

.domain-price-list li img {
    margin-bottom: 4px;
    display: inline-block;
}

.domain-price-list li strong {
    display: block;
    color: #70799f;
}

.feature-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feature-list li:not(:last-child) {
    margin-bottom: 40px;
}

.feature-list li .icon {
    margin-right: 30px;
}

.feature-list li .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info-list li:not(:last-child) {
    margin-right: 30px;
}

.info-list li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
}

.info-list li a i,
.info-list li a svg {
    margin-right: 5px;
}

.ts-list li:not(:last-child) {
    margin-bottom: 16px;
}

.form-response span {
    display: block;
    padding: 20px;
}

.video-btn {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-btn .svg-wrap {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    position: relative;
}

.video-btn .svg-wrap:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.video-btn .svg-wrap svg {
    position: relative;
    z-index: 2;
}

.video-btn .svg-wrap:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.video-btn.style--two svg path {
    fill: #0364ff;
}

.video-btn:hover {
    color: #fff;
}

.video-btn:hover i {
    color: #5551ef;
}

blockquote {
    max-width: 570px;
    margin: 37px auto;
}

blockquote p {
    margin-bottom: 15px !important;
    font-style: italic;
    margin: 0 auto;
    text-decoration: underline;
}

blockquote cite {
    font-style: normal;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    line-height: 1;
}

blockquote cite:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 10px;
}

@media only screen and (max-width: 575px) {
    br {
        display: none;
    }
}

.domain-search-wrap {
    padding: 70px 15px 50px;
    margin-top: -130px;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 479px) {
    .domain-search-wrap {
        padding: 40px 15px 20px;
    }
}

.domain-search-wrap .domain-price-list {
    margin-top: 45px;
}

.install-img img {
    margin-left: -9%;
    margin-right: -9%;
    margin-top: -12%;
    margin-bottom: -12%;
    max-width: initial;
}

@media only screen and (max-width: 1199px) {
    .install-img img {
        max-width: 118%;
    }
}

.funfact {
    padding: 50px 15px 15px;
    margin-bottom: -95px;
    position: relative;
    z-index: 1;
}

.funfact.style--two {
    margin-top: -95px;
    margin-bottom: 0;
}

.single-funfact {
    position: relative;
    margin-bottom: 40px;
}

.single-funfact h2 {
    font-size: 40px;
    color: #1045de;
    margin-bottom: 14px;
}

.single-funfact h2 span:not(.counter) {
    position: relative;
}

.single-funfact h2 span:not(.counter):after {
    content: "+";
    position: absolute;
    font-size: 20px;
    top: 2px;
    width: 10px;
    height: 10px;
}

.single-funfact h3 {
    font-size: 21px;
}

.single-funfact:after {
    position: absolute;
    content: "";
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #1045de;
    width: 8px;
    height: 8px;
}

@media only screen and (max-width: 991px) {
    .single-funfact:after {
        display: none;
    }
}

.single-funfact.style2:after {
    right: -18px;
    background-color: #ff9538;
}

.single-funfact.style2 h2 {
    color: #ff9538;
}

.single-funfact.style3:after {
    right: -26px;
    background-color: #1ae5be;
}

.single-funfact.style3 h2 {
    color: #1ae5be;
}

.single-funfact.style4:after {
    display: none;
}

.single-funfact.style4 h2 {
    color: #00c3ff;
}

.logo-carousel.owl-carousel img {
    width: auto;
    display: inline;
}

.ts-content:not(:last-child) {
    margin-bottom: 54px;
}

.ts-content:first-child {
    margin-top: -3px;
}

.ts-content .ts-list {
    margin-top: 37px;
}

.ts-content h3 {
    padding-left: 14px;
    margin-bottom: 23px;
    position: relative;
}

.ts-content h3:after {
    width: 3px;
    height: 18px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    content: "";
}

.ts-content p:not(:last-child) {
    margin-bottom: 26px;
}

@media only screen and (min-width: 992px) {
    .gutter-50 {
        margin-left: -25px;
        margin-right: -25px;
    }

    .gutter-50>[class*="col-"] {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.hp-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1330px) {
    .hp-container {
        padding-right: 50px;
        padding-left: 50px;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes matrix {
    0% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }

    25% {
        -webkit-transform: matrix(1, 0, 0, 1, 15, 20);
        transform: matrix(1, 0, 0, 1, 15, 20);
    }

    50% {
        -webkit-transform: matrix(1, 0, 0, 1, -5, 25);
        transform: matrix(1, 0, 0, 1, -5, 25);
    }

    75% {
        -webkit-transform: matrix(1, 0, 0, 1, -15, 15);
        transform: matrix(1, 0, 0, 1, -15, 15);
    }

    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
}

@keyframes matrix {
    0% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }

    25% {
        -webkit-transform: matrix(1, 0, 0, 1, 15, 20);
        transform: matrix(1, 0, 0, 1, 15, 20);
    }

    50% {
        -webkit-transform: matrix(1, 0, 0, 1, -5, 25);
        transform: matrix(1, 0, 0, 1, -5, 25);
    }

    75% {
        -webkit-transform: matrix(1, 0, 0, 1, -15, 15);
        transform: matrix(1, 0, 0, 1, -15, 15);
    }

    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes inner-circles-loader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes inner-circles-loader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes ripple2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
}

@keyframes ripple2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes levitate {
    from {
        -webkit-transform: translate(0, 15);
        transform: translate(0, 15);
    }

    50% {
        -webkit-transform: translate(0, -15px);
        transform: translate(0, -15px);
    }

    to {
        -webkit-transform: translate(0, 15);
        transform: translate(0, 15);
    }
}

@keyframes levitate {
    from {
        -webkit-transform: translate(0, 15);
        transform: translate(0, 15);
    }

    50% {
        -webkit-transform: translate(0, -15px);
        transform: translate(0, -15px);
    }

    to {
        -webkit-transform: translate(0, 15);
        transform: translate(0, 15);
    }
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.socials a {
    font-size: 18px;
}

.socials a:not(:last-child) {
    margin-right: 24px;
}

.socials.style--two a i {
    color: rgba(0, 0, 0, 0.2);
}

.social-links a {
    border: 1px solid #00c3ff;
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social-links a:not(:last-child) {
    margin-right: 10px;
}

.form-control {
    border: none;
    border-bottom: 1px solid #e8e8e8;
    height: 50px;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 15px;
    margin-bottom: 30px;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea.form-control {
    height: 170px;
}

.newsletter-form .theme-input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 540px;
    overflow: hidden;
    margin: 0 auto;
}

.newsletter-form .theme-input-group .form-control {
    margin-bottom: 0;
    height: 60px;
}

.newsletter-form .theme-input-group .btn {
    border-radius: 0;
    padding: 10px 28px;
}

.search-form.style--two .input-wrapper {
    border: 1px solid #00c3ff;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-form.style--two .input-wrapper input {
    margin-bottom: 0;
    border: none;
    background-color: transparent;
}

.search-form.style--two .input-wrapper .input-icon {
    padding: 15px 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
    height: 50px;
}

.search-form.style--two .input-wrapper .input-icon:hover i {
    color: #00c3ff;
}

.domain-search-form .input-group,
.newsletter-form .input-group {
    border: 1px solid #e8e8e8;
    padding: 7px;
    max-width: 570px;
    margin: 0 auto;
}

.domain-search-form .input-group .form-control,
.newsletter-form .input-group .form-control {
    margin-bottom: 0;
    border: 0;
    border-radius: 50px !important;
}

@media only screen and (max-width: 479px) {

    .domain-search-form .input-group .form-control,
    .newsletter-form .input-group .form-control {
        height: 40px;
    }
}

.domain-search-form .input-group .btn,
.newsletter-form .input-group .btn {
    border-radius: 50px !important;
}

@media only screen and (max-width: 479px) {

    .domain-search-form .input-group .btn,
    .newsletter-form .input-group .btn {
        padding: 0 !important;
        background-color: transparent;
    }

    .domain-search-form .input-group .btn span,
    .newsletter-form .input-group .btn span {
        display: none;
    }

    .domain-search-form .input-group .btn svg,
    .newsletter-form .input-group .btn svg {
        background-color: #00c3ff;
    }

    .domain-search-form .input-group .btn svg path,
    .newsletter-form .input-group .btn svg path {
        fill: #fff;
    }
}

.domain-search-form .input-group .btn.btn-style4 span,
.newsletter-form .input-group .btn.btn-style4 span {
    margin-left: 4px;
}

@media only screen and (max-width: 479px) {

    .domain-search-form .input-group .btn.btn-style4,
    .newsletter-form .input-group .btn.btn-style4 {
        background-color: #0364ff;
        padding: 12px 24px !important;
    }
}

.newsletter-form .input-group {
    max-width: 660px;
}

.question-form .form-control {
    border: 1px solid #efefef;
    height: 56px;
    padding: 15px 25px;
    margin-bottom: 25px;
}

.question-form textarea.form-control {
    height: 150px;
}

.login-form {
    margin-top: -6px;
}

.login-form .form-control {
    border: 1px solid #e8e8e8;
}

.btn i,
.btn img,
.btn svg {
    margin-left: 15px;
}

.btn svg {
    width: 40px;
    height: 40px;
    padding: 12px;
}

.btn:hover svg path {
    fill: #fff;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.hover-style-two:hover svg path {
    fill: #111;
}

.btn.header-btn {
    padding: 13px 28px;
    text-transform: uppercase;
    font-size: 13px;
    border: 1px solid #fff;
    background-color: transparent;
}

.btn.btn-lg {
    padding: 20px 40px;
}

.btn.btn-white svg g {
    stroke: #111;
}

.btn.btn-white svg path {
    fill: #111;
    stroke: transparent;
}

.btn.btn-white:hover svg g {
    stroke: #fff;
}

.btn.btn-white:hover svg path {
    fill: #fff;
    stroke: transparent;
}

.btn.btn-sm {
    font-size: 12px;
    padding: 4px;
    padding-left: 24px;
}

.btn.btn-sm svg {
    width: 35px;
    height: 35px;
}

.btn.btn-sm span {
    top: 1px;
}

.btn.btn-border {
    background-color: transparent;
    border-color: #03a87c;
    text-transform: capitalize;
    font-size: 14px;
    padding: 14px 30px 15px;
}

.btn.btn-border:hover {
    border-color: #03a87c;
}

.btn.btn-green {
    border-color: #03a87c;
    text-transform: capitalize;
    font-size: 17px;
    padding: 18px 36px 19px;
}

.btn.btn-green:hover {
    background-color: #f76d00;
    border-color: #f76d00;
}

.btn.btn-orange {
    background-color: #f76d00;
    border-color: #f76d00;
    text-transform: capitalize;
    font-size: 17px;
    padding: 18px 36px 19px;
}

.btn.btn-orange:hover {
    border-color: #03a87c;
}

.btn.btn-orange.btn-border {
    background-color: transparent;
    border-color: #f76d00;
    color: #f76d00;
}

.btn.btn-orange.btn-border:hover {
    background-color: #f76d00;
    border-color: #f76d00;
}

.btn.btn-orange {
    background-color: #f76d00;
    border-color: #f76d00;
    text-transform: capitalize;
    font-size: 17px;
    padding: 18px 36px 19px;
}

.btn.btn-orange:hover {
    border-color: #03a87c;
}

.btn.btn-style3 {
    background-color: transparent;
    border-color: #00c3ff;
    color: #00c3ff;
    padding: 18px 38px;
}

.btn.btn-style3:hover {
    background-color: #00c3ff;
    border-color: #00c3ff;
}

.btn.btn-style4 {
    background-color: #0364ff;
    border-color: #0364ff;
    padding: 18px 38px;
}

.btn.btn-style4:hover {
    background-color: transparent;
    border-color: #0364ff;
    color: #0364ff;
}

.btn.btn-style4.btn-border {
    background-color: transparent;
    border-color: #0364ff;
    color: #0364ff;
}

.btn.btn-style4.btn-border:hover {
    background-color: #0364ff;
    border-color: #0364ff;
}

.btn-circle {
    width: 45px;
    height: 45px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
}

.btn-inline {
    color: #818181;
}

.btn-inline i,
.btn-inline svg {
    margin-left: 5px;
}

.btn-inline:hover svg path {
    fill: #00c3ff;
}

.btn-inline.icon-left i,
.btn-inline.icon-left svg {
    margin-left: 0;
    margin-right: 5px;
}

.widget:not(:last-child) {
    margin-bottom: 45px;
}

.widget .widget-title {
    margin-bottom: 30px;
    line-height: 1.2;
    font-size: 28px;
}

.widget.widget_newsletter .newsletter-content button {
    margin-top: 16px;
    padding: 16px 32px;
}

.widget.widget_newsletter .newsletter-content input {
    background-color: rgba(255, 255, 255, 0.09);
    border: none;
    height: 50px;
}

.widget.widget_newsletter .newsletter-content input::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 0.3;
}

.widget.widget_newsletter .newsletter-content input::-moz-placeholder {
    color: #fff !important;
    opacity: 0.3;
}

.widget.widget_newsletter .newsletter-content input:-ms-input-placeholder {
    color: #fff !important;
    opacity: 0.3;
}

.widget.widget_newsletter .newsletter-content input::-ms-input-placeholder {
    color: #fff !important;
    opacity: 0.3;
}

.widget.widget_newsletter .newsletter-content input::placeholder {
    color: #fff !important;
    opacity: 0.3;
}

.widget.widget_newsletter .newsletter-content label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    margin-top: 16px;
    font-size: 16px;
}

.widget.widget_newsletter .newsletter-content label input[type="checkbox"] {
    margin-right: 10px;
    height: auto;
    position: relative;
    top: -1px;
}

.widget.widget_newsletter.style--two .theme-input-group {
    position: relative;
    overflow: inherit;
    margin: 0;
}

.widget.widget_newsletter.style--two .theme-input-group .form-control {
    border: 1px solid #eee;
    margin-bottom: 0;
    padding: 5px 20px;
    padding-right: 35px;
    height: 45px;
}

.widget.widget_newsletter.style--two .theme-input-group button {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.widget.widget_recent_entries ul {
    background-color: #fcfbff;
    padding: 30px 30px 32px;
}

.widget.widget_recent_entries ul li:not(:last-child) {
    margin-bottom: 26px;
}

.widget.widget_recent_entries ul li .posted-on {
    display: block;
    font-size: 11px;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.widget.widget_recent_entries ul li .post-title {
    line-height: 1.529;
    font-size: 17px;
}

.widget.widget_recent_entries.text-white ul {
    background-color: rgba(13, 35, 82, 0.3);
}

.widget.widget_recent_entries.style--two ul li .posted-on {
    font-size: 12px;
}

.widget.widget_recent_entries.style--three ul {
    background-color: rgba(0, 51, 197, 0.3);
}

.widget.widget_recent_entries.style--four ul {
    background-color: rgba(252, 251, 255, 0.05);
}

.widget.widget_tag_cloud .tagcloud {
    margin: 0 -6px -6px 0;
}

.widget.widget_tag_cloud .tagcloud a {
    display: inline-block;
    padding: 5px 8px;
    background-color: #f9f9f9;
    margin: 0 3px 6px 0;
    border-radius: 2px;
    font-size: 13px;
}

.widget.widget_nav_menu ul li:not(:last-child) {
    margin-bottom: 10px;
}

.widget.widget_nav_menu ul li a {
    text-transform: capitalize;
    display: block;
}

.widget.widget_nav_menu ul li a span {
    text-transform: uppercase;
    line-height: 1;
    padding: 2px 10px;
    font-size: 12px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.widget.widget_nav_menu ul li a span.update {
    background-color: #ff433c;
}

.widget.widget_nav_menu ul li a span.style2 {
    background-color: #0032c4;
}

.widget.widget_nav_menu ul li.title {
    font-size: 18px;
    margin-bottom: 20px;
}

.widget.widget_nav_menu.style--two ul li a span.update {
    background-color: #f76d00;
}

.widget.widget_categories ul li:not(:last-child) {
    margin-bottom: 18px;
}

.widget.widget_categories ul li a {
    position: relative;
}

.widget.widget_about .footer-logo {
    display: block;
    margin-bottom: 20px;
}

.widget.widget_about p:not(:last-child) {
    margin-bottom: 25px;
}

.widget.widget_about .contact-list {
    margin-bottom: 27px;
}

.widget.widget_about .contact-list li {
    position: relative;
}

.widget.widget_about .contact-list li a {
    font-size: 18px;
}

.widget.widget_about .contact-list li:not(:last-child) {
    margin-bottom: 10px;
}

.widget.widget_about .contact-list li i {
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.widget.widget_about .accept-cards {
    margin-bottom: 30px;
}

.widget.widget_about .socials {
    margin-bottom: 21px;
}

.widget.widget_about .copyright {
    font-size: 13px;
}

.widget.widget_contact_info p {
    margin-bottom: 27px;
}

.widget.widget_contact_info .contact-list li {
    padding-left: 20px;
    position: relative;
}

.widget.widget_contact_info .contact-list li i {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 14px;
}

.widget.widget_contact ul li {
    padding-left: 30px;
    position: relative;
}

.widget.widget_contact ul li:not(:last-child) {
    margin-bottom: 14px;
}

.widget.widget_contact ul li i {
    position: absolute;
    left: 0;
    top: 5px;
}

.blog-sidebar .widget.widget_recent_entries ul {
    background-color: transparent;
    padding: 0;
}

.blog-sidebar .widget.widget_recent_entries ul li:not(:last-child) {
    margin-bottom: 26px;
}

.blog-sidebar .widget.widget_recent_entries ul li .post-title {
    font-size: 18px;
}

.blog-sidebar .widget.widget_categories ul li a {
    padding-left: 28px;
}

.blog-sidebar .widget.widget_categories ul li a:after {
    position: absolute;
    background-image: url(../img/icon/angle-right.svg);
    background-repeat: no-repeat;
    width: 6px;
    height: 10px;
    content: "";
    left: 0;
    top: 7px;
}

.section-title {
    position: relative;
    margin-bottom: 67px;
}

@media only screen and (max-width: 991px) {
    .section-title {
        margin-bottom: 47px;
    }
}

.section-title.style--two {
    margin-bottom: 39px;
}

.section-title.style--two h2 {
    margin-bottom: 29px;
}

.section-title.style--two p:not(:last-child) {
    margin-bottom: 42px;
}

.section-title.feature-title h2 {
    font-size: 42px;
}

.section-title.feature-title2 h2 {
    margin-bottom: 28px;
}

.section-title.feature-title2 p:not(:last-child) {
    margin-bottom: 26px;
}

.section-title.feature-title2 .btn {
    margin-top: 16px;
}

.section-title.style--three {
    margin-bottom: 0;
}

.section-title.style--three h5 {
    margin-bottom: 29px;
}

.section-title.style--three h5.mb-n1 {
    margin-bottom: 25px;
}

.section-title.style--three h2 {
    margin-bottom: 29px;
}

.section-title.style--three p:not(:last-child) {
    margin-bottom: 42px;
}

@media only screen and (max-width: 991px) {
    .section-title.style--three {
        margin-bottom: 60px;
    }
}

.section-title.price-plan {
    margin-bottom: 46px;
}

.section-title.border-bottom {
    padding-bottom: 27px;
    border-color: rgba(0, 195, 255, 0.2);
    margin-bottom: 24px;
}

.section-title.c4 h5 {
    color: #0364ff;
}

@media only screen and (max-width: 767px) {
    .section-title br {
        display: none;
    }
}

.section-title h5 {
    text-transform: uppercase;
    margin-bottom: 24px;
    margin-top: -2px;
}

.section-title h4 {
    font-size: 21px;
    margin-bottom: 20px;
}

.section-title h2 {
    margin-top: -9px;
    margin-bottom: 25px;
    font-weight: 900;
    font-size: 48px;
    letter-spacing: -1px;
}

@media only screen and (max-width: 479px) {
    .section-title h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 991px) {
    .pagination {
        margin-top: -20px;
    }
}

.pagination li:not(:last-child) {
    margin-right: 15px;
}

.pagination li:first-child a,
.pagination li:first-child span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination li a,
.pagination li span {
    width: 45px;
    height: 45px;
    line-height: 1;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    border: 1px solid #00c3ff;
}

.pagination li a svg path,
.pagination li span svg path {
    fill: #00c3ff;
}

.pagination li a.active svg path,
.pagination li a:hover svg path,
.pagination li span.active svg path,
.pagination li span:hover svg path {
    fill: #fff;
}

.pagination li.nav-btn a.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.back-to-top {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    width: 35px;
    height: 35px;
    -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    color: #fff !important;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    bottom: 10%;
    right: 4%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.back-to-top.home4 {
    background-color: #007bfc;
}

.back-to-top.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.back-to-top:hover {
    opacity: 0.6;
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-title-wrap {
    min-height: 540px;
    padding-top: 220px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 479px) {
    .page-title-wrap {
        min-height: 460px;
    }
}

.page-title {
    padding-top: 5px;
}

.page-title h2 {
    margin-bottom: 22px;
    font-size: 55px;
}

.page-title ul li {
    font-size: 17px;
    position: relative;
    z-index: 1;
    line-height: 1;
}

.page-title ul li:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
}

.page-title ul li:not(:last-child):after {
    right: -5px;
    position: absolute;
    content: ">";
    top: 0;
    width: 10px;
    height: 10px;
}

.page-title-img img {
    max-width: initial;
}

.header-top {
    background-color: transparent;
    padding: 10px 0;
    position: relative;
    z-index: 2;
}

.header-top::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
}

@media only screen and (max-width: 767px) {
    .header-top {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .header-top .info-bar {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 479px) {
    .header-top .info-bar ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header-top .info-bar ul li {
        padding-right: 0;
        margin-right: 0;
    }

    .header-top .info-bar ul li:after {
        display: none;
    }
}

.header-main {
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    width: 100%;
    z-index: 9;
    position: absolute;
    margin-top: 10px;
}

.header-main.fixed-top {
    position: fixed;
}

.header-main.sticky {
    margin-top: 0;
}

.header-main.sticky ul.nav>li>a.current-menu-parent:after,
.header-main.sticky ul.nav>li>a:hover:after {
    display: none;
}

.header-main.sticky .logo .sticky-logo {
    display: block;
}

.header-main.sticky .logo .main-logo {
    display: none;
}

.header-main.sticky #menu-button span {
    background-color: #111;
}

.header-main.sticky #menu-button span:after,
.header-main.sticky #menu-button span:before {
    background-color: #111;
}

.header-main.sticky .submenu-button {
    color: #111;
}

.header-main.sticky .search-toggle-btn svg path {
    fill: #00c3ff;
}

.header-main.sticky .btn.header-btn {
    border-color: #00c3ff;
}

.header-main .logo .sticky-logo {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .header-main .logo {
        max-width: 180px;
    }

    .header-main .logo svg {
        max-width: 180px;
    }
}

.header-main .submenu-button {
    position: absolute;
    right: 12px;
    top: 24px;
    height: 5px;
    width: 5px;
    font-size: 10px;
    z-index: 9999;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.header-main .submenu-button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    line-height: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 900;
}

@media only screen and (max-width: 991px) {
    .header-main .submenu-button {
        right: 0;
        top: 10px;
        height: 30px;
        width: 30px;
        color: #111;
        font-size: 14px;
    }

    .header-main .submenu-button:after {
        line-height: 30px;
    }

    .header-main .submenu-button.submenu-opened:after {
        content: "\f106";
        color: #00c3ff;
    }

    .header-main .nav-wrap-inner {
        background-color: #fff;
        -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
        width: calc(100% - 30px);
        position: absolute;
        left: 15px;
        top: 110%;
        z-index: 9;
        max-height: 400px;
        overflow-y: auto;
    }
}

@media only screen and (max-width: 991px) {
    .header-main ul.nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 14px 20px;
        padding-right: 0;
    }

    .header-main ul.nav>li {
        width: 100%;
    }
}

.header-main ul.nav>li>a {
    line-height: 50px;
    position: relative;
    display: block;
    font-size: 17px;
}

@media only screen and (max-width: 991px) {
    .header-main ul.nav>li>a {
        color: #111;
    }
}

.header-main ul.nav>li>a.current-menu-parent:after,
.header-main ul.nav>li>a:hover:after {
    width: 20px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    content: "";
}

.header-main ul.nav li:hover>ul {
    top: 100%;
}

.header-main ul.nav ul {
    position: absolute;
    left: 0;
    top: -2000px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 200px;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    z-index: 9;
    border-radius: 0 0 5px 5px;
    padding: 0;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 991px) {
    .header-main ul.nav ul {
        position: static;
        -webkit-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent;
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .header-main ul.nav ul li {
        margin-left: 20px;
    }

    .header-main ul.nav ul li a:after,
    .header-main ul.nav ul li a:before {
        display: none;
    }
}

.header-main ul.nav ul li {
    padding: 8px 20px;
}

@media only screen and (max-width: 991px) {
    .header-main ul.nav ul li {
        padding-left: 0;
        padding-right: 0;
    }
}

.header-main ul.nav ul li a {
    display: block;
}

.header-main ul.nav ul li a:after {
    position: absolute;
    left: 0;
    content: "";
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header-main ul.nav ul li:not(:last-child) a:after {
    bottom: 0;
    height: 1px;
    width: 100%;
    opacity: 0.1;
}

.header-main ul.nav ul li:hover>ul {
    top: 0;
}

.header-main ul.nav ul ul {
    left: 100%;
}

.header-main ul.nav ul.open {
    visibility: visible;
    opacity: 1;
}

.header-main ul li {
    position: relative;
    padding: 0 25px;
}

@media only screen and (max-width: 1199px) {
    .header-main ul li {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 991px) {
    .header-main ul li {
        padding: 0;
    }
}

.header-main ul li a {
    text-transform: capitalize;
}

.header-main ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media only screen and (min-width: 992px) {
    .header-main ul.sub-menu .submenu-button {
        display: none;
    }
}

.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-right>div:not(:last-child) {
    margin-right: 20px;
}

.offcanvas-trigger {
    cursor: pointer;
}

.full-page-search {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.full-page-search.show {
    opacity: 1;
    visibility: visible;
}

.full-page-search .search-close-btn {
    position: absolute;
    right: 15%;
    top: 15%;
    font-size: 20px;
}

.full-page-search .input-wrapper {
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.full-page-search .input-wrapper input {
    width: 100%;
    font-size: 15px;
    background-color: transparent;
    border: 0;
    padding-left: 35px;
    padding-bottom: 6px;
}

.full-page-search .input-wrapper .input-icon {
    position: absolute;
    left: 10px;
    top: 0;
}

.offcanvas-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 400px;
    width: 100%;
    right: 0;
    left: auto;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 1031;
}

.offcanvas-wrapper.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.offcanvas-wrapper .offcanvas-close {
    cursor: pointer;
    z-index: 999;
    top: 30px;
    right: 30px;
}

.offcanvas-wrapper .widget:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(57, 62, 92, 0.09);
}

.offcanvas-wrapper .widget .widget-title {
    margin-bottom: 15px;
    position: relative;
    padding-left: 10px;
}

.offcanvas-wrapper .widget .widget-title:before {
    position: absolute;
    left: 0;
    top: 42%;
    width: 3px;
    height: 15px;
    background-color: #03a87c;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.offcanvas-wrapper .widget.widget_contact ul li a:hover {
    color: #03a87c;
}

.offcanvas-wrapper .widget.widget_social_links .socials a:hover i {
    color: #03a87c;
}

.offcanvas-wrapper .widget p:last-child {
    margin-bottom: 0 !important;
}

.offcanvas-wrapper .offcanvas-content {
    padding: 40px;
}

.offcanvas-wrapper .offcanvas-content .widget_logo svg {
    max-width: 180px;
}

.offcanvas-wrapper.style--two .widget .widget-title:before {
    background-color: #00c3ff;
}

.offcanvas-wrapper.style--two .widget.widget_contact ul li a:hover {
    color: #00c3ff;
}

.offcanvas-wrapper.style--two .widget.widget_social_links .socials a:hover i {
    color: #00c3ff;
}

.offcanvas-overlay {
    opacity: 0;
    visibility: hidden;
}

.offcanvas-overlay.show {
    opacity: 0.9;
    visibility: visible;
}

#menu-button {
    display: none;
    height: 25px;
    width: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: -2px;
    margin-right: 20px;
}

@media only screen and (max-width: 991px) {
    #menu-button {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

@media only screen and (max-width: 575px) {
    #menu-button {
        margin-right: 0;
    }
}

#menu-button span {
    position: relative;
    display: block;
    width: 25px;
    height: 2px;
}

#menu-button span:after,
#menu-button span:before {
    position: absolute;
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#menu-button span:before {
    top: -7px;
}

#menu-button span:after {
    top: 7px;
}

#menu-button.menu-opened span {
    background-color: transparent !important;
}

#menu-button.menu-opened span:before {
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}

#menu-button.menu-opened span:after {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
}

.header.style--two .header-main ul.nav>li>a {
    font-size: 17px !important;
}

.header.style--two .header-main ul.nav>li>a:after {
    display: none;
}

.header.style--two .header-main ul.nav>li>a.current-menu-parent,
.header.style--two .header-main ul.nav>li>a:hover {
    color: #03a87c;
}

.header.style--two .header-main ul.nav>li>a.current-menu-parent~.submenu-button,
.header.style--two .header-main ul.nav>li>a:hover~.submenu-button {
    color: #03a87c;
}

.header.style--two .header-main ul.nav>li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.header.style--two .header-main ul.nav li {
    padding: 8px 22px;
}

.header.style--two .header-main ul.nav li a {
    font-size: 16px;
    text-transform: uppercase;
}

.header.style--two .header-main ul.nav li a.current-menu-children,
.header.style--two .header-main ul.nav li a:hover {
    color: #03a87c;
}

.header.style--two .header-main ul.nav li a.current-menu-children~.submenu-button,
.header.style--two .header-main ul.nav li a:hover~.submenu-button {
    color: #03a87c;
}

@media only screen and (max-width: 1199px) {
    .header.style--two .header-main ul.nav li {
        padding: 8px 18px;
    }

    .header.style--two .header-main ul.nav li .submenu-button {
        right: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .header.style--two .header-main ul.nav li {
        padding: 8px 0;
    }
}

.header.style--two .header-main .btn.header-btn {
    padding: 13px 24px 14px;
}

.header.style--two .header-main .btn.header-btn:hover {
    background-color: #f76d00;
}

.header.style--two .header-main.sticky ul.nav>li>a.current-menu-parent~.submenu-button:after,
.header.style--two .header-main.sticky ul.nav>li>a:hover~.submenu-button:after {
    color: #03a87c;
}

.header.style--two .header-main.sticky .btn.header-btn {
    border-color: #03a87c;
}

.header.style--two .header-main.sticky .btn.header-btn:hover {
    background-color: #f76d00;
    border-color: #f76d00;
}

@media only screen and (max-width: 1199px) {
    .header.style--two .header-main .logo {
        max-width: 135px;
    }

    .header.style--two .header-main .logo svg {
        max-width: 135px;
    }
}

@media only screen and (max-width: 991px) {
    .header.style--two .header-main .logo {
        max-width: 180px;
    }

    .header.style--two .header-main .logo svg {
        max-width: 180px;
    }
}

.header.style--two .submenu-button {
    right: 12px;
    top: 23px;
}

@media only screen and (max-width: 991px) {
    .header.style--two .submenu-button {
        top: 10px;
    }
}

.header.style--two .submenu-button:after {
    content: "\f0d7";
}

.header.style--two .search-toggle-btn svg path {
    fill: #111;
}

.header.style--two #menu-button span {
    background-color: #111;
}

.header.style--two #menu-button span:after,
.header.style--two #menu-button span:before {
    background-color: #111;
}

.header.style--three {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.header.style--three .header-main {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header.style--three .header-main ul.nav>li>a {
    font-size: 17px !important;
}

@media only screen and (min-width: 992px) {
    .header.style--three .header-main ul.nav>li>a {
        line-height: 80px;
    }
}

.header.style--three .header-main ul.nav>li>a.current-menu-parent,
.header.style--three .header-main ul.nav>li>a:hover {
    color: #fff !important;
}

.header.style--three .header-main ul.nav>li>a.current-menu-parent:after,
.header.style--three .header-main ul.nav>li>a:hover:after {
    background-color: #00c3ff;
}

@media only screen and (max-width: 991px) {

    .header.style--three .header-main ul.nav>li>a.current-menu-parent:after,
    .header.style--three .header-main ul.nav>li>a:hover:after {
        display: none;
    }
}

.header.style--three .header-main ul.nav>li>a.current-menu-parent~.submenu-button,
.header.style--three .header-main ul.nav>li>a:hover~.submenu-button {
    color: #fff !important;
}

@media only screen and (max-width: 991px) {

    .header.style--three .header-main ul.nav>li>a.current-menu-parent,
    .header.style--three .header-main ul.nav>li>a:hover {
        color: #00c3ff !important;
    }

    .header.style--three .header-main ul.nav>li>a.current-menu-parent~.submenu-button,
    .header.style--three .header-main ul.nav>li>a:hover~.submenu-button {
        color: #00c3ff !important;
    }
}

.header.style--three .header-main ul.nav>li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.header.style--three .header-main ul.nav li {
    padding: 8px 22px;
}

.header.style--three .header-main ul.nav li a {
    font-size: 16px;
    text-transform: uppercase;
}

.header.style--three .header-main ul.nav li a.current-menu-children,
.header.style--three .header-main ul.nav li a:hover {
    color: #00c3ff;
}

.header.style--three .header-main ul.nav li a.current-menu-children~.submenu-button,
.header.style--three .header-main ul.nav li a:hover~.submenu-button {
    color: #00c3ff;
}

@media only screen and (max-width: 1199px) {
    .header.style--three .header-main ul.nav li {
        padding: 8px 18px;
    }

    .header.style--three .header-main ul.nav li .submenu-button {
        right: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .header.style--three .header-main ul.nav li {
        padding: 8px 0;
    }
}

.header.style--three .header-main .btn.header-btn {
    padding: 14px 24px 13px;
    font-size: 17px;
    text-transform: capitalize;
    background-color: transparent;
    border-color: #fff;
}

.header.style--three .header-main .btn.header-btn:hover {
    border-color: #fff;
    color: #00c3ff;
}

.header.style--three .header-main.sticky ul.nav>li>a.current-menu-parent,
.header.style--three .header-main.sticky ul.nav>li>a:hover {
    color: #00c3ff !important;
}

.header.style--three .header-main.sticky ul.nav>li>a.current-menu-parent~.submenu-button,
.header.style--three .header-main.sticky ul.nav>li>a:hover~.submenu-button {
    color: #00c3ff !important;
}

.header.style--three .header-main.sticky .btn.header-btn {
    background-color: transparent;
    border-color: #00c3ff;
    color: #00c3ff;
}

.header.style--three .header-main.sticky .btn.header-btn:hover {
    background-color: #00c3ff;
    border-color: #00c3ff;
    color: #fff;
}

.header.style--three .header-main.sticky #menu-button span {
    background-color: #00c3ff;
}

.header.style--three .header-main.sticky #menu-button span:after,
.header.style--three .header-main.sticky #menu-button span:before {
    background-color: #00c3ff;
}

.header.style--three .header-main.sticky .offcanvas-trigger svg rect {
    fill: #00c3ff;
}

@media only screen and (max-width: 1199px) {
    .header.style--three .header-main .logo {
        max-width: 135px;
    }

    .header.style--three .header-main .logo svg {
        max-width: 135px;
    }
}

@media only screen and (max-width: 991px) {
    .header.style--three .header-main .logo {
        max-width: 180px;
    }

    .header.style--three .header-main .logo svg {
        max-width: 180px;
    }
}

.header.style--three .submenu-button {
    right: 12px;
    top: 37px;
}

@media only screen and (max-width: 991px) {
    .header.style--three .submenu-button {
        color: #111;
    }
}

@media only screen and (max-width: 991px) {
    .header.style--three .submenu-button {
        top: 10px;
    }
}

.header.style--three .submenu-button:after {
    content: "\f0d7";
}

.header.style--three #menu-button span {
    background-color: #fff;
}

.header.style--three #menu-button span:after,
.header.style--three #menu-button span:before {
    background-color: #fff;
}

.header.style--three .offcanvas-trigger svg rect {
    fill: #fff;
}

.header.style--four .header-main ul.nav>li>a.current-menu-parent,
.header.style--four .header-main ul.nav>li>a:hover {
    color: #fff !important;
}

.header.style--four .header-main ul.nav>li>a.current-menu-parent~.submenu-button,
.header.style--four .header-main ul.nav>li>a:hover~.submenu-button {
    color: #fff !important;
}

.header.style--four .header-main ul.nav>li>a.current-menu-parent:after,
.header.style--four .header-main ul.nav>li>a:hover:after {
    background-color: #fff;
}

@media only screen and (max-width: 991px) {

    .header.style--four .header-main ul.nav>li>a.current-menu-parent:after,
    .header.style--four .header-main ul.nav>li>a:hover:after {
        display: none;
    }
}

@media only screen and (max-width: 991px) {

    .header.style--four .header-main ul.nav>li>a.current-menu-parent,
    .header.style--four .header-main ul.nav>li>a:hover {
        color: #0364ff !important;
    }

    .header.style--four .header-main ul.nav>li>a.current-menu-parent~.submenu-button,
    .header.style--four .header-main ul.nav>li>a:hover~.submenu-button {
        color: #0364ff !important;
    }
}

.header.style--four .header-main ul.nav li a.current-menu-children,
.header.style--four .header-main ul.nav li a:hover {
    color: #0364ff;
}

.header.style--four .header-main ul.nav li a.current-menu-children~.submenu-button,
.header.style--four .header-main ul.nav li a:hover~.submenu-button {
    color: #0364ff;
}

.header.style--four .header-main .btn.header-btn:hover {
    color: #0364ff;
}

.header.style--four .header-main.sticky ul.nav>li>a.current-menu-parent,
.header.style--four .header-main.sticky ul.nav>li>a:hover {
    color: #0364ff !important;
}

.header.style--four .header-main.sticky ul.nav>li>a.current-menu-parent~.submenu-button,
.header.style--four .header-main.sticky ul.nav>li>a:hover~.submenu-button {
    color: #0364ff !important;
}

.header.style--four .header-main.sticky ul.nav>li>a.current-menu-parent~.submenu-button:after,
.header.style--four .header-main.sticky ul.nav>li>a:hover~.submenu-button:after {
    color: #0364ff;
}

.header.style--four .header-main.sticky .btn.header-btn {
    background-color: transparent;
    border-color: #0364ff;
    color: #0364ff;
}

.header.style--four .header-main.sticky .btn.header-btn:hover {
    background-color: #0364ff;
    border-color: #0364ff;
    color: #fff;
}

.header.style--four .header-main.sticky .search-toggle-btn svg path {
    fill: #0364ff;
}

.header.style--four .header-main.sticky #menu-button span {
    background-color: #0364ff;
}

.header.style--four .header-main.sticky #menu-button span:after,
.header.style--four .header-main.sticky #menu-button span:before {
    background-color: #0364ff;
}

.header.style--four #menu-button span {
    background-color: #fff;
}

.header.style--four #menu-button span:after,
.header.style--four #menu-button span:before {
    background-color: #fff;
}

.header.style--five {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.header.style--five .header-main {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header.style--five .header-main ul.nav>li>a {
    font-size: 17px !important;
}

@media only screen and (min-width: 992px) {
    .header.style--five .header-main ul.nav>li>a {
        line-height: 80px;
    }
}

.header.style--five .header-main ul.nav>li>a.current-menu-parent,
.header.style--five .header-main ul.nav>li>a:hover {
    color: #fff !important;
}

.header.style--five .header-main ul.nav>li>a.current-menu-parent:after,
.header.style--five .header-main ul.nav>li>a:hover:after {
    background-color: #00c3ff;
}

@media only screen and (max-width: 991px) {

    .header.style--five .header-main ul.nav>li>a.current-menu-parent:after,
    .header.style--five .header-main ul.nav>li>a:hover:after {
        display: none;
    }
}

.header.style--five .header-main ul.nav>li>a.current-menu-parent~.submenu-button,
.header.style--five .header-main ul.nav>li>a:hover~.submenu-button {
    color: #fff !important;
}

@media only screen and (max-width: 991px) {

    .header.style--five .header-main ul.nav>li>a.current-menu-parent,
    .header.style--five .header-main ul.nav>li>a:hover {
        color: #00c3ff !important;
    }

    .header.style--five .header-main ul.nav>li>a.current-menu-parent~.submenu-button,
    .header.style--five .header-main ul.nav>li>a:hover~.submenu-button {
        color: #00c3ff !important;
    }
}

.header.style--five .header-main ul.nav>li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.header.style--five .header-main ul.nav li {
    padding: 8px 22px;
}

.header.style--five .header-main ul.nav li a {
    font-size: 16px;
}

.header.style--five .header-main ul.nav li a.current-menu-children,
.header.style--five .header-main ul.nav li a:hover {
    color: #00c3ff;
}

.header.style--five .header-main ul.nav li a.current-menu-children~.submenu-button,
.header.style--five .header-main ul.nav li a:hover~.submenu-button {
    color: #00c3ff;
}

@media only screen and (max-width: 1199px) {
    .header.style--five .header-main ul.nav li {
        padding: 8px 18px;
    }

    .header.style--five .header-main ul.nav li .submenu-button {
        right: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .header.style--five .header-main ul.nav li {
        padding: 8px 0;
    }
}

.header.style--five .header-main.sticky ul.nav>li>a.current-menu-parent,
.header.style--five .header-main.sticky ul.nav>li>a:hover {
    color: #00c3ff !important;
}

.header.style--five .header-main.sticky ul.nav>li>a.current-menu-parent~.submenu-button,
.header.style--five .header-main.sticky ul.nav>li>a:hover~.submenu-button {
    color: #00c3ff !important;
}

.header.style--five .header-main.sticky #menu-button span {
    background-color: #00c3ff;
}

.header.style--five .header-main.sticky #menu-button span:after,
.header.style--five .header-main.sticky #menu-button span:before {
    background-color: #00c3ff;
}

.header.style--five .header-main.sticky .offcanvas-trigger svg rect {
    fill: #00c3ff;
}

@media only screen and (max-width: 1199px) {
    .header.style--five .header-main .logo {
        max-width: 180px;
    }

    .header.style--five .header-main .logo svg {
        max-width: 180px;
    }
}

.header.style--five .submenu-button {
    right: 12px;
    top: 39px;
}

@media only screen and (max-width: 991px) {
    .header.style--five .submenu-button {
        color: #111;
    }
}

@media only screen and (max-width: 991px) {
    .header.style--five .submenu-button {
        top: 10px;
    }
}

.header.style--five #menu-button span {
    background-color: #fff;
}

.header.style--five #menu-button span:after,
.header.style--five #menu-button span:before {
    background-color: #fff;
}

.header.style--five .offcanvas-trigger svg rect {
    fill: #fff;
}

.footer {
    position: relative;
}

.footer .widget {
    margin-bottom: 60px;
}

.footer .widget .widget-title {
    margin-bottom: 33px;
}

.footer-main {
    padding: 80px 0 20px;
}

@media only screen and (max-width: 991px) {
    .footer-main {
        padding-top: 80px;
    }
}

.footer-bottom {
    padding: 30px 0;
}

.footer-bottom .container {
    position: relative;
}

.footer-bottom .container:after {
    width: calc(100% - 30px);
    height: 1px;
    left: 15px;
    top: -30px;
    opacity: 0.15;
    position: absolute;
    content: "";
}

.footer-bottom.style--two .container:after {
    background-color: #000;
    opacity: 0.1;
}

.footer-bottom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .footer-bottom-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer-bottom-content p {
    max-width: 555px;
}

.footer-bottom-content.c4 p a {
    color: #007bfc;
}

.single-post-item {
    overflow: hidden;
    border-radius: 7px;
    margin-bottom: 30px;
}

.single-post-item.mbs2 {
    margin-bottom: 60px;
}

.single-post-item .post-thumbnail img {
    width: 100%;
}

.single-post-item .post-content {
    padding: 20px 35px 23px;
}

.single-post-item .post-content .post-title {
    margin-bottom: 10px;
    line-height: 1.416;
}

.single-post-item .post-content .post-meta,
.single-post-item .post-content .post-meta-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-post-item .post-content .post-meta li:not(:last-child),
.single-post-item .post-content .post-meta-bottom li:not(:last-child) {
    margin-right: 25px;
}

@media only screen and (max-width: 1199px) {

    .single-post-item .post-content .post-meta li:not(:last-child),
    .single-post-item .post-content .post-meta-bottom li:not(:last-child) {
        margin-right: 14px;
    }
}

.single-post-item .post-content .post-meta li a,
.single-post-item .post-content .post-meta-bottom li a {
    text-transform: uppercase;
}

.single-post-item .post-content .post-meta {
    margin-bottom: 5px;
}

.single-post-item .post-content .post-meta a {
    font-size: 12px;
}

.single-post-item .post-content .post-meta-bottom a {
    font-size: 13px;
}

.single-post-item:hover {
    -webkit-box-shadow: 7px 7px 45px rgba(0, 0, 0, 0.07);
    box-shadow: 7px 7px 45px rgba(0, 0, 0, 0.07);
}

.single-post-item.style--two {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.single-post-item.style--two .post-content {
    padding: 0;
    background-color: transparent;
    margin-bottom: -5px;
}

.single-post-item.style--two .post-content .post-meta {
    padding-top: 21px;
    margin-bottom: 5px;
}

.single-post-item.style--two .post-content .post-meta li {
    text-transform: uppercase;
    margin-right: 0;
    position: relative;
}

.single-post-item.style--two .post-content .post-meta li:not(:last-child):after {
    content: "/";
    color: #a3a3a3;
    margin: 0 3px;
}

.single-post-item.style--two .post-content .post-meta li a {
    color: #a3a3a3;
    font-size: 14px;
}

.single-post-item.style--two .btn-inline {
    text-transform: uppercase;
    font-size: 13px;
}

.single-post-item.style--two .btn-inline svg {
    margin-right: 5px;
    margin-left: 0;
    position: relative;
    top: -1px;
}

.single-post-item.style--two .btn-inline svg path {
    fill: #00c3ff;
}

.single-post-item.style--three {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.single-post-item.style--three .post-content {
    padding: 0;
    background-color: transparent;
    margin-bottom: -5px;
}

.single-post-item.style--three .post-content .post-title a:hover {
    color: #0364ff;
}

.single-post-item.style--three .post-content .post-meta {
    padding-top: 21px;
    margin-bottom: 5px;
}

.single-post-item.style--three .post-content .post-meta li {
    text-transform: uppercase;
    margin-right: 0;
    position: relative;
}

.single-post-item.style--three .post-content .post-meta li:not(:last-child):after {
    content: "/";
    color: #a3a3a3;
    margin: 0 3px;
}

.single-post-item.style--three .post-content .post-meta li a {
    color: #a3a3a3;
    font-size: 14px;
}

.single-post-item.style--three .post-content .post-meta li a:hover {
    color: #0364ff;
}

.single-post-item.style--three .btn-inline {
    text-transform: uppercase;
    font-size: 13px;
}

.single-post-item.style--three .btn-inline svg {
    margin-right: 5px;
    margin-left: 0;
    position: relative;
    top: -1px;
}

.single-post-item.style--three .btn-inline svg path {
    fill: #0364ff;
}

.single-post-item.style--three .btn-inline:hover {
    color: #0364ff;
}

.post-details .entry-header .entry-thumbnail {
    margin-bottom: 50px;
}

.post-details .entry-header .entry-title {
    font-size: 36px;
    line-height: 1.28;
    margin-bottom: 15px;
    font-weight: 900;
}

.entry-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 479px) {
    .entry-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .entry-footer>div {
        width: 100%;
    }

    .entry-footer>div:not(:last-child) {
        border-bottom: 1px solid #dee2e6;
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
}

.entry-footer .social-share a {
    height: auto;
    width: auto;
    border: none;
}

.entry-footer .social-share a i {
    color: #666;
}

.entry-footer .social-share a:hover {
    background: 0 0;
}

.entry-footer .social-share a:hover i {
    color: #00c3ff;
}

.post-details .entry-header .entry-meta {
    margin-bottom: 30px;
}

.post-details .entry-header .entry-meta li {
    display: inline-block;
}

.post-details .entry-header .entry-meta>li:not(:last-child) {
    margin-right: 24px;
}

.post-details .entry-header .entry-meta li span {
    font-weight: 700;
    margin-right: 7px;
}

.post-details .entry-categories ul li:first-child,
.post-details .entry-tags ul li:first-child {
    font-size: 16px;
    font-weight: 700;
    margin-right: 7px;
}

.post-details .entry-categories ul li a,
.post-details .entry-tags ul li a {
    font-size: 14px;
    line-height: 1.57;
}

.post-details .entry-categories ul li a:not(:last-child):after,
.post-details .entry-tags ul li a:not(:last-child):after {
    content: ",";
}

.comment-content .login-register-wrapper .tab-btn li,
.comment-content .woocommerce-checkout .form-row.notes label,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.entry-content .login-register-wrapper .tab-btn li,
.entry-content .woocommerce-checkout .form-row.notes label,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.login-register-wrapper .tab-btn .comment-content li,
.login-register-wrapper .tab-btn .entry-content li,
.login-register-wrapper .tab-btn .page--content li,
.page--content .login-register-wrapper .tab-btn li,
.page--content .woocommerce-checkout .form-row.notes label,
.page--content h1,
.page--content h2,
.page--content h3,
.page--content h4,
.page--content h5,
.page--content h6,
.woocommerce-checkout .form-row.notes .comment-content label,
.woocommerce-checkout .form-row.notes .entry-content label,
.woocommerce-checkout .form-row.notes .page--content label {
    line-height: 1.5;
    margin-bottom: 20px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    padding-top: 20px;
    margin-bottom: 18px;
}

.comment-content p,
.entry-content p,
.page--content p {
    margin-bottom: 30px;
}

.comment-content table,
.entry-content table,
.page--content table {
    margin-bottom: 30px;
}

.comment-content select,
.entry-content select,
.page--content select {
    margin-bottom: 30px;
}

.comment-content> :last-child,
.entry-content> :last-child,
.page--content> :last-child {
    margin-bottom: 0;
}

.comment-content a i {
    margin-right: 7px;
    font-size: 14px;
}

.post-author {
    padding: 45px 0 33px;
}

@media only screen and (max-width: 575px) {
    .post-author {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
}

.post-author .author-thumb {
    margin-right: 30px;
}

@media only screen and (max-width: 575px) {
    .post-author .author-thumb {
        margin-bottom: 20px;
    }
}

.post-author .author-info h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.post-navigation .nav-link {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0;
}

.post-navigation .nav-link:first-child {
    padding-right: 10px;
}

.post-navigation .nav-link:last-child {
    padding-left: 10px;
}

.post-navigation .nav-link:last-child .nav-title i {
    margin-right: 0;
    margin-left: 10px;
}

.post-navigation .nav-link .nav-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 17px;
}

.post-navigation .nav-link .nav-title i {
    margin-right: 10px;
}

.post-navigation .nav-link .nav-title.text-right i {
    margin-left: 10px;
}

.post-navigation .nav-link .posted-on {
    margin: 10px 0 2px;
    display: block;
    font-size: 14px;
}

.post-navigation .nav-link:hover .nav-title {
    opacity: 1;
}

.related-post h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.comments-area .comments-title {
    margin-bottom: 42px;
}

.comments-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments-area .comment .single-comment {
    padding-bottom: 27px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
}

@media only screen and (max-width: 575px) {
    .comments-area .comment .single-comment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.comments-area .comment .single-comment .comment-author-image {
    min-width: 65px;
    margin-right: 30px;
    border-radius: 50%;
    overflow: hidden;
}

@media only screen and (max-width: 575px) {
    .comments-area .comment .single-comment .comment-author-image {
        margin-bottom: 16px;
    }
}

.comments-area .comment .single-comment:not(.trackback):not(.pingback) .comment-content {
    max-width: calc(100% - 95px);
    width: 100%;
}

@media only screen and (max-width: 575px) {
    .comments-area .comment .single-comment:not(.trackback):not(.pingback) .comment-content {
        max-width: 100%;
    }
}

.comments-area .comment .single-comment .comment-content .author_name {
    margin-right: 10px;
    margin-bottom: 0;
}

.comments-area .comment .single-comment .comment-content .commented-on {
    font-size: 12px;
}

.comments-area .comment .single-comment .comment-content p {
    margin: 7px 0 5px;
}

.comments-area .comment ul.children {
    margin-left: 95px;
}

@media only screen and (max-width: 575px) {
    .comments-area .comment ul.children {
        margin-left: 20px;
    }
}

.comment-respond .comment-reply-title {
    margin-bottom: 25px;
}

.comment-respond .comment-form .comment-notes {
    margin-bottom: 42px;
}

.comment-content .comment-respond .comment-form select,
.comment-respond .comment-form .comment-content select,
.comment-respond .comment-form .entry-content select,
.comment-respond .comment-form .page--content select,
.entry-content .comment-respond .comment-form select,
.page--content .comment-respond .comment-form select {
    margin-bottom: 35px;
}

.comment-respond .comment-form .form-control {
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.comment-respond .comment-form .custom-checkbox {
    margin-bottom: 34px;
    margin-top: 4px;
}

.comment-respond p.color-container,
.comment-respond p.custom-checkbox {
    display: block;
    white-space: normal;
}

.content-404 {
    margin-top: 136px;
}

@media only screen and (max-width: 575px) {
    .content-404 {
        margin-top: 160px;
    }
}

.content-404 img {
    margin-bottom: 28px;
}

.content-404 h3 {
    margin-bottom: 35px;
}

.banner-shape {
    width: 100%;
    height: auto;
    left: 0;
    bottom: -1px;
    position: absolute;
}

.banner-content h1 {
    margin-bottom: 40px;
    font-size: 55px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -1px;
}

@media only screen and (max-width: 479px) {
    .banner-content h1 {
        font-size: 48px;
    }
}

.banner-content p {
    margin-bottom: 42px;
    font-size: 17px;
}

.banner-content .banner-price {
    position: relative;
    display: inline-block;
}

.banner-content .banner-price:after {
    width: 165px;
    height: 18px;
    left: -10px;
    bottom: -17px;
    position: absolute;
    content: "";
    background-image: url(../img/icon/banner-price-shape.png);
    background-size: contain;
}

@media only screen and (max-width: 767px) {
    .banner-content br {
        display: none;
    }
}

.banner-img {
    position: relative;
    display: inline-block;
    padding-left: 30px;
}

@media only screen and (max-width: 991px) {
    .banner-img {
        padding-left: 0;
    }
}

.banner-img .main-img {
    max-width: initial;
}

.banner-img img {
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.banner-img img:not(.main-img) {
    position: absolute;
    left: 0;
    top: 53%;
}

.banner-img img.monitor-img {
    left: 35px;
    top: 32%;
}

.banner-img img.text-img {
    left: 81%;
    top: 48%;
}

@media only screen and (max-width: 1199px) {
    .banner-img img.text-img {
        left: 97%;
    }
}

.banner-img img.box1-img {
    left: 107%;
    top: 46%;
    -webkit-animation: levitate 2.5s ease-in-out 0.4s infinite forwards;
    animation: levitate 2.5s ease-in-out 0.4s infinite forwards;
}

@media only screen and (max-width: 1199px) {
    .banner-img img.box1-img {
        left: 128%;
        top: 47%;
    }
}

.banner-img img.box2-img {
    left: 97%;
    top: 35%;
    -webkit-animation: levitate 2.5s ease-in-out 0.6s infinite forwards;
    animation: levitate 2.5s ease-in-out 0.6s infinite forwards;
}

@media only screen and (max-width: 1199px) {
    .banner-img img.box2-img {
        left: 118%;
        top: 35%;
    }
}

.banner-img img.box3-img {
    left: 53%;
    top: 13%;
    -webkit-animation: levitate 2.5s ease-in-out 0.1s infinite forwards;
    animation: levitate 2.5s ease-in-out 0.1s infinite forwards;
}

@media only screen and (max-width: 1199px) {
    .banner-img img.box3-img {
        left: 62%;
    }
}

.banner-img img.box4-img {
    left: 63%;
    top: 11%;
    -webkit-animation: levitate 2.5s ease-in-out infinite;
    animation: levitate 2.5s ease-in-out infinite;
}

@media only screen and (max-width: 1199px) {
    .banner-img img.box4-img {
        left: 76%;
    }
}

.banner-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 479px) {
    .banner-btn-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.banner-btn-group .btn:not(:last-child) {
    margin-right: 25px;
}

@media only screen and (max-width: 479px) {
    .banner-btn-group .btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 25px;
    }
}

.banner {
    padding-top: 148px;
    padding-bottom: 230px;
    min-height: 952px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .banner {
        padding-top: 180px;
    }
}

.banner.banner-bg {
    background: #1d0f9b;
    background: -webkit-gradient(linear, left top, right top, from(#1d0f9b), to(#00c3ff));
    background: -o-linear-gradient(left, #1d0f9b 0, #00c3ff 100%);
    background: linear-gradient(to right, #1d0f9b 0, #00c3ff 100%);
}

.banner.style--two {
    padding-bottom: 0;
    background-size: cover;
    min-height: auto;
    overflow: visible;
    padding-top: 200px;
    margin-bottom: 100px;
}

@media only screen and (max-width: 575px) {
    .banner.style--two {
        padding-top: 160px;
    }
}

@media only screen and (max-width: 479px) {
    .banner.style--two {
        margin-bottom: 0;
        padding-bottom: 50px;
    }
}

.banner.style--two .banner-img {
    padding-left: 0;
    display: block;
    text-align: center;
}

.banner.style--two .banner-img img {
    position: static;
    margin-bottom: -100px;
}

@media only screen and (max-width: 479px) {
    .banner.style--two .banner-img img {
        margin-bottom: 0;
    }
}

.banner.style--two .banner-content h1 {
    margin-bottom: 25px;
}

.banner.style--two .banner-content p {
    max-width: 744px;
    margin: 0 auto 42px;
}

.banner.style--two .banner-btn-group .btn-green:hover,
.banner.style--two .banner-btn-group .btn-orange:hover {
    border-color: #fff;
}

.banner.style--two .banner-btn-group .btn:not(:last-child) {
    margin-right: 20px;
}

@media only screen and (max-width: 479px) {
    .banner.style--two .banner-btn-group {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .banner.style--two .banner-btn-group .btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 16px;
    }
}

.banner.style--three {
    min-height: 1056px;
    padding-top: 200px;
    padding-bottom: 310px;
}

.banner.style--three .banner-content h1 {
    font-size: 90px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 575px) {
    .banner.style--three .banner-content h1 {
        font-size: 60px;
    }
}

.banner.style--three .banner-content p {
    font-size: 24px;
    margin-bottom: 56px;
}

@media only screen and (max-width: 575px) {
    .banner.style--three .banner-content p {
        font-size: 18px;
        margin-bottom: 46px;
    }
}

.banner.style--three .banner-img {
    padding-left: 0;
    margin-left: -30px;
}

.banner.style--three .banner-img img:not(.main-img) {
    position: absolute;
    left: 30px;
    top: 38%;
}

.banner.style--three .banner-img img:not(.main-img).men-img2 {
    left: 54%;
    top: 81%;
}

.banner.style--three .banner-img img:not(.main-img).men-img3 {
    left: 113%;
    top: 37%;
}

.banner.style--three .banner-btn-group .btn {
    background-color: #00c3ff;
}

.banner.style--three .banner-btn-group .btn:hover {
    border-color: #fff;
    color: #00c3ff;
}

@media only screen and (max-width: 479px) {
    .banner.style--three .banner-btn-group .btn:not(:last-child) {
        margin-bottom: 16px;
    }
}

.banner.style--four {
    background: -o-linear-gradient(-45deg, #123fc0 0, #1145d9 100%);
    background: -o-linear-gradient(135deg, #123fc0 0, #1145d9 100%);
    background: linear-gradient(-45deg, #123fc0 0, #1145d9 100%);
    padding-top: 190px;
}

@media only screen and (max-width: 767px) {
    .banner.style--four {
        padding-top: 160px;
    }
}

.banner.style--four .banner-img {
    padding-left: 0;
}

@media only screen and (max-width: 991px) {
    .banner.style--four .banner-img img {
        max-width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner.style--four .banner-content h1 {
        font-size: 46px;
    }
}

.banner.style--four .banner-btn-group .btn.btn-style4 {
    background-color: transparent;
    border-color: #fff;
}

.banner.style--four .banner-btn-group .btn.btn-style4:hover {
    border-color: #fff;
    color: #0364ff;
}

.typed::after {
    content: "";
    display: inline-block;
    -webkit-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    width: 2px;
    height: 40px;
}

.typed-cursor {
    opacity: 0;
    display: none;
}

.pricing-plan {
    position: relative;
    z-index: 1;
}

.pricing-plan:after {
    position: absolute;
    background-image: url(../img/bg/pricing.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 472px;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .pricing-plan:after {
        height: 372px;
    }
}

@media only screen and (max-width: 479px) {
    .pricing-plan:after {
        height: 390px;
    }
}

.price-bottom-content {
    margin-top: 43px;
}

.price-bottom-content.mt-60 {
    margin-top: 53px;
}

.price-bottom-content p {
    font-size: 18px;
}

.price-bottom-content a {
    font-size: 16px;
    display: inline-block;
    margin-left: 5px;
}

.price-bottom-content a svg {
    margin-right: 3px;
}

.pricing-table thead td,
.pricing-table thead th {
    padding: 41px 15px 35px;
}

@media only screen and (max-width: 991px) {

    .pricing-table thead td,
    .pricing-table thead th {
        padding: 30px 15px;
    }
}

.pricing-table .price-head .plan,
.pricing-table .price-head h3 {
    margin-bottom: 5px;
    font-size: 24px;
    display: block;
}

@media only screen and (max-width: 991px) {

    .pricing-table .price-head .plan,
    .pricing-table .price-head h3 {
        font-size: 17px;
        margin-bottom: 14px;
    }
}

.pricing-table .price-head span {
    line-height: calc(57 / 48);
}

.pricing-table tfoot td,
.pricing-table tfoot th {
    padding-top: 25px;
    padding-bottom: 25px;
}

.pricing-table td,
.pricing-table th {
    white-space: nowrap;
}

.pricing-table th:first-child {
    background-color: transparent;
    border: none;
    text-align: left;
}

.price {
    font-size: 48px;
    display: block;
}

.price span,
.price sup {
    font-size: 18px;
}

.price sup {
    position: relative;
    top: -24px;
    right: -5px;
}

@media only screen and (max-width: 991px) {
    .price {
        font-size: 28px;
    }

    .price sup {
        top: -10px;
    }
}

.price-bg-shape {
    position: relative;
    z-index: 1;
}

.price-bg-shape:after {
    width: 100%;
    height: 643px;
    left: 0;
    top: 0;
    background-image: url(../img/bg/price-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    z-index: -2;
}

.price-bg-shape.style--two:after {
    background-image: url(../img/bg/price-bg2.png);
    height: 637px;
}

.price-bg-shape.style--three:after {
    background-image: url(../img/bg/price-bg3.png);
    height: 562px;
}

.nav-pricing {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 auto 70px;
    padding: 5px;
}

.nav-pricing li {
    position: relative;
}

.nav-pricing li:not(:last-child) {
    padding-right: 10px;
    margin-right: 9px;
}

.nav-pricing li:not(:last-child):after {
    width: 1px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
}

.nav-pricing li button {
    padding: 11px 30px 12px;
    font-size: 16px;
}

.nav-pricing.style--two li button.active {
    background-color: #0364ff;
}

.single-price {
    border-radius: 20px 0 20px 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.single-price .price-head {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: 60px 5px 35px;
}

.single-price .price-head .price-icon {
    margin-bottom: 16px;
}

.single-price .price-head .price-icon img {
    margin-left: 35px;
}

.single-price .price-head h2 {
    font-size: 30px;
    margin-bottom: 12px;
}

.single-price .price-body {
    padding: 33px 15px 55px;
}

.single-price .price-body ul {
    margin-bottom: 37px;
}

.single-price .price-body ul li:not(:last-child) {
    margin-bottom: 22px;
}

.single-price .price {
    font-size: 33px;
    margin-left: -36px;
    width: 165px;
    height: 65px;
    display: block;
    position: relative;
    margin-right: 10px;
}

.single-price .price span,
.single-price .price sup {
    font-size: 12px;
}

.single-price .price sup {
    top: -17px;
}

.single-price .price span {
    margin-left: -4px;
}

.single-price .price:after {
    width: 22px;
    height: 16px;
    left: 0;
    bottom: -10px;
    position: absolute;
    content: "";
    background-image: url(../img/icon/price-after.png);
    background-repeat: no-repeat;
}

.single-price .pricing-area {
    padding: 25px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(16, 69, 219, 0.12);
}

.single-price .pricing-area .price-content p {
    font-size: 14px;
    margin-bottom: 3px;
}

.single-price .pricing-area .price-content .price-amount {
    font-size: 48px;
    margin-left: -3px;
}

.single-price .pricing-area .price-content .price-amount sup {
    font-size: 24px;
    position: relative;
    top: -20px;
    right: -3px;
}

.single-price .pricing-area .discount {
    text-align: right;
}

.single-price .pricing-area .discount p,
.single-price .pricing-area .discount span {
    font-size: 13px;
    margin-bottom: 0;
}

.single-price.style--two {
    text-align: left;
    padding: 53px 45px 60px;
    border-radius: 0;
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .single-price.style--two {
        border-radius: 5px !important;
    }
}

.single-price.style--two .price-head {
    padding: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(16, 69, 219, 0.12);
}

.single-price.style--two .price-body {
    padding: 0;
}

.single-price.style--two .price-body ul {
    margin-bottom: 18px;
    padding: 25px 0;
}

.single-price.style--two .price-body ul li {
    padding-left: 28px;
    position: relative;
    font-size: 14px;
    color: #9a9a9a;
}

.single-price.style--two .price-body ul li span {
    text-transform: uppercase;
}

.single-price.style--two .price-body ul li svg {
    position: absolute;
    left: 0;
    top: 5px;
}

.single-price.style--two.first-item {
    border-radius: 5px 0 0 5px;
}

.single-price.style--two.last-item {
    border-radius: 0 5px 5px 0;
}

.single-price-wrap {
    position: relative;
    margin-bottom: 60px;
    margin-right: 30px;
}

@media only screen and (max-width: 575px) {
    .single-price-wrap {
        margin-left: 15px;
    }
}

.single-price-wrap .single-price-bg-shape {
    width: 100%;
    height: 100%;
    left: 30px;
    top: 30px;
    position: absolute;
    border-radius: 20px 0 20px 20px;
    z-index: -1;
    opacity: 0.1;
}

.single-price-wrap:hover .single-price-bg-shape {
    opacity: 1;
}

.single-price-wrap.style--two .single-price-bg-shape {
    background-color: #0364ff;
}

.single-price-wrap.style--two .single-price .price:after {
    background-image: url(../img/icon/price-after2.png);
}

.single-price-wrap.style--three .single-price-bg-shape {
    background-color: #00c3ff;
}

.single-price-wrap.style--three .single-price .price:after {
    background-image: url(../img/icon/price-after3.png);
}

.single-price-wrap.style--three .btn.btn-border {
    border-color: #00c3ff;
}

.price-section {
    margin-top: -225px;
}

.hosting-price>nav {
    width: 100%;
    overflow-x: auto;
    padding-left: 12px;
    margin-left: -12px;
}

.hosting-price>nav .nav {
    width: 100%;
    position: relative;
    margin-top: 12px;
    margin-bottom: 41px;
    white-space: nowrap;
    min-width: 600px;
}

.hosting-price>nav .nav:after {
    width: 100%;
    left: 0;
    top: 0;
    height: 3px;
    background-color: rgba(16, 69, 219, 0.05);
    position: absolute;
    content: "";
}

.hosting-price>nav .nav>button {
    position: relative;
    width: 20%;
    text-align: left;
    padding: 0;
}

.hosting-price>nav .nav>button .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: -6px;
    cursor: pointer;
    display: inline-block;
    z-index: 1;
}

.hosting-price>nav .nav>button .dot:after {
    background-color: #bcc6d1;
    width: 9px;
    height: 9px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
    cursor: pointer;
}

.hosting-price>nav .nav>button span:not(.dot) {
    font-size: 14px;
    display: inline-block;
    padding-top: 33px;
    color: rgba(17, 17, 17, 0.3);
}

.hosting-price>nav .nav>button.active .dot {
    width: 40px;
    height: 40px;
    top: -18px;
    left: -12px;
}

.hosting-price>nav .nav>button.active .dot:after {
    width: 28px;
    height: 28px;
    background-image: url(../img/icon/check-round.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.hz-price-box {
    overflow-x: auto;
    padding-bottom: 10px;
}

.hz-price-box .hz-price-box-inner {
    border: 1px solid #e1e7fa;
    padding: 10px;
    padding-left: 0;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}

.hz-price-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hz-price-box ul li {
    margin-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: rgba(17, 17, 17, 0.4);
}

.hz-price-box ul li svg {
    margin-right: 10px;
}

@media only screen and (max-width: 1199px) {
    .hz-price-box ul li {
        margin-left: 20px;
    }
}

.hz-price-box .hz-price-box-right {
    margin-left: 30px;
}

.hz-price-box .hz-price-box-right .btn {
    margin-left: 30px;
}

.hz-price-box .price {
    font-size: 24px;
}

.provider-tab>nav {
    margin-bottom: 45px;
}

.provider-tab .nav {
    margin-right: -15px;
}

.provider-tab .nav button {
    border: 1px solid rgba(16, 69, 219, 0.12);
    font-size: 16px;
    padding: 18px 38px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 15px;
    margin-bottom: 15px;
}

.provider-tab .nav button.active {
    border-color: #00c3ff;
}

.s-service-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.s-service-wrap.style--two {
    border-color: rgba(0, 0, 0, 0.1);
}

.single-service {
    text-align: center;
    padding: 80px 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
}

.single-service .service-icon {
    margin-bottom: 23px;
}

.single-service:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    z-index: -1;
}

.single-service:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.single-service.style--two {
    padding: 0;
    margin-bottom: 76px;
    border: none;
}

.single-service.style--two .service-icon {
    margin-bottom: 37px;
}

.single-service.style--two h3 {
    margin-bottom: 24px;
}

.single-service.style--two .service-content {
    max-width: 280px;
    margin: 0 auto;
}

.single-service.style--two:after {
    display: none;
}

.single-service.style--three {
    padding: 0;
    text-align: left;
    max-width: 280px;
    margin: 0 auto 76px;
}

@media only screen and (max-width: 575px) {
    .single-service.style--three {
        text-align: center;
    }
}

.single-service.style--three .service-icon {
    margin-bottom: 30px;
}

@media only screen and (max-width: 479px) {
    .single-service.style--three {
        margin-bottom: 46px;
    }
}

.single-service.style--three h3 {
    margin-bottom: 18px;
}

.single-service.style--three .service-content {
    max-width: initial;
}

.single-service.style--three:after {
    display: none;
}

.single-service.style--four {
    padding: 0;
    margin-bottom: 76px;
    border: none;
}

.single-service.style--four .service-icon {
    margin-bottom: 37px;
}

.single-service.style--four h3 {
    margin-bottom: 24px;
}

.single-service.style--four .service-content {
    max-width: 280px;
    margin: 0 auto;
}

.single-service.style--four:after {
    display: none;
}

.single-service.style--five {
    border-color: rgba(0, 0, 0, 0.1);
}

.single-service.style--five:after {
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.05);
    box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.05);
}

.single-service.box-style {
    -webkit-box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.05);
    padding: 60px 15px 57px;
    margin-bottom: 30px;
}

.single-service.box-style:hover {
    -webkit-box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.1);
}

.single-service.box-style.style--four {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.single-service.box-style.style--four:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.feature-content .feature-list {
    margin-bottom: 42px;
}

.feature-img img {
    max-width: initial;
}

@media only screen and (max-width: 1199px) {
    .feature-img img {
        max-width: 100%;
    }
}

.feature-img img.ms-lg-n100 {
    margin-left: -100px;
}

@media only screen and (max-width: 1199px) {
    .feature-img img.ms-lg-n100 {
        margin-left: 0;
    }
}

.featured-items>.row [class*="col-"]:nth-child(2) {
    margin-top: 80px;
}

@media only screen and (max-width: 767px) {
    .featured-items>.row [class*="col-"]:nth-child(2) {
        margin-top: 0;
    }
}

.featured-items>.row [class*="col-"]:nth-child(3) {
    margin-top: -80px;
}

@media only screen and (max-width: 767px) {
    .featured-items>.row [class*="col-"]:nth-child(3) {
        margin-top: 0;
    }
}

.featured-item {
    padding: 45px 30px 42px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .featured-item {
        text-align: center;
    }
}

.featured-item .icon {
    margin-bottom: 30px;
}

.featured-item .content h3 {
    margin-bottom: 24px;
}

.hosting-banner {
    min-height: 795px;
    padding-top: 232px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    .hosting-banner {
        background-position: 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .hosting-banner {
        min-height: 600px;
    }
}

.hosting-banner-content h3 {
    margin-bottom: 13px;
}

.hosting-banner-content h2 {
    margin-bottom: 28px;
    font-size: 55px;
}

.hosting-banner-content p:not(:last-child) {
    margin-bottom: 42px;
}

@media only screen and (max-width: 991px) {
    .hosting-specification-nav {
        margin-bottom: 60px;
    }
}

.hosting-specification-nav button {
    font-size: 21px;
    padding: 20px;
    width: 100%;
    max-width: 285px;
    text-align: left;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .hosting-specification-nav button {
        max-width: initial;
    }
}

.hosting-specification-nav button:after {
    width: 3px;
    height: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    position: absolute;
}

.hosting-specification-nav button:not(:last-child) {
    margin-bottom: 20px;
}

.hosting-specification-nav button.active {
    -webkit-box-shadow: 0 0 90px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 90px rgba(0, 0, 0, 0.07);
}

.hosting-specification-nav button.active:after {
    height: 35px;
}

.hosting-specification-tab-content {
    margin-bottom: -58px;
}

.single-specification {
    margin-bottom: 54px;
}

.single-specification .specification-icon {
    margin-bottom: 30px;
}

.single-specification .specification-content h3 {
    margin-bottom: 18px;
}

@media only screen and (max-width: 991px) {
    .price-left-content {
        margin-bottom: 60px;
    }
}

.price-left-content h2 {
    font-size: 48px;
    margin-bottom: 28px;
}

.price-left-content .pricing-toogle {
    margin: 26px 0;
}

.price-left-content .money-back {
    margin-bottom: 42px;
    font-size: 18px;
}

.pricing-toogle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pricing-toogle .toggler {
    cursor: pointer;
    margin: 0;
}

.pricing-toogle .toggle {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 22px;
    border-radius: 50px;
    overflow: hidden;
    margin: 0 16px;
    border: 1px solid #00c3ff;
}

.pricing-toogle .check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
}

.pricing-toogle .switch {
    position: absolute;
    left: 4px;
    top: 4px;
    bottom: 4px;
    right: 57.5%;
    z-index: 1;
    -webkit-transition-property: left, right;
    -o-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-delay: 0.08s, 0s;
    -o-transition-delay: 0.08s, 0s;
    transition-delay: 0.08s, 0s;
    -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.pricing-toogle .check:checked~.switch {
    right: 4px;
    left: 57.5%;
}

.private-server-table {
    white-space: nowrap;
}

.private-server-table.table-striped>tbody>tr:nth-of-type(even) {
    --bs-table-accent-bg: #f7f7f7;
}

.private-server-table td,
.private-server-table th {
    border: none;
    vertical-align: middle;
}

.private-server-table td:first-child,
.private-server-table th:first-child {
    border-radius: 5px 0 0 5px;
}

.private-server-table td:last-child,
.private-server-table th:last-child {
    border-radius: 0 5px 5px 0;
}

.private-server-table td .btn,
.private-server-table th .btn {
    padding: 3px;
    padding-left: 24px;
    opacity: 0;
    visibility: hidden;
}

.private-server-table td .btn svg,
.private-server-table th .btn svg {
    width: 28px;
    height: 28px;
    padding: 8px;
    margin-left: 11px;
}

.private-server-table td .btn.active,
.private-server-table th .btn.active {
    opacity: 1;
    visibility: visible;
}

.private-server-table thead {
    background: #1d0f9b;
    background: -webkit-gradient(linear, left top, right top, from(#1d0f9b), to(#00c3ff));
    background: -o-linear-gradient(left, #1d0f9b 0, #00c3ff 100%);
    background: linear-gradient(to right, #1d0f9b 0, #00c3ff 100%);
}

.private-server-table thead th {
    text-transform: uppercase;
    font-size: 15px;
    padding: 20px 10px;
}

.private-server-table tbody tr:hover .btn {
    opacity: 1;
    visibility: visible;
}

.private-server-table tbody tr td {
    padding: 15px 10px;
}

.data_center_location-map {
    position: relative;
    display: inline-block;
}

.data_center_location-map .l_info {
    position: absolute;
    left: 10%;
    top: 24%;
}

.data_center_location-map .l_info.l_info2 {
    left: 36%;
    top: 66%;
}

.data_center_location-map .l_info.l_info3 {
    left: 38%;
    top: 10px;
}

.data_center_location-map .l_info.l_info4 {
    left: 50%;
    top: 35%;
}

.data_center_location-map .l_info.l_info5 {
    left: 80%;
    top: 16%;
}

.data_center_location-map .l_info.l_info6 {
    left: 94%;
    top: 88%;
}

.data_center_location-map .l_info.l_info7 {
    left: 28%;
    top: 27%;
}

.data_center_location-map .l_info.l_info8 {
    left: 57%;
    top: 58%;
}

.data_center_location-map .l_info.l_info9 {
    left: 74%;
    top: 47%;
}

.data_center_location-map .l_info.l_info10 {
    left: 94%;
    top: 18%;
}

.data_center_location-map .l_info.l_info11 {
    left: 63%;
    top: 18%;
}

.data_center_location-map .l_info.l_info12 {
    left: 83%;
    top: 75%;
}

.data_center_location-map .l_info .circle-ball {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 1;
    position: relative;
    cursor: pointer;
}

.data_center_location-map .l_info .circle-ball:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    z-index: -1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-animation: ripple2 1.5s 0s infinite;
    animation: ripple2 1.5s 0s infinite;
}

.data_center_location-map .l_info .info-box {
    padding: 8px 15px;
    position: relative;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 0;
    bottom: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.data_center_location-map .l_info .info-box:after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #fff;
    position: absolute;
    content: "";
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.data_center_location-map .l_info .info-box h5 {
    font-size: 15px;
}

.data_center_location-map .l_info.active .info-box {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}

.data_center_location-map.style--two .l_info .info-box:after {
    border-top: 12px solid #03a87c;
}

.data_center_location-map.style--three .l_info .info-box {
    background-color: #0364ff;
}

.data_center_location-map.style--three .l_info .info-box:after {
    border-top: 12px solid #0364ff;
}

.data_center_location-map.style--three .l_info .circle-ball {
    background-color: #0364ff;
}

.data_center_location-map.style--three .l_info .circle-ball:after {
    background-color: #0364ff;
}

.data_center_location-map.style--four .l_info .info-box {
    background-color: #00c3ff;
}

.data_center_location-map.style--four .l_info .info-box:after {
    border-top: 12px solid #00c3ff;
}

.data_center_location-map.style--four .l_info .circle-ball {
    background-color: #00c3ff;
}

.data_center_location-map.style--four .l_info .circle-ball:after {
    background-color: #00c3ff;
}

.testimonial {
    background-image: url(../img/bg/testimonial_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 991px) {
    .testimonial {
        background-image: url(../img/bg/testimonial_bg2.png);
    }
}

.testimonial4-slider {
    padding-bottom: 177px;
}

@media only screen and (max-width: 991px) {
    .testimonial4-slider {
        padding-bottom: 117px;
    }
}

.testimonial-title {
    padding-top: 98px;
}

.testimonial-title h2 {
    font-size: 48px;
    margin-bottom: 10px;
}

.testimonial-title p {
    color: #d4d4d4;
}

@media only screen and (max-width: 991px) {
    .testimonial-title {
        margin-bottom: 47px;
        padding-top: 0;
    }
}

.single-testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 45px;
    border-radius: 7px;
}

@media only screen and (max-width: 575px) {
    .single-testimonial {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 479px) {
    .single-testimonial {
        padding: 40px 20px;
    }
}

.single-testimonial .testimonial-img img {
    width: auto;
    display: inline;
    max-width: 235px;
}

.single-testimonial .testimonial-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 30px;
}

@media only screen and (max-width: 575px) {
    .single-testimonial .testimonial-content {
        padding-right: 0;
    }
}

.single-testimonial .rating {
    margin-bottom: 14px;
}

.single-testimonial .quote-text {
    position: relative;
    margin-bottom: 27px;
}

.single-testimonial .quote-text:after,
.single-testimonial .quote-text:before {
    content: '"';
    margin-left: -12px;
    font-size: 20px;
    margin-right: 3px;
}

.single-testimonial .quote-text:after {
    margin-left: 3px;
    position: relative;
    top: 10px;
}

.single-testimonial .meta-info h5 {
    margin-bottom: 6px;
}

.single-testimonial .meta-info p {
    font-size: 15px;
}

.testimonial-carousel {
    border-radius: 7px;
    margin-top: -120px;
}

@media only screen and (max-width: 1199px) {
    .testimonial-carousel {
        overflow: hidden;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-carousel {
        margin-top: 0;
    }
}

.testimonial-carousel.style--two {
    margin-top: 0;
}

.testimonial-carousel.style--two .single-testimonial {
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .testimonial-carousel.style--two .single-testimonial {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.testimonial-carousel.style--two .single-testimonial .quote {
    margin-bottom: 20px;
}

.testimonial-carousel.style--two .single-testimonial .quote svg {
    opacity: 0.5;
}

.testimonial-carousel.style--two .single-testimonial .testimonial-content {
    padding: 60px;
    margin-bottom: -6px;
}

@media only screen and (max-width: 991px) {
    .testimonial-carousel.style--two .single-testimonial .testimonial-content {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .testimonial-carousel.style--two .single-testimonial .testimonial-content {
        padding: 30px;
    }
}

.testimonial-carousel.style--two .single-testimonial .testimonial-content h3 {
    margin-bottom: 25px;
    line-height: 1.5;
}

.testimonial-carousel.style--two .single-testimonial .testimonial-content .meta-info h4 {
    font-size: 21px;
    margin-bottom: 7px;
}

.testimonial-carousel.style--two .single-testimonial .testimonial-content .meta-info p {
    font-size: 15px;
}

.testimonial-carousel.style--two .single-testimonial .testimonial-img {
    margin-bottom: 0 !important;
}

.testimonial-carousel.style--two .single-testimonial .testimonial-img img {
    max-width: 486px;
}

@media only screen and (max-width: 991px) {
    .testimonial-carousel.style--two .single-testimonial .testimonial-img img {
        max-width: 100%;
        width: 100%;
    }
}

.testimonial-carousel.style--three {
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.testimonial-carousel.style--three .single-testimonial-wrap {
    padding-top: 35px;
    padding-bottom: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 1;
}

.testimonial-carousel.style--three .single-testimonial-wrap:after {
    width: calc(100% - 20px);
    height: calc(100% - 55px);
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    position: absolute;
}

.testimonial-carousel.style--three .testimonial-quote-icon {
    position: absolute;
    right: 30px;
    top: 35px;
    opacity: 0.05;
}

.testimonial-carousel.style--three .single-testimonial {
    padding: 0 30px 42px;
    -webkit-box-shadow: 0 0 90px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 90px rgba(0, 0, 0, 0.07);
    display: block;
    position: relative;
}

.testimonial-carousel.style--three .single-testimonial .testimonial-content {
    margin-top: -8px;
}

.testimonial-carousel.style--three .single-testimonial .testimonial-content .meta-info {
    margin-bottom: 17px;
}

.testimonial-carousel.style--three .single-testimonial .testimonial-content .meta-info h4 {
    color: #0364ff;
    margin-bottom: 7px;
}

.testimonial-carousel.style--three .single-testimonial .testimonial-content .meta-info p {
    font-size: 14px;
}

.testimonial-carousel.style--three .single-testimonial .testimonial-img {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.testimonial-carousel.style--three .single-testimonial .testimonial-img img {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border: 5px solid #1042d1;
}

.testimonial-carousel.style--three.v2 .owl-stage-outer {
    margin: -15px;
    padding: 15px;
}

.testimonial-carousel.style--three.v2 .single-testimonial-wrap .single-testimonial {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.testimonial-carousel.style--three.dot-style--two .testimonial-content .meta-info h4 {
    color: #00c3ff;
}

.chooseus-section {
    margin-bottom: -166px;
}

@media only screen and (max-width: 991px) {
    .chooseus-section {
        margin-bottom: -126px;
    }
}

.single-choose-us {
    background-color: rgba(107, 88, 237, 0.1);
    padding: 70px 15px 67px;
    margin-bottom: 30px;
}

.single-choose-us .choose-us-icon {
    margin-bottom: 40px;
}

.single-choose-us .choose-us-content {
    max-width: 264px;
    margin: 0 auto;
}

.single-choose-us .choose-us-content h3 {
    margin-bottom: 20px;
}

.single-choose-us.green-bg {
    background-color: rgba(3, 168, 124, 0.1);
}

.single-choose-us.yellow-bg {
    background-color: rgba(247, 109, 0, 0.1);
}

.single-choose-us.style--two {
    padding: 60px 45px 57px;
}

.single-choose-us.style--two .choose-us-icon {
    margin-bottom: 40px;
}

.single-choose-us.style--two .choose-us-content {
    max-width: initial;
    margin: 0;
}

.single-choose-us.style--two .choose-us-content h3 {
    margin-bottom: 18px;
}

.single-choose-us.style--three {
    padding: 60px 15px 57px;
}

.control-panel-accordion {
    padding-right: 15px;
}

@media only screen and (max-width: 1199px) {
    .control-panel-accordion {
        padding-right: 0;
    }
}

.control-panel-accordion .accordion-item {
    background-color: #cefce9;
    border-radius: 5px;
}

.control-panel-accordion .accordion-item:nth-child(2) {
    background-color: #fff7f2;
}

.control-panel-accordion .accordion-item:nth-child(2) .accordion-button:not(.collapsed) {
    color: #f76d00;
}

.control-panel-accordion .accordion-item:nth-child(3) {
    background-color: #f7f6fe;
}

.control-panel-accordion .accordion-item:nth-child(3) .accordion-button:not(.collapsed) {
    color: #6b58ed;
}

.control-panel-accordion .accordion-item:not(:last-child) {
    margin-bottom: 30px;
}

.control-panel-accordion .accordion-button {
    padding: 30px 30px;
    font-size: 21px;
    border: none;
    cursor: pointer;
}

.control-panel-accordion .accordion-button:not(.collapsed) {
    color: #03a87c;
    background-color: transparent;
    padding-top: 45px;
    padding-bottom: 18px;
}

.control-panel-accordion .accordion-button:after {
    display: none;
}

.control-panel-accordion .accordion-button svg {
    margin-right: 14px;
}

.control-panel-accordion .accordion-collapse {
    border: none;
}

.control-panel-accordion .accordion-collapse .accordion-body {
    padding: 0 40px 40px 80px;
}

.control-panel-accordion.style--two .accordion-item {
    background-color: rgba(0, 195, 255, 0.3);
}

.control-panel-accordion.style--two .accordion-button {
    color: #00c3ff !important;
    background-color: #fff;
    border: 1px solid #00c3ff;
}

.control-panel-accordion.style--two .accordion-button:not(.collapsed) {
    background-color: transparent;
    border-color: transparent;
}

.control-panel-accordion.style--two .accordion-collapse {
    border: none;
}

.control-panel-accordion.style--two .accordion-collapse .accordion-body {
    padding: 0 40px 40px 80px;
}

.control-panel-img {
    padding-left: 10px;
}

@media only screen and (max-width: 1199px) {
    .control-panel-img {
        padding-left: 0;
    }
}

@media only screen and (max-width: 479px) {
    .control-panel-img {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.control-panel-img img {
    max-width: initial;
    margin-top: -45px;
    margin-bottom: -45px;
}

@media only screen and (max-width: 991px) {
    .control-panel-img img {
        margin-top: 0;
        max-width: 100%;
    }
}

.control-panel-content-wrap ul li:not(:last-child) {
    margin-bottom: 45px;
}

.control-panel-content .icon {
    margin-right: 24px;
}

.control-panel-content .content h3 {
    margin-bottom: 24px;
}

.cta {
    position: relative;
}

.cta .cta-top {
    position: absolute;
    left: auto;
    right: 9%;
    top: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 991px) {
    .cta .cta-top {
        display: none;
    }
}

.cta-content h2 {
    font-size: 48px;
    margin-bottom: 45px;
    margin-top: -10px;
}

.cta-content.style--two h2 {
    margin-bottom: 35px;
}

.cta-content.style--two .cta-btn-group {
    margin-bottom: 24px;
}

.cta-content .cta-btn-group {
    margin-bottom: 34px;
}

.cta-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 479px) {
    .cta-btn-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.cta-btn-group .btn:not(:last-child) {
    margin-right: 20px;
}

@media only screen and (max-width: 479px) {
    .cta-btn-group .btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 14px;
    }
}

.faq-accordion {
    margin-top: -5px;
}

.faq-accordion .accordion-item {
    border-bottom: 1px solid rgba(16, 69, 219, 0.07);
    padding-left: 20px;
}

@media only screen and (max-width: 1199px) {
    .faq-accordion .accordion-item {
        padding-left: 0;
    }
}

.faq-accordion .accordion-header .accordion-button {
    background-color: transparent;
    padding: 25px 0;
    padding-right: 30px;
    font-size: 21px;
    border: none;
    cursor: pointer;
}

.faq-accordion .accordion-header .accordion-button:after {
    background-image: url(../img/icon/accordion-plus.svg);
    margin-right: -30px;
}

.faq-accordion .accordion-header .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.faq-accordion .accordion-header .accordion-button:not(.collapsed):after {
    background-image: url(../img/icon/accordion-minus.svg);
    margin-top: -16px;
}

.faq-accordion .accordion-body {
    padding: 0 60px 22px 0;
}

@media only screen and (max-width: 479px) {
    .faq-accordion .accordion-body {
        padding: 0 0 22px 0;
    }
}

.faq-accordion .accordion-collapse {
    border: none;
}

.team-carousel .owl-stage-outer {
    margin: 0 -30px;
    padding: 0 30px 58px;
}

@media only screen and (max-width: 767px) {
    .team-carousel .owl-stage-outer {
        margin: 0 -15px;
        padding: 0 15px 58px;
    }
}

.single-team {
    margin-bottom: 30px;
}

.single-team .team-img img {
    width: 100%;
}

.single-team .team-content {
    width: calc(100% - 60px);
    position: relative;
    left: 30px;
    padding: 26px 15px 28px;
    text-align: center;
    margin-top: -57px;
}

.single-team .team-content h3 {
    margin-bottom: 8px;
}

.single-team .team-content p {
    font-size: 15px;
}

.company-logo-section {
    padding-bottom: 240px;
}

@media only screen and (max-width: 991px) {
    .company-logo-section {
        padding-bottom: 120px;
    }
}

.google-map-section {
    margin-top: -120px;
}

@media only screen and (max-width: 991px) {
    .google-map-section {
        margin-top: -60px;
    }
}

.map-wrap {
    position: relative;
    padding-bottom: 55px;
}

@media only screen and (max-width: 991px) {
    .map-wrap {
        padding-bottom: 0;
    }
}

.contact-form-wrap {
    max-width: 445px;
    -webkit-box-shadow: 10px 10px 90px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 90px rgba(0, 0, 0, 0.1);
    padding: 57px 45px 60px;
    position: absolute;
    right: 60px;
    top: 60px;
}

@media only screen and (max-width: 991px) {
    .contact-form-wrap {
        position: static;
        margin-top: 60px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .contact-form-wrap {
        padding: 37px 25px 40px;
    }
}

.contact-form-wrap h3 {
    margin-bottom: 18px;
}

.contact-form-wrap>p {
    margin-bottom: 38px;
}

.contact-form .form-control {
    margin-bottom: 24px;
}

.contact-form textarea.form-control {
    height: 80px;
}

.contact-box {
    border: 1px solid #707070;
    text-align: center;
    padding: 40px 15px 37px;
    margin-bottom: 30px;
}

.contact-box .contact-icon {
    margin-bottom: 20px;
}

.contact-box .contact-info h3 {
    margin-bottom: 20px;
    font-size: 21px;
}

.contact-box .contact-info a {
    display: block;
}

a.btn.hover-style-two {
    border: 1px solid #0f63fd47 !important;
}

.package .p-price .price-tag {
    padding-right: 55px;
    font-size: 56px;
    line-height: 1;
    font-weight: 800;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: center;
}

.discount-tow {
    border-radius: 5px;
    background: #5a70bd;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 59px;
    height: 49px;
    font-size: 22px;
    font-weight: bold;
    margin-right: 10px;
}

.package .p-price .price-tag span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: center;
}

.package .p-price .price-tag sub {
    color: #242736;
    font-size: 14px;
    font-weight: 600;
    bottom: 0;
    top: 12px;
    left: 10px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.package .p-price .price-tag sup {
    font-size: 28px;
    top: -10px;
    left: -20px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.package .p-price .price-tag sup>small {
    font-weight: 300;
    margin-left: 3px;
}

/*end:pages*/