body {
    font-size: 14px;
    font-family: 'Lato',
        sans-serif;
}

.feature--boxed {
    box-shadow: none
}

header {
    overflow-y: hidden;
}

.pricing_hover {
    z-index: 2;
    transform: translate3d(0, -8px, 0);
    transition: transform .3s ease;
    color: #000000;
    box-shadow: 0 16px 40px 0 rgba(10, 14, 29, .04), 0 16px 20px 0 rgba(10, 14, 29, .16);
}

a.feature:hover {
    color: #000000;
}

.feature.feature--big-icon {
    box-shadow: 0 16px 40px 0 rgba(10, 14, 29, .04),
        0 16px 20px 0 rgba(10, 14, 29, .16);
}

.btn--outline.btn--primary:hover {
    color: rgb(255, 255, 255);
    background: #000000;
    border-color: rgb(0, 0, 0);
}

.scroll-up .site-navbar {
    background: #000 !important
}

.owl-stage {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}

.owl-item {
    display: flex;
}

.feature--medium-icon .feature__icon img {
    width: 152px;
}

.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
}

footer .h1,
footer .h2,
footer .h3,
footer .h4,
footer .h5,
footer .h6,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #ffffff;
}

.footer {
    background: linear-gradient(90deg, rgb(0, 0, 0), rgb(0, 0, 0));
}

.tile .tile__title {
    color: #000000;
}

.tile:active,
.tile:focus,
.tile:hover {
    border: none;
}

a:hover {
    cursor: pointer;
}

.font-20 {
    font-size: 20px;
}

.font-50 {
    font-size: 50px;
}

.mt--10 {
    margin-top: -10px
}

.price-box,
.feature__body {
    font-weight: 500;
}

.navbar {
    min-height: 1px;
    padding: 15px 0;
}

.site-navbar .navbar__brand {
    height: auto;
    margin-left: -16px;
}

.site-navbar .nav>.nav__item>.nav__link {
    display: flex;
    font-size: 12px;
}

.h2,
h2 {
    font-size: 30px;
}

.brand__logo img {
    max-width: 220px;
}

.price-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #007bfc;
    vertical-align: top;
    white-space: nowrap;
    border: 1px solid transparent;
    outline: 0;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 50px;
    border-radius: 3px;
}

.pricing_hover .price-btn {
    background: #000000;
    transition: 0.3s ease-in-out;
}

.svg-shape--right path {
    fill: url(#svg-gradient__shape-right-working);
}

#particles-js {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 95%
}

.p-0 {
    padding: 0px;
}

.nav__link {
    transition: 0.2s ease-out;
}

.nav__link:hover span {
    color: #51b8ff;
    transition: 0.2s ease-in;
}

.globe-container {
    position: relative;
    z-index: 99;
    top: -150px;
}

/* Underline From Center */
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #2098D1;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}

[class^="hvr-"] {
    margin: .4em;
    padding: 1em;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.loader-section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 9999999;
}

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid blue;
    border-bottom: 10px solid blue;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }


    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#rotatingGlobe {
    height: 500px;
    width: 500px;
    cursor: move;
}

canvas {
    -ms-touch-action: none;
    touch-action: none;

}

.delay-1 {
    animation-delay: .15s;
}

.delay-2 {
    animation-delay: .30s;
}

.delay-3 {
    animation-delay: .45s;
}

.delay-4 {
    animation-delay: 1s;
}

.delay-5 {
    animation-delay: 1.15s;
}

.delay-6 {
    animation-delay: 1.30s;
}

.delay-7 {
    animation-delay: 1.45s;
}

.delay-8 {
    animation-delay: 2s;
}

/* SVG ANIMATIONS  */
/* MARKETING PLUS  */
#up-move-marketing,
#up-move-marketing-m47 {
    transform: translate(0px, 5px);
    transition: 0.3s ease-in-out;
}

#marketing-plus:hover svg #up-move-marketing {
    transform: translate(0px, 0px);
    transition: 0.3s ease-in-out;
}

#marketing-plus:hover svg #up-move-marketing-m47 {
    transform: translate(-3px, 3px);
    transition: 0.3s ease-in-out;
}

/* SECURITY PLUS */
#security-plus svg {
    transform: translate(0px, -8px);
}

h3.feature__title.h5 {
    margin-top: 15px;
}

.lock-translate-up {
    transform: translate(0px, 100px)
}

.security-dots-down {
    transform: translate(-40px, 240px)
}

.lock-translate-up-5 {
    transform: translate(0px, 70px)
}

#security-plus .up-move,
.up-move-dots,
.down-dots {
    transition: 0.3s ease-in-out;
}

#security-plus:hover .up-move {
    transform: translate(0px, 50px);
    transition: 0.3s ease-in-out;
}

#security-plus:hover .up-move-dots {
    transform: translate(-40px, 180px);
    transition: 0.3s ease-in-out;
}

#security-plus:hover .down-dots {
    transform: translate(0px, 40px);
    transition: 0.3s ease-in-out;
}

#security-plus:hover .dots-animation {
    -webkit-animation: dotblink 1s linear infinite;
    animation: dotblink 1s linear infinite;
}

.banner.banner--shape.banner--homepage {
    margin-bottom: 0px;
}

.banner.banner--shape {
    padding-bottom: 0px;
}

.banner.banner--shape.banner--homepage {
    margin-bottom: 0px !important;
}

.spread {
    background: rgba(0, 0, 0, 0);
    position: relative !important;
}

.site-navbar {
    position: relative;
    background: #000;
    z-index: 99999999;
}

section {
    z-index: 99999 !important;
}

.banner {
    padding: 0px;
}

.controls-area {
    display: none;
}

.banner__actions {
    margin-top: 0px;
}

@media (min-width: 1232px) {

    .banner--illustration,
    .banner__background {
        min-height: 660px;
    }
}

.bg-dark {
    background: #000 !important;
}

.banner__background {
    display: none;
}

.feature__title {
    color: #fff
}

.feature__title+.feature__desc {
    margin-top: 5px;
}

.section--homepage-packages {
    margin-top: -50px;
}

.section--features-slider {
    z-index: 99 !important;
}

.h5,
h5 {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    margin: 0;
}

@-webkit-keyframes dotblink {
    0% {
        fill: #ffa230;
    }

    100% {
        fill: #0030b3;
    }
}

@keyframes dotblink {
    0% {
        fill: #ffa230;
    }

    100% {
        fill: #0030b3;
    }
}

.banner__title {
    font-size: 34px
}

.banner-button {
    border: 2px solid #53b9ff;
    border-radius: 50px;
    margin-top: 25px
}

.banner-button:hover {
    background: #53b9ff;
    border: 2px solid #ffffff;
    border-radius: 50px;
    margin-top: 25px
}

.canvas-container canvas {
    margin-left: 130px;
}

#up-move {
    transition: 0.3s ease-in-out;
}

.hover-svg:hover #up-move {
    transform: translate(0px, -5px);
    transition: 0.3s ease-in-out;
}

#up-move2 {
    transition: 0.3s ease-in-out;
}

.hover-svg:hover #up-move2 {
    transform: translate(0px, -2px);
    transition: 0.3s ease-in-out;
}

/* colocation */
#colocation:hover .circle-plus {
    -webkit-animation: circleblink 1s linear infinite;
    animation: circleblink 1s linear infinite;
}


@-webkit-keyframes circleblink {
    0% {
        fill: #ffa230;
    }

    100% {
        fill: #7383bf;
    }
}

@keyframes circleblink {
    0% {
        fill: #ffa230;
    }

    100% {
        fill: #7383bf;
    }
}

.server-box1,
.circle-1,
.server-box2,
.circle-2,
.small-circles-fill {
    transition: 0.3s ease-in-out;
}

#colocation:hover .small-circles-fill {
    fill: #ffa230 !important;
}

#colocation:hover .server-box1,
#colocation:hover .circle-1 {
    transform: translate(0px, -4px);
    transition: 0.3s ease-in-out;
}

#colocation:hover .server-box2,
#colocation:hover .circle-2 {
    transform: translate(0px, -2px);
    transition: 0.3s ease-in-out;
}

#colocation:hover .small-circles-fill {
    transform: translate(0px, -4px);
    transition: 0.3s ease-in-out;
}

.banner__content {
    padding-top: 0px
}

.section {
    position: relative;
    padding: 50px 0;
    z-index: 2;
    border-bottom: 1px solid #edeef2;
}

.section {
    padding: 50px 0;
}

.section--features-slider .section__title {
    margin-top: 0px;
    margin-bottom: 50px;
    color: #000;
}

.section--dark-md .list-group__content {
    color: #000;
}



.text-center {
    text-align: center !important
}

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

.mr-top {
    margin-top: 50px
}

.mx-auto {
    margin: auto;
}

.m-auto {
    margin: auto !important;
}

.svg1 {
    max-width: 50px !important;
    min-width: 50px !important;
}

.feature__icon svg {
    min-height: 100% !important;
}

/* GLOBE  */
.overlay-globe {
    display: none;
}

.banner__background {
    background: linear-gradient(90deg, #000000, #000000);
}

.controls {
    display: none;
}

.spread {
    z-index: 999;
    position: relative;
}

.spread canvas {
    width: 100% !important;
    height: auto !important;
    margin: auto;
    position: relative;
    margin-top: 0px
}

.mx-100 {
    max-width: 100% !important
}

.banner.banner--shape.banner--homepage {
    margin-bottom: -500px;
}

.spread {
    padding-bottom: 0px
}

.site-navbar {
    z-index: 999999999;
}

.banner-text-margin {
    position: relative;
    z-index: 99999;
    margin-top: 25vh;
}

.side-inner-div {
    background: #000;
    height: 100vh;
}

.h-90-p {
    height: 90%
}

.h-100-p {
    height: 100%
}

.illustration__shape-left,
.illustration__shape-right {
    top: -300px;
}

.scroll-up .site-navbar {
    position: relative;
}

.feature--medium-icon .feature__icon {
    width: 100%;
    height: auto;
    padding-left: 0;
}

.feature--medium-icon .feature__icon--mob img {
    display: block;
}

.section--dark-md {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

@media(min-width:1000px) {
    .d-lg-block {
        display: block;
    }

    .d-lg-flex {
        display: flex;
    }

    .mobile-banner-bottom {
        display: none;
    }

    .d-lg-none {
        display: none;
    }
}

.mobile-banner-bottom .feature__title {
    color: #021325;
}


.list-no-1-blink {
    -webkit-animation: fadeInBlink1 0.4s linear;
    animation: fadeInBlink1 0.4s linear;
}

@-webkit-keyframes fadeInBlink1 {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0.5;
    }

    67% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInBlink1 {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0.5;
    }

    67% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

.list-no-2-blink {
    -webkit-animation: fadeInBlink2 0.6s linear;
    animation: fadeInBlink2 0.6s linear;
}

@-webkit-keyframes fadeInBlink2 {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0.5;
    }

    67% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInBlink2 {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0.5;
    }

    67% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}


.list-no-3-blink {
    -webkit-animation: fadeInBlink3 0.9s linear;
    animation: fadeInBlink3 0.9s linear;
}

@-webkit-keyframes fadeInBlink3 {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0.5;
    }

    67% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInBlink3 {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0.5;
    }

    67% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

.ml12 {
    letter-spacing: 5px
}

.ml12 .letter:nth-child(1),
.ml12 .letter:nth-child(2),
.ml12 .letter:nth-child(3),
.ml12 .letter:nth-child(4),
.ml12 .letter:nth-child(5),
.ml12 .letter:nth-child(6) {
    color: #ffc600;
    transform: translateX(6px) translateZ(22px) scaleX(-1) rotate(0deg);
    transform: scale(-1, 1);
    display: inline-block;
}

.ml12 {
    margin-top: 0px;
}

.banner__title {
    line-height: 50px;
}

.nav__link-text {
    text-transform: uppercase;
}

.asla2 {
    margin-top: 50px !important;
    margin-left: auto;
}

.asla3 {
    padding-top: 80px
}

.section--dark-md {
    margin-top: 0px;
}

.banner__title {
    font-size: 26px;
}

.feature__desc {
    color: #aaadb7;
}

.contact-us-form-border-bottom {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}


.contact-us-label {
    transform: translate(0px, -40px);
}

.contact-us-label {
    cursor: pointer;
}

.form-control--lg {
    padding: 0px;
    height: 40px;
}

.form__actions .btn {
    min-width: 150px;
}

.form-group,
.block--boxed .block__title {
    position: relative;
    margin-bottom: 40px;
}

.form-group label {
    pointer-events: none;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.contact-us-input:focus~label,
.contact-us-input:not(:placeholder-shown)~label {
    transform: translate(0px, -60px);
}

/* MEDIA QUERIES  */

@media(max-width:1250px) {
    .spread canvas {
        width: 100% !important;
        top: 30%
    }
}

@media(max-width:1100px) {
    .spread canvas {
        width: 100% !important;
        top: 30%
    }
}

@media(max-width:500px) {
    .spread canvas {
        width: 100% !important;
        top: 15%
    }
}

@media(max-width:700px) {
    .spread {
        display: none
    }
}

@media(min-width:800px) {
    .pricing-list .col-lg-4 {
        padding: 0;
        margin: 0 -10px;
    }
}

@media(max-width:1000px) {

    #rotatingGlobe {
        height: 300px;
        width: 300px;
        cursor: move;
    }

    .banner__background {
        min-height: 600px;
    }

    .globe-container {
        top: -50px;
    }

    .overlay-globe {
        display: block;
        width: 100%;
        min-height: 300px;
        background: transparent;
        position: absolute;
        z-index: 99;
    }

    .section--homepage-packages {
        margin-top: 30px;
    }

    .banner-text-margin {
        position: relative;
        z-index: 99999;
        margin-top: 0vh;
    }

    .side-inner-div {
        background: #000;
        height: auto
    }
}

@media(max-width:992px) {
    .feature--boxed {
        flex-direction: column;
    }

    .feature__body h4 {
        text-align: center;
    }

    .feature__body p {
        text-align: center;
    }

    .feature__body {
        text-align: center;
    }
}

@media (max-width: 751px) {

    .h1,
    h1 {
        font-size: 25px;
    }

    .section--homepage-packages {
        margin-bottom: 30px;
    }

    .section--dark-md.section--features-slider {
        padding-top: 256px;
        margin-top: -192px;
    }

    .section--dark-md .browsers,
    .section--dark-md .illustration {
        margin-bottom: -40px;
    }

    .section--dark-md.section--features-slider {
        padding-top: 256px;
        margin-top: 0 !important;
    }

}

@media (min-width: 1012px) {
    .feature--big-icon .feature__icon {
        height: 180px;
    }

    .feature--big-icon .feature__icon.cs12 {
        width: 160px;
    }

    .section--dark-md {
        margin-top: -0px !important;
    }

    .section--homepage-packages .section--features-slider {
        padding-top: 75px;
    }

    .section--homepage-packages .feature--big-icon .feature__body {
        padding: 0 10px 20px;
    }

    .section--dark-md.section-bottom:before {
        background: transparent;
        background-image: none;
    }

    .feature--big-icon .feature__icon {
        height: auto;
    }

    .section--homepage-packages .feature--big-icon .feature__body {
        padding: 0px 10px 0px;
    }

    .section__block .svg-illustration {
        height: 300px;
    }

    .section__block {
        max-width: 512px;
        width: 100%;
        min-height: 350px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

}

.colocation-services .col-lg-4 {
    margin-bottom: 50px
}

.colocation-services .svg-illustration {
    height: 450px;
}

.colocation-services .section__block {
    height: 450px;
}

.colocation-services .feature--boxed {
    padding: 30px 0px;
}

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

.illustration__shape-left,
.illustration__shape-right {
    top: -470px;
}

section.dedicated-server.section.section--dark-md {
    padding-bottom: 0px;
}

.banner-bottom-shape svg {
    top: 300px !important;
}

@media (max-width: 1300px) {
    .spread canvas {
        width: 90% !important;
    }
}

@media (max-width: 1231px) {
    .container {
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .spread canvas {
        width: 60% !important;
    }

    .corners-tir {
        height: 100% !important;
    }
}

@media (min-width: 1231px) {
    .banner-section-content {
        position: relative;
        left: -55px;
    }
}

.header-padding {
    padding: 0 30px;
}

.banner-bottom-box-hover {
    padding: 30px;
    transition: 0.3s ease;
}

.banner-bottom-box-hover:hover {
    transform: translate(0px, -10px);
    transition: 0.3s ease;
    cursor: pointer;
    box-shadow: 0 16px 40px 0 rgba(10, 14, 29, .04),
        0 16px 20px 0 rgba(10, 14, 29, .16);
}

.i-c-6x {
    height: 120px !important;
    width: 140px !important;
}

.mobile-full-width-svg1 {
    width: 300px !important;
}

.mobile-full-width-svg2 {
    width: 200px !important;
}

.mobile-full-width-svg3 {
    width: 350px !important
}

.mobile-full-width-svg4 {
    width: 265px !important;
}

.validate-fail {
    border-bottom: 2px solid red;
}

.disable-click .submit {
    pointer-events: none;
    cursor: default;
    opacity: 0.2;
}

.form label.error {
    display: none !important
}

.corners-tir {
    height: 80%;
}

.feature__body button {
    margin-top: auto;
}

.min-height-100 {
    min-height: 100px;
}

.flex-column {
    flex-direction: column;
}

.pricing-list .col-md-6.col-xl-3 {
    padding: 0 15px;
}

.height-100 {
    height: 100%;
}

.tile {
    border: 2px solid #e6e7eb;
}

/* typer */
/*Add custom cursor so it auto inherits font styles*/
.typed::after {
    content: '|';
    display: inline;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

/*Removes cursor that comes with typed.js*/
.typed-cursor {
    opacity: 0;
    display: none;
}

/*Custom cursor animation*/
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animationh1 span,
.animationh2 span,
.animationh3 span,
.animationh4 span {
    padding: 0 3px;
    font-size: 20px;
}

.animationh1 span,
.animationh2 span,
.animationh3 span,
.animationh4 span {
    display: inline-block;
    animation: slideLefth1 2s forwards;
    opacity: 0;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    color: #fff;
    padding: 0 3px;
}

.animationh4 span {
    color: yellow
}

@keyframes slideLefth1 {
    from {
        opacity: 0;
        transform: translateX(200px);
    }

    to {
        opacity: 1;
        transform: translateX(0%);
    }
}


@media (max-width:1366px) {
    .corners-tir {
        height: 100%;
    }
}

@media (max-width:1011px) {
    .own-server-top {
        margin-top: 50px;
    }

    .d-none {
        display: none;
    }

    .coming-soon {
        line-height: 65px !important;
    }

    .mobile-banner-bottom {
        display: block;
    }

    .section__content {
        margin-top: 100px;
    }

    header {
        padding: 0px 0 40px;
    }

    .d-block {
        display: block
    }

    .d-flex {
        display: flex
    }

    .banner.banner--shape {
        padding-bottom: 0px;
    }

    .banner.banner--shape.banner--homepage {
        margin-bottom: 100px;
    }

    .spread {
        padding-bottom: 50px
    }

    .section--homepage-packages .feature__body {
        padding: 0px !important
    }

    .feature__desc {
        margin-bottom: 0px !important
    }

    .feature--big-icon .feature__icon {
        height: 80px;
        width: 218px;
        margin-top: 0px;
    }

    .svg1 {
        max-width: 60px !important;
        min-width: 60px !important;
    }

    .svg3 {
        max-width: 120px !important;
        min-width: 120px !important;
    }

    .margin-minus {
        margin-right: -30px;
        transform: translate(-20px, 0);
    }

    .section--features-slider {
        padding-top: 200px
    }

    .corners-tir {
        display: none;
    }

    header {
        padding-bottom: 30px !important;
    }

    .asla2 {
        margin-top: 50px !important;
        margin-left: auto;
        margin-right: auto
    }

    .mobile-full-width-svg1 {
        width: 200px !important;
    }

    .mobile-full-width-svg2 {
        width: 200px !important;
    }

    .mobile-full-width-svg3 {
        width: 200px !important;
    }

    .mobile-full-width-svg4 {
        width: 200px !important;
    }

    .site-navbar .navbar__brand .brand__logo {
        width: auto;
    }

    .section--dark-md {
        background: none;
    }
}

@media (max-width: 751px) {

    .banner-bottom-box-hover,
    .section--dark-md.section--features-slider {
        margin-bottom: 0px !important;
    }

    .section__content {
        margin-top: 40px !important;
    }

    .coming-soon {
        font-size: 30px !important;
        line-height: 65px !important;
    }
}

@media (min-width: 1011px) {
    .corners-tir {
        display: flex !important;
    }
}

@media (max-width: 400px) {
    .d-block-imp {
        display: block !important;
    }
}

@media (min-width: 1011px) {
    .d-block-imp {
        display: block !important;
    }
}

@media (min-width: 1250px) {
    .d-block-imp {
        display: flex !important;
    }
}

.dialog-info {
    display: none !important
}

/* Cursor Styling */

.cursor::after {
    content: '';
    display: inline-block;
    margin-left: 3px;
    background-color: #000;
    animation-name: blink;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
}

span.cursor::after {
    height: 25px;
    width: 2px;
}

.m-0 {
    margin: 0px;
}

.text-center {
    text-align: center;
}

.text-decoration-none {
    text-decoration: none;
}

.section__title {
    margin-bottom: 40px;
}

.ls-1px {
    letter-spacing: 1px;
}

.row--mob-sm.tiles .wow.fadeInUp {
    display: flex;
    align-items: stretch;
    margin-top: 16px;
}

.site-navbar .navbar__account:after,
.site-navbar .navbar__burger:after{
    display: none
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    49% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@media(max-width:1400px) {
    .site-navbar .nav>.nav__item>.nav__link {
        display: flex;
        font-size: 10px;
    }
}