/* ==========================================================================
   Tab-Accordian
   ========================================================================== */
ul.resp-tabs-list {
    margin: 0;
    padding: 0;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
}

.resp-tabs-container {
    padding: 0;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
    border: 1px solid #5ab1d0;
    margin-bottom: -1px;
    padding: 12px 14px 14px;
    border-top: 4px solid #5ab1d0;
    border-bottom: none;
    background-color: #fff;
}

.resp-accordion-active,
.resp-content-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
    border-top-color: #5ab1d0;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0 solid #c1c1c1;
    margin: 0;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0 solid #c1c1c1;
    margin-bottom: 0;
    padding: 10px 15px;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1;
    background: #00f;
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px;
    padding: 14px 15px 15px 14px;
    border: 1px solid #5ab1d0;
    border-left: 4px solid #5ab1d0;
    margin-bottom: 4px;
    border-right: 1px #fff solid;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9b9797;
}

h2.resp-tab-active {
    background: #dbdbdb;
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;
}

.resp-jfit {
    width: 100%;
    margin: 0;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;
}

/* =====================================  Tab-Accordian End  =====================================*/

/* ==========================================================================
   Fancy box
   ========================================================================== */
.fancybox-enabled {
    overflow: hidden;
}

.fancybox-enabled body {
    overflow: visible;
    height: 100%;
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fancybox-container ~ .fancybox-container {
    z-index: 99992;
}

.fancybox-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0f0f11;
    opacity: 0;
    transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
    opacity: 0.87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    z-index: 99994;
    transition: opacity 0.2s;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
    opacity: 1;
}

.fancybox-infobar {
    display: none;
}

.fancybox-show-infobar .fancybox-infobar {
    display: inline-block;
    pointer-events: all;
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, 0.7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
    display: block;
}

.fancybox-slider-wrap {
    overflow: hidden;
    direction: ltr;
}

.fancybox-slider,
.fancybox-slider-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
}

.fancybox-slide:before {
    content: "";
    height: 100%;
    width: 0;
}

.fancybox-slide:before,
.fancybox-slide > * {
    display: inline-block;
    vertical-align: middle;
}

.fancybox-slide > * {
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box;
}

.fancybox-slide--image {
    overflow: hidden;
}

.fancybox-slide--image:before {
    display: none;
}

.fancybox-content {
    display: inline-block;
    position: relative;
    margin: 44px auto;
    padding: 0;
    border: 0;
    width: 80%;
    height: calc(100% - 88px);
    vertical-align: middle;
    line-height: normal;
    text-align: left;
    white-space: normal;
    outline: none;
    font-size: 16px;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
    background: transparent;
}

.fancybox-placeholder {
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fancybox-image,
.fancybox-placeholder,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.fancybox-image,
.fancybox-spaceball {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    background: transparent;
    background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
    cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
    cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}

.fancybox-error {
    position: absolute;
    margin: 0;
    padding: 40px;
    top: 50%;
    left: 50%;
    width: 380px;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    cursor: default;
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}

.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background 0.2s;
    box-sizing: border-box;
    z-index: 2;
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
    top: -36px;
    right: -36px;
    background: transparent;
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}

.fancybox-caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0;
    z-index: 99998;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    background: linear-gradient(
        180deg,
        transparent 0,
        rgba(0, 0, 0, 0.1) 20%,
        rgba(0, 0, 0, 0.2) 40%,
        rgba(0, 0, 0, 0.6) 80%,
        rgba(0, 0, 0, 0.8)
    );
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1;
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, 0.4);
    font-size: 14px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
    pointer-events: all;
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline;
}

.fancybox-button {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    background: transparent;
    color: #fff;
    box-sizing: border-box;
    vertical-align: top;
    outline: none;
}

.fancybox-button--disabled {
    cursor: default;
    pointer-events: none;
}

.fancybox-button,
.fancybox-infobar__body {
    background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
    background: rgba(0, 0, 0, 0.8);
}

.fancybox-button:after,
.fancybox-button:before {
    content: "";
    pointer-events: none;
    position: absolute;
    border-color: #fff;
    background-color: currentColor;
    color: currentColor;
    opacity: 0.9;
    box-sizing: border-box;
    display: inline-block;
}

.fancybox-button--disabled:after,
.fancybox-button--disabled:before {
    opacity: 0.5;
}

.fancybox-button--left:after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.fancybox-button--left:after,
.fancybox-button--right:after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.fancybox-button--right:after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-button--left {
    border-bottom-left-radius: 5px;
}

.fancybox-button--right {
    border-bottom-right-radius: 5px;
}

.fancybox-button--close {
    float: right;
}

.fancybox-button--close:after,
.fancybox-button--close:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
}

.fancybox-button--close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-button--close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, 0.4);
    border-top: 6px solid hsla(0, 0%, 100%, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a 0.8s infinite linear;
    animation: a 0.8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999;
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@media (max-width: 800px) {
    .fancybox-controls {
        text-align: left;
    }
    .fancybox-button--left,
    .fancybox-button--right,
    .fancybox-buttons button:not(.fancybox-button--close) {
        display: none !important;
    }
    .fancybox-caption {
        padding: 20px 0;
        margin: 0;
    }
}

.fancybox-button--fullscreen:before {
    width: 15px;
    height: 11px;
    left: 15px;
    top: 16px;
    border: 2px solid;
    background: none;
}

.fancybox-button--play:before {
    top: 16px;
    left: 18px;
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
    background: transparent;
}

.fancybox-button--pause:before {
    top: 16px;
    left: 18px;
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px;
    background: transparent;
}

.fancybox-button--thumbs span {
    font-size: 23px;
}

.fancybox-button--thumbs:before {
    top: 20px;
    left: 21px;
    width: 3px;
    height: 3px;
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-caption-wrap,
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap {
    right: 220px;
}

.fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    z-index: 99993;
    word-break: normal;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}

.fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
}

.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid #fff;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
}

@media (max-width: 800px) {
    .fancybox-thumbs {
        display: none !important;
    }
    .fancybox-container--thumbs .fancybox-caption-wrap,
    .fancybox-container--thumbs .fancybox-controls,
    .fancybox-container--thumbs .fancybox-slider-wrap {
        right: 0;
    }
}

/*============================================================================*/

/*============================================================================
Nice select
=============================================================================*/
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e0e7ee;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #d0dae5;
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #88bfff;
}

.nice-select:after {
    border-bottom: 2px solid #90a1b5;
    border-right: 2px solid #90a1b5;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #e7ecf2;
    color: #90a1b5;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cdd5de;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f7f9;
}

.nice-select .option.selected {
    font-weight: 700;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #90a1b5;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.box:after,
.box:before {
    content: "";
    display: table;
}

.box:after {
    clear: both;
}

/* ==========================================================================
Css reset
========================================================================== */

html,
body {
    height: 100%;
}

body {
    font-size: 16px;
    line-height: 24px;
    color: #8a8a8a;
    font-weight: normal;
    font-family: "Quicksand", sans-serif;
}

::selection {
    background: #103e91; /* Safari */
    color: #fff;
}

::-moz-selection {
    background: #103e91; /* Firefox */
    color: #fff;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 15px;
    font-family: "Quicksand";
}

h1 {
    font-size: 56px;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
}

h2 {
    font-size: 54px;
    color: #ffffff;
}

h3 {
    font-size: 36px;
    color: #181c2a;
    font-weight: 700;
}

h4 {
    color: #181c2a;
    font-size: 26px;
    font-weight: 600;
}

h5 {
    color: #181c2a;
    font-size: 20px;
    font-weight: 500;
}

a {
    color: #018aff;
    text-decoration: none;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
}

a:hover {
    text-decoration: none;
    color: #9ec22a;
}

label {
    font-weight: normal;
}

p {
    font-size: 16px;
    line-height: 24px;
    color: #8a8a8a;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

div.footer-links > ul, div.footer-social > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.footer-links > ol, div.footer-social > li {
    padding: 0px;
    list-style-position: inside;
}

div.footer-links > ol,
div.footer-links > li,
div.footer-social > li {
    margin-bottom: 0px;
    list-style: none;
}

div.footer-links > li, div.footer-social > li {
    list-style: none;
    margin: 0;
    padding: 0;
}

focus {
    outline: none;
}

/* ==========================================================================
Header
========================================================================== */
.set-as-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

span.make-bg {
    display: none;
}

.commen-btn {
    display: inline-block;
    background: #067be2;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.commen-btn:hover {
    background: #3196f0;
    color: #fff;
}

.commen-btn2 {
    display: inline-block;
    border: 1px solid #067be2;
    color: #067be2;
    font-size: 16px;
    font-weight: 500;
}

.commen-btn2:hover {
    background: #067be2;
    color: #fff;
}

.commen-head {
    display: block;
    position: relative;
    text-align: center;
}

.commen-head p {
    color: #676861;
    font-weight: 400;
    font-size: 18px;
}

.page-top-block {
    display: block;
    position: relative;
    padding-top: 41px;
}

.header {
    display: block;
}

.header-top-block {
    display: block;
    padding: 8px 0;
    background: #ce3233;
}

.header-phone {
    margin-bottom: 0px;
    font-size: 12px;
    color: #ffffff;
    font-size: 12px;
    position: relative;
    padding-left: 23px;
}

.header-phone img {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 3px;
}

.header-phone span {
    text-transform: uppercase;
}

.header-phone a {
    color: #fff;
}

.header-main {
    display: block;
}

.header-main ul {
    display: block;
    text-align: right;
}

.header-main ul li {
    display: inline-block;
    margin-left: 30px;
}

.header-main ul li a {
    display: block;
    color: #f0c2c2;
    font-size: 13px;
    font-weight: 700;
}

.header-main ul li a span {
    display: inline-block;
    margin-right: 5px;
    color: #fbeded;
    font-size: 15px;
}

.header-main ul li a:hover {
    color: #fff;
}

.logo {
    display: inline-block;
    height: 84px;
    padding: 5px 0;
    position: relative;
    z-index: 2;
}

.logo > a {
    display: inline-block;
}

.main-menu-block {
    display: block;
    position: relative;
    background: #142031;
}

.main-menu-content {
    display: block;
    position: relative;
    align-items: center !important;
    width: 100% !important;
    display: flex !important;
    padding-bottom: 10px;
    justify-content: space-between !important;
}

.main-menu {
    display: block;
    position: relative;
    top: 13px;
}

.main-menu > ul {
    display: block;
    text-align: center;
}

.main-menu > ul > li {
    display: inline-block;
    position: relative;
}

.main-menu > ul > li > a {
    color: #fff;
    display: block;
    font-size: 16px;
    position: relative;
    font-weight: 400;
    padding-right: 10px;
}

.main-menu > ul > li > a:hover,
.main-menu > ul > li > a.active {
    color: #95e259;
}

.main-menu > ul > li > a.green-menu {
    color: #95e259;
}

.main-menu > ul > li > a.green-menu span {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 3px;
    margin-right: 3px;
}

.main-menu > ul > li > a.green-menu:hover {
    color: #fff;
}

.main-menu > ul > li > a.current {
    background: #071d2f;
    color: #fff;
}

.main-menu > ul > li.drp > a:hover:after,
.main-menu > ul > li.drp > a.active:after {
    border-color: #ff5757 transparent transparent transparent;
}

.main-menu > ul > li > ul {
    display: none;
    position: absolute;
    top: 52px;
    left: 0;
    padding: 10px 10px;
    max-width: 200px;
    min-width: 200px;
    z-index: 5;
    text-align: left;
    background: #2e99ff;
    border-radius: 5px;
}

.main-menu > ul > li > ul > li {
    display: block;
    border-top: 1px solid #58aeff;
}

.main-menu > ul > li > ul > li:first-child {
    border-top: none;
}

.main-menu > ul > li > ul > li > a {
    display: block;
    padding: 8px 0px;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    color: #ffffff !important;
    font-family: "Quicksand", sans-serif;
}

.main-menu > ul > li > ul > li:first-child a {
    border-top: none;
}

.main-menu > ul > li > ul > li > a:hover {
    color: #fff;
    opacity: 0.7;
}

.main-menu > ul > li > ul > li > a > span {
    width: 28px;
    height: 28px;
    display: block;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 10px;
}

.main-menu > ul > li > ul > li > a > span > img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.mega-drop {
    background: #141414;
    border-top: none;
    padding: 15px 0px;
    position: absolute;
    width: 282px;
    top: 57px;
    left: 0;
    display: block;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transition: all ease 0.3s;
    transform: scale(0.96);
    text-align: left;
}

.mega-drop.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
    z-index: 2;
}

.mega-drop ul li {
    display: block;
    border-top: 1px solid #3b3b3b;
}

.mega-drop ul li:first-child {
    border-top: none;
}

.mega-drop ul li a {
    font-size: 14px;
    color: #ababab;
    text-transform: uppercase;
    display: block;
    padding: 12px 5px;
    padding-left: 60px;
    position: relative;
}

.mega-drop ul li a:hover {
    color: #ce3233;
}

.mega-drop ul li a span {
    width: 29px;
    height: 29px;
    display: block;
    border-radius: 1px;
    text-align: center;
    line-height: 29px;
    background: #fff;
    color: #808080;
    position: absolute;
    left: 20px;
    top: 9px;
}

.mega-drop ul li a:hover span {
    background: #ce3233;
    color: #ffffff;
}

.main-menu > ul > li:last-child .mega-drop {
    left: inherit;
    right: 0px;
}

/*------------------------- Megamenu content begin -----------------------*/
.megadrop-content .box {
    display: block;
    position: relative;
    padding: 25px 0;
    padding-left: 51px;
}

.megadrop-content .box span.mega-box-icon {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 30px;
}

.megadrop-content .box h5 {
    color: #0b0b17;
    font-size: 17px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}

.megadrop-content .box h5 span {
    font-weight: 600;
}

.megadrop-content .box p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #6b6b86;
}

/* Megamenu */
.megadrop-content .floatingMenu {
    position: absolute;
    top: 0;
    left: 400px;
    width: 670px;
    background: #c82f26;
    display: block;
    z-index: 3;
    padding: 15px 22px;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    transition: all ease 0.2s;
    transform: translate(15px, 0px);
}

.megadrop-content .floatingMenu.active {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0px, 0px);
}

.megadrop-content .floatingMenu > li {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    list-style: none;
    padding: 0px 0px;
}

.megadrop-content .floatingMenu > li:first-child {
    border-top: none;
}

.megadrop-content .floatingMenu > li > a {
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px 0px;
    display: block;
    line-height: 18px;
}

.megadrop-content .floatingMenu > li > a:before {
    display: none !important;
}

.megadrop-content .floatingMenu > li > a:hover {
    background: none;
    color: #fff;
}

.megadrop-content ul li > a.active {
    background: #b52e27;
}

.mobile-menu .floatingMenu {
    position: relative;
    top: inherit;
    left: inherit !important;
    transform: translate(0px, 0px);
    display: none;
}

.mobile-menu .floatingMenu > li > a {
    font-size: 10px;
}

/* Megamenu END */

/*======================================== Menu Style End =======================================*/
.mobile-menu ul.menu-list {
    padding-bottom: 20px;
}

.mobile-menu ul.menu-list > li > a:hover {
    background: #9ccd5a;
    color: #fff;
}

.mobile-menu ul.menu-list > li > ul {
    display: none;
    margin-left: 0;
    padding: 10px 0;
    background: #0b7ae4;
}

.mobile-menu ul.menu-list > li a.open,
.mobile-menu ul.menu-list > li > ul > li a:hover {
    background: #ce3233;
    color: #fff;
}

.mobile-menu ul.menu-list > li > ul > li a {
    color: #fff;
    padding: 5px 10px;
    display: block;
    font-size: 16px;
    transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    text-align: center;
}

a.menu-toggle {
    position: absolute;
    display: none;
    width: 45px;
    height: 45px;
    background: #3cb9e0;
    top: 8px;
    right: 20px;
    padding-top: 4px;
    box-sizing: border-box;
}

a.menu-toggle span.line {
    position: relative;
    width: 65%;
    height: 3px;
    background: #fff;
    margin: 7px auto;
    display: block;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

a.menu-toggle.active span.line {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: center center;
}

a.menu-toggle.active span.line.a {
    transform: rotate(45deg);
}

a.menu-toggle.active span.line.c {
    transform: rotate(-45deg);
}

a.menu-toggle.active span.line.b {
    opacity: 0;
}

.mobile-menu {
    display: none;
}

.mobile-menu > ul {
    padding: 20px 0;
}

.mobile-menu ul > li {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu ul > li:first-child {
    border-top: none;
}

.mobile-menu ul > li > a {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
}

.mobile-menu ul > li > a > img {
    display: none;
}

.mobile-menu ul > li.dropdown > a {
    position: relative;
}

.mobile-menu ul > li.dropdown > a:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border: 6px solid #fff;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: 15px;
    top: 15px;
}

.mobile-menu ul > li.dropdown > a.open:after {
    border: 6px solid #fff;
    border-color: transparent transparent #fff transparent;
    top: 10px;
}

/*======================================== Menu Style End =======================================*/

.banner-wrapper {
    display: block;
    background-position: top center;
    position: relative; /*min-height: 728px; background-size: cover;*/
}

.banner-wrapper:after {
    content: "";
    display: block;
    width: 100%;
    height: 285px;
    height: 254px;
    position: absolute;
    left: 0px;
    bottom: -1px;
    background: url(../img/arch.svg) no-repeat center top;
    background-size: cover;
}

.main-banner {
    display: block;
}

.banner-content {
    display: block;
    padding: 110px 0;
    max-width: 515px;
    position: relative;
    z-index: 2;
}

.banner-content h2 {
    margin-bottom: 20px;
}

.banner-content p {
    color: #f4f7ff;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 50px;
}

.banner-content p span {
    color: #95e259;
    font-weight: 700;
}

.banner-content .commen-btn {
    padding: 18px 35px;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 60px;
}

.banner-ul {
    display: block;
}

.banner-ul li {
    color: #fafafa;
    font-size: 18px;
    margin-top: 15px;
}

.banner-ul li i {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.banner-ul li b {
    color: #95e259;
    font-size: 21px;
}

.banner-ul li a.play-video {
    color: #fafafa;
    font-size: 18px;
}

.banner-ul li a.play-video span.icon-icon-3 {
    display: inline-block;
    background: #f95010;
    padding: 8px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}

.home-siteocity-special {
    display: block;
    padding: 70px 0;
    background: #f5fcfe;
}

.siteocity-special-main {
    display: block;
}

.siteocity-special-box {
    display: block;
    padding-left: 115px;
    padding-right: 35px;
    padding-top: 15px;
    position: relative;
    margin-top: 35px;
}

.siteocity-special-box .siteocity-special-icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 20px;
    top: 0px;
}

.siteocity-special-box .siteocity-special-icon img {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 60%;
}

.siteocity-special-box h4 {
    color: #3e3f35;
    font-size: 22px;
    font-family: "Quicksand";
}

.siteocity-special-box p {
    color: #4b595d;
    font-size: 16px;
    line-height: 24px;
}

.home-plan-block {
    display: block;
    min-height: 805px;
    background: url(../img/home-plan-bg.jpg) no-repeat center top #293544;
    position: relative;
    padding-top: 65px;
    position: relative;
}

.home-plan-block:before {
    content: "";
    width: 100%;
    height: 165px;
    display: block;
    background: #edf4f6;
    position: absolute;
    left: 0px;
    bottom: -1px;
}

.home-plan-block .commen-head {
    padding-bottom: 25px;
}

.home-plan-block .commen-head h3 {
    color: #fff;
    font-size: 40px;
}

.home-plan-block .commen-head p {
    color: #99a1ab;
    font-size: 18px;
}

.home-plan-main {
    display: block;
    text-align: right;
    padding-right: 20px;
    position: relative;
    z-index: 2;
}

.home-plan-main-cont {
    display: inline-block;
    max-width: 915px;
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 13px 16px 0 rgba(8, 38, 44, 0.04);
}

.home-plan-box {
    display: block;
    text-align: center;
    padding: 0 60px;
    padding-bottom: 15px;
    position: relative;
}

.home-plan-box:before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background: #d5d7da;
    position: absolute;
    left: -16px;
    top: 0px;
}

.home-plan-box h4 {
    color: #3e3f35;
    font-size: 30px;
    margin-bottom: 5px;
}

.home-plan-box p {
    color: #676861;
    font-size: 14px;
    line-height: 22px;
}

.home-plan-box p span {
    font-weight: 700;
}

.home-plan-icon {
    display: block;
    display: block;
    margin-bottom: 22px;
}

.home-plan-box h3 {
    color: #3e3f35;
    font-size: 40px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
}

.home-plan-box h3 span {
    color: #5b5c54;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 8px;
}

.home-plan-ul {
    display: block;
    text-align: left;
    padding-top: 15px;
    margin-bottom: 25px;
}

.home-plan-ul li {
    display: block;
    position: relative;
    color: #676861;
    font-size: 16px;
    margin-bottom: 7px;
    padding-left: 34px;
}

.home-plan-ul li span {
    font-weight: 700;
}

.home-plan-ul li:before {
    content: "\e903";
    font-family: "icomoon";
    font-size: 9px;
    width: 18px;
    height: 18px;
    display: block;
    background: #3895e8;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 3px;
}

.home-plan-choose-host {
    display: inline-block;
    position: absolute;
    left: 20px;
    bottom: 0px;
}

.home-plan-main-cont div > div:first-child .home-plan-box:before {
    display: none;
}

.newest-cpanel-block {
    display: block;
    padding: 100px 0;
    background: #edf4f6;
}

.newest-cpanel-main {
    display: block;
}

.newest-cpanel-main .left {
    display: block;
    margin-right: -30px;
}

.newest-cpanel-main .right {
    display: block;
    padding: 25px 0;
    padding-left: 30px;
}

.newest-cpanel-main .right h3 {
    color: #2c3746;
    font-size: 40px;
    line-height: 54px;
}

.newest-cpanel-main .right p {
    color: #384a4f;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 40px;
}

.technology-partners-block {
    display: block;
    padding: 20px 0 100px 0;
    background: #edf4f6;
}

.technology-partners-main {
    display: block;
}

.technology-partners-main h5 {
    text-align: center;
    font-family: "Quicksand";
    font-weight: 400;
    margin-bottom: 30px;
}

.support-experience-block {
    display: block;
    background: #356fa3;
    padding: 65px 0;
}

.support-experience-main {
    display: block;
    max-width: 710px;
    margin: auto;
    text-align: center;
}

.support-experience-main h3 {
    color: #ffffff;
    font-size: 38px;
    line-height: 50px;
    font-family: "Quicksand";
    font-weight: 600;
    margin-bottom: 40px;
}

.support-experience-main ul {
    text-align: center;
}

.support-experience-main ul li {
    display: inline-block;
    padding: 0 15px;
}

.support-experience-main ul li a {
    width: 246px;
    height: 61px;
    display: block;
    text-align: center;
    line-height: 59px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
}

.support-experience-main ul li a:hover {
    background: #fff;
    color: #356fa3;
}

.support-experience-main ul li:first-child a {
    background: #1e3752;
    color: #fff;
    border: 1px solid #1e3752;
}

.support-experience-main ul li:first-child a:hover {
    background: #0c1c2e;
    color: #fff;
    border: 1px solid #0c1c2e;
}

.footer-block {
    display: block;
    background: #142031;
}

.footer-top-block {
    display: block;
    padding: 55px 0;
}

.footer-top-left {
    display: block;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 20px;
}

.footer-contact {
    display: block;
}

.footer-contact li {
    display: block;
    margin-bottom: 13px;
}

.footer-contact li a {
    color: #7a8aa1;
    font-size: 16px;
}

.footer-contact li a:hover {
    color: #fff;
}

.footer-top-right {
    display: block;
    padding-left: 95px;
}

.footer-links {
    display: block;
    margin-top: 25px;
}

.footer-links h5 {
    color: #edf4f6;
    font-size: 18px;
    font-weight: 600;
    font-family: "Quicksand", sans-serif;
    margin-bottom: 25px;
}

.footer-links ul li {
    display: block;
    margin-bottom: 5px;
}

.footer-links ul li a {
    display: inline-block;
    color: #7a8aa1;
    font-size: 14px;
}

.footer-links ul li a:hover {
    color: #fff;
}

.footer-social {
    display: block;
    margin-top: 25px;
}

.footer-social h5 {
    color: #edf4f6;
    font-size: 18px;
    font-weight: 600;
    font-family: "Quicksand", sans-serif;
    margin-bottom: 25px;
}

.footer-social ul li {
    display: block;
    margin-bottom: 5px;
}

.footer-social ul li a {
    display: inline-block;
    color: #7a8aa1;
    font-size: 14px;
}

.footer-social ul li a span {
    color: #fff;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.footer-social ul li a:hover {
    color: #fff;
}

.footer-bottom-block {
    display: block;
    padding: 25px 0;
    border-top: 1px solid #2c3746;
}

.footer-bottom-block p {
    color: #7a8aa1;
    font-size: 14px;
    margin-bottom: 0px;
}

.footer-bottom-block img {
    width: 170px;
}

/*=======================================================================
Subpages
=======================================================================*/
.sub-banner-wrapper {
    display: block;
    min-height: 584px;
    background-size: cover;
    background-position: top center;
    position: relative;
}

.sub-banner-wrapper:after {
    content: "";
    display: block;
    width: 100%;
    height: 240px;
    position: absolute;
    left: 0px;
    bottom: -1px;
    background: url(../img/arch2.svg) no-repeat center top;
    background-size: cover;
}

.sub-sub-main-banner {
    display: block;
    text-align: center;
    padding: 100px 0;
}

.sub-sub-main-banner h2 {
    margin-bottom: 30px;
}

.sub-sub-main-banner h1 span {
    color: #95e259;
}

.sub-sub-main-banner h2 span {
    color: #95e259;
}

.sub-banner-content h5 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
    margin-bottom: 30px;
}

.sub-banner-content h5 span {
    color: #95e259;
}

.sub-banner-content .commen-btn {
    padding: 18px 50px;
    font-size: 18px;
}

.reseller-plans-block {
    display: block;
    background: #edf4f6;
}

.reseller-plans-main {
    display: block;
    position: relative;
    margin-top: -180px;
}

.reseller-plans-main .home-plan-main-cont {
    max-width: inherit;
    padding: 25px 25px;
}

.reseller-plans-main .home-plan-box {
    padding: 0 0;
}

.reseller-plan-box {
    display: block;
    text-align: center;
    padding: 0 25px;
    padding-bottom: 15px;
    position: relative;
}

.reseller-plan-box h4 {
    color: #3e3f35;
    font-size: 30px;
    margin-bottom: 5px;
}

.reseller-plan-box p {
    color: #676861;
    font-size: 14px;
    line-height: 22px;
}

.home-siteocity-special.reseller-siteocity-special {
    background: #fbfdfd;
    padding: 50px 0;
}

.view-plan-pricing-box {
    display: block;
    text-align: center;
    margin-top: 45px;
}

.view-plan-pricing-box a {
    color: #067be2;
    font-size: 18px;
    font-weight: 700;
}

.else-included-block {
    display: block;
    background: #edf4f6;
    padding: 50px 0 20px 0;
}

.else-included-block .commen-head {
    display: block;
    max-width: 880px;
    margin: auto;
}

.else-included-main {
    display: block;
    max-width: 1075px;
}

.else-included-box {
    display: block;
    padding: 25px 0;
}

.else-included-left {
    display: block;
}

.else-included-right {
    display: block;
}

.else-included-right h4 {
    font-size: 22px;
}

.else-included-right h5 {
    font-family: "Quicksand", sans-serif;
    color: #4b595d;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
}

.else-included-box {
    display: block;
}

.else-included-box p {
    margin-bottom: 10px;
    font-size: 15px;
    color: #4b595d;
    padding-left: 30px;
    position: relative;
}

.else-included-box p span {
    font-weight: 700;
}

.else-included-box p:before {
    content: "\e903";
    font-family: "icomoon";
    font-size: 9px;
    width: 18px;
    height: 18px;
    display: block;
    background: #3895e8;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 3px;
}

.most-popular {
    display: block;
    width: 70%;
    background: #3196f0;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    line-height: 18px;
    position: absolute;
    left: 0px;
    top: -63px;
    right: 0px;
    margin: auto;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.service-banner-block {
    display: block;
    padding: 50px 0;
    background: #356fa3;
}
.service-banner {
    display: block;
    text-align: center;
}
.service-banner p {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}
.home-siteocity-special.service-siteocity-special {
    background: #ffffff;
}
.home-siteocity-special.service-siteocity-special .commen-head h3 {
    font-size: 40px;
}
.newest-cpanel-block.service-cpanel-block {
    background: #ffffff;
    padding: 80px 0;
}
.home-siteocity-special.service-siteocity-special2 {
    padding: 35px 0 70px 0;
}

.home-siteocity-special {
    padding: 50px 0;
}

.siteocity-special-box {
    margin-top: 20px;
}

.home-siteocity-special.service-siteocity-special2 {
    padding: 25px 0 50px 0;
}

.newest-cpanel-block.service-cpanel-block {
    padding: 50px 0;
}

.support-experience-block {
    padding: 40px 0 50px 0;
}

.footer-top-block {
    padding: 40px 0;
}

.footer-links {
    margin-top: 20px;
}

.sub-sub-main-banner h2 {
    line-height: 55px;
    margin-bottom: 20px;
}

.sub-sub-main-banner {
    padding: 70px 0 80px 0;
}

.sub-sub-main-banner {
    position: relative;
    z-index: 2;
}

.else-included-block {
    padding: 30px 0 20px 0;
}

.newest-cpanel-block {
    padding: 50px 0;
}

.technology-partners-block {
    padding: 0 0 50px 0;
}

.sub-banner-wrapper {
    min-height: inherit;
    padding-bottom: 160px;
}

.green-checkmark {
    color: #2ecc71;
}

.red-x {
    color: #e74c3c;
}

/*=======================================================================
  VPS Hosting page 15-02-2021
  =======================================================================*/
.vps-banner-section .sub-banner-content h2 {
    font-size: 56px;
}

.vps-hosting-plans-content h2 {
    margin-bottom: 35px;
}

.vps-hosting-plans-box {
    display: inline-block;
    padding-right: 285px;
    position: relative;
    text-align: right;
}

.vps-hosting-plans-box h4 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 10px;
}

.vps-hosting-plans-box h4 span {
    font-weight: 700;
}

.vps-hosting-plans-box .commen-btn {
    position: absolute;
    right: 0px;
    top: 3px;
    padding: 19px 55px;
}

.vps-hosting-plans-configuration {
    display: block;
    text-align: center;
    padding-top: 10px;
}

.web-application-span {
    display: block;
    color: #dee7ee;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.powered-by {
    display: inline-block;
    background: #ffffff;
    padding: 9px 25px;
    border-radius: 5px;
}

.reseller-plans-block.vps-plans-block {
    display: block;
    padding-bottom: 70px;
}

.reseller-plans-main .home-plan-main-cont {
    margin-top: 13px;
}

.powered-by span {
    color: #676861;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
}

.powered-by span span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.home-plan-box h5 {
    color: #067be2;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}

.green-texts {
    display: block;
    padding: 10px 20px;
    background: #95e259;
    color: #161313;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    margin-bottom: 40px;
    line-height: 18px;
}

.vps-plans-block .reseller-plans-main .home-plan-box .top {
    padding-bottom: 5px;
}

.vps-plans-block .reseller-plans-main .home-plan-box .mid {
    padding-bottom: 5px;
}

.vps-hosting-faq-block {
    display: block;
    padding: 10px 0;
    background: #edf4f6;
}

.vps-hosting-faq-main {
    display: block;
    max-width: 900px;
    margin: auto;
}

.vps-hosting-faq-main h3 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

.vps-hosting-faq-main .accordion-item {
    border-bottom: 1px solid #d5d7d5;
    color: #3e3f35;
    font-size: 20px;
    font-weight: 700;
    padding: 25px 0;
    padding-left: 50px;
    position: relative;
    cursor: pointer;
}

.vps-hosting-faq-main .accordion-item:before {
    content: "+";
    width: 21px;
    height: 21px;
    display: block;
    border-radius: 100%;
    background: #3e87c9;
    position: absolute;
    left: 10px;
    top: 25px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 21px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.vps-hosting-faq-main .accordion-item.open {
    border-bottom: 0px;
}

.vps-hosting-faq-main .accordion-item.open:before {
    content: "-";
    font-size: 20px;
    line-height: 18px;
}

.vps-hosting-faq-main .data {
    display: none;
}

.frequently-asked-cont {
    display: block;
    padding-left: 50px;
}

.frequently-asked-cont p {
    color: #384a4f;
    font-size: 16px;
}

.technology-partners-block.vps-hosting-partners-block {
    display: block;
    padding: 55px 0;
}

.technology-partners-block.vps-hosting-partners-block .technology-partners-main h5 {
    font-weight: 700;
}

a.dropdown-toggle {
    color: #fff;
    padding-left: 10px;
}

a.dropdown-toggle:hover {
    color: #95e259;
}

.dropdown-toggle::after {
    border-top: none;
    margin-left: 0;
}

@media (max-width: 600px) {
    div.logo > a > img {
        width: 175px;
        height: 50px;
    }
}

@media (min-width: 900px) {
    div.logo > a > img {
        width: 350px;
        height: 99px;
    }

    .dropdown-menu {
        min-width: 290px;
    }
}

ul.affiliates-signup {
    padding-left: 40px !important;
}

ul.affiliates-signup > li  {
    list-style-type: circle !important;
}

div.affiliate-signup-agreement {
    width: 100%;
    height: 350px;
    border: 1px solid #ccc;
    padding: 10px;
    overflow: scroll;
}

/*=======================================================================
  OpenClaw VPS Hosting page
  =======================================================================*/
.openclaw-tpl .sub-banner-wrapper .sub-banner-content h5 {
    max-width: 500px;
    margin: 0 auto;
}

.openclaw-tpl .reseller-plans-block .reseller-plans-main {
    margin-top: -130px;
}

.openclaw-tpl .launch-openclaw-block {
    padding: 10px 0 90px 0;
}

.openclaw-tpl .launch-openclaw-block h3 {
    color: #FFF;
    font-size: 32px;
    text-align: center;
}

.openclaw-tpl .launch-openclaw-block .description {
    color: #FFF;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    margin-bottom: 24px;
}

.openclaw-tpl .launch-openclaw-block h3 span {
    color: #95E259;
}

.openclaw-tpl .launch-openclaw-block .container {
    background-color: #293544;
    border-radius: 16px;
    padding: 40px;
}

.openclaw-tpl .launch-openclaw-block .container .features {
    display: flex;
    flex-direction: row;
    color: #FFF;
    gap: 32px;
    justify-content: center;
    margin-bottom: 32px;
}

@media (max-width: 991px) {
    .openclaw-tpl .launch-openclaw-block .container .features {
        flex-direction: column;
        align-items: center;
    }

    .openclaw-tpl .launch-openclaw-block .container .features .feature-item {
        display: inline-flex;

    }
}

.openclaw-tpl .launch-openclaw-block .container .features .feature-item {
    padding: 8px 0 8px 28px;
    position: relative;
}

.openclaw-tpl .launch-openclaw-block .container .features .feature-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 12px;
    background-image: url("/img/check.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.openclaw-tpl .launch-openclaw-block .container .btn {
    display: block;
    max-width: 228px;
    margin: 0 auto;
    color: #174052;
    background: #FFF;
    padding: 16px 0;
    font-weight: 600;
}

.openclaw-tpl .launch-openclaw-block .container .btn:hover {
    background: #e4e0e0;
}
