@import url(../fonts/cloudicon/cloudicon.css);
@import url(../fonts/fontawesome/css/all.min.css);
@import url(../fonts/evafeat/evafeat.css);
@import url(bootstrap.min.css);

html {
    overflow-x: hidden
}

body {
    height: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f6f6f6;
    letter-spacing: .3px
}

a {
    outline: 0 !important;
    text-decoration: none !important
}

.pb-80 {
    padding-bottom: 80px !important
}

.pb-100 {
    padding-bottom: 100px !important
}
.pb-300 {
    padding-bottom: 300px !important
}
.pt-35 {
    padding-top: 35px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pt-150 {
    padding-top: 150px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mt-120 {
    margin-top: 120px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

.bg-yellow {
    background-color: #ee5586 !important;
    color: #fff !important
}

.bg-pink {
    color: #fff !important
}

.bg-rgba5 {
    background: rgba(0, 0, 0, .5) !important
}

.bg-rgba3 {
    background: rgba(0, 0, 0, .3) !important
}

.bg-grey {
    background-color: #4c4a4a !important;
    color: #fff !important
}

.bg-purple {
    color: #fff !important
}

.c-yellow {
    color: #ee5586 !important
}

.c-grey-light {
    color: #aaa !important
}

.c-grey {
    color: #4c4a4a !important
}

.c-black {
    color: #000 !important
}

.ltgh {
    text-decoration: line-through
}

.golink {
    font-weight: 700
}

.db {
    display: block !important
}

.tooltip {
    z-index: 999
}

.overlay {
    position: relative
}

.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6)
}

.banner-video {
    position: absolute;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    right: 0;
    left: 0;
    top: 0
}

.overlay-video {
    position: relative
}

.overlay-video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, .8)
}

.full {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.exapath {
    background-image: url("../patterns/exapath.html");
    background-repeat: repeat
}

.cpupath {
    background-image: url("../patterns/cpupath.html");
    background-repeat: repeat
}

.motpath {
    background-image: url("../patterns/motpath.html");
    background-repeat: repeat
}

.promopath {
    background-image: url("../patterns/promopath.html");
    background-repeat: repeat
}

.exapath-w {
    background-image: url("../patterns/exapath-w.html");
    background-repeat: repeat
}

.cpupath-w {
    background-image: url("../patterns/cpupath-w.html");
    background-repeat: repeat
}

.motpath-w {
    background-image: url("../patterns/motpath-w.html");
    background-repeat: repeat
}

.promo-w {
    background-image: url("../patterns/promo-w.html");
    background-repeat: repeat
}

.item1 {
    background-image: url("../img/topbanner17.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.img-defaultbanner {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    position: absolute
}

.popover {
    border-radius: 10px !important;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23)
}

.popover .popover-header {
    padding: 15px;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.popover .popover-body {
    padding: 15px;
    line-height: 28px;
    border-radius: 0
}

.mfp-content {
    z-index: 999999
}

.map {
    height: 383px
}

.opa-4 {
    opacity: .4
}

.opa-6 {
    opacity: .6
}

.opa-8 {
    opacity: .8
}

.sec-bx {
    box-shadow: none !important
}

::selection {
    color: #fff;
    text-shadow: none
}

.form-control {
    padding: 10px 15px;
    outline: 0;
    border-radius: 10px;
    font-size: 15px;
    color: #4c4a4a;
    box-shadow: none;
    border: solid 1px grey
}

.form-control:focus {
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

select.form-contol {
    font-size: 15px !important;
    border: 0 !important;
    outline: solid 1px #efefef !important
}

input:-webkit-autofill {
    background-color: #e6fff3 !important;
    background-image: none !important;
    color: #000 !important
}

.f-15 {
    font-size: 15px !important
}

.f-16 {
    font-size: 16px !important
}

.f-17 {
    font-size: 17px !important
}

.f-18 {
    font-size: 18px !important
}

.f-19 {
    font-size: 19px !important
}

.f-20 {
    font-size: 20px !important
}

.blockquote {
    border-left: 2px solid #aaa;
    padding-left: 40px
}

.upping:hover {
    transform: translateY(-5px);
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.cursor-p {
    cursor: pointer
}

.initial-transform {
    transform: initial !important
}

.b-radius15 {
    border-radius: 12px
}

.border-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.border-start-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.sec-main {
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    border-radius: 12px !important;
    position: relative !important;
    padding: 80px 80px
}

.sec-sec {
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    border-radius: 12px;
    position: relative;
    padding: 30px 30px
}

.sec-uping {
    margin-top: -475px;
    z-index: 1
}

.sec-up {
    margin: -50px 0 100px;
    position: relative;
    z-index: 1
}

.sec-up-slider {
    margin: -120px 0 0;
    padding-bottom: 135px;
    position: relative;
    z-index: 1
}

.sec-normal {
    padding: 43px 0;
    position: relative;
    z-index: 0
}

.sec-bg1 {
    background-color: #fff
}

.sec-bg2 {
    background-color: #efefef
}

.sec-bg3 {
    background-color: #15212a
}

.sec-bg4 {
    background-color: #ee5586
}

.sec-bg6 {
    background-color: #1d262f
}

.sec-grad-yellow-to-grey-left {
    background: linear-gradient(90deg, #ee5586 70%, #d9dde4 10%) !important
}

.sec-grad-yellow-to-grey-right {
    background: linear-gradient(90deg, #d9dde4 70%, #ee5586 10%) !important
}

.sec-grad-yellow-to-white-right {
    background: linear-gradient(90deg, #fff 70%, #ee5586 10%) !important
}

.sec-grad-yellow-to-black-right {
    background: linear-gradient(90deg, #15212a 70%, #ee5586 10%) !important
}

.sec-grad-black-to-yellow-left {
    background: linear-gradient(90deg, #ee5586 30%, #15212a 0) !important
}

.sec-grad-grey-to-grey {
    background: linear-gradient(-60deg, #3a6173 0, #16222a 100%) !important
}

.total-grad {
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.total-grad-inverse {
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.total-grad-grey {
    background: linear-gradient(-60deg, #3a6173 0, #16222a 100%) !important;
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.total-grad-grey-inverse {
    background: linear-gradient(240deg, #16222a 0, #3a6173 100%);
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.total-grad-pink-blue-intense {
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.section-heading {
    font-size: 52px !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    text-transform: capitalize !important;
    position: relative !important;
    display: inline-block !important;
    color: #181b22;
    line-height: 52px !important;
    font-weight: 700 !important
}

.section-heading.light {
    color: #fff
}

.section-subheading {
    position: relative !important;
    color: #212122;
    font-size: 20px !important;
    line-height: 34px !important
}

.path-left {
    position: absolute;
    height: 100%;
    right: 30%;
    top: 0
}

.path-right {
    position: absolute;
    height: 100%;
    left: 70%;
    top: 0
}

.nav-menu {
    position: relative;
    width: 100%;
    z-index: 9
}

.nav-menu .navigation {
    display: flex;
    height: 47px;
    align-items: center
}

.nav-menu .main-menu {
    display: contents;
    display: -moz-inline-stack;
    zoom: 1
}

.nav-menu .main-menu li {
    list-style-type: none
}

.nav-menu .main-menu a:active,
.nav-menu .main-menu a:focus,
.nav-menu .main-menu a:hover {
    text-decoration: none
}

.menu-wrap .logo-menu {
    max-height: 47px;
    width: 140px
}

.menu-wrap.fixed .logo-menu {
    max-height: 42px;
    display: grid;
    width: 125px
}

.nav-menu .main-menu>.menu-item {
    float: left;
    list-style-type: none;
    padding: 30px 0
}

.nav-menu .main-menu>.menu-item a:active,
.nav-menu .main-menu>.menu-item a:hover {
    text-decoration: none
}

.nav-menu .main-menu>.menu-item>.sub-menu {
    opacity: 0;
    font-weight: 700;
    visibility: hidden;
    position: absolute;
    z-index: 9;
    padding: 20px 30px;
    border-radius: 12px;
    background-color: #fff;
    top: 100%;
    margin-top: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service .svg {
    display: table;
    height: 44px;
    width: 44px;
    margin: 10px 15px 0 0
}

.nav-menu .main-menu .menu-item .menu-large .menu-item {
    padding: 10px 18px 10px 15px
}

.nav-menu .main-menu .menu-item .menu-large .menu-item a {
    color: #e8e8e8;
    font-size: 13px;
    white-space: nowrap
}

.nav-menu .main-menu .menu-item .menu-large .menu-item a:hover {
    color: #ee5586
}

.nav-menu .main-menu .menu-item .menu-large .media-body {
    display: table-cell;
    vertical-align: top
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service {
    margin: 10px 0;
    display: flex
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service .media {
    padding: 0 0 10px 0
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service .media-left i {
    text-align: left
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service .media-body a {
    padding: 0;
    line-height: 34px;
    color: #313131;
    display: inline-block
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service .media-body p {
    color: #525252;
    font-size: 14px;
    font-weight: 400
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service.special i {
    color: #ee5586
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service.special .media-body a {
    color: #212122;
    border: none
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service.special .media-body a:hover {
    color: #ee5586
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service.special .media-body p {
    color: #212122
}

.nav-menu .main-menu .menu-item .menu-large li.start-offer {
    display: block;
    margin-top: 20px;
    float: right;
    width: 245px
}

.nav-menu .main-menu .menu-item .menu-large li.start-offer .inner {
    border: dashed 2px #ee5586;
    padding: 20px;
    text-align: center
}

.nav-menu .main-menu .menu-item .menu-large li.start-offer .inner .title {
    color: #ee5586;
    font-size: 22px
}

.nav-menu .main-menu .menu-item .menu-large li.start-offer .inner p {
    font-style: italic;
    color: #4c4a4a;
    font-size: 14px
}

.nav-menu .main-menu .menu-item .menu-large li.start-offer .inner .val {
    font-size: 13px;
    text-decoration: line-through
}

.nav-menu .main-menu .menu-item .menu-large li.start-offer .inner .dis {
    font-size: 20px;
    margin-bottom: 20px
}

.nav-menu .main-menu>.menu-item>.sub-menu>.menu-item {
    padding: 10px 0
}

.nav-menu .main-menu>.menu-item>.sub-menu>.menu-item:last-child {
    padding-bottom: 20px
}

.nav-menu .main-menu>.menu-item>.sub-menu>.menu-item a {
    color: #313131;
    font-size: 16px;
    white-space: nowrap
}

.nav-menu .main-menu>.menu-item>.sub-menu>.menu-item>.sub-menu {
    opacity: 0;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -ms-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}

.menu.badge.feat {
    font-size: 12px;
    padding: 5px 10px;
    margin-top: 3px;
    position: absolute;
    right: -1px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px
}

.plans.badge.feat {
    color: #fff;
    font-size: 11px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1
}

.plans.badge.feat.left {
    position: absolute;
    right: auto;
    left: 10px !important
}

a.plans.badge.feat {
    top: -40px;
    padding: 8px 15px;
    right: 10px;
    position: absolute;
    background-color: #ee5586;
    border: none;
    color: #000;
    cursor: pointer
}

a.plans.badge.feat:hover {
    color: #fff;
    background-color: #4c4a4a;
    text-decoration: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.nav-menu .main-menu a {
    font-size: 16px;
    font-weight: 400;
    margin-right: 35px;
    color: #fff;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.nav-menu .main-menu a.v-stroke:hover::after {
    height: 30px;
    transition: all .2s ease-in-out
}

.nav-menu .main-menu a.v-stroke:before {
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    width: 2px;
    height: 0;
    background: #fff;
    transition: all .2s ease-in-out
}

.nav-menu .main-menu li:last-child a {
    margin-right: 0 !important
}

.menu-wrap.fixed .nav-menu .main-menu a.v-stroke:before {
    content: none;
    transition: none
}

.nav-menu .main-menu a.v-stroke:hover::before {
    height: 30px;
    transition: all .2s ease-in-out
}

.nav-menu .main-menu a.h-stroke:hover::after {
    width: 100%;
    transition: all .2s ease-in-out
}

.nav-menu .main-menu a.h-stroke:before {
    content: '';
    position: absolute;
    top: 55px;
    bottom: 0;
    right: 0;
    height: 2px;
    width: 0%;
    background: #fff;
    transition: all .2s ease-in-out
}

.nav-menu .main-menu a.h-stroke:hover::before {
    width: 100%;
    transition: all .2s ease-in-out
}

.active {
    font-weight: 700 !important
}

.active2 {
    color: #ee5486 !important;
    font-weight: 700 !important
}

.nav-menu .menu-toggle {
    background-color: transparent;
    border: none;
    outline: 0;
    display: none;
    float: right
}

.nav-menu .menu-toggle .icon {
    display: block;
    width: 24px;
    height: 4px;
    border-radius: 0;
    background-color: #181b22;
    margin-top: 0;
    margin-bottom: 3px
}

.menu-wrap {
    position: absolute;
    padding: 15px 0 15px 0;
    left: 0;
    right: 0;
    top: 40px;
    background-color: transparent;
    z-index: 9;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.menu-wrap.line {
    background-color: transparent;
    border-bottom: 1px solid #e6e7e8;
    border-top: 0
}

.menu-wrap.fixed {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .3s;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23);
    padding-top: 0;
    padding: 13px 0 13px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000
}

.menu-wrap.fixed .main-menu>.menu-item>a:before {
    bottom: -12px
}

.menu-wrap .main-menu .sub-menu {
    box-shadow: 0 2px 8px 0 rgb(62 62 79 / 23%)
}

.menu-wrap .main-menu .sub-menu.megamenu {
    box-shadow: none
}

.menu-wrap .main-menu .sub-menu.megamenu-list {
    box-shadow: none
}

.start-offer {
    box-shadow: 0 2px 8px 0 rgb(62 62 79 / 23%);
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
}

.sub-menu.megamenu .service-list {
    box-shadow: 0 2px 8px 0 rgb(62 62 79 / 23%)
}

.menu-wrap.fixed .main-menu>.menu-item>.sub-menu {
    top: 55px !important
}

.menu-wrap.fixed .main-menu>.menu-item>.sub-menu.menu-large {
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23);
    top: 55px !important
}

.menu-wrap.light.fixed .logo-menu {
    top: -25px
}

.menu-wrap.active .menu-toggle {
    top: 0 !important;
    right: 0
}

.menu-wrap.mobile .logo-responsive {
    display: none
}

#nav-toggle {
    position: relative;
    cursor: pointer;
    margin-top: 1px;
    padding: 20px 37px 20px 0;
    right: 0;
    top: 0;
    z-index: 1000
}

#nav-toggle span:after,
#nav-toggle span:before,
.menu-wrap #nav-toggle span {
    cursor: pointer;
    height: 3px;
    width: 36px;
    background: #fff;
    position: absolute;
    display: block;
    content: ''
}

#nav-toggle span:before {
    top: -10px
}

#nav-toggle span:after {
    bottom: -10px
}

.active #nav-toggle span:before {
    background: #ee5586 !important
}

.active #nav-toggle span:after {
    background: #ee5586 !important
}

#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
    transition: all 250ms ease-in-out
}

#nav-toggle.active span {
    background-color: transparent
}

#nav-toggle.active span:after,
#nav-toggle.active span:before {
    top: 0
}

#nav-toggle.active span:before {
    transform: rotate(45deg)
}

#nav-toggle.active span:after {
    transform: rotate(-45deg)
}

.toplang {
    position: absolute;
    display: -ms-grid;
    z-index: 2;
    right: 51px;
    top: 150px
}

.toplang .btn {
    font-size: 12px !important;
    padding: 6px !important;
    border-radius: 8px !important;
    height: 30px !important
}

.toplang input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

nav .tech-box {
    margin-right: 15px;
    cursor: pointer
}

nav .tech-box svg {
    width: 30px;
    vertical-align: text-top;
    opacity: 1
}

nav .tech-box svg:hover {
    opacity: .6;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn {
    text-transform: capitalize;
    cursor: pointer !important;
    border: 1px solid #4c4a4a;
    border-radius: 50px;
    color: #4c4a4a;
    font-size: 18px;
    margin: 0;
    padding: 11px 30px !important;
    position: relative;
    background-color: transparent;
    letter-spacing: .2px;
    font-weight: 700;
    box-shadow: 0 2px 8px 0 rgb(62 62 79 / 23%);
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.btn:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.btn-default-pink:hover {
    color: #fff !important
}

.btn-default-purple:hover {
    color: #fff !important
}

.btn-default-grad-purple-fill {
    color: #fff;
    border: none;
    background-size: 300% 100%;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.btn-default-grad-purple-fill:hover {
    color: #fff;
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.btn-default-pink-fill {
    color: #fff !important;
    border: none
}

.btn-default-pink-fill:hover {
    background-color: #4c4a4a !important;
    color: #fff !important;
    border: none
}

.btn-default-yellow-fill {
    background-color: #ee5586 !important;
    color: #000 !important;
    border: none
}

.btn-default-yellow-fill:hover {
    background-color: #4c4a4a !important;
    color: #fff !important;
    border: none
}

.btn-default-purple-fill {
    color: #fff !important;
    border: none
}

.btn-default-purple-fill:hover {
    background-color: #4c4a4a !important;
    color: #fff !important;
    border: none
}

.btn-default-fill {
    background-color: #4c4a4a !important;
    color: #fff !important;
    border: none
}

.btn-default-fill:hover {
    background-color: #5583ee !important;
    color: #000 !important;
    border: none
}

.btn.question {
    margin-top: 3px !important;
    line-height: 12px !important;
    font-weight: 700 !important;
    transform: initial !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    padding: 9px 12px !important;
    font-size: 10px !important
}

.btn.focus,
.btn:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.btn-secondary:not(:disabled):not(.disabled).active {
    opacity: 1;
    color: #000 !important;
    background-color: #ee5586;
    border: solid 1px #ee5586;
    border-radius: 18px;
    padding: 12px 14px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 18px;
    padding: 12px 14px;
    color: #4c4a4a
}

.btn-secondary:not(:disabled):not(.disabled) {
    opacity: .6;
    background-color: #fff;
    border-color: #efefef;
    border-radius: 12px;
    padding: 13px 12px 12px 12px
}

.btn-group>.btn:not(:first-child) {
    opacity: .6;
    background-color: #efefef;
    border: solid 1px #d6d6d6;
    border-radius: 18px;
    padding: 12px 14px;
    color: #4c4a4a;
    -ms-grid-row: 2;
    -ms-grid-column: 2fr
}

.btn-group .btn+.btn {
    margin-left: 5px
}

.btn-group.toplang .btn+.btn {
    margin-left: 0
}

.btn-secondary:hover {
    background-color: #4c4a4a
}

.btn-sm {
    padding: .5rem 2rem !important;
    font-size: 1rem !important
}

.btn-md {
    padding: 1rem 3rem !important;
    font-size: 1.2rem !important
}

.ms-container {
    width: 100%
}

.main-container {
    position: relative;
    margin: 0 auto;
    display: block;
    clear: both;
    float: unset;
    right: 0;
    min-height: 80vh;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.main-container .content.main {
    position: relative;
    display: block;
    padding: 50px 60px 0 60px
}

.main-container.slider .silder-container .slider-content.full-width {
    width: 85%;
    text-align: center;
    right: 0;
    margin: auto
}

.main-container.slider .silder-container .slider-content.full-width {
    width: 85%;
    text-align: center;
    right: 0;
    margin: auto;
    padding-left: 0
}

.main-container.slider .silder-container .slider-content.full-width h5 {
    text-align: center;
    margin: 0 auto 26px
}

.main-container.slider {
    min-height: auto
}

.main-container.slider .silder-container {
    min-height: 500px;
    width: 100%;
    background-color: #212122;
    position: relative;
    overflow: hidden
}

.main-container.slider .silder-container .slider-content {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.main-container.slider .silder-container .slider-content h1 {
    position: relative;
    margin-bottom: 20px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 78px;
    font-size: 72px;
    letter-spacing: 3px
}

.main-container.slider .silder-container .slider-content p {
    position: relative;
    color: #fff;
    line-height: 42px;
    font-size: 20px;
    margin-bottom: 50px
}

.main-container.slider .silder-container .img-right {
    position: absolute;
    width: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 35px;
    text-align: center;
    z-index: 0
}

.main-container.slider .silder-container .img-right>img {
    width: 500px
}

.main-container.slider .silder-container .img-right .img-slider-elements.domains {
    position: absolute;
    height: 40px;
    top: 22%;
    left: 28%
}

.main-container.slider .silder-container .img-right .img-slider-elements.domains>img {
    height: 40px;
    display: block;
    position: relative
}

.main-container.slider .silder-container .img-right .img-slider-elements.domains>img:nth-child(1) {
    animation: topono 6s infinite;
    z-index: 3
}

.main-container.slider .silder-container .img-right .img-slider-elements.domains>img:nth-child(2) {
    animation: topono 6s infinite;
    animation-delay: 2s;
    margin-top: -40px;
    z-index: 2
}

.main-container.slider .silder-container .img-right .img-slider-elements.domains>img:nth-child(3) {
    animation: topono 6s infinite;
    animation-delay: 4s;
    margin-top: -40px;
    z-index: 1
}

.header-main-nav .carousel-cell.is-nav-selected {
    background: #fff
}

.carousel-cell {
    width: 100%;
    height: 100vh;
    margin-right: 10px
}

.header-main-slider .carousel-cell {
    min-height: 500px
}

.header-main-slider .flickity-page-dots {
    position: absolute;
    top: initial;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
    bottom: 17%
}

.header-main-slider .flickity-page-dots .dot {
    display: inline-grid;
    margin: 0 2px;
    background: #4c4a4a;
    width: 40px;
    height: 3px;
    border-radius: 1px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.header-main-slider .flickity-page-dots li:first-child {
    margin-left: 0
}

.our-sevices-box.homepage {
    position: relative;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 0 solid rgba(0, 0, 0, .125);
    background-color: #fff;
    background-clip: border-box;
    width: 22%;
    transition: box-shadow ease .2s;
    box-shadow: 0 25px 50px rgba(8, 21, 66, .06);
    padding: 25px;
    border-radius: 10px;
    display: block;
    margin: 25px 20px 60px 0;
    overflow: hidden;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.homepagewhmc-alert-fixed.alert-dismissible {
    position: fixed;
    top: 90px;
    z-index: 9999;
    right: 25px;
    padding: 25px 20px 15px;
    display: none
}

.homepagewhmc-alert-fixed.alert-dismissible.animated {
    display: block
}

.domains-search {
    position: relative;
    z-index: 5;
    display: block;
    background: 0 0;
    margin-top: 30px
}

.domains-search .special-input {
    position: relative;
    background: rgba(0, 0, 0, .3) !important;
    border: 1px solid #414142 !important;
    color: #fff !important
}

.domains-search .inputdomainsearch {
    width: 100%;
    font-size: 16px;
    color: #000;
    border: solid 1px #efefef;
    border-radius: 50px;
    padding: 14px 20px 14px 30px;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 2px 8px 0 rgb(62 62 79 / 15%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.domains-search .inputdomainsearch::placeholder {
    color: #fff
}

.domains-search .inputdomainsearch:-ms-input-placeholder {
    color: #fff
}

.domains-search .inputdomainsearch::-ms-input-placeholder {
    color: #fff
}

.domains-search .ds-content {
    position: absolute;
    display: flex;
    right: 0;
    bottom: 0;
    height: 100%
}

.domains-search .ds-content .btn-search {
    width: 60px;
    height: 31px;
    display: inline-block;
    border-radius: 15px;
    line-height: 33px;
    text-align: center;
    margin-left: 2px;
    color: #fff !important;
    border: 0
}

.domains-search .ds-content .btn-transfer {
    background: #5c65ae;
    width: 31px;
    height: 31px;
    display: inline-block;
    border-radius: 50px;
    line-height: 33px;
    text-align: center;
    margin-left: 3px;
    color: #fff !important;
    border: 0
}

.homepagewhmc-alert-fixed.alert-dismissible .set-warning {
    position: unset;
    transform: inherit;
    margin-top: 13px;
    display: block;
    width: 100%;
    border-radius: 30px;
    outline: 0 !important
}

.our-sevices-box.homepage img {
    width: 50px;
    display: block;
    margin-left: -5px;
    position: relative;
    z-index: 1
}

.our-sevices-box.homepage h5 {
    font-weight: 600;
    font-size: 18px;
    display: block;
    line-height: 26px;
    margin-top: 20px;
    position: relative
}

.our-sevices-box.homepage .carousel-active-statu {
    position: absolute;
    right: -8px;
    width: 60px;
    height: 60px;
    background: #8bc34a;
    top: -8px;
    z-index: 0;
    border-radius: 50px;
    opacity: 0;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.our-sevices-box.homepage .carousel-active-statu i {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 21px;
    text-align: center
}

.our-sevices-box.homepage.is-selected .carousel-active-statu {
    opacity: 1
}

.our-sevices-box.homepage.is-selected {
    margin-top: 15px
}

.our-sevices-box.homepage p {
    color: #a5afb3;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 75px;
    display: block;
    position: relative
}

.our-sevices-box.homepage a {
    display: inline-block;
    margin-top: 10px;
    float: right;
    background: #f7b16e;
    color: #fff;
    padding: 6px 11px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 11px
}

.our-sevices-box.homepage a:hover {
    background: #f7a658;
    color: #fff;
    text-decoration: none !important
}

.carousel.header-main-nav .flickity-slider {
    margin-left: 30px
}

.pricing-tables-homepage {
    padding: 20px 0
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.container-fluid.main-fluid {
    max-width: 1540px
}

.main-title.center-text {
    text-align: center;
    margin-bottom: 50px
}

.main-title h6 {
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .35);
    letter-spacing: 1px;
    margin-bottom: 9px
}

.main-title h2 {
    font-size: 28px;
    line-height: 32px;
    margin-top: 0
}

.main-title p {
    line-height: 30px;
    margin: 15px 0 0 0;
    color: #a5aeb2;
    font-size: 14px;
    font-weight: 400
}

.flickity-enabled.is-fade .flickity-slider>* {
    pointer-events: none;
    z-index: 0
}

.flickity-enabled.is-fade .flickity-slider>.is-selected {
    pointer-events: auto;
    z-index: 1
}

.full-slider {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    z-index: -1
}

.full-slider img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%
}

.custom-element-right {
    position: absolute;
    width: 100%;
    max-height: 500px;
    right: -300px;
    overflow: auto;
    margin: auto;
    top: 0;
    bottom: 0
}

.chars {
    position: absolute;
    display: inline-grid;
    text-align: center;
    right: -400px;
    top: -200px
}

.chars div {
    padding-top: 20px
}

.chars p {
    color: #fff;
    font-size: 13px
}

.domain-checker-container .input-group-box {
    background-color: transparent !important;
    padding: 0 !important
}

.special-note {
    position: absolute;
    padding: 10px 6px;
    color: rgba(255, 255, 255, .6);
    font-weight: 100;
    font-size: 11px
}

.special-note .badge {
    margin-right: 12px;
    font-size: 9px;
    font-weight: 600;
    color: #414142;
    border: 0;
    border-radius: 20px;
    margin-top: -2px;
    padding: 4px 7px;
    text-transform: uppercase
}

.pricing .wrapper {
    position: relative;
    background: #fff;
    border-radius: 15px;
    margin-top: 50px
}

.pricing.special .wrapper.active {
    padding-bottom: 52px
}

.pricing.special .wrapper {
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1)
}

.pricing .wrapper .title {
    font-weight: 700;
    font-size: 26px
}

.pricing .wrapper.active i {
    font-size: 42px;
    color: #121e25;
    margin-bottom: 20px
}

.pricing .table .title {
    font-size: 26px;
    font-weight: 700
}

.pricing .price {
    color: #414142;
    font-weight: 700;
    font-size: 32px
}

.pricing .price sup {
    top: -.4em;
    font-size: 20px
}

.period {
    font-weight: 500;
    font-size: 20px
}

.fromer {
    font-style: italic;
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 15px;
    color: #4c4a4a
}

.pricing .info {
    color: #4c4a4a;
    font-size: 13px;
    margin: 15px 0
}

.pricing .heading {
    text-transform: capitalize;
    color: #181b22;
    font-weight: 700;
    font-size: 48px
}

.pricing .subheading {
    color: #181b22;
    margin-top: 10px;
    margin-bottom: 16px
}

.pricing .list-info {
    padding: 30px 60px 40px 60px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    margin: 0;
    list-style-type: none
}

.pricing .list-info i {
    color: #fff !important;
    float: left;
    padding: 5px 0
}

.pricing .list-info i span:first-child {
    font-size: 14px
}

.pricing .wrapper .top-content {
    padding: 40px 60px 40px 60px
}

.pricing .wrapper .top-content .svg {
    height: 60px;
    width: 60px
}

.pricing.special .wrapper a {
    margin-top: 20px
}

.pricing.special .list-info li {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff
}

.pricing.tablepage .list-info li {
    border-top: 1px solid #efefef;
    padding: 12px 0;
    font-size: 14px;
    color: #121e25
}

.pricing.tablepage .active .list-info li {
    border-top: 1px solid #34383a
}

.pricing.tablepage .active .list-info li {
    border-top: 1px solid #63b790
}

.pricing .list-info li sub {
    bottom: -.3px
}

.pricing .wrapper i {
    font-size: 42px;
    color: #121e25;
    margin: 0 15px 0 0
}

.pricing .wrapper.active i {
    font-size: 42px;
    color: #121e25;
    margin-bottom: 20px
}

.pricing.table.tablepage {
    background-color: #efefef
}

.pricing .wrapper.active {
    border: 1px solid #ee5586;
    background-color: #ee5586
}

.pricing.p-top {
    padding-top: 68px
}

.section-heading.light {
    color: #fff
}

.section-subheading.small-text {
    font-size: 18px
}

.pricing.slider {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 30px
}

.pricing.slider .heading {
    font-size: 24px;
    text-align: left;
    color: #181b22;
    margin-bottom: 3px
}

.pricing.slider .subheading {
    text-align: left;
    color: #181b22
}

.pricing.slider .swiper-pagination-switch {
    display: none
}

.pricing.slider .desc {
    font-size: 16px;
    color: #858f95;
    margin-top: 32px;
    line-height: 24px
}

.pricing.slider .section-subheading {
    margin-bottom: 72px
}

.pricing.slider .wrapper {
    padding-bottom: 0;
    margin-top: 0;
    border: solid 1px #90a4ae
}

.pricing.slider .info {
    background-color: #efefef;
    margin-right: 30px;
    margin-top: -15px;
    padding: 17px 0 26px 25px;
    position: relative
}

.pricing.slider .soc-icons i {
    font-size: 22px;
    color: #181b22
}

.pricing.slider .btn {
    border-radius: 0;
    margin-top: 24px;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 27px 22px
}

.pricing.slider .btn:hover {
    background-color: #181b22;
    color: #ee5586;
    border-color: #181b22
}

.pricing.slider .slides-toggle .slide {
    width: 25px;
    height: 42px;
    position: absolute;
    top: 40%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.pricing.slider .slides-toggle .slide-prev {
    background-image: url("../../404.html");
    left: -83px
}

.pricing.slider .slides-toggle .slide-prev span {
    position: absolute;
    display: inline-block;
    text-align: right;
    left: -20px;
    margin-top: 50px
}

.pricing.slider .slides-toggle .slide-next {
    right: 0
}

.pricing.slider .slides-toggle .slide-prev:hover {
    background-image: url("../../404.html")
}

.pricing.slider .slides-toggle .slide-next {
    background-image: url("../../404.html");
    left: 0
}

.pricing.slider .slides-toggle .slide-next span {
    display: inline-block;
    text-align: left;
    margin-top: 50px
}

.pricing.slider .soc-icons {
    display: inline-block;
    float: right;
    margin-top: -13px;
    margin-right: 8px
}

.pricing.slider .info {
    margin-right: 26px
}

.swiper-wrapper {
    padding-left: 99px;
    padding-right: 99px;
    width: 297px;
    transform: translate3d(-99px, 0, 0);
    transition-duration: 1.2s;
    height: 89px
}

.newproducts .pricing .wrapper .list-info i {
    padding-left: 5px;
    vertical-align: text-top;
    color: #fff;
    font-size: 20px
}

.newproducts .pricing .list-info {
    padding: 40px;
    margin: 0
}

.best-plans.pricing .wrapper {
    margin-top: 58px;
    padding-top: 38px;
    padding-bottom: 33px
}

.best-plans.pricing .wrapper.act {
    background-color: #242830
}

.best-plans.pricing .wrapper.act .title {
    color: #fff
}

.best-plans.pricing .wrapper.act .period {
    color: #fff
}

.best-plans.pricing .wrapper.act .btn:hover {
    border-color: #fff
}

.best-plans.pricing .wrapper .title {
    font-size: 18px
}

.best-plans.pricing .wrapper .price {
    font-size: 45px;
    margin-top: 5px
}

.best-plans.pricing .wrapper .price sup {
    top: -16px;
    font-size: 24px
}

.best-plans.pricing .wrapper .period {
    margin-top: -4px;
    margin-bottom: 23px;
    font-size: 11px
}

.best-plans.pricing .wrapper .btn {
    padding: 11px 15px;
    font-size: 10px
}

.best-plans.pricing .wrapper.m-top {
    margin-top: 0
}

.best-plans .table {
    margin: 0;
    font-weight: initial !important
}

.best-plans .table div.title-table {
    font-weight: 700;
    font-size: 18px;
    color: #242830;
    display: inline-block;
    text-decoration: underline
}

.best-plans .table td i.fa-times {
    font-size: 22px;
    color: #4c4a4a
}

.best-plans .table td i.fa-check {
    font-size: 22px;
    color: #4c4a4a
}

.best-plans .table td {
    font-size: 18px;
    color: #4c4a4a;
    border-top: none;
    border-left: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
    padding: 20px 20px
}

.best-plans .table.sample td {
    border-left: none !important;
    text-align: left
}

.best-plans .compare td {
    border-left: none !important
}

.best-plans .compare.min td {
    min-width: 300px
}

.best-plans .compare.min .form-contact {
    padding: 0 !important
}

.best-plans .table tbody td.section-bar {
    color: #181b22;
    font-size: 16px;
    padding-right: 65px;
    background-color: #ee5586;
    border: none
}

.best-plans .table tbody td.section-bar span {
    margin-right: 30px;
    font-size: 12px
}

.best-plans .table tr {
    vertical-align: middle
}

.best-plans .table td:first-child {
    padding-left: 0;
    min-width: 200px;
    text-align: left;
    border-left: none;
    color: #212122
}

.best-plans .table td .fa-check {
    font-size: 29px
}

.best-plans .btn.left {
    margin-right: 35px;
    padding: 15px 33px;
    background-color: #ee5586;
    font-size: 18px
}

.best-plans .btn-x.w-btn {
    letter-spacing: -.1px;
    padding: 15px 47px
}

.table>:not(:first-child) {
    border-top: 1px solid #e3e3e3
}

#clone thead {
    visibility: visible
}

#clone tbody tr td {
    border: none
}

#clone thead tr td {
    position: relative;
    border-left: solid 1px #efefef;
    box-shadow: 0 10px 10px -3px rgba(110, 110, 110, .1);
    background-color: #fff
}

#clone thead tr td:first-child {
    border: none;
    background-color: transparent;
    box-shadow: none
}

#bottom_anchor {
    bottom: 300px;
    position: absolute
}

.section-plans .heading {
    font-size: 26px;
    margin-bottom: 15px
}

.section-plans .desc {
    font-size: 14px;
    color: #4c4a4a;
    line-height: 28px
}

.wrapper-h-plans {
    position: relative;
    background-color: #fff;
    border: solid 1px #efefef
}

.wrapper-h-plans .plans-detail {
    width: 100%
}

.wrapper-h-plans .plans-detail i {
    font-size: 28px
}

.wrapper-h-plans .plans-detail span {
    font-size: 14px;
    color: #4c4a4a;
    vertical-align: super;
    margin-left: 5px
}

.h-plans-info {
    color: #fff;
    padding: 40px 0;
    height: 100%
}

.h-plans-info .price {
    font-size: 22px;
    margin-bottom: 2px
}

.h-plans-info .price .title {
    font-size: 37px;
    margin-left: 14px;
    font-weight: 700
}

.h-plans-info .price .title .line {
    font-size: 18px;
    display: inline-block;
    margin-left: -20px
}

.h-plans-info .price .title .title-price {
    margin-left: -5px;
    display: inline-block;
    text-transform: lowercase
}

.h-plans-info .price .symbol {
    font-size: 30px;
    display: inline-block;
    margin-right: 3px;
    position: relative;
    top: -8px
}

.h-plans-info .price .dec {
    font-size: 30px;
    display: inline-block
}

.h-plans-info .heading {
    padding: 10px;
    border: dashed 1px #fff;
    margin: 10px 0 18px;
    font-size: 16px
}

.h-plans-info .title {
    margin-bottom: 2px
}

.h-plans-info .desc {
    text-transform: lowercase;
    line-height: 17px
}

.h-plans-info .header-wrap {
    text-align: left
}

.h-plans-info .header-wrap .price {
    font-size: 22px
}

.slick #slider .plan-container {
    outline: 0;
    padding-left: 15px;
    padding-right: 15px
}

.slick #slider .plan-container .wrapper {
    position: relative;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    border-radius: 12px;
    margin-top: 50px
}

.slick #slider .plan-container .wrapper .top-content {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    background-color: #fff;
    padding: 40px 60px 20px 60px
}

.slick #slider .plan-container .wrapper .list-info {
    padding: 20px 60px 40px 60px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #ee5486;
    margin: 0;
    list-style-type: none
}

.slick #slider .plan-container .wrapper .list-info i {
    color: #fff !important;
    float: left;
    padding: 5px 0;
    font-size: 38px;
    margin: 0 15px 0 0
}

.slick #slider .plan-container .title {
    font-size: 26px
}

.slick #slider .plan-container .price {
    color: #181b22;
    font-weight: 700;
    font-size: 32px
}

.slick #slider .plan-container .price sup {
    top: -.4em;
    font-size: 20px
}

.slick #slider .plan-container .info {
    font-weight: lighter;
    color: #455a64;
    font-size: 14px;
    margin-bottom: 15px
}

.slick #slider .plan-container .wrapper a {
    margin: 20px 0
}

.slick #slider .plan-container .list-info li {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.slick-slide {
    opacity: .4
}

.slick-active {
    display: block;
    max-width: 10% !important;
    max-height: 20% !important;
    opacity: 1
}

.slick-slide img {
    display: inline-block !important
}

.slick #slider .plan-container .svg {
    height: 50px;
    width: 50px
}

.slick-center {
    opacity: 1;
    transition: transform .6s ease-in-out
}

.slick-next,
.slick-prev {
    z-index: 1;
    position: absolute;
    top: 50%;
    display: inline-block;
    padding: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: 0;
    text-align: right;
    border-radius: 50%;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    background-color: #fff
}

.slick-next {
    text-align: left !important
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background-color: #ee5586;
    outline: 0;
    color: #212122;
    opacity: 1;
    -webkit-transition: all .1s linear 0s;
    -moz-transition: all .1s linear 0s;
    -ms-transition: all .1s linear 0s;
    transition: all .1s linear 0s
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: Cloudicon;
    font-size: 40px;
    line-height: 1;
    opacity: .5;
    color: #212122;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: 100px
}

[dir=rtl] .slick-prev {
    right: 25px;
    left: auto
}

.slick-prev:before {
    content: '\e99b';
    display: block
}

[dir=rtl] .slick-prev:before {
    content: '\e99b';
    display: block
}

.slick-next {
    right: 100px
}

[dir=rtl] .slick-next {
    right: auto;
    left: 25px
}

.slick-next:before {
    content: '\e9e4';
    display: block
}

[dir=rtl] .slick-next:before {
    content: '\e9e4';
    display: block
}

.tabs-item.active {
    display: block
}

.tabs-item {
    display: none
}

.tabs-header li {
    display: inline-block;
    list-style-type: none
}

.tabs-header ul {
    padding: 0
}

.tabs.offers-tabs .tabs-header li {
    font-size: 18px;
    border-left: solid 2px #4c4a4a;
    padding: 0 0 0 30px;
    cursor: pointer;
    color: #181b22;
    margin-top: 30px;
    text-align: left;
    -webkit-transition: .3s;
    margin-top: 50px
}

.tabs.offers-tabs .tabs-header .active {
    padding: 0 0 0 50px
}

.tabs.offers-tabs .tabs-header i {
    font-size: 48px
}

.tabs.offers-tabs .tabs-header div {
    margin-top: 15px
}

.tabs.offers-tabs .tabs-header li:hover {
    color: #ee5586;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.tabs.offers-tabs .tabs-content .heading {
    font-size: 18px;
    color: #181b22;
    margin-bottom: 10px
}

.tabs.offers-tabs .tabs-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px !important
}

.tabs.offers-tabs .tabs-content .info {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 25px
}

.tabs.offers-tabs .tabs-content .tabs-item.active {
    position: relative
}

.tabs .btn-select-plan {
    position: absolute;
    margin-top: 50px
}

.tabs .btn-select-plan ul {
    z-index: 9;
    display: inline-grid
}

.tabs.offers-tabs .tabs-content .info-content p {
    color: #aaa
}

.tabs-header .btn-secondary:not(:disabled):not(.disabled).active {
    opacity: 1;
    font-size: 14px;
    color: #fff !important;
    border: none;
    border-radius: 50px;
    padding: 15px 25px;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23)
}

.tabs-header .btn-group>.btn:not(:first-child) {
    opacity: .6;
    background-color: #4c4a4a;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 15px 25px;
    font-size: 14px;
    margin-bottom: 8px;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23)
}

.tabs-header .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    background-color: #4c4a4a;
    font-size: 14px;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 15px 25px;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23)
}

.dropdown-menu.show {
    width: 100%;
    border: 0 none;
    padding-bottom: 30px;
    text-align: center;
    background-color: transparent;
    transform: initial !important;
    position: static !important;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.dropdown-menu.show a {
    color: #aaa;
    font-size: 15px;
    margin: 0;
    border: none;
    padding: 7px;
    background-color: transparent
}

.dropdown-menu.show a:hover {
    color: #ee5586 !important
}

.services .heading {
    font-size: 20px;
    color: #464646;
    text-transform: capitalize
}

.services .info {
    font-size: 16px;
    color: #81868e
}

.services .service-wrap .line {
    height: 1px;
    width: 100%;
    background-color: #eaeaeb;
    position: relative
}

.services .service-wrap .line:before {
    content: "";
    height: 2px;
    background-color: #ee5586;
    width: 50%;
    position: absolute;
    top: -1px
}

.services .service-wrap .info {
    padding-right: 80px
}

.services .service-wrap .service-section {
    border-radius: 12px;
    background-color: #fff;
    position: relative;
    padding: 50px;
    margin-top: 50px;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.services .service-wrap .service-section .title {
    font-weight: 700;
    font-size: 22px;
    color: #212122;
    margin-top: 20px;
    margin-bottom: 14px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.services .service-wrap .service-section .subtitle {
    line-height: 34px;
    font-size: 16px;
    color: #4c4a47;
    margin-bottom: 0
}

.services .service-wrap .service-section a {
    margin-top: 30px
}

.services .service-wrap .service-section.service {
    border-right: 0
}

.services .service-wrap .service-section i {
    font-size: 60px
}

.services .service-wrap .service-section .svg {
    height: 60px;
    width: 60px
}

.services.blog .service-wrap .service-section {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.services .service-wrap .service-section .svg.animal {
    width: 100%;
    height: 100%
}

.services.blog .service-wrap img {
    width: 100%;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    margin-top: 50px
}

.services .service-wrap {
    border-bottom: 0
}

.services.padd {
    padding-top: 75px
}

.services.padd .service-wrap {
    margin-top: 64px
}

.history-section .history-separate.first {
    margin-bottom: 50px
}

.history-section .history-separate.last {
    margin-bottom: 0
}

.history-section .wrappper.last {
    margin-bottom: 0
}

.history-section .wrappper .title {
    font-size: 18px;
    line-height: 30px
}

.history-section .wrappper .desc {
    font-size: 14px;
    color: #5b6164;
    line-height: 26px
}

.history-section .wrappper .date {
    font-size: 12px;
    margin-top: 30px;
    color: #4c4a4a
}

.history-section .wrappper .date .year {
    font-weight: 700;
    font-size: 12px
}

.history-section .wrappper .read a {
    color: #fff;
    padding: 7px 10px;
    font-size: 13px;
    background-color: #ee5586;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.history-section .wrappper .read a:hover {
    text-decoration: none;
    background-color: #212122;
    color: #fff
}

.history-section .wrappper.right {
    text-align: left;
    margin-left: -9px
}

.history-section .link-pages {
    background-color: #ee5586;
    color: #181b22;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    padding: 51px 41px 43px;
    line-height: 34px;
    margin-top: 24px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.history-section .link-pages:hover {
    text-decoration: none;
    background-color: #181b22;
    color: #ee5586
}

.history-section .img-wrap {
    position: relative
}

.history-section .img {
    width: 100%;
    margin: 0
}

.history-section .wrappper {
    text-align: left;
    margin-top: 50px
}

.history-section .row {
    height: auto;
    display: flex;
    padding-bottom: 80px;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

.history-section .row:last-child {
    padding-bottom: 0
}

.history-section.feat01 .row .info-content {
    padding-bottom: 0
}

.history-section .row .info-content h4 {
    margin-bottom: 20px;
    line-height: 34px
}

.history-section .row .info-content p {
    font-size: 18px;
    line-height: 38px;
    color: #4c4a4a
}

.history-section hr {
    display: none
}

.sync {
    position: relative
}

.sync .sync-container {
    position: relative;
    height: 145px;
    margin-top: 50px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1)
}

.sync .sync-container:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.sync .sync-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    border: 0;
    font-size: 0;
    padding: 0;
    overflow: hidden;
    transition: all .3s ease;
}


.sync .sync-item:before {
    content: '';
    position: absolute;
    top: 35px;
    bottom: 0;
    left: 28%;
    width: 1px;
    height: 50%;
    background: grey;
    transition: all .3s ease
}

.sync .sync-item.dark:before {
    background: #414142
}

.sync .sync-item:before.right {
    right: 28%
}

.sync .sync-item .img {
    position: relative;
    width: 28%;
    height: 100%
}

.sync .sync-item .w-img {
    position: relative;
    width: 28%;
    height: 100%
}

.sync .sync-item .ico {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55px;
    height: 55px;
    transform: translate(-50%, -50%)
}

.sync .sync-item .wimg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 65px;
    border-radius: 40%;
    transform: translate(-50%, -50%)
}

.sync .sync-item .inform {
    width: 70%;
    padding: 0 30px
}

.sync .sync-item .inform .title {
    font-size: 19px;
    font-weight: 700;
    color: #212122
}

.sync .sync-item .inform .description {
    font-size: 16px;
    line-height: 26px;
    color: #818182;
    margin-top: 5px
}

.sync .sync-item .img,
.sync .sync-item .inform {
    display: inline-block;
    vertical-align: middle
}

.team {
    position: relative;
    z-index: 1
}

.team .heading {
    font-size: 24px;
    font-weight: 700;
    color: #181b22;
    margin-top: 0;
    margin-bottom: 3px
}

.team .subheading {
    font-size: 14px;
    color: #5a5a5a;
    font-style: italic
}

.team .desc {
    color: #4c4a4a;
    font-size: 17px;
    margin-top: 15px;
    line-height: 28px
}

.team .soc-icons-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.team .soc-icons-wrap i {
    color: #fff;
    width: 35px;
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.team .soc-icons-wrap i:hover {
    color: #ee5586
}

.team .soc-icons-wrap .icons {
    right: 0;
    top: 20px;
    left: 0;
    position: absolute;
    z-index: 2;
    text-align: center;
    display: inline-block;
    margin-top: 130px;
    padding: 10px
}

.team .soc-icons-wrap .icons i {
    border-radius: 12px;
    background-color: rgba(0, 0, 0, .5);
    padding: 10px
}

.team .soc-icons-wrap .icons i:hover {
    color: #ee5586;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.team .team-info {
    text-align: center;
    border-radius: 12px;
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.team .team-info .svg {
    margin-bottom: 30px;
    width: 100%
}

.team .wrapper {
    position: relative;
    margin-top: 50px
}

.team .wrapper .img-section img {
    width: 100%
}

.team .wrapper:hover .team-info {
    position: relative;
    z-index: 1
}

.team .wrapper:hover .team-info .desc,
.team .wrapper:hover .team-info .heading,
.team .wrapper:hover .team-info .subheading {
    position: relative;
    z-index: 1
}

.team .wrapper:hover .team-info .desc {
    color: #181b22
}

.team .wrapper:hover .soc-icons-wrap {
    opacity: 1
}

.services .service-wrap .pay img {
    padding: 30px;
    width: 200px;
    margin: 0 20px 20px 0
}

.form-contact {
    border-radius: 12px;
    width: 100%;
    position: relative;
    padding: 80px;
    display: inline-block
}

.form-contact .info a {
    color: #22262f
}

.form-contact .info a:hover {
    text-decoration: underline
}

.form-contact #msgSubmit {
    display: none
}

.question .heading {
    font-size: 18px;
    color: #181b22;
    line-height: 27px
}

.question .heading .large-text {
    font-size: 30px
}

.modal-content {
    border-radius: 12px
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto
}

.modal-content iframe.movie {
    width: 100%;
    height: 450px
}

.subcribe .heading {
    color: #fff;
    font-weight: 700;
    margin-left: 46px
}

.subcribe.news {
    margin: 40px 0
}

.subcribe input:-moz-placeholder {
    font-size: 18px;
    color: #67687b
}

.subcribe input::-webkit-input-placeholder {
    font-size: 13px;
    color: #67687b
}

.general-input {
    position: relative;
    width: 100%;
    align-items: center;
    display: flex
}

.fill-input.special-input {
    position: relative;
    background: rgba(0, 0, 0, .3) !important;
    border: 1px solid #414142 !important;
    color: #fff !important
}

.fill-input {
    width: 100%;
    height: 52px;
    font-size: 16px;
    color: #000;
    border: solid 1px #efefef;
    border-radius: 50px;
    padding: 0 30px;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 2px 8px 0 rgb(62 62 79 / 15%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.general-input input.btn {
    border: none;
    right: 0;
    position: absolute
}

.subcribe .form {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    width: 100%
}

.subcribe .form span {
    margin-top: 0;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px
}

.subcribe .form p {
    color: #4c4a4a;
    font-size: 13px
}

.subcribe form p {
    font-size: 14px;
    color: #aaa
}

.countdown .wrapper {
    width: 100%;
    position: relative
}

.countdown .wrapper .heading {
    font-size: 18px;
    color: #181b22;
    text-align: center
}

.countdown .wrapper .clock {
    text-align: center;
    font-size: 52px
}

.countdown .wrapper .clock div {
    width: 150px;
    height: 150px;
    border-radius: 100px;
    margin: 10px 50px 15px 0;
    display: inline-block;
    align-items: center;
    vertical-align: middle;
    padding: 20px;
    border: solid 1px #d8d8d8;
    text-align: center
}

.countdown .wrapper .clock div:first-child {
    color: #fff
}

.countdown .wrapper .clock span {
    border: none;
    padding: 0;
    font-size: 16px;
    display: block;
    margin: 0
}

.casestudy .wrapper {
    background-color: #212122
}

.casestudy img {
    opacity: .5;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.casestudy .img {
    position: relative
}

.casestudy .content-info {
    font-size: 13px;
    margin-top: 9px;
    line-height: 30px;
    text-align: left;
    color: #fff
}

.casestudy .content-info em {
    margin-bottom: 20px
}

.casestudy .slider-container {
    height: 100%
}

.casestudy .casestudy {
    text-align: left;
    margin-left: 11px
}

.casestudy .social-icons i {
    color: #91a3ad;
    border: 1px solid #91a3ad;
    padding: 10px 12px;
    width: 40px;
    display: inline-block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.casestudy .social-icons i:hover {
    color: #ee5586
}

.casestudy .swiper-pagination-switch {
    display: none
}

.casestudy .author {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left;
    text-transform: capitalize;
    color: #fff
}

.casestudy .content-info p {
    font-size: 18px;
    margin-bottom: 25px
}

.casestudy .icon-quote {
    margin-top: -18px
}

.casestudy.bg-info {
    background-color: #f2efe8
}

.casestudy .swiper-slide {
    position: relative;
    left: -97px
}

.faq .accordion.faq .btn {
    margin-top: 83px;
    font-size: 18px;
    padding: 21px 86px
}

.faq.light {
    background-color: #fff
}

.tabs-item .accordion.faq {
    padding-top: 0
}

.accordion.faq {
    padding-top: 0
}

.accordion.faq .panel-wrap {
    margin-bottom: 5px
}

.accordion.faq .panel-title {
    border-bottom: solid 1px #4c4a4a;
    background-color: transparent;
    font-weight: 500;
    color: #414142;
    padding: 20px 10px 20px 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.accordion.faq .panel-title .fa-minus {
    display: none;
    color: #212122
}

.accordion.faq .panel-title.active {
    font-weight: 500 !important
}

.accordion.faq .panel-title.active .fa-minus {
    display: inline-block
}

.accordion.faq .panel-title.active .fa-plus {
    display: none
}

.accordion.faq .panel-title.active .square {
    color: #ee5586;
    background-color: #181b22
}

.accordion.faq .wrapper-collapse .list {
    background-color: transparent;
    padding: 0
}

.accordion.faq .wrapper-collapse .list li {
    font-size: 16px;
    letter-spacing: .5px;
    list-style-type: none;
    padding: 20px 0
}

.accordion.faq .btn {
    background-color: #ee5586;
    display: inline-block;
    margin-top: 71px;
    font-size: 20px;
    padding: 21px 72px
}

.accordion.faq .btn:hover {
    background-color: #181b22;
    color: #ee5586
}

.accordion.faq.light .panel-title.active {
    font-weight: 700;
    background-color: #f2efe8
}

.accordion.faq.light .wrapper-collapse .list {
    background-color: #f2efe8
}

.accordion.faq.light .wrapper-collapse .list li {
    border-top: 1px solid #e0ddd7
}

.accordion .panel-title {
    margin: 0;
    position: relative;
    background-color: #f8f8f8;
    padding: 9px 35px 10px;
    color: #e32526;
    font-size: 20px;
    cursor: pointer
}

.accordion .panel-title i {
    font-size: 18px
}

.accordion .panel-collapse {
    display: none
}

.blog.padd {
    padding-bottom: 8px
}

.blog .sidebar .search-group {
    position: relative
}

.blog .sidebar .search-group::-webkit-input-placeholder {
    font-weight: 700;
    color: #121e25
}

.blog .sidebar .search-group:-moz-placeholder {
    font-weight: 700;
    color: #121e25
}

.blog .sidebar .search-group::-moz-placeholder {
    font-weight: 700;
    color: #121e25
}

.blog .sidebar .search-group:-ms-input-placeholder {
    font-weight: 700;
    color: #121e25
}

.blog .sidebar .search-group .search {
    background-color: #efefef;
    color: #121e25;
    border: 1px solid transparent;
    outline: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 10px 15px;
    width: 100%
}

.blog .sidebar .search-group .search:focus {
    border-color: #ee5586
}

.blog .sidebar .search-group .input-search {
    position: absolute;
    top: 33px;
    right: 18px
}

.blog .sidebar .heading.active {
    font-size: 22px;
    letter-spacing: .5px;
    margin: 50px 0 20px 0
}

.blog .sidebar .tabs .tabs-content {
    display: inline-block;
    width: 100%
}

.blog .sidebar .tabs .tabs-header li {
    font-size: 15px;
    border-bottom: 1px solid #efefef;
    padding: 0 0 20px 0;
    margin: 0 10px;
    cursor: pointer
}

.blog .sidebar .posts .tabs-header li.active {
    font-size: 15px;
    padding: 0 0 20px 0
}

.blog .sidebar .categories .line:not(.active) {
    background-color: #efefef
}

.blog .shopping .sidebar .categories .line:not(.active):before {
    content: none
}

.blog .sidebar .line {
    margin-bottom: 15px;
    height: 1px;
    width: 100%;
    position: relative
}

.blog .sidebar .line.active:before {
    content: "";
    height: 1px;
    width: 50%;
    position: absolute;
    top: -1px
}

.blog .sidebar .tags {
    margin-top: 57px
}

.blog .sidebar .tags .tag a {
    background-color: #efefef;
    color: #181b22;
    padding: 8px 15px;
    font-size: 15px;
    margin-bottom: 12px
}

.blog .sidebar .tags .heading.active a {
    color: #ee5586
}

.blog .sidebar .tags .line {
    margin-bottom: 12px
}

.blog .sidebar .tags .line.active {
    margin-bottom: 24px
}

.blog .sidebar .tags .line:not(.active) {
    background-color: #474c57
}

.blog .sidebar .tags .line:not(.active):before {
    content: none
}

.blog .sidebar .tags .tag a:hover {
    background-color: #ee5586;
    color: #181b22
}

.blog .sidebar .tags .line {
    margin-bottom: 50px
}

.blog .sidebar .posts .img {
    border-radius: 10px;
    width: 50%;
    float: left;
    margin: 0 15px 0 0
}

.blog .social-icons {
    text-align: left;
    margin-right: 5px
}

.blog .share-txt {
    font-size: 13px;
    letter-spacing: .5px;
    margin-bottom: 15px;
    color: #181b22
}

.blog .social-icons i {
    color: #424242;
    border: 1px solid #eaeaeb;
    padding: 12px 15px;
    margin-left: -4px;
    display: inline-block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.blog .social-icons .fa:not(.fa-share-alt) {
    border-right: 0
}

.blog .social-icons .fa:hover {
    color: #ee5586
}

.blog .social-icons .fa.fa-google-plus {
    padding: 12px;
    border-right: 1px solid #eaeaeb
}

.blog .social-icons .fa.fa-share-alt {
    color: #ee5586;
    background-color: #181b22;
    margin-left: 1px
}

.blog .media {
    position: relative;
    display: inline-flex;
    text-align: left;
    margin-top: 50px;
    padding-bottom: 30px
}

.blog .media.answer {
    padding-left: 40px
}

.blog .media .media-heading {
    color: #4c4a4a;
    font-weight: 700;
    font-size: 18px
}

.blog .media .media-heading a {
    color: #212122;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.blog .media .media-heading a:hover {
    text-decoration: none
}

.blog .media .media-body {
    padding-left: 60px
}

.blog .media .date {
    color: #75777d
}

.blog .media .date a {
    color: #75777d;
    font-size: 12px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.blog .media .date a:hover {
    text-decoration: none;
    color: #ee5586
}

.blog .media .date img {
    margin-right: 12px
}

.blog .media a.answer {
    float: right;
    display: inline-block;
    background-color: #ee5586;
    padding: 5px 12px;
    color: #fff;
    border: solid 1px #ee5586;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.blog .media a.answer:hover {
    text-decoration: none;
    color: #181b22;
    background-color: transparent;
    border: solid 1px #212122
}

.blog .media .text-comments {
    font-size: 14px;
    line-height: 28px;
    color: #4c4a4a
}

.blog .media.right {
    padding-left: 73px;
    margin-top: 30px
}

.blog.blog .wrap-blog .comments {
    padding: 80px;
    border-radius: 12px;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1)
}

.blog.blog .wrap-blog .livecomment {
    padding: 80px;
    border-radius: 12px;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1)
}

.blog.blog .wrap-blog img {
    border-radius: 10px;
    width: 100%
}

.blog.blog .wrap-blog .media img {
    width: 170px
}

.blog.blog .wrap-blog .media-left {
    float: left
}

.blog.blog .wrap-blog.section-bg2 {
    padding: 30px
}

.blog .wrap-blog {
    width: 100%;
    display: inline-block
}

.blog .wrap-blog.section-bg1 {
    padding: 40px
}

.blog .wrap-blog.light.m-bottom.last {
    width: 100%
}

.blog .wrap-blog .heading {
    font-size: 18px;
    color: #4c4a4a
}

.blog .wrap-blog .heading.blog {
    font-size: 26px;
    margin-bottom: 15px
}

.blog .wrap-blog .heading.blog a {
    color: #212122
}

.blog .wrap-blog .heading.blog a:hover {
    text-decoration: none
}

.blog .wrap-blog .text-blog {
    margin: 20px 0;
    font-size: 13px;
    color: #4c4a4a
}

.blog .wrap-blog .text-blog .timer {
    margin-top: 10px;
    vertical-align: middle;
    display: inline-block
}

.blog .wrap-blog .text-blog i {
    font-size: 22px
}

.blog .service-wrap .service-section .small b {
    font-size: 22px
}

.blog .wrap-blog .social-icon {
    width: 100%;
    text-align: right
}

.blog .wrap-blog .social-icon i {
    font-size: 14px !important;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    width: 36px;
    text-align: center;
    border-radius: 12px;
    transition: .3s;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .15);
    text-decoration: none
}

.blog .wrap-blog .social-icon i:hover {
    color: #ee5586 !important;
    text-decoration: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.blog .wrap-blog .social {
    width: 100%;
    display: inline-block
}

.blog .wrap-blog .infos {
    display: none
}

.blog .wrap-blog .infos i {
    display: inline-block;
    color: #ee5586;
    font-size: 24px
}

.blog .wrap-blog .infos span {
    margin-right: 10px;
    font-size: 16px;
    color: #ee5586
}

.blog .wrap-blog .text-blog:last-child {
    border: none;
    margin-left: 10px
}

.blog .wrap-blog .text-blog .author {
    margin-right: 8px;
    color: #212122;
    text-decoration: underline;
    font-weight: 100
}

.blog .wrap-blog .text-blog .author:hover {
    text-decoration: none
}

.blog .wrap-blog .text-blog a {
    margin-right: 8px;
    margin-left: 8px
}

.blog .wrap-blog .text-blog a:hover {
    text-decoration: none
}

.blog .wrap-blog .blog-info {
    color: #4c4a4a;
    margin-top: 15px;
    line-height: 34px;
    font-size: 16px
}

.blog .wrap-blog .wrapper {
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    padding: 80px
}

.blog .wrap-blog .wrapper h3 {
    font-size: 32px
}

.blog .wrap-blog .btn {
    color: #181b22;
    border-color: #181b22;
    background-color: transparent;
    padding: 15px 52px;
    border-width: 1px;
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 30px
}

.blog .wrap-blog .btn:hover {
    background-color: #181b22;
    color: #ee5586
}

.blog .sidebar {
    border-radius: 12px;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    padding: 40px;
    background-color: #fff
}

.blog .sidebar .search-group {
    position: relative
}

.blog .sidebar .heading {
    margin-bottom: 15px;
    cursor: pointer
}

.blog .sidebar .heading:last-child {
    margin-bottom: 0 !important
}

.blog .sidebar .categories .heading a {
    color: #4c4a4a;
    font-size: 18px
}

.blog .sidebar .categories .heading a.active {
    font-size: 18px
}

.blog .sidebar .categories .heading a:after {
    content: ''
}

.blog .sidebar .categories .heading span {
    float: right
}

.blog .sidebar .search-group a {
    top: 12px;
    right: 15px;
    position: absolute;
    font-size: 28px
}

.blog .sidebar .search-group a:hover {
    text-decoration: none;
    color: #ee5586;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.blog .sidebar .categories .line {
    margin-bottom: 12px
}

.blog .sidebar .posts .heading-article {
    margin-bottom: 5px
}

.blog .sidebar .posts .heading-article a {
    font-weight: 700;
    font-size: 15px;
    color: #212122
}

.blog .sidebar .posts .item-wrap {
    margin-top: 50px
}

.blog .sidebar .posts .item-wrap:first-child {
    margin-top: 0
}

#sidebar {
    position: fixed;
    width: 420px;
    height: auto
}

.pagination>li>a {
    border: solid 1px #efefef;
    background-color: #fff;
    margin-right: 5px;
    color: #4c4a4a;
    font-size: 18px;
    padding: 8px 15px
}

.pagination>li>a:hover {
    text-decoration: none;
    background-color: #ee5586;
    color: #212122 !important;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.pagination>li.active>a {
    background-color: #ee5586;
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.pagination>li:last-child>a {
    border-radius: 0
}

.pagination .next,
.pagination .prev {
    font-size: 18px;
    color: #212122;
    padding: 8px 15px
}

.pagination .prev {
    display: none
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff
}

.pagination>li.active>a:hover {
    color: #fff
}

.pagination .next {
    padding: 15px 33px;
    margin-left: 30px;
    font-weight: 700;
    border-radius: 0
}

.footer {
    position: relative;
    z-index: 0;
    background-color: #15212a;
    background-position: center;
    border: none
}

.footer .tag {
    float: none;
    margin-right: 0;
    margin-left: 0
}

.footer .footer-top {
    padding: 80px 0 20px 0
}

.footer .footer-top .col-md-3.col-sm-6 {
    margin-bottom: 10px
}

.footer .logo-footer {
    width: 160px
}

.footer .heading {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500
}

.footer .soc-icons {
    padding-top: 0;
    padding-left: 0
}

.footer .soc-icons i:before {
    font-size: 24px
}

.footer .soc-icons a {
    display: inline-block;
    margin: 0 10px 20px 0
}

.footer .soc-icons a:hover {
    color: #ee5586;
    text-decoration: none
}

.footer .soc-icons a:hover i {
    color: #ee5586
}

.footer .contact {
    font-size: 16px;
    color: #b9bac8
}

.footer .contact a {
    color: #b9bac8
}

.footer .contact a:hover {
    text-decoration: none;
    color: #ee5586
}

.footer .contact a:hover i {
    color: #ee5586
}

.footer .contact i {
    color: #858585
}

.footer .contact i:before {
    margin-left: 0;
    margin-right: 12px;
    font-size: 18px
}

.footer .payment-list {
    float: right;
    color: #90a4ae;
    list-style-type: none;
    margin: 0;
    display: flex;
    align-items: center
}

.footer .payment-list li {
    display: inline-block;
    margin-right: 3px;
    font-size: 42px
}

.footer .payment-list li:last-child {
    margin-right: 0
}

.footer .payment-list li p {
    margin-bottom: 0;
    color: #aaa;
    font-weight: 500;
    font-size: 14px;
    margin-right: 20px;
    display: table
}

.footer .payment-list li i {
    color: #aaa
}

.footer .payment-list li i:hover {
    color: #ee5586;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.footer .copyright {
    font-weight: 500;
    font-size: 14px;
    color: #aaa;
    padding-top: 10px;
    padding-bottom: 30px
}

.footer h6 {
    margin-top: 15px;
    color: #b0bec5;
    line-height: 24px
}

.footer .footer-menu {
    float: left;
    padding: 0;
    margin: 0
}

.footer .footer-menu .menu-item {
    font-size: 18px;
    display: block;
    list-style-type: none;
    margin-top: 15px;
    margin-left: 0;
    text-align: left
}

.footer .footer-menu .menu-item a {
    color: #aaa;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.footer .footer-menu .menu-item a:hover {
    text-decoration: none;
    color: #ee5586
}

.footer .footer-menu {
    padding: 0;
    float: none
}

.footer .footer-menu .menu-item.by {
    font-size: 14px;
    color: #aaa
}

.footer .footer-bottom {
    padding: 20px 0 20px 0;
}

.footer .footer-bottom .footer-menu {
    position: relative;
    top: 3px
}

.footer .footer-bottom .footer-menu .menu-item {
    font-weight: 500;
    display: inline;
    margin-left: 20px;
    vertical-align: sub
}

.footer .soc-icons i {
    background-color: #fff;
    display: grid;
    align-items: center;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 18px;
    width: 48px;
    transition: .3s;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .15)
}

.footer .soc-icons i:hover {
    color: #ee5586
}

.footer .soc-icons.top-icons i {
    margin-right: 11px;
    margin-left: 11px
}

.footer .logo-bg {
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
    width: 600px;
    position: absolute;
    opacity: .3;
    margin-top: 40px;
    z-index: -1
}

.footer .footer-menu #drop-lng input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

[type=email],
[type=number],
[type=tel],
[type=url] {
    direction: ltr
}

.wpc-cloud-range .noUi-target {
    height: 7px;
    background: #4c4a4a;
    border-radius: 12px;
    border: none;
    box-shadow: none
}

.wpc-cloud-range .noUi-connect {
    border-radius: 12px;
    border: none;
    box-shadow: none
}

.wpc-cloud-range .noUi-background {
    background-color: #f2efe8;
    border-left: 1px solid #b5b4b3;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px
}

.noUi-marker-horizontal.noUi-marker {
    position: absolute;
    background: #4c4a4a;
    border-radius: 50%;
    margin-left: -1px;
    width: 4px;
    height: 4px
}

.wpc-cloud-range .noUi-tooltip:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    position: absolute;
    bottom: -6px;
    left: 41px
}

.wpc-cloud-range .noUi-tooltip {
    font-weight: 900;
    position: absolute;
    width: 100px;
    margin-bottom: 12px;
    padding: 8px 0;
    color: #fff;
    font-style: normal;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    border: none;
    line-height: 16px
}

.wpc-cloud-range .noUi-handle.noUi-handle-lower:after,
.wpc-cloud-range .noUi-handle.noUi-handle-lower:before {
    content: none
}

.wpc-cloud-range .noUi-horizontal .noUi-handle {
    box-shadow: none;
    top: -11px;
    width: 25px;
    height: 25px;
    margin-left: -10px;
    border: transparent;
    border-radius: 50%;
    cursor: pointer;
    outline: 0
}

.wpc-cloud-range .info-range {
    font-size: 16px;
    color: #414142;
    letter-spacing: .5px;
    margin-top: 30px
}

.wpc-cloud-range .info-range .number {
    font-weight: 700
}

.wpc-cloud-range .slider-ui {
    padding: 80px 0 0 0
}

.noUi-pips-horizontal {
    padding: 15px 0;
    left: 3px
}

.wpc-vps-info .price-wrap .title {
    color: #1f2532;
    text-transform: uppercase;
    font-size: 18px;
    padding: 25px 25px;
    display: inline-block;
    position: absolute;
    top: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.wpc-vps-info .price-wrap .title:hover {
    background-color: #1f2532;
    color: #f44336;
    text-decoration: none
}

.wpc-vps-info {
    padding-top: 30px
}

.wpc-vps-info .title i {
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-size: 42px
}

.wpc-vps-info .title {
    position: relative;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    border-radius: 12px;
    margin-top: 40px;
    background-color: #fff;
    font-weight: 700;
    font-size: 22px;
    color: #212122;
    padding: 40px
}

.wpc-vps-info .title .info {
    border-top: solid 1px #efefef;
    margin-top: 15px;
    padding-top: 15px;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    font-size: 26px
}

.wpc-vps-info .price-wrap .price {
    font-weight: 900 !important;
    font-size: 30px;
    color: #fff;
    background-color: #1f2532;
    padding: 15px 35px;
    display: inline-block
}

.wpc-vps-info .h-plans-info .price {
    font-size: 46px !important;
    font-weight: 700;
    display: -webkit-inline-box;
    color: #414142
}

.wpc-vps-info .h-plans-info .infos {
    padding-bottom: 25px;
    line-height: 32px;
    font-size: 16px;
    color: #414142
}

.wpc-vps-info .content-price {
    position: relative;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    background-color: #fff;
    border-radius: 12px;
    padding: 50px
}

.range-disabled {
    display: none
}

.search-disabled {
    display: none
}

.run-switch {
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    z-index: 3;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.run-switch .an.active,
.run-switch .mo.active {
    color: #fff
}

.run-switch .an,
.run-switch .mo {
    font-size: 12px;
    color: grey;
    font-weight: 700 !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.run-switch div {
    display: inline-block
}

.run-switch .switch.on:after {
    left: 5px
}

.run-switch .switch {
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23);
    vertical-align: middle;
    width: 65px;
    height: 30px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 15px;
    background-color: #ee5586;
    z-index: 3
}

.run-switch .switch:after {
    position: absolute;
    margin-top: -11px;
    left: 37.5px;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    width: 22px;
    height: 22px;
    top: 50%;
    transition: all .3s ease
}

#priceon-val {
    display: none
}

.circle-section .circliful {
    position: relative;
    display: inline-block
}

.circle-section .circle-wrapper {
    text-align: center
}

.circle-section .circliful:before {
    content: "";
    border: 1px solid #d8d8d8;
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 59px;
    z-index: 0
}

.circle-info,
.circle-info-half,
.circle-text,
.circle-text-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block
}

.circle-section {
    text-align: center
}

.circle-section .circle-text {
    line-height: 1 !important;
    padding-top: 75px
}

.circle-section .title-round {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 85px
}

.circle-section .circle-wrapper p {
    margin-top: 50px;
    line-height: 34px;
    font-size: 16px;
    color: #4c4a4a
}

.circle-section .number {
    color: #212122;
    font-size: 27px
}

.circle-section canvas {
    z-index: 2;
    position: relative
}

.megamenu {
    padding: 0 !important;
    background: 0 0 !important;
    left: 0;
    right: 0
}

.megamenu .menu-item a {
    color: #e8e8e8;
    font-size: 13px;
    white-space: nowrap
}

.nav-menu .main-menu .menu-item .megamenu .menu-item a:hover {
    color: #69c399
}

.megamenu .media-body {
    display: table-cell;
    vertical-align: top
}

.megamenu .service-list {
    padding: 30px;
    background-color: #fff;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px
}

.megamenu .service-list .service {
    display: inline-table;
    padding: 12px
}

.megamenu .service-list .service .media {
    padding: 0 0 10px 0
}

.megamenu .service-list .service .media-left {
    padding: 10px 15px 15px 0;
    color: #9e9e9e
}

.megamenu .service-list .service .media-left .svg {
    height: 44px;
    width: 44px
}

.megamenu .service-list .service .media-body {
    display: table-cell;
    vertical-align: middle
}

.megamenu .service-list .service .media-body a {
    font-weight: 500;
    font-size: 16px;
    padding: 0;
    line-height: 34px;
    color: #313131;
    margin-right: 0
}

.megamenu .service-list .service .media-body p {
    font-weight: 700;
    color: #525252;
    line-height: 26px;
    margin: 0;
    font-weight: 400
}

.megamenu .service-list .service.special .media-body a {
    color: #21252e;
    border: none
}

.megamenu .service-list .service.special .media-body p {
    color: #21252e
}

.megamenu .start-offer {
    padding: 0
}

.megamenu .start-offer .inner {
    height: 100%;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    padding: 30px;
    text-align: left
}

.megamenu .start-offer .inner .inner-content {
    font-size: 14px;
    line-height: 28px;
    color: #fff
}

.megamenu .start-offer .inner .title {
    color: #fff;
    font-weight: 700
}

.megamenu .start-offer .inner a {
    padding: 17px 26px !important;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    font-size: 16px
}

.megamenu-list {
    padding: 0 !important;
    background-color: transparent !important;
    left: 0;
    right: 0
}

.megamenu-list .menu-item a {
    color: #e8e8e8;
    font-size: 13px;
    white-space: nowrap
}

.megamenu-list .menu-item a:hover {
    color: #69c399
}

.megamenu-list .media-body {
    display: table-cell;
    vertical-align: top
}

.megamenu-list .service-list {
    padding: 30px;
    background-color: #fff;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23)
}

.megamenu-list .service-list .service {
    display: inline-table;
    padding: 12px
}

.megamenu-list .service-list .service .media {
    padding: 0 0 10px 0
}

.megamenu-list .service-list .service .media-left {
    padding: 10px 15px 15px 0;
    color: #9e9e9e
}

.megamenu-list .service-list .service .media-left .svg {
    height: 44px;
    width: 44px
}

.megamenu-list .service-list .service ul {
    padding: 0;
    padding-top: 10px
}

.megamenu-list .service-list .service .media-body a {
    font-size: 16px;
    padding: 0;
    line-height: 38px;
    color: #313131;
    margin-right: 0
}

.megamenu-list .service-list .service .media-body a:hover {
    color: #ee5586
}

.megamenu-list .service-list .service .media-body p {
    font-size: 12px;
    color: #4c4a4a;
    line-height: 22px;
    margin: 0
}

.megamenu-list .service-list .service.special .media-body a {
    color: #21252e;
    border: none
}

.megamenu-list .service-list .service.special .media-body p {
    color: #21252e
}

.megamenu-list .start-offer {
    box-shadow: 0 2px 8px 0 rgb(62 62 79 / 23%);
    padding: 0
}

.megamenu-list .start-offer .inner {
    height: 100%;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    padding: 30px;
    text-align: left;
    background-color: #ee5586
}

.megamenu-list .start-offer .inner .inner-content {
    font-size: 14px;
    line-height: 28px;
    color: #212122
}

.megamenu-list .start-offer .inner .title {
    color: #181b22;
    font-weight: 700
}

.megamenu-list .start-offer .inner a {
    padding: 17px 26px !important;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    font-size: 16px
}

.megamenu-list .service .top-head {
    align-items: center;
    position: relative;
    padding-bottom: 10px;
    display: flex
}

.megamenu-list .service .top-head .svg {
    height: 32px;
    width: 32px
}

.megamenu-list .service .top-head div {
    padding: 0 0 0 15px;
    font-size: 16px;
    font-weight: 700
}

.section-404 {
    text-align: center
}

.section-404 .img-responsive {
    display: inline-block
}

.section-404 .input {
    vertical-align: middle;
    border: solid 1px #ee5586;
    padding: 15px;
    width: 50%
}

.section-404 .title {
    font-size: 38px;
    color: #212122;
    line-height: 40px
}

.section-404 i {
    font-size: 32px;
    color: #ee5586
}

.section-404 .subtitle {
    font-style: italic;
    font-size: 15px;
    color: #4c4a4a
}

.section-404 .input-group {
    width: 100%;
    display: inline-block;
    line-height: 19px;
    margin-top: 40px
}

.top-header {
    z-index: 0;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 86px;
    padding-bottom: 100px
}

.top-header .wrapper {
    position: relative
}

.top-header .wrapper .heading {
    font-weight: 700;
    font-size: 72px;
    text-transform: capitalize;
    color: #fff
}

.top-header .wrapper .subheading {
    /* font-size: 28px; */
    color: #eaeaea;
    line-height: 32px;
    font-weight: 500!important;
}

.top-header .golink {
    margin-right: 15px;
    text-transform: capitalize;
    letter-spacing: .5px;
    border-bottom: solid 3px grey;
    padding-bottom: 5px;
    cursor: pointer !important;
    font-size: 14px;
    font-weight: 600
}

.top-header .golink:hover {
    padding-bottom: 0;
    cursor: pointer !important;
    border-bottom: solid 3px #fff;
    text-decoration: none !important;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.getready {
    position: relative;
    padding: 80px 0
}

.getready .column-support-txt {
    position: relative;
    display: inline-block
}

.getready .column-support-title {
    font-weight: 700;
    font-size: 46px;
    color: #fff;
    line-height: 1;
    margin-bottom: 12px
}

.getready .column-support-subtitle {
    font-size: 18px;
    line-height: 30px;
    color: #fff
}

.getready .btn-floats {
    text-align: right
}

#spinner-area {
    background-color: #000;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: .9
}

.spinner {
    position: fixed;
    height: 3em;
    width: 3em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.spinner-txt {
    color: #414142;
    left: -9px;
    margin-top: 50px;
    position: absolute
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #493139;
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.onScreen .line {
    animation: dash 2s cubic-bezier(.23, 1, .32, 1);
    -webkit-animation: dash 2s cubic-bezier(.23, 1, .32, 1);
    -webkit-animation-fill-mode: forwards
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {

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

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.cd-top {
    display: inline-block;
    height: 42px;
    width: 42px;
    position: fixed;
    bottom: 100px;
    right: 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    border-radius: 12px;
    background: #ee5586;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .15);
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s
}

.cd-top.cd-fade-out,
.cd-top.cd-is-visible,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s
}

.cd-top i {
    top: 7px;
    color: #fff;
    font-size: 31px;
    display: inline-flex;
    position: absolute;
    right: 33px
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
    z-index: 99
}

.cd-top.cd-fade-out {
    opacity: .5
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1
}

.domain-prices {
    margin-top: 10px
}

.domain-prices ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.domain-prices li {
    display: inline-flex;
    padding: 10px 20px;
    position: relative;
    font-size: 18px;
    font-weight: 600
}

.domain-prices li sup {
    font-size: 14px;
    top: -4px
}

.domain-prices li .price {
    color: #fff !important;
    margin-left: 10px
}

.fullrock {
    height: 100%;
    width: 100%;
    padding: 100px 0;
    display: block;
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    overflow: auto
}

.fullrock-content {
    position: relative
}

.fullrock a {
    line-height: 28px;
    text-decoration: none;
    color: #22262f;
    transition: .3s
}

.fullrock a:focus,
.fullrock a:hover {
    color: #f1f1f1
}

.fullrock .svg.closer {
    height: 50px;
    width: 50px;
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 25px;
    opacity: .6
}

.fullrock .svg.closer:hover {
    opacity: 1;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.fullrock .svg.logo-menu {
    position: absolute;
    width: 110px;
    top: -70px
}

#myNav {
    display: none
}

#typed-cursor {
    opacity: 1;
    -webkit-animation: blink .9s infinite;
    animation: blink .9s infinite
}

.maping .datacenters {
    border: solid 3px #fff;
    width: 22px;
    height: 22px;
    border-radius: 24px;
    cursor: pointer;
    position: absolute
}

.maping .datacenters.montreal {
    top: 38%;
    left: 28%
}

.maping .datacenters.newyork {
    top: 44%;
    left: 26%
}

.maping .datacenters.portugal {
    top: 46%;
    left: 44%
}

.maping .datacenters.london {
    top: 38%;
    left: 46.5%
}

.maping .datacenters.moskow {
    top: 35%;
    left: 56%
}

.maping .datacenters.hongkong {
    top: 54%;
    left: 79%
}

.maping .datacenters.singapure {
    top: 64%;
    left: 77%
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.balancing .load b {
    font-size: 22px;
    margin-bottom: 12px;
    display: inline-block;
    font-weight: 500
}

.balancing .load .info {
    font-size: 16px;
    line-height: 34px;
    color: #4c4a47
}

.included {
    margin-top: 25px;
    color: #fff;
    line-height: 26px;
    font-size: 16px;
    font-weight: 500
}

.sidebar .included h4 {
    margin-bottom: 20px
}

.included i {
    padding-right: 12px;
    font-size: 20px;
    vertical-align: middle
}

.sidebar .ordersummary h4 {
    margin-bottom: 20px
}

.included ul {
    padding-left: 0
}

.included ul li {
    list-style: none
}

.godown {
    border: none;
    position: absolute;
    display: inline-table;
    left: calc(250px + 55vw - 768px) !important;
    margin-top: 200px;
    z-index: 2;
    -webkit-animation: moverdown 1s infinite alternate;
    animation: moverdown 1s infinite alternate
}

.godown span {
    position: absolute;
    letter-spacing: 1px;
    top: -10px;
    font-size: 16px;
    left: 0;
    font-weight: 700;
    -webkit-transform: rotate(-90deg) !important;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
}

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

    100% {
        transform: translateY(-10px)
    }
}

@keyframes moverdown {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-10px)
    }
}

.soc-icons-apply a {
    display: inline-block;
    margin: 0 10px 20px 0
}

.soc-icons-apply a:hover {
    color: #ee5586;
    text-decoration: none
}

.soc-icons-apply span {
    background-color: #fff;
    display: grid;
    align-items: center;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 18px;
    width: 48px;
    transition: .3s;
    font-size: 24px;
    box-shadow: 0 2px 8px 0 rgb(62 62 79 / 15%)
}

.soc-icons-apply span:hover {
    color: #ee5586 !important
}

.randomline {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 50px
}

.bigline {
    width: 50px;
    margin-bottom: 8px
}

.smallline {
    position: absolute;
    right: 0;
    width: 15px
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.popup-gallery img {
    width: 100%;
    padding: 0
}

.zoo-content {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0
}

.zoo-content:hover {
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.zoo-content .icoo {
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.zoo-content .icoo i {
    font-size: 34px;
    color: #fff;
    border-radius: 50px;
    padding: 10px;
    border: none;
    opacity: .8
}

.config.cd-main-content {
    position: initial !important
}

.config.cd-main-content .cd-filter-content {
    padding-left: 0
}

.config.cd-main-content input.form-control {
    width: 65px
}

.config.cd-main-content .table td {
    vertical-align: middle;
    border-color: grey
}

.config.cd-main-content .table thead td {
    font-weight: 700
}

.config.cd-main-content .table tbody {
    padding-top: 20px
}

.config.cd-main-content .cd-filter-block ul {
    padding: 0
}

.cd-filter-block input.range-slider-input {
    height: 4px;
    border: none !important
}

.range-slider-input::-webkit-slider-thumb {
    cursor: pointer;
    height: 16px;
    width: 16px;
    border-radius: 50px;
    border: none
}

.range-slider-input::-moz-range-thumb {
    cursor: pointer;
    height: 16px;
    width: 16px;
    border-radius: 50px;
    border: none
}

.ordersummary {
    margin-top: 30px;
    font-size: 14px
}

.ordersummary td {
    padding: 10px 0 !important
}

.notfound p {
    line-height: 30px
}

.knowledge a.category {
    color: #212122
}

svg.blackfriday {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0
}

#games .gametitle {
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 32px;
    background: rgba(0, 0, 0, .7);
    padding: 25px 25px 25px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
}

#games .gametitle strong {
    font-size: 18px;
    display: block;
    color: #fff
}

#games .gametitle .button {
    position: absolute;
    display: none;
    left: 18px;
    right: 18px;
    bottom: -56px
}

#games .hoverbg {
    height: inherit;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 8;
    position: absolute;
    bottom: -100%;
    content: " ";
    border-radius: 12px;
    opacity: 0;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
    top: 0;
    background: rgba(0, 0, 0, .5)
}

#games .refing {
    height: 350px;
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: 12px;
    text-align: center;
    margin-top: 50px
}

#games .col:hover {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate3d(0, 0, 0)
}

#games .col:hover .hoverbg {
    opacity: 1;
    border-radius: 12px;
    height: inherit
}

#games .col:hover .gametitle {
    background: 0 0;
    bottom: 80px;
    -webkit-transition: bottom .25s ease-in-out
}

#games .col:hover .gametitle .button {
    display: block;
    text-align: center
}

#games .col:hover .button {
    bottom: -46px
}

.agpanel {
    position: relative;
    padding-left: 75px
}

.agpanel svg {
    position: absolute;
    top: 0;
    width: 60px;
    height: auto;
    left: 0
}

.agpanel p {
    line-height: 32px
}

.btn-settings {
    z-index: 99;
    right: 50px;
    position: fixed;
    top: 200px;
    width: 70px;
    height: 70px;
    border: none;
    font-weight: 700;
    line-height: 26px !important;
    color: #212122;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    border-radius: 17px;
    background-color: #efefef;
    list-style: none;
    display: grid;
    zoom: 1;
    padding: 11px !important;
    box-shadow: 0 2px 8px 0 rgb(62 62 79 / 35%);
    -webkit-transition: all .3s linear 0s !important;
    -moz-transition: all .3s linear 0s !important;
    -ms-transition: all .3s linear 0s !important;
    transition: all .3s linear 0s !important
}

.btn-settings:hover {
    color: #fff !important;
    background-color: #4c4a4a !important;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.btn-settings span {
    font-size: 30px
}

.btn-settings span:nth-child(2) {
    font-size: 13px
}

.btn-demos {
    z-index: 99;
    right: 50px;
    position: fixed;
    top: 285px;
    width: 70px;
    height: 70px;
    border: none;
    font-weight: 700;
    line-height: 26px !important;
    color: #212122;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    border-radius: 17px;
    background-color: #efefef;
    list-style: none;
    display: grid;
    zoom: 1;
    padding: 11px !important;
    box-shadow: 0 2px 8px 0 rgb(62 62 79 / 35%);
    -webkit-transition: all .3s linear 0s !important;
    -moz-transition: all .3s linear 0s !important;
    -ms-transition: all .3s linear 0s !important;
    transition: all .3s linear 0s !important
}

.btn-demos:hover {
    color: #fff !important;
    background-color: #4c4a4a !important;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.btn-demos span {
    font-size: 30px
}

.btn-demos span:nth-child(2) {
    font-size: 12px
}

.offcanvas.offcanvas-box {
    width: 640px;
    margin: 25px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 20%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(4px)
}

.offcanvas.offcanvas-box .card svg {
    position: relative;
    top: 50%;
    left: 60%;
    width: 48px;
    height: 48px;
    transform: translate(-50%, -50%)
}

.offcanvas.offcanvas-box .card {
    box-shadow: 0 5px 15px 0 rgb(110 110 110 / 10%)
}

.offcanvas.offcanvas-box .card img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.offcanvas.offcanvas-box .os {
    float: left;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px 0 rgb(110 110 110 / 10%);
    width: calc(20% - 20px);
    min-height: 115px;
    background-color: #fff;
    margin: 10px
}

.offcanvas.offcanvas-box .os svg {
    width: 44px;
    height: 44px;
    margin-bottom: 2px
}

.offcanvas.offcanvas-box .os p {
    color: #212122
}

.offcanvas-header .btn-close {
    padding: 12px !important;
    border-radius: 50%;
    background-color: #efefef
}

.offcanvas-header .btn-close:hover {
    background-color: #e1e1e1;
    -o-transition: .35s;
    -ms-transition: .35s;
    -moz-transition: .35s;
    -webkit-transition: .35s;
    transition: .35s
}

.offcanvas-header {
    padding: 1.4rem 2rem;
    box-shadow: 0 2px 8px 0 rgb(62 62 79 / 10%);
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.offcanvas-body {
    padding: 1.5rem 2rem
}

.btn-check:checked+.btn-outline-pink {
    background-color: #ee5586 !important;
    color: #fff !important
}

.btn-check:checked+.btn-outline-blue {
    background-color: #1697bf !important;
    color: #fff !important
}

.btn-check:checked+.btn-outline-green {
    background-color: #84a841 !important;
    color: #fff !important
}

.btn-check:checked+.btn-outline-dark {
    background-color: #6c767e !important;
    color: #fff !important
}

.content-btn-demos {
    line-height: 48px;
    margin-right: 5px;
    z-index: 99;
    right: 10px;
    position: fixed;
    top: 350px
}

.pink a {
    background: #ee5586
}

.blue a {
    background: #55bde5
}

.green a {
    background: #bfd84d
}

.dark a {
    background: #515152
}

svg {
    vertical-align: middle;
    border-style: none
}

.svg.pattern {
    position: absolute;
    bottom: 0;
    top: 0
}

.infonews {
    top: 0;
    width: 100%;
    z-index: 12;
    position: absolute
}

.infonews .news {
    padding: 10px 20px;
    font-size: 14px;
    color: grey
}

.infonews small {
    vertical-align: middle;
    color: #bcbcbc !important
}

.infonews-nav {
    display: flex;
    align-items: center
}

.infonews-nav li {
    position: relative;
    display: inline-block
}

.infonews-nav a.iconews {
    display: flex;
    padding: 10px 0;
    align-items: center;
    color: #bcbcbc !important;
    font-size: 13px;
    margin-left: 30px;
    cursor: pointer;
    font-weight: 400;
    vertical-align: text-top
}

.infonews-nav a.iconews:last-child {
    font-weight: 700;
    font-size: 14px
}

.infonews-nav a.iconews:hover {
    text-decoration: none;
    color: #fff !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#my-popover-content p {
    font-size: 40px
}

#my-popover-content {
    display: none
}

.styleswitch:hover {
    cursor: pointer !important;
    -webkit-transition: .5s !important;
    -moz-transition: .5s !important;
    -ms-transition: .5s !important;
    -o-transition: .5s !important;
    transition: .5s !important
}

.activelayout {
    background-color: #efefef !important;
    color: #212122 !important
}

.activebackground {
    background-color: #efefef !important;
    color: #212122 !important
}

.activeheader {
    background-color: #efefef !important;
    color: #212122 !important
}

.activecolor {
    background-color: #efefef !important;
    color: #212122 !important
}

.activefont {
    background-color: #efefef !important;
    color: #212122 !important
}

.activetextDirection {
    background-color: #efefef !important;
    color: #212122 !important
}

.stylelayout {
    cursor: pointer
}

.stylelayout.activelayout {
    cursor: default
}

.stylecolor {
    cursor: pointer
}

.stylecolor.activecolor {
    cursor: default
}

.styleheader {
    cursor: pointer
}

.styleheader.activeheader {
    cursor: default
}

.stylebackground {
    cursor: pointer
}

.stylebackground.activefont {
    cursor: default
}

.styletextDirection {
    cursor: pointer
}

.styletextDirection.activetextDirection {
    cursor: default
}

.stylefont {
    cursor: pointer
}

.stylefont.activefont {
    cursor: default
}

.offcanvas-content {
    padding: 20px 0 20px 0
}

[data-color=black] svg #svg-ico {
    fill: #4c555d
}

[data-color=black] svg #svg-concept {
    stroke: #4c555d
}

[data-color=black] .golink {
    color: #4c555d !important
}

[data-color=black] .golink:hover {
    color: #4c555d !important
}

[data-color=black] .bg-pink {
    background-color: #4c555d !important
}

[data-color=black] .c-pink {
    color: #4c555d !important
}

[data-color=black] .bb-pink {
    border-bottom: solid 1px #4c555d !important
}

[data-color=black] .popover-body {
    border: solid 1px #4c555d
}

[data-color=black] .popover .arrow::before {
    border-top-color: #4c555d
}

[data-color=black] .popover .popover-header {
    background-color: #4c555d
}

[data-color=black] ::selection {
    background: #4c555d
}

[data-color=black] .nav-menu .main-menu>.menu-item>.sub-menu>.menu-item a:hover {
    color: #4c555d !important
}

[data-color=black] .nav-menu .main-menu .menu-item .menu-large .service-list .service .media-body a:hover {
    color: #4c555d !important
}

[data-color=black] .megamenu .start-offer .inner {
    background-color: #4c555d
}

[data-color=black] .megamenu .service-list .service.special .media-body a:hover {
    color: #4c555d
}

[data-color=black] .megamenu .service-list .service .media-body a:hover {
    color: #4c555d !important
}

[data-color=black] .megamenu-list .service-list .service .media-body a:hover {
    color: #4c555d !important
}

[data-color=black] .team .wrapper:hover .team-info .desc {
    color: #4c555d
}

[data-color=black] .wpc-cloud-range .noUi-connect {
    background-color: #4c555d
}

[data-color=black] .wpc-cloud-range .noUi-tooltip:before {
    border-color: #4c555d transparent transparent transparent
}

[data-color=black] .wpc-cloud-range .noUi-tooltip {
    background-color: #4c555d
}

[data-color=black] .wpc-cloud-range .noUi-horizontal .noUi-handle {
    background-color: #4c555d
}

[data-color=black] .wpc-vps-info .title .info {
    color: #4c555d
}

[data-color=black] .fullrock .closer {
    color: #4c555d !important
}

[data-color=black] .form-control:focus {
    border: solid 1px #4c555d !important
}

[data-color=black] .sec-bg5 {
    background-color: #4c555d
}

[data-color=black] .total-grad {
    background: linear-gradient(-60deg, #4c555d 0, #6c767e 100%) !important
}

[data-color=black] .total-grad-inverse {
    background: linear-gradient(240deg, #6c767e 0, #4c555d 100%)
}

[data-color=black] .total-grad-pink-blue-intense {
    background: linear-gradient(240deg, #111 50%, #000 100%)
}

[data-color=black] .menu-wrap.fixed {
    background: linear-gradient(89deg, #6c767e 3%, #4c555d 98%)
}

[data-color=black] .btn-default-pink {
    color: #4c555d;
    border: 1px solid #4c555d
}

[data-color=black] .btn-default-pink:hover {
    background-color: #4c555d
}

[data-color=black] .btn-default-grad-purple-fill {
    background-image: linear-gradient(to right, #6c767e, #4c555d 40%, #4c555d 40%, #6c767e)
}

[data-color=black] .btn-default-grad-purple-fill:hover {
    background-image: linear-gradient(to right, #6c767e, #4c555d 40%, #4c555d 40%, #6c767e)
}

[data-color=black] .btn-default-pink-fill {
    background-color: #4c555d !important
}

[data-color=black] .pricing .list-info {
    background-color: #4c555d
}

[data-color=black] .slick #slider .plan-container .title {
    color: #4c555d
}

[data-color=black] .tabs-header .btn-secondary:not(:disabled):not(.disabled).active {
    background-color: #4c555d !important
}

[data-color=black] .tabs.offers-tabs .tabs-header .active {
    border-left: solid 3px #4c555d !important;
    color: #4c555d !important
}

[data-color=black] .tabs.offers-tabs .tabs-header .active:hover {
    color: #4c555d !important
}

[data-color=black] .fill-input:focus {
    border-color: #4c555d !important
}

[data-color=black] .countdown .wrapper .clock div:first-child {
    border: solid 1px #4c555d;
    background-color: #4c555d
}

[data-color=black] .accordion.faq .panel-title.active {
    border-bottom: solid 1px #4c555d
}

[data-color=black] .blog .sidebar .heading.active {
    color: #4c555d !important
}

[data-color=black] .blog .sidebar .posts .tabs-header li.active {
    color: #4c555d !important;
    border-bottom-color: #4c555d !important
}

[data-color=black] .blog .sidebar .line.active:before {
    background-color: #4c555d !important
}

[data-color=black] .blog .media .media-heading a:hover {
    color: #4c555d
}

[data-color=black] .blog .wrap-blog .social-icon i {
    color: #4c555d
}

[data-color=black] .blog .sidebar .categories .heading a.active {
    color: #4c555d !important
}

[data-color=black] .blog .sidebar .categories .heading a:after {
    color: #4c555d
}

[data-color=black] .blog .sidebar .categories .heading span {
    color: #4c555d
}

[data-color=black] .circle-section .title-round {
    color: #4c555d
}

[data-color=black] .domain-prices li {
    color: #4c555d
}

[data-color=black] .maping .datacenters {
    background: #4c555d
}

[data-color=black] .footer .soc-icons i {
    color: #4c555d
}

[data-color=black] .included i {
    color: #4c555d
}

[data-color=black] .soc-icons-apply span {
    color: #4c555d
}

[data-color=black] .bigline {
    border: solid 1px #4c555d
}

[data-color=black] .smallline {
    border: solid 1px #4c555d
}

[data-color=black] .knowledge a {
    color: #4c555d
}

[data-color=black] .godown span {
    color: #4c555d
}

[data-color=black] .cd-filter-block input[type=radio]:checked+label::before {
    border: solid 1px #4c555d !important;
    background-color: #4c555d !important
}

[data-color=black] .cd-filter-block input[type=checkbox]:checked+label::before {
    border: solid 1px #4c555d !important;
    background-color: #4c555d !important
}

[data-color=black] .cd-filter-block select:hover {
    border: solid 1px #4c555d !important
}

[data-color=black] .cd-filter-block input:focus,
[data-color=black] .cd-filter-block select:focus {
    border-color: #4c555d !important
}

[data-color=black] .range-slider-input::-webkit-slider-runnable-track {
    background: #4c555d
}

[data-color=black] .range-slider-input::-webkit-slider-thumb {
    background: #4c555d
}

[data-color=black] .zoo-content .icoo i {
    background-color: #4c555d
}

[data-color=black] .services .service-wrap .pay img {
    border: solid 1px #4c555d
}

[data-color=black] .page-item.active .page-link {
    background-color: #4c555d !important;
    border-color: #4c555d !important
}

[data-color=black] .cd-filter-block input.range-slider-input {
    background-color: #4c555d !important
}

[data-color=black] .range-slider-input::-webkit-slider-thumb {
    background-color: #4c555d !important
}

[data-color=black] .range-slider-input::-moz-range-thumb {
    background-color: #4c555d !important
}

.styleswitch:hover,
[data-color=black] .activelayout {
    border-bottom: solid 1px #4c555d !important
}

.styleswitch:hover,
[data-color=black] .activebackground {
    border-bottom: solid 1px #4c555d !important
}

.styleswitch:hover,
[data-color=black] .activecolor {
    border-bottom: solid 1px #4c555d !important
}

.styleswitch:hover,
[data-color=black] .activeheader {
    border-bottom: solid 1px #4c555d !important
}

.styleswitch:hover,
[data-color=black] .activefont {
    border-bottom: solid 1px #4c555d !important
}

.styleswitch:hover,
[data-color=black] .activetextDirection {
    border-bottom: solid 1px #4c555d !important
}

[data-color=black] .bs-popover-start>.popover-arrow::after {
    border-right-color: #4c555d !important;
    border-left-color: #4c555d !important
}

[data-color=black] .bs-popover-end>.popover-arrow::after {
    border-left-color: #4c555d !important;
    border-right-color: #4c555d !important
}

[data-color=black] .bs-popover-bottom>.popover-arrow::after {
    border-bottom-color: #4c555d !important
}

[data-color=black] .bs-popover-top>.popover-arrow::after {
    border-top-color: #4c555d !important
}

[data-color=black] .gdprcookie-types ul li input:checked~label {
    background-color: #4c555d;
    border: solid 1px #4c555d
}

[data-color=black] .pricing .wrapper .title {
    color: #6c767e
}

[data-color=black] .bg-purple {
    background-color: #6c767e !important
}

[data-color=black] .c-purple {
    color: #6c767e !important
}

[data-color=black] .sec-grad-white-to-purple {
    background: linear-gradient(90deg, #fff 70%, #6c767e 0) !important
}

[data-color=black] .btn-default-purple {
    color: #6c767e;
    border: 1px solid #6c767e
}

[data-color=black] .btn-default-purple:hover {
    background-color: #6c767e
}

[data-color=black] .btn-default-purple-fill {
    background-color: #6c767e !important
}

[data-color=black] .pricing .table .title {
    color: #6c767e
}

[data-color=black] .accordion.faq .panel-title.active {
    color: #6c767e !important
}

[data-color=black] .wpc-vps-info .price-wrap .title {
    background-color: #6c767e
}

[data-color=black] .megamenu .start-offer .inner .inner-content {
    color: #efefef
}

[data-color=blue] svg #svg-ico {
    fill: #55bde5
}

[data-color=blue] svg #svg-concept {
    stroke: #55bde5
}

[data-color=blue] .golink {
    color: #55bde5 !important
}

[data-color=blue] .golink:hover {
    color: #55bde5 !important
}

[data-color=blue] .bg-pink {
    background-color: #55bde5 !important
}

[data-color=blue] .c-pink {
    color: #55bde5 !important
}

[data-color=blue] .bb-pink {
    border-bottom: solid 1px #55bde5 !important
}

[data-color=blue] .popover-body {
    border: solid 2px #55bde5
}

[data-color=blue] .popover .arrow::before {
    border-top-color: #55bde5
}

[data-color=blue] .popover .popover-header {
    background-color: #55bde5
}

[data-color=blue] ::selection {
    background: #55bde5
}

[data-color=blue] .nav-menu .main-menu>.menu-item>.sub-menu>.menu-item a:hover {
    color: #55bde5 !important
}

[data-color=blue] .nav-menu .main-menu .menu-item .menu-large .service-list .service .media-body a:hover {
    color: #55bde5 !important
}

[data-color=blue] .megamenu .start-offer .inner {
    background-color: #55bde5
}

[data-color=blue] .megamenu .service-list .service.special .media-body a:hover {
    color: #55bde5
}

[data-color=blue] .megamenu .service-list .service .media-body a:hover {
    color: #55bde5 !important
}

[data-color=blue] .megamenu-list .service-list .service .media-body a:hover {
    color: #55bde5 !important
}

[data-color=blue] .team .wrapper:hover .team-info .desc {
    color: #55bde5
}

[data-color=blue] .wpc-cloud-range .noUi-connect {
    background-color: #55bde5
}

[data-color=blue] .wpc-cloud-range .noUi-tooltip:before {
    border-color: #55bde5 transparent transparent transparent
}

[data-color=blue] .wpc-cloud-range .noUi-tooltip {
    background-color: #55bde5
}

[data-color=blue] .wpc-cloud-range .noUi-horizontal .noUi-handle {
    background-color: #55bde5
}

[data-color=blue] .wpc-vps-info .title .info {
    color: #55bde5
}

[data-color=blue] .fullrock .closer {
    color: #55bde5 !important
}

[data-color=blue] .form-control:focus {
    border: solid 1px #55bde5 !important
}

[data-color=blue] .sec-bg5 {
    background-color: #55bde5
}

[data-color=blue] .total-grad {
    background: linear-gradient(-60deg, #55bde5 0, #1697bf 100%) !important
}

[data-color=blue] .total-grad-inverse {
    background: linear-gradient(240deg, #1697bf 0, #55bde5 100%)
}

[data-color=blue] .total-grad-pink-blue-intense {
    background: linear-gradient(240deg, #000 50%, #003d4a 100%)
}

[data-color=blue] .menu-wrap.fixed {
    background: linear-gradient(89deg, #1697bf 3%, #55bde5 98%)
}

[data-color=blue] .btn-default-pink {
    color: #55bde5;
    border: 1px solid #55bde5
}

[data-color=blue] .btn-default-pink:hover {
    background-color: #55bde5
}

[data-color=blue] .btn-default-grad-purple-fill {
    background-image: linear-gradient(to right, #1697bf, #55bde5 40%, #55bde5 40%, #1697bf)
}

[data-color=blue] .btn-default-grad-purple-fill:hover {
    background-image: linear-gradient(to right, #1697bf, #55bde5 40%, #55bde5 40%, #1697bf)
}

[data-color=blue] .btn-default-pink-fill {
    background-color: #55bde5 !important
}

[data-color=blue] .pricing .wrapper .title {
    color: #55bde5
}

[data-color=blue] .pricing .list-info {
    background-color: #55bde5
}

[data-color=blue] .slick #slider .plan-container .title {
    color: #55bde5
}

[data-color=blue] .tabs-header .btn-secondary:not(:disabled):not(.disabled).active {
    background-color: #55bde5 !important
}

[data-color=blue] .tabs.offers-tabs .tabs-header .active {
    border-left: solid 3px #55bde5 !important;
    color: #55bde5 !important
}

[data-color=blue] .tabs.offers-tabs .tabs-header .active:hover {
    color: #55bde5 !important
}

[data-color=blue] .fill-input:focus {
    border-color: #55bde5 !important
}

[data-color=blue] .countdown .wrapper .clock div:first-child {
    border: solid 1px #55bde5;
    background-color: #55bde5
}

[data-color=blue] .accordion.faq .panel-title.active {
    border-bottom: solid 1px #55bde5
}

[data-color=blue] .blog .sidebar .heading.active {
    color: #55bde5 !important
}

[data-color=blue] .blog .sidebar .posts .tabs-header li.active {
    color: #55bde5 !important;
    border-bottom-color: #55bde5 !important
}

[data-color=blue] .blog .sidebar .line.active:before {
    background-color: #55bde5 !important
}

[data-color=blue] .blog .media .media-heading a:hover {
    color: #55bde5
}

[data-color=blue] .blog .wrap-blog .social-icon i {
    color: #55bde5
}

[data-color=blue] .blog .sidebar .categories .heading a.active {
    color: #55bde5 !important
}

[data-color=blue] .blog .sidebar .categories .heading a:after {
    color: #55bde5
}

[data-color=blue] .blog .sidebar .categories .heading span {
    color: #55bde5
}

[data-color=blue] .circle-section .title-round {
    color: #55bde5
}

[data-color=blue] .domain-prices li {
    color: #55bde5
}

[data-color=blue] .maping .datacenters {
    background: #55bde5
}

[data-color=blue] .footer .soc-icons i {
    color: #55bde5
}

[data-color=blue] .included i {
    color: #55bde5
}

[data-color=blue] .soc-icons-apply span {
    color: #55bde5
}

[data-color=blue] .bigline {
    border: solid 1px #55bde5
}

[data-color=blue] .smallline {
    border: solid 1px #55bde5
}

[data-color=blue] .knowledge a {
    color: #55bde5
}

[data-color=blue] .godown span {
    color: #55bde5
}

[data-color=blue] .cd-filter-block input[type=radio]:checked+label::before {
    border: solid 1px #55bde5 !important;
    background-color: #55bde5 !important
}

[data-color=blue] .cd-filter-block input[type=checkbox]:checked+label::before {
    border: solid 1px #55bde5 !important;
    background-color: #55bde5 !important
}

[data-color=blue] .cd-filter-block select:hover {
    border: solid 1px #55bde5 !important
}

[data-color=blue] .cd-filter-block input:focus,
[data-color=blue] .cd-filter-block select:focus {
    border-color: #55bde5 !important
}

[data-color=blue] .range-slider-input::-webkit-slider-runnable-track {
    background: #55bde5
}

[data-color=blue] .range-slider-input::-webkit-slider-thumb {
    background: #55bde5
}

[data-color=blue] .zoo-content .icoo i {
    background-color: #55bde5
}

[data-color=blue] .services .service-wrap .pay img {
    border: solid 1px #55bde5
}

[data-color=blue] .page-item.active .page-link {
    background-color: #55bde5 !important;
    border-color: #55bde5 !important
}

[data-color=blue] .cd-filter-block input.range-slider-input {
    background-color: #55bde5 !important
}

[data-color=blue] .range-slider-input::-webkit-slider-thumb {
    background-color: #55bde5 !important
}

[data-color=blue] .range-slider-input::-moz-range-thumb {
    background-color: #55bde5 !important
}

.styleswitch:hover,
[data-color=blue] .activelayout {
    border-bottom: solid 1px #55bde5 !important
}

.styleswitch:hover,
[data-color=blue] .activebackground {
    border-bottom: solid 1px #55bde5 !important
}

.styleswitch:hover,
[data-color=blue] .activecolor {
    border-bottom: solid 1px #55bde5 !important
}

.styleswitch:hover,
[data-color=blue] .activeheader {
    border-bottom: solid 1px #55bde5 !important
}

.styleswitch:hover,
[data-color=blue] .activefont {
    border-bottom: solid 1px #55bde5 !important
}

.styleswitch:hover,
[data-color=blue] .activetextDirection {
    border-bottom: solid 1px #55bde5 !important
}

[data-color=blue] .bs-popover-start>.popover-arrow::after {
    border-right-color: #55bde5 !important;
    border-left-color: #55bde5 !important
}

[data-color=blue] .bs-popover-end>.popover-arrow::after {
    border-left-color: #55bde5 !important;
    border-right-color: #55bde5 !important
}

[data-color=blue] .bs-popover-bottom>.popover-arrow::after {
    border-bottom-color: #55bde5 !important
}

[data-color=blue] .bs-popover-top>.popover-arrow::after {
    border-top-color: #55bde5 !important
}

[data-color=blue] .gdprcookie-types ul li input:checked~label {
    background-color: #55bde5;
    border: solid 1px #55bde5
}

[data-color=blue] .bg-purple {
    background-color: #1697bf !important
}

[data-color=blue] .c-purple {
    color: #1697bf !important
}

[data-color=blue] .sec-grad-white-to-purple {
    background: linear-gradient(90deg, #fff 70%, #1697bf 0) !important
}

[data-color=blue] .btn-default-purple {
    color: #1697bf;
    border: 1px solid #1697bf
}

[data-color=blue] .btn-default-purple:hover {
    background-color: #1697bf
}

[data-color=blue] .btn-default-purple-fill {
    background-color: #1697bf !important
}

[data-color=blue] .pricing .table .title {
    color: #1697bf
}

[data-color=blue] .accordion.faq .panel-title.active {
    color: #1697bf !important
}

[data-color=blue] .wpc-vps-info .price-wrap .title {
    background-color: #1697bf
}

[data-color=green] svg #svg-ico {
    fill: #97cb3b
}

[data-color=green] svg #svg-concept {
    stroke: #97cb3b
}

[data-color=green] .golink {
    color: #97cb3b !important
}

[data-color=green] .golink:hover {
    color: #97cb3b !important
}

[data-color=green] .bg-pink {
    background-color: #97cb3b !important
}

[data-color=green] .c-pink {
    color: #97cb3b !important
}

[data-color=green] .bb-pink {
    border-bottom: solid 1px #97cb3b !important
}

[data-color=green] .popover-body {
    border: solid 2px #97cb3b
}

[data-color=green] .popover .arrow::before {
    border-top-color: #97cb3b
}

[data-color=green] .popover .popover-header {
    background-color: #97cb3b
}

[data-color=green] ::selection {
    background: #97cb3b
}

[data-color=green] .nav-menu .main-menu>.menu-item>.sub-menu>.menu-item a:hover {
    color: #97cb3b !important
}

[data-color=green] .nav-menu .main-menu .menu-item .menu-large .service-list .service .media-body a:hover {
    color: #97cb3b !important
}

[data-color=green] .megamenu .start-offer .inner {
    background-color: #97cb3b
}

[data-color=green] .megamenu .service-list .service.special .media-body a:hover {
    color: #97cb3b
}

[data-color=green] .megamenu .service-list .service .media-body a:hover {
    color: #97cb3b !important
}

[data-color=green] .megamenu-list .service-list .service .media-body a:hover {
    color: #97cb3b !important
}

[data-color=green] .team .wrapper:hover .team-info .desc {
    color: #97cb3b
}

[data-color=green] .wpc-cloud-range .noUi-connect {
    background-color: #97cb3b
}

[data-color=green] .wpc-cloud-range .noUi-tooltip:before {
    border-color: #97cb3b transparent transparent transparent
}

[data-color=green] .wpc-cloud-range .noUi-tooltip {
    background-color: #97cb3b
}

[data-color=green] .wpc-cloud-range .noUi-horizontal .noUi-handle {
    background-color: #97cb3b
}

[data-color=green] .wpc-vps-info .title .info {
    color: #97cb3b
}

[data-color=green] .fullrock .closer {
    color: #97cb3b !important
}

[data-color=green] .form-control:focus {
    border: solid 1px #97cb3b !important
}

[data-color=green] .sec-bg5 {
    background-color: #97cb3b
}

[data-color=green] .total-grad {
    background: linear-gradient(-60deg, #97cb3b 0, #84a841 100%) !important
}

[data-color=green] .total-grad-inverse {
    background: linear-gradient(240deg, #84a841 0, #97cb3b 100%)
}

[data-color=green] .total-grad-pink-blue-intense {
    background: linear-gradient(240deg, #000 50%, #003a01 100%)
}

[data-color=green] .menu-wrap.fixed {
    background: linear-gradient(89deg, #84a841 3%, #97cb3b 98%)
}

[data-color=green] .btn-default-pink {
    color: #97cb3b;
    border: 1px solid #97cb3b
}

[data-color=green] .btn-default-pink:hover {
    background-color: #97cb3b
}

[data-color=green] .btn-default-grad-purple-fill {
    background-image: linear-gradient(to right, #84a841, #97cb3b 40%, #97cb3b 40%, #84a841)
}

[data-color=green] .btn-default-grad-purple-fill:hover {
    background-image: linear-gradient(to right, #84a841, #97cb3b 40%, #97cb3b 40%, #84a841)
}

[data-color=green] .btn-default-pink-fill {
    background-color: #97cb3b !important
}

[data-color=green] .pricing .wrapper .title {
    color: #97cb3b
}

[data-color=green] .pricing .list-info {
    background-color: #97cb3b
}

[data-color=green] .slick #slider .plan-container .title {
    color: #97cb3b
}

[data-color=green] .tabs-header .btn-secondary:not(:disabled):not(.disabled).active {
    background-color: #97cb3b !important
}

[data-color=green] .tabs.offers-tabs .tabs-header .active {
    border-left: solid 3px #97cb3b !important;
    color: #97cb3b !important
}

[data-color=green] .tabs.offers-tabs .tabs-header .active:hover {
    color: #55bde5
}

[data-color=green] .fill-input:focus {
    border-color: #97cb3b !important
}

[data-color=green] .countdown .wrapper .clock div:first-child {
    border: solid 1px #97cb3b;
    background-color: #97cb3b
}

[data-color=green] .accordion.faq .panel-title.active {
    border-bottom: solid 1px #97cb3b !important
}

[data-color=green] .blog .sidebar .heading.active {
    color: #97cb3b !important
}

[data-color=green] .blog .sidebar .posts .tabs-header li.active {
    color: #97cb3b !important;
    border-bottom-color: #97cb3b !important
}

[data-color=green] .blog .sidebar .line.active:before {
    background-color: #97cb3b !important
}

[data-color=green] .blog .media .media-heading a:hover {
    color: #97cb3b
}

[data-color=green] .blog .wrap-blog .social-icon i {
    color: #97cb3b
}

[data-color=green] .blog .sidebar .categories .heading a.active {
    color: #97cb3b !important
}

[data-color=green] .blog .sidebar .categories .heading a:after {
    color: #97cb3b
}

[data-color=green] .blog .sidebar .categories .heading span {
    color: #97cb3b
}

[data-color=green] .circle-section .title-round {
    color: #97cb3b
}

[data-color=green] .domain-prices li {
    color: #97cb3b
}

[data-color=green] .maping .datacenters {
    background: #97cb3b
}

[data-color=green] .footer .soc-icons i {
    color: #97cb3b
}

[data-color=green] .included i {
    color: #97cb3b
}

[data-color=green] .soc-icons-apply span {
    color: #97cb3b
}

[data-color=green] .bigline {
    border: solid 1px #97cb3b
}

[data-color=green] .smallline {
    border: solid 1px #97cb3b
}

[data-color=green] .knowledge a {
    color: #97cb3b
}

[data-color=green] .godown span {
    color: #97cb3b
}

[data-color=green] .cd-filter-block input[type=radio]:checked+label::before {
    border: solid 1px #97cb3b !important;
    background-color: #97cb3b !important
}

[data-color=green] .cd-filter-block input[type=checkbox]:checked+label::before {
    border: solid 1px #97cb3b !important;
    background-color: #97cb3b !important
}

[data-color=green] .cd-filter-block select:hover {
    border: solid 1px #97cb3b !important
}

[data-color=green] .cd-filter-block input:focus,
[data-color=green] .cd-filter-block select:focus {
    border-color: #97cb3b !important
}

[data-color=green] .range-slider-input::-webkit-slider-runnable-track {
    background: #97cb3b
}

[data-color=green] .range-slider-input::-webkit-slider-thumb {
    background: #97cb3b
}

[data-color=green] .zoo-content .icoo i {
    background-color: #97cb3b
}

[data-color=green] .services .service-wrap .pay img {
    border: solid 1px #97cb3b
}

[data-color=green] .page-item.active .page-link {
    background-color: #97cb3b !important;
    border-color: #97cb3b !important
}

[data-color=green] .cd-filter-block input.range-slider-input {
    background-color: #97cb3b !important
}

[data-color=green] .range-slider-input::-webkit-slider-thumb {
    background-color: #97cb3b !important
}

[data-color=green] .range-slider-input::-moz-range-thumb {
    background-color: #97cb3b !important
}

.styleswitch:hover,
[data-color=green] .activelayout {
    border-bottom: solid 1px #97cb3b !important
}

.styleswitch:hover,
[data-color=green] .activebackground {
    border-bottom: solid 1px #97cb3b !important
}

.styleswitch:hover,
[data-color=green] .activecolor {
    border-bottom: solid 1px #97cb3b !important
}

.styleswitch:hover,
[data-color=green] .activeheader {
    border-bottom: solid 1px #97cb3b !important
}

.styleswitch:hover,
[data-color=green] .activefont {
    border-bottom: solid 1px #97cb3b !important
}

.styleswitch:hover,
[data-color=green] .activetextDirection {
    border-bottom: solid 1px #97cb3b !important
}

[data-color=green] .bs-popover-start>.popover-arrow::after {
    border-right-color: #97cb3b !important;
    border-left-color: #97cb3b !important
}

[data-color=green] .bs-popover-end>.popover-arrow::after {
    border-left-color: #97cb3b !important;
    border-right-color: #97cb3b !important
}

[data-color=green] .bs-popover-bottom>.popover-arrow::after {
    border-bottom-color: #97cb3b !important
}

[data-color=green] .bs-popover-top>.popover-arrow::after {
    border-top-color: #97cb3b !important
}

[data-color=green] .gdprcookie-types ul li input:checked~label {
    background-color: #97cb3b;
    border: solid 1px #97cb3b
}

[data-color=green] .bg-purple {
    background-color: #84a841 !important
}

[data-color=green] .c-purple {
    color: #84a841 !important
}

[data-color=green] .sec-grad-white-to-purple {
    background: linear-gradient(90deg, #fff 70%, #84a841 0) !important
}

[data-color=green] .btn-default-purple {
    color: #84a841;
    border: 1px solid #84a841
}

[data-color=green] .btn-default-purple:hover {
    background-color: #84a841
}

[data-color=green] .btn-default-purple-fill {
    background-color: #84a841 !important
}

[data-color=green] .pricing .table .title {
    color: #84a841
}

[data-color=green] .accordion.faq .panel-title.active {
    color: #84a841 !important
}

[data-color=green] .wpc-vps-info .price-wrap .title {
    background-color: #84a841
}

[data-color=pink] svg #svg-ico {
    fill: #ee5586
}

[data-color=pink] svg #svg-concept {
    stroke: #ee5586
}

[data-color=pink] .golink {
    color: #ee5586 !important
}

[data-color=pink] .golink:hover {
    color: #ee5586 !important
}

[data-color=pink] .bg-pink {
    background-color: #ee5586 !important
}

[data-color=pink] .c-pink {
    color: #ee5586 !important
}

[data-color=pink] .bb-pink {
    border-bottom: solid 1px #ee5586 !important
}

[data-color=pink] .popover-body {
    border: solid 2px #ee5586
}

[data-color=pink] .popover .arrow::before {
    border-top-color: #ee5586
}

[data-color=pink] .popover .popover-header {
    background-color: #ee5586
}

[data-color=pink] ::selection {
    background: #ee5586
}

[data-color=pink] .nav-menu .main-menu>.menu-item>.sub-menu>.menu-item a:hover {
    color: #ee5586 !important
}

[data-color=pink] .nav-menu .main-menu .menu-item .menu-large .service-list .service .media-body a:hover {
    color: #ee5586 !important
}

[data-color=pink] .megamenu .start-offer .inner {
    background-color: #ee5586
}

[data-color=pink] .megamenu .service-list .service.special .media-body a:hover {
    color: #ee5586
}

[data-color=pink] .megamenu .service-list .service .media-body a:hover {
    color: #ee5586 !important
}

[data-color=pink] .megamenu-list .service-list .service .media-body a:hover {
    color: #ee5586 !important
}

[data-color=pink] .team .wrapper:hover .team-info .desc {
    color: #ee5586
}

[data-color=pink] .wpc-cloud-range .noUi-connect {
    background-color: #ee5586
}

[data-color=pink] .wpc-cloud-range .noUi-tooltip:before {
    border-color: #ee5586 transparent transparent transparent
}

[data-color=pink] .wpc-cloud-range .noUi-tooltip {
    background-color: #ee5586
}

[data-color=pink] .wpc-cloud-range .noUi-horizontal .noUi-handle {
    background-color: #ee5586
}

[data-color=pink] .wpc-vps-info .title .info {
    color: #ee5586
}

[data-color=pink] .fullrock .closer {
    color: #ee5586 !important
}

[data-color=pink] .form-control:focus {
    border: solid 1px #ee5586 !important
}

[data-color=pink] .sec-bg5 {
    background-color: #ee5586
}

[data-color=pink] .total-grad {
    background: linear-gradient(-60deg, #ee5586 0, #a5215e 100%) !important
}

[data-color=pink] .total-grad-inverse {
    background: linear-gradient(240deg, #a5215e 0, #ee5586 100%)
}

[data-color=pink] .total-grad-pink-blue-intense {
    background: linear-gradient(240deg, #000 50%, #3f004a 100%)
}

[data-color=pink] .menu-wrap.fixed {
    background: linear-gradient(89deg, #a5215e 3%, #ee5586 98%)
}

[data-color=pink] .btn-default-pink {
    color: #ee5586;
    border: 1px solid #ee5586
}

[data-color=pink] .btn-default-pink:hover {
    background-color: #ee5586
}

[data-color=pink] .btn-default-grad-purple-fill {
    background-image: linear-gradient(to right, #a5215e, #ee5586 40%, #ee5586 40%, #a5215e)
}

[data-color=pink] .btn-default-grad-purple-fill:hover {
    background-image: linear-gradient(to right, #a5215e, #ee5586 40%, #ee5586 40%, #a5215e)
}

[data-color=pink] .btn-default-pink-fill {
    background-color: #ee5586 !important
}

[data-color=pink] .pricing .wrapper .title {
    color: #ee5586
}

[data-color=pink] .pricing .list-info {
    background-color: #ee5586
}

[data-color=pink] .slick #slider .plan-container .title {
    color: #ee5586
}

[data-color=pink] .tabs-header .btn-secondary:not(:disabled):not(.disabled).active {
    background-color: #ee5586 !important
}

[data-color=pink] .tabs.offers-tabs .tabs-header .active {
    border-left: solid 3px #ee5586 !important;
    color: #ee5586 !important
}

[data-color=pink] .tabs.offers-tabs .tabs-header .active:hover {
    color: #ee5586 !important
}

[data-color=pink] .fill-input:focus {
    border-color: #ee5586 !important
}

[data-color=pink] .countdown .wrapper .clock div:first-child {
    border: solid 1px #ee5586;
    background-color: #ee5586
}

[data-color=pink] .accordion.faq .panel-title.active {
    border-bottom: solid 1px #ee5586
}

[data-color=pink] .blog .sidebar .heading.active {
    color: #ee5586 !important
}

[data-color=pink] .blog .sidebar .posts .tabs-header li.active {
    color: #ee5586 !important;
    border-bottom-color: #ee5586 !important
}

[data-color=pink] .blog .sidebar .line.active:before {
    background-color: #ee5586 !important
}

[data-color=pink] .blog .media .media-heading a:hover {
    color: #ee5586
}

[data-color=pink] .blog .wrap-blog .social-icon i {
    color: #ee5586
}

[data-color=pink] .blog .sidebar .categories .heading a.active {
    color: #ee5586 !important
}

[data-color=pink] .blog .sidebar .categories .heading a:after {
    color: #ee5586
}

[data-color=pink] .blog .sidebar .categories .heading span {
    color: #ee5586
}

[data-color=pink] .circle-section .title-round {
    color: #ee5586
}

[data-color=pink] .domain-prices li {
    color: #ee5586
}

[data-color=pink] .maping .datacenters {
    background: #ee5586
}

[data-color=pink] .footer .soc-icons i {
    color: #ee5586
}

[data-color=pink] .included i {
    color: #ee5586
}

[data-color=pink] .soc-icons-apply span {
    color: #ee5586
}

[data-color=pink] .bigline {
    border: solid 1px #ee5586
}

[data-color=pink] .smallline {
    border: solid 1px #ee5586
}

[data-color=pink] .knowledge a {
    color: #ee5586
}

[data-color=pink] .godown span {
    color: #ee5586
}

[data-color=pink] .cd-filter-block input[type=radio]:checked+label::before {
    border: solid 1px #ee5586 !important;
    background-color: #ee5586 !important
}

[data-color=pink] .cd-filter-block input[type=checkbox]:checked+label::before {
    border: solid 1px #ee5586 !important;
    background-color: #ee5586 !important
}

[data-color=pink] .cd-filter-block select:hover {
    border: solid 1px #ee5586 !important
}

[data-color=pink] .cd-filter-block input:focus,
[data-color=pink] .cd-filter-block select:focus {
    border-color: #ee5586 !important
}

[data-color=pink] .range-slider-input::-webkit-slider-runnable-track {
    background: #ee5586
}

[data-color=pink] .range-slider-input::-webkit-slider-thumb {
    background: #ee5586
}

[data-color=pink] .zoo-content .icoo i {
    background-color: #ee5586
}

[data-color=pink] .services .service-wrap .pay img {
    border: solid 1px #ee5586
}

[data-color=pink] .page-item.active .page-link {
    background-color: #ee5586 !important;
    border-color: #ee5586 !important
}

[data-color=pink] .cd-filter-block input.range-slider-input {
    background-color: #ee5586 !important
}

[data-color=pink] .range-slider-input::-webkit-slider-thumb {
    background-color: #ee5586 !important
}

[data-color=pink] .range-slider-input::-moz-range-thumb {
    background-color: #ee5586 !important
}

.styleswitch:hover,
[data-color=pink] .activelayout {
    border-bottom: solid 1px #ee5586 !important
}

.styleswitch:hover,
[data-color=pink] .activebackground {
    border-bottom: solid 1px #ee5586 !important
}

.styleswitch:hover,
[data-color=pink] .activecolor {
    border-bottom: solid 1px #ee5586 !important
}

.styleswitch:hover,
[data-color=pink] .activeheader {
    border-bottom: solid 1px #ee5586 !important
}

.styleswitch:hover,
[data-color=pink] .activefont {
    border-bottom: solid 1px #ee5586 !important
}

.styleswitch:hover,
[data-color=pink] .activetextDirection {
    border-bottom: solid 1px #ee5586 !important
}

[data-color=pink] .bs-popover-start>.popover-arrow::after {
    border-right-color: #ee5586 !important;
    border-left-color: #ee5586 !important
}

[data-color=pink] .bs-popover-end>.popover-arrow::after {
    border-left-color: #ee5586 !important;
    border-right-color: #ee5586 !important
}

[data-color=pink] .bs-popover-bottom>.popover-arrow::after {
    border-bottom-color: #ee5586 !important
}

[data-color=pink] .bs-popover-top>.popover-arrow::after {
    border-top-color: #ee5586 !important
}

[data-color=pink] .gdprcookie-types ul li input:checked~label {
    background-color: #ee5586;
    border: solid 1px #ee5586
}

[data-color=pink] .bg-purple {
    background-color: #a5215e !important
}

[data-color=pink] .c-purple {
    color: #a5215e !important
}

[data-color=pink] .sec-grad-white-to-purple {
    background: linear-gradient(90deg, #fff 70%, #a5215e 0) !important
}

[data-color=pink] .btn-default-purple {
    color: #a5215e;
    border: 1px solid #a5215e
}

[data-color=pink] .btn-default-purple:hover {
    background-color: #a5215e
}

[data-color=pink] .btn-default-purple-fill {
    background-color: #a5215e !important
}

[data-color=pink] .pricing .table .title {
    color: #a5215e
}

[data-color=pink] .accordion.faq .panel-title.active {
    color: #a5215e !important
}

[data-color=pink] .wpc-vps-info .price-wrap .title {
    background-color: #a5215e
}

[data-background=light] .box-container .division-01 {
    display: block !important
}

[data-background=light] .box-container .division-ontop {
    display: block !important
}

[data-background=light] .box-container .menu-wrap {
    background-color: #fff;
    padding: 15px 0 15px 0
}

[data-background=light] .box-container .nav-menu .main-menu a {
    color: #212122
}

[data-background=light] .box-container .menu-wrap.fixed {
    background: #ebeff5 !important
}

[data-background=light] .box-container .nav-menu .main-menu a.v-stroke:hover::before {
    height: initial
}

[data-background=light] .menu-wrap .main-menu .sub-menu.megamenu-list {
    box-shadow: none
}

[data-background=light] .menu-wrap .main-menu .sub-menu.megamenu {
    box-shadow: none
}

[data-background=light] .menu-wrap .main-menu .sub-menu {
    box-shadow: 0 2px 8px 0 rgb(62 62 79 / 23%)
}

[data-background=light] .sub-menu.menu-large {
    box-shadow: 0 2px 8px 0 rgb(62 62 79 / 23%)
}

[data-background=light] .sub-menu.menu-large .service-list {
    box-shadow: none
}

[data-background=light] .sub-menu.megamenu-list {
    box-shadow: none
}

[data-background=dark] .menu-wrap.fixed .sub-menu.menu-large {
    box-shadow: 0 2px 8px 0 rgb(62 62 79 / 23%) !important
}

[data-background=light] .sub-menu.megamenu-list .service-list {
    box-shadow: 0 2px 8px 0 rgb(62 62 79 / 23%)
}

[data-background=light] .sub-menu.megamenu-list .service-list .sub-menu {
    box-shadow: none
}

[data-background=light] .start-offer {
    box-shadow: 0 2px 8px 0 rgb(62 62 79 / 23%);
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
}

[data-background=light] .sub-menu.megamenu .service-list {
    box-shadow: 0 2px 8px 0 rgb(62 62 79 / 23%)
}

[data-background=light] .sub-menu.megamenu {
    box-shadow: none
}

[data-background=light] .box-container .sec-bg4 {
    background-image: none !important;
    background-color: #ee5586 !important;
    padding: 80px 0 135px 0 !important
}

[data-background=light] .box-container .top-header .servicessync {
    background-color: transparent;
    display: block
}

[data-background=light] .box-container .services.maping.sec-normal.sec-grad-grey-to-grey {
    padding-bottom: 0;
    background: #fff !important
}

[data-background=light] .box-container .footer {
    background-color: #ebeff5 !important
}

[data-background=light] .box-container .footer .heading {
    color: #212122
}

[data-background=light] .box-container .footer .footer-menu .menu-item a {
    color: #414142
}

[data-background=light] .box-container .footer .footer-menu .menu-item a:hover {
    color: grey
}

[data-background=light] .box-container .footer .copyright {
    color: #414142
}

[data-background=light] .box-container .subcribe form p {
    color: #414142
}

[data-background=light] .box-container .footer .footer-menu .menu-item.by {
    color: #414142
}

[data-background=light] .box-container .footer .payment-list li p {
    color: #414142
}

[data-background=light] .box-container .footer .payment-list li i {
    color: #414142
}

[data-background=light] .box-container .footer .payment-list li i:hover {
    color: grey
}

[data-background=light] .box-container .footer .logo-bg {
    opacity: .05
}

[data-background=light] .box-container #header .logo-menu.d-block {
    display: none !important
}

[data-background=light] .box-container #header .logo-menu.d-none {
    display: inline-block !important
}

[data-background=light] .box-container #header .logo-menu {
    display: none !important
}

[data-background=light] .box-container .footer .logo-footer.d-block {
    display: none !important
}

[data-background=light] .box-container .footer .logo-footer.d-none {
    display: inline-block !important
}

[data-background=light] .box-container .accordion.faq .panel-title {
    border-bottom: solid 1px #d1d1d1
}

[data-background=light] .box-container #features .sec-main {
    padding: 0
}

[data-background=light] .box-container #clientstats.pricing.special {
    padding-bottom: 0 !important
}

[data-background=light] .box-container #clientstats .top-content {
    border: none !important
}

[data-background=light] .box-container .blobleft.d-none {
    display: block !important;
    position: absolute;
    width: 115px;
    left: -2px;
    z-index: 2
}

[data-background=light] .box-container .blobright.d-none {
    display: block !important;
    position: absolute;
    transform: rotate(180deg);
    width: 115px;
    right: -2px;
    z-index: 2
}

[data-background=light] .box-container .cd-main-content {
    margin: 0;
    margin-bottom: 0 !important;
    padding: 80px 0
}

[data-background=light] .box-container .history-section .sec-main .col-md-10.offset-md-1 {
    width: 100%;
    margin-left: 0
}

[data-background=light] .box-container .history-section .tabs .tabs-header .text-white {
    color: #212122 !important
}

[data-background=light] .box-container .history-section .info-content h4 {
    color: #212122
}

[data-background=light] .box-container .history-section .tabs-content .info-content p {
    color: #414142
}

[data-background=light] .box-container #scroll.motpath {
    background-image: none
}

[data-background=light] .box-container .sync .sec-main {
    padding: 0;
    box-shadow: none
}

[data-background=light] .box-container .best-plans .sec-main {
    padding: 0;
    box-shadow: none;
    background-color: transparent
}

[data-background=light] .box-container .getready .column-support-title {
    color: #212122
}

[data-background=light] .box-container .getready .column-support-subtitle {
    color: #212122
}

[data-background=light] .box-container .cpupath {
    background-image: url(../patterns/cpupath.html) !important;
    background-color: #fff !important
}

[data-background=light] .box-container .motpath {
    background-image: url(../patterns/motpath.html)
}

[data-background=light] .box-container .tabs.motpath {
    background-image: none !important
}

[data-background=light] .box-container .exapath {
    background-image: url(../patterns/exapath.html)
}

[data-background=light] .box-container #features.exapath {
    background-image: none
}

[data-background=light] .box-container .motpath.sec-bg4 {
    background-image: none;
    padding-top: 50px
}

[data-background=light] .box-container .sec-grad-yellow-to-black-right {
    background: #fff !important
}

[data-background=light] .box-container .best-plans.pricing .bagde {
    top: 200px;
    right: initial;
    left: 0
}

[data-background=light] .box-container .best-plans.pricing.cpupath {
    padding: 80px 0 !important
}

[data-background=light] .box-container #games .col:hover .gametitle {
    background: 0 0
}

[data-background=light] .box-container .opa-6 {
    opacity: .3
}

[data-background=light] .box-container .c-grey-light {
    color: #414142
}

[data-background=light] .box-container #nav-toggle span:after {
    background-color: #212122
}

[data-background=light] .box-container #nav-toggle span:before {
    background-color: #212122
}

[data-background=light] .box-container .menu-wrap #nav-toggle span {
    background-color: #212122
}

[data-background=light] .box-container .menu-wrap #nav-toggle.active span {
    background-color: transparent
}

[data-background=light] .box-container .sec-bg3.infonews {
    background-color: #ebeff5 !important
}

[data-background=light] .box-container .infonews .c-yellow {
    color: #000 !important
}

[data-background=light] .box-container .infonews .c-yellow:hover {
    color: grey !important;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

[data-background=light] .box-container .infonews-nav a {
    color: #212121 !important
}

[data-background=light] .box-container .infonews-nav a:hover {
    color: grey !important;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

[data-background=light] .box-container .nopadding .sec-main {
    padding: 0 !important
}

[data-background=light] .box-container .nomargin .sec-main {
    margin: 0 !important
}

[data-background=light] .box-container .sec-bg3 .section-subheading {
    color: #212122 !important
}

[data-background=light] .box-container .custom-flip .popup-gallery img {
    border: solid 2px #dee2e6;
    border-radius: 12px
}

[data-background=light] .box-container .bg-colorstyle {
    background-color: #fff !important
}

[data-background=light] .box-container .bg-seccolorstyle {
    background-color: #ebeff5 !important
}

[data-background=light] .box-container .bg-noimage {
    background-image: none
}

[data-background=light] .box-container .globalpadding {
    padding: 135px !important
}

[data-background=light] .box-container .toppadding {
    padding-top: 135px !important
}

[data-background=light] .box-container .bottompadding {
    padding-bottom: 135px !important
}

[data-background=light] .box-container .notoppadding {
    padding-top: 0 !important
}

[data-background=light] .box-container .nobottompadding {
    padding-bottom: 0 !important
}

[data-background=light] .box-container .nopadding {
    padding: 0 !important
}

[data-background=light] .box-container .tophalfpadding {
    padding-top: 85px !important
}

[data-background=light] .box-container .bottomhalfpadding {
    padding-bottom: 85px !important
}

[data-background=light] .box-container .nomargin {
    margin: 0 !important
}

[data-background=light] .box-container .noimage {
    background-image: none !important
}

[data-background=light] .box-container .mergecolor {
    color: #212122 !important
}

[data-background=light] .box-container .seccolor {
    color: #28282b !important
}

[data-background=light] .box-container .noshadow {
    box-shadow: none !important
}

[data-background=light] .box-container .withshadow {
    box-shadow: 0 5px 15px 0 rgb(110 110 110 / 10%)
}

[data-background=light] .box-container .noborder {
    border: none
}

[data-background=light] .box-container .withborder {
    border: solid 2px #dee2e6
}

[data-background=light] .box-container .fullradius {
    border-radius: 12px
}

[data-background=light] .box-container .initialradius {
    border-radius: initial
}

[data-background=light] .box-container .topradius {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

[data-background=light] .box-container .bottomradius {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px
}

[data-background=light] .box-container .hideelement {
    display: none
}

[data-background=light] .box-container .specialposition {
    position: initial;
    z-index: 0
}

[data-background=light] .box-container hr {
    opacity: .15
}

[data-background=light] .box-container hr.fullline.d-none {
    display: block !important;
    margin: 0;
    opacity: .2
}

[data-background=light] .box-container .fullrock-content .logo-menu.d-block {
    display: none !important
}

[data-background=light] .box-container .fullrock-content .logo-menu.d-none {
    display: block !important
}

[data-background=light] .box-container .range-slider::after {
    color: #28282b !important
}

[data-background=light] .box-container .range-slider::before {
    color: #28282b !important
}

[data-background=light] .box-container .wpc-vps-info .title .info {
    border-top: solid 1px #fff
}

[data-background=light] .box-container .cd-filter-block select {
    background-color: #fff;
    border: solid 1px grey;
    color: #101920
}

[data-background=light] .box-container #clone thead tr td {
    background-color: #ebeff5
}

[data-background=light] .box-container #clone thead tr td:first-child {
    background-color: transparent
}

[data-background=light] .box-container .pagination>li>a {
    color: #101920;
    border: none;
    background-color: #ebeff5
}

[data-background=light] .box-container .pagination>li>a:hover {
    background-color: #ee5586;
    color: #212122 !important
}

[data-background=light] .box-container #radioplans .run-switch .an.active {
    color: #101920 !important
}

[data-background=light] .box-container #radioplans .run-switch .mo.active {
    color: #101920 !important
}

[data-background=light] .box-container .entrychange.border-end {
    border-right: 1px solid #dee2e6
}

[data-background=dark] .box-container .division-01 {
    display: block !important
}

[data-background=dark] .box-container .division-ontop {
    display: block !important;
    background-color: #15212a !important
}

[data-background=dark] .box-container .menu-wrap {
    /* background-color: #15212a;
    padding: 15px 0 15px 0 */
}

[data-background=dark] .box-container .menu-wrap.fixed {
    background: #101920;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 60%)
}

[data-background=dark] .box-container .nav-menu .main-menu a.v-stroke:hover::before {
    height: initial
}

[data-background=dark] .menu-wrap .main-menu .sub-menu {
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 50%)
}

[data-background=dark] .menu-wrap .main-menu .sub-menu.megamenu-list {
    box-shadow: none
}

[data-background=dark] .menu-wrap .main-menu .sub-menu.megamenu {
    box-shadow: none
}

[data-background=dark] .sub-menu.menu-large {
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 50%)
}

[data-background=dark] .sub-menu.menu-large .service-list {
    box-shadow: none
}

[data-background=dark] .sub-menu.megamenu-list {
    box-shadow: none
}

[data-background=dark] .menu-wrap.fixed .sub-menu.menu-large {
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 50%) !important
}

[data-background=dark] .sub-menu.megamenu-list .service-list {
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 50%)
}

[data-background=dark] .sub-menu.megamenu-list .service-list .sub-menu {
    box-shadow: none
}

[data-background=dark] .start-offer {
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 50%);
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
}

[data-background=dark] .sub-menu.megamenu .service-list {
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 50%)
}

[data-background=dark] .sub-menu.megamenu {
    box-shadow: none
}

[data-background=dark] .box-container .sec-bg4 {
    background-image: none !important;
    background-color: #ee5586 !important;
    padding: 80px 0 135px 0 !important
}

[data-background=dark] .box-container .top-header .servicessync {
    background-color: transparent;
    display: block
}

[data-background=dark] .box-container .services.maping.sec-normal.sec-grad-grey-to-grey {
    padding-bottom: 0;
    background: #15212a !important
}

[data-background=dark] .box-container .footer {
    background-color: #101920 !important
}

[data-background=dark] .box-container .accordion.faq .panel-title {
    border-bottom: solid 1px #000
}

[data-background=dark] .box-container #features .sec-main {
    padding: 0
}

[data-background=dark] .box-container #clientstats.pricing.special {
    padding-bottom: 0 !important
}

[data-background=dark] .box-container #clientstats .top-content {
    border: none !important
}

[data-background=dark] .box-container .blobleft.d-none {
    display: block !important;
    position: absolute;
    width: 115px;
    left: -2px;
    z-index: 2;
    opacity: .3
}

[data-background=dark] .box-container .blobright.d-none {
    display: block !important;
    position: absolute;
    transform: rotate(180deg);
    width: 115px;
    right: -2px;
    z-index: 2;
    opacity: .3
}

[data-background=dark] .box-container .cd-main-content {
    margin: 0;
    margin-bottom: 0 !important;
    padding: 80px 0
}

[data-background=dark] .box-container .history-section .sec-main .col-md-10.offset-md-1 {
    width: 100%;
    margin-left: 0
}

[data-background=dark] .box-container .history-section .info-content h4 {
    color: #212122
}

[data-background=dark] .box-container .history-section .tabs-content .info-content p {
    color: #414142
}

[data-background=dark] .box-container #scroll.motpath {
    background-image: none
}

[data-background=dark] .box-container .sync .sec-main {
    padding: 0;
    box-shadow: none
}

[data-background=dark] .box-container .best-plans .sec-main {
    padding: 0;
    box-shadow: none;
    background-color: transparent
}

[data-background=dark] .box-container .getready .column-support-title {
    color: #212122
}

[data-background=dark] .box-container .getready .column-support-subtitle {
    color: #212122
}

[data-background=dark] .box-container .cpupath {
    background-image: url(../patterns/cpupath.html) !important;
    background-color: #fff !important
}

[data-background=dark] .box-container .motpath {
    background-image: url(../patterns/motpath.html)
}

[data-background=dark] .box-container .tabs.motpath {
    background-image: none !important
}

[data-background=dark] .box-container .exapath {
    background-image: url(../patterns/exapath.html)
}

[data-background=dark] .box-container #features.exapath {
    background-image: none
}

[data-background=dark] .box-container .motpath.sec-bg4 {
    background-image: none;
    padding-top: 50px
}

[data-background=dark] .box-container .sec-grad-yellow-to-black-right {
    background: #15212a !important
}

[data-background=dark] .box-container .best-plans.pricing .bagde {
    top: 200px;
    right: initial;
    left: 0
}

[data-background=dark] .box-container .best-plans.pricing.cpupath {
    padding: 80px 0 !important
}

[data-background=dark] .box-container #games .col:hover .gametitle {
    background: 0 0
}

[data-background=dark] .box-container .opa-6 {
    opacity: .3
}

[data-background=dark] .box-container .c-grey-light {
    color: #414142
}

[data-background=dark] .box-container #nav-toggle span:after {
    background-color: #fff
}

[data-background=dark] .box-container #nav-toggle span:before {
    background-color: #fff
}

[data-background=dark] .box-container .menu-wrap #nav-toggle span {
    background-color: #fff
}

[data-background=dark] .box-container .menu-wrap #nav-toggle.active span {
    background-color: transparent
}

[data-background=dark] .box-container .sec-bg3.infonews {
    background-color: #101920
}

[data-background=dark] .box-container .infonews .c-yellow:hover {
    color: grey !important;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

[data-background=dark] .box-container .infonews-nav a {
    color: #fff !important
}

[data-background=dark] .box-container .infonews-nav a:hover {
    color: grey !important;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

[data-background=dark] .box-container .nopadding .sec-main {
    padding: 0 !important
}

[data-background=dark] .box-container .nomargin .sec-main {
    margin: 0 !important
}

[data-background=dark] .box-container .bg-colorstyle {
    background-color: #15212a !important
}

[data-background=dark] .box-container .bg-seccolorstyle {
    background-color: #101920 !important
}

[data-background=dark] .box-container .bg-noimage {
    background-image: none
}

[data-background=dark] .box-container .globalpadding {
    padding: 135px !important
}

[data-background=dark] .box-container .toppadding {
    padding-top: 135px !important
}

[data-background=dark] .box-container .bottompadding {
    padding-bottom: 135px !important
}

[data-background=dark] .box-container .notoppadding {
    padding-top: 0 !important
}

[data-background=dark] .box-container .nobottompadding {
    padding-bottom: 0 !important
}

[data-background=dark] .box-container .nopadding {
    padding: 0 !important
}

[data-background=dark] .box-container .tophalfpadding {
    padding-top: 85px !important
}

[data-background=dark] .box-container .bottomhalfpadding {
    padding-bottom: 32px !important
}

[data-background=dark] .box-container .nomargin {
    margin: 0 !important
}

[data-background=dark] .box-container .noimage {
    background-image: none !important
}

[data-background=dark] .box-container .mergecolor {
    color: #fff !important
}

[data-background=dark] .box-container .seccolor {
    color: #d4dee7 !important
}

[data-background=dark] .box-container .noshadow {
    box-shadow: none !important
}

[data-background=dark] .box-container .withshadow {
    box-shadow: 0 5px 15px 0 rgb(110 110 110 / 10%)
}

[data-background=dark] .box-container .noborder {
    border: none
}

[data-background=dark] .box-container .withborder {
    border: solid 2px #101920
}

[data-background=dark] .box-container .fullradius {
    border-radius: 12px
}

[data-background=dark] .box-container .initialradius {
    border-radius: initial
}

[data-background=dark] .box-container .topradius {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

[data-background=dark] .box-container .bottomradius {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px
}

[data-background=dark] .box-container .hideelement {
    display: none
}

[data-background=dark] .box-container .specialposition {
    position: initial;
    z-index: 0
}

[data-background=dark] .box-container hr.fullline {
    margin: 0;
    opacity: .9
}

[data-background=dark] .box-container hr {
    border-top: 1px solid #414142;
    background-color: #414142
}

[data-background=dark] .box-container hr.fullline.d-none {
    display: block !important;
    background-color: #000;
    margin: 0;
    opacity: 1
}

[data-background=ldark] .box-container .fullrock-content .logo-menu.d-block {
    display: none !important
}

[data-background=dark] .box-container .fullrock-content .logo-menu.d-none {
    display: none !important
}

[data-background=dark] .popover {
    background-color: #101920
}

[data-background=dark] .popover .popover-body {
    background-color: #101920;
    color: #fff
}

[data-background=dark] .box-container .best-plans .table div.title-table {
    color: #fff
}

[data-background=dark] .box-container .best-plans .table td:first-child {
    border-left: none;
    color: #fff
}

[data-background=dark] .box-container .path-left {
    right: 0
}

[data-background=dark] .box-container .range-slider::after {
    color: #d4dee7 !important
}

[data-background=dark] .box-container .range-slider::before {
    color: #d4dee7 !important
}

[data-background=dark] .box-container .wpc-vps-info .title .info {
    border-top: solid 1px #15212a
}

[data-background=dark] .box-container .cd-filter-block select {
    background-color: #101920 !important;
    color: #fff
}

[data-background=dark] .box-container .form-control {
    background-color: #101920 !important;
    border: solid 1px grey !important;
    color: #fff !important
}

[data-background=dark] .box-container .fill-input {
    background-color: #101920;
    border: solid 1px grey;
    color: #fff
}

[data-background=dark] .box-container .cd-filter-block input {
    background-color: #101920 !important;
    color: #fff !important
}

[data-background=dark] .box-container .best-plans .table td {
    border-left: solid 2px #101920;
    border-bottom: solid 2px #101920;
    color: #fff
}

[data-background=dark] .box-container #clone thead tr td {
    background-color: #101920
}

[data-background=dark] .box-container #clone thead tr td:first-child {
    background-color: transparent
}

[data-background=dark] .box-container .pagination>li>a {
    color: #fff;
    border: none;
    background-color: #101920
}

[data-background=dark] .box-container .pagination>li>a:hover {
    background-color: #ee5586;
    color: #101920 !important
}

[data-background=dark] .box-container .entrychange.border-end {
    border-right: 1px solid #000 !important
}

[data-textdirection=rtl] .box-container .ltr-img.d-block {
    display: none !important
}

[data-textdirection=rtl] .box-container .rtl-img.d-none {
    display: block !important
}

[data-layout=boxed] .box-container {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    position: relative
}

[data-layout=boxed] .box-container .menu-wrap.fixed {
    width: 1400px;
    right: auto;
    left: auto
}

[data-layout=boxed] .box-container .godown {
    display: none
}

[data-layout=boxed] .box-container .randomline {
    display: none
}

[data-layout=boxed] .box-container .blobleft.d-none {
    display: none !important
}

[data-layout=boxed] .box-container .blobright.d-none {
    display: none !important
}

[data-layout=frame] .body-borders .bottom-border,
[data-layout=frame] .body-borders .top-border {
    height: 20px
}

[data-layout=frame] .body-borders .left-border,
[data-layout=frame] .body-borders .right-border {
    width: 20px
}

[data-layout=frame] .body-borders>* {
    position: fixed;
    z-index: 1030
}

[data-layout=frame] .body-borders .top-border {
    top: 0;
    left: 0;
    width: 100%
}

[data-layout=frame] .body-borders .right-border {
    top: 0;
    right: 0;
    height: 100%
}

[data-layout=frame] .body-borders .left-border {
    top: 0;
    left: 0;
    height: 100%
}

[data-layout=frame] .body-borders .bottom-border {
    bottom: 0;
    left: 0;
    width: 100%
}

[data-layout=frame] .box-container {
    padding: 0 20px
}

[data-layout=frame] .box-container .menu-wrap.fixed {
    margin-top: 20px
}

[data-layout=frame] .infonews {
    top: 20px;
    width: calc((100% - 40px))
}

[data-layout=frame] .menu-wrap {
    top: 60px
}

[data-layout=frame] .menu-wrap.fixed {
    top: 0
}

@media (min-width:960px) {
    [data-layout=boxed] .box-container.limit-width {
        max-width: 1400px;
        margin: auto
    }

    [data-layout=wideboxed] .box-container.limit-width {
        max-width: 1700px;
        margin: auto
    }
}

@media (max-width:992px) {
    [data-background=dark] .box-container .sec-neutral {
        background-color: #101920 !important
    }
}

@media (max-width:960px) {
    [data-layout=wideboxed] .box-container.limit-width {
        max-width: 1700px;
        margin: auto
    }

    [data-layout=frame] .body-borders .bottom-border,
    [data-layout=frame] .body-borders .top-border {
        height: 10px
    }

    [data-layout=frame] .body-borders .left-border,
    [data-layout=frame] .body-borders .right-border {
        width: 10px
    }

    [data-layout=frame] .box-container .menu-wrap.fixed {
        margin-top: 10px
    }

    [data-layout=frame] .box-container {
        padding: 0 10px
    }

    .box-container .menu-wrap.mobile {
        padding: 10px
    }

    [data-layout=frame] .infonews {
        top: 10px;
        width: calc((100% - 20px))
    }

    [data-layout=frame] .menu-wrap {
        top: 50px
    }
}

@media (max-width:767px) {
    [data-background=light] .box-container .blobright.d-none {
        display: none !important
    }

    [data-background=dark] .box-container .blobright.d-none {
        display: none !important
    }

    [data-background=light] .box-container .blobleft.d-none {
        display: none !important
    }

    [data-background=dark] .box-container .blobleft.d-none {
        display: none !important
    }
}

body[data-font=opensans] {
    font-family: 'Open Sans', sans-serif !important
}

body[data-font=poppins] {
    font-family: Poppins, sans-serif !important
}

body[data-font=nunito] {
    font-family: Nunito, sans-serif !important
}

body[data-font=raleway] {
    font-family: Raleway, sans-serif !important
}

body[data-font=opensans] h1 {
    font-family: 'Open Sans', sans-serif !important
}

body[data-font=poppins] h1 {
    font-family: Poppins, sans-serif !important
}

body[data-font=nunito] h1 {
    font-family: Nunito, sans-serif !important
}

body[data-font=raleway] h1 {
    font-family: Raleway, sans-serif !important
}

body[data-font=opensans] h2 {
    font-family: 'Open Sans', sans-serif !important
}

body[data-font=poppins] h2 {
    font-family: Poppins, sans-serif !important
}

body[data-font=nunito] h2 {
    font-family: Nunito, sans-serif !important
}

body[data-font=raleway] h2 {
    font-family: Raleway, sans-serif !important
}

body[data-font=opensans] h3 {
    font-family: 'Open Sans', sans-serif !important
}

body[data-font=poppins] h3 {
    font-family: Poppins, sans-serif !important
}

body[data-font=nunito] h3 {
    font-family: Nunito, sans-serif !important
}

body[data-font=raleway] h3 {
    font-family: Raleway, sans-serif !important
}

body[data-font=opensans] h4 {
    font-family: 'Open Sans', sans-serif !important
}

body[data-font=poppins] h4 {
    font-family: Poppins, sans-serif !important
}

body[data-font=nunito] h4 {
    font-family: Nunito, sans-serif !important
}

body[data-font=raleway] h4 {
    font-family: Raleway, sans-serif !important
}

body[data-font=opensans] h5 {
    font-family: 'Open Sans', sans-serif !important
}

body[data-font=poppins] h5 {
    font-family: Poppins, sans-serif !important
}

body[data-font=nunito] h5 {
    font-family: Nunito, sans-serif !important
}

body[data-font=raleway] h5 {
    font-family: Raleway, sans-serif !important
}

body[data-font=opensans] h6 {
    font-family: 'Open Sans', sans-serif !important
}

body[data-font=poppins] h6 {
    font-family: Poppins, sans-serif !important
}

body[data-font=nunito] h6 {
    font-family: Nunito, sans-serif !important
}

body[data-font=raleway] h6 {
    font-family: Raleway, sans-serif !important
}

body[data-font=opensans] input {
    font-family: 'Open Sans', sans-serif !important
}

body[data-font=poppins] input {
    font-family: Poppins, sans-serif !important
}

body[data-font=nunito] input {
    font-family: Nunito, sans-serif !important
}

body[data-font=raleway] input {
    font-family: Raleway, sans-serif !important
}

body[data-font=poppins] select {
    font-family: Poppins, sans-serif !important
}

body[data-font=nunito] select {
    font-family: Nunito, sans-serif !important
}

body[data-font=raleway] select {
    font-family: Raleway, sans-serif !important
}

body[data-font=opensans] textarea {
    font-family: 'Open Sans', sans-serif !important
}

body[data-font=poppins] textarea {
    font-family: Poppins, sans-serif !important
}

body[data-font=nunito] textarea {
    font-family: Nunito, sans-serif !important
}

body[data-font=raleway] textarea {
    font-family: Raleway, sans-serif !important
}

body[data-font=opensans] button {
    font-family: 'Open Sans', sans-serif !important
}

body[data-font=poppins] button {
    font-family: Poppins, sans-serif !important
}

body[data-font=nunito] button {
    font-family: Nunito, sans-serif !important
}

body[data-font=raleway] button {
    font-family: Raleway, sans-serif !important
}

[data-layout=wideboxed] .box-container {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    position: relative
}

[data-layout=wideboxed] .box-container .menu-wrap.fixed {
    width: 1700px;
    right: auto;
    left: auto
}

[data-header=static] .box-container .menu-wrap.fixed {
    position: absolute
}

[data-header=fixed] .box-container .menu-wrap.fixed {
    position: fixed
}

[data-background=origin] .menu-wrap.fixed .tech-box svg #svg-ico {
    fill: #fff !important
}

@media (min-width:1200px) and (max-width:5000px) {
    .pricing.slider .slides-toggle .slide-prev {
        left: -10px
    }

    .pricing.slider .plan-container {
        margin-right: 26px
    }

    .pricing.slider .slider-wrap {
        margin-left: 15px
    }
}

@media (max-width:1024px) {
    svg.blackfriday {
        left: 50%;
        margin-left: -512px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .blog .sidebar .posts .tabs-header li {
        padding: 0 5px 18px 5px
    }

    .blog .sidebar .archives .img {
        float: none;
        margin-bottom: 5px
    }
}

@media (max-width:1199px) {
    .top-header .wrapper .round:before {
        top: 12px
    }

    .pricing.slider .info {
        margin-right: 0
    }

    .pricing.slider .slides-toggle .slide-prev {
        left: -15px
    }

    .pricing.slider .slides-toggle .slide-next {
        right: -15px !important
    }

    .pricing.slider .slides-toggle .slide-prev span {
        display: none !important
    }

    .pricing.slider .slides-toggle .slide-next span {
        display: none !important
    }

    .pricing.slider .wrapper {
        width: 300px;
        display: inline-block
    }

    .tabs.offers-tabs .tabs-content .tabs-item.active:before {
        content: none
    }

    .history-section .wrappper h3 {
        font-size: 20px
    }

    .history-section .wrappper .desc {
        display: table
    }

    .product-title h3 {
        font-size: 12px;
        padding: 14px
    }

    .product-meta {
        padding: 0 15px;
        margin-top: 35%
    }

    #sidebar {
        width: auto !important
    }

    .team .soc-icons-wrap .icons {
        display: inline-block;
        margin-top: 140px;
        padding: 10px
    }

    .countdown .wrapper .heading {
        font-size: 40px
    }

    .countdown .wrapper .heading {
        font-size: 20px
    }

    .btn-order .continue {
        padding: 15px 30px;
        font-size: 16px
    }

    .casestudy .icon-quote {
        margin-left: 10px
    }

    .casestudy .content-info p:last-child {
        display: none
    }

    .casestudy .content-info hr {
        display: none
    }

    .blog .sidebar .heading {
        font-size: 14px
    }

    .blog .sidebar .archives .item-wrap {
        padding-bottom: 0
    }

    .wrap-blog .infos i {
        font-size: 22px
    }

    .footer .footer-menu .menu-item {
        margin-left: 0
    }

    .footer .soc-icons.m-left {
        padding-left: 90px
    }

    .footer .logo-bg {
        margin-top: 56px;
        width: 380px
    }

    .wpc-vps-info .content-price {
        padding: 50px 40px
    }

    .wpc-vps-info .h-plans-info .price {
        font-size: 35px !important
    }

    .h-plans-info .price .symbol {
        font-size: 24px !important
    }

    .blog .sidebar .tabs .tabs-header li {
        margin: 0 0 30px 0;
        width: 100%
    }

    .blog .sidebar .posts .img {
        width: 100%;
        margin-bottom: 15px
    }

    .megamenu .start-offer .inner span {
        display: none
    }

    .megamenu-list .start-offer .inner span {
        display: none
    }
}

@media (min-width:1199px) {
    .product-title h3 {
        font-size: 13px;
        padding: 13px
    }
}

@media (min-width:1170px) {
    .cd-gallery.filter-is-visible {
        width: 100% !important
    }

    .cd-filter {
        width: 100% !important
    }

    .cd-filter form {
        width: 100% !important;
        padding: 0 !important
    }

    .cd-gallery li {
        width: 31% !important
    }

    .cd-filter-trigger.filter-is-visible,
    .cd-filter-trigger.filter-is-visible:hover {
        color: #4c4a4a
    }

    .no-touch .cd-filter-trigger:hover {
        text-decoration: none
    }
}

@media (min-width:767px) and (max-width:991px) {
    .team .soc-icons-wrap .icons {
        padding-top: 80px
    }

    .nav-menu .main-menu a {
        margin-right: 20px !important
    }

    .menu-item div.badge {
        display: none
    }

    .megamenu-list .service-list {
        border-radius: 12px
    }

    .menu-item.menu-item-has-children.me-2 {
        margin-right: 0 !important
    }

    .nav-menu .main-menu a.v-stroke {
        padding-right: 0 !important
    }

    .megamenu .service-list .service .media-body a {
        font-size: 13px;
        font-weight: 500
    }

    .megamenu .service-list {
        border-bottom-right-radius: 12px;
        border-top-right-radius: 12px
    }
}

@media (max-width:991px) {
    .nav-menu .main-menu .menu-item .menu-large .service-list .service .media-body p {
        font-size: 11px;
        color: #525252
    }

    .nav-menu .main-menu .menu-item .menu-large li.start-offer {
        width: 205px
    }

    .nav-menu .main-menu .menu-item .menu-large li.start-offer .inner {
        padding: 20px
    }

    .nav-menu .main-menu .menu-item .menu-large li.start-offer .inner .title {
        font-size: 18px
    }

    .nav-menu .main-menu .menu-item .menu-large li.start-offer .inner p {
        font-size: 14px
    }

    .nav-menu .main-menu .menu-item .menu-large li.start-offer .inner .val {
        font-size: 13px
    }

    .nav-menu .main-menu .menu-item .menu-large li.start-offer .inner .dis {
        font-size: 18px
    }

    .slider-content p {
        line-height: 32px !important;
        font-size: 15px !important;
        margin-top: 0 !important
    }

    .slider-content h1 {
        font-size: 38px !important;
        line-height: 45px !important
    }

    .flickity-slider .animatype {
        font-size: 32px
    }

    .chars {
        position: relative;
        display: inline-flex;
        right: 0;
        top: 0
    }

    .chars div {
        padding-top: 30px
    }

    .chars p {
        color: #fff;
        font-size: 13px;
        margin-top: 8px;
        line-height: 26px
    }

    .pricing .heading {
        font-size: 38px
    }

    .plan-container .title {
        font-size: 20px
    }

    .pricing.slider .wrapper {
        width: 230px;
        display: inline-block
    }

    .section-heading.small-text {
        font-size: 28px
    }

    .section-subheading.small-text {
        font-size: 16px
    }

    .pricing .list-info li {
        font-size: 13px !important
    }

    .tabs.offers-tabs .tabs-content .heading {
        font-size: 18px;
        margin-bottom: 6px
    }

    .tabs.offers-tabs .tabs-content .info {
        font-size: 14px
    }

    .tabs.offers-tabs .d-flex {
        display: inline-block
    }

    .btn-x {
        padding: 10px 50px;
        border: solid 2px #ee5586
    }

    .services.circle-section .heading {
        text-align: center;
        margin-top: 100px
    }

    .services.circle-section .info {
        text-align: center
    }

    .services.circle-section .skill-section {
        margin-bottom: 10px
    }

    .services.circle-section .circle-wrapper {
        margin-top: 52px
    }

    .services .service-wrap .info {
        padding-bottom: 30px;
        padding-right: 0
    }

    .services .service-wrap .service-section.service {
        border-top: 1px solid #e7eaed;
        border-right: 1px solid #e7eaed
    }

    .history-section .img {
        margin: 0 auto;
        display: block
    }

    .history-section .img-wrap:after {
        content: none
    }

    .history-section .wrappper .title:before {
        display: none
    }

    .history-section .wrappper img {
        width: 15%
    }

    .product-title h3 {
        font-size: 14px;
        padding: 14px
    }

    .product-meta {
        padding: 0 80px;
        margin-top: 35%
    }

    #sidebar {
        width: auto !important;
        position: relative !important;
        margin-top: 50px !important;
        top: 0 !important
    }

    .shop .select.fisrt {
        margin: 0
    }

    .shop .select.second {
        margin: 0
    }

    .shop .select {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px
    }

    .shop .select i {
        right: 10px
    }

    .products .wrapper .img-wrap>img {
        width: 100%
    }

    .products .wrapper {
        width: 30%
    }

    .product-detail .form-addcart .number-wrap {
        margin-left: 0;
        margin-bottom: 30px
    }

    .product-detail .form-addcart .color-wrap {
        margin-left: 0
    }

    .product-detail .form-addcart .btn {
        margin-top: 30px
    }

    .team .soc-icons-wrap .icons {
        display: inline-block;
        margin-top: 30px
    }

    .center.slider .plan-container .period {
        font-size: 14px !important
    }

    .search-input input.btn {
        padding: 16px 35px !important;
        font-size: 14px !important
    }

    .countdown .wrapper {
        width: 100%
    }

    .cart .payment-form {
        padding: 0
    }

    .cart .table tbody .section-bar .check {
        width: 100%;
        text-align: center;
        margin-right: 0
    }

    .casestudy .sec-bg1 {
        padding: 50px;
        text-align: center
    }

    .casestudy .content-info div {
        display: none
    }

    .casestudy .slide-next,
    .casestudy .slide-prev {
        bottom: 20px
    }

    .casestudy .slide-prev {
        bottom: 20px
    }

    .casestudy .casestudy {
        text-align: center
    }

    .casestudy .study-img {
        text-align: center
    }

    .casestudy .social-icons {
        text-align: center;
        margin-left: 0
    }

    .blog .media.right {
        padding-left: 0
    }

    .blog .media.answer {
        padding-left: 30px
    }

    .wrap-blog .heading {
        font-size: 18px
    }

    .blog.blog .wrap-blog .media img {
        display: none
    }

    .blog .text-blog .social-icon {
        text-align: left
    }

    .blog .text-blog .social-icon a:first-child {
        margin-left: 0
    }

    .wrap-blog .social-icon {
        width: 100%;
        margin-top: 15px;
        text-align: left
    }

    .wrap-blog .text-blog a {
        margin-left: 0
    }

    .footer .footer-menu .menu-item {
        width: 100%;
        font-size: 13px
    }

    .footer .heading {
        font-size: 22px
    }

    .footer h6 {
        font-size: 12px
    }

    .footer .logo-footer {
        margin: 0 auto;
        width: 130px
    }

    .footer .soc-icons i {
        line-height: initial;
        height: 36px !important;
        width: 36px !important
    }

    .footer .soc-icons i:before {
        font-size: 16px
    }

    .cd-filter-content a {
        display: none
    }

    label.checkbox-label a {
        display: inline-block !important
    }

    .section-404 {
        background-size: 90%
    }

    .section-404 .title span:first-child {
        display: block
    }

    .section-404 .subtitle {
        font-size: 16px
    }

    .getready .column-support-txt {
        width: 100%;
        margin-bottom: 30px
    }

    .opa-pink {
        display: none
    }

    .getready .btn-floats {
        text-align: left
    }

    .overview .overview-info {
        padding: 30px 0
    }

    .blog .media .media-body {
        padding-left: 0 !important
    }

    .wpc-vps-info .price-wrap {
        margin-top: 30px
    }

    .wpc-vps-info .title .info {
        font-size: 20px
    }

    .wpc-vps-info .price-wrap .price {
        margin-bottom: 10px;
        padding: 14px 40px
    }

    .wpc-vps-info .price-wrap .title {
        padding: 20.5px 41px
    }

    .wpc-vps-info .price-wrap .title {
        position: static
    }

    .footer .logo-bg {
        margin-top: 35px;
        width: 360px
    }

    .circle-wrapper {
        margin-top: 50px
    }

    .sec-uping {
        margin: initial
    }

    .godown {
        display: none
    }

    .history-section.feat01 hr {
        display: block !important;
        margin-bottom: 80px
    }

    .history-section.feat01 .row .first {
        padding-bottom: 50px
    }

    .history-section.feat01 .row .second {
        padding-top: 50px
    }

    .history-section.feat01 .row .third {
        padding-bottom: 50px
    }

    .history-section .row img.first {
        padding-top: 0
    }

    #clone {
        display: none
    }

    .tabs .btn-select-plan {
        position: initial;
        margin-top: 0
    }

    .tabs .btn-select-plan ul {
        z-index: 9;
        display: block;
        margin-bottom: 50px
    }

    .tabs .btn-select-plan ul li.mb-2 {
        margin-bottom: 0 !important
    }

    .top-header .wrapper .subheading {
        font-size: 14px
    }

    .top-header .wrapper .included {
        display: none
    }

    .top-header .wrapper .aboutus {
        margin-bottom: 0
    }

    .cd-filter-content .dflex {
        display: initial !important
    }

    .tabs.offers-tabs .info-content {
        margin-top: 30px
    }

    .fullrock .fullrock-content .svg.soon {
        margin-top: 30px
    }

    .megamenu .service-list {
        padding: 20px 40px
    }

    .megamenu .start-offer .inner .title {
        font-size: 16px
    }

    .megamenu .start-offer .inner b {
        display: none
    }

    .megamenu .service-list {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px 40px
    }

    .megamenu .start-offer {
        display: none
    }

    .megamenu-list .service-list {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px 40px
    }

    .megamenu-list .start-offer {
        display: none
    }

    .btn-settings {
        right: 23px
    }

    .btn-demos {
        right: 23px
    }

    .toplang {
        right: 23px
    }

    [data-background=light] .box-container .blobleft.d-none {
        display: none !important
    }

    [data-background=light] .box-container .blobright.d-none {
        display: none !important
    }

    [data-background=light] .box-container .best-plans.pricing .badge {
        display: none
    }

    [data-background=light] .box-container .entrychange.border-end {
        border-right: 0 !important
    }

    [data-background=dark] .box-container .entrychange.border-end {
        border-right: 0 !important
    }

    [data-background=light] .box-container .entrychange.border-end {
        border-bottom: 1px solid #dee2e6 !important
    }

    [data-background=dark] .box-container .entrychange.border-end {
        border-bottom: 1px solid #000 !important
    }

    .entrychange.border-end {
        border-right: 0 !important;
        padding-bottom: 50px !important;
        margin-bottom: 50px !important
    }

    .infonews .news span:first-child {
        display: none
    }

    .infonews .news span:nth-child(2) {
        display: none
    }

    .infonews .link .tabphone {
        display: none
    }

    .menu-wrap.line {
        border-color: transparent
    }

    .menu-wrap .col-sm-9.col-lg-7.col-lg-offset-2.p-0 {
        height: 0
    }

    .menu-wrap.fixed .nav-menu {
        padding: 0 0 10px 0
    }

    .menu-wrap.fixed .menu-toggle.top {
        top: 5px
    }

    .menu-wrap.light .main-menu>.menu-item>.sub-menu {
        background-color: #aeb0b5
    }

    .menu-wrap.light.fixed .menu-toggle {
        top: -49px
    }

    .menu-wrap.light.fixed .logo-menu {
        position: relative;
        top: 0
    }

    .menu-wrap.light .menu-toggle {
        top: -50px
    }

    .menu-wrap.active .nav-menu .main-menu {
        transform: translateX(0);
        padding: 80px 20px 80px;
        list-style-type: none
    }

    .menu-wrap.mobile {
        display: block
    }

    .menu-wrap.mobile.active .logo-menu {
        z-index: 10;
        position: relative
    }

    .menu-wrap.mobile.active .logo-responsive {
        position: relative;
        z-index: 99;
        display: block !important
    }

    .nav-menu .main-menu>.menu-item .fa-caret-right:before {
        content: "\f0d7"
    }

    .nav-menu .main-menu>.menu-item>.sub-menu a {
        color: #72757b
    }

    .nav-menu .main-menu>.menu-item>.sub-menu>.menu-item:last-child {
        padding-bottom: 0
    }

    .nav-menu .main-menu>.menu-item>.sub-menu>.menu-item a {
        color: #72757b;
        font-size: 15px;
        margin: 0
    }

    .nav-menu .main-menu>.menu-item>.sub-menu>.menu-item>.sub-menu {
        position: static;
        display: none;
        opacity: 1;
        padding: 0
    }

    .nav-menu .main-menu>.menu-item>.sub-menu {
        position: static;
        display: none;
        opacity: 1;
        visibility: visible
    }

    .nav-menu .main-menu>.menu-item:hover>a {
        color: #ee5586;
        background-color: transparent
    }

    .nav-menu .main-menu a {
        margin-right: 0 !important
    }

    .nav-menu .menu-toggle {
        display: inline-block !important
    }

    .menu-item.active.menu-item-has-children {
        background-color: #ee5586
    }

    .nav-menu .main-menu {
        display: block;
        text-align: center;
        position: fixed;
        height: 100%;
        width: 100%;
        background: #15212a;
        top: 0;
        left: 0;
        z-index: 999;
        overflow-y: auto;
        padding: 0 0 30px;
        margin: 0;
        -webkit-transform: translate3d(0, 200%, 0);
        -moz-transform: translate3d(0, 200%, 0);
        -ms-transform: translate3d(0, 200%, 0);
        -o-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0);
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .nav-menu .main-menu .menu-item.active>a {
        color: #121e25 !important;
        font-weight: 700;
        font-size: 13px
    }

    .nav-menu .main-menu .menu-item>a {
        color: #afafaf;
        font-size: 24px
    }

    .nav-menu .main-menu .menu-item>a .badge {
        font-size: 12px;
        margin: 7px 10px;
        position: absolute
    }

    .nav-menu .main-menu>.menu-item.menu-item-has-children>a:after {
        display: none;
        content: "\f0d7";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        right: -15px;
        top: 2px
    }

    .nav-menu .main-menu>.menu-item>.sub-menu {
        z-index: 9;
        padding-top: 20px;
        border: none;
        box-shadow: none !important;
        background-color: transparent
    }

    .nav-menu .main-menu>.menu-item.active>.sub-menu {
        padding: 20px;
        background-color: #ee5586
    }

    .nav-menu .main-menu>.menu-item.active>.sub-menu>.menu-item {
        border-color: transparent;
        padding: 10px 0 10px 0
    }

    .nav-menu .main-menu>.menu-item {
        width: 100%;
        float: none;
        margin-left: 0;
        padding: 15px 0;
        cursor: pointer
    }

    .nav-menu .main-menu>.menu-item:last-child {
        border-bottom: none
    }

    .nav-menu .main-menu>.menu-item>.sub-menu>.menu-item {
        border: none;
        padding: 5px
    }

    .menu-wrap {
        display: none
    }

    nav .tech-box {
        margin-top: 7px;
        margin-right: 10px
    }

    .nav-menu {
        width: initial
    }
}

@media (min-width:991px) {
    .domain-prices li:first-child {
        padding-left: 0
    }

    .nav-menu .main-menu>.menu-item>.sub-menu {
        margin-left: -65px;
        display: block !important
    }

    .nav-menu .main-menu>.menu-item>.sub-menu.menu-large {
        margin-left: -120px !important;
        display: block !important
    }

    .nav-menu .main-menu>.menu-item>.sub-menu.megamenu-list {
        margin-left: initial !important;
        display: initial !important
    }

    .nav-menu .main-menu>.menu-item>.sub-menu.megamenu {
        margin-left: initial !important;
        display: initial !important
    }

    .menu-wrap.mobile {
        display: none
    }
}

@media (max-width:767px) {
    .cd-main-content {
        z-index: 1;
        position: absolute !important;
        height: 100% !important
    }

    .cd-main-content .cd-filter form {
        padding: 60px 20px
    }

    .cd-main-content.is-fixed .cd-filter form {
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }

    .cd-main-content.sec-up {
        margin: 0 !important;
        z-index: 3 !important
    }

    .cd-main-content.sec-up .badge {
        display: none
    }

    .cd-main-content .cd-filter .sec-main {
        padding: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        border: none
    }

    .cd-filter .row {
        margin: 0 !important;
        display: block !important
    }

    .cd-filter .container {
        margin: 0 !important;
        padding: 0 !important
    }

    .btn.cd-filter-trigger {
        line-height: initial;
        padding: 10px 15px;
        display: inline-block !important;
        width: auto !important;
        text-indent: initial !important;
        margin-top: 20px
    }

    .cd-main-content.animated {
        animation-fill-mode: initial !important
    }

    .nav-menu {
        padding: 0
    }

    .menu-item .sub-menu .menu-item a:hover {
        color: #ee5586 !important
    }

    .menu-item.active .sub-menu .menu-item a {
        color: #121e25 !important
    }

    .menu-item.active .sub-menu .menu-item a:hover {
        color: #fff !important
    }

    .slider-content h1 {
        font-size: 52px !important;
        font-weight: 700 !important;
        line-height: 58px !important
    }

    .slider-content p {
        margin-bottom: 20px !important;
        margin-left: 0 !important
    }

    .hidden-xs {
        display: inline-block !important
    }

    .pricing .subheading {
        margin-bottom: 50px
    }

    h2.section-heading {
        font-size: 32px !important;
        line-height: 38px
    }

    .section-heading.small-text {
        font-size: 28px !important
    }

    .section-heading.small-text {
        font-size: 28px !important
    }

    .section-subheading.small-text {
        font-size: 16px !important
    }

    .section-offer.services .tabs.offers-tabs img {
        margin: 0 auto;
        max-width: 100%
    }

    .pricing.slider .info {
        margin-top: 0
    }

    .pricing.slider .soc-icons {
        display: block;
        float: none;
        margin-top: 10px;
        margin-right: 0;
        text-align: left;
        padding: 0
    }

    .pricing.slider .slides-toggle {
        display: none
    }

    .pricing.slider .swiper-wrapper .price {
        font-size: 38px
    }

    .pricing.slider .swiper-wrapper sup {
        font-size: 26px
    }

    .pricing.slider .slides-toggle .slide-next {
        right: -15px
    }

    .pricing.slider .slides-toggle .slide-prev {
        left: -15px
    }

    .pricing.slider .slides-toggle .slide-prev {
        left: -80px
    }

    .pricing.slider .slides-toggle .slide-next {
        right: -80px
    }

    .pricing.slider .wrapper {
        width: 100% !important;
        display: inline-block
    }

    .pricing .table .title {
        font-size: 18px
    }

    .best-plans.pricing .wrapper {
        margin-top: 0
    }

    .best-plans.pricing .wrapper.first {
        margin-top: 50px
    }

    .best-plans .table-responsive {
        border: none;
        margin-bottom: 0
    }

    .section-plans .heading {
        font-size: 22px
    }

    .h-plans-info .header-wrap {
        text-align: center
    }

    .tabs.offers-tabs .img {
        display: block;
        margin: 0 auto
    }

    .tabs.offers-tabs .tabs-content .info {
        padding-right: 0
    }

    .tabs.offers-tabs .tabs-content .heading {
        margin-top: 30px
    }

    .tabs.offers-tabs .tabs-header li {
        margin-top: 50px;
        margin-right: 20px
    }

    .circle-section .title-round {
        font-size: 18px;
        font-weight: 700
    }

    .services.circle-section .heading {
        margin-top: 34px
    }

    .services.circle-section .info {
        font-size: 14px
    }

    .history-section .wrappper.right {
        text-align: center;
        padding: 0 15px
    }

    .history-section .wrappper {
        text-align: center
    }

    .service-skills .skills-wrap {
        text-align: center
    }

    .history-section .history-separate {
        margin-bottom: 0
    }

    .history-section .history-separate img {
        padding: 0 120px 30px
    }

    .history-section .wrappper img {
        width: 25%;
        margin: 0 0 20px 0;
        float: none
    }

    .filter-menu ul li {
        font-size: 13px
    }

    .product-meta {
        padding: 0 70px;
        margin-top: 35%
    }

    .details .wrappper .value {
        text-align: center;
        float: none;
        margin: 0
    }

    .details .wrappper .quantity {
        display: inline-grid
    }

    .shop .select {
        margin: 0 0 30px
    }

    .shop .select.second {
        margin: 30px 0 0
    }

    .products .wrapper {
        width: 49%;
        padding-right: 18px;
        padding-left: 18px;
        float: none;
        display: inline-block
    }

    .products .btn {
        padding: 25px 38px;
        font-size: 14px
    }

    .team .soc-icons-wrap .icons {
        margin-top: 250px
    }

    .modal-dialog {
        min-height: calc(100vh - 20px)
    }

    .fill-input {
        font-size: 16px !important;
        padding: 16px 20px 16px 20px !important
    }

    .general-input input.btn {
        padding: 17px 17px
    }

    .domain-prices li {
        padding: 10px 12px !important;
        font-size: 14px !important
    }

    .subcribe {
        display: none
    }

    .cart .table-responsive {
        border: none
    }

    .cart .data-cart .btn.order {
        margin-left: 0;
        margin-top: 20px
    }

    .cart.end {
        padding-top: 50px
    }

    .casestudy .author {
        padding-left: 0 !important
    }

    .casestudy .content-info {
        padding-left: 0 !important
    }

    .casestudy .ml-4 {
        margin-left: 0 !important
    }

    .casestudy .slide-prev {
        display: none
    }

    .casestudy .slide-next {
        display: none
    }

    .casestudy .casestudy {
        text-align: center;
        margin-left: 0
    }

    .accordion.faq .panel-title {
        font-size: 15px
    }

    .accordion.faq .panel-title {
        font-size: 14px;
        line-height: 26px
    }

    .accordion.faq .wrapper-collapse .list li {
        font-size: 14px
    }

    .best-plans .table div.title-table {
        font-size: 15px
    }

    .best-plans .table td {
        font-size: 15px
    }

    .wrap-blog {
        padding: 0
    }

    .wrap-blog>img {
        width: 100%
    }

    .blog .media.answer {
        padding-left: 30px
    }

    .blog .sidebar {
        margin-top: 80px
    }

    .footer {
        text-align: center
    }

    .footer .footer-top img {
        width: 160px
    }

    .footer .soc-icons a {
        margin: 0 8px 0 5px !important
    }

    .footer .payment-list li {
        font-size: 18px !important
    }

    .footer .payment-list li p {
        font-size: 12px !important
    }

    .footer .footer-bottom .copyright {
        margin-bottom: 10px;
        font-size: 14px
    }

    .footer .footer-menu {
        padding: 0;
        margin-left: 0
    }

    .footer .footer-menu {
        float: none;
        text-align: center;
        padding: 0;
        margin-left: 0
    }

    .footer .payment-list {
        float: none;
        display: block;
        text-align: center;
        padding: 0;
        margin-left: 0
    }

    .footer .footer-menu .menu-item {
        text-align: center;
        font-size: 16px
    }

    .footer .footer-top .col-md-3.col-sm-6 {
        margin-bottom: 50px
    }

    .footer .footer-top .col-md-3.col-sm-6:last-child {
        margin-bottom: 30px
    }

    .footer .col-md-3.col-sm-6 {
        margin-bottom: 50px
    }

    .footer .col-md-3.col-sm-6:last-child {
        margin-bottom: 10px
    }

    .footer .footer-bottom .footer-menu {
        top: 0 !important;
        margin-bottom: 10px
    }

    .footer .soc-icons {
        text-align: center;
        padding-left: 0
    }

    .footer .soc-icons i {
        font-size: 18px
    }

    .footer .logo-bg {
        display: none
    }

    .cd-tab-filter ul {
        display: none
    }

    .cd-tab-filter.is-open ul {
        display: none
    }

    .cd-tab-filter::after {
        display: none
    }

    .cd-filter-content a {
        display: block
    }

    .table td {
        padding: .75rem
    }

    .section-404 .input-group {
        margin-top: 35px
    }

    .section-404 .img {
        visibility: hidden
    }

    .getready .column-support-subtitle {
        font-size: 16px;
        line-height: 26px
    }

    .sec-main {
        padding: 80px
    }

    .general-input {
        width: 100% !important
    }

    .custom-element-right {
        display: none !important
    }

    .blackfriday {
        display: none !important
    }

    .cd-gallery li {
        width: 100%;
        margin-bottom: 2em
    }

    .overview .overview-info {
        text-align: center
    }

    .overview .img-over {
        text-align: center
    }

    .overview .overview-info {
        padding: 60px 0
    }

    .form-contact i {
        display: none
    }

    .wpc-cloud-range .info-range {
        font-size: 14px
    }

    .flickity-slider .animatype {
        font-size: 28px
    }

    .maping .datacenters {
        width: 14px;
        height: 14px
    }

    .path-left {
        display: none
    }

    .path-right {
        display: none
    }

    .top-header .wrapper .heading {
        font-size: 42px
    }

    .top-header .wrapper .subheading small {
        display: none
    }

    .soc-icons-apply {
        display: none
    }

    .notfound p {
        font-size: 14px
    }

    .notfound br {
        display: none
    }

    .megamenu .service-list .service .media-body a {
        font-size: 14px !important
    }

    .megamenu-list .service-list .service .media-body a {
        font-size: 14px !important
    }

    .count-txt {
        text-align: left;
        font-size: 13px
    }

    .count-content .clock#specialclock {
        text-align: left;
        font-size: 18px
    }

    .svg.pattern {
        display: none
    }

    .footer .footer-bottom .footer-menu .menu-item {
        display: block;
        margin-left: 0
    }

    [data-background=light] .box-container .nav-menu .main-menu>.menu-item:hover>a {
        color: grey !important
    }

    [data-background=light] .box-container .dropdown-menu.show a:hover {
        color: grey !important
    }

    [data-background=light] .active #nav-toggle span:after {
        background: grey !important
    }

    [data-background=light] .active #nav-toggle span:before {
        background: grey !important
    }

    .btn {
        font-size: 12px;
        padding: 10px 34px
    }
    #slect-main .select .select-styled {
        padding: 6px 40px 6px 16px !important;
    }

    #slect-main .select .select-styled:after {
        top: 24px !important;
    }

    #slect-main .select .select-styled:active:after, #slect-main .select .select-styled.active:after {
        top: 24px !important;
    }

    .sec-normal {
        padding: 44px 0 !important;
    }
    .tabs-header .btn-group>.btn:not(:first-child) {
        font-size: 12px !important;
        padding: 10px 20px !important
    }

    .tabs-header .btn-group>.btn:not(:last-child) {
        font-size: 12px !important;
        padding: 10px 20px !important
    }

    .tabs-header .btn-secondary:not(:disabled):not(.disabled).active {
        font-size: 12px !important;
        padding: 10px 20px !important
    }

    .countdown .wrapper .clock div {
        margin: 10px 20px
    }

    .offcanvas.offcanvas-box {
        margin: 0;
        border-radius: 0
    }

    .offcanvas.offcanvas-box .card svg {
        position: initial;
        margin: 20px 0 0 20px;
        transform: none
    }

    .offcanvas.offcanvas-box .os {
        flex: 0 0 calc(20% - -5px)
    }
}

@media (min-width:768px) {
    .cd-filter {
        position: relative;
        width: 100% !important;
        height: auto !important;
        background: 0 0 !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important
    }

    .cd-filter .cd-close {
        opacity: 0 !important;
        top: -50px !important
    }

    .cd-filter.filter-is-visible {
        display: inline-block !important;
        width: 100% !important;
        box-shadow: none !important
    }

    .cd-main-content.is-fixed .cd-filter {
        position: relative !important;
        height: auto !important;
        overflow: initial !important
    }

    .cd-filter::before {
        display: none !important
    }

    .cd-gallery.filter-is-visible {
        margin-top: 28% !important
    }

    .cd-main-content.is-fixed .cd-gallery {
        padding-top: 600px !important
    }

    .btn.cd-filter-trigger {
        display: none !important
    }

    .cd-filter-block .list li {
        margin: 0 15px 15px 0;
        display: inline-block !important
    }

    .cd-filter-block ul {
        padding: 0 !important
    }

    .menu-wrap .nav-menu {
        float: left
    }

    .nav-menu .main-menu>.menu-item>.sub-menu {
        margin-left: -90px;
        display: block !important
    }

    .nav-menu .main-menu>.menu-item>.sub-menu.menu-large {
        margin-left: -140px !important;
        display: block !important
    }

    .nav-menu .main-menu>.menu-item>.sub-menu.megamenu-list {
        margin-left: initial !important;
        display: initial !important
    }

    .nav-menu .main-menu>.menu-item>.sub-menu.megamenu {
        margin-left: initial !important;
        display: initial !important
    }

    .nav-menu .main-menu>.menu-item:hover>.sub-menu {
        top: 55px;
        opacity: 1;
        visibility: visible
    }
}

@media (max-width:576px) {
    .secfeat {
        display: none
    }

    .chars {
        display: none
    }

    .domain-prices {
        display: none
    }

    .slider-content h1 {
        font-weight: 700 !important;
        font-size: 28px !important;
        line-height: 38px !important
    }

    .top-header .wrapper .round:before {
        top: 10px
    }

    .tabs.offers-tabs .tabs-header ul {
        padding: 0
    }

    .tabs.offers-tabs .tabs-header li {
        flex: 0 0 100%;
        max-width: 100%
    }

    .tabs.offers-tabs .tabs-header {
        padding: 0
    }

    .filter-menu ul {
        padding: 0 0
    }

    .filter-menu ul li {
        font-size: 12px;
        padding: 10px
    }

    .featured.isotope .col-xs-6 {
        width: 100% !important
    }

    .best-seller .col-xs-6 {
        width: 100% !important
    }

    .product-meta {
        padding: 0 70px;
        margin-top: 35%
    }

    .products .wrapper {
        width: 100%
    }

    .team .soc-icons-wrap .icons {
        display: inline-block;
        margin-top: 250px
    }

    .cart .data-cart .order-suma {
        margin-left: 0;
        padding: 26px 46px
    }

    .casestudy img {
        width: 100%
    }

    .pagination>li>a {
        margin-bottom: 20px
    }

    .special-footer {
        margin-bottom: -150px
    }

    .sec-main {
        padding: 80px 30px
    }

    .wrap-blog .wrapper {
        padding: 60px 15px !important
    }

    .blog.blog .wrap-blog .comments {
        padding: 60px 30px !important
    }

    .blog.blog .wrap-blog .livecomment {
        padding: 60px 30px !important
    }

    .blog .sidebar {
        padding: 50px 15px !important
    }

    .circle-section .text-start:first-child {
        text-align: left !important
    }

    .circle-section .text-start {
        text-align: center !important
    }

    .btn-demos {
        display: none
    }

    .casestudy .content-info p {
        font-size: 16px
    }

    .casestudy .author {
        font-size: 28px
    }
}

@media (max-width:420px) {
    .top-header .wrapper .heading {
        font-size: 26px
    }

    .top-header .wrapper .subheading {
        font-size: 14px
    }

    .section-heading.small-text {
        font-size: 24px !important
    }

    .section-heading.small-text {
        font-size: 24px !important
    }

    .team .soc-icons-wrap .icons {
        display: inline-block;
        margin-top: 185px
    }

    .team .col-md-3.col-sm-6.col-xs-6 {
        width: 100%
    }

    .table-responsive {
        border: none
    }

    .payment-form .btn-check {
        margin: 5px 5px 0
    }

    .accordion.faq .wrapper-collapse .list {
        margin-left: 0
    }

    .wrap-blog .social {
        width: 100%;
        text-align: center
    }

    .blog .social-icons {
        text-align: center;
        padding: 0
    }

    .blog .media .text-comments {
        width: 100%
    }

    .pagination>li>a {
        font-size: 16px;
        padding: 5px 12px
    }

    .pagination .next,
    .pagination .prev {
        font-size: 16px;
        padding: 5px 12px
    }

    .blog.blog .wrap-blog .media-left {
        display: none
    }

    .blog .media .media-body {
        padding-left: 0
    }

    .blog .media a.answer {
        float: none
    }

    .section-404 .title {
        font-size: 38px
    }

    .section-404 .input {
        width: 100%
    }

    .section-404 .input-group .btn {
        width: 100%;
        margin-top: 15px
    }

    .top-header .wrapper .subheading {
        font-size: 16px
    }

    .wpc-cloud-range .noUi-tooltip {
        display: none
    }
}

.action {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px
}

/* Select2 */
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    font-family: Rajdhani;
    outline: none !important;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.4px;
    color: #fff;
    background: #2cd9a2;
    display: inline-block;
    line-height: 20px;
    border-radius: 11px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option--selectable {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    /* border: 1px solid #aaa; */
    border-radius: 4px
}

.select2-container--open {
    border-radius: 10px !important;
    margin-top: 4px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}


.select-styled {
  background-color: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
  padding: 6px 40px 6px 16px;
  border-radius: 12px;
  /* border: 2px solid #000000; */
  font-size: 16px;
  line-height: 28px;
  font-family: "Poppins-Medium";
}

.select-styled:after,
#slect-main .select .select-styled:after {
  content: "";
  width: 12px;
  height: 10px;
  position: absolute;
  background-image: url(../img/arrow-drop-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  top: 16px;
  right: 16px;
}

.select-styled:active:after,
.select-styled.active:after,
.slect-main .select .select-styled:active:after,
.slect-main .select .select-styled.active:after {
  top: 16px;
  border-color: transparent transparent #FFFFFF transparent;
}

.select-options, #slect-main .select .select-options {
  display: none;
  position: absolute;
  top: 130%;
  right: 0;
  width: 200px;
  z-index: 999;
  background-color: #222F45;
  border-radius: 12px;
  padding: 16px 0;
  box-shadow: none;
}

@media (max-width: 575px) {
  .select-options, #slect-main .select .select-options {
    right: inherit;
    left: 0;
  }
}

.select-options li {
  font-size: 16px;
  line-height: 28px;
  font-family: "Poppins-Medium";
  color: #FFFFFF;
  border-radius: 12px;
  padding: 0 24px 0 24px;
  transition: 0.3s;
}

.select-options li:not(:last-child) {
  margin: 0 0 8px 0;
}

.select-options li:hover {
  color: #019DEA;
  background: transparent;
  border-radius: 0;
}

.select-options li[rel=hide] {
  display: none;
}

.explore-creator-main .container-fluid .wrapper .slect-main .select,
#slect-main .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

@media (max-width: 420px) {
  .explore-creator-main .container-fluid .wrapper .slect-main .select,
  #slect-main .select {
    width: 100%;
  }
}

.explore-creator-main .container-fluid .wrapper .slect-main .select:not(:last-child),
#slect-main .select:not(:last-child) {
  margin-right: 24px;
}

.explore-creator-main .container-fluid .wrapper .slect-main .select .select-hidden,
#slect-main .select .select-hidden
 {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

#slect-main .select .select-styled {
  /* background-color: rgba(255, 255, 255, 0.05); */
  color: #FFFFFF;
  padding: 15px 55px 15px 32px;
  border-radius: 100px;
  /* border: 2px solid #ec7708; */
  /* background-image: linear-gradient(135deg, var(--primary-color) 10%, var(--secondary-color)); */
  line-height: 28px;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Poppins-Medium";
  margin-top: 15px;
  background-color: #a5215e !important;
}

#slect-main .select .select-styled:after {
  content: "";
  width: 12px;
  height: 25px;
  position: absolute;
  background-image: url(../img/arrow-drop-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  top: 31px;
  right: 22px;
}

#slect-main .select .select-styled:active:after, 
#slect-main .select .select-styled.active:after  {
  top: 31px;
  border-color: transparent transparent #FFFFFF transparent;
}

#slect-main .select .select-options {
  display: none;
  position: absolute;
  top: 110%;
  right: 0;
  width: 100%;
  z-index: 999;
  background-color: #222F45;
  border-radius: 12px;
  padding: 16px 0;
  box-shadow: none;
}

@media (max-width: 575px) {
  .explore-creator-main .container-fluid .wrapper .slect-main .select .select-options,
  #slect-main .select .select-options {
    right: inherit;
    left: 0;
  }
}

.explore-creator-main .container-fluid .wrapper .slect-main .select .select-options li,
#slect-main .select .select-options li {
  font-size: 16px;
  line-height: 28px;
  font-family: "Poppins-Medium";
  color: #FFFFFF;
  border-radius: 12px;
  padding: 0 24px 0 24px;
  transition: 0.3s;
}

#slect-main .select .select-options li:not(:last-child){
  margin: 0 0 8px 0;
}

#slect-main .select .select-options li:hover{
  color: #019DEA;
  background: transparent;
  border-radius: 0;
}

#slect-main .select .select-options li[rel=hide] {
  display: none;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.terms {
    text-align: right;
}