html body {
    /* background-color: #1667b0; */
    background: linear-gradient(to right, #1f7ed0 10%, rgb(0, 46, 218) 100%)
}

body.dark-layout {
    background: linear-gradient(to right, #1a233a 10%, #030e2b 100%)
}

.header-navbar.fixed-top {
    /* background-color: transparent!important; */
    background: linear-gradient(to right, #1f7ed0 10%, rgb(0, 46, 218) 100%)
}

body.dark-layout .header-navbar.fixed-top {
    background: linear-gradient(to right, #1a233a 10%, #030e2b 100%)
}

.greeting-text {
    color: white
}

.user-name {
    color: white
}

.user-status {
    color: white!important;
}

.box {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    transition: transform .6s ease;
}

.box:hover {
    transform: scale(1.1)
}

.our-services {
    margin-top: 75px;
    padding-bottom: 30px;
    padding: 0 60px;
    min-height: 198px;
    text-align: center;
    border-radius: 10px;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 25px 0 rgba(20, 27, 202, .17)
}

.our-services-con {
    margin-top: 20px;
    text-align: center;
    border-radius: 10px;
    transition: all .4s ease-in-out;
    margin-bottom: 10px !important;
    box-shadow: 0 0 25px 0 rgba(20, 27, 202, .17)
}

.our-services .icon {
    margin-bottom: -21px;
    transform: translateY(-50%);
    text-align: center;
}

.our-services:hover h4, .our-services:hover p {
    color: #fff
}

.speedup:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #fb0054 0%, #f55b2a 100%)
}

.settings:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #34b5bf 0%, #210c59 100%)
}

.privacy:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #3615e7 0%, #44a2f6 100%)
}

.backups:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #fc6a0e 0%, #fdb642 100%)
}

.ssl:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #8d40fb 0%, #5a57fb 100%)
}

.database:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #27b88d 0%, #22dd73 100%)
}

.main_logo {
    width: 100px;
    margin-bottom: 20px;
}

.cursor_div {
    cursor: pointer;
}

.loading_modal {
    display: block;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #fff;
    width: 100%;
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

body.dark-layout .loading_modal {
    background-color: #1a233a;
    opacity: 0.8;
}

.swiper-button-prev {
    background-image: none !important;
    margin-top: -30px !important;
}

.swiper-button-next {
    background-image: none !important;
    margin-top: -30px !important;
}

.loading_image {
    width: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}