@font-face {
    font-family: 'Poppins';
    font-weight: 900;
    src: url('../fonts/features-fonts/PoppinsExtraBold.eot');
    src: url('../fonts/features-fonts/PoppinsExtraBold.eot') format('embedded-opentype'), url('../fonts/features-fonts/PoppinsExtraBold.woff2') format('woff2'), url('../fonts/features-fonts/PoppinsExtraBold.woff') format('woff'), url('../fonts/features-fonts/PoppinsExtraBold.ttf') format('truetype'), url('../fonts/features-fonts/PoppinsExtraBold.svg#PoppinsExtraBold') format('svg');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    src: url('../fonts/features-fonts/PoppinsBold.eot');
    src: url('../fonts/features-fonts/PoppinsBold.eot') format('embedded-opentype'), url('../fonts/features-fonts/PoppinsBold.woff2') format('woff2'), url('../fonts/features-fonts/PoppinsBold.woff') format('woff'), url('../fonts/features-fonts/PoppinsBold.ttf') format('truetype'), url('../fonts/features-fonts/PoppinsBold.svg#PoppinsBold') format('svg');
}

@font-face {
    font-family: 'DMSans';
    font-weight: 400;
    src: url('../fonts/features-fonts/DMSansRegular.eot');
    src: url('../fonts/features-fonts/DMSansRegular.eot') format('embedded-opentype'), url('../fonts/features-fonts/DMSansRegular.woff2') format('woff2'), url('../fonts/features-fonts/DMSansRegular.woff') format('woff'), url('../fonts/features-fonts/DMSansRegular.ttf') format('truetype'), url('../fonts/features-fonts/DMSansRegular.svg#DMSansRegular') format('svg');
}

@font-face {
    font-family: 'DMSans';
    font-weight: 700;
    src: url('../fonts/features-fonts/DMSansBold.eot');
    src: url('../fonts/features-fonts/DMSansBold.eot') format('embedded-opentype'), url('../fonts/features-fonts/DMSansBold.woff2') format('woff2'), url('../fonts/features-fonts/DMSansBold.woff') format('woff'), url('../fonts/features-fonts/DMSansBold.ttf') format('truetype'), url('../fonts/features-fonts/DMSansBold.svg#DMSansBold') format('svg');
}


@font-face {
    font-family: 'DMSans';
    font-weight: 900;
    src: url('../fonts/features-fonts/DMSansBlack.eot');
    src: url('../fonts/features-fonts/DMSansBlack.eot') format('embedded-opentype'), url('../fonts/features-fonts/DMSansBlack.woff2') format('woff2'), url('../fonts/features-fonts/DMSansBlack.woff') format('woff'), url('../fonts/features-fonts/DMSansBlack.ttf') format('truetype'), url('../fonts/features-fonts/DMSansBlack.svg#DMSansBlack') format('svg');
}

@font-face {
    font-family: 'DMSans';
    font-weight: 400;
    font-style: italic;
    src: url('../fonts/features-fonts/DMSansItalic.eot');
    src: url('../fonts/features-fonts/DMSansItalic.eot') format('embedded-opentype'), url('../fonts/features-fonts/DMSansItalic.woff2') format('woff2'), url('../fonts/features-fonts/DMSansItalic.woff') format('woff'), url('../fonts/features-fonts/DMSansItalic.ttf') format('truetype'), url('../fonts/features-fonts/DMSansItalic.svg#DMSansItalic') format('svg');
}


@font-face {
    font-family: 'MVBOLI';
    src: url('../fonts/features-fonts/MVBOLI.eot');
    src: url('../fonts/features-fonts/MVBOLI.eot') format('embedded-opentype'), url('../fonts/features-fonts/MVBOLI.woff2') format('woff2'), url('../fonts/features-fonts/MVBOLI.woff') format('woff'), url('../fonts/features-fonts/MVBOLI.ttf') format('truetype'), url('../fonts/features-fonts/MVBOLI.svg#MVBOLI') format('svg');
}



:root {
    --brandColor1: #864298;
    --brandColor2: #fff;
    --brandColor3: #010101;
    --brandColor4: #ebd8f0;
}

.gradient {
    background: rgb(84, 116, 179);
    background: linear-gradient(90deg, rgba(84, 116, 179, 1) 0%, rgba(91, 112, 176, 1) 8%, rgba(100, 107, 173, 1) 19%, rgba(114, 95, 166, 1) 28%, rgba(117, 91, 164, 1) 36%, rgba(120, 87, 162, 1) 48%, rgba(123, 84, 160, 1) 60%, rgba(127, 79, 158, 1) 73%, rgba(131, 71, 154, 1) 83%, rgba(133, 67, 153, 1) 91%, rgba(134, 66, 152, 1) 100%);
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
    margin: 0;
}

a,
a:hover {
    text-decoration: none;
}

body {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-family: "DMSans", sans-serif;
    color: var(--brandColor3);
    line-height: 1em;
    font-size: 16px;
}

.features img {
    max-width: 100%;
    height: auto;
}

p {
    font-weight: 400;
    margin: 0;
    line-height: 1.4em;
}
/*
.container {
    max-width: 1682px;
}
*/

h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-size: 60px;
    color: var(--brandColor2);
    text-transform: uppercase;
    line-height: 1em;
    text-align: center;
}

h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: var(--brandColor2);
    text-align: center;
}

h3 {
    font-family: "MVBOLI", sans-serif;
    font-size: 26px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

h4 {
    font-size: 21px;
    font-weight: 900;
}

.heading1 {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-size: 45px;
    text-transform: uppercase;
    color: var(--brandColor2);
    text-align: left;
}

.hero_section p {
    font-size: 18px;
    line-height: 1.3em;
    margin-top: 20px;
    text-align: center;
    color: var(--brandColor2);
}

.main_banner {
    background: url('../img/features/mainbanner.jpg')no-repeat center/cover;
    min-height: 355px;
    margin-top: 48px;
    border: 1px solid #000;
    border-radius: 30px;
}

.feat_image {
    position: absolute;
    top: -62px;
    left: -68px;
}

.hero_text_inner {
    min-height: 355px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 80px;
}

.featured_services {
    margin-top: 50px;
}

/*
.drive_sec .col-lg-6:first-child,
.reviews_sec .col-lg-6:first-child {
    padding-right: 80px;
}
*/

.reviews_sec {
    margin-top: 20px;
}

.text_icon {
    display: flex;
    margin-bottom: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.text_icon_img {
    width: 12%;
}

.text_icon_wrap {
    width: 82%;
}

.text_icon_wrap p {
    line-height: 1.4em;
    font-size: 14px;
}

.services_cont {
    margin-top: 30px;
    padding-right: 40px;
}

.services_feat_image {
    margin-top: 0;
    max-width: 700px;
}

.reviews_wrapper {
    background: var(--brandColor4);
    border: 1px solid #777777;
    border-radius: 30px;
    padding: 35px 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.reviews_image {
    width: 25%;
    border-radius: 50%;
}

.reviews_text {
    width: 75%;
    padding-right: 14px;
}

.reviews_text blockquote {
    font-style: italic;
    line-height: 1.4em;
    font-weight: 400;
}

.reviews_text .person {
    font-weight: 700;
    margin-top: 20px;
}

.reviews_wrapper::before {
    content: url('../img/features/triangles1.png');
    position: absolute;
    left: 0;
    bottom: -75px;
}

.reviews_wrapper::after {
    content: url('../img/features/triangles2.png');
    position: absolute;
    right: -65px;
    bottom: -85px;
}

.laptop_image {
    position: absolute;
    top: -114px;
    max-width: 700px;
}

.featured_tools {
    margin-top: 25px;
    padding: 50px 0 165px;
}

.white_text h3,
.white_text h4,
.white_text p {
    color: var(--brandColor2);
}

section.reverse_order .row,
.main_banner.reverse_order .row {
    flex-direction: row-reverse;
}

.featured_tools .drive_sec .col-lg-6:first-child {
    padding: 40px 0 0 0;
}

.featured_tools .reviews_sec .col-lg-6:first-child {
    padding-right: 50px;
}

.white_text .reviews_wrapper {
    background: var(--brandColor2);
    margin-right: 0;
}

    .white_text .reviews_wrapper::before {
        content: url('../img/features/triangles3.png');
        position: absolute;
        left: 50px;
        bottom: -65px;
    }

.white_text .reviews_wrapper::after {
    content: "";
}

.admin_portal {
    position: absolute;
    max-width: 630px;
    top: -110px;
}

.featured_tools .reviews_sec {
    margin-top: 0;
}

figure.pages {
    max-width: 700px;
}

.client_services {
    padding-bottom: 80px;
    margin-top: -30px;
}

.client_services .drive_sec .col-lg-6:first-child {
    padding-top: 110px;
}

figure.member_portal {
    position: absolute;
    top: -103px;
}

.client_services .reviews_wrapper::before {
    content: url('../img/features/triangles4.png');
    position: absolute;
    left: 0;
    bottom: -120px;
}

.client_services .reviews_wrapper::after {
    content: url('../img/features/triangles5.png');
    position: absolute;
    right: 45px;
    bottom: -110px;
}


.rocket_bg {
    background: url('../img/features/rocket.jpg')no-repeat center/cover;
    padding: 70px 10px 70px 100px;
    box-sizing: border-box;
    border-radius: 40px;
}

.rocket p {
    color: var(--brandColor2);
    font-size: 20px;
    text-transform: uppercase;
}

.rocket_bg > .row {
    align-items: center;
}

figure.with_rocket {
    position: absolute;
    top: -232px;
}


section.cta {
    padding: 80px 0 40px
}

.cta_tagline {
    font-size: 20px;
    line-height: 1.2em;
    text-align: center;
    padding: 0 50px;
}

.site_button {
    min-width: 300px;
    padding: 18px 30px;
    display: inline-block;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-align: center;
    border-radius: 8px;
}

.site_button.solid {
    padding: 15px 30px;
    background: transparent;
    border: 4px solid var(--brandColor1);
    background: linear-gradient(to right, #5474b3, #6563aa, #7652a0, #834599);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.button_wrapper {
    margin-top: 50px;
}

.site_button.gradient {
    color: var(--brandColor2);
}
section.hero_section {
    padding: 50px 0 30px !important;
}

.ig-ul
{
    align-items:center;
    padding-left:0;
    margin-top:10px;
}

.ig-ul li {
    list-style: none;
    margin-right: 7px;
}

.verified
{
    width:20px;
    position:relative;
    top:-2px;
}


@media only screen and (max-width: 1800px) {
    section .hero_section {
        padding: 0 30px;
    }

}

@media only screen and (max-width: 1500px) {
    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 20px;
    }

    .hero_section p {
        font-size: 18px;
    }

    .featured_tools .drive_sec .col-lg-6:first-child {
        padding-right: 0;
        padding-left: 20px;
    }

    .drive_sec .col-lg-6:first-child,
    .reviews_sec .col-lg-6:first-child {
        padding-right: 40px;
    }

    .featured_tools .reviews_sec {
        margin-top: 0;
    }

    .services_feat_image {
        margin-top: 20px;
    }

    .services_cont {
        padding-right: 0;
    }

    figure.with_rocket {
        top: -300px;
    }

}

@media only screen and (max-width 1366px) {
    .main_banner {
        min-height: 443px;
    }
}

@media only screen and (max-width: 1024px) {
    .feat_image {
        top: 0;
        left: -35px;
    }

    .drive_sec .row {
        align-items: center;
    }

    .laptop_image,
    .admin_portal,
    figure.member_portal {
        top: 0;
        position: relative;
    }
}

@media only screen and (max-width: 991px) {
    .feat_image {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
    }

    .hero_text_inner {
        display: block;
        padding: 50px 30px 0;
        min-height: 100%;
    }

    .featured_services {
        margin-top: 70px;
    }

    .reviews_sec {
        margin: 50px 0 0;
    }

    .reviews_wrapper {
        margin: 0 0 100px;
    }

    .drive_sec .col-lg-6:first-child,
    .reviews_sec .col-lg-6:first-child {
        padding-right: 15px;
    }

    .laptop_image,
    .admin_portal,
    .member_portal {
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
    }

    .featured_tools {
        margin-top: 70px;
        padding: 30px 0 60px;
    }

    .client_services .drive_sec .col-lg-6:first-child {
        padding-top: 0;
    }

    .client_services {
        margin-top: 70px;
        padding-bottom: 0 !important;
    }

    .client_services .reviews_wrapper::before {
        bottom: -70px;
    }

    .client_services .reviews_wrapper::after {
        bottom: -60px;
    }

    .featured_tools .reviews_sec {
        margin-top: 50px;
    }

    .rocket_bg {
        padding: 50px 40px;
        min-height: 300px;
    }

    .heading1 {
        font-size: 48px;
    }

    .rocket p {
        font-size: 20px;
    }

    figure.with_rocket {
        top: -120px
    }

    .site_button {
        min-width: 300px;
    }

    .reviews_wrapper::after {
        right: 0;
    }

    .featured_tools .reviews_sec .col-lg-6:first-child {
        padding-right: 15px;
    }

}


@media only screen and (max-width: 767px) {

    .heading1,
    .rocket p {
        text-align: center;
    }

    figure.with_rocket {
        position: relative;
        top: 0;
    }

    .cta_tagline {
        padding: 0 10px;
        font-size: 18px;
    }

    .button_wrapper {
        display: block !important;
        text-align: center;
        margin-top: 30px;
    }

    section.cta {
        padding: 70px 0 40px;
    }

    .drive_sec,
    .reviews_sec {
        padding: 0 10px;
    }

    section.hero_section {
        padding: 0 10px;
    }

    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 16px;
    }

    h3 {
        font-size: 20px;
        margin-bottom: 20px;
        text-align:center;
    }

    h4 {
        font-size: 18px;
    }

    .reviews_wrapper {
        display: block;
        padding: 25px;
    }

    .reviews_text {
        padding: 0;
        width: 100%;
    }

    .reviews_image {
        width: 120px;
        margin: 30px auto 0;
    }

    .services_cont {
        margin-top: 40px;
    }

    .hero_text_inner {
        padding: 50px 5px 0;
    }

    .hero_text_inner h2{
        font-size:15px;
    }

    .rocket_bg .heading1 {
        font-size: 28px;
    }
    .rocket p {
        font-size: 13px;
    }

    .member_portal img {
        max-width: 100% !important;
        width: 100% !important;
    }

    .rocket_bg .header-sched-btn {
        height: 40px;
        width: 140px;
    }

    .rocket_bg .btn-ul img{
        margin-top:13px !important;
    }
}
