*,body {
    font-family: Circular STD,Lato;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale
}

#main-body {
    box-sizing: border-box!important
}

.navbar-main .navbar-nav .open .dropdown-menu>li>a {
    color: #000!important
}

a,input[type=submit] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.slick-track {
    -webkit-transition: none;
    transition: none
}

.slick-slide {
    cursor: pointer;
    outline: 0
}

.row-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #002142;
    position: relative;
    margin-top: 30px;
    margin-top: 0;
    margin-bottom: 5px
}

.row-subtitle {
    position: relative;
    text-align: center;
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 50px
}

.row-subtitle:after {
    position: absolute;
    content: "";
    width: 156px;
    height: 2px;
    background-color: #d9e3f2;
    left: 50%;
    margin-left: -78px;
    bottom: -15px
}

.row-icon {
    text-align: center
}

.row-icon .pricing-icon {
    position: relative;
    width: 88px;
    height: 88px;
    display: inline-block;
    border-radius: 200px;
    overflow: hidden;
    z-index: 100;
    background-color: #fff;
    border: 2px solid #cfced6;
    animation-name: little-move
}

.row-icon .pricing-icon [class*=fa] {
    color: #fff;
    font-size: 40px;
    margin-top: 25px
}

.row-icon .pricing-icon.color1 [class*=fa] {
    color: #3195ff
}

.row-icon .pricing-icon.color2 [class*=fa] {
    color: #5d9cec
}

.row-icon .pricing-icon.color3 [class*=fa] {
    color: #65d692
}

.ybtn {
    border: 0;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 26px;
    margin: 5px 10px;
    display: inline-block;
    white-space: nowrap;
    outline: 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    font-family: lato
}

.ybtn:focus,.ybtn:hover {
    text-decoration: none;
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.ybtn-small {
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
    padding: 5px 15px;
    margin: 2px 4px
}

.ybtn-shadow {
    -webkit-box-shadow: 0 9px 18px rgba(0,0,0,.08);
    box-shadow: 0 9px 18px rgba(0,0,0,.08)
}

.ybtn-accent-color {
    color: #fff;
    background-color: #7e0810
}

.ybtn-accent-color:focus,.ybtn-accent-color:hover {
    color: #fff;
    background-color: #001f3e
}

.ybtn-header-color {
    color: #fff;
    background-color: #000
}

.ybtn-header-color:focus,.ybtn-header-color:hover {
    color: #fff;
    background-color: #001f3e
}

.ybtn-other-color {
    color: #fff;
    background-color: #332f5c
}

.ybtn-other-color:focus,.ybtn-other-color:hover {
    color: #fff;
    background-color: #201e3a
}

.ybtn-white {
    color: #66556b;
    background-color: #fff
}

.ybtn-white:focus,.ybtn-white:hover {
    color: #000;
    background-color: #fff
}

@keyframes little-move {
    0% {
        left: 0
    }

    100% {
        left: -15px
    }
}

#header-holder {
    position: relative;
    z-index: 100;
    background-color: #fff;
    padding-top: 15px
}

#header-holder .bg-animation {
    position: absolute;
    opacity: 1;
    left: 0;
    top: -20%;
    width: 100%;
    height: 108%;
    background-image: url(../images/headbg.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #1886eb;
    -moz-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    z-index: -1
}

#header-holder.inner-header {
    position: relative
}

#header-holder.inner-header:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background: #001f3e
}

.dropdown.account a {
    padding-top: 0!important
}

.inner-header ul.top-nav>li.primary-action {
    border: none!important
}

div.header-lined .breadcrumb>.active {
    color: #940000!important
}

#header-holder.inner-header .bg-animation {
    opacity: 1;
    top: 0;
    height: 100%;
    background-image: inherit;
    background-color: #1886eb;
    -webkit-transform: skewY(0);
    -moz-transform: skewY(0);
    -ms-transform: skewY(0);
    transform: skewY(0);
    display: none
}

#header-holder #nav {
    border: 0;
    background-color: transparent
}

@media(min-width: 1800px) {
    #header-holder:not(.inner-header):before {
        content:"";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 60%;
        background-color: #1886eb;
        -webkit-transform: skewY(-10deg);
        -moz-transform: skewY(-10deg);
        -ms-transform: skewY(-10deg);
        transform: skewY(-10deg);
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        z-index: -1
    }

    #header-holder.main-header:before {
        display: none!important
    }
}

.logo-holder {
    font-family: rubik,sans-serif;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    padding-top: 17px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.logo-holder:focus,.logo-holder:hover {
    color: #fff;
    text-decoration: none
}

.logo-holder .logo {
    display: inline-block;
    background-image: url(https://cynderhost.com/cynderhost_horizontal_small.png);
    background-size: contain;
    background-repeat: no-repeat
}

svg.logo {
    width: 62px;
    height: auto
}

svg.logo text {
    font-family: rubik,sans-serif;
    font-weight: 500;
    fill: #fff
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: rgba(231,231,231,.2)
}

.navbar {
    border: 0;
    border-radius: 0;
    margin-bottom: 0
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
    color: rgba(255,255,255,.6)
}

.navbar-default .navbar-nav>li>a.login-button {
    margin-left: 30px
}

.navbar-default .navbar-nav>.active a,.navbar-default .navbar-nav>.active a:focus,.navbar-default .navbar-nav>.active a:hover {
    color: #dbc2fe;
    background-color: transparent
}

.support-button-holder {
    border-radius: 4px
}

.support-button-holder a.support-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 9px 30px;
    background-color: #0d65d8;
    border-radius: 10px;
    color: #fff;
    opacity: 1;
    margin-top: 11px;
    margin-left: 10px;
    font-weight: 600;
    font-size: 14px;
    -webkit-box-shadow: 0 5px 17px 0 rgba(0,0,0,.08);
    box-shadow: 0 5px 17px 0 rgba(0,0,0,.08);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.support-button-holder a.support-button:focus,.support-button-holder a.support-button:hover {
    border-radius: 10px;
    background-color: #0c5cc5!important;
    color: #fff!important;
    opacity: 1!important
}

@media(min-width: 768px) {
    .navbar-nav>li>a {
        padding-top:20px;
        padding-bottom: 20px
    }
}

.navbar-default .navbar-toggle {
    border: 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    background-color: transparent;
    opacity: .7
}

.navbar-toggle {
    margin-top: 17px
}

.navbar-nav>li>.dropdown-menu {
    border-radius: 10px
}

.dropdown-menu,.navbar-main .dropdown-menu {
    background-color: #fff;
    min-width: 160px;
    border: 0;
    padding: 12px;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 15px rgba(0,0,0,.1);
    box-shadow: 0 6px 15px rgba(0,0,0,.1);
    -webkit-transition: all .3s cubic-bezier(.78,.74,.25,1);
    transition: all .3s cubic-bezier(.78,.74,.25,1);
    z-index: 9999
}

.dropdown:focus .dropdown-menu,.dropdown:hover .dropdown-menu {
    display: block;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1
}

.dropdown-menu {
    display: block;
    -webkit-transform-origin: 75% 0;
    -moz-transform-origin: 75% 0;
    -ms-transform-origin: 75% 0;
    transform-origin: 75% 0;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: all .3s cubic-bezier(.78,.74,.25,1);
    transition: all .3s cubic-bezier(.78,.74,.25,1)
}

.dropdown-menu:before {
    position: absolute;
    content: "";
    top: -7px;
    right: 40px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff
}

.dropdown-menu>li>a {
    color: #69677e;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    padding: 5px 12px;
    border-radius: 10px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    color: #3195ff;
    background-color: #f7f6f8
}

.dropdown {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.dropdown:focus .dropdown-menu,.dropdown:hover .dropdown-menu {
    display: block
}

.support-button-holder {
    perspective: 1000px;
    position: relative;
    z-index: 1000;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.support-button-holder:focus .dropdown-menu,.support-button-holder:hover .dropdown-menu {
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.support-button-holder .dropdown-menu {
    padding: 10px;
    margin-top: 12px!important;
    display: block;
    -webkit-transform-origin: 80% 0;
    -moz-transform-origin: 80% 0;
    -ms-transform-origin: 80% 0;
    transform-origin: 80% 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s cubic-bezier(.78,.74,.25,1);
    transition: all .3s cubic-bezier(.78,.74,.25,1);
    opacity: 0
}

.support-button-holder .dropdown-menu:before {
    position: absolute;
    content: "";
    top: -7px;
    right: 40px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff
}

.support-button-holder .dropdown-menu:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 12px;
    top: -12px;
    left: 0
}

.support-button-holder .dropdown-menu li a {
    display: inline-block;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
    color: #8b899e;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.support-button-holder .dropdown-menu li a [class*=fa],.support-button-holder .dropdown-menu li a i {
    color: #69677e;
    font-size: 17px;
    margin-right: 15px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.support-button-holder .dropdown-menu li a:focus,.support-button-holder .dropdown-menu li a:hover {
    color: #3195ff;
    background-color: #f7f6f8
}

.support-button-holder .dropdown-menu li a:focus [class*=fa],.support-button-holder .dropdown-menu li a:focus i,.support-button-holder .dropdown-menu li a:hover [class*=fa],.support-button-holder .dropdown-menu li a:hover i {
    color: #65d66a
}

#top-content {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 40px
}

#top-content .big-title {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    line-height: 62px;
    margin-bottom: 40px
}

#top-content .big-title span {
    font-size: 48px;
    color: #ec1c24;
    font-weight: 700
}

#top-content p {
    font-weight: 300;
    line-height: 25px;
    color: rgba(255,255,255,.75)
}

#top-content .domain-search-holder {
    margin-bottom: 120px
}

#top-content .domain-search-holder input[type=text] {
    padding: 20px 35px;
    border-radius: 10px;
    background-color: #f1f4f5;
    font-size: 18px;
    color: #87838e;
    border: 0;
    outline: 0;
    width: 100%;
    max-width: 420px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#top-content .domain-search-holder input[type=text]:focus,#top-content .domain-search-holder input[type=text]:hover {
    background-color: #f4f7f8
}

#top-content .domain-search-holder input[type=submit] {
    padding: 20px 30px;
    border-radius: 10px;
    background-color: #0d65d8;
    font-size: 18px;
    color: #fff;
    border: 0;
    margin-left: 8px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    outline: 0
}

#top-content .domain-search-holder input[type=submit]:focus,#top-content .domain-search-holder input[type=submit]:hover {
    background-color: #0c5cc5
}

#top-content .domain-search-holder ::-webkit-input-placeholder {
    color: #87838e
}

#top-content .domain-search-holder :-moz-placeholder {
    color: #87838e
}

#top-content .domain-search-holder ::-moz-placeholder {
    color: #87838e
}

#top-content .domain-search-holder :-ms-input-placeholder {
    color: #87838e
}

#top-content .arrow-button-holder {
    text-align: center;
    display: inline-block;
    margin-top: 50px
}

#top-content .arrow-button-holder a {
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#top-content .arrow-button-holder a .arrow-icon {
    display: inline-block;
    width: 65px;
    height: 65px;
    background-color: #0d65d8;
    border-radius: 100px;
    -webkit-box-shadow: 0 9px 18px rgba(0,0,0,.08);
    box-shadow: 0 9px 18px rgba(0,0,0,.08);
    margin-bottom: 22px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#top-content .arrow-button-holder a .arrow-icon [class*=fa] {
    width: 100%;
    text-align: center;
    color: #fff;
    padding-top: 17px
}

#top-content .arrow-button-holder a .button-text {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 16px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#top-content .arrow-button-holder a:focus .arrow-icon,#top-content .arrow-button-holder a:hover .arrow-icon {
    -webkit-box-shadow: 0 7px 16px rgba(0,0,0,.12);
    box-shadow: 0 7px 16px rgba(0,0,0,.12);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

#top-content .arrow-button-holder a:focus .button-text,#top-content .arrow-button-holder a:hover .button-text {
    opacity: .7
}

#header-holder.main-header .bg-animation {
    position: absolute;
    opacity: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #023879;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
    background-image: -o-linear-gradient(150deg,#0a5dd3,#24a7ff);
    background-image: linear-gradient(-483deg,#001f3e 25%,#001f3e 48%,#ad0000 118%);
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -moz-transform: skewY(-8deg);
    -ms-transform: skewY(-8deg);
    transform: skewY(-8deg);
    z-index: -1
}

#header-holder.main-header .bg-animation .graphic-show {
    position: absolute;
    display: inline-block;
    right: calc(68% - 600px);
    bottom: 0;
    width: 100%;
    max-width: 600px;
    top: 79px
}

#header-holder.main-header .bg-animation .graphic-show .img {
    position: absolute;
    display: inline-block;
    top: 0;
    width: 100%;
    opacity: 0;
    right: 0
}

#header-holder.main-header .bg-animation .graphic-show .img.img1 {
    margin-top: 136px;
    transform: skewy(8deg)
}

#header-holder.main-header .bg-animation .graphic-show .img.img2 {
    margin-top: 48px;
    -webkit-animation: slide-fade2 15s linear infinite;
    -moz-animation: slide-fade2 15s linear infinite;
    -ms-animation: slide-fade2 15s linear infinite;
    animation: slide-fade2 15s linear infinite
}

#header-holder.main-header .bg-animation .graphic-show .img.img3 {
    -webkit-animation: slide-fade3 15s linear infinite;
    -moz-animation: slide-fade3 15s linear infinite;
    -ms-animation: slide-fade3 15s linear infinite;
    animation: slide-fade3 15s linear infinite
}

section#header .logo img {
    max-height: 50px!important
}

#header-holder.main-header #top-content {
    padding-bottom: 232px;
    text-align: left
}

#header-holder.main-header #top-content .spacer {
    margin-bottom: 45px
}

#header-holder.main-header #top-content .big-title {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    line-height: 62px;
    margin-bottom: 25px
}

#header-holder.main-header #top-content .big-title span {
    font-size: 48px;
    font-weight: 700
}

#header-holder.main-header #top-content p {
    font-weight: 500;
    color: #fff
}

#header-holder.main-header #top-content .btn-holder a:first-child {
    margin-left: 0
}

#header-holder.main-header #top-content .btn-holder a:last-child {
    margin-right: 0
}

#header-holder.main-header #top-content .slide>div {
    -webkit-animation: none!important;
    -moz-animation: none!important;
    -ms-animation: none!important;
    animation: none!important;
    -webkit-transform: scale(1) rotateX(0) translateY(0)!important;
    -moz-transform: scale(1) rotateX(0) translateY(0)!important;
    -ms-transform: scale(1) rotateX(0) translateY(0)!important;
    transform: scale(1) rotateX(0) translateY(0)!important;
    opacity: 1!important
}

#header-holder.main-header .header-graphic {
    width: 100%;
    max-width: 640px;
    opacity: 0
}

@keyframes slide-fade1 {
    0% {
        opacity: 0
    }

    3% {
        opacity: 1
    }

    27% {
        opacity: 1
    }

    30% {
        opacity: 0
    }

    33% {
        opacity: 0
    }

    57% {
        opacity: 0
    }

    60% {
        opacity: 0
    }

    64% {
        opacity: 0
    }

    94% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes slide-fade2 {
    0% {
        opacity: 0
    }

    3% {
        opacity: 0
    }

    27% {
        opacity: 0
    }

    30% {
        opacity: 0
    }

    33% {
        opacity: 1
    }

    57% {
        opacity: 1
    }

    60% {
        opacity: 0
    }

    64% {
        opacity: 0
    }

    94% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes slide-fade3 {
    0% {
        opacity: 0
    }

    3% {
        opacity: 0
    }

    27% {
        opacity: 0
    }

    30% {
        opacity: 0
    }

    33% {
        opacity: 0
    }

    57% {
        opacity: 0
    }

    60% {
        opacity: 0
    }

    64% {
        opacity: 1
    }

    96% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fade-animation {
    0% {
        opacity: 0;
        transform: scale(.8)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes fade-animation2 {
    0% {
        opacity: 0;
        transform: scale(.1)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.animated {
    -webkit-animation: animation 2s ease forwards;
    -moz-animation: animation 2s ease forwards;
    -ms-animation: animation 2s ease forwards;
    animation: animation 2s ease forwards
}

.animation-delay1 {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -ms-animation-delay: .4s;
    animation-delay: .4s
}

.animation-delay2 {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -ms-animation-delay: .8s;
    animation-delay: .8s
}

@-webkit-keyframes animation {
    0% {
        -webkit-transform: scale(.95) rotateX(-20deg) translateY(-30px);
        -moz-transform: scale(.95) rotateX(-20deg) translateY(-30px);
        -ms-transform: scale(.95) rotateX(-20deg) translateY(-30px);
        transform: scale(.95) rotateX(-20deg) translateY(-30px);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1) rotateX(0) translateY(0);
        -moz-transform: scale(1) rotateX(0) translateY(0);
        -ms-transform: scale(1) rotateX(0) translateY(0);
        transform: scale(1) rotateX(0) translateY(0);
        opacity: 1
    }
}

@keyframes animation {
    0% {
        -webkit-transform: scale(.95) rotateX(-20deg) translateY(-30px);
        -moz-transform: scale(.95) rotateX(-20deg) translateY(-30px);
        -ms-transform: scale(.95) rotateX(-20deg) translateY(-30px);
        transform: scale(.95) rotateX(-20deg) translateY(-30px);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1) rotateX(0) translateY(0);
        -moz-transform: scale(1) rotateX(0) translateY(0);
        -ms-transform: scale(1) rotateX(0) translateY(0);
        transform: scale(1) rotateX(0) translateY(0);
        opacity: 1
    }
}

#main-slider .slide {
    perspective: 1000px
}

#main-slider .slide>div:nth-child(1),#main-slider .slide>div:nth-child(2) {
    opacity: 0
}

#main-slider .slide .icon-holder {
    position: relative;
    padding-top: 60px;
    padding-bottom: 30px
}

#main-slider .slide .icon-holder .icon-bg {
    position: absolute;
    display: inline-block;
    width: 85px;
    height: 85px;
    left: 50%;
    margin-left: -43px;
    background-color: rgba(255,255,255,.16);
    border-radius: 200px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s cubic-bezier(.34,1.61,.7,1);
    transition: all .3s cubic-bezier(.34,1.61,.7,1)
}

#main-slider .slide .icon-holder .icon-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.08);
    border-radius: 200px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all .7s cubic-bezier(.34,1.61,.7,1);
    transition: all .7s cubic-bezier(.34,1.61,.7,1)
}

#main-slider .slide .icon-holder .icon-bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.03);
    border-radius: 200px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(2.3);
    -moz-transform: scale(2.3);
    -ms-transform: scale(2.3);
    transform: scale(2.3);
    -webkit-transition: all .5s cubic-bezier(.34,1.61,.7,1);
    transition: all .5s cubic-bezier(.34,1.61,.7,1)
}

#main-slider .slide .icon-holder .icon-bg:hover {
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

#main-slider .slide .icon-holder .icon-bg:hover:before {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

#main-slider .slide .icon-holder .icon-bg:hover:after {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -ms-transform: scale(2.1);
    transform: scale(2.1)
}

#main-slider .slide .icon-holder [class*=fa] {
    position: relative;
    z-index: 10;
    color: #fff;
    font-size: 68px;
    margin-top: 5px;
    pointer-events: none
}

#main-slider .slide .icon-holder img {
    width: 68px
}

#info {
    background-color: #fff;
    text-align: right
}

#info .info-text {
    padding-left: 15%;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
    color: #000
}

#h-info {
    background-color: #fff;
    padding-top: 60px;
    text-align: center
}

#h-info .info-text {
    padding-left: 15%;
    padding-right: 15%;
    margin-top: 30px;
    font-size: 22px;
    font-weight: 300;
    color: #3f3d59
}

#services {
    padding-top: 30px;
    padding-bottom: 30px
}

.service-box {
    border-radius: 10px;
    border: 0;
    background-color: #002142;
    position: relative;
    overflow: hidden;
    padding-top: 38px;
    padding-bottom: 38px;
    padding-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    box-shadow: -1px 8px 18px rgba(0,0,0,.5)
}

.service-box:hover {
    border: 0;
    background: linear-gradient(-547deg,#001f3e 14%,#001f3e 33%,#ad0000 118%);
    box-shadow: 0 12px 28px rgba(0,0,0,.18);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.service-box .service-icon {
    position: absolute;
    top: 50%;
    right: -35px;
    margin-top: -62px
}

.service-box .service-icon img {
    width: 128px;
    opacity: .3
}

.service-box .service-title {
    margin-left: 35px;
    font-size: 16px;
    font-weight: 600;
    color: #2a4968;
    margin-bottom: 15px
}

.service-box .service-title a {
    font-size: 16px;
    font-weight: 600;
    color: #2a4968;
    background-color: #ebf2f9;
    border-radius: 10px;
    padding: 3px 24px 3px 15px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.service-box .service-title a:after {
    font-family: hostify!important;
    position: absolute;
    content: "\6b";
    font-size: 10px;
    top: 50%;
    margin-top: -7px;
    right: 10px;
    color: #b1c6db;
    text-transform: none;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.service-box .service-title a:focus,.service-box .service-title a:hover {
    text-decoration: none;
    background-color: #e5eef7
}

.service-box .service-title a:focus:after,.service-box .service-title a:hover:after {
    right: 10px;
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px)
}

.service-box .service-details {
    margin-left: 35px;
    font-size: 16px;
    font-weight: 300;
    color: #7a7896
}

.service-box .service-details p {
    font-size: 16px;
    font-weight: 300;
    color: #fff
}

.message-area {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative
}

.message-area.normal-bg {
    background-color: #f9f9fd;
    padding-top: 80px;
    padding-bottom: 80px
}

.message-area.normal-bg .text-other-color2 {
    font-weight: 300
}

.message-area .bg-color {
    background-color: #f6f9fc;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-transform: skewY(-10deg) scaleY(2.5);
    -moz-transform: skewY(-10deg) scaleY(2.5);
    -ms-transform: skewY(-10deg) scaleY(2.5);
    transform: skewY(-10deg) scaleY(2.5);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    z-index: -1
}

.message-area .buttons-holder {
    text-align: right;
    padding-top: 10px
}

.message-area.boxed {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: transparent
}

.message-area.boxed .container {
    padding: 70px 60px;
    background-color: #f4f9fe;
    background-color: #f5f6f7;
    border: 1px solid rgba(224,224,232,.6);
    border-radius: 10px
}

.text-other-color1 {
    font-size: 23px;
    font-weight: 560
}

.text-other-color2 {
    font-size: 23px;
    font-weight: 300;
    color: #1e2e50
}

#pricing {
    padding-top: 60px;
    padding-bottom: 30px;
    position: relative;
    text-align: center
}

#pricing .bg-color {
    background-color: #eaeff9;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-transform: skewY(-10deg) scaleY(.7);
    -moz-transform: skewY(-10deg) scaleY(.7);
    -ms-transform: skewY(-10deg) scaleY(.7);
    transform: skewY(-10deg) scaleY(.7);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    z-index: -1
}

.pricing-box {
    position: relative;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 340px;
    display: inline-block;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.pricing-box.no-icon {
    padding: 40px 27px 27px
}

.pricing-box .pricing-content {
    border: 1px solid transparent;
    background-color: #fcfcfd;
    -webkit-box-shadow: -1px 8px 18px rgba(0,0,0,.08);
    box-shadow: -1px 8px 18px rgba(0,0,0,.08);
    border-radius: 10px;
    position: relative;
    padding: 65px 27px 27px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.pricing-box .pricing-content .pricing-icon {
    position: absolute;
    width: 88px;
    height: 88px;
    left: 50%;
    margin-left: -44px;
    top: -44px;
    border-radius: 200px;
    overflow: hidden;
    z-index: 100;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.pricing-box .pricing-content .pricing-icon [class*=fa] {
    color: #fff;
    font-size: 40px;
    margin-top: 25px
}

.pricing-box .pricing-content .pricing-icon img {
    position: absolute;
    width: 50px;
    height: 43px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -22px
}

.pricing-box .pricing-content .pricing-title {
    font-size: 17px;
    font-weight: 600;
    background-color: #f3f5fd;
    display: inline-block;
    padding: 7px 18px;
    border-radius: 5px;
    margin-bottom: 30px
}

.pricing-box .pricing-content .price-title {
    font-size: 14px;
    font-weight: 700;
    color: #a5b8df;
    text-transform: uppercase
}

.pricing-box .pricing-content .pricing-price {
    font-size: 35px;
    color: #a3a3a3
}

.pricing-box .pricing-content .pricing-details ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 40px;
    margin-bottom: 20px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.pricing-box .pricing-content .pricing-details ul li {
    display: inline-block;
    padding: 2px 30px;
    border-radius: 50px;
    font-size: 14px;
    color: #777493;
    margin-top: 4px;
    margin-bottom: 4px;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-box-shadow: 0 1px 1px transparent;
    box-shadow: 0 1px 1px transparent
}

.pricing-box .pricing-content .pricing-details ul li.not-included {
    color: #bbbac1!important;
    -webkit-box-shadow: 0 9px 20px transparent!important;
    box-shadow: 0 9px 20px transparent!important
}

.pricing-box .pricing-content .pricing-details ul li:hover {
    color: #3f3d59;
    -webkit-box-shadow: 0 9px 20px rgba(0,0,0,.08);
    box-shadow: 0 9px 20px rgba(0,0,0,.08)
}

.pricing-box .pricing-content .pricing-details ul li[id^=product] {
    -webkit-box-shadow: 0 1px 1px transparent!important;
    box-shadow: 0 1px 1px transparent!important
}

.pricing-box .pricing-content .pricing-details p {
    font-size: 15px;
    color: #000c19;
    line-height: 28px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: left
}

.pricing-box .pricing-content .pricing-link {
    position: relative;
    z-index: 1
}

.pricing-box .pricing-content .pricing-link a {
    position: relative;
    color: #66556b;
    background-color: #fff;
    width: 100%;
    margin: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.pricing-box .pricing-content .pricing-link a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    z-index: -1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.pricing-box.pricing-color1:before {
    color: #756de7
}

.pricing-box.pricing-color1 .pricing-content .pricing-icon {
    background-color: #756de7
}

.pricing-box.pricing-color1 .pricing-content .pricing-title {
    color: #756de7
}

.pricing-box.pricing-color1 .pricing-content .pricing-price {
    color: #756de7
}

.pricing-box.pricing-color1 .pricing-content .pricing-details ul li:before {
    background-color: #756de7;
    -webkit-box-shadow: 0 3px 8px rgba(117,109,231,.5);
    box-shadow: 0 3px 8px rgba(117,109,231,.5)
}

.pricing-box.pricing-color1 .pricing-content .pricing-link a {
    color: #fff;
    background-color: #756de7;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.pricing-box.pricing-color1 .pricing-content .pricing-link a:before {
    background-color: #231aa1
}

.pricing-box.pricing-color1 .pricing-content .pricing-link a:focus,.pricing-box.pricing-color1 .pricing-content .pricing-link a:hover {
    color: #fff;
    background-color: #6057e3
}

.pricing-box.pricing-color2:before {
    color: #5d9cec
}

.pricing-box.pricing-color2 .pricing-content .pricing-icon {
    background-color: #5d9cec
}

.pricing-box.pricing-color2 .pricing-content .pricing-title {
    color: #5d9cec
}

.pricing-box.pricing-color2 .pricing-content .pricing-price {
    color: #5d9cec
}

.pricing-box.pricing-color2 .pricing-content .pricing-details ul li:before {
    background-color: #5d9cec;
    -webkit-box-shadow: 0 3px 8px rgba(93,156,236,.5);
    box-shadow: 0 3px 8px rgba(93,156,236,.5)
}

.pricing-box.pricing-color2 .pricing-content .pricing-link a {
    color: #fff;
    background-color: #5d9cec;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.pricing-box.pricing-color2 .pricing-content .pricing-link a:before {
    background-color: #12509e
}

.pricing-box.pricing-color2 .pricing-content .pricing-link a:focus,.pricing-box.pricing-color2 .pricing-content .pricing-link a:hover {
    color: #fff;
    background-color: #468ee9
}

.pricing-box.pricing-color3:before {
    color: #65d692
}

.pricing-box.pricing-color3 .pricing-content .pricing-icon {
    background-color: #65d692
}

.pricing-box.pricing-color3 .pricing-content .pricing-title {
    color: #65d692
}

.pricing-box.pricing-color3 .pricing-content .pricing-price {
    color: #65d692
}

.pricing-box.pricing-color3 .pricing-content .pricing-details ul li:before {
    background-color: #65d692;
    -webkit-box-shadow: 0 3px 8px rgba(101,214,146,.5);
    box-shadow: 0 3px 8px rgba(101,214,146,.5)
}

.pricing-box.pricing-color3 .pricing-content .pricing-link a {
    color: #fff;
    background-color: #65d692;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.pricing-box.pricing-color3 .pricing-content .pricing-link a:before {
    background-color: #228047
}

.pricing-box.pricing-color3 .pricing-content .pricing-link a:focus,.pricing-box.pricing-color3 .pricing-content .pricing-link a:hover {
    color: #fff
}

.pricing-box:focus .pricing-content,.pricing-box:hover .pricing-content {
    background-color: #fdfdfd;
    -webkit-box-shadow: 0 12px 24px rgba(0,0,0,.1);
    box-shadow: 0 12px 24px rgba(0,0,0,.1)
}

.pricing-box:focus .pricing-content .pricing-icon,.pricing-box:hover .pricing-content .pricing-icon {
    -webkit-box-shadow: 0 8px 16px rgba(0,0,0,.08);
    box-shadow: 0 8px 16px rgba(0,0,0,.08)
}

.pricing-box:focus .pricing-content .pricing-details p,.pricing-box:hover .pricing-content .pricing-details p {
    color: #3f3d59
}

.pricing-box:focus .pricing-content .pricing-link a,.pricing-box:hover .pricing-content .pricing-link a {
    margin-top: -4px;
    margin-bottom: 4px
}

.pricing-box:focus .pricing-content .pricing-link a:before,.pricing-box:hover .pricing-content .pricing-link a:before {
    bottom: -4px
}

.pricing-box.pricing-box-simple {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.pricing-box.pricing-box-simple .pricing-content {
    background-color: #fcfcfd;
    padding: 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-box-shadow: -1px 8px 18px rgba(0,0,0,.08);
    box-shadow: -1px 8px 18px rgba(0,0,0,.08)
}

.pricing-box.pricing-box-simple .pricing-content .pricing-icon {
    width: 76px;
    height: 76px;
    margin-left: -38px;
    top: -38px;
    border: 0 solid #e0e0e8;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 9px rgba(141,171,234,.5);
    box-shadow: 0 5px 9px rgba(141,171,234,.5)
}

.pricing-box.pricing-box-simple .pricing-content .pricing-icon [class*=fa] {
    font-size: 28px;
    color: #a1a1a1
}

.pricing-box.pricing-box-simple .pricing-content .pricing-icon img {
    width: 44px;
    margin-left: -22px
}

.pricing-box.pricing-box-simple .pricing-content .pricing-head {
    position: relative;
    padding: 27px;
    z-index: 10;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 35px;
    padding-bottom: 45px;
    overflow: hidden;
    text-align: center
}

.pricing-box.pricing-box-simple .pricing-content .pricing-head:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(90deg,#9c8df1,#7f29f0);
    background-image: -o-linear-gradient(90deg,#9c8df1,#7f29f0);
    background-image: linear-gradient(90deg,#9c8df1,#7f29f0);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: skewY(-7deg);
    -moz-transform: skewY(-7deg);
    -ms-transform: skewY(-7deg);
    transform: skewY(-7deg)
}

.pricing-box.pricing-box-simple .pricing-content .pricing-title {
    margin-bottom: 15px;
    background-color: rgba(255,255,255,.15);
    color: #fff;
    text-shadow: 0 2px 3px rgba(0,0,0,.25);
    border-radius: 4px;
    padding: 10px 25px
}

.pricing-box.pricing-box-simple .pricing-content .pricing-features {
    margin-top: 10px;
    margin-bottom: 30px
}

.pricing-box.pricing-box-simple .pricing-content .pricing-features ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.pricing-box.pricing-box-simple .pricing-content .pricing-features ul li {
    padding: inherit!important;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    display: block!important
}

.pricing-box.pricing-box-simple .pricing-content .pricing-features ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    margin-right: 5px;
    color: #0f6;
}
#order-hostify_cart .includes-features ul.list-features li {
    /* line-height: 31px; */
    padding-left: 0px;
    width: 100%;
}

#order-hostify_cart .includes-features ul.list-features li:before{
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
        font-size: 26px;
    margin-right: 5px;
    color: #00a040;
}
.pricing-box.pricing-box-simple .pricing-content .display-price {
    color: #fff;
    font-size: 18px
}

.pricing-box.pricing-box-simple .pricing-content .free-plan {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px
}

.pricing-box.pricing-box-simple .pricing-content .one-time {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px
}

.pricing-box.pricing-box-simple .pricing-content .pricing-price {
    color: #fff;
    font-size: 40px!important;
    font-weight: 300;
    display: inline-block;
    margin-bottom: 3px;
    display: inline-block
}

.pricing-box.pricing-box-simple .pricing-content .billing-cycle {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 12px;
    margin-bottom: 10px;
    text-transform: capitalize;
    display: inline-block
}

.pricing-box.pricing-box-simple .pricing-content .setup-fee {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px
}

.pricing-box.pricing-box-simple .pricing-content .setup-fee:before {
    content: "+";
    font-size: 16px
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .nav {
    border-bottom: 0!important;
    text-align: center
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .nav li {
    display: inline-block!important;
    float: inherit;
    margin: 0 5px!important;
    padding: 4px!important
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .nav li a {
    padding: 3px 10px 4px;
    font-size: 13px;
    color: rgba(255,255,255,.62);
    background-color: rgba(0,0,0,.1)!important;
    border-radius: 6px;
    border: 0
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .nav li.active a {
    color: #fff;
    background-color: rgba(255,255,255,.16)!important
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .tab-content {
    padding-top: 10px
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .tab-content .tab-pane .pricing-price {
    color: #fff;
    font-size: 25px!important;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    margin-bottom: 3px
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .tab-content .tab-pane .billing-cycle {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 12px;
    margin-bottom: 10px;
    text-transform: capitalize
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .tab-content .tab-pane .setup-fee {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .tab-content .tab-pane .setup-fee:before {
    content: "+";
    font-size: 16px
}

.pricing-box.pricing-box-simple .pricing-content .pricing-details {
    padding: 0 27px
}

.pricing-box.pricing-box-simple .pricing-content .pricing-details ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.pricing-box.pricing-box-simple .pricing-content .pricing-details ul li {
    display: inline-block!important;
    padding: 2px 20px!important;
    width: inherit!important;
    border-radius: 50px;
    font-size: 14px;
    color: #777493;
    margin-top: 6px!important;
    margin-bottom: 6px!important;
    position: relative;
    min-width: 150px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-box-shadow: 0 3px 13px rgba(0,0,0,.08);
    box-shadow: 0 3px 13px rgba(0,0,0,.08)
}

.pricing-box.pricing-box-simple .pricing-content .pricing-details ul li.not-included {
    color: #bbbac1!important;
    -webkit-box-shadow: 0 3px 13px rgba(0,0,0,.08)!important;
    box-shadow: 0 3px 13px rgba(0,0,0,.08)!important
}

.pricing-box.pricing-box-simple .pricing-content .pricing-details ul li:hover {
    color: #3f3d59
}

.pricing-box.pricing-box-simple .pricing-content .pricing-details ul li[id^=product] {
    -webkit-box-shadow: 0 1px 1px transparent!important;
    box-shadow: 0 1px 1px transparent!important
}

.pricing-box.pricing-box-simple .pricing-content .pricing-details>ul>li {
    padding: 6px 4px!important
}

.pricing-box.pricing-box-simple .pricing-content .pricing-link {
    position: relative;
    z-index: 1;
    padding: 27px;
    padding-top: 0
}

.pricing-box.pricing-box-simple .pricing-content .pricing-link a {
    padding: 12px 20px;
    color: #fff;
    background-color: #002142
}

.pricing-box.pricing-box-simple .pricing-content .pricing-link a:before {
    display: none
}

.pricing-box.pricing-box-simple.bestbuy .pricing-content:after {
    content: "";
    position: absolute;
    top: -17px;
    left: 100%;
    margin-left: -98px;
    width: 24px;
    height: 22px;
    z-index: 12;
    background-image: url(../images/star.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg)
}

.pricing-box.pricing-box-simple.bestbuy:before {
    content: "";
    position: absolute;
    top: -28px;
    right: -5px;
    width: 125px;
    height: 38px;
    background-color: #fff;
    border: 1px solid #efeff8;
    border-radius: 50px;
    z-index: 11;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg)
}

.pricing-box.pricing-box-simple.bestbuy:after {
    content: "Best Buy!";
    position: absolute;
    top: -20px;
    right: 12px;
    font-family: montserrat,sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #ff9c04;
    z-index: 12;
    text-transform: uppercase;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg)
}

.pricing-box.pricing-box-simple .pricing-content .pricing-head:before {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(90deg,#2ebaf2,#2b8cf2);
    background-image: -o-linear-gradient(90deg,#2ebaf2,#2b8cf2);
    background-image: linear-gradient(90deg,#0c1d3a,#640d1b)
}

.pricing-box.pricing-box-simple.pricing-color1 .pricing-content .pricing-details ul li:hover {
    color: #2c94f2
}

.pricing-box.pricing-box-simple.pricing-color1 .pricing-content .pricing-link a {
    color: #fff
}

.pricing-box.pricing-box-simple.pricing-color1 .pricing-content .pricing-link a:focus,.pricing-box.pricing-box-simple.pricing-color1 .pricing-content .pricing-link a:hover {
    background-color: #048!important
}

.pricing-box.pricing-box-simple .pricing-content .pricing-head:before {
    background-repeat: repeat-x;
    background-image: -o-linear-gradient(90deg,#9c8df1,#7f29f0)
}

.pricing-box.pricing-box-simple.pricing-color2 .pricing-content .pricing-details ul li:hover {
    color: #8336f0
}

.pricing-box.pricing-box-simple.pricing-color2 .pricing-content .pricing-link a {
    color: #fff
}

.pricing-box.pricing-box-simple.pricing-color2 .pricing-content .pricing-link a:focus,.pricing-box.pricing-box-simple.pricing-color2 .pricing-content .pricing-link a:hover {
    background-color: #048!important
}

.pricing-box.pricing-box-simple .pricing-content .pricing-head:before {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(90deg,#47f48f,#0dcf77);
    background-image: -o-linear-gradient(90deg,#47f48f,#0dcf77);
    background-image: linear-gradient(12deg,#7e0810 -68%,#002142 47%)
}

.pricing-box.pricing-box-simple.pricing-color3 .pricing-content .pricing-features ul li:before {
    color: #fff
}

.pricing-box.pricing-box-simple.pricing-color3 .pricing-content .pricing-details ul li:hover {
    color: #14d37a
}

.pricing-box.pricing-box-simple.pricing-color3 .pricing-content .pricing-link a {
    color: #fff
}

.pricing-box.pricing-box-simple.pricing-color3 .pricing-content .pricing-link a:focus,.pricing-box.pricing-box-simple.pricing-color3 .pricing-content .pricing-link a:hover {
    background-color: #048!important
}

.pricing-box.pricing-box-simple:focus .pricing-content,.pricing-box.pricing-box-simple:hover .pricing-content {
    -webkit-box-shadow: -1px 8px 24px rgba(0,0,0,.11);
    box-shadow: -1px 8px 24px rgba(0,0,0,.11)
}

.pricing-box.pricing-box-horizontal {
    margin-top: 0;
    max-width: 100%;
    margin-bottom: 60px
}

.pricing-box.pricing-box-horizontal .pricing-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-box-shadow: -1px 8px 18px rgba(0,0,0,.08);
    box-shadow: -1px 8px 18px rgba(0,0,0,.08)
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-head {
    -webkit-box-flex: .8;
    -moz-box-flex: .8;
    -webkit-flex: .8;
    -ms-flex: .8;
    flex: .8;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 27px;
    border-top-right-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-head:before {
    -webkit-transform: skewY(0);
    -moz-transform: skewY(0);
    -ms-transform: skewY(0);
    transform: skewY(0)
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-head .pricing-title {
    margin-bottom: 0
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #f9f9fc;
    padding: 25px;
    color: #303030;
    font-size: 16px;
    font-weight: 200
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder .pricing-features {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-top: 74px
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder .pricing-features:before {
    font-family: hostify!important;
    content: "\62";
    position: absolute;
    display: inline-block;
    background-color: #d9faee;
    color: #21ba82;
    font-size: 26px;
    padding-top: 24px;
    width: 48px;
    height: 48px;
    top: -74px;
    left: 50%;
    margin-left: -24px;
    border-radius: 100px;
    line-height: 0
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder .pricing-features ul li {
    color: #303030;
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 7px!important;
    line-height: 23px
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder .pricing-features ul li:before {
    display: none!important
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder .pricing-features p {
    color: #303030;
    font-size: 16px;
    font-weight: 200
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-details {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: center;
    align-content: center
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-details ul li {
    width: 100%!important;
    text-align: center
}

.pricing-box.pricing-box-horizontal .pricing-content .price-link-holder {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder {
    -webkit-box-flex: 2.3;
    -moz-box-flex: 2.3;
    -webkit-flex: 2.3;
    -ms-flex: 2.3;
    flex: 2.3;
    padding: 30px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    background-color: #f9f9fc;
    color: #777392
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder>div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .nav {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .nav li {
    margin: 0!important;
    padding: 2px!important
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .nav li a {
    background-color: #f0f0f5!important;
    color: #787593
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .nav li.active a {
    background-color: #deefff!important;
    color: #3496ef
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .tab-content {
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .tab-content .tab-pane .pricing-price {
    color: #777392
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .tab-content .tab-pane .billing-cycle {
    color: #777392
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .tab-content .tab-pane .setup-fee {
    color: #777392
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-price {
    color: #777392
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .billing-cycle {
    color: #777392
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .setup-fee {
    color: #777392
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .one-time {
    color: #777392
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .display-price {
    color: #777392
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .free-plan {
    color: #777392
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .one-time {
    color: #777392
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .one-price-holder {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #777392
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-link {
    -webkit-box-flex: .7;
    -moz-box-flex: .7;
    -webkit-flex: .7;
    -ms-flex: .7;
    flex: .7;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-link a {
    padding: 10px
}

.pricing-box.pricing-box-horizontal:focus .pricing-content .pricing-link a,.pricing-box.pricing-box-horizontal:hover .pricing-content .pricing-link a {
    margin-top: 0;
    margin-bottom: 0
}

.pricing-box-horizontal-holder {
    width: 100%
}

.pricing-header {
    display: -webkit-box!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: -moz-flex!important;
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    font-size: 12px;
    color: #191919;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: -14px!important;
    margin-top: 30px!important
}

.pricing-header .th-title {
    -webkit-box-flex: .8;
    -moz-box-flex: .8;
    -webkit-flex: .8;
    -ms-flex: .8;
    flex: .8;
    padding: 0 27px
}

.pricing-header .th-features {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 25px
}

.pricing-header .th-details {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 27px
}

.pricing-header .th-price {
    -webkit-box-flex: 1.2;
    -moz-box-flex: 1.2;
    -webkit-flex: 1.2;
    -ms-flex: 1.2;
    flex: 1.2;
    padding: 0 20px
}

.pricing-header .th-link {
    -webkit-box-flex: .7;
    -moz-box-flex: .7;
    -webkit-flex: .7;
    -ms-flex: .7;
    flex: .7;
    padding: 0 27px
}

@media(max-width: 1200px) {
    .pricing-box.pricing-box-horizontal .pricing-content .pricing-details {
        -webkit-box-flex:1.2;
        -moz-box-flex: 1.2;
        -webkit-flex: 1.2;
        -ms-flex: 1.2;
        flex: 1.2
    }

    .pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder {
        border-top-right-radius: 10px
    }

    .pricing-box.pricing-box-horizontal .pricing-content .price-link-holder {
        -webkit-box-flex: 1.8;
        -moz-box-flex: 1.8;
        -webkit-flex: 1.8;
        -ms-flex: 1.8;
        flex: 1.8;
        -webkit-flex-direction: column;
        flex-direction: column;
        background-color: #f9f9fc;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px
    }

    .pricing-box.pricing-box-horizontal .pricing-content .price-link-holder .pricing-link a {
        width: inherit
    }

    .pricing-header .th-link {
        display: none
    }
}

@media(max-width: 992px) {
    .pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder {
        display:none
    }

    .pricing-header .th-features {
        display: none
    }
}

@media(max-width: 768px) {
    .pricing-box.pricing-box-horizontal .pricing-content {
        -webkit-flex-direction:column;
        flex-direction: column
    }

    .pricing-box.pricing-box-horizontal .pricing-content .pricing-head {
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 0
    }

    .pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder {
        border-top-right-radius: 0
    }

    .pricing-box.pricing-box-horizontal .pricing-content .price-link-holder {
        background-color: transparent
    }
}

#page-icon {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#page-icon .pricing-icon {
    position: absolute;
    width: 88px;
    height: 88px;
    left: 50%;
    margin-left: -44px;
    bottom: -120px;
    border-radius: 200px;
    overflow: hidden;
    z-index: 100;
    -webkit-box-shadow: 0 5px 18px rgba(0,0,0,.1);
    box-shadow: 0 5px 18px rgba(0,0,0,.1)
}

#page-icon .pricing-icon [class*=fa] {
    color: #fff;
    font-size: 40px;
    margin-top: 25px
}

#page-icon .pricing-icon.pricing-color1 {
    background-color: #756de7
}

#page-icon .pricing-icon.pricing-color2 {
    background-color: #5d9cec
}

#page-icon .pricing-icon.pricing-color3 {
    background-color: #65d692
}

#page-icon .pricing-icon img {
    width: 100%
}

#custom-plan {
    text-align: left;
    padding-top: 90px;
    padding-bottom: 30px
}

#custom-plan h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px
}

#custom-plan p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 40px
}

.custom-plan-box {
    display: inline-block;
    width: 100%;
    padding: 70px 60px;
    border: 0;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 18px rgba(0,0,0,.08);
    box-shadow: 0 5px 18px rgba(0,0,0,.08)
}

.custom-plan-box .slider .tooltip {
    font-family: montserrat,sans-serif;
    font-size: 14px;
    font-weight: 700
}

.custom-plan-box .slider .tooltip.top {
    margin-top: 22px
}

.custom-plan-box .slider .tooltip.top .tooltip-arrow {
    border: 0
}

.custom-plan-box .slider .tooltip.top .tooltip-inner {
    color: #3195ff;
    color: #8493b4;
    text-align: center;
    background-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-plan-box .slider .tooltip.top .tooltip-inner:after {
    content: attr(data-unit);
    color: #3195ff;
    color: #8493b4;
    margin-left: 2px
}

.custom-plan-box .slider .tooltip-up {
    font-size: 21px;
    font-weight: 700;
    color: #3195ff;
    color: #8493b4;
    text-align: center;
    margin-top: -95px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-plan-box .slider .tooltip-up:before {
    content: attr(data-currency);
    color: #3195ff;
    color: #8493b4
}

.custom-plan-box .slider.slider-horizontal {
    width: 100%
}

.custom-plan-box .slider.slider-horizontal .slider-track {
    height: 2px;
    margin-top: -1px
}

.custom-plan-box .slider-selection {
    background: 0 0;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #3195ff;
    background-color: #8493b4
}

.custom-plan-box .slider-track {
    background: 0 0;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #e7f3ff;
    background-color: #dfe4ee
}

.custom-plan-box .slider-track:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background-color: #3195ff;
    background-color: #8493b4;
    left: -8px;
    top: 50%;
    margin-top: -8px
}

.custom-plan-box .slider-track:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background-color: #3195ff;
    background-color: #8493b4;
    right: -8px;
    top: 50%;
    margin-top: -8px
}

.custom-plan-info-box {
    padding: 30px 50px;
    background-color: #f0f2f5;
    border-radius: 10px
}

.custom-plan-info-box .title {
    font-size: 17px;
    margin-bottom: 20px;
    color: #405881
}

.custom-plan-info-box .details {
    margin-bottom: 50px
}

.custom-plan-info-box .price {
    font-size: 17px;
    font-weight: 700;
    color: #001f3e;
    margin-bottom: 10px
}

.custom-plan-info-box .btn-holder a {
    margin: 0
}

#features {
    padding-top: 60px;
    padding-bottom: 60px
}

#features-holder {
    position: relative;
    perspective: 1000px;
    margin-top: 50px
}

#features-links-holder {
    position: relative;
    perspective: 1000px;
    margin-top: 50px
}

#more-features {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px
}

#footer {
    background: #020024;
    background: #001f3e;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center
}

#footer .footer-menu-holder {
    display: inline-block;
    text-align: left;
    min-width: 130px
}

#footer .address-holder {
    display: inline-block;
    text-align: left
}

#footer h4 {
    font-size: 17px;
    color: #fff;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 600
}

#footer ul.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer ul.footer-menu li {
    margin-bottom: 15px
}

#footer ul.footer-menu li a {
    color: #abc9e9;
    font-size: 15px;
    font-weight: 300;
    padding: 4px 15px;
    margin-left: -15px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#footer ul.footer-menu li a:focus,#footer ul.footer-menu li a:hover {
    color: #0074f3;
    background-color: rgba(255,255,255,.05);
    -webkit-box-shadow: 0 8px 18px rgba(0,0,0,.08);
    box-shadow: 0 8px 18px rgba(0,0,0,.08);
    text-decoration: none
}

#footer ul.footer-menu li.active a {
    color: #0074f3;
    background-color: rgba(255,255,255,.05);
    -webkit-box-shadow: 0 8px 18px rgba(0,0,0,.08);
    box-shadow: 0 8px 18px rgba(0,0,0,.08);
    text-decoration: none;
    font-weight: 400
}

#footer p {
    color: #fff;
    font-size: 15px
}

#footer .phone {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 15px 25px;
    margin-top: -15px;
    margin-left: -25px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#footer .phone [class*=fa] {
    color: #fff;
    font-size: 16px;
    width: 20px;
    margin-right: 7px;
    text-align: center;
    vertical-align: middle
}

#footer .phone a {
    color: #fff
}

#footer .phone:hover {
    background-color: #0074f3;
    -webkit-box-shadow: 0 8px 18px rgba(0,0,0,.08);
    box-shadow: 0 8px 18px rgba(0,0,0,.08)
}

#footer .email {
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 15px 25px;
    margin-top: -15px;
    margin-left: -25px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#footer .email [class*=fa] {
    color: #fff;
    font-size: 17px;
    width: 20px;
    margin-right: 7px;
    text-align: center
}

#footer .email:hover {
    background-color: #0074f3;
    -webkit-box-shadow: 0 8px 18px rgba(0,0,0,.08);
    box-shadow: 0 8px 18px rgba(0,0,0,.08)
}

#footer .address {
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 15px 25px;
    margin-top: -15px;
    margin-left: -25px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#footer .address div {
    display: inline-block;
    color: #fff;
    font-size: 15px
}

#footer .address [class*=fa] {
    color: #fff;
    font-size: 19px;
    width: 20px;
    margin-right: 7px;
    text-align: center;
    vertical-align: top
}

#footer .address:hover {
    background-color: #0074f3;
    -webkit-box-shadow: 0 8px 18px rgba(0,0,0,.08);
    box-shadow: 0 8px 18px rgba(0,0,0,.08)
}

#footer .social-menu {
    padding: 0;
    margin: 0;
    list-style: none
}

#footer .social-menu li {
    margin-bottom: 20px;
    text-align: left
}

#footer .social-menu li a {
    display: inline-block;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#footer .social-menu li a [class*=fa] {
    color: #2f445a;
    font-size: 25px;
    text-align: center;
    min-width: 30px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#footer .social-menu li a:focus [class*=fa],#footer .social-menu li a:hover [class*=fa] {
    color: #41576e
}

#form-section>.row {
    position: relative
}

.website-logo {
    top: 20px;
    position: absolute;
    z-index: 1000;
    top: 60px;
    left: 0;
    width: 100%;
    max-width: 550px;
    text-align: center
}

.website-logo img {
    width: 62px
}

.website-logo .logo {
    display: inline-block;
    background-image: url(https://cynderhost.com/cynderhost_horizontal_small.png);
    background-size: contain;
    background-repeat: no-repeat
}

.info-slider-holder {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 550px;
    min-height: 700px;
    height: 100%;
    overflow: hidden;
    background-repeat: repeat-x;
    background: #020024;
    background: linear-gradient(90deg,rgba(2,0,36,1) 0,rgba(110,0,0,1) 0,rgba(0,3,66,1) 100%)!important;
    padding: 140px 60px 60px;
    text-align: center;
    z-index: 999;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.info-slider-holder .info-holder {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.info-slider-holder .bg-animation {
    position: absolute;
    opacity: .9;
    left: 0;
    top: -20%;
    width: 100%;
    height: 70%;
    background-image: url(../images/headbg.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transform: skewY(-10deg);
    -moz-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    transform: skewY(-10deg);
    z-index: -1
}

.info-slider-holder h6 {
    font-size: 16px;
    font-family: rubik,sans-serif;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px
}

.info-slider-holder .bold-title {
    font-size: 31px;
    color: #fff;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 70px
}

.info-slider-holder .bold-title span {
    font-size: 31px;
    color: #e1e1e1;
    font-weight: 700
}

@media(min-height: 700px) {
    .info-slider-holder {
        position:fixed
    }

    .website-logo {
        position: fixed
    }
}

.form-holder {
    margin-left: 550px
}

.form-holder .menu-holder {
    text-align: right;
    padding: 22px 30px
}

.form-holder .menu-holder ul.main-links {
    list-style: none;
    padding: 0;
    margin: 0
}

.form-holder .menu-holder ul.main-links li {
    display: inline-block
}

.form-holder .menu-holder ul.main-links li a {
    display: inline-block
}

.form-holder .menu-holder ul.main-links li a.normal-link {
    color: #9c9ca3;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.form-holder .menu-holder ul.main-links li a.normal-link:focus,.form-holder .menu-holder ul.main-links li a.normal-link:hover {
    color: #919196
}

.form-holder .menu-holder ul.main-links li a.sign-button {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 10px;
    background-color: #010056;
    text-decoration: none;
    margin-left: 10px;
    -webkit-box-shadow: 0 8px 18px rgba(0,0,0,.08);
    box-shadow: 0 8px 18px rgba(0,0,0,.08);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.form-holder .menu-holder ul.main-links li a.sign-button:focus,.form-holder .menu-holder ul.main-links li a.sign-button:hover {
    background-color: #020090
}

.form-holder.signup .menu-holder ul.main-links li a.normal-link {
    color: #fff;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.form-holder.signup .menu-holder ul.main-links li a.normal-link:focus,.form-holder.signup .menu-holder ul.main-links li a.normal-link:hover {
    color: #fff;
    opacity: .7
}

.form-holder.signup .menu-holder ul.main-links li a.sign-button {
    color: #929292;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 100px;
    background-color: #fff;
    text-decoration: none;
    margin-left: 10px;
    -webkit-box-shadow: 0 12px 32px 0 rgba(6,154,71,.43);
    box-shadow: 0 12px 32px 0 rgba(6,154,71,.43);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.form-holder.signup .menu-holder ul.main-links li a.sign-button .hno {
    color: #929292;
    font-size: 20px;
    vertical-align: middle;
    margin-top: 1px;
    margin-left: 5px
}

.form-holder.signup .menu-holder ul.main-links li a.sign-button:focus,.form-holder.signup .menu-holder ul.main-links li a.sign-button:hover {
    padding-right: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 14px 42px 0 rgba(6,154,71,.43);
    box-shadow: 0 14px 42px 0 rgba(6,154,71,.43)
}

.form-holder.signup .menu-holder ul.main-links li a.sign-button:focus .hno,.form-holder.signup .menu-holder ul.main-links li a.sign-button:hover .hno {
    margin-left: 10px
}

.form-holder .signin-signup-form {
    text-align: center;
    padding: 100px 40px 40px
}

.form-holder .signin-signup-form ::-webkit-input-placeholder {
    color: #526489
}

.form-holder .signin-signup-form :-moz-placeholder {
    color: #526489
}

.form-holder .signin-signup-form ::-moz-placeholder {
    color: #526489
}

.form-holder .signin-signup-form :-ms-input-placeholder {
    color: #526489
}

.form-control ::-webkit-input-placeholder {
    color: #526489
}

.form-control :-moz-placeholder {
    color: #526489
}

.form-control ::-moz-placeholder {
    color: #526489
}

.form-control :-ms-input-placeholder {
    color: #526489
}

.signin-signup-form .form-items {
    display: inline-block;
    width: 100%;
    max-width: 410px
}

.signin-signup-form .form-title {
    color: #3195ff;
    font-weight: 300;
    font-size: 19px;
    margin-bottom: 50px;
    text-align: left
}

.signin-signup-form .row {
    margin-right: -10px;
    margin-left: -10px
}

.signin-signup-form .row div[class^=col-] {
    padding-right: 10px;
    padding-left: 10px
}

.signin-signup-form .row div[class^=col-]:first-child {
    padding-right: 5px
}

.signin-signup-form .row div[class^=col-]:last-child {
    padding-left: 5px
}

.signin-signup-form .form-text {
    margin-bottom: 10px
}

.signin-signup-form .form-text .dropdown-toggle.btn-default,.signin-signup-form .form-text input {
    width: 100%;
    padding: 8px 20px;
    text-align: left;
    border: 0;
    outline: 0;
    border-radius: 8px;
    background-color: #f0f4fd;
    font-size: 13px;
    color: #526489;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.signin-signup-form .form-text .dropdown-toggle.btn-default:focus,.signin-signup-form .form-text .dropdown-toggle.btn-default:hover,.signin-signup-form .form-text input:focus,.signin-signup-form .form-text input:hover {
    background-color: #ebeff8
}

.signin-signup-form .form-text textarea {
    width: 100%;
    padding: 8px 20px;
    border-radius: 8px;
    text-align: left;
    background-color: #fff;
    border: 0;
    font-size: 13px;
    color: #526489;
    outline: 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.signin-signup-form .form-text textarea:focus,.signin-signup-form .form-text textarea:hover {
    background-color: #ebeff8
}

.signin-signup-form .form-text.text-holder {
    margin-top: 30px
}

.signin-signup-form .form-text .text-only {
    color: #abb4bc;
    font-size: 13px;
    font-weight: 400
}

.signin-signup-form .form-text input[type=checkbox],.signin-signup-form .form-text input[type=radio] {
    width: auto
}

.signin-signup-form .form-text input[type=checkbox]:checked,.signin-signup-form .form-text input[type=checkbox]:not(:checked),.signin-signup-form .form-text input[type=radio]:checked,.signin-signup-form .form-text input[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

.signin-signup-form .form-text input[type=checkbox]:checked+label,.signin-signup-form .form-text input[type=checkbox]:not(:checked)+label,.signin-signup-form .form-text input[type=radio]:checked+label,.signin-signup-form .form-text input[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    display: inline;
    color: #abb4bc;
    font-size: 13px;
    font-weight: 400;
    margin-left: 10px
}

.signin-signup-form .form-text input[type=checkbox]:checked+label,.signin-signup-form .form-text input[type=radio]:checked+label {
    color: #3195ff
}

.signin-signup-form .form-text input[type=checkbox]:checked+label:before,.signin-signup-form .form-text input[type=radio]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    background: #3195ff;
    border-radius: 50px;
    border: 0 solid #abb4bc;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.signin-signup-form .form-text input[type=checkbox]:not(:checked)+label:before,.signin-signup-form .form-text input[type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    background: #f0f4fd;
    border-radius: 50px;
    border: 0 solid #abb4bc;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.signin-signup-form .form-text input[type=checkbox]:not(:checked)+label:after,.signin-signup-form .form-text input[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.signin-signup-form .form-text input[type=checkbox]:checked+label:after,.signin-signup-form .form-text input[type=checkbox]:not(:checked)+label:after {
    content: '\f00c';
    font-family: "font awesome 5 free";
    font-style: normal;
    font-weight: 600;
    position: absolute;
    top: 2px;
    left: 2px;
    font-size: 10px;
    color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.signin-signup-form .form-text input[type=checkbox]:checked+label:before {
    border-radius: 4px
}

.signin-signup-form .form-text input[type=checkbox]:not(:checked)+label:before {
    border-radius: 4px
}

.signin-signup-form .form-text input[type=radio]:checked+label:after,.signin-signup-form .form-text input[type=radio]:not(:checked)+label:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.signin-signup-form .form-button {
    margin-top: 40px;
    margin-bottom: 25px
}

.signin-signup-form .form-button .ybtn {
    padding: 7px 26px
}

#page-head {
    padding-top: 50px;
    padding-bottom: 50px
}

#page-head .page-title {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    position: relative;
    z-index: 10
}

#header-holder.contact-header #page-head .page-title {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 30px
}

#header-holder.contact-header #page-head .text {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    opacity: .5
}

#header-holder.contact-header .support-button-holder a.support-button {
    background-color: #0d65d8
}

#header-holder.contact-header .support-button-holder a.support-button:focus,#header-holder.contact-header .support-button-holder a.support-button:hover {
    background-color: #0c5ac0!important
}

#header-holder.about-header {
    background-color: #3195ff
}

#header-holder.about-header #page-head {
    padding-top: 80px;
    padding-bottom: 80px
}

.bg-custom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(120deg,#0a5dd3,#24a7ff);
    background-image: -o-linear-gradient(120deg,#0a5dd3,#24a7ff);
    background-image: linear-gradient(120deg,#0a5dd3,#24a7ff)
}

@keyframes animateplace1 {
    0% {
        top: 50%;
        left: 50%;
        opacity: 0
    }

    100% {
        top: 0;
        left: 0;
        opacity: 1
    }
}

@keyframes animateplace2 {
    0% {
        top: 50%;
        left: 50%;
        opacity: 0
    }

    100% {
        top: 0;
        left: 100%;
        opacity: 1
    }
}

@keyframes animateplace3 {
    0% {
        top: 50%;
        left: 50%;
        opacity: 0
    }

    100% {
        top: 100%;
        left: 0;
        opacity: 1
    }
}

@keyframes animateplace4 {
    0% {
        top: 50%;
        left: 50%;
        opacity: 0
    }

    100% {
        top: 100%;
        left: 100%;
        opacity: 1
    }
}

.company-info-holder {
    text-align: left
}

.company-info-holder h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px
}

.company-info-holder .details-holder p {
    font-size: 27px;
    font-weight: 700;
    color: #fff
}

.company-info-holder .info-slider .slick-list {
    margin-bottom: 40px
}

#more-info {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 100
}

#more-info .bg-custom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

#more-info .links-holder {
    text-align: center;
    padding-top: 40px
}

#more-info .links-holder ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    width: auto
}

#more-info .links-holder ul li {
    margin-bottom: 15px
}

#more-info .links-holder ul li .info-link {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    background-color: transparent;
    border-radius: 15px;
    -webkit-box-shadow: 0 8px 18px transparent;
    box-shadow: 0 8px 18px transparent;
    padding: 10px 40px 10px 25px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#more-info .links-holder ul li .info-link:after {
    position: absolute;
    content: "\f054";
    font-family: "font awesome 5 free";
    font-style: normal;
    font-weight: 600;
    top: 50%;
    margin-top: -9px;
    right: 25px;
    font-size: 12px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#more-info .links-holder ul li .info-link.opened,#more-info .links-holder ul li .info-link:focus,#more-info .links-holder ul li .info-link:hover {
    background-color: #3195ff;
    -webkit-box-shadow: 0 12px 67px rgba(0,0,0,.08);
    box-shadow: 0 12px 67px rgba(0,0,0,.08)
}

#more-info .links-holder ul li .info-link.opened:after,#more-info .links-holder ul li .info-link:focus:after,#more-info .links-holder ul li .info-link:hover:after {
    right: 20px;
    opacity: 1
}

.info-details-holder {
    position: relative;
    min-height: 250px
}

.info-details-holder .info-details {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.info-details-holder .info-details.show-details {
    opacity: 1
}

.info-details-holder .info-details h1 {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px
}

.info-details-holder .info-details p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #fff;
    opacity: .7
}

.info-details-holder .info-details .photo {
    margin-top: 20px;
    margin-bottom: 10px
}

.info-details-holder .info-details .photo img {
    width: 69px;
    border-radius: 200px
}

.info-details-holder .info-details .person-title {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255,255,255,.7)
}

#team {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 60px;
    text-align: center;
    overflow: hidden
}

#team .team-holder {
    padding-top: 40px
}

#team .person-box {
    display: inline-block;
    width: 100%;
    max-width: 191px;
    position: relative;
    padding: 60px 15px 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    -webkit-transition: all .3s cubic-bezier(.34,1.61,.7,1);
    transition: all .3s cubic-bezier(.34,1.61,.7,1);
    border: 0;
    background-color: #fff;
    border-radius: 20px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 12px 67px rgba(0,0,0,.07);
    box-shadow: 0 12px 67px rgba(0,0,0,.07)
}

#team .person-box:focus,#team .person-box:hover {
    background-color: #3195ff;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 12px 67px rgba(0,0,0,.12);
    box-shadow: 0 12px 67px rgba(0,0,0,.12)
}

#team .person-box:focus .person-icon .person-img,#team .person-box:hover .person-icon .person-img {
    top: -34px
}

#team .person-box:focus .person-name,#team .person-box:hover .person-name {
    color: #fff
}

#team .person-box:focus .person-title,#team .person-box:hover .person-title {
    color: #fff
}

#team .person-box:focus .person-social a [class*=fa],#team .person-box:hover .person-social a [class*=fa] {
    color: #fff
}

#team .person-box .person-icon .person-img {
    position: absolute;
    width: 100%;
    top: -37px;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#team .person-box .person-icon .person-img img {
    width: 75px;
    border-radius: 100px
}

#team .person-box .person-name {
    color: #16386f;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 3px
}

#team .person-box .person-title {
    color: #9da9bc;
    font-size: 15px;
    font-weight: 300;
    opacity: .7;
    margin-bottom: 15px
}

#team .person-box .person-social a {
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#team .person-box .person-social a [class*=fa] {
    color: #9da9bc;
    font-size: 20px;
    opacity: 1;
    margin-left: 4px;
    margin-right: 4px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#team .person-box .person-social a:focus [class*=fa],#team .person-box .person-social a:hover [class*=fa] {
    opacity: .7
}

#header-holder.color1-header {
    background-color: #262626
}

#header-holder.color1-header .bg-animation {
    display: none
}

#header-holder.color1-header .support-button-holder a.support-button {
    background-color: #1fcd62;
    -webkit-box-shadow: 0 4px 6px 0 transparent;
    box-shadow: 0 4px 6px 0 transparent;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#header-holder.color1-header .support-button-holder a.support-button:focus,#header-holder.color1-header .support-button-holder a.support-button:hover {
    background-color: #13b953!important
}

#header-holder.color2-header {
    background-color: #756de7
}

#header-holder.color2-header .bg-animation {
    display: none
}

#header-holder.color2-header .support-button-holder a.support-button {
    background-color: #6159d0;
    -webkit-box-shadow: 0 4px 6px 0 transparent;
    box-shadow: 0 4px 6px 0 transparent;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#header-holder.color2-header .support-button-holder a.support-button:focus,#header-holder.color2-header .support-button-holder a.support-button:hover {
    background-color: #5750be!important
}

#header-holder.color3-header {
    background-color: #589ff7
}

#header-holder.color3-header .bg-animation {
    display: none
}

#header-holder.color3-header .support-button-holder a.support-button {
    background-color: #458ae0;
    -webkit-box-shadow: 0 4px 6px 0 transparent;
    box-shadow: 0 4px 6px 0 transparent;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#header-holder.color3-header .support-button-holder a.support-button:focus,#header-holder.color3-header .support-button-holder a.support-button:hover {
    background-color: #3f7ece!important
}

#header-holder.web-hosting-page #page-head {
    padding-top: 80px;
    padding-bottom: 80px
}

#header-holder.hosting-page #page-head {
    padding-top: 80px;
    padding-bottom: 80px
}

#apps {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(90deg,#24a7ff,#0a5dd3);
    background-image: -o-linear-gradient(90deg,#24a7ff,#0a5dd3);
    background-image: linear-gradient(90deg,#24a7ff,#0a5dd3);
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
    margin-bottom: 60px
}

#apps .row-icon img {
    width: 25px
}

#apps .row-title {
    color: rgba(255,255,255,.7);
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 60px;
    font-weight: 300
}

#apps .row-title:after {
    background-color: #4e3fa4;
    display: none
}

#apps .apps-holder .apps-links-holder {
    display: inline-block;
    width: 50%
}

#apps .apps-holder .apps-details-holder {
    display: inline-block;
    width: 70%
}

#apps .apps-holder .app-icon-holder {
    position: relative;
    display: inline-block;
    width: 24%;
    cursor: pointer;
    margin-bottom: 14px;
    z-index: 1
}

#apps .apps-holder .app-icon-holder .app-icon {
    margin-bottom: 10px
}

#apps .apps-holder .app-icon-holder .app-icon img {
    width: 40px
}

#apps .apps-holder .app-icon-holder .app-title {
    color: #dddde8;
    font-size: 16px;
    font-weight: 600;
    color: transparent
}

#apps .apps-holder .app-icon-holder.opened .app-title {
    color: #fff
}

#apps .apps-holder .app-icon-holder.opened:after {
    background-color: #2d343c;
    -webkit-box-shadow: 0 7px 18px rgba(0,0,0,.1);
    box-shadow: 0 7px 18px rgba(0,0,0,.1)
}

#apps .apps-holder .app-icon-holder:after {
    position: absolute;
    content: "";
    top: -36px;
    left: 50%;
    margin-left: -56px;
    width: 112px;
    height: 112px;
    border-radius: 400px;
    background-color: transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: -1;
    background-color: transparent;
    -webkit-box-shadow: 0 7px 18px transparent;
    box-shadow: 0 7px 18px transparent
}

#apps .apps-holder .app-details {
    position: relative;
    min-height: 228px;
    margin-bottom: -86px;
    border-radius: 0;
    background-color: #3195ff;
    -webkit-box-shadow: 0 -9px 20px rgba(0,0,0,.05);
    box-shadow: 0 -9px 20px rgba(0,0,0,.05);
    overflow: hidden
}

#apps .apps-holder .app-details div[class^=app-details] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    padding: 42px 25px 0
}

#apps .apps-holder .app-details div[class^=app-details].show-details {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#apps .apps-holder .app-details div[class^=app-details] .app-title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: left
}

#apps .apps-holder .app-details div[class^=app-details] .app-text {
    font-size: 15px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
    text-align: left;
    margin-bottom: 15px
}

#apps .apps-holder .app-details div[class^=app-details] .app-link {
    text-align: left
}

#apps .apps-holder .app-details div[class^=app-details] .app-link a {
    margin-left: 0
}

#apps .apps-holder .app-details div[class^=app-details] .img-holder img {
    width: 100%;
    max-width: 278px;
    -webkit-box-shadow: 0 -9px 18px rgba(0,0,0,.2);
    box-shadow: 0 -9px 18px rgba(0,0,0,.2)
}

#articles {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center
}

#articles .article-summary {
    margin: 40px 10px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 12px 67px rgba(0,0,0,.07);
    box-shadow: 0 12px 67px rgba(0,0,0,.07);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#articles .article-summary:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-box-shadow: 0 12px 67px rgba(0,0,0,.12);
    box-shadow: 0 12px 67px rgba(0,0,0,.12)
}

#articles .article-summary .article-img img {
    border-radius: 20px;
    width: 100%;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#articles .article-summary .article-img img:focus,#articles .article-summary .article-img img:hover {
    -webkit-filter: brightness(110%);
    -moz-filter: brightness(110%);
    -ms-filter: brightness(110%);
    filter: brightness(110%)
}

#articles .article-summary .article-details {
    padding: 24px;
    text-align: left
}

#articles .article-summary .article-title {
    margin-bottom: 18px;
    padding-right: 18px;
    position: relative
}

#articles .article-summary .article-title a {
    display: inline-block;
    width: 100%;
    color: #16386f;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#articles .article-summary .article-title a:focus,#articles .article-summary .article-title a:hover {
    color: #0e2344
}

#articles .article-summary .article-title:after {
    display: none;
    position: absolute;
    content: "\f054";
    font-family: "font awesome 5 free";
    font-style: normal;
    font-weight: 600;
    top: 50%;
    margin-top: -9px;
    right: 0;
    color: #9da9bc;
    font-size: 12px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#articles .article-summary .article-title:hover:after {
    color: #3195ff
}

#articles .article-summary .article-date {
    color: rgba(119,116,147,.34);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px
}

#articles .article-summary .article-text {
    color: #9da9bc;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px
}

#articles .article-summary .article-links {
    margin-left: 0;
    margin-right: 0
}

#articles .article-summary .article-links .ybtn {
    padding-left: 0;
    padding-right: 0;
    color: #332f5c
}

#articles .article-summary .article-links div[class^=col-] {
    padding: 0
}

#articles .article-summary .article-links .date-holder {
    text-align: left;
    color: #d5deed;
    font-size: 13px;
    font-weight: 600;
    margin-top: 9px
}

#articles .article-summary .article-links .date-holder a {
    display: inline-block;
    padding: 10px 8px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#articles .article-summary .article-links .date-holder a [class*=fa] {
    color: #c3c9cd;
    font-size: 18px
}

#articles .article-summary .article-links .date-holder a:focus [class*=fa],#articles .article-summary .article-links .date-holder a:hover [class*=fa] {
    color: #aab2b7
}

#post-content {
    padding-top: 70px;
    padding-bottom: 70px
}

#post-content .post .post-entry {
    padding: 30px 20px
}

#post-content .post .post-entry .date-published {
    font-weight: 300;
    font-size: 15px;
    color: #ccc
}

#post-content .post .post-entry a {
    text-decoration: none;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#post-content .post .post-entry a .post-title {
    font-weight: 700;
    font-size: 35px;
    line-height: 43px;
    color: #5f6576;
    margin-bottom: 60px
}

#post-content .post .post-entry a:focus .post-title,#post-content .post .post-entry a:hover .post-title {
    color: #0397ff
}

#post-content .post .meta .view {
    margin-right: 20px;
    color: #696969
}

#post-content .post .meta .view:before {
    content: "\f06e";
    font-family: "font awesome 5 free";
    font-style: normal;
    font-weight: 600;
    color: #3195ff;
    margin-right: 10px
}

#post-content .post .meta .like {
    margin-right: 20px;
    color: #696969
}

#post-content .post .meta .like:before {
    content: "\f004";
    font-family: "font awesome 5 free";
    font-style: normal;
    font-weight: 600;
    color: #3195ff;
    margin-right: 10px
}

#post-content .post .meta .like a {
    color: #696969;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#post-content .post .meta .like a:focus,#post-content .post .meta .like a:hover {
    color: #0397ff
}

#post-content #post-body .post .post-title {
    font-weight: 600;
    font-size: 22px;
    color: #3f3d59;
    margin-bottom: 20px;
    margin-top: 30px
}

#post-content #post-body .post .meta {
    margin-bottom: 30px
}

#post-content #post-body .post p {
    line-height: 26px
}

#info-text {
    background-color: #fff;
    padding-top: 55px;
    padding-bottom: 50px
}

#info-text .text {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 300;
    color: #3f3d59
}

#info-text .text:after {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -17px;
    bottom: -20px;
    width: 34px;
    height: 2px;
    background-color: #3f3d59
}

#contact-info {
    background-color: #f9fbff;
    padding-top: 50px;
    padding-bottom: 50px
}

#contact-info .info-box {
    padding: 50px 40px;
    text-align: left;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    z-index: 1000;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 12px 67px rgba(0,0,0,.06);
    box-shadow: 0 12px 67px rgba(0,0,0,.06);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#contact-info .info-box:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-box-shadow: 0 12px 67px rgba(0,0,0,.07);
    box-shadow: 0 12px 67px rgba(0,0,0,.07)
}

#contact-info .info-box:hover .info-title:before {
    background-color: #3195ff
}

#contact-info .info-box .info-title {
    color: #3195ff;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px
}

#contact-info .info-box .info-title:before {
    display: inline-block;
    color: #fff;
    font-family: "font awesome 5 free";
    font-style: normal;
    font-weight: 600;
    text-align: center;
    font-size: 23px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 18px;
    border-radius: 50px;
    width: 48px;
    height: 48px;
    background-color: #332f5c;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#contact-info .info-box .info-title.phone-icon:before {
    padding-top: 8px;
    content: "\f095"
}

#contact-info .info-box .info-title.location-icon:before {
    padding-top: 9px;
    content: "\f041"
}

#contact-info .info-box .info-details {
    font-size: 15px;
    color: #332f5c
}

#contact-info .info-box .info-details a {
    font-size: 15px;
    color: #3195ff;
    text-decoration: none;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#contact-info .info-box .info-details a:focus,#contact-info .info-box .info-details a:hover {
    color: #007bfd
}

#contact-info .info-box .info-details p {
    margin-bottom: 18px
}

#contact-info .info-box .info-details p:last-child {
    margin-bottom: 0
}

#page-content {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff
}

#page-content ol,#page-content ul {
    padding: 0;
    padding-left: 14px;
    margin-bottom: 20px
}

#page-content ol li,#page-content ul li {
    color: #7a7896;
    font-size: 16px
}

#page-content h4 {
    font-size: 17px;
    color: #3f3d59;
    font-weight: 600
}

#page-content p {
    font-size: 16px;
    color: #7a7896;
    font-weight: 300;
    margin-bottom: 30px
}

.text-row {
    padding-top: 90px;
    padding-bottom: 30px;
    text-align: center
}

.text-row .text-holder {
    display: inline-block;
    width: 100%;
    max-width: 680px
}

.text-row .text-holder p {
    font-size: 23px;
    font-weight: 300;
    line-height: 40px;
    color: #817e95
}

#domain-pricing .pricing-table-holder {
    margin-top: 40px;
    border-radius: 10px;
    border: 1px solid #d3d3dd
}

#domain-pricing .pricing-table-holder table {
    text-align: center;
    margin-bottom: 0
}

#domain-pricing .pricing-table-holder table tr {
    position: relative;
    background-color: #fcfcfd;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,.08);
    box-shadow: 0 0 0 rgba(0,0,0,.08);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#domain-pricing .pricing-table-holder table tr th {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #3195ff;
    background-color: #fcfcfd;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 27px 15px;
    border-bottom: 1px solid #d3d3dd;
    border-right: 1px solid #d3d3dd
}

#domain-pricing .pricing-table-holder table tr th:last-child {
    border-right: 0 solid #d3d3dd
}

#domain-pricing .pricing-table-holder table tr td {
    text-align: center;
    font-size: 15px;
    color: #6d7b88;
    padding: 27px 15px;
    font-weight: 300;
    text-transform: uppercase;
    border-top: 0;
    border-right: 1px solid #d3d3dd;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#domain-pricing .pricing-table-holder table tr td:first-child {
    font-weight: 400;
    color: #4f5459
}

#domain-pricing .pricing-table-holder table tr td:last-child {
    border-right: 0 solid #d3d3dd
}

#domain-pricing .pricing-table-holder table tr td .register-button {
    border-radius: 10px;
    padding: 10px 24px;
    background-color: #a8b3bd;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px
}

#domain-pricing .pricing-table-holder table tr td .register-button:focus,#domain-pricing .pricing-table-holder table tr td .register-button:hover {
    background-color: #3195ff
}

#domain-pricing .pricing-table-holder table tr:nth-of-type(odd) {
    background-color: #f6f6f9
}

#domain-pricing .pricing-table-holder table tr:focus,#domain-pricing .pricing-table-holder table tr:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 9px 18px rgba(0,0,0,.08);
    box-shadow: 0 9px 18px rgba(0,0,0,.08);
    z-index: 100
}

#domain-pricing .pricing-table-holder table tr:focus td,#domain-pricing .pricing-table-holder table tr:hover td {
    color: #3195ff
}

.row-title-only {
    padding-bottom: 30px
}

@media(max-width: 1200px) {
    .company-info-holder .details-holder p {
        font-size:23px
    }

    #apps .apps-holder .app-details {
        min-height: 260px
    }
}

@media(max-width: 992px) {
    #header-holder.main-header .bg-animation .graphic-show {
        right:10%
    }

    .message-area .buttons-holder {
        text-align: left
    }

    .message-area .buttons-holder .ybtn {
        margin-left: 0
    }

    .nav>li>a {
        padding: 20px 12px
    }

    .navbar-default .navbar-nav>li>a.login-button {
        margin-left: 10px
    }

    .support-button-holder a.support-button {
        padding: 9px 20px
    }

    .custom-plan-box {
        margin-bottom: 30px
    }

    #features-links-holder {
        height: 320px!important
    }

    #footer .phone {
        font-size: 13px;
        margin-bottom: 0
    }

    #footer .email {
        font-size: 13px;
        margin-bottom: 0
    }

    #footer .address div {
        display: inline-block;
        color: #fff;
        font-size: 13px
    }

    #footer ul.footer-menu li {
        margin-bottom: 10px
    }

    #footer ul.footer-menu li a {
        font-size: 13px
    }

    .info-slider-holder {
        display: none
    }

    .form-holder {
        margin-left: 0
    }

    .form-holder .menu-holder ul.main-links li a.normal-link {
        font-size: 13px
    }

    .form-holder .menu-holder ul.main-links li a.sign-button {
        font-size: 12px
    }

    .website-logo {
        position: absolute;
        top: 30px;
        left: 30px;
        width: inherit
    }

    .website-logo .logo {
        background-image: url(https://cynderhost.com/cynderhost_horizontal_small.png)
    }

    #form-section svg.logo text {
        fill: #3195ff
    }

    #contact-info div[class^=col-]:nth-child(2) .info-box:before {
        opacity: 0
    }

    #contact-info div[class^=col-]:nth-child(2) .info-box:after {
        opacity: 0
    }

    #apps .apps-holder .app-details {
        min-height: 446px
    }

    #apps .apps-holder .app-details .img-holder {
        margin-bottom: 20px
    }
}

@media(max-width: 768px) {
    #header-holder {
        margin-bottom:50px
    }

    .navbar-toggle {
        margin-right: 0
    }

    #nav .dropdown-menu {
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        top: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    #nav .dropdown-menu:before {
        right: 50%;
        margin-right: -7px
    }

    #nav .dropdown {
        width: 100%
    }

    .nav>li {
        text-align: center
    }

    .navbar-default .navbar-nav>li>a.login-button {
        margin-left: 0
    }

    .support-button-holder a.support-button {
        margin-left: 0
    }

    .support-button-holder .dropdown-menu {
        opacity: 1
    }

    .support-button-holder .dropdown-menu li a {
        text-align: left
    }

    #top-content {
        padding-top: 120px
    }

    #top-content .domain-search-holder input[type=text] {
        max-width: 100%;
        margin-bottom: 10px
    }

    #top-content .domain-search-holder input[type=submit] {
        margin-left: 0
    }

    #top-content .big-title {
        font-size: 40px
    }

    #top-content .big-title span {
        font-size: 40px
    }

    #info {
        padding-top: 20px;
        padding-bottom: 40px
    }

    #info .info-text {
        padding-left: 5%;
        padding-right: 5%;
        line-height: 30px
    }

    #custom-plan {
        padding-top: 20px;
        padding-bottom: 10px
    }

    #features-links-holder {
        height: 250px!important
    }

    #more-features {
        padding-top: 10px;
        padding-bottom: 10px
    }

    #footer .address-holder {
        margin-bottom: 20px
    }

    #footer .footer-menu-holder {
        margin-bottom: 20px
    }

    #footer .social-menu li {
        text-align: center;
        display: inline-block;
        margin: 20px
    }

    #apps .apps-holder .apps-links-holder {
        width: 100%
    }

    #apps .apps-holder .app-icon-holder .app-title {
        font-size: 13px
    }

    #apps .apps-holder .app-icon-holder .app-icon {
        margin-bottom: 5px
    }

    #apps .apps-holder .apps-details-holder {
        width: 100%
    }

    #apps .apps-holder .app-details div[class^=app-details] {
        padding: 30px 5%
    }

    #header-holder.about-header #page-head {
        padding-top: 30px
    }

    .company-info-holder .details-holder p {
        font-size: 17px
    }

    #more-info {
        padding-bottom: 150px
    }

    #apps .apps-holder .app-details .img-holder {
        margin-top: 5px
    }

    #more-features .row-title {
        margin-top: 55px
    }
}

@media(max-width: 480px) {
    #header-holder.main-header .bg-animation .graphic-show {
        right:0
    }

    #footer .address {
        padding: 15px 0 15px 15px
    }

    #footer .address div {
        font-size: 12px
    }

    #footer .address [class*=fa] {
        font-size: 19px
    }

    #footer .email {
        padding: 15px 0 15px 15px;
        margin-bottom: 5px
    }

    #footer .email [class*=fa] {
        font-size: 12px
    }

    #footer .phone {
        padding: 15px 0 15px 15px;
        margin-bottom: 5px
    }

    #footer .phone [class*=fa] {
        font-size: 15px
    }
}

li {
    font-size: 24px;
    margin: 0;
    text-decoration: double;
    height: 36px
}

ul.points li p {
    margin-bottom: 0;
    font-size: 17px
}

::before {
    height: 0
}

div#info ::before {
    width: 100%;
    height: 200px
}

div#info ::before {
    height: 0
}

.col-sm-12.col-md-6 {
    min-width: 275px;
    max-width: 530px;
    display: inline-block;
    width: 49%
}

@media(max-width: 1200px) {
    .col-sm-12.col-md-6 {
        margin-left:0!important
    }
}

@media(max-width: 1124px) {
    #header-holder.main-header .bg-animation .graphic-show .img.img1 {
        margin-right:-8vw!important
    }
}

@media(min-width: 990px) {
    #primary-nav-mobile {
        display:none!important
    }
}

@media(max-width: 990px) {
    #main-menu:first-of-type {
        display:none
    }
}

@media(max-width: 1000px) {
    .slantbg {
        max-height:893px!important;
        height: 887px!important
    }

    .speedbar {
        margin-top: calc(175px - 20vw)
    }

    .inner-text {
        margin-top: 5%!important
    }

    #hostingtypes {
        margin-top: 14vw;
        margin-bottom: 70px
    }

    .slantbg.slantbg-second {
        height: 728px!important
    }
}

.bar-3 {
    background: linear-gradient(45deg,#00b11e 82%,#00b11e);
    height: 10px;
    border-radius: 20px;
    width: 0%
}

.r2::after {
    background: #5b7086
}

@media(max-width: 974px) {
    #header-holder.main-header .bg-animation .graphic-show .img.img1 {
        width:45vw!important;
        min-width: 354px!important;
        margin-top: 230px!important
    }
}

@media(max-width: 800px) {
    .big-title,.big-title span {
        font-size:38px!important
    }

    .points li p {
        font-size: 16px!important
    }
}

@media(max-width: 768px) {
    #header-holder.main-header .bg-animation .graphic-show .img.img1 {
        margin-right:-7vw!important;
        min-width: 354px!important;
        margin-top: 125px!important
    }

    .big-title,.big-title span {
        font-size: 30px!important
    }

    .points li p {
        font-size: 14px!important
    }

    #header-holder.main-header #top-content .btn-holder a {
        padding: 10 20px;
        font-size: 14px
    }

    #top-content {
        padding-top: 0;
        padding-bottom: 175px!important
    }
}

@media(max-width: 688px) {
    ul.partnerc {
        min-height:150px
    }

    #partners {
        padding-top: 50px
    }
}

ul.serviceitem {
    padding-left: 0
}

li.partnerbox {
    display: flex;
    flex: 1;
    justify-content: center;
    min-width: 201px
}

ul.partnerc {
    padding-left: 0
}

@media(max-width: 650px) {
    .info-text {
        font-size:19px!important
    }

    .big-title,.big-title span {
        font-size: 25px!important
    }

    .points li p {
        font-size: 12px!important
    }

    #header-holder.main-header #top-content .btn-holder a {
        padding: 10 20px;
        font-size: 14px
    }

    #top-content {
        padding-bottom: 150px!important
    }
}

@media(max-width: 600px) {
    #header-holder.main-header .bg-animation .graphic-show .img.img1 {
        margin-right:3vw!important;
        width: 70vw!important;
        max-width: 1000px!important;
        margin-top: -40px!important
    }

    .big-title,.big-title span {
        font-size: 45px!important
    }

    .points li p {
        font-size: 17px!important
    }

    #header-holder.main-header #top-content .btn-holder a {
        padding: 10 20px;
        font-size: 16px
    }

    #top-content {
        padding-top: 50vw
    }

    #main-slider {
        padding-left: 10vw
    }

    .col-sm-12.col-md-6 {
        width: 100%!important
    }

    .service-box {
        max-width: 550px!important
    }
}

@media(max-width: 600px) {
    #header-holder.main-header .bg-animation .graphic-show .img.img1 {
        margin-right:3vw!important;
        width: 70vw!important;
        max-width: 1000px!important;
        margin-top: -40px!important
    }

    .big-title,.big-title span {
        font-size: 35px!important
    }

    .points li p {
        font-size: 16px!important
    }

    #header-holder.main-header #top-content .btn-holder a {
        padding: 10 20px;
        font-size: 16px
    }

    #main-slider {
        padding-left: 10vw
    }

    .navbar-default .navbar-collapse,.navbar-default .navbar-form {
        height: 450px;
        background: linear-gradient(-483deg,#001f3e 49%,#001f3e 59%,#271830 118%)
    }
}

.dropdown .dropdown-menu {
    display: none!important
}

.dropdown.open .dropdown-menu {
    display: block!important
}

.navbar-collapse {
    overflow-y: hidden!important
}

#services {
    padding: 0
}

h2.logotext {
    color: #fff;
    font-size: 19px;
    display: inline-block;
    width: 100;
    padding-left: 2px;
    vertical-align: -6px;
}

@media(max-width: 500px) {
    a h2.logotext {
        display:none
    }
}

img.logoimage {
    vertical-align: middle
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 10px
}

@media(max-width: 992px) {
    #nav .dropdown-menu {
        transform:translateX(-50%);
        left: 50%
    }
}

@media(max-width: 500px) {
	
	#info .info-text {
        margin-top: 30px;
    }
	
    ul li.featuretext {
        padding-left:36px;
        padding-top: 2px;
        list-style: none;
        margin-bottom: 7px;
        font-size: 17px;
        height: fit-content
    }

    #header-holder.main-header .bg-animation .graphic-show .img.img1 {
        margin-right: 12%!important;
        margin-top: -20px!important
    }

    .big-title,.big-title span {
        font-size: 33px!important
    }

    .points li p {
        font-size: 14px!important
    }

    #header-holder.main-header #top-content .btn-holder a {
        padding: 10 20px;
        font-size: 14px
    }

    #top-content {
        padding-top: 55vw
    }

    #main-slider {
        padding-left: 1vw
    }

    .info-text {
        text-align: left
    }

    .info-text br {
        display: none
    }

    .col-md-12 .ybtn {
        float: left
    }

    .col-sm-12 .col-md-6 {
        margin-left: 0!important
    }

    #message1 {
        padding-left: 30px
    }
}

@media(max-width: 430px) {
    #header-holder.main-header .bg-animation .graphic-show .img.img1 {
        margin-right:6vw!important;
        margin-top: -20px!important;
        min-width: 300px!important;
        width: 85vw!important
    }

	
    .points {
        padding-left: 0!important
    }

    .big-title,.big-title span {
        font-size: 33px!important
    }

    .points li p {
        font-size: 14px!important
    }

    #top-content {
        padding-top: 60vw
    }

    #main-slider {
        padding-left: 0
    }
}



@media(max-width: 390px) {
    #header-holder.main-header .bg-animation .graphic-show .img.img1 {
        min-width:320px!important;
        width: 88vw!important
    }

    .col-md-6 {
        padding: 0
    }

    .big-title,.big-title span {
        font-size: 8vw!important;
        line-height: 50px!important
    }

    .points li p {
        font-size: 4vw!important
    }

    #top-content {
        padding-top: 60vw
    }

    #main-slider {
        padding-left: 0
    }
}

@media(max-width: 370px) {
    #header-holder.main-header .bg-animation .graphic-show .img.img1 {
        margin-right:6vw!important;
        margin-top: -20px!important;
        min-width: 280px!important;
        width: 88vw!important
    }

    .col-md-6 {
        padding: 0
    }

    .big-title,.big-title span {
        font-size: 8vw!important;
        line-height: 50px!important
    }

    .points li p {
        font-size: 4vw!important
    }

    #header-holder.main-header #top-content .btn-holder a {
        padding: 10 20px;
        font-size: 14pxbackground-color:#001f3e!important
    }

    #top-content {
        padding-top: 48vw
    }

    #main-slider {
        padding-left: 0
    }
}

a.ybtn.ybtn-header-color :hover {
    background: #001f3e
}

.col-md-4 {
    height: 100%;
    list-style: none
}

.navbar {
    min-height: 50px
}

section#main-menu {
    background: 0 0
}

.popover-content ul li {
    font-size: 14.5px;
    height: 24px
}

div#scrollingPanelContainer div#orderSummary {
    background-color: #001f3e!important
}

div.col-sm-5 span.item-title {
    color: #001f3e!important
}

.summary-container .text-right a.btn-checkout {
    background-color: #0d65d8
}

body,button,input,select,textarea {
    font-family: circular std!important
}

#order-standard_cart label {
    color: #000!important
}

a[href*=applyPromo] {
    font-size: 18px;
        padding: 10px!important;
}

#order-standard_cart .row .col-md-8 form .view-cart-items-header {
    background-color: #001f3e!important
}

#order-standard_cart .row .col-md-8 form .empty-cart .btn {
    background-color: #001f3e!important
}

span.item-group {
    color: #444!important
}

span.item-domain {
    color: #000!important
}

#order-standard_cart .field,#order-standard_cart .form-control {
    color: #000!important
}

#applyPromo button[name=validatepromo].btn.btn-block {
    background: #960000
}

button#btnCompleteOrder {
    font-family: circular std
}

div#scrollingPanelContainer div#orderSummary {
    background-color: transparent!important
}

div#scrollingPanelContainer div#orderSummary .order-summary {
    background-color: #001f3e!important
}
#google-recaptcha-domainchecker2>div>div, #google-recaptcha-domainchecker1>div>div {
    margin: 0 auto;
}
.select-account>A {
    background: #efefef8f;
    display: block;
    padding: 8px;
    margin: 10px 0px;
    color: black;
    border-radius: 5px;
}

.table-striped > tbody > tr form {
    background: white!important;
}
li#Primary_Navbar-Store-CynderHost_Cache,li#Primary_Navbar-Store-Security, li#Primary_Navbar-Store-HP_Pricing, li#Primary_Navbar-Store-HP_Benchmarks {
    margin-left: 20px;
}
.providerLinkingFeedback.alert-danger{
	display:none!important;
}

.panel.panel-danger.tospanel {
    border-radius: 0px;
    box-shadow: none;
}

.panel.panel-danger.tospanel>.panel-heading {
    border-radius: 3px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 21px;
  float: right;
  margin: 0px!important;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

div[menuitemname="Dark Mode"] > .panel-body {
    display: block!important;
}

.btn[href="clientarea.php?action=addfunds"] {
    font-size: 12px;
}

.pricing-price {}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .tab-content .tab-pane .pricing-price {
    color: #4a4a4a;
    font-size: 40px!important;
    font-weight: 300;
    display: inline-block!important;
    padding-bottom: 5px;
    display: inline-block;
    text-align: center;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .tab-content .tab-pane .billing-cycle {
    color: gray;
    text-align: center!important;
    width: 100%;
}

.tab-content>.tab-pane {
    /* margin-top: -78px; */
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .nav {display: none!important;}

div[menuitemname='Active Products/Services'] .list-group {
    overflow: initial!important;
    max-height: initial!important;
    border-bottom: 0!important
}

div[menuitemname='Active Products/Services'] .list-group .list-group-item:nth-child(n+5) {
    display: none
}

div[menuitemname='Active Products/Services'] .panel-footer {
    padding: 4px 15px
}

div[menuitemname='Active Products/Services'] .btn-view-more {
    font-size: 12px
}

div[menuitemname='Active Products/Services'] .btn-view-more.disabled {
    cursor: default;
    text-decoration: none;
    color: #6c757d
}

.div-service-item {
    display: flex;
    align-items: center;
    cursor: pointer
}

.div-service-status {
    text-align: center
}

.div-service-status .label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    display: inline-block;
    line-height: initial;
    margin: 0
}

.div-service-status .label-placeholder {
    position: absolute;
    visibility: hidden
}

.div-service-status .label:not(.label-placeholder) {
    width: 3rem
}

.div-service-name {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px
}

.div-service-name>span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.div-service-buttons {
    margin-left: auto
}

.div-service-buttons .disabled {
    cursor: default
}

.div-service-buttons .btn-group-secondary,.div-service-buttons .btn-view-details span:not(.sr-only) {
    display: none
}

.div-service-item .dropdown-menu {
    right: 0;
    left: auto
}

.div-service-item .dropdown-menu li {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.div-service-item .dropdown-menu>li:focus,.div-service-item .dropdown-menu>li:hover {
    color: #262626;
    background-color: #f5f5f5
}

.div-service-item .dropdown-menu>li:active {
    color: #fff;
    background-color: #337ab7
}

.dropdown-menu li.disabled,.dropdown-menu li.disabled:focus,.dropdown-menu li.disabled:hover {
    color: #777;
    cursor: default;
    background-color: transparent
}

@media (min-width: 768px) {
    .div-service-status .label {
        width:initial!important
    }

    .div-service-buttons .btn-group-primary,.div-service-buttons i {
        display: none
    }

    .div-service-buttons .btn-group-secondary {
        display: inline-flex
    }

    .div-service-buttons span:not(.sr-only):not(.caret) {
        display: initial!important
    }
}

