@charset "utf-8";
/* CSS Document */
@import url("font-awesome.css");
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
}
::selection {
    background: #1b1c21;
    color: #fff;
}
::-moz-selection {
 background: #1b1c21;
 color: #fff;
}
::-webkit-selection {
 background: #1b1c21;
 color: #fff;
}
::-o-selection {
 background: #1b1c21;
 color: #fff;
}
::-ms-selection {
 background: #1b1c21;
 color: #fff;
}
a:focus {
    color: #f8646d;
    text-decoration: none;
}
/*Common Styles*/
.padding-top50 {
    padding-top: 50px;
}
.padding-bottom50 {
    padding-bottom: 50px;
}
.padding-top100 {
    padding-top: 100px;
}
.padding-bottom100 {
    padding-bottom: 100px;
}
.side-padding {
    padding-left: 3%;
    padding-right: 3%;
}
.border-radius15 {
    border-radius: 25px;
}
.rwh-sectional-padding {
    padding-left: 3%;
    padding-right: 3%;
}
.rwh-additional-padding {
    padding-left: 8%;
    padding-right: 8%;
}
/* Middle CSS*/
section.rwh-header-block {
    background: url(../images/Hero-Bg.svg);
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-size: 100%;
    border-bottom: #e3e3e3 solid 1px;
}
.rwh-hero-block .col-lg-6 img {
    width: 75%;
    margin: 0px auto;
    display: block;
}
.rwh-hero-block .col-lg-6 h1 {
    display: block;
    font-size: 55px;
    font-weight: 900;
    line-height: 58px;
    padding-top: 125px;
    margin-bottom: 10px;
    padding-right: 10%;
}
a.rwh-hero-btn {
    padding: 0px 35px;
    line-height: 50px;
    display: inline-block;
    border: #fff solid 1px;
    margin-right: 8px;
    border-radius: 6px;
    font-weight: bold;
    margin-top: 10px;
    transition: .2s ease-in-out;
}
a.rwh-hero-btn:hover {
    background: #fff;
    color: #333;
    text-decoration: none;
}
a.rwh-hero-white-cta {
    background: #fff;
    color: #1062fe;
}
a.rwh-hero-line-cta {
    color: #fff;
}
.rwh-products-lists h1 {
    color: #1b1c21;
    margin: 0;
    padding: 80px 0 40px;
    font-size: 42px;
    font-weight: 900;
}
.rwh-products-block, .rwh-partners-outer {
    background: #fff;
    border-radius: 20px;
    box-shadow: rgb(4 4 4 / 6%) 2px 18px 80px;
    padding: 25px;
    transition: .2s ease-in-out;
    position: relative;
    top: 0;
}
.rwh-products-block:hover, .rwh-partners-outer:hover {
    box-shadow: rgb(4 4 4 / 16%) 2px 18px 80px;
    top: -10px;
}
.rwh-products-block:hover, .rwh-partners-outer:hover {
    box-shadow: rgb(4 4 4 / 16%) 2px 18px 80px;
}
.rwh-products-block h4 {
    color: #1b1c21;
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}
.rwh-products-block p, .rwh-partners-outer p {
    display: block;
    padding-bottom: 50px;
    color: #6b6969;
    line-height: 20px;
    padding-left: 50px;
    padding-right: 50px;
}
.rwh-products-block span {
    display: block;
    color: #1062fe;
    font-size: 20px;
    font-weight: bold;
}
.rwh-products-lists .col-lg-4 a {
    text-decoration: none;
}
.rwh-imp-block {
    border: #0905c1 solid 8px;
    padding: 16px;
}
header.rwh-navination-header {
    border-bottom: #3d8dfe solid 1px;
}
header.rwh-navination-header .rhw-logo {
    padding: 15px;
    border-right: #3d8dfe solid 1px;
}
header.rwh-navination-header .rhw-logo img {
    width: 60%;
}
header.rwh-navination-header .col-lg-5 ul {
    margin: 40px 0 0;
    padding: 0;
}
header.rwh-navination-header .col-lg-5 ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}
header.rwh-navination-header .col-lg-5 ul li a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: .2s ease-in-out;
    position: relative;
}
header.rwh-navination-header .col-lg-5 ul li a:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 1px;
    background: #fff;
    bottom: -5px;
    transition: .2s ease-in-out;
    left: 50%;
    opacity: 0;
}
header.rwh-navination-header .col-lg-5 ul li a:hover:before {
    width: 100%;
    opacity: 1;
    left: 0;
}
header.rwh-navination-header .col-lg-5 ul.menu-icons li a:before {
    display: none;
}
.rwh-partners-outer {
    text-align: center;
}
.rwh-partners-outer p {
    padding: 15px 25px 0;
    min-height: 75px;
}
a.rwh-line-cta-l {
    padding: 0px 30px;
    line-height: 50px;
    display: inline-block;
    border: #0b8dfb solid 1px;
    margin-right: 8px;
    border-radius: 6px;
    font-weight: bold;
    margin-top: 10px;
    color: #0b8dfb;
    transition: .2s ease-in-out;
}
a.rwh-line-cta-l:hover {
    background: #0b8dfb;
    color: #fff;
    text-decoration: none;
}
.rwh-partner-logo {
    display: block;
    height: 70px;
    overflow: hidden;
}
.rwh-partner-logo img {
    display: block;
    margin: 0px auto;
    height: 90%;
}
.rwh-partners-outer {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.rwh-our-clients {
    padding-top: 20px;
    padding-bottom: 15%;
    position: relative;
}
.rwh-our-clients h1 {
    display: block;
    text-align: center;
    font-weight: 900;
    font-size: 42px;
}
.rwh-our-clients p, .rwh-testimonials .col-lg-12 p {
    text-align: center;
    color: #6b6969;
}
.dark-head {
    color: #1b1c21;
}
.white-head {
    color: #ffffff;
}
.rwh-partners {
    padding-bottom: 11%;
    background: url(../images/Middle-Bg-Bottom.svg);
    background-position: top center;
    background-size: 100%;
    padding-top: 40px;
    background-repeat: no-repeat;
}
/*section.rwh-middle-block {
    background: url("../images/Middle-Bg.svg");
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
}*/
.rwh-our-clients {
    background: url(../images/Middle-Bg-Top.svg);
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: -1px;
}
a.rwh-adjust-top-spacing {
    margin-top: 10%;
}
.rwh-partners h1, .rwh-testimonials h1, .rwh-lets-started h1 {
    font-size: 42px;
    font-weight: 900;
}
.rwh-partners .col-lg-12 p, .rwh-lets-started .col-lg-12 p {
    width: 40%;
    margin: 0px auto 30px;
}
header.rwh-navination-header .col-lg-5 ul li a i {
    font-size: 25px;
}
.rwh-map-block svg {
    fill: #dfe3ed;
}
.rwh-map-block {
    display: block;
    margin: 15px auto 0;
    width: 100%;
}
.rwh-client-count {
    position: absolute;
    top: 55%;
    left: 10%;
    background: #fff;
    border-radius: 20px;
    box-shadow: rgb(4 4 4 / 6%) 2px 18px 80px;
    padding: 45px;
    transition: .2s ease-in-out;
    text-align: center;
}
.rwh-client-count h3 {
    margin: 0;
    color: #1062fe;
    font-weight: 900;
    font-size: 34px;
    line-height: 44px;
}
.rwh-client-count span {
    color: #232222;
    font-size: 16px;
    line-height: 20px;
}
.rwh-testimonials {
    padding-bottom: 100px;
    background: url(../images/Bottom-Bg-Top.svg);
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 0px;
}
.item {
    opacity: 1;
    transition: .4s ease all;
    margin: 0 20px;
    padding: 35px 0 70px;
}

@media(max-width:1000px) {
.item {
    margin: 0;
    transform: scale(.9)
}
}
.active .item {
    opacity: 1;
}
.owl-nav {
    display: none;
}
.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.inner {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}
.inner a {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid rgba(255,255,255,0.5);
    transition: .3s ease border-color
}
.inner a:hover {
    border-color: #fff;
}
.black .inner a {
    color: #000;
    border-color: rgba(0,0,0,0.4)
}
.black .inner a:hover {
    border-color: #000;
}
/*section.rwh-bottom-block {
    background: url(../images/Bottom-Bg.svg);
    padding-bottom: 0px;
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
}*/
footer.rwh-footer {
    background: #17191c;
    padding-top: 60px;
    padding-bottom: 60px;
}
footer.rwh-footer .col-lg-3 h3 {
    margin: 0 0 15px;
    font-size: 18px;
    color: #6a6d71;
    display: block;
    font-weight: 600;
}
footer.rwh-footer .col-lg-3 ul {
    margin: 0;
    padding: 0;
}
footer.rwh-footer .col-lg-3 ul li {
    list-style: none;
    display: block;
    line-height: 28px;
}
footer.rwh-footer .col-lg-3 ul li a {
    color: #6a6d71;
    transition: .2s ease-in-out;
}
footer.rwh-footer .col-lg-3 ul li a:hover {
    text-decoration: none;
    color: #919599;
}
section.rwh-tiny-footer {
    background: #17191c;
    border-top: #2d2e31 solid 1px;
    padding-top: 40px;
    padding-bottom: 40px;
}
section.rwh-tiny-footer .col-lg-4 p {
    margin: 0;
    color: #6a6d71;
    line-height: 32px;
}
section.rwh-tiny-footer .col-lg-8 ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
section.rwh-tiny-footer .col-lg-8 ul li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;
    line-height: 32px;
}
section.rwh-tiny-footer .col-lg-8 ul li a {
    color: #6a6d71;
}
section.rwh-tiny-footer .col-lg-8 ul li a:hover {
    text-decoration: none;
    color: #919599;
}
footer.rwh-footer .col-lg-3 ul.rwh-social-list {
    display: block;
}
footer.rwh-footer .col-lg-3 ul.rwh-social-list li {
    display: inline-block;
    margin-right: 25px;
}
footer.rwh-footer .col-lg-3 p {
    display: block;
    margin: 25px 0 5px;
    color: #6a6d71;
}
footer.rwh-footer .col-lg-3 ul.rwh-social-list li a {
    font-size: 20px;
}
.rwh-testim-outer {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: rgb(4 4 4 / 6%) 2px 18px 60px;
    transition: .2s ease-in-out;
}
.rwh-testim-outer:hover {
    box-shadow: rgb(4 4 4 / 16%) 2px 18px 60px;
}
.rwh-testim-outer .col-lg-9 p {
    text-align: left;
    margin-top: 15px;
}
.rwh-testim-outer .col-lg-3 img {
    border-radius: 50%;
    overflow: hidden;
}
.rwh-testim-outer .col-lg-9 span {
    display: block;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #1062fe;
}
.rwh-lets-started {
    padding: 130px 0 120px;
    background: url(../images/Bottom-Bg-Bottom.svg);
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.rwh-get-started-outer {
    background-color: #0d6bfe;
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../images/loading.gif") center no-repeat #fff;
}
header.rwh-navination-header .rhw-logo a svg {
    width: 100%;
    max-height: 65px;
}
footer.rwh-footer .col-lg-3 svg {
    max-height: 75px;
}
.cls-1 {
    fill: #ffffff;
}
.cls-2 {
    fill: #46494e;
}
.rwh-hero-block {
    overflow: hidden;
}
/*======Map Locations Stylesheets Start=======*/

.locations-map {
    width: 1112px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.locations-map__pins {
    position: relative;
    z-index: 10;
}

.locations-map--do .locations-map__info,
.locations-map--vultr .locations-map__info {
    transition: width .3s ease, height .3s ease, top .3s ease, right .3s ease
}

.locations-map--do .locations-map__info-label,
.locations-map--do .locations-map__info-value,
.locations-map--vultr .locations-map__info-label,
.locations-map--vultr .locations-map__info-value {
    transition: font-size .3s ease, line-height .3s ease
}

@keyframes pinAnimation {
    0% {
        width: 10px;
        height: 10px;
        opacity: .5
    }

    to {
        width: 58px;
        height: 58px;
        opacity: 0
    }
}

@media (min-width:1012px) and (max-width:1231px) {
    .locations-map {
        transform: scale(.85), translateX(-2vw)
    }
}

@media (min-width: 1012px) {
    .locations-map__pin:hover .locations-map__dot div.locations-map__popover {
        display: flex;
    }

    .locations-map__pin-animation span {
        box-sizing: border-box;
        position: relative;
    }

    .locations-map__pin-animation span:before {
        animation: ripple 4s ease-out infinite;
        border: solid 4px #277cf9;
        border-radius: 1em;
        bottom: 0;
        box-sizing: border-box;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .locations-map__pin-animation span:after {
        animation: ripple 2s 1s ease-out infinite;
        border: solid 2px #277cf9;
        border-radius: 1em;
        bottom: 0;
        box-sizing: border-box;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .locations-map__pin:nth-child(2) .locations-map__pin-animation span:before,
    .locations-map__pin:nth-child(2) .locations-map__pin-animation span:after{
        animation: ripple 3s 2s ease-out infinite;
    }
    .locations-map__pin:nth-child(3) .locations-map__pin-animation span:before,
    .locations-map__pin:nth-child(3) .locations-map__pin-animation span:after{
        animation: ripple 3s 4s ease-out infinite;
    }
    .locations-map__pin:nth-child(4) .locations-map__pin-animation span:before,
    .locations-map__pin:nth-child(4) .locations-map__pin-animation span:after{
        animation: ripple 3s 6s ease-out infinite;
    }
    .locations-map__pin:nth-child(5) .locations-map__pin-animation span:before,
    .locations-map__pin:nth-child(5) .locations-map__pin-animation span:after{
        animation: ripple 3s 8s ease-out infinite;
    }


    @keyframes ripple {
        0% {
            opacity: .25;
        }

        100% {
            border-radius: 2em;
            opacity: 0;
            transform: scale(6.0);
        }
    }

    .rwh-client-count {
        position: absolute;
        top: 55%;
        left: 10%;
        background: #fff;
        border-radius: 20px;
        box-shadow: rgb(4 4 4 / 6%) 2px 18px 80px;
        padding: 45px;
        transition: .2s ease-in-out;
        text-align: center;
    }

    .rwh-client-count h3 {
        margin: 0;
        color: #1062fe;
        font-weight: 900;
        font-size: 34px;
        line-height: 44px;
    }

    .rwh-client-count span {
        color: #232222;
        font-size: 16px;
        line-height: 20px;
    }

    /*
    .locations-map__pin {
        opacity: 0
    }
*/

    .locations-map__pin.is-hover {
        z-index: 999
    }

    .locations-map__pin.is-hover .locations-map__popover {
        display: flex
    }

    .locations-map__pin.is-hover .locations-map__dot:after {
        transform: scale(2)
    }

    .locations-map__dot {
        cursor: pointer;
        height: 32px;
        width: 32px;
        position: absolute;
        top: -11px;
        left: -11px;
        z-index: 25
    }

    .locations-map__dot:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        top: 50%;
        left: 50%;
        margin: -5px 0 0 -5px;
        border-radius: 100%;
        background: #277cf9;
        transition: all .3s cubic-bezier(.51, .23, .37, .89)
    }
}

.locations-map__popover {
    width: 215px;
    min-height: 178px;
    background: #fff;
    padding: 16px;
    box-shadow: 0 4px 32px 0 rgb(10 14 29 / 2%), 0 8px 64px 0 rgb(10 14 29 / 8%);
    border-radius: 3px;
    position: absolute;
    left: 50%;
    margin-left: -107px;
    bottom: 33px;
    display: none;
    flex-direction: column;
    align-items: center;
    animation-name: fadeInUp;
    animation-duration: .3s;
    animation-fill-mode: both;
}

.locations-map__illustration {
    margin: 0 auto;
    width: 100px;
}

.locations-map__name {
    color: #142149;
    font-weight: 500;
    padding-top: 10px;
}

.locations-map__actions {
    padding-top: 4px;
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
}

.locations-map__actions-link {
    padding-left: 4px;
    color: #007bfc;
    text-decoration: underline;
}

.locations-map__illustration img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}

.locations-map__name-country {
    display: none;
}

.locations-map__pin-animation {
    width: 60px;
    min-width: 60px;
    height: 60px;
    position: absolute;
    left: -25px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.locations-map__pin-animation span {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #277cf9;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: .5;
    right: 0;
    margin: auto;
}

.locations-map__pin {
    height: 10px;
    width: 10px;
    position: absolute;
    display: flex;
    top: 149px;
    left: 730px;
}

@media (max-width: 1011px) {
    .svg-illustration--map {
        display: none;
    }

    .locations-map {
        position: static;
        transform: none;
        width: 100%;
    }

    .locations-map__pins {
        margin-top: -16px;
    }

    .locations-map__pins {
        display: flex;
        flex-wrap: wrap;
        margin-left: -8px;
        margin-right: -8px;
    }

    .locations-map__pin {
        margin-top: 16px;
        display: flex;
        align-items: center;
        position: static;
        left: auto;
        top: auto;
        background: none;
        width: 25%;
        height: auto;
        font-weight: 500;
        color: #142149;
        padding: 0 8px;
        cursor: unset;
    }

    .locations-map__dot {
        width: 100%;
        height: 100%;
        display: flex;
    }

    .locations-map__popover {
        display: flex;
        position: static;
        width: 100%;
        min-height: unset;
        margin: 0;
        box-shadow: none;
        border: 1px solid #e6e7eb;
        animation: unset;
    }

    .locations-map__popover {
        box-shadow: 0 8px 16px 0 rgb(10 14 29 / 2%), 0 8px 40px 0 rgb(10 14 29 / 6%);
    }

    .locations-map__illustration {
        width: 72px;
        margin-bottom: 16px;
    }

    .locations-map__name {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 16px;
        text-align: left;
    }

    .locations-map__name-state {
        display: none;
    }

    .locations-map__name-country {
        display: block;
        font-size: 13px;
        font-weight: 300;
        line-height: 20px;
        color: #a1a5b2;
    }

    .locations-map__actions {
        display: none;
    }

    .locations-map__actions {
        font-size: 12px;
    }

    .locations-map__info,
    .locations-map__pin-animation {
        display: none;
    }
}

@media (max-width: 1011px) and (max-width: 1011px) {
    .locations-map__name-country {
        font-size: 12px;
    }
}


@media (max-width: 751px) {
    .locations-map__pin {
        height: 32px;
        width: 50%;
        min-width: 50%;
        margin-top: 8px;
    }

    .locations-map__popover {
        background: none;
        border: 0;
        padding: 0;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        box-shadow: none;
    }

    .locations-map__illustration,
    .locations-map__name-country {
        display: none;
    }

    .locations-map__actions {
        font-size: 12px;
    }

    .locations-map__pin:before {
        content: "";
        display: inline-block;
        border-radius: 100px;
        height: 8px;
        width: 8px;
        min-width: 8px;
        margin-right: 20px;
        background: #007bfc;
    }
}

@media (max-width: 480px) {
    .locations-map__name {
        font-size: 14px;
        text-align: left;
    }

    .locations-map__pin:before {
        margin-right: 15px;
    }
}


/*======Map Locations Stylesheets End=======*/

@media(max-width:1000px) {
    .item {
        margin: 0;
        transform: scale(.9)
    }
}