body {
    font-family: "Lato", "Open Sans", Arial, sans-serif;
    height: 100%;
}

.btn-primary {
    background-color: #0088cc;
    border-color: #0088cc #0088cc #006699;
    color: #fff;
}

    .btn-primary:hover {
        background-color: #00a1f2;
        border-color: #00aaff #00aaff #0088cc;
        color: #fff;
    }

.arrow-sides {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    color: #aaa;
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0 !important;
}

.border-black {
    border: 1px solid #000;
}

.bg-color-grey-light {
    background-color: #f1f1f1 !important;
}

@media (min-width: 768px) {
    .w-md-100 {
        width: 110%;
    }
}

.pl-6,
.px-6 {
    padding-left: 4rem !important;
}

.pr-6,
.px-6 {
    padding-right: 4rem !important;
}

@media (min-width: 992px) {
    .pl-md-6,
    .px-md-6 {
        padding-left: 4rem !important;
    }

    .pr-md-6,
    .px-md-6 {
        padding-right: 4rem !important;
    }
}

.pb-6,
.py-6 {
    padding-bottom: 4rem !important;
}

.pt-6,
.py-6 {
    padding-top: 4rem !important;
}

.pb-7,
.py-7 {
    padding-bottom: 5rem !important;
}

.pt-7,
.py-7 {
    padding-top: 5rem !important;
}

.w-20 {
    max-width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    max-width: 40% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

@media (min-width: 992px) {
    .w-lg-40 {
        max-width: 40% !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-60 {
        width: 60% !important;
    }

    .w-xl-65 {
        width: 65% !important;
    }

    .w-xl-70 {
        width: 70% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-80 {
        width: 80% !important;
    }

    .w-xl-85 {
        width: 85% !important;
    }

    .w-xl-90 {
        width: 90% !important;
    }
}

@media (min-width: 1400px) {
    .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .pb-xxl-6,
    .py-xxl-6 {
        padding-bottom: 6rem !important;
    }

    .pt-xxl-6,
    .py-xxl-6 {
        padding-top: 6rem !important;
    }

    .pb-xxl-7,
    .py-xxl-7 {
        padding-bottom: 7rem !important;
    }

    .pt-xxl-7,
    .py-xxl-7 {
        padding-top: 7rem !important;
    }

    .pb-xxl-8,
    .py-xxl-8 {
        padding-top: 8rem !important;
    }

    .pt-xxl-8,
    .py-xxl-8 {
        padding-top: 8rem !important;
    }
}

.bg-dark-custom {
    background-color: #404040 !important;
}

a:hover {
    text-decoration: none;
}

.bg-light-custom1 {
    background-color: #e5e5e5 !important;
}

.bg-mobile-white {
    background-color: #e1e1e1;
}

.bg-color-grey-custom {
    background-color: #e1e1e1;
}

.bg-color-grey-custom-dark {
    background-color: #3c3c3c;
}

.bg-color-grey-custom2 {
    background-color: #ebebeb !important;
}

.bg-color-grey-custom3 {
    background-color: #252525 !important;
}

.play-video-btn a {
    background-color: black !important;
    border-color: #8aa9ff !important;
    color: #fff;
}

    .play-video-btn a span {
        background: none !important;
    }

    .play-video-btn a:hover {
        background-color: #49525e !important;
        border-color: #4e5865 #4e5865 #383f48 !important;
        color: #fff;
    }

.header {
    min-height: 55px;
}

.section-pt {
    padding-top: 150px;
}

.counters span {
    display: initial;
    font-weight: 900;
    font-size: 0.8rem;
    line-height: 10px;
}

@media (min-width: 360px) {
    .counters span {
        font-size: 1rem;
        line-height: 10px;
    }
}

@media (min-width: 768px) {
    .counters span {
        font-size: 3rem;
        line-height: 50px;
    }
}

.counters .smaller {
    font-size: 2rem !important;
}

@media (min-width: 768px) {
    .counters .smaller {
        font-size: 3rem !important;
    }
}

.counters p {
    font-size: 0.7rem;
    /*  margin-top: 10px;*/
    font-weight: 900;
    line-height: 14px;
    color: #151515;
}

@media (min-width: 360px) {
    .counters p {
        font-size: 1rem;
        line-height: 15px;
    }
}

@media (min-width: 768px) {
    .counters p {
        font-size: 2.5rem;
        margin-top: 0;
        line-height: 23px;
    }
}

.text-color-grey-custom {
    color: #888888 !important;
}

.contact-us .first-section {
    padding: 25px 0 8px;
    border-bottom: 1px solid #acacac;
    background-color: #e8e8e8;
}

@media (min-width: 768px) {
    .contact-us .first-section {
        padding: 25px;
    }
}

.contact-us .first-section h3 {
    float: unset;
    text-transform: none;
    margin: 0;
    font-size: 11px;
    padding-top: 31px;
}

@media (min-width: 768px) {
    .contact-us .first-section h3 {
        float: left;
        font-size: 1.8em;
        padding-top: unset;
        line-height: 30px;
    }
}

.contact-us .first-section input {
    float: left;
    padding: 3px 10px;
    border: 1px solid #cecece;
    border-radius: 26px;
    width: 100%;
    margin-left: 0;
    font-size: 10px;
    height: 20px;
    margin-top: 35px;
}

@media (min-width: 768px) {
    .contact-us .first-section input {
        margin-left: 30px;
        font-size: 18px;
        padding: 5px 10px;
        height: 34px;
        margin-top: 0px;
    }
}

@media (min-width: 992px) {
    .contact-us .first-section input {
        margin-left: 30px;
        font-size: inherit;
        padding: 5px 10px;
        width: 100%;
    }
}

.contact-us .second-section {
    padding: 35px 0;
    background-color: #f5f5f5;
}

    .contact-us .second-section h1 {
        font-size: 1.5rem;
        font-weight: 300;
    }

@media (min-width: 768px) {
    .contact-us .second-section h1 {
        font-size: 3rem;
    }
}

@media (min-width: 992px) {
    .contact-us .second-section h1 {
        font-size: 4rem;
    }
}

.contact-us .second-section h1 strong {
    font-weight: 900;
}

.contact-us .second-section .oman h3 {
    font-size: 1.3rem;
    color: #fff;
    margin: 0;
    text-transform: none;
    font-weight: 300;
    line-height: 35px;
}

@media (min-width: 768px) {
    .contact-us .second-section .oman h3 {
        font-size: 2rem;
    }
}

.contact-us .second-section .oman h3 strong {
    font-size: 1.5rem;
    font-weight: 900;
}

@media (min-width: 768px) {
    .contact-us .second-section .oman h3 strong {
        font-size: 2.1rem;
    }
}

.contact-us .second-section .office-box {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
}

@media (min-width: 768px) {
    .contact-us .second-section .office-box {
        border-radius: 30px;
    }
}

.contact-us .second-section .office-box .header {
    background-image: url("../img/central-office.webp");
    background-position: center;
    background-size: cover;
    text-align: center;
    border-radius: 15px 0 0 0;
    min-height: 120px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .contact-us .second-section .office-box .header {
        min-height: 200px;
        border-radius: 30px 0 0 0;
    }
}

.contact-us .second-section .office-box .header h3 {
    font-size: 17.43px;
    color: #fff;
    margin: 0;
    text-transform: none;
    font-weight: 300;
    line-height: 22px;
}

@media (min-width: 768px) {
    .contact-us .second-section .office-box .header h3 {
        font-size: 2rem;
        line-height: 35px;
    }
}

.contact-us .second-section .office-box .header h3 strong {
    font-size: 16.43px;
    font-weight: 900;
}

@media (min-width: 768px) {
    .contact-us .second-section .office-box .header h3 strong {
        font-size: 2.1rem;
    }
}

.contact-us .second-section .office-box .box-body {
    background-color: #fff;
    padding: 0 5px;
    min-height: 100px;
}

@media (min-width: 768px) {
    .contact-us .second-section .office-box .box-body {
        min-height: 164px;
        padding: 0 20px;
    }
}

.contact-us .second-section .office-box .box-body p {
    font-size: 8.72px;
    text-align: left;
    padding: 17px 0;
    margin: 0;
    line-height: 13px;
}

@media (min-width: 768px) {
    .contact-us .second-section .office-box .box-body p {
        font-size: 0.8rem;
        line-height: 25px;
        padding: 30px 0;
    }
}

.contact-us .second-section .KUWAIT .header {
    background-image: url("../img/kuwait-office.webp");
}

.contact-us .second-section .USA .header {
    background-image: url("../img/US-office.webp");
}

.contact-us .second-section .UK .header {
    background-image: url("../img/uk-office.webp");
}

.contact-us .second-section .BAHRAIN .header {
    background-image: url("../img/bahrain-office.webp");
}

.contact-us .second-section .PAKISTAN .header {
    background-image: url("../img/pakistan-oofice.webp");
}

.contact-us .second-section .TUNISIA .header {
    background-image: url("../img/tunisia-office.webp");
}

.contact-us .second-section .TURKEY .header {
    background-image: url("../img/turkty-office.webp");
}

.contact-us .second-section .INDIA .header {
    background-image: url("../img/india-office.webp");
}

.contact-us .second-section .CHINA .header {
    background-image: url("../img/china-office.webp");
}

.contact-us .third-section {
    background-color: #fff;
    background: none;
}

    .contact-us .third-section .horizontal-sc {
        display: flex;
        flex-wrap: unset;
        align-items: center;
        overflow-x: scroll;
    }

        .contact-us .third-section .horizontal-sc > div {
            flex: none;
            padding-left: 15px;
            padding-right: 15px;
            height: 245px;
        }

@media (min-width: 768px) {
    .contact-us .third-section .horizontal-sc > div {
        height: 480px;
    }
}

@media (min-width: 992px) {
    .contact-us .third-section .horizontal-sc > div {
        height: auto;
    }
}

@media (min-width: 960px) {
    .contact-us .third-section .horizontal-sc {
        overflow-x: visible;
        flex-wrap: wrap;
        align-items: unset;
    }

        .contact-us .third-section .horizontal-sc > div {
            flex-basis: 0;
            flex-grow: 1;
        }
}

.contact-us .third-section h1 {
    font-size: 1.4rem;
    font-weight: 300;
}

@media (min-width: 768px) {
    .contact-us .third-section h1 {
        font-size: 3rem;
    }
}

@media (min-width: 992px) {
    .contact-us .third-section h1 {
        font-size: 4rem;
    }
}

.contact-us .third-section h1 strong {
    font-weight: 900;
}

.contact-us .third-section .flip-card {
    border-radius: 25px;
    position: relative;
    max-width: 300px;
}

    .contact-us .third-section .flip-card .flip-front {
        min-height: 270px;
        border-radius: 10px;
    }

@media (min-width: 768px) {
    .contact-us .third-section .flip-card .flip-front {
        min-height: 500px;
        border-radius: 25px;
    }
}

.contact-us .third-section .flip-card .flip-front .flip-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

@media (min-width: 768px) {
    .contact-us .third-section .flip-card .flip-front .flip-content {
        bottom: 40px;
    }
}

.contact-us .third-section .flip-card .flip-front .flip-content li a {
    height: 28px;
    line-height: 28px;
    width: 28px;
    font-size: 0.7rem;
    color: #fff !important;
}

@media (min-width: 768px) {
    .contact-us .third-section .flip-card .flip-front .flip-content li a {
        font-size: 0.9rem;
    }
}

.contact-us .third-section .flip-card .flip-front:before {
    content: "";
    background: #000000;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.71750707) 86% );
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 10px 10px;
}

@media (min-width: 768px) {
    .contact-us .third-section .flip-card .flip-front:before {
        border-radius: 0 25px 25px;
    }
}

.contact-us .third-section .flip-card .flip-back {
    border-radius: 10px;
}

@media (min-width: 768px) {
    .contact-us .third-section .flip-card .flip-back {
        border-radius: 25px;
    }
}

.contact-us .third-section .flip-card .flip-back .social-icons li a {
    background: #fff !important;
    color: #000 !important;
}

.contact-us .third-section .flip-card .flip-back .social-icons li:hover a {
    background: #000 !important;
    color: #fff !important;
}

.contact-us .third-section .flip-card .flip-back:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .contact-us .third-section .flip-card .flip-back:before {
        border-radius: 25px;
    }
}

.contact-us .third-section .flip-card strong {
    font-size: 10.5px;
    color: #fff;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .contact-us .third-section .flip-card strong {
        font-size: 1.4rem;
        margin-bottom: auto;
    }
}

.contact-us .third-section .flip-card h4 {
    font-size: 8px;
    color: #fff;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .contact-us .third-section .flip-card h4 {
        font-size: 1rem;
        margin-bottom: auto;
    }
}

.contact-us .third-section .flip-card .al-raisi {
    background-image: url("../img/muhtasam.webp");
    background-position: center;
    background-size: cover;
    background-color: transparent;
}

.contact-us .third-section .flip-card .mohajeri {
    background-image: url("../img/sina2.webp");
    background-position: center;
    background-size: cover;
    background-color: transparent;
}

.contact-us .third-section .flip-card .khabouri {
    background-image: url("../img/KHABOURI.webp");
    background-position: center;
    background-size: cover;
    background-color: transparent;
}

.contact-us .third-section .flip-card .postuma {
    background-image: url("../img/POSTUMA.webp");
    background-position: center;
    background-size: cover;
    background-color: transparent;
}

.contact-us .third-section .flip-card .westerhuijs {
    background-image: url("../img/norbet.webp");
    background-position: center;
    background-size: cover;
    background-color: transparent;
}

.contact-us .third-section .flip-card .kcharem {
    background-image: url("../img/KCHAREM.webp");
    background-position: center;
    background-size: cover;
    background-color: transparent;
}

.contact-us .third-section .contact-m .flip-card .flip-front {
    transform: none;
}

.contact-us .third-section .contact-m .flip-card .flip-back {
    transform: none;
}

.contact-us .third-section .right-col {
    margin-right: 0;
    margin-left: auto;
}

.contact-us .fourth-section {
    background-color: #e8e8e8;
}

    .contact-us .fourth-section h1 {
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 30px;
    }

@media (min-width: 768px) {
    .contact-us .fourth-section h1 {
        font-size: 2rem;
        line-height: 44px;
    }
}

@media (min-width: 992px) {
    .contact-us .fourth-section h1 {
        font-size: 3rem;
        line-height: 44px;
    }
}

.contact-us .fourth-section h1 strong {
    font-weight: 900;
    font-size: 1.8rem;
}

@media (min-width: 768px) {
    .contact-us .fourth-section h1 strong {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .contact-us .fourth-section h1 strong {
        font-size: 3rem;
    }
}

.contact-us .fourth-section .contact-box {
    background-color: white;
    border-radius: 30px;
}

    .contact-us .fourth-section .contact-box .contact-items li {
        list-style: none;
    }

        .contact-us .fourth-section .contact-box .contact-items li a {
            background-color: transparent !important;
            font-size: 1rem;
            font-weight: 300;
            padding-left: 0;
            color: #0a0c0d;
        }

@media (min-width: 768px) {
    .contact-us .fourth-section .contact-box .contact-items li a {
        font-size: 1.2rem;
        padding-left: 9px;
    }
}

@media (min-width: 992px) {
    .contact-us .fourth-section .contact-box .contact-items li a {
        font-size: 1.5rem;
        padding-left: 15px;
    }
}

.contact-us .fourth-section .contact-box .contact-items li a i {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000;
    font-size: 1rem;
    padding: 10px;
    border-radius: 50%;
    width: auto;
    text-align: center;
}

@media (min-width: 768px) {
    .contact-us .fourth-section .contact-box .contact-items li a i {
        font-size: 1rem;
        padding: 12px;
        width: 42px;
    }
}

@media (min-width: 992px) {
    .contact-us .fourth-section .contact-box .contact-items li a i {
        font-size: 1.5rem;
        padding: 15px;
        width: 55px;
    }
}

.contact-us
.fourth-section
.contact-box
.contact-items
li
.contact-items
li:hover
a {
    background-color: transparent !important;
}

    .contact-us
    .fourth-section
    .contact-box
    .contact-items
    li
    .contact-items
    li:hover
    a
    i {
        background: #fff !important;
        color: #000 !important;
        border: 1px solid #0f3e68;
        font-size: 1.5rem;
        padding: 15px;
        border-radius: 50%;
    }
/* second-index */
.compact #header {
    margin-bottom: 160px;
}

.second-index #header {
    margin-bottom: 160px;
}

.second-index .section-one h1 {
    color: #616161;
    font-size: 0.8rem;
    margin: 20px 0 0 0;
}

@media (min-width: 768px) {
    .second-index .section-one h1 {
        font-size: 1.8rem;
        margin: 0 0 32px 0;
    }
}

@media (min-width: 1400px) {
    .second-index .section-one h1 {
        font-size: 2rem;
        margin: 0 0 32px 0;
    }
}

.second-index .section-one h2 {
    color: #000;
    font-size: 2.2em;
    margin-bottom: 0;
    line-height: 45px;
}

@media (min-width: 768px) {
    .second-index .section-one h2 {
        font-size: 4rem;
        margin: 0 0 5px 0;
    }
}

@media (min-width: 992px) {
    .second-index .section-one h2 {
        margin: 0 0 32px 0;
    }
}

@media (min-width: 1400px) {
    .second-index .section-one h2 {
        font-size: 6rem;
    }
}

.second-index .section-one h3 {
    color: #616161;
    font-size: 0.85rem;
    padding: 0 25px;
    line-height: 18px;
    text-transform: none;
}

@media (min-width: 768px) {
    .second-index .section-one h3 {
        font-size: 1.5rem;
        line-height: 24px;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .second-index .section-one h3 {
        font-size: 1.8rem;
    }
}

@media (min-width: 1400px) {
    .second-index .section-one h3 {
        font-size: 2rem;
    }
}

.second-index .section-one img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.second-index .section-one .text-color-grey-custom {
    font-size: 1rem;
    font-weight: bold;
    line-height: 22px;
}

@media (min-width: 768px) {
    .second-index .section-one .text-color-grey-custom {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 40px;
    }
}

@media (min-width: 1200px) {
    .second-index .section-one .text-color-grey-custom {
        font-size: 2rem;
        font-weight: bold;
        line-height: 50px;
    }
}

.second-index .section-two {
    background-image: url("../img/group-diverse-people-having-business-meeting.webp");
    background-size: cover;
    background-position: center;
    margin-top: 50px;
}

    .second-index .section-two .container {
        padding: 100px 0;
    }

@media (min-width: 1400px) {
    .second-index .section-two .container {
        padding: 200px 0;
    }
}

.second-index .section-two .container .logo-box {
    background: rgba(255, 255, 255, 0.68);
    border-radius: 30px;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(5px);
}

    .second-index .section-two .container .logo-box img {
        max-width: 130px;
    }

@media (min-width: 768px) {
    .second-index .section-two .container .logo-box img {
        max-width: 230px;
    }
}

.second-index .section-two .container .logo-box .name {
    font-size: 2rem;
}

@media (min-width: 1200px) {
    .second-index .section-two .container .logo-box .name {
        font-size: 2.2rem;
    }
}

.second-index .section-two .container .logo-box .name strong {
    font-weight: 900;
}

.second-index .section-two .container .logo-box .desc {
    font-size: 1.2rem;
    color: #ffffff;
}

@media (min-width: 1200px) {
    .second-index .section-two .container .logo-box .desc {
        font-size: 1.3rem;
    }
}

.second-index .section-two .container .logo-box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.22);
    display: block;
    position: absolute;
    z-index: -1;
    border-radius: 30px;
}

.second-index .section-three {
    margin-top: 65px;
}

    .second-index .section-three .horizontal-sc {
        display: flex;
        flex-wrap: unset;
        align-items: center;
        overflow-x: scroll;
    }

        .second-index .section-three .horizontal-sc > div {
            flex: none;
            padding-left: 15px;
            padding-right: 15px;
            height: 435px;
        }

@media (min-width: 992px) {
    .second-index .section-three .horizontal-sc > div {
        height: auto;
    }
}

@media (min-width: 960px) {
    .second-index .section-three .horizontal-sc {
        overflow-x: visible;
        flex-wrap: wrap;
        align-items: unset;
    }

        .second-index .section-three .horizontal-sc > div {
            flex-basis: 0;
            flex-grow: 1;
        }
}

.second-index .section-three p {
    font-size: 1rem;
    line-height: 22px;
    color: #888888;
}

@media (min-width: 768px) {
    .second-index .section-three p {
        line-height: 25px;
    }
}

@media (min-width: 1200px) {
    .second-index .section-three p {
        font-size: 1.2rem;
    }
}

.second-index .section-three h4 {
    font-size: 1.2rem;
    line-height: 25px;
}

@media (min-width: 1200px) {
    .second-index .section-three h4 {
        font-size: 1.5rem;
    }
}

.second-index .section-three p {
    font-size: 1rem;
    line-height: 25px;
    color: #888888;
}

@media (min-width: 1200px) {
    .second-index .section-three p {
        font-size: 1.2rem;
    }
}

.second-index .section-three .bg-img1 {
    background-image: url("../img/business-people-working-laptop-meeting.webp");
    background-size: cover;
    background-position: center;
}

.second-index .section-three .rounded-r {
    border-radius: 0 30px 30px 0;
    white-space: normal;
}

.second-index .section-three .rounded-l {
    border-radius: 30px 0 0 30px;
    white-space: normal;
}

.second-index .section-four {
    margin-top: 65px;
}

    .second-index .section-four .horizontal-sc {
        display: flex;
        flex-wrap: unset;
        align-items: center;
        overflow-x: scroll;
    }

        .second-index .section-four .horizontal-sc > div {
            flex: none;
            padding-left: 15px;
            padding-right: 15px;
            height: 435px;
        }

@media (min-width: 992px) {
    .second-index .section-four .horizontal-sc > div {
        height: auto;
    }
}

@media (min-width: 960px) {
    .second-index .section-four .horizontal-sc {
        overflow-x: visible;
        flex-wrap: wrap;
        align-items: unset;
    }

        .second-index .section-four .horizontal-sc > div {
            flex-basis: 0;
            flex-grow: 1;
        }
}

.second-index .section-four p {
    font-size: 1rem;
    line-height: 22px;
    color: #888888;
}

@media (min-width: 768px) {
    .second-index .section-four p {
        line-height: 25px;
    }
}

@media (min-width: 1200px) {
    .second-index .section-four p {
        font-size: 1.2rem;
    }
}

.second-index .section-four h4 {
    font-size: 1.2rem;
    line-height: 25px;
}

@media (min-width: 1200px) {
    .second-index .section-four h4 {
        font-size: 1.5rem;
    }
}

.second-index .section-four .bg-img2 {
    background-image: url("../img/mechanical-engineer-working-computer-designing-cad-software-d-model-engine-while-african-co.webp");
    background-size: cover;
    background-position: center;
}

.second-index .section-five {
    margin-top: 65px;
}

    .second-index .section-five .horizontal-sc {
        display: flex;
        flex-wrap: unset;
        align-items: center;
        overflow-x: scroll;
    }

        .second-index .section-five .horizontal-sc > div {
            flex: none;
            padding-left: 15px;
            padding-right: 15px;
            height: 435px;
        }

@media (min-width: 992px) {
    .second-index .section-five .horizontal-sc > div {
        height: auto;
    }
}

@media (min-width: 960px) {
    .second-index .section-five .horizontal-sc {
        overflow-x: visible;
        flex-wrap: wrap;
        align-items: unset;
    }

        .second-index .section-five .horizontal-sc > div {
            flex-basis: 0;
            flex-grow: 1;
        }
}

.second-index .section-five h4 {
    font-size: 1.2rem;
    line-height: 25px;
}

@media (min-width: 1200px) {
    .second-index .section-five h4 {
        font-size: 1.5rem;
    }
}

.second-index .section-five p {
    font-size: 1rem;
    line-height: 22px;
    color: #888888;
}

@media (min-width: 768px) {
    .second-index .section-five p {
        line-height: 25px;
    }
}

@media (min-width: 1200px) {
    .second-index .section-five p {
        font-size: 1.2rem;
    }
}

.second-index .section-five .bg-img3 {
    background-image: url("../img/close-up-photo-senior-man-sitting-modern-cafe-shop-during-lunch-time-reading-diagram.webp");
    background-size: cover;
    background-position: center;
}

.second-index .section-six {
    margin-top: 65px;
}

    .second-index .section-six .horizontal-sc {
        display: flex;
        flex-wrap: unset;
        align-items: center;
        padding: 1rem;
        overflow-x: scroll;
    }

        .second-index .section-six .horizontal-sc > div {
            flex: none;
            padding-left: 15px;
            padding-right: 15px;
            height: 435px;
        }

@media (min-width: 992px) {
    .second-index .section-six .horizontal-sc > div {
        height: auto;
    }
}

@media (min-width: 960px) {
    .second-index .section-six .horizontal-sc {
        overflow-x: visible;
        flex-wrap: wrap;
        align-items: unset;
    }

        .second-index .section-six .horizontal-sc > div {
            flex-basis: 0;
            flex-grow: 1;
        }
}

.second-index .section-six h4 {
    font-size: 1.2rem;
    line-height: 25px;
}

@media (min-width: 1200px) {
    .second-index .section-six h4 {
        font-size: 1.5rem;
    }
}

.second-index .section-six p {
    font-size: 1rem;
    line-height: 25px;
    color: #888888;
}

@media (min-width: 1200px) {
    .second-index .section-six p {
        font-size: 1.2rem;
    }
}

.second-index .section-six .bg-img4 {
    background-image: url("../img/two-businessmen-pointing-laptop-screen-while-discussing.webp");
    background-size: cover;
    background-position: center;
}

.second-index .section-six .rounded-r {
    border-radius: 0 30px 30px 0;
}

.second-index .section-six .rounded-l {
    border-radius: 30px 0 0 30px;
}

.second-index .section-seven {
    margin-top: 65px;
    padding-bottom: 100px;
}

    .second-index .section-seven .container {
        padding: 0 2rem;
    }

@media (min-width: 768px) {
    .second-index .section-seven .container {
        padding: 0 15px;
    }
}

.second-index .section-seven .pecent-box {
    background-image: linear-gradient(40deg, #29197e 36%, #4d0a8b 54%);
    padding: 20px 5px;
    display: initial;
    border-radius: 15px;
    font-size: 15pt;
}

.second-index .section-seven p {
    font-size: 1.5rem;
    color: #e8e7e7;
    padding-top: 25px;
}

@media (min-width: 768px) {
    .second-index .section-seven p {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    .second-index .section-seven p {
        font-size: 1.2rem;
    }
}

.second-index .section-seven h2 {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 1.8rem;
    line-height: 42px;
    color: #ffffff;
}

@media (min-width: 768px) {
    .second-index .section-seven h2 {
        margin-top: 90px;
    }
}

@media (min-width: 1200px) {
    .second-index .section-seven h2 {
        font-size: 2rem;
    }
}

@media (min-width: 1400px) {
    .second-index .section-seven h2 {
        font-size: 2.2rem;
    }
}

.second-index .section-seven h2 strong {
    font-weight: 700;
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    .second-index .section-seven h2 strong {
        font-size: 1.8rem;
    }
}

@media (min-width: 1400px) {
    .second-index .section-seven h2 strong {
        font-size: 2.2rem;
    }
}

.second-index .section-eight .horizontal-sc {
    display: flex;
    flex-wrap: unset;
    align-items: center;
    overflow-x: scroll;
}

    .second-index .section-eight .horizontal-sc > div {
        flex: none;
        padding-left: 15px;
        padding-right: 15px;
        height: 435px;
    }

@media (min-width: 992px) {
    .second-index .section-eight .horizontal-sc > div {
        height: auto;
    }
}

@media (min-width: 960px) {
    .second-index .section-eight .horizontal-sc {
        overflow-x: visible;
        flex-wrap: wrap;
        align-items: unset;
    }

        .second-index .section-eight .horizontal-sc > div {
            flex-basis: 0;
            flex-grow: 1;
        }
}

.second-index .section-eight .bg-img5 {
    background-image: url("../img/second-p-footer.webp");
    background-size: cover;
    background-position: center;
}

.second-index .section-eight p {
    font-size: 1rem;
    line-height: 25px;
    color: #575757;
    text-align: left;
}

@media (min-width: 1200px) {
    .second-index .section-eight p {
        font-size: 1.3rem;
        line-height: 40px;
    }
}

.second-index .section-eight .writer {
    background-image: linear-gradient(40deg, #29197e 36%, #4d0a8b 54%);
    padding: 0px 3px;
    font-size: 0.8rem;
    color: #fff;
    display: initial;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .second-index .section-eight .writer {
        font-size: 1.1rem;
    }
}
/* second-index-two */
.second-index-two #header {
    margin-bottom: 160px;
}

.second-index-two .section-one .container {
    padding: 0 3rem;
}

@media (min-width: 768px) {
    .second-index-two .section-one .container {
        padding: 0 15px;
    }
}

.second-index-two .section-one h1 {
    color: #000;
    font-size: 1.8rem;
    line-height: 60px;
}

@media (min-width: 768px) {
    .second-index-two .section-one h1 {
        font-size: 3.5rem;
    }
}

@media (min-width: 1200px) {
    .second-index-two .section-one h1 {
        font-size: 5rem;
    }
}

.second-index-two .section-one h2 {
    color: #000;
    font-size: 1.6rem;
    line-height: 110px;
}

.second-index-two .section-one h3 {
    color: #616161;
    font-size: 0.8rem;
    text-transform: none;
}

@media (min-width: 768px) {
    .second-index-two .section-one h3 {
        font-size: 1.1rem;
    }
}

@media (min-width: 1200px) {
    .second-index-two .section-one h3 {
        font-size: 1.7rem;
        line-height: 32px;
    }
}

.second-index-two .section-one img {
    margin-top: 15px;
    margin-bottom: 0;
    max-width: 100%;
}

@media (min-width: 768px) {
    .second-index-two .section-one img {
        max-width: 600px;
        margin-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    .second-index-two .section-one img {
        max-width: 820px;
    }
}

.second-index-two .section-one .text-color-grey-custom {
    font-size: 1rem;
    line-height: 25px;
    letter-spacing: 0;
    letter-spacing: -0.5px;
}

@media (min-width: 768px) {
    .second-index-two .section-one .text-color-grey-custom {
        letter-spacing: -0.5px;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 40px;
    }
}

@media (min-width: 1200px) {
    .second-index-two .section-one .text-color-grey-custom {
        font-size: 2rem;
        font-weight: bold;
        line-height: 50px;
    }
}

.second-index-two .section-two {
    margin-top: 65px;
}

    .second-index-two .section-two .horizontal-sc {
        display: flex;
        flex-wrap: unset;
        align-items: center;
        padding: 1rem;
        overflow-x: scroll;
    }

        .second-index-two .section-two .horizontal-sc > div {
            flex: none;
            padding-left: 15px;
            padding-right: 15px;
            height: 380px;
        }

@media (min-width: 992px) {
    .second-index-two .section-two .horizontal-sc > div {
        height: auto;
    }
}

@media (min-width: 960px) {
    .second-index-two .section-two .horizontal-sc {
        overflow-x: visible;
        flex-wrap: wrap;
        align-items: unset;
    }

        .second-index-two .section-two .horizontal-sc > div {
            flex-basis: 0;
            flex-grow: 1;
        }
}

.second-index-two .section-two .row {
    padding-top: 95px;
}

.second-index-two .section-two h4 {
    font-size: 1.2rem;
    line-height: 25px;
}

@media (min-width: 1200px) {
    .second-index-two .section-two h4 {
        font-size: 1.5rem;
    }
}

.second-index-two .section-two p {
    font-size: 1rem;
    line-height: 22px;
    color: #888888;
}

@media (min-width: 768px) {
    .second-index-two .section-two p {
        line-height: 25px;
    }
}

@media (min-width: 1200px) {
    .second-index-two .section-two p {
        font-size: 1.2rem;
    }
}

.second-index-two .section-two .bg-img1 {
    background-image: url("../img/diverse-people-working-office.webp");
    background-size: cover;
    background-position: center;
}

.second-index-two .section-two .rounded-r {
    border-radius: 0 30px 30px 0;
    white-space: normal;
}

.second-index-two .section-two .rounded-l {
    border-radius: 30px 0 0 30px;
    white-space: normal;
}

.second-index-two .section-three {
    padding-top: 65px;
}

    .second-index-two .section-three .horizontal-sc {
        display: flex;
        flex-wrap: unset;
        align-items: center;
        padding: 1rem;
        overflow-x: scroll;
    }

        .second-index-two .section-three .horizontal-sc > div {
            flex: none;
            padding-left: 15px;
            padding-right: 15px;
            height: 480px;
        }

@media (min-width: 992px) {
    .second-index-two .section-three .horizontal-sc > div {
        height: auto;
    }
}

@media (min-width: 960px) {
    .second-index-two .section-three .horizontal-sc {
        overflow-x: visible;
        flex-wrap: wrap;
        align-items: unset;
    }

        .second-index-two .section-three .horizontal-sc > div {
            flex-basis: 0;
            flex-grow: 1;
        }
}

.second-index-two .section-three p {
    font-size: 1rem;
    line-height: 22px;
    color: #888888;
}

@media (min-width: 768px) {
    .second-index-two .section-three p {
        line-height: 25px;
    }
}

@media (min-width: 1200px) {
    .second-index-two .section-three p {
        font-size: 1.2rem;
    }
}

.second-index-two .section-three h4 {
    font-size: 1.2rem;
    line-height: 25px;
}

@media (min-width: 1200px) {
    .second-index-two .section-three h4 {
        font-size: 1.5rem;
    }
}

.second-index-two .section-three .bg-img4 {
    background-image: url("../img/man-recording-studio-music-production.webp");
    background-size: cover;
    background-position: center;
}

.second-index-two .section-three .rounded-r {
    border-radius: 0 30px 30px 0;
    white-space: normal;
}

.second-index-two .section-three .rounded-l {
    border-radius: 30px 0 0 30px;
    white-space: normal;
}

.second-index-two .section-four {
    padding-top: 65px;
}

    .second-index-two .section-four .horizontal-sc {
        display: flex;
        flex-wrap: unset;
        align-items: center;
        overflow-x: scroll;
    }

        .second-index-two .section-four .horizontal-sc > div {
            flex: none;
            padding-left: 15px;
            padding-right: 15px;
            height: 480px;
        }

@media (min-width: 992px) {
    .second-index-two .section-four .horizontal-sc > div {
        height: auto;
    }
}

@media (min-width: 960px) {
    .second-index-two .section-four .horizontal-sc {
        overflow-x: visible;
        flex-wrap: wrap;
        align-items: unset;
    }

        .second-index-two .section-four .horizontal-sc > div {
            flex-basis: 0;
            flex-grow: 1;
        }
}

.second-index-two .section-four p {
    font-size: 1rem;
    line-height: 22px;
    color: #888888;
}

@media (min-width: 768px) {
    .second-index-two .section-four p {
        line-height: 25px;
    }
}

@media (min-width: 1200px) {
    .second-index-two .section-four p {
        font-size: 1.2rem;
    }
}

.second-index-two .section-four h4 {
    font-size: 1.2rem;
    line-height: 25px;
}

@media (min-width: 1200px) {
    .second-index-two .section-four h4 {
        font-size: 1.5rem;
    }
}

.second-index-two .section-four .bg-img3 {
    background-image: url("../img/les_marches_internationaux_hydrob-crarbure.webp");
    background-size: cover;
    background-position: center;
}

.second-index-two .section-five {
    padding-top: 65px;
}

    .second-index-two .section-five .horizontal-sc {
        display: flex;
        flex-wrap: unset;
        align-items: center;
        overflow-x: scroll;
    }

        .second-index-two .section-five .horizontal-sc > div {
            flex: none;
            padding-left: 15px;
            padding-right: 15px;
            height: 400px;
        }

@media (min-width: 992px) {
    .second-index-two .section-five .horizontal-sc > div {
        height: auto;
    }
}

@media (min-width: 960px) {
    .second-index-two .section-five .horizontal-sc {
        overflow-x: visible;
        flex-wrap: wrap;
        align-items: unset;
    }

        .second-index-two .section-five .horizontal-sc > div {
            flex-basis: 0;
            flex-grow: 1;
        }
}

.second-index-two .section-five p {
    font-size: 1rem;
    line-height: 22px;
    color: #888888;
}

@media (min-width: 768px) {
    .second-index-two .section-five p {
        line-height: 25px;
    }
}

@media (min-width: 1200px) {
    .second-index-two .section-five p {
        font-size: 1.2rem;
    }
}

.second-index-two .section-five h4 {
    font-size: 1.2rem;
    line-height: 25px;
}

@media (min-width: 1200px) {
    .second-index-two .section-five h4 {
        font-size: 1.5rem;
    }
}

.second-index-two .section-five .bg-img2 {
    background-image: url("../img/business-work-concept.webp");
    background-size: cover;
    background-position: center;
}

.second-index-two .section-six {
    padding-bottom: 50px;
    background-image: url("../img/Mockup-Activity-plan1.webp");
    background-size: cover;
    background-position: center;
}

    .second-index-two .section-six .pecent-box {
        background-color: black;
        padding: 26px 8px;
        display: inline-table;
        border-radius: 15px;
        font-size: 20pt;
        min-width: 85px;
        text-align: center;
        margin: 0;
    }

@media (min-width: 768px) {
    .second-index-two .section-six .pecent-box {
        padding: 20px 8px;
        font-size: 15pt;
        min-width: 66px;
    }
}

.second-index-two .section-six p {
    font-size: 1.8rem;
    line-height: 33px;
    color: #000;
    padding-top: 5px;
    font-weight: 300;
}

@media (min-width: 768px) {
    .second-index-two .section-six p {
        font-size: 1rem;
        line-height: 19px;
        font-weight: 400;
    }
}

@media (min-width: 1200px) {
    .second-index-two .section-six p {
        font-size: 1.2rem;
        line-height: 26px;
    }
}

.second-index-two .section-six h2 {
    margin-top: 40px;
    margin-bottom: 45px;
    font-size: 1.5rem;
    padding: 9px;
    line-height: 42px;
    color: #ffffff;
    background-color: #000;
    border-radius: 20px;
    display: inline-table;
}

@media (min-width: 768px) {
    .second-index-two .section-six h2 {
        font-size: 2rem;
        padding: 22px;
    }
}

@media (min-width: 1200px) {
    .second-index-two .section-six h2 {
        font-size: 2.3rem;
    }
}

@media (min-width: 1400px) {
    .second-index-two .section-six h2 {
        margin-top: 120px;
        margin-bottom: 65px;
        font-size: 2.5rem;
    }
}

.second-index-two .section-six h2 strong {
    font-weight: 900;
}

.second-index-two .section-seven .bg-img5 {
    background-image: url("../img/two-young-businessman-having-successful-meeting-restaurant.webp");
    background-size: cover;
    background-position: center;
}

.second-index-two .section-seven .horizontal-sc {
    display: flex;
    flex-wrap: unset;
    align-items: center;
    overflow-x: scroll;
}

    .second-index-two .section-seven .horizontal-sc > div {
        flex: none;
        padding-left: 15px;
        padding-right: 15px;
        height: 355px;
    }

@media (min-width: 992px) {
    .second-index-two .section-seven .horizontal-sc > div {
        height: auto;
    }
}

@media (min-width: 960px) {
    .second-index-two .section-seven .horizontal-sc {
        overflow-x: visible;
        flex-wrap: wrap;
        align-items: unset;
    }

        .second-index-two .section-seven .horizontal-sc > div {
            flex-basis: 0;
            flex-grow: 1;
        }
}

.second-index-two .section-seven p {
    font-size: 1rem;
    line-height: 25px;
    color: #fff;
    text-align: left;
}

@media (min-width: 1200px) {
    .second-index-two .section-seven p {
        font-size: 1.3rem;
        line-height: 40px;
    }
}

.second-index-two .section-seven .writer {
    background-color: #fff;
    padding: 0px 3px;
    font-size: 0.8rem;
    color: #000;
    display: initial;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .second-index-two .section-seven .writer {
        font-size: 1.1rem;
    }
}
/* second-index-three */
.second-index-three #header {
    margin-bottom: 160px;
}

.second-index-three .section-one h1 {
    color: #616161;
    font-size: 1.8rem;
}

.second-index-three .section-one h2 {
    color: #000;
    font-size: 2.5rem;
    line-height: 45px;
}

@media (min-width: 768px) {
    .second-index-three .section-one h2 {
        font-size: 5rem;
    }
}

.second-index-three .section-one h3 {
    color: #616161;
    font-size: 0.9rem;
    line-height: 20px;
    text-transform: none;
    max-width: 85%;
    text-align: center;
    margin: 10px auto;
}

@media (min-width: 768px) {
    .second-index-three .section-one h3 {
        font-size: 1.3rem;
    }
}

@media (min-width: 992px) {
    .second-index-three .section-one h3 {
        line-height: 35px;
        font-size: 1.8rem;
    }
}

.second-index-three .section-one img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.second-index-three .section-one .text-color-grey-custom {
    font-size: 1rem;
    font-weight: bold;
    line-height: 23px;
}

@media (min-width: 992px) {
    .second-index-three .section-one .text-color-grey-custom {
        font-size: 1.6rem;
        line-height: 40px;
    }
}

@media (min-width: 1200px) {
    .second-index-three .section-one .text-color-grey-custom {
        font-size: 2rem;
        font-weight: bold;
        line-height: 50px;
    }
}

.second-index-three .section-two {
    margin-top: 50px;
}

    .second-index-three .section-two .horizontal-sc {
        display: flex;
        flex-wrap: unset;
        align-items: center;
        overflow-x: scroll;
    }

        .second-index-three .section-two .horizontal-sc > div {
            flex: none;
            padding-left: 15px;
            padding-right: 15px;
            height: 300px;
        }

@media (min-width: 992px) {
    .second-index-three .section-two .horizontal-sc > div {
        height: auto;
    }
}

@media (min-width: 960px) {
    .second-index-three .section-two .horizontal-sc {
        overflow-x: visible;
        flex-wrap: wrap;
        align-items: unset;
    }

        .second-index-three .section-two .horizontal-sc > div {
            flex-basis: 0;
            flex-grow: 1;
        }
}

.second-index-three .section-two .bg-img5 {
    background-image: url("../img/successful-business-man-working-laptop-while-drinking-coffee.webp");
    background-size: cover;
    background-position: center;
}

.second-index-three .section-two p {
    font-size: 1rem;
    line-height: 25px;
    color: #fff;
    text-align: left;
}

@media (min-width: 1200px) {
    .second-index-three .section-two p {
        font-size: 1.3rem;
        line-height: 40px;
    }
}

.second-index-three .section-two .writer {
    background-image: linear-gradient(40deg, #29197e 36%, #4d0a8b 54%);
    padding: 0px 3px;
    font-size: 0.8rem;
    color: #fff;
    display: initial;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .second-index-three .section-two .writer {
        font-size: 1.1rem;
    }
}

.second-index-three .section-three {
    padding-top: 40px;
}

@media (min-width: 768px) {
    .second-index-three .section-three {
        padding-top: 90px;
    }
}

.second-index-three .section-three .horizontal-sc {
    display: flex;
    flex-wrap: unset;
    align-items: center;
    overflow-x: scroll;
}

@media (min-width: 992px) {
    .second-index-three .section-three .horizontal-sc {
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .second-index-three .section-three .horizontal-sc {
        padding: 0 12rem;
    }
}

.second-index-three .section-three .horizontal-sc > div {
    flex: none;
    padding-left: 15px;
    padding-right: 15px;
    height: 190px;
}

@media (min-width: 992px) {
    .second-index-three .section-three .horizontal-sc > div {
        height: auto;
    }
}

@media (min-width: 960px) {
    .second-index-three .section-three .horizontal-sc {
        overflow-x: visible;
        flex-wrap: wrap;
        align-items: unset;
    }

        .second-index-three .section-three .horizontal-sc > div {
            flex-basis: 0;
            flex-grow: 1;
        }
}

.second-index-three .section-three h2 {
    font-size: 2.2rem;
    color: #000;
    font-weight: 900;
}

@media (min-width: 768px) {
    .second-index-three .section-three h2 {
        font-size: 3rem;
    }
}

@media (min-width: 1200px) {
    .second-index-three .section-three h2 {
        font-size: 4rem;
    }
}

.second-index-three .section-three .meera-boxs {
    background-size: 100%;
    background-image: linear-gradient(#000000, #000000);
    border-radius: 13px;
    padding-top: 2px;
    text-align: center;
    position: relative;
    min-height: 152px;
}

@media (min-width: 768px) {
    .second-index-three .section-three .meera-boxs {
        padding-top: 10px;
        min-height: 180px;
    }
}

@media (min-width: 1200px) {
    .second-index-three .section-three .meera-boxs {
        min-height: 205px;
        border-radius: 20px;
    }
}

.second-index-three .section-three .meera-boxs .play {
    position: absolute;
    right: 11px;
    bottom: 4px;
}

    .second-index-three .section-three .meera-boxs .play i {
        color: white;
        font-size: 12px;
    }

.second-index-three .section-three .meera-boxs .headerr {
    position: relative;
    min-height: 28px;
}

.second-index-three .section-three .meera-boxs h4 {
    color: #fff;
    font-weight: 900;
    font-size: 1rem;
}

@media (min-width: 1200px) {
    .second-index-three .section-three .meera-boxs h4 {
        font-size: 1.2rem;
    }
}

.second-index-three .section-three .meera-boxs .bg-white {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 10px;
    padding: 16px;
    min-height: 142px;
    position: relative;
    z-index: 0;
}

    .second-index-three .section-three .meera-boxs .bg-white p {
        font-weight: 300;
        font-size: 1rem;
        line-height: 18px;
    }

@media (min-width: 1200px) {
    .second-index-three .section-three .meera-boxs .bg-white p {
        font-size: 1.3rem;
        line-height: 23px;
    }
}

@media (min-width: 1200px) {
    .second-index-three .section-three .meera-boxs .bg-white {
        min-height: 167px;
    }
}

.second-index-three .section-three .meera-boxs:before {
    border-radius: 17px;
    background-image: linear-gradient(#7c37a4, #16359a);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: 0;
    transition: opacity 0.45s;
}

.second-index-three .section-three .meera-boxs:hover:before {
    opacity: 1;
}

.second-index-three .section-three .meera-boxs:hover .bg-white {
    border-radius: 10px 10px 90px;
}

.second-index-three .section-three img {
    max-width: 100%;
}

@media (min-width: 768px) {
    .second-index-three .section-three img {
        max-width: 500px;
    }
}

@media (min-width: 1200px) {
    .second-index-three .section-three img {
        max-width: 750px;
    }
}

@media (min-width: 1400px) {
    .second-index-three .section-three img {
        max-width: 820px;
    }
}

.second-index-three .section-three .play-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25%;
    text-align: center;
    z-index: 2;
}

@media (min-width: 768px) {
    .second-index-three .section-three .play-btn {
        margin-top: 16%;
    }
}

@media (min-width: 1200px) {
    .second-index-three .section-three .play-btn {
        margin-top: 15%;
    }
}

@media (min-width: 1400px) {
    .second-index-three .section-three .play-btn {
        margin-top: 13%;
    }
}

.second-index-three .section-three .play-btn a {
    font-size: 17px;
    background-color: #000;
    color: #fff;
    padding: 6px 17px;
    border-color: #8aa9ff !important;
}

@media (min-width: 1200px) {
    .second-index-three .section-three .play-btn a {
        font-size: 20px;
        background-color: #000;
        color: #fff;
        padding: 10px 25px;
    }
}

.second-index-three .section-three .play-btn a span {
    background-color: transparent !important;
}

    .second-index-three .section-three .play-btn a span i {
        color: #fff;
        font-size: 14px;
        top: 0px;
        position: relative;
    }

@media (min-width: 1200px) {
    .second-index-three .section-three .play-btn a span i {
        font-size: 14px;
    }
}

.second-index-three .section-three .play-btn .btn-outline:hover span {
    background-color: transparent !important;
    box-shadow: none;
    top: 4px;
}

.second-index-three .section-four {
    margin-top: 65px;
    margin-bottom: 100px;
}

    .second-index-three .section-four img {
        max-width: 205px;
    }

@media (min-width: 768px) {
    .second-index-three .section-four img {
        max-width: 300px;
    }
}

.second-index-three .section-four a {
    font-size: 1rem;
    padding: 5px 47px;
    background-color: #8aa9ff;
    color: #191919;
    border: 3px solid #191919;
}

@media (min-width: 768px) {
    .second-index-three .section-four a {
        font-size: 1.5rem;
        padding: 0 70px;
    }
}

.second-index-three .section-four a:hover {
    background-color: #191919;
    color: #fff;
}

.second-index-three .section-four .footer-text {
    text-align: center;
}

    .second-index-three .section-four .footer-text p {
        color: #8aa9ff;
        font-weight: 900;
        font-size: 2.3rem;
    }

@media (min-width: 768px) {
    .second-index-three .section-four .footer-text p {
        font-size: 3rem;
    }
}
/* main-index */
.main-index .section-one h1 {
    color: #616161;
    font-size: 33.53pt;
}

.main-index .section-one h2 {
    color: #000;
    font-size: 100pt;
    line-height: 110px;
}

.main-index .section-one h3 {
    color: #616161;
    font-size: 33.53pt;
    text-transform: none;
}

.main-index .section-one img {
    margin-top: 140px;
    margin-bottom: 120px;
}

.main-index .section-one .text-color-grey-custom {
    font-size: 52pt;
    font-weight: bold;
    line-height: 75px;
}

.main-index
.section-scroll-dots-navigation.section-scroll-dots-navigation-light > ul > li > a::before {
    background: #8a8989;
}

.main-index .first-section {
    background-image: url("../img/first-section_bg.webp") !important;
    background-size: contain !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
}

    .main-index .first-section .monitor {
        max-width: 100%;
        margin: -10px auto -50px;
    }

@media (min-width: 768px) {
    .main-index .first-section .monitor {
        margin-top: -120px;
        margin-bottom: -90px;
        max-height: 665px;
        margin-left: auto;
        margin-right: auto;
    }

    .main-index .first-section {
        padding: 55px 0;
    }
}

@media (min-width: 992px) {
    .main-index .first-section .monitor {
        margin-top: -150px;
    }
}

@media (min-width: 1200px) and (max-height: 750px) {
    .main-index .first-section .monitor {
        margin-top: -125px;
        max-height: 560px;
    }
}

@media (min-width: 1200px) {
    .main-index .first-section {
        padding: 100px 0;
    }
}

@media (min-width: 1400px) {
    .main-index .first-section {
        padding: 100px 0;
    }
}

.main-index .first-section .left-btn {
    font-size: 17px;
    border-radius: 35px 0 0 35px;
    border: 3px solid #8aa9ff;
    font-weight: 300;
    background-color: #000;
    color: #8aa9ff;
    padding-left: 24px;
    text-transform: none;
}

@media (min-width: 992px) {
    .main-index .first-section .left-btn {
        font-size: 18px;
        padding-left: 38px;
    }
}

.main-index .first-section .left-btn:hover {
    background-color: #49525e;
    border-color: #4e5865 #4e5865 #383f48;
    color: #fff;
}

.main-index .first-section .right-btn {
    font-size: 17px;
    border-radius: 0 35px 35px 0;
    border: 3px solid #8aa9ff;
    font-weight: 300;
    background-color: #000;
    color: #8aa9ff;
    border-left: 0;
    margin-left: -4px;
    padding-right: 35px;
    text-transform: none;
}

@media (min-width: 768px) {
    .main-index .first-section .right-btn {
        margin-left: -9px;
    }
}

@media (min-width: 992px) {
    .main-index .first-section .right-btn {
        font-size: 18px;
        padding-right: 50px;
    }
}

.main-index .first-section .right-btn:hover {
    background-color: #49525e;
    border-color: #4e5865 #4e5865 #383f48;
    color: #fff;
}

.main-index .first-section p {
    text-align: center;
    font-size: 1.2rem;
    line-height: 31px;
    color: #151515;
    z-index: 2;
    position: relative;
}

@media (min-width: 768px) {
    .main-index .first-section p {
        font-size: 2.3rem;
        line-height: 49px;
    }
}

@media (min-width: 1200px) {
    .main-index .first-section p {
        font-size: 2.5rem;
    }
}

.main-index .first-section h1 {
    margin-top: 115px;
    font-size: 2.2rem;
    text-align: center;
    z-index: 2;
    position: relative;
}

@media (min-width: 768px) {
    .main-index .first-section h1 {
        margin-top: 70px;
        font-size: 4.2rem;
    }
}

@media (min-width: 992px) {
    .main-index .first-section h1 {
        margin-top: 60px;
        font-size: 4.7rem;
    }
}

@media (min-width: 1200px) {
    .main-index .first-section h1 {
        font-size: 6rem;
    }
}

@media (min-width: 1200px) and (max-height: 750px) {
    .main-index .first-section h1 {
        margin-top: 35px;
    }
}

.main-index .third-section {
    background-image: url("../img/section3_bg-m.webp") !important;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-color: #000;
    padding: 30px 0 50px;
    margin: 15px 0 !important;
}

@media (min-width: 768px) {
    .main-index .third-section {
        background-image: url("../img/section3_bg.webp") !important;
        background-position: center center !important;
        padding: 55px 0;
        margin: 30px 0 !important;
    }
}

@media (min-width: 1200px) {
    .main-index .third-section {
        padding: 100px 0;
    }
}

@media (min-width: 1400px) {
    .main-index .third-section {
        padding: 100px 0;
    }
}

.main-index .third-section .overlay-op-9 h3 {
    font-size: 1.3rem;
    color: #fff;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    padding-bottom: 10px;
    padding-left: 20px;
    text-align: left;
    line-height: 38px;
}

@media (min-width: 768px) {
    .main-index .third-section .overlay-op-9 h3 {
        text-align: left;
        font-size: 2.4rem;
        padding-left: -2px;
        padding-bottom: 25px;
    }
}

@media (min-width: 992px) {
    .main-index .third-section .overlay-op-9 h3 {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    .main-index .third-section .overlay-op-9 h3 {
        font-size: 2.3rem;
    }
}

.main-index .third-section .overlay-op-9 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .main-index .third-section .overlay-op-9 ul li {
        padding: 0;
    }

        .main-index .third-section .overlay-op-9 ul li p {
            font-size: 1.5rem;
            line-height: 33px;
            color: white;
            border-left: 3px solid;
            padding-left: 30px;
            font-weight: 400;
        }

@media (min-width: 768px) {
    .main-index .third-section .overlay-op-9 ul li p {
        font-size: 2.4rem;
    }
}

.main-index .third-section .overlay-op-9 ul li p strong {
    font-weight: 900;
}

.main-index .third-section .overlay-op-9 ul li .left-btn {
    font-size: 13px;
    border-radius: 35px 0 0 35px;
    border: 3px solid #8aa9ff;
    font-weight: 300;
    background-color: #000;
    color: #8aa9ff;
    padding-left: 15px;
    text-transform: none;
}

@media (min-width: 768px) {
    .main-index .third-section .overlay-op-9 ul li .left-btn {
        padding-left: 40px;
    }
}

@media (min-width: 992px) {
    .main-index .third-section .overlay-op-9 ul li .left-btn {
        font-size: 1rem;
    }
}

.main-index .third-section .overlay-op-9 ul li .left-btn:hover {
    background-color: #49525e;
    border-color: #4e5865 #4e5865 #383f48;
    color: #fff;
}

.main-index .third-section .overlay-op-9 ul li .right-btn {
    font-size: 13px;
    border-radius: 0 35px 35px 0;
    border: 3px solid #8aa9ff;
    font-weight: 300;
    background-color: #000;
    color: #8aa9ff;
    border-left: 0;
    margin-left: -4px;
    padding-right: 27px;
    text-transform: none;
}

@media (min-width: 768px) {
    .main-index .third-section .overlay-op-9 ul li .right-btn {
        padding-right: 50px;
        margin-left: -3px;
    }
}

@media (min-width: 992px) {
    .main-index .third-section .overlay-op-9 ul li .right-btn {
        font-size: 1rem;
    }
}

.main-index .third-section .overlay-op-9 ul li .right-btn:hover {
    background-color: #49525e;
    border-color: #4e5865 #4e5865 #383f48;
    color: #fff;
}

.main-index .fourth-section {
    background-image: url("../img/section4_2_bg.webp?v=1") !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #0d0d0d !important;
    /* padding: 185px 0 100px 0;*/
    height: 40vh;
    position: relative;
    margin: 15px 0 !important;
    overflow-x: hidden;
}

@media (min-width: 768px) {
    .main-index .fourth-section {
        padding: 50px 0;
        background-size: cover !important;
        height: unset;
        margin: 30px 0 !important;
    }

    .main-index .fourth-section {
        background-position: -1000px 0 !important;
        padding: 200px 0;
    }
}

@media (min-width: 992px) {
    .main-index .fourth-section {
        background-size: cover !important;
        background-position: right !important;
        background-repeat: no-repeat !important;
        background-color: #0d0d0d !important;
        padding: 25px 0;
    }
}

@media (min-width: 1200px) {
    .main-index .fourth-section {
        padding: 72px 0;
    }
}

@media (min-width: 1400px) {
    .main-index .fourth-section {
        padding: 320px 0 20px 0;
    }
}

.main-index .fourth-section .overlay-op-9 {
    padding: 60px 45px 0;
}

@media (min-width: 768px) {
    .main-index .fourth-section .overlay-op-9 {
        padding: 80px 130px 0;
    }
}

.main-index .fourth-section .overlay-op-9 h3 {
    font-size: 0.7rem;
    color: #fff;
    font-weight: 800;
    text-transform: none;
    letter-spacing: 0;
    padding-bottom: 0px;
    margin-bottom: 2px;
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.57);
}

@media (min-width: 768px) {
    .main-index .fourth-section .overlay-op-9 h3 {
        font-weight: 700;
        font-size: 1.7rem;
        margin-bottom: 16px;
    }
}

.main-index .fourth-section .overlay-op-9 h4 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.57);
}

@media (min-width: 768px) {
    .main-index .fourth-section .overlay-op-9 h4 {
        font-size: 1.8rem;
        font-weight: 400;
    }
}

.main-index .fourth-section .overlay-op-9 p {
    font-size: 0.8rem;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.57);
}

@media (min-width: 768px) {
    .main-index .fourth-section .overlay-op-9 p {
        font-size: 2rem;
        line-height: 45px;
        font-weight: 300;
    }
}

@media (min-width: 1200px) {
    .main-index .fourth-section .overlay-op-9 p {
        font-size: 2.4rem;
        font-weight: 500;
    }
}

.main-index .fourth-section .overlay-op-9 p strong {
    font-weight: 700;
}

@media (min-width: 768px) {
    .main-index .fourth-section .overlay-op-9 p strong {
        font-size: 1.7rem;
    }
}

@media (min-width: 1200px) {
    .main-index .fourth-section .overlay-op-9 p strong {
        font-size: 2.4rem;
    }
}

.main-index .fourth-section .overlay-op-9 p a {
    font-size: 0.6rem;
    background-color: #000;
    color: #fff;
    padding: 2px 17px 2px;
    border-color: #8aa9ff !important;
}

@media (min-width: 768px) {
    .main-index .fourth-section .overlay-op-9 p a {
        padding: 14px 17px 12px;
    }
}

.main-index .fourth-section .overlay-op-9 p a span {
    background-color: transparent !important;
}

    .main-index .fourth-section .overlay-op-9 p a span i {
        color: #fff;
        font-size: 10px;
        top: 2px;
        position: relative;
    }

@media (min-width: 768px) {
    .main-index .fourth-section .overlay-op-9 p a span i {
        font-size: 15px;
    }
}

.main-index .fourth-section .overlay-op-9 p a:hover {
    background-color: #49525e;
    border-color: #4e5865 #4e5865 #383f48 !important;
    color: #fff;
}

    .main-index .fourth-section .overlay-op-9 p a:hover span {
        transform: translateX(0px);
    }

.main-index .fourth-section .overlay-op-9 p .btn-outline:hover span {
    background-color: transparent !important;
    box-shadow: none;
    top: 4px;
}

.main-index .fourth-section:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
    .main-index .fourth-section:before {
        background: none;
    }
}

.main-index .fifth-section {
    background-color: #fff;
    margin: 50px 0 40px 0;
}

@media (min-width: 992px) {
    .main-index .fifth-section {
        margin: 50px 0 60px 0;
    }
}

.main-index .fifth-section .asset {
    font-size: 2rem;
    text-transform: none;
    color: #000;
    font-weight: 700;
    line-height: 20px;
}

@media (min-width: 1200px) {
    .main-index .fifth-section .asset {
        font-size: 2.8rem;
        line-height: 95px;
    }
}

.main-index .fifth-section .asset .and {
    font-size: 80pt;
    color: #8aa9ff;
    font-weight: 300;
    line-height: 100px;
}

@media (min-width: 992px) {
    .main-index .fifth-section .asset .and {
        line-height: 20px;
    }
}

.main-index .fifth-section p {
    font-size: 2.8rem;
    line-height: 24px;
    text-transform: none;
    color: #000;
    font-weight: 300;
}

@media (min-width: 992px) {
    .main-index .fifth-section p {
        font-size: 6rem;
        line-height: 95px;
    }
}

@media (min-width: 1200px) {
    .main-index .fifth-section p {
        font-size: 7rem;
    }
}

.main-index .sixth-section .section-pt {
    padding-top: 55px;
}

.main-index .sixth-section .horizontal-sc {
    display: flex;
    flex-wrap: unset;
    align-items: center;
    overflow-x: scroll;
}

    .main-index .sixth-section .horizontal-sc > div {
        flex: none;
        padding-left: 15px;
        padding-right: 15px;
        /*  height: 618px;*/
    }

@media (min-width: 768px) {
    .main-index .sixth-section .horizontal-sc > div {
        /*height: 480px;*/
    }
}

@media (min-width: 992px) {
    .main-index .sixth-section .horizontal-sc > div {
        height: auto;
    }
}

@media (min-width: 960px) {
    .main-index .sixth-section .horizontal-sc {
        overflow-x: visible;
        flex-wrap: wrap;
        align-items: unset;
    }

        .main-index .sixth-section .horizontal-sc > div {
            flex-basis: 0;
            flex-grow: 1;
        }
}

.main-index .sixth-section .card {
    border: 0;
}

    .main-index .sixth-section .card .bg-color-grey-custom-dark {
        min-height: 615px;
    }

@media (min-width: 768px) {
    .main-index .sixth-section .bg-color-grey-custom-dark {
        max-width: 415px;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .main-index .sixth-section .bg-color-grey-custom-dark {
        max-width: 515px;
        margin: 0 auto;
    }
}

.main-index .sixth-section .scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

    .main-index .sixth-section .scrolling-wrapper::-webkit-scrollbar {
        display: none;
    }

    .main-index .sixth-section .scrolling-wrapper .card {
        display: inline-block;
        max-width: 315px;
    }

        .main-index .sixth-section .scrolling-wrapper .card .bg-color-grey-custom-dark {
            border-radius: 10px;
        }

.main-index .sixth-section .bg-color-grey-custom-dark {
    border-radius: 30px;
}

.main-index .sixth-section h2 {
    font-weight: 900;
    font-size: 1.3rem;
    margin: 0 0 15px 0;
    line-height: 2rem;
    color: white;
}

@media (min-width: 992px) {
    .main-index .sixth-section h2 {
        font-weight: 700;
        font-size: 1.6rem;
        margin: 0 0 15px 0;
        line-height: 2.4rem;
    }
}

@media (min-width: 1200px) {
    .main-index .sixth-section h2 {
        font-size: 2rem;
    }
}

.main-index .sixth-section .p1 {
    font-size: 0.8rem;
    color: #ececec;
    line-height: 1.4rem;
}

@media (min-width: 992px) {
    .main-index .sixth-section .p1 {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    .main-index .sixth-section .p1 {
        font-size: 1.2rem;
    }
}

.main-index .sixth-section .p2 {
    font-size: 11pt;
    font-weight: 600;
    color: #fff;
    background-color: #8aa9ff;
    display: table;
    padding: 7px 30px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .main-index .sixth-section .p2 {
        font-size: 16pt;
    }
}

.main-index .sixth-section .tags {
    padding: 10px;
}

    .main-index .sixth-section .tags span {
        color: #8aa9ff;
    }

.main-index .sixth-section .p3 {
    font-size: 0.9rem;
    white-space: normal;
    color: #dddddd;
}

@media (min-width: 768px) {
    .main-index .sixth-section .p3 {
        font-size: 0.8rem;
    }
}

@media (min-width: 992px) {
    .main-index .sixth-section .p3 {
        font-size: 0.7rem;
    }
}

@media (min-width: 1200px) {
    .main-index .sixth-section .p3 {
        font-size: 1rem;
    }
}

.main-index .sixth-section img {
    max-height: 225px;
}

@media (min-width: 992px) {
    .main-index .sixth-section img {
        max-height: 310px;
    }
}

.main-index .seventh-section {
    background-color: #e4e3ee;
}

    .main-index .seventh-section .scrolling-wrapper {
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .main-index .seventh-section .scrolling-wrapper::-webkit-scrollbar {
            display: none;
        }

        .main-index .seventh-section .scrolling-wrapper .card {
            display: inline-block;
            min-width: 39vw;
            padding: 0px;
            background: none;
            border: 0;
            margin: 0px 7px;
        }

            .main-index .seventh-section .scrolling-wrapper .card .foot-text {
                white-space: normal;
                word-wrap: normal;
            }

    .main-index .seventh-section .section-pt {
        padding-top: 0;
    }

@media (min-width: 360px) {

    .main-index .seventh-section .scrolling-wrapper .card {
        min-width: 39vw;
        padding: 0 15px;
        margin: 0px 10px;
    }
}

@media (min-width: 768px) {
    .main-index .seventh-section .scrolling-wrapper .card {
        min-width: unset;
        padding: 0 15px;
        margin: unset;
    }
}

@media (min-width: 992px) {
    .main-index .seventh-section .section-pt {
        padding-top: 40px;
    }
}

.main-index .seventh-section .px-5-custom {
    padding: 15px !important;
}

.main-index .seventh-section .box {
    background-color: #ffffff;
    border-radius: 30px;
    /*    height: 42vh;
*/ width: 40vw;
}

@media (min-width: 1200px) {
    .main-index .seventh-section .box {
        min-height: 456px;
    }
}

.main-index .seventh-section .box img {
    width: 80%;
}



.main-index .seventh-section .box .box-img {
    border-bottom: 2px solid #000;
}

.main-index .seventh-section .box .foot-text {
    font-size: 0.6rem;
    color: #000;
    line-height: 15px;
    text-align: justify;
    font-weight: 400;
    height: 120px;
}

    .main-index .seventh-section .box .foot-text strong {
        font-weight: 800 !important;
    }

@media (min-width: 768px) {
    .main-index .seventh-section .box .foot-text {
        font-size: 0.9rem;
    }
}

@media (min-width: 1200px) {
    .main-index .seventh-section .box .foot-text {
        line-height: 26px;
    }
}

.main-index .seventh-section h2 {
    font-size: 0.8rem;
    line-height: 0.1rem;
}

@media (min-width: 360px) {
    .main-index .seventh-section h2 {
        font-size: 1.1rem;
        line-height: 0.1rem;
    }
}

@media (min-width: 768px) {
    .main-index .seventh-section h2 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}

@media (min-width: 992px) {
    .main-index .seventh-section h2 {
        line-height: 2.3rem;
    }
}

@media (min-width: 1200px) {
    .main-index .seventh-section h2 {
        font-size: 3rem;
    }
}

.main-index .seventh-section .font-weight-light {
    font-size: 3rem;
    line-height: 2.8rem;
}

@media (min-width: 992px) {
    .main-index .seventh-section .font-weight-light {
        line-height: 2.3rem;
    }
}

@media (min-width: 1200px) {
    .main-index .seventh-section .font-weight-light {
        font-size: 4rem;
    }
}

.main-index .seventh-section .bold-font {
    font-weight: 900;
}

.main-index .seventh-section .head {
    border-radius: 30px 30px 0 0;
    font-size: 12pt;
    padding: 12px;
}

@media (min-width: 1200px) {
    .main-index .seventh-section .head {
        font-size: 18px;
    }
}

.main-index .seventh-section .head p {
    color: #fff;
    margin: 0;
    font-size: 0.6rem !important;
    line-height: 1px;
}

.main-index .eighth-section {
    margin: 0;
    padding: 20px 0 50px 0;
}

    .main-index .eighth-section h2 {
        font-size: 0.8rem;
        font-weight: 800;
        margin-bottom: 15px;
    }

@media (min-width: 360px) {
    .main-index .eighth-section h2 {
        font-size: 1.3rem;
    }
}

@media (min-width: 768px) {
    .main-index .eighth-section h2 {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 54px;
        margin-bottom: 30px;
    }

    .main-index .seventh-section .head p {
        font-size: 1rem !important;
        line-height: 17px;
    }
}

@media (min-width: 992px) {
    .main-index .eighth-section {
        padding: 20px 0 50px 0;
    }

        .main-index .eighth-section h2 {
            font-size: 2rem;
        }
}

@media (min-width: 1200px) {
    .main-index .eighth-section h2 {
        font-size: 3rem;
    }
}

.main-index .eighth-section .left-btn {
    font-size: 13px;
    border-radius: 35px 0 0 35px;
    border: 3px solid #8aa9ff;
    font-weight: 300;
    background-color: #000;
    color: #8aa9ff;
    padding-left: 30px;
    text-transform: none;
}

@media (min-width: 768px) {
    .main-index .eighth-section .left-btn {
        padding-left: 38px;
    }
}

@media (min-width: 992px) {
    .main-index .eighth-section .left-btn {
        font-size: 1rem;
    }
}

.main-index .eighth-section .left-btn:hover {
    background-color: #49525e;
    border-color: #4e5865 #4e5865 #383f48;
    color: #fff;
}

.main-index .eighth-section .left-right-btn {
    font-size: 16px;
    border: 3px solid #8aa9ff;
    font-weight: 500;
    background-color: #000;
    color: #07c5f5;
    min-width: 80%;
    text-transform: none;
}

@media (min-width: 768px) {
    .main-index .eighth-section .left-right-btn {
        width: 450px !important;
        min-width: unset;
    }
}

@media (min-width: 992px) {
    .main-index .eighth-section .left-right-btn {
        font-size: 1.3rem;
    }
}

.main-index .eighth-section .left-right-btn:hover {
    background-color: #49525e;
    border-color: #4e5865 #4e5865 #383f48;
    color: #fff;
}

.main-index .eighth-section .right-btn {
    font-size: 13px;
    border-radius: 0 35px 35px 0;
    border: 3px solid #8aa9ff;
    font-weight: 300;
    background-color: #000;
    color: #8aa9ff;
    border-left: 0;
    margin-left: -3px;
    padding-right: 43px;
    text-transform: none;
}

@media (min-width: 768px) {
    .main-index .eighth-section .right-btn {
        padding-right: 50px;
    }
}

@media (min-width: 992px) {
    .main-index .eighth-section .right-btn {
        font-size: 1rem;
    }
}

.main-index .eighth-section .right-btn:hover {
    background-color: #49525e;
    border-color: #4e5865 #4e5865 #383f48;
    color: #fff;
}

.main-index .nine-section h2 {
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 25px;
    margin-bottom: 10px !important;
}

.main-index .nine-section .owl-carousel .owl-item:after {
    content: "";
    width: 1px;
    height: 65px;
    background-color: #5050fd;
    display: block;
    position: absolute;
    top: 0px;
}

@media (min-width: 768px) {

    .main-index .nine-section h2 {
        font-size: 3rem;
        font-weight: 900;
        margin-bottom: 30px !important;
    }

    .main-index .nine-section .owl-carousel .owl-item:after {
        height: 80%;
        top: 10px;
    }
}

.main-index .nine-section .owl-carousel .our-Client-item {
    text-align: center;
    position: relative;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .main-index .nine-section .owl-carousel .our-Client-item .our-Client-item-title-container {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 35px;
    }

.main-index .nine-section .owl-carousel h3 {
    color: #7e7e7e;
    font-size: 0.9rem;
    font-weight: 900;
    padding-top: 1px;
    margin-bottom: 7px;
    line-height: 18px;
}

.main-index .nine-section .owl-carousel p {
    color: #5050fd;
    line-height: 10px;
    font-size: 9px;
    margin: 0px 5px;
}

@media (min-width: 768px) {
    .main-index .nine-section .owl-carousel .our-Client-item {
        height: 125px;
    }

        .main-index .nine-section .owl-carousel .our-Client-item .our-Client-item-title-container {
            height: 80px;
        }

    .main-index .nine-section .owl-carousel h3 {
        font-size: 1.8rem;
        font-weight: 900;
        padding-top: 10px;
        margin-bottom: 5px;
        line-height: 2rem;
    }

    .main-index .nine-section .owl-carousel p {
        line-height: 17px;
        font-size: 13px;
    }
}

.main-index .sticky-wrapper .header-nav .nav > ul > li > a {
    margin: 0 !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    color: #f0f0f0;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: "lato";
}

.main-index .sticky-wrapper .header-nav .nav > ul > li > a {
    border-right: 1px solid #f0f0f0;
}

.main-index .sticky-wrapper .header-nav .nav > ul > li > a {
    border-right: 1px solid #f0f0f0;
}

.main-index .sticky-wrapper .header-nav .nav > ul > li:last-child > a {
    border-right: 0;
}

.caseStudy .firstSection {
    width: 100vw;
}

@media (min-width: 768px) {
    .caseStudy .firstSection {
        background-image: url("../img/case-study-bg-m.webp");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        height: 100vh;
    }
}

@media (min-width: 1200px) {
    .caseStudy .firstSection {
        background-image: url("../img/mainBg.webp");
    }
}

@media (min-width: 1200px) {
    .caseStudy .firstSection {
        background-image: url("../img/mainBg-xl.webp");
    }
}

.caseStudy .firstSection .firstOverLay {
    background-color: #202020;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .caseStudy .firstSection .firstOverLay {
        background-color: transparent;
    }
}

.caseStudy .firstSection .firstOverLay .mobile-bg {
    background-image: url("../img/case-study-bg-m.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 70vh;
    padding: 0;
}

.caseStudy .firstSection .title_2 {
    text-align: center;
}

    .caseStudy .firstSection .title_2 h1 {
        color: white;
        font-weight: 900;
        font-size: 2.7rem;
        text-align: left;
        margin-bottom: 0;
    }

@media (min-width: 768px) {
    .caseStudy .firstSection .title_2 h1 {
        font-size: 4rem;
        text-align: center;
        line-height: 65px;
    }
}

@media (min-width: 1200px) {
    .caseStudy .firstSection .title_2 h1 {
        color: white;
        font-weight: bold;
        font-size: 88px;
        text-align: center;
        margin-bottom: 60px;
        line-height: 35px;
    }
}

.caseStudy .firstSection .title_2 h2 {
    color: white;
    font-size: 2rem;
    text-align: left;
}

@media (min-width: 768px) {
    .caseStudy .firstSection .title_2 h2 {
        font-size: 44px;
        text-align: center;
    }
}

.caseStudy .secondSection {
    background-color: #000;
    color: white;
}

    .caseStudy .secondSection .sectionRow {
        padding-top: 120px;
        padding-bottom: 48px;
    }

        .caseStudy .secondSection .sectionRow p {
            color: white;
            font-size: 2rem;
            font-weight: 900;
            line-height: 40px;
        }

@media (min-width: 768px) {
    .caseStudy .secondSection .sectionRow p {
        font-size: 3rem;
        line-height: 55px;
    }
}

@media (min-width: 1200px) {
    .caseStudy .secondSection .sectionRow p {
        font-size: 68px;
        line-height: 90px;
    }
}

.caseStudy .secondSection .sectionRow ul {
    padding-left: 0;
}

@media (min-width: 768px) {
    .caseStudy .secondSection .sectionRow ul {
        padding-left: 40px;
    }
}

.caseStudy .secondSection .sectionRow ul li {
    line-height: 20px;
    font-size: 1.1rem;
    font-weight: normal;
    list-style: none;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .caseStudy .secondSection .sectionRow ul li {
        line-height: 26px;
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .caseStudy .secondSection .sectionRow ul li {
        line-height: 35px;
        font-size: 2rem;
        margin-bottom: 28px;
    }
}

.caseStudy .thirdSection {
    background-color: #000;
    padding-top: 48px;
}

@media (min-width: 768px) {
    .caseStudy .thirdSection .sectionRow {
        padding-right: 10px;
    }
}

.caseStudy .thirdSection .sectionRow .grayBG {
    background-color: #404040;
    color: white;
    padding-top: 65px;
    display: flex;
    flex-direction: column;
}

    .caseStudy .thirdSection .sectionRow .grayBG .linkWrapper {
        margin-top: 70px;
        margin-bottom: 50px;
    }

        .caseStudy .thirdSection .sectionRow .grayBG .linkWrapper a {
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            font-size: 15px;
            padding-left: 0;
            font-weight: normal;
            color: #8aa9ff;
        }

@media (min-width: 768px) {
    .caseStudy .thirdSection .sectionRow .grayBG .linkWrapper a {
        font-size: 20px;
    }
}

.caseStudy .thirdSection .sectionRow .grayBG .linkWrapper a:hover {
    padding-left: 10px;
    color: #ffbb8a;
}

.caseStudy .thirdSection .sectionRow .grayBG .textBG {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .caseStudy .thirdSection .sectionRow .grayBG .textBG {
        width: 70%;
    }
}

.caseStudy .thirdSection .sectionRow .grayBG .textBG h1 {
    color: #fff;
    font-size: 3rem;
    line-height: 53px;
    font-weight: 900;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .caseStudy .thirdSection .sectionRow .grayBG .textBG h1 {
        font-size: 3.5rem;
        line-height: 70px;
    }
}

@media (min-width: 1200px) {
    .caseStudy .thirdSection .sectionRow .grayBG .textBG h1 {
        font-size: 3.8rem;
        line-height: 70px;
    }
}

@media (min-width: 1400px) {
    .caseStudy .thirdSection .sectionRow .grayBG .textBG h1 {
        font-size: 3.8rem;
        line-height: 70px;
    }
}

.caseStudy .thirdSection .sectionRow .grayBG .textBG p {
    font-size: 1rem;
    color: #bbb;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .caseStudy .thirdSection .sectionRow .grayBG .textBG p {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    .caseStudy .thirdSection .sectionRow .grayBG .textBG p {
        font-size: 1.2rem;
    }
}

@media (min-width: 1400px) {
    .caseStudy .thirdSection .sectionRow .grayBG .textBG p {
        font-size: 1.5rem;
    }
}

.caseStudy .thirdSection .sectionRow .grayBG .textBG .quote {
    font-size: 1rem;
    line-height: 23px;
    color: #bbb;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .caseStudy .thirdSection .sectionRow .grayBG .textBG .quote {
        font-size: 1.4rem;
        line-height: 25px;
        margin-bottom: 45px;
    }
}

@media (min-width: 1200px) {
    .caseStudy .thirdSection .sectionRow .grayBG .textBG .quote {
        font-size: 2.4rem;
        line-height: 47px;
        margin-bottom: 70px;
    }
}

@media (min-width: 1200px) {
    .caseStudy .thirdSection .sectionRow .grayBG .textBG .quote {
        font-size: 2rem;
        line-height: 37px;
        margin-bottom: 70px;
    }
}

.caseStudy .thirdSection .sectionRow .grayBG .textBG .numbers {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 58px;
}

    .caseStudy .thirdSection .sectionRow .grayBG .textBG .numbers .numberEntry {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
        flex: 1 0 30%;
    }

        .caseStudy .thirdSection .sectionRow .grayBG .textBG .numbers .numberEntry h2 {
            font-size: 1.8rem;
            color: white;
            font-weight: 900;
            margin-bottom: 3px;
            text-align: left;
        }

@media (min-width: 768px) {
    .caseStudy
    .thirdSection
    .sectionRow
    .grayBG
    .textBG
    .numbers
    .numberEntry
    h2 {
        font-size: 35px;
        margin-bottom: 0px;
    }
}

@media (min-width: 1200px) {
    .caseStudy
    .thirdSection
    .sectionRow
    .grayBG
    .textBG
    .numbers
    .numberEntry
    h2 {
        font-size: 55px;
        margin-bottom: 15px;
    }
}

.caseStudy
.thirdSection
.sectionRow
.grayBG
.textBG
.numbers
.numberEntry
.more {
    font-size: 10px;
    font-weight: 400;
    color: white;
    line-height: 11px;
    text-align: left;
}

@media (min-width: 768px) {
    .caseStudy
    .thirdSection
    .sectionRow
    .grayBG
    .textBG
    .numbers
    .numberEntry
    .more {
        font-size: 12px;
        font-weight: 300;
        line-height: 13px;
    }
}

@media (min-width: 1200px) {
    .caseStudy
    .thirdSection
    .sectionRow
    .grayBG
    .textBG
    .numbers
    .numberEntry
    .more {
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
    }
}

.caseStudy
.thirdSection
.sectionRow
.grayBG
.textBG
.numbers
.numberEntry
.detailWrapper {
    padding-right: 5px;
}

@media (min-width: 768px) {
    .caseStudy
    .thirdSection
    .sectionRow
    .grayBG
    .textBG
    .numbers
    .numberEntry
    .detailWrapper {
        padding-right: 50px;
    }
}

@media (min-width: 1200px) {
    .caseStudy
    .thirdSection
    .sectionRow
    .grayBG
    .textBG
    .numbers
    .numberEntry
    .detailWrapper {
        padding-right: 70px;
    }
}

.caseStudy
.thirdSection
.sectionRow
.grayBG
.textBG
.numbers
.numberEntry
.detail {
    font-weight: 700;
    color: white;
    margin-bottom: 5px;
    line-height: 22px;
    min-height: 30px;
    text-align: left;
}

.caseStudy .thirdSection .sectionRow .img-section {
    min-height: 700px;
}

@media (min-width: 768px) {
    .caseStudy .thirdSection .sectionRow .img-section {
        min-height: auto;
    }
}

.caseStudy .thirdSection .sectionRow .img-section .imageBG1 {
    background-image: url("../img/thirdBg-m.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .caseStudy .thirdSection .sectionRow .img-section .imageBG1 {
        padding-left: 10px;
        background-image: url("../img/thirdBg.webp");
    }
}

.caseStudy .thirdSection .sectionRow .img-section .imageBG2 {
    background-image: url("../img/Centrum-Fifth2_gr.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .caseStudy .thirdSection .sectionRow .img-section .imageBG2 {
        padding-left: 10px;
        background-image: url("../img/Centrum-Fifth2_gr.webp");
    }
}

.caseStudy .thirdSection .sectionRow .img-section .imageBG3 {
    background-image: url("../img/Centrum-Fifth3-gr.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .caseStudy .thirdSection .sectionRow .img-section .imageBG3 {
        padding-left: 10px;
        background-image: url("../img/Centrum-Fifth3-gr.webp");
    }
}

.koc .first-section h1 {
    font-size: 2.3rem;
    font-weight: 900;
    /* background: -webkit-linear-gradient(#173598, #7c37a4);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    color: #000000;
    line-height: 38px;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .koc .first-section h1 {
        font-size: 4rem;
        line-height: 66px;
    }
}

@media (min-width: 992px) {
    .koc .first-section h1 {
        font-size: 5.1rem;
    }
}

.koc .first-section h2, .second-section-2 h2 {
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .koc .first-section h2, .second-section-2 h2 {
        font-size: 2.7rem;
        line-height: 3rem;
        margin-top: unset;
    }
}


.koc .first-section .border-top p {
    font-size: 0.8rem;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

@media (min-width: 768px) {
    .koc .first-section .border-top p {
        font-size: 1.8rem;
        line-height: 30px;
        font-weight: 300;
    }
}

.koc .second-section {
    padding: 0px 0px 20px 0;
}

@media (min-width: 768px) {
    .koc .second-section {
        padding: 0px 0px 50px 0;
    }
}

.koc .second-section h3 {
    text-transform: none;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 12px;
}

.koc .second-section p {
    font-size: 0.9rem;
    color: #000;
    font-weight: 400;
    line-height: 18px;
}

    .koc .second-section p strong {
        font-weight: 700;
        /*        color: #4f4f4f;*/
    }


.koc .second-section ul.options {
    padding: 0px 15px 0px 30px;
}

    .koc .second-section ul.options li {
    }

    .koc .second-section ul.options p {
        text-align: left;
        margin-bottom: 5px;
        line-height: 22px;
    }

@media (min-width: 768px) {
    .koc .second-section ul.options {
        padding: 0px 15px 0px 40px;
    }

        .koc .second-section ul.options p {
            text-align: justify;
            line-height: 32px;
        }
}

@media (min-width: 768px) {
    .koc .second-section p {
        font-size: 1.1rem;
        color: #686868;
        font-weight: 400;
        line-height: 28px;
    }
}


.koc .second-section-outcome {
    padding: 0px 0px 30px 0;
}

@media (min-width: 768px) {
    .koc .second-section-outcome {
        padding: 0px 0px 50px 0;
    }
}

.koc .second-section-outcome .outcome {
    border-bottom: 1px solid #000;
    display: inline-block;
    font-size: 1.5rem;
    color: #000;
    font-weight: 700;
}


.second-section-outcome h2 {
    font-weight: 800;
    font-size: 1.3rem;
    line-height: 2rem;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .second-section-outcome h2 {
        font-size: 2.2rem;
        line-height: 2.5rem;
        margin-top: unset;
    }
}

.second-section-outcome .owl-carousel .owl-nav, .fifth-section .owl-carousel .owl-nav {
    position: absolute;
    justify-content: center;
    z-index: 100;
    width: 100%;
    bottom: -40px;
    top: unset;
}

    .second-section-outcome .owl-carousel .owl-nav button img, .fifth-section .owl-carousel .owl-nav button img {
        width: 40px;
        height: 40px;
    }

    .second-section-outcome .owl-carousel .owl-nav button.owl-prev, .fifth-section .owl-carousel .owl-nav button.owl-prev {
        width: 40px;
        height: 40px;
        position: absolute;
        display: block !important;
        left: 35%;
    }

    .second-section-outcome .owl-carousel .owl-nav button.owl-next, .fifth-section .owl-carousel .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
        position: absolute;
        display: block !important;
        right: 35%;
    }

    .second-section-outcome .owl-carousel .owl-nav button.owl-prev:before, .fifth-section .owl-carousel .owl-nav button.owl-prev:before {
        content: '';
    }

    .second-section-outcome .owl-carousel .owl-nav button.owl-next:before, .fifth-section .owl-carousel .owl-nav button.owl-next:before {
        content: '';
    }

.fifth-section .owl-carousel .owl-stage-outer {
    height: 140px;
}

.fifth-section .card {
    border: none;
    background-color: transparent;
    margin: 10px 30px;
}

    .fifth-section .card p {
        font-size: 1.3rem;
        text-align: center;
        color: #000;
        line-height: 2rem;
        margin-bottom: 0px;
    }

        .fifth-section .card p strong {
            font-size: 2rem;
            font-weight: bold;
        }

.second-section-outcome .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent !important;
}

.second-section-outcome .owl-prev i, .owl-next i {
    transform: scale(1,6);
    color: #ccc;
}

@media (min-width: 768px) {
    .second-section-outcome .owl-carousel .owl-nav button.owl-prev, .fifth-section .owl-carousel .owl-nav button.owl-prev {
        left: 42%;
    }

    .second-section-outcome .owl-carousel .owl-nav button.owl-next, .fifth-section .owl-carousel .owl-nav button.owl-next {
        right: 42%;
    }
}

@media (min-width: 992px) {
    .second-section-outcome .owl-carousel .owl-nav button.owl-prev, .fifth-section .owl-carousel .owl-nav button.owl-prev {
        left: 45%;
    }

    .second-section-outcome .owl-carousel .owl-nav button.owl-next, .fifth-section .owl-carousel .owl-nav button.owl-next {
        right: 45%;
    }
}

.second-section-outcome .outcome-box {
    background-color: #FFF;
    border-radius: 25px;
    padding: 30px 15px;
    height: 450px;
}

    .second-section-outcome .outcome-box p {
        font-size: 1.2rem;
        text-align: center;
        line-height: 2.2rem;
        font-weight: 800;
        padding: 10px;
        min-height: 225px;
    }

        .second-section-outcome .outcome-box p.gradiant {
            background: rgb(252, 185, 56);
            background: -moz-linear-gradient( 90deg, rgba(101, 81, 224, 1) 0%, rgba(246, 136, 146, 1) 45%, rgba(252, 185, 56, 1) 100% );
            background: -webkit-linear-gradient( 90deg, rgba(101, 81, 224, 1) 0%, rgba(246, 136, 146, 1) 45%, rgba(252, 185, 56, 1) 100% );
            background: linear-gradient( 90deg, rgba(101, 81, 224, 1) 0%, rgba(246, 136, 146, 1) 45%, rgba(252, 185, 56, 1) 100% );
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6551e0",endColorstr="#fcb938",GradientType=1);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 1.2rem;
            line-height: 2rem;
        }

            .second-section-outcome .outcome-box p.gradiant.gradiant2 {
                font-size: 1.5rem;
                line-height: 2.3rem;
            }

            .second-section-outcome .outcome-box p.gradiant.gradiant2_2 {
                font-size: 1.5rem;
                line-height: 2.3rem;
            }

            .second-section-outcome .outcome-box p.gradiant.gradiant3 {
                background: rgb(9, 79, 195);
                background: -moz-linear-gradient( 90deg, rgba(205, 64, 143, 1) 0%, rgba(246, 136, 146, 1) 45%, rgba(9, 79, 195, 1) 100% );
                background: -webkit-linear-gradient( 90deg, rgba(205, 64, 143, 1) 0%, rgba(246, 136, 146, 1) 45%, rgba(9, 79, 195, 1) 100% );
                background: linear-gradient( 90deg, rgba(205, 64, 143, 1) 0%, rgba(246, 136, 146, 1) 45%, rgba(9, 79, 195, 1) 100% );
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cd408f",endColorstr="#094fc3",GradientType=1);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                font-size: 1.45rem;
                line-height: 2rem;
            }

            .second-section-outcome .outcome-box p.gradiant.gradiant4 {
                background: rgb(9, 79, 195);
                background: -moz-linear-gradient( 90deg,rgba(9, 79, 195, 1) 0%, rgba(246, 136, 146, 1) 45%,rgba(205, 64, 143, 1) 100% );
                background: -webkit-linear-gradient( 90deg, rgba(9, 79, 195, 1) 0%, rgba(246, 136, 146, 1) 45%, rgba(205, 64, 143, 1) 100% );
                background: linear-gradient( 90deg, rgba(9, 79, 195, 1) 0%, rgba(246, 136, 146, 1) 45%, rgba(205, 64, 143, 1) 100% );
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#094fc3",endColorstr="#cd408f",GradientType=1);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                font-size: 1.45rem;
                line-height: 2rem;
            }

    .second-section-outcome .outcome-box.outcome-box2 {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

        .second-section-outcome .outcome-box.outcome-box2 p {
            height: 100%;
            align-self: start;
            line-height: 2rem;
        }

        .second-section-outcome .outcome-box.outcome-box2 img.chart-outcome {
            align-self: end;
            padding-bottom: 15px;
        }

    .second-section-outcome .outcome-box.outcome-box3 {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: auto;
    }

        .second-section-outcome .outcome-box.outcome-box3 p {
            height: 100%;
            width: 300px;
            padding: 10px 30px;
            align-self: start;
        }

        .second-section-outcome .outcome-box.outcome-box3 img.chart-outcome {
            align-self: center;
            padding-bottom: 15px;
            width: 600px;
        }




@media (min-width: 768px) {

    .second-section-outcome .outcome-box p {
        font-size: 1.2rem;
        line-height: 2.1rem;
        min-height: 150px;
    }

        .second-section-outcome .outcome-box p.gradiant {
            font-size: 1.3rem;
            line-height: 2.2rem;
        }

            .second-section-outcome .outcome-box p.gradiant.gradiant2 {
                font-size: 1.7rem;
                line-height: 2.5rem;
            }
}

.second-section-outcome img.img-outcome {
    width: 140px;
    height: auto;
    position: absolute;
    left: 25px;
    bottom: 10px;
}

.second-section-outcome img.chart-outcome {
    display: inline-block;
    width: 100%;
    height: auto;
    max-height: 300px;
}

.second-section-outcome .scrolling-wrapper {
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.second-section-outcome .card {
    min-width: 70vw;
    margin: 0px 15px;
    display: inline-block;
    background-color: #FFF;
    border-radius: 25px !important;
    height: 450px;
}

.second-section-outcome .Slide-Card {
    width: 300px !important;
    min-width: unset !important;
    margin: 0px 5px;
}

    .second-section-outcome .Slide-Card .img-outcome {
        width: 140px !important;
    }


.second-section-outcome .Slide-Card-2 {
    width: 350px !important;
    min-width: unset !important;
    margin: 0px 5px;
}

    .second-section-outcome .Slide-Card-2 .small-text {
        font-size: 1rem !important;
        line-height: 1.7rem !important;
    }

.second-section-outcome .carouselOutCome .owl-carousel {
    height: auto;
    padding: 0px;
    max-height: 170px;
}

    .second-section-outcome .carouselOutCome .owl-carousel .inner-card {

    }

    .second-section-outcome .carouselOutCome .owl-carousel.owl-drag .owl-item
    {
        width:320px !important;
    }

    .koc .koc1 {
        background-image: url("../img/Centrum-Fifth.webp");
        background-size: cover;
        background-position: center;
    }

.koc .koc1V2 {
    background-image: url("../img/Centrum-what-we-deliver.webp");
    background-size: cover;
    background-position: center;
}

.koc .koc2V2 {
    background-image: url("../img/Centrum-what-we-deliver2.webp");
    background-size: cover;
    background-position: center;
}

.koc .koc3V1 {
    background-image: url("../img/Centrum-what-we-deliver3.webp");
    background-size: cover;
    background-position: center;
}

.koc .koc4V1 {
    background-image: url("../img/Centrum-what-we-deliver4.webp");
    background-size: cover;
    background-position: center;
}

.koc .koc7V1 {
    background-image: url("../img/Centrum-what-we-deliver7.webp");
    background-size: cover;
    background-position: center;
}

.koc .koc6V1 {
    background-image: url("../img/Centrum-what-we-deliver6.webp");
    background-size: cover;
    background-position: center;
}

.koc .koc2 {
    background-image: url("../img/Centrum-Fifth2.webp");
    background-size: cover;
    background-position: center;
}

.koc .koc3 {
    background-image: url("../img/Centrum-Fifth3.webp");
    background-size: cover;
    background-position: center;
}

.koc .third-section .logo-box {
    background: rgba(0, 0, 0, 0.38);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin: 150px 0 30px 0;
    backdrop-filter: blur(5px);
    padding: 25px 15px;
    display: inline-block !important;
}

@media (min-width: 768px) {
    .koc .third-section .logo-box {
        border-radius: 20px;
        padding: 40px 20px;
    }
}

@media (min-width: 1400px) {
    .koc .third-section .logo-box {
        margin: 400px 0 50px 0;
    }

    .koc .third-section.koc3V1 .logo-box {
        margin: 400px 0 150px 0 !important;
    }
}

.koc .third-section .logo-box img {
    max-width: 215px;
}

@media (min-width: 768px) {
    .koc .third-section .logo-box img {
        max-width: 345px;
    }
}

@media (min-width: 992px) {
    .koc .third-section .logo-box img {
        max-width: 450px;
    }
}

@media (min-width: 1400px) {
    .koc .third-section .logo-box img {
        max-width: 535px;
    }
}

.koc .third-section .logo-box .name {
    font-weight: 900;
    font-size: 1.6rem;
    color: #fff;
    text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.58);
    margin: 0px;
}

@media (min-width: 768px) {
    .koc .third-section .logo-box .name {
        font-size: 2.5rem;
        line-height: 55px;
        margin: unset;
    }
}

@media (min-width: 1200px) {
    .koc .third-section .logo-box .name {
        font-size: 3rem;
    }
}

@media (min-width: 1400px) {
    .koc .third-section .logo-box .name {
        font-size: 3.5rem;
    }
}

.koc .third-section .logo-box .desc {
    font-size: 1.2rem;
    color: #ffffff;
    margin-bottom: 0px;
}

@media (min-width: 1200px) {
    .koc .third-section .logo-box .desc {
        font-size: 1.3rem;
    }
}

@media (min-width: 1400px) {
    .koc .third-section .logo-box .desc {
        font-size: 1.3rem;
    }
}

/*.koc .third-section .logo-box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.18);
    display: block;
    position: absolute;
    z-index: -1;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .koc .third-section .logo-box:before {
        border-radius: 30px;
    }
}*/

.koc .fourth-section h2 {
    font-size: 1.1rem;
    color: #000;
    font-weight: 600;
    line-height: 24px;
}

@media (min-width: 768px) {
    .koc .fourth-section h2 {
        font-size: 2.3rem;
        line-height: 35px;
    }
}

@media (min-width: 992px) {
    .koc .fourth-section h2 {
        font-size: 2.5rem;
        line-height: 45px;
    }
}

@media (min-width: 1200px) {
    .koc .fourth-section h2 {
        font-size: 2.5rem;
    }
}

@media (min-width: 1400px) {
    .koc .fourth-section h2 {
        font-size: 3rem;
    }
}

.koc .fourth-section h3 {
    font-size: 1.1rem;
    color: #888888;
    font-weight: 600;
    line-height: 25px;
    text-transform: none;
}

@media (min-width: 768px) {
    .koc .fourth-section h3 {
        font-size: 2.5rem;
        line-height: 40px;
    }
}

@media (min-width: 992px) {
    .koc .fourth-section h3 {
        line-height: 65px;
    }
}

@media (min-width: 1200px) {
    .koc .fourth-section h3 {
        font-size: 3rem;
    }
}

@media (min-width: 1400px) {
    .koc .fourth-section h3 {
        font-size: 3.5rem;
    }
}

.koc .fourth-section .sticky-active {
    left: auto !important;
    z-index: 1;
    top: 22px !important;
    background-color: #fff;
}

.koc .fourth-section .compare-head p {
    font-size: 0.9rem;
    color: #000;
    font-weight: 500;
    line-height: 35px;
    padding: 0 0px;
    border: 1px solid #b0b0b0;
    border-radius: 7px;
    text-align: center;
    background-color: #FFF;
}

@media (min-width: 768px) {
    .koc .fourth-section .compare-head p {
        font-size: 1rem;
        line-height: 60px;
        font-weight: 600;
    }
}

@media (min-width: 1200px) {
    .koc .fourth-section .compare-head p {
        font-size: 1.2rem;
    }
}

@media (min-width: 1400px) {
    .koc .fourth-section .compare-head p {
        font-size: 1.5rem;
    }
}

.koc .fourth-section .compare-head p i {
    font-size: 1.5rem;
    padding-left: 20px;
    color: #8aa9ff;
}

.koc .fourth-section .compare-content .no-num {
    margin-bottom: 10px;
}

    .koc .fourth-section .compare-content .no-num strong {
        font-size: 1.3rem;
        line-height: 20px;
        font-weight: 800;
    }

@media (min-width: 992px) {
    .koc .fourth-section .compare-content .no-num strong {
        font-size: 1.6rem;
        line-height: 35px;
    }
}

@media (min-width: 1400px) {
    .koc .fourth-section .compare-content .no-num strong {
        font-size: 1.6rem;
    }
}

.koc .fourth-section .compare-content.head-table {
    display: flex;
    align-items: center;
    justify-content: center;
}


.koc .fourth-section .compare-content.desc-table {
    display: flex;
    align-items: start;
    justify-content: center;
}

.koc .fourth-section .compare-content p {
    font-size: 0.7rem;
    color: #000;
    margin-bottom: 0;
    margin-top: 5px;
    line-height: 12px;
}

@media (min-width: 768px) {
    .koc .fourth-section .compare-content p {
        font-size: 1rem;
        margin-bottom: 0px;
        margin-top: 10px;
        line-height: 16px;
    }
}

.koc .fourth-section .compare-content p strong {
    font-size: 2.5rem;
    margin-right: 3px;
    font-weight: 800;
}

@media (min-width: 768px) {
    .koc .fourth-section .compare-content p strong {
        font-size: 3rem;
    }
}

@media (min-width: 1400px) {
    .koc .fourth-section .compare-content p strong {
        font-size: 4.5rem;
    }
}

.koc .fourth-section .compare-content p .smaller-num {
    margin-right: 3px;
    font-size: 1.8rem;
}

@media (min-width: 768px) {
    .koc .fourth-section .compare-content p .smaller-num {
        font-size: 3rem;
    }
}

.koc .fourth-section .compare-content2 .no-num {
    margin-bottom: 10px;
}

    .koc .fourth-section .compare-content2 .no-num strong {
        font-size: 1.3rem;
        line-height: 20px;
        font-weight: 800;
    }

@media (min-width: 992px) {
    .koc .fourth-section .compare-content2 .no-num strong {
        font-size: 1.6rem;
        line-height: 35px;
    }
}

@media (min-width: 1400px) {
    .koc .fourth-section .compare-content2 .no-num strong {
        font-size: 1.6rem;
    }
}

.koc .fourth-section .compare-content2 p {
    font-size: 0.7rem;
    color: #000;
    margin-bottom: 0;
    line-height: 16px;
}

@media (min-width: 768px) {
    .koc .fourth-section .compare-content2 p {
        font-size: 1.3rem;
        margin-bottom: auto;
        line-height: 25px;
    }
}

.koc .fourth-section .compare-content2 p strong {
    font-size: 1.4rem;
    margin-right: 3px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .koc .fourth-section .compare-content2 p strong {
        font-size: 2rem;
    }
}

@media (min-width: 1400px) {
    .koc .fourth-section .compare-content2 p strong {
        font-size: 2rem;
    }
}

.koc .fourth-section .compare-content2 p .smaller-num {
    margin-right: 3px;
    font-size: 1.3rem;
}

@media (min-width: 768px) {
    .koc .fourth-section .compare-content2 p .smaller-num {
        font-size: 1.6rem;
    }
}

@media (min-width: 992px) {
    .koc .fourth-section .compare-content2 .mb {
        margin-bottom: 10px;
    }
}

.koc .fifth-section h2 {
    font-size: 2rem;
    line-height: 45px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #000;
    text-align: center;
}

@media (min-width: 768px) {
    .koc .fifth-section h2 {
        font-size: 3rem;
        line-height: 55px;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .koc .fifth-section h2 {
        line-height: 55px;
        font-size: 2.5rem;
        margin-bottom: auto;
    }
}


.koc .fifth-section h2 strong {
    font-weight: 800;
}

.koc .fifth-section .client-return {
    border: 10px solid #000;
    display: flex;
    align-items: center;
    justify-content: start;
    background-image: url("../img/fifth-section-img.webp");
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.6);
    width: 260px;
    height: 167px;
    margin: 5px auto;
}

    .koc .fifth-section .client-return.client-return2 {
        background-image: url("../img/fifth-section-img-2.webp");
    }

    .koc .fifth-section .client-return.client-return3 {
        background-image: url("../img/fifth-section-img-3-4.webp");
    }

    .koc .fifth-section .client-return.client-return4 {
        background-image: url("../img/fifth-section-img-5.webp");
    }

    .koc .fifth-section .client-return.client-return5 {
        background-image: url("../img/fifth-section-img-6.webp");
    }

    .koc .fifth-section .client-return.client-return7 {
        background-image: url("../img/fifth-section-img-7.webp");
    }

    .koc .fifth-section .client-return.client-return8 {
        background-image: url("../img/fifth-section-img-8.webp");
    }

    .koc .fifth-section .client-return.client-return6 {
        background-image: url("../img/fifth-section-img-6-2.webp");
    }


    .koc .fifth-section .client-return p {
        /* margin: 20vh 0px;*/
        color: #FFF;
        font-size: 1.5rem;
        line-height: 30px;
        font-weight: 700;
        margin-left: 20px;
        text-align: left;
    }

@media (min-width: 360px) {
    .koc .fifth-section .client-return {
        height: 218px;
        width: 340px;
        margin: 10px auto;
    }

        .koc .fifth-section .client-return p {
            font-size: 1.8rem;
            line-height: 35px;
        }

            .koc .fifth-section .client-return p.client-return3-text {
                font-size: 1.2rem;
                line-height: 26px;
                margin-top: 60px;
                text-shadow: 5px 11px 15px rgba(0,0,0,0.9);
            }
}

@media (min-width: 520px) {
    .koc .fifth-section .client-return {
        height: 307px;
        width: 480px;
        margin: 15px auto;
    }

        .koc .fifth-section .client-return p {
            font-size: 2.2rem;
            line-height: 45px;
            margin-left: 25px;
        }

            .koc .fifth-section .client-return p.client-return3-text {
                font-size: 2rem;
                line-height: 45px;
                margin-left: 25px;
            }
}

@media (min-width: 768px) {
    .koc .fifth-section .client-return {
        height: 448px;
        width: 700px;
        margin: 20px auto;
    }

        .koc .fifth-section .client-return p {
            font-size: 3rem;
            line-height: 55px;
            margin-left: 30px;
        }

            .koc .fifth-section .client-return p.client-return3-text {
                font-size: 2.8rem;
                line-height: 55px;
                margin-left: 25px;
            }
}

@media (min-width: 992px) {
    .koc .fifth-section .client-return {
        height: 602px;
        width: 940px;
        margin: 30px auto;
    }

        .koc .fifth-section .client-return p, .koc .fifth-section .client-return p.client-return3-text {
            font-size: 3.2rem;
            line-height: 60px;
            margin-left: 50px;
        }
}

@media (min-width: 1200px) {
    .koc .fifth-section .client-return {
        height: 705px;
        width: 1100px;
        margin: 30px auto;
    }

        .koc .fifth-section .client-return p, .koc .fifth-section .client-return p.client-return3-text {
            font-size: 3.6rem;
            line-height: 65px;
            margin-left: 50px;
        }
}


.koc .fifth-section .client-return p.client-return4-text {
    text-shadow: none;
}

.koc .fifth-section h3 {
    color: #888888;
    font-size: 1.3rem;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: none;
}

@media (min-width: 768px) {
    .koc .fifth-section h3 {
        font-size: 1.5rem;
        margin-bottom: auto;
    }
}

@media (min-width: 992px) {
    .koc .fifth-section h3 {
        line-height: 40px;
    }
}

@media (min-width: 1400px) {
    .koc .fifth-section h3 {
        font-size: 2.2rem;
    }
}

.koc .fifth-section h4 {
    color: #888888;
    font-size: 1.2rem;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: none;
}

@media (min-width: 768px) {
    .koc .fifth-section h4 {
        font-size: 1.2rem;
        margin-bottom: auto;
    }
}

@media (min-width: 992px) {
    .koc .fifth-section h4 {
        line-height: 35px;
    }
}

@media (min-width: 1400px) {
    .koc .fifth-section h4 {
        font-size: 1.2rem;
    }
}

.koc .fifth-section h4 strong {
    font-size: 1.5rem;
    color: #fff;
}

.koc .sixth-section .horizontal-sc {
    display: flex;
    flex-wrap: unset;
    align-items: center;
    padding: 1rem;
    overflow-x: scroll;
}

    .koc .sixth-section .horizontal-sc > div {
        flex: none;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
        /*        height: 1050px;
*/
    }

@media (min-width: 992px) {
    .koc .sixth-section .horizontal-sc > div {
        height: auto;
    }
}

@media (min-width: 960px) {
    .koc .sixth-section .horizontal-sc {
        overflow-x: visible;
        flex-wrap: wrap;
        align-items: unset;
    }

        .koc .sixth-section .horizontal-sc > div {
            flex-basis: 0;
            flex-grow: 1;
        }
}

.koc .sixth-section h2 {
    font-size: 1.5rem;
    line-height: 30px;
    color: #000;
    font-weight: 600;
}

@media (min-width: 1200px) {
    .koc .sixth-section h2 {
        font-size: 2rem;
        line-height: 45px;
    }
}

@media (min-width: 1400px) {
    .koc .sixth-section h2 {
        font-size: 2.5rem;
    }
}

.koc .sixth-section h3 {
    font-size: 2.5rem;
    color: #888888;
    font-weight: 600;
    line-height: 65px;
    text-transform: none;
}

@media (min-width: 1200px) {
    .koc .sixth-section h3 {
        font-size: 3rem;
    }
}

@media (min-width: 1400px) {
    .koc .sixth-section h3 {
        font-size: 3.5rem;
    }
}

.koc .sixth-section .sticky-active {
    left: auto !important;
    z-index: 1;
    top: 22px !important;
    position: fixed !important;
    background-color: #fff;
}

.koc .sixth-section .sticky-container2 .row {
    flex-wrap: unset;
}

.koc .sixth-section .compare-head .head-container {
    border: 1px solid #b0b0b0;
    background-color: #FFF;
    padding: 0 0px;
    border-radius: 7px;
    width: 100%;
}

.head-sign {
    width: 12px;
    height: 12px;
    background-image: url("../img/signHead.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
}

@media (min-width: 768px) {
    .head-sign {
        width: 20px;
        height: 20px;
    }
}

.koc .sixth-section .compare-head p {
    font-size: 0.8rem;
    color: #000;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    margin: 0px;
}

@media (min-width: 768px) {
    .koc .sixth-section .compare-head p {
        font-size: 1.2rem;
        font-weight: 800;
        line-height: 65px;
        border-radius: 14px;
    }
}

.koc .sixth-section .compare-head p i {
    font-size: 1rem;
    padding-left: 20px;
    color: #8aa9ff;
}

.koc .sixth-section .compare-content {
    flex-wrap: unset;
}

    .koc .sixth-section .compare-content .no-num {
        margin-bottom: 3px;
    }

        .koc .sixth-section .compare-content .no-num strong {
            margin-right: 3px;
            font-size: 1.3rem;
            line-height: 20px;
            font-weight: 800;
        }

@media (min-width: 992px) {
    .koc .sixth-section .compare-content .no-num strong {
        font-size: 1.4rem;
        line-height: 35px;
        letter-spacing: -1px;
    }
}

@media (min-width: 1200px) {
    .koc .sixth-section .compare-content .no-num strong {
        font-size: 2.5rem;
        line-height: 35px;
        letter-spacing: 0;
    }
}

@media (min-width: 1400px) {
    .koc .sixth-section .compare-content .no-num strong {
        font-size: 2.5rem;
    }
}

.koc .sixth-section .compare-content.desc-table {
    margin-top: 0px;
}

@media (min-width: 768px) {
    .koc .sixth-section .compare-content.desc-table {
        margin-top: 10px;
    }
}

.koc .sixth-section .compare-content.desc-table p {
    margin: 0px;
    text-align: center;
}

.koc .sixth-section .compare-content.desc-table div {
    display: flex;
    align-items: start;
    justify-content: center;
}

.koc .sixth-section .compare-content.head-table {
    margin-top: 40px;
}

@media (min-width: 768px) {
    .koc .sixth-section .compare-content.head-table {
        margin-top: 70px;
    }
}

.koc .sixth-section .compare-content.head-table p {
    font-size: 0.5rem;
    text-align: center;
}

.koc .sixth-section .compare-content.head-table div {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .koc .sixth-section .compare-content.head-table p {
        font-size: 0.7rem;
    }
}

.koc .sixth-section .compare-content p {
    font-size: 0.7rem;
    line-height: 19px;
    margin-bottom: 3px;
    color: #000;
}

    .koc .sixth-section .compare-content p.style2 {
        font-size: 0.9rem;
        line-height: 20px;
        padding: 0px 10px;
    }


@media (min-width: 992px) {
    .koc .sixth-section .compare-content p {
        font-size: 0.8rem;
    }

        .koc .sixth-section .compare-content p.style2 {
            font-size: 1.1rem;
            line-height: 21px;
        }
}

@media (min-width: 1400px) {
    .koc .sixth-section .compare-content p {
        font-size: 0.9rem;
    }
}

.koc .sixth-section .compare-content p strong {
    font-size: 2.2rem;
    margin-right: 3px;
    font-weight: 800;
}

.koc .sixth-section .compare-content p.client-return-p2 {
    font-size: 1.6rem;
    line-height: 1.8rem;
}

.koc .sixth-section .compare-content p.client-return-p strong {
    font-size: 1rem;
    line-height: 1.2rem;
}

.koc .sixth-section .compare-content p.client-return-p2 strong {
    font-size: 1.5rem;
    line-height: 1.8rem;
}

@media (max-width: 768px) {
    .koc .sixth-section .compare-content p.client-return-p {
        padding: 0px 10px;
    }
}

@media (min-width: 1400px) {
    .koc .sixth-section .compare-content p strong {
        font-size: 3.2rem;
    }

    .koc .sixth-section .compare-content p.client-return-p strong {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .koc .sixth-section .compare-content p.client-return-p2 strong {
        font-size: 1.8rem;
        line-height: 2.5rem;
    }
}

.koc .seventh-section h2 {
    font-size: 1rem;
    line-height: 20px;
    color: #888888;
    font-weight: 700;
}

@media (min-width: 768px) {
    .koc .seventh-section h2 {
        font-size: 1.6rem;
        line-height: 35px;
    }
}

@media (min-width: 1400px) {
    .koc .seventh-section h2 {
        font-size: 2rem;
        line-height: 40px;
    }
}

.utilize-now {
    /* ----------------------------------------------
  * ---------------------------------------------- */
}

    .utilize-now .bg-dark-custom {
        background-color: #404040 !important;
    }

    .utilize-now a:hover {
        text-decoration: none;
    }

    .utilize-now .bg-light-custom1 {
        background-color: #e5e5e5 !important;
    }

    .utilize-now .section-pt {
        padding-top: 150px;
    }

    .utilize-now .counters span {
        display: initial;
        font-weight: 700;
        font-size: 120px;
        line-height: 50px;
    }

    .utilize-now .counters .smaller {
        font-size: 80px !important;
    }

    .utilize-now .counters p {
        font-size: 45pt;
        font-weight: 300;
        line-height: 75px;
        color: #151515;
    }

    .utilize-now .bg-color-grey-custom {
        background-color: #e1e1e1;
    }

    .utilize-now .gapDiv {
        height: 150px;
        width: 100%;
        background: #ffffff;
    }


    .utilize-now .secondSection {
        background-image: url("../img/Layer620.webp");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        position: relative;
    }

        .utilize-now .secondSection .blurOverLay {
            background: rgba(255, 255, 255, 0.59);
            margin-top: 15px;
            border-radius: 0px 15px 15px 0px;
            padding-top: 30px;
            margin-bottom: 60px;
            backdrop-filter: blur(5px);
        }

@media (min-width: 768px) {
    .utilize-now .secondSection .blurOverLay {
        background: rgba(255, 255, 255, 0.33);
        padding-top: 55px;
        padding-left: 8%;
        margin-bottom: 115px;
    }
}

@media (min-width: 1200px) {
    .utilize-now .secondSection .blurOverLay {
        padding-left: 13%;
    }
}

.utilize-now .secondSection .blurOverLay .title {
    font-size: 1.4rem;
    line-height: 30px;
    font-weight: 900;
    padding-left: 40px;
    padding-right: 40px;
    text-transform: none !important;
}

@media (min-width: 768px) {
    .utilize-now .secondSection .blurOverLay .title {
        font-size: 3rem;
        line-height: 60px;
    }
}

.utilize-now .secondSection .blurOverLay li {
    color: black;
    font-size: 1.2rem;
    line-height: 20px;
    font-weight: 300;
    list-style: none;
}

@media (min-width: 768px) {
    .utilize-now .secondSection .blurOverLay li {
        font-size: 1.8rem;
        line-height: 60px;
    }
}

.utilize-now .secondSection .blurOverLay .imgWrapper {
    margin-left: 35px;
    margin-right: auto;
    width: 60%;
    height: auto;
    margin-top: 25px;
    padding-bottom: 25px;
}

@media (min-width: 768px) {
    .utilize-now .secondSection .blurOverLay .imgWrapper {
        margin-top: 50px;
        width: 80%;
        padding-bottom: 100px;
    }
}

.utilize-now .thirdSection {
    background: #fff;
    padding-top: 55px;
    padding-bottom: 58px;
}

    .utilize-now .thirdSection .titleBox {
        text-align: center;
        margin-bottom: 48px;
    }

        .utilize-now .thirdSection .titleBox p {
            color: black;
            font-size: 2rem;
            margin-bottom: 30px;
            line-height: 7px;
            letter-spacing: -1px;
        }

            .utilize-now .thirdSection .titleBox p b {
                font-weight: 900;
            }

@media (min-width: 768px) {
    .utilize-now .thirdSection .titleBox p {
        font-size: 3rem;
        line-height: 25px;
    }
}

.utilize-now .thirdSection .horizontal-sc {
    display: flex;
    flex-wrap: unset;
    align-items: center;
    overflow-x: scroll;
}

@media (min-width: 992px) {
    .utilize-now .thirdSection .horizontal-sc {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (min-width: 1400px) {
    .utilize-now .thirdSection .horizontal-sc {
        padding: 0;
    }
}

.utilize-now .thirdSection .horizontal-sc > div {
    flex: none;
    padding-left: 15px;
    padding-right: 15px;
    height: 300px;
}

@media (min-width: 992px) {
    .utilize-now .thirdSection .horizontal-sc > div {
        height: auto;
    }
}

@media (min-width: 960px) {
    .utilize-now .thirdSection .horizontal-sc {
        overflow-x: visible;
        flex-wrap: wrap;
        align-items: unset;
    }

        .utilize-now .thirdSection .horizontal-sc > div {
            flex-basis: 0;
            flex-grow: 1;
        }
}

.utilize-now .thirdSection .flexBoxClass .box {
    width: 100%;
    background-color: #eaeaea;
    border-radius: 24px;
    text-align: center;
    padding: 25px 30px;
    height: 266px;
}

@media (min-width: 768px) {
    .utilize-now .thirdSection .flexBoxClass .box {
        height: 225px;
    }
}

@media (min-width: 992px) {
    .utilize-now .thirdSection .flexBoxClass .box {
        height: 290px;
    }
}

.utilize-now .thirdSection .flexBoxClass .box img {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.utilize-now .thirdSection .flexBoxClass .box p {
    color: black;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-top: 15px;
}

.utilize-now .fourthSection {
    width: 100%;
    background-color: black;
    height: auto;
}

    .utilize-now .fourthSection .innerWrapper {
        padding-top: 48px;
        padding-bottom: 48px;
    }

        .utilize-now .fourthSection .innerWrapper img {
            max-width: 60%;
            height: auto;
        }

@media (min-width: 768px) {
    .utilize-now .fourthSection .innerWrapper img {
        max-width: unset;
        float: left;
        margin-right: 40px;
    }
}

.utilize-now .fourthSection .innerWrapper h1 {
    font-size: 4rem;
    color: #749ffb;
    font-weight: 900;
    margin-top: 25px;
    text-align: center;
    line-height: 58px;
}

@media (min-width: 768px) {
    .utilize-now .fourthSection .innerWrapper h1 {
        font-size: 5rem;
        font-weight: 900;
        margin-top: 100px;
        text-align: right;
        line-height: 68px;
    }
}

@media (min-width: 992px) {
    .utilize-now .fourthSection .innerWrapper h1 {
        font-size: 4rem;
    }
}

@media (min-width: 1200px) {
    .utilize-now .fourthSection .innerWrapper h1 {
        font-size: 5rem;
    }
}

.utilize-now .fourthSection .innerWrapper h3 {
    font-size: 2.2rem;
    font-weight: 300;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .utilize-now .fourthSection .innerWrapper h3 {
        font-size: 2.2rem;
        text-align: left;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .utilize-now .fourthSection .innerWrapper h3 {
        font-size: 3rem;
    }
}

.utilize-now .fourthSection .innerWrapper p {
    text-align: center;
    font-size: 38px;
    font-weight: 300;
    color: #fff;
}

@media (min-width: 768px) {
    .utilize-now .fourthSection .innerWrapper p {
        text-align: right;
    }
}

.utilize-now .fourthSection .innerWrapper p b {
    font-size: 30px;
}

@media (min-width: 768px) {
    .utilize-now .fourthSection .innerWrapper p b {
        font-size: 38px;
    }
}

.utilize-now .fourthSection .innerWrapper .titleWrapper {
    color: #fff;
}

.utilize-now .fourthSection .innerWrapper .sectionCol {
    text-align: left;
    margin-top: 50px;
    padding: 0 30px;
}

    .utilize-now .fourthSection .innerWrapper .sectionCol p {
        text-align: left;
        color: white;
        line-height: 40px;
        font-weight: normal;
        margin-bottom: 4px;
    }

.utilize-now .fifthSection {
    background: #fff;
    width: 100%;
    height: auto;
}

    .utilize-now .fifthSection .innerWrapper img {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .utilize-now .fifthSection .innerWrapper .titleFooter {
        font-size: 2.3rem;
        font-weight: 900;
        text-align: left;
        color: #000;
        line-height: 45px;
    }

@media (min-width: 768px) {
    .utilize-now .fifthSection .innerWrapper .titleFooter {
        font-size: 3rem;
    }
}

.utilize-now .fifthSection .innerWrapper .footerWrapper .details {
    color: #000;
    font-size: 22px;
}

.utilize-now .fifthSection .innerWrapper .footerWrapper .question {
    text-align: center;
    font-weight: 700;
    font-size: 1.3rem;
    color: #000;
    margin-top: 100px;
}

@media (min-width: 768px) {
    .utilize-now .fifthSection .innerWrapper .footerWrapper .question {
        font-size: 1.8rem;
    }
}

.utilize-now .fifthSection .innerWrapper .footerWrapper img {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .utilize-now .fifthSection .innerWrapper .footerWrapper img:hover {
        cursor: pointer;
    }

@media only screen and (max-width: 1440px) {
    .utilize-now .secondSection .blurOverLay li {
        margin-bottom: 0px;
    }
}

.utilize-now .applyBTN {
    background-color: #000;
    color: #8292e9;
    border: 3px solid #8292e9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    width: 250px;
    height: 44px;
    font-size: 22px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}

    .utilize-now .applyBTN:active,
    .utilize-now .applyBTN:focus,
    .utilize-now .applyBTN:visited {
        outline: none;
        box-shadow: none;
    }

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.gbtn {
    display: none;
}

.has-success .invalid-feedback {
    display: none !important;
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

    #fp-nav.fp-right {
        right: 17px;
    }

    #fp-nav ul {
        margin: 0;
        padding: 0;
        list-style-position: outside;
        line-height: 1.6;
        list-style-type: disc;
    }

        #fp-nav ul li {
            height: 30px;
            display: block;
            width: 14px;
            margin: 7px;
            position: relative;
            padding: 0;
        }

            #fp-nav ul li .fp-tooltip {
                position: absolute;
                top: 0;
                color: #000;
                font-size: 14px;
                white-space: nowrap;
                max-width: 220px;
                overflow: hidden;
                display: block;
                opacity: 0;
                width: 0;
                cursor: pointer;
            }

                #fp-nav ul li .fp-tooltip.fp-right {
                    right: 20px;
                }

            #fp-nav ul li a {
                display: block;
                position: relative;
                z-index: 1;
                width: 100%;
                height: 100%;
                cursor: pointer;
                color: #000;
                text-decoration: none;
            }

                #fp-nav ul li a span {
                    border-radius: 0;
                    position: absolute;
                    z-index: 1;
                    height: 30px;
                    width: 2px;
                    border: 0;
                    background: #000;
                    left: 50%;
                    top: 0;
                    opacity: 0.3;
                    margin: -2px 0 0 -2px;
                    -webkit-transition: all 0.1s ease-in-out;
                    -moz-transition: all 0.1s ease-in-out;
                    -o-transition: all 0.1s ease-in-out;
                    transition: all 0.1s ease-in-out;
                }

            #fp-nav ul li:hover .fp-tooltip,
            #fp-nav.fp-show-active a.active + .fp-tooltip {
                -webkit-transition: opacity 0.2s ease-in;
                transition: opacity 0.2s ease-in;
                width: auto;
                opacity: 1;
            }

.bg-modal {
    background-image: url("../img/book-consultant.webp");
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 200px;
    padding: 15px;
}

@media (min-width: 992px) {
    .bg-modal .close {
        float: left;
    }
}

.bg-modal-temp {
    background-image: url("../img/book-consultant.webp");
}

.toast {
    max-width: 100% !important;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 0.25rem;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

@media (min-width: 768px) {
    .header {
        width: -moz-available;
        z-index: 5;
    }
}

.header .page-name {
    max-width: 60px;
    position: absolute;
    top: 0;
    right: 15px;
    height: 45px;
}

    .header .page-name p {
        font-weight: 300;
        color: white;
        font-size: 0.9rem;
        line-height: 16px;
        margin: 0;
    }

@media (min-width: 768px) {
    .header .page-name {
        display: none !important;
    }
}

.header-logo-c {
    position: absolute;
    top: 5px;
    left: -8px;
    right: 0;
    text-align: center;
    width: 150px;
    margin: auto;
    z-index: 5;
}

    .header-logo-c .logo {
        max-height: 25px;
        height: 25px;
        width: auto;
    }

@media (min-width: 768px) {
    .header-logo-c {
        left: 0;
        right: auto;
        top: 0;
    }

        .header-logo-c .logo {
            max-height: 40px;
            height: 40px;
            width: auto;
        }
}

.cssmenu .open {
    overflow: hidden;
    -moz-animation: slide 0.5s ease forwards;
    -webkit-animation: slide 0.5s ease forwards;
    -o-animation: slide 0.5s ease forwards;
    -ms-animation: slide 0.5s ease forwards;
    animation: slide 0.5s ease forwards;
    transition: opacity 300ms;
    height: 440px !important;
}

.cssmenu .closed {
    overflow: hidden;
    -moz-animation: slide-b 0.5s ease backwards;
    -webkit-animation: slide-b 0.5s ease backwards;
    -o-animation: slide-b 0.5s ease backwards;
    -ms-animation: slide-b 0.5s ease backwards;
    animation: slide-b 0.5s ease backwards;
    transition: opacity 300ms;
}

@-moz-keyframes slide {
    from {
        height: 0;
    }

    to {
        height: 280px;
    }
}

@-webkit-keyframes slide {
    from {
        height: 0;
    }

    to {
        height: 280px;
    }
}

@-ms-keyframes slide {
    from {
        height: 0;
    }

    to {
        height: 280px;
    }
}

@keyframes slide {
    from {
        height: 0;
    }

    to {
        height: 280px;
    }
}

@-moz-keyframes slide-b {
    from {
        height: 280px;
    }

    to {
        height: 0;
    }
}

@-webkit-keyframes slide-b {
    from {
        height: 280px;
    }

    to {
        height: 0;
    }
}

@-ms-keyframes slide-b {
    from {
        height: 280px;
    }

    to {
        height: 0;
    }
}

@keyframes slide-b {
    from {
        height: 280px;
    }

    to {
        height: 0;
    }
}

.cssmenu .mainNav {
    /* overflow: hidden; */
}

#cssmenu {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    font-family: "Lato", "Open Sans", sans-serif;
    line-height: 1;
}

    #cssmenu ul {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        line-height: 1;
        display: block;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        #cssmenu ul li {
            margin: 0;
            padding: 0;
            border: 0;
            list-style: none;
            line-height: 1;
            display: block;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            position: relative;
        }

            #cssmenu ul li a {
                margin: 0;
                padding: 0;
                border: 0;
                list-style: none;
                line-height: 1;
                display: block;
                position: relative;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

            #cssmenu ul li:hover > ul > li {
                height: 40px;
            }

            #cssmenu ul li:first-child:after {
                content: "";
            }

@media (min-width: 768px) {
    #cssmenu ul li:first-child:after {
        content: "";
        color: #999;
        position: absolute;
        top: 20px;
    }
}

#cssmenu ul li:after,
#cssmenu ul ul li:after {
    content: "";
}

@media (min-width: 768px) {
    #cssmenu ul li:after {
        content: "|";
        color: #999;
        position: absolute;
        top: 20px;
    }
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

    #cssmenu ul ul.open {
        display: inline !important;
    }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0;
    }

    #cssmenu ul ul li {
        height: 0;
        -webkit-transition: height 0.2s ease;
        -moz-transition: height 0.2s ease;
        -ms-transition: height 0.2s ease;
        -o-transition: height 0.2s ease;
        transition: height 0.2s ease;
    }

        #cssmenu ul ul li a {
            padding: 14px 20px;
            width: 250px;
            font-size: 14px;
            background: #333333;
            text-decoration: none;
            color: #dddddd;
            -webkit-transition: color 0.2s ease;
            -moz-transition: color 0.2s ease;
            -ms-transition: color 0.2s ease;
            -o-transition: color 0.2s ease;
            transition: color 0.2s ease;
        }

            #cssmenu ul ul li a:hover {
                color: #ffffff;
            }

        #cssmenu ul ul li:hover > a {
            color: #ffffff;
        }

        #cssmenu ul ul li.has-sub > a::after {
            position: absolute;
            top: 13px;
            right: 10px;
            width: 4px;
            height: 7px;
            border-bottom: 1px solid #fff;
            border-right: 1px solid #fff;
            content: "";
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transition: border-color 0.2s ease;
            -moz-transition: border-color 0.2s ease;
            -ms-transition: border-color 0.2s ease;
            -o-transition: border-color 0.2s ease;
            transition: border-color 0.2s ease;
        }

        #cssmenu ul ul li.has-sub:hover > a::after {
            border-color: #ffffff;
        }

#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

#cssmenu:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu > ul > li {
    float: left;
}

    #cssmenu > ul > li > a {
        padding: 20px;
        font-size: 14px;
        text-decoration: none;
        color: #fff;
        -webkit-transition: color 0.2s ease;
        -moz-transition: color 0.2s ease;
        -ms-transition: color 0.2s ease;
        -o-transition: color 0.2s ease;
        transition: color 0.2s ease;
    }

    #cssmenu > ul > li:hover > a {
        color: #009ae1;
    }

    #cssmenu > ul > li.active > a {
        color: #009ae1;
        background-color: unset;
    }

    #cssmenu > ul > li.has-sub > a {
        padding-right: 25px;
    }

        #cssmenu > ul > li.has-sub > a::after {
            position: absolute;
            top: 22px;
            right: 8px;
            width: 6px;
            height: 6px;
            border-bottom: 1px solid #fff;
            border-right: 1px solid #fff;
            content: "";
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: border-color 0.2s ease;
            -moz-transition: border-color 0.2s ease;
            -ms-transition: border-color 0.2s ease;
            -o-transition: border-color 0.2s ease;
            transition: border-color 0.2s ease;
        }

    #cssmenu > ul > li.has-sub:hover > a::after {
        border-color: #009ae1;
    }

#cssmenu li:hover > ul {
    left: auto;
}

#menu-line {
    position: absolute;
    top: 0;
    display: none;
    right: 0;
    height: 3px;
    background: #009ae1;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

    #cssmenu.align-center > ul > li {
        display: inline-block;
        float: none;
    }

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

    #cssmenu.align-right ul ul ul {
        margin-left: 0;
        margin-right: 100%;
    }

    #cssmenu.align-right ul ul li.has-sub > a::after {
        right: auto;
        left: 10px;
        border-bottom: 0;
        border-right: 0;
        border-top: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
    }

#cssmenu.align-right li:hover > ul {
    right: 0;
}

@media all and (max-width: 768px) {
    #cssmenu {
        width: 100%;
    }

        #cssmenu .mainNav {
            overflow: auto;
            height: 0;
            display: flex !important;
        }

        #cssmenu ul {
            width: 100%;
            display: none;
        }

            #cssmenu ul li {
                width: 100%;
                height: auto;
                border-top: 1px solid rgba(120, 120, 120, 0.15);
            }

                #cssmenu ul li:hover > ul > li {
                    width: 100%;
                    height: auto;
                    border-top: 1px solid rgba(120, 120, 120, 0.15);
                }

                #cssmenu ul li a {
                    width: 100%;
                }

            #cssmenu ul ul {
                position: relative;
                left: 0;
                right: auto;
                width: 100%;
                margin: 0;
            }

                #cssmenu ul ul li {
                    width: 100%;
                    height: auto;
                    border-top: 1px solid rgba(120, 120, 120, 0.15);
                }

                    #cssmenu ul ul li a {
                        width: 100%;
                        padding: 20px 20px 20px 30px;
                        font-size: 12px;
                        color: #fff;
                        background: none;
                    }

                        #cssmenu ul ul li a:hover {
                            color: #fff;
                        }

                    #cssmenu ul ul li:hover > a {
                        color: #fff;
                    }

                #cssmenu ul ul ul {
                    position: relative;
                    left: 0;
                    right: auto;
                    width: 100%;
                    margin: 0;
                }

                    #cssmenu ul ul ul li a {
                        padding-left: 40px;
                    }

                #cssmenu ul ul li.has-sub > a::after {
                    display: none;
                }

        #cssmenu > ul > li {
            float: none;
            display: block;
        }

            #cssmenu > ul > li.has-sub > a::after {
                display: none;
            }

        #cssmenu #menu-button {
            display: block;
            padding: 20px;
            color: #000000;
            cursor: pointer;
            font-size: 12px;
            text-transform: uppercase;
        }

            #cssmenu #menu-button::after {
                content: "";
                position: absolute;
                top: 15px;
                left: 0;
                display: block;
                width: 15px;
                height: 2px;
                background: #f0f0f0;
            }

            #cssmenu #menu-button::before {
                content: "";
                position: absolute;
                top: 22px;
                left: 0;
                display: block;
                width: 15px;
                height: 9px;
                border-top: 2px solid #f0f0f0;
                border-bottom: 2px solid #f0f0f0;
            }

        #cssmenu .submenu-button {
            position: absolute;
            z-index: 10;
            right: 0;
            top: 0;
            display: block;
            border-left: 1px solid rgba(120, 120, 120, 0.15);
            height: 52px;
            width: 52px;
            cursor: pointer;
        }

            #cssmenu .submenu-button::after {
                content: "";
                position: absolute;
                top: 21px;
                left: 26px;
                display: block;
                width: 1px;
                height: 11px;
                background: #fff;
                z-index: 99;
            }

            #cssmenu .submenu-button::before {
                content: "";
                position: absolute;
                left: 21px;
                top: 26px;
                display: block;
                width: 11px;
                height: 1px;
                background: #fff;
                z-index: 99;
            }

            #cssmenu .submenu-button.submenu-opened:after {
                display: none;
            }

        #cssmenu.align-center > ul {
            text-align: left;
        }

            #cssmenu.align-center > ul > li {
                float: none;
                display: block;
            }

        #cssmenu.align-right ul ul {
            text-align: left;
        }

        #cssmenu.align-right > ul > li {
            float: none;
            display: block;
        }

    #menu-line {
        display: none;
    }
}

.main-index .sixth-section_2 {
    background-color: #eaecf5;
}

    .main-index .sixth-section_2 .logo {
        max-width: 190px;
    }

    .main-index .sixth-section_2 h2 {
        color: #000;
        font-size: 2em;
        font-weight: 900;
        line-height: 1em;
        letter-spacing: 0;
    }

    .main-index .sixth-section_2 p {
        text-align: center;
        font-size: 1em;
        line-height: 1.5em;
        color: #000;
    }

    .main-index .sixth-section_2 .horizontal-sc > div {
        flex: none;
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-index .sixth-section_2 .circle-grad {
        --b: 8px;
        color: #313149;
        display: inline-block;
        aspect-ratio: 1;
        position: absolute;
        width: 80%;
        height: 80%;
        top: 10%;
        left: 10%;
        z-index: 0;
    }

    .main-index .sixth-section_2 .border-gradient-orange:before {
        content: "";
        position: absolute;
        z-index: -1;
        inset: 0;
        background: var(--c, linear-gradient(to left, #d97335, #193697));
        padding: var(--b);
        border-radius: 50%;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
    }

    .main-index .sixth-section_2 .border-gradient-purple:before {
        content: "";
        position: absolute;
        z-index: -1;
        inset: 0;
        background: var(--c, linear-gradient(to right, #7a37a3, #173598));
        padding: var(--b);
        border-radius: 50%;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
    }

    .main-index .sixth-section_2 .border-gradient-blue:before {
        content: "";
        position: absolute;
        z-index: -1;
        inset: 0;
        background: var(--c, linear-gradient(to left, #34ccdb, #183699));
        padding: var(--b);
        border-radius: 50%;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
    }

    .main-index .sixth-section_2 .gray-box {
        width: 100%;
        background: #fdfdfe;
        aspect-ratio: 1;
        border-radius: 25px;
        padding: 14%;
    }

        .main-index .sixth-section_2 .gray-box h3 {
            font-size: 1.6rem;
            font-weight: 400;
            line-height: 2.5rem;
            display: grid;
            text-align: center;
            margin-bottom: 22px;
        }

            .main-index .sixth-section_2 .gray-box h3 span {
                font-size: 1.6rem;
                font-weight: 900;
            }

        .main-index .sixth-section_2 .gray-box p {
            letter-spacing: 0;
            font-size: 1.2em;
            line-height: 1em;
        }

    .main-index .sixth-section_2 p {
        text-align: center;
        font-size: 1em;
        line-height: 1.5em;
        color: #000;
    }

@media (min-width: 768px) {
    .main-index .sixth-section_2 .circle-grad {
        width: 90%;
        height: 90%;
        top: 5%;
        left: 5%;
    }

    .main-index .sixth-section_2 .gray-box h3 {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

        .main-index .sixth-section_2 .gray-box h3 span {
            font-size: 1.8rem;
        }

    .main-index .sixth-section_2 .gray-box p {
        font-size: 0.8em;
        letter-spacing: 0;
    }

    .main-index .sixth-section_2 h2 {
        font-size: 2em;
        letter-spacing: -1px;
    }
}

@media (min-width: 960px) {
    .main-index .sixth-section_2 .horizontal-sc > div {
        flex-basis: 0;
        flex-grow: 1;
    }
}

@media (min-width: 992px) {
    .main-index .sixth-section_2 h2 {
        font-size: 2em;
        letter-spacing: -1px;
    }

    .main-index .sixth-section_2 p {
        font-size: 0.5em;
    }

    .main-index .sixth-section_2 .horizontal-sc > div {
        height: auto;
    }

    .main-index .sixth-section_2 .circle-grad {
        --b: 6px;
        width: 88%;
        height: 88%;
        top: 6%;
        left: 6%;
    }

    .main-index .sixth-section_2 .gray-box h3 {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }

        .main-index .sixth-section_2 .gray-box h3 span {
            font-size: 2.5rem;
        }

    .main-index .sixth-section_2 .gray-box p {
        font-size: 0.8em;
        letter-spacing: 0;
    }

    .main-index .sixth-section_2 p {
        font-size: 0.5em;
    }
}

@media (min-width: 1200px) {
    .main-index .sixth-section_2 h2 {
        font-size: 2.2em;
        letter-spacing: -3px;
    }

    .main-index .sixth-section_2 .circle-grad {
        --b: 10px;
        width: 75%;
        height: 75%;
        top: 13%;
        left: 13%;
    }

    .main-index .sixth-section_2 .gray-box {
        border-radius: 50px;
    }

        .main-index .sixth-section_2 .gray-box h3 {
            font-size: 1.2rem;
            line-height: 2rem;
        }

        .main-index .sixth-section_2 .gray-box p {
            font-size: 0.5em;
        }
}

@media (min-width: 1400px) {
    .main-index .sixth-section_2 .gray-box h3 {
        font-size: 2.1rem;
        line-height: 3rem;
    }

        .main-index .sixth-section_2 .gray-box h3 span {
            font-size: 2.1rem;
        }

    .main-index .sixth-section_2 .gray-box p {
        font-size: 0.4em;
    }
}

.main-index .seventh-section_2 {
    padding: 0px;
    margin: 15px 0 !important;
}

    .main-index .seventh-section_2 .wb-wrapper {
        position: relative;
    }

    .main-index .seventh-section_2 .title {
        margin: 70px auto 0;
    }

        .main-index .seventh-section_2 .title h3 {
            font-size: 3rem;
            font-weight: 500;
            color: #fff;
            line-height: 4rem;
        }

            .main-index .seventh-section_2 .title h3 strong {
                font-weight: 900;
            }

    .main-index .seventh-section_2 .wb-wrapper h3 {
        font-size: 1.8rem;
        line-height: 2.5rem;
        position: absolute;
        z-index: 3;
        padding: 40px 40px;
        font-weight: 900;
        background: #09206d;
        background: -webkit-linear-gradient( to bottom left, #09206d 20%, #1d34a2 66%, #5a1184 100% );
        background: -moz-linear-gradient( to bottom left, #09206d 20%, #1d34a2 66%, #5a1184 100% );
        background: linear-gradient( to bottom left, #09206d 20%, #1d34a2 66%, #5a1184 100% );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: capitalize;
        letter-spacing: -1px;
        mix-blend-mode: multiply;
    }

    .main-index .seventh-section_2 .wb-wrapper .white-container {
        background-color: rgba(255, 255, 255, 0.8);
        overflow: hidden;
        border-radius: 50px;
        padding: 250px 40px 40px;
        position: relative;
    }

        .main-index .seventh-section_2 .wb-wrapper .white-container p {
            font-size: 1rem;
            font-weight: 300;
            line-height: 2rem;
            color: #000;
        }

@media (min-width: 768px) {
    .main-index .seventh-section_2 {
        margin: 30px 0 !important;
    }

        .main-index .seventh-section_2 .title {
            margin: 0 auto;
        }

        .main-index .seventh-section_2 .wb-wrapper .white-container {
            padding: 255px 40px 30px;
        }

            .main-index .seventh-section_2 .wb-wrapper .white-container p {
                font-size: 1.2rem;
                font-weight: 300;
                line-height: 1.4rem;
            }

        .main-index .seventh-section_2 .title h3 {
            font-size: 3.6rem;
            font-weight: 500;
            color: #fff;
            line-height: 4rem;
        }
}

@media (min-width: 992px) {
    .main-index .seventh-section_2 .wb-wrapper h3 {
        font-size: 2rem;
        line-height: 2.5rem;
        padding: 40px 65px;
    }

    .main-index .seventh-section_2 .wb-wrapper .white-container {
        padding: 215px 65px 20px;
    }

        .main-index .seventh-section_2 .wb-wrapper .white-container p {
            font-size: 1rem;
            font-weight: 300;
            line-height: 2rem;
        }
}

@media (min-width: 1200px) {
    .main-index .seventh-section_2 .wb-wrapper h3 {
        font-size: 2.3rem;
        line-height: 4rem;
    }

    .main-index .seventh-section_2 .wb-wrapper .white-container {
        padding: 400px 65px 40px;
    }

        .main-index .seventh-section_2 .wb-wrapper .white-container p {
            font-size: 1.5rem;
            font-weight: 300;
            line-height: 2rem;
        }
}

@media (min-width: 1400px) {
    .main-index .seventh-section_2 .wb-wrapper h3 {
        font-size: 2.7rem;
        line-height: 4rem;
    }
}

.main-index .eighth-section_2 {
    background-image: url(../img/omni_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .main-index .eighth-section_2 .wb-wrapper {
        position: relative;
    }

    .main-index .eighth-section_2 .wb-wrapper {
        position: relative;
    }

    .main-index .eighth-section_2 .title {
        margin: 70px auto 0;
    }

        .main-index .eighth-section_2 .title h3 {
            font-size: 3rem;
            font-weight: 500;
            color: #fff;
            line-height: 4rem;
        }

            .main-index .eighth-section_2 .title h3 strong {
                font-weight: 900;
            }

    .main-index .eighth-section_2 .wb-wrapper h3 {
        font-size: 1.8rem;
        line-height: 2.5rem;
        position: absolute;
        z-index: 3;
        padding: 40px 40px;
        font-weight: 900;
        background: #081e68;
        background: -webkit-linear-gradient( to right, #081e68 0, #1131a2 31%, #eb6e26 44% );
        background: -moz-linear-gradient( to right, #081e68 0, #1131a2 31%, #eb6e26 44% );
        background: linear-gradient(to right, #081e68 0, #1131a2 31%, #eb6e26 44%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: capitalize;
        letter-spacing: -1px;
        mix-blend-mode: multiply;
    }

    .main-index .eighth-section_2 .wb-wrapper .white-container {
        background-color: rgba(255, 255, 255, 0.8);
        overflow: hidden;
        border-radius: 50px;
        padding: 250px 40px 40px;
        position: relative;
    }

        .main-index .eighth-section_2 .wb-wrapper .white-container p {
            font-size: 1rem;
            font-weight: 300;
            line-height: 2rem;
            color: #000;
        }

@media (min-width: 768px) {
    .main-index .eighth-section_2 .title {
        margin: 0 auto;
    }

    .main-index .eighth-section_2 .wb-wrapper .white-container {
        padding: 255px 40px 30px;
    }

        .main-index .eighth-section_2 .wb-wrapper .white-container p {
            font-size: 1.2rem;
            font-weight: 300;
            line-height: 1.4rem;
        }

    .main-index .eighth-section_2 .title h3 {
        font-size: 3.6rem;
    }
}

@media (min-width: 992px) {
    .main-index .eighth-section_2 .wb-wrapper h3 {
        font-size: 2rem;
        line-height: 2.5rem;
        padding: 40px 65px;
    }

    .main-index .eighth-section_2 .wb-wrapper .white-container {
        padding: 215px 65px 20px;
    }

        .main-index .eighth-section_2 .wb-wrapper .white-container p {
            font-size: 1rem;
            font-weight: 300;
            line-height: 2rem;
        }
}

@media (min-width: 1200px) {
    .main-index .eighth-section_2 .wb-wrapper h3 {
        font-size: 2.3rem;
        line-height: 4rem;
    }

    .main-index .eighth-section_2 .wb-wrapper .white-container {
        padding: 400px 65px 40px;
    }

        .main-index .eighth-section_2 .wb-wrapper .white-container p {
            font-size: 1.5rem;
            font-weight: 300;
            line-height: 2rem;
        }
}

@media (min-width: 1400px) {
    .main-index .eighth-section_2 .wb-wrapper h3 {
        font-size: 2.7rem;
        line-height: 4rem;
    }
}

.main-index .tenth-section_2 {
    background-image: url(../img/trove-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .main-index .tenth-section_2 .wb-wrapper {
        position: relative;
    }

    .main-index .tenth-section_2 .wb-wrapper {
        position: relative;
    }

    .main-index .tenth-section_2 .title {
        margin: 70px auto 0;
    }

        .main-index .tenth-section_2 .title h3 {
            font-size: 3rem;
            font-weight: 500;
            color: #fff;
            line-height: 4rem;
        }

            .main-index .tenth-section_2 .title h3 strong {
                font-weight: 900;
            }

    .main-index .tenth-section_2 .wb-wrapper h3 {
        font-size: 1.8rem;
        line-height: 2.5rem;
        position: absolute;
        z-index: 3;
        padding: 40px 40px;
        font-weight: 900;
        background: #081e68;
        background: -webkit-linear-gradient( to right, #081e68 0, #1f4aad 12%, #6cd0db 44% );
        background: -moz-linear-gradient( to right, #081e68 0, #1f4aad 12%, #6cd0db 44% );
        background: linear-gradient(to right, #081e68 0, #1f4aad 12%, #6cd0db 44%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: capitalize;
        letter-spacing: -1px;
        mix-blend-mode: multiply;
    }

    .main-index .tenth-section_2 .wb-wrapper .white-container {
        background-color: rgba(255, 255, 255, 0.8);
        overflow: hidden;
        border-radius: 50px;
        padding: 250px 40px 40px;
        position: relative;
    }

        .main-index .tenth-section_2 .wb-wrapper .white-container p {
            font-size: 1rem;
            font-weight: 300;
            line-height: 2rem;
            color: #000;
        }

@media (min-width: 768px) {
    .main-index .tenth-section_2 .title {
        margin: 0 auto;
    }

    .main-index .tenth-section_2 .wb-wrapper .white-container {
        padding: 255px 40px 30px;
    }

        .main-index .tenth-section_2 .wb-wrapper .white-container p {
            font-size: 1.2rem;
            font-weight: 300;
            line-height: 1.4rem;
        }

    .main-index .tenth-section_2 .title h3 {
        font-size: 3.6rem;
    }
}

@media (min-width: 992px) {
    .main-index .tenth-section_2 .wb-wrapper h3 {
        font-size: 2rem;
        line-height: 2.5rem;
        padding: 40px 65px;
    }

    .main-index .tenth-section_2 .wb-wrapper .white-container {
        padding: 215px 65px 20px;
    }

        .main-index .tenth-section_2 .wb-wrapper .white-container p {
            font-size: 1rem;
            font-weight: 300;
            line-height: 2rem;
        }
}

@media (min-width: 1200px) {
    .main-index .tenth-section_2 .wb-wrapper h3 {
        font-size: 2.3rem;
        line-height: 4rem;
    }

    .main-index .tenth-section_2 .wb-wrapper .white-container {
        padding: 400px 65px 40px;
    }

        .main-index .tenth-section_2 .wb-wrapper .white-container p {
            font-size: 1.5rem;
            font-weight: 300;
            line-height: 2rem;
        }
}

@media (min-width: 1400px) {
    .main-index .tenth-section_2 .wb-wrapper h3 {
        font-size: 2.7rem;
        line-height: 4rem;
    }
}

.main-index .second-section {
    background-color: #eaecf5;
}

    .main-index .second-section .logo {
        max-width: 130px;
    }

    .main-index .second-section .counters p {
        font-weight: 700;
    }


.main-index .third-section .counter p {
    font-size: 0.8rem;
    line-height: 20px;
    color: white;
    font-weight: 400;
    text-align: justify;
    padding-left: 25px;
}

@media (min-width: 768px) {

    .main-index .second-section .logo {
        max-width: 210px;
    }

    .main-index .third-section .counter p {
        font-size: 1.2rem;
        line-height: 33px;
        padding-left: 0px;
    }

    .main-index .second-section .counters p {
        font-weight: 900;
    }
}



.main-index .first-section_2 {
    background-image: url(../img/first-section_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 55vh;
    background-color: #111;
    font-size: 10vw;
    margin: 0px !important;
}

    .main-index .first-section_2 h1 {
        color: #fff;
        font-size: 0.5em;
        font-weight: 900;
        line-height: 1.3em;
        letter-spacing: 0;
    }

        .main-index .first-section_2 h1 span {
            font-size: 1em;
        }

    .main-index .first-section_2 .logo {
        max-width: 150px;
    }



@media (min-width: 768px) {
    .main-index .first-section_2 {
        background-size: cover;
        background-position: bottom;
        height: 116vh;
        font-size: 6.5vw;
        max-height: 1030px;
    }

        .main-index .first-section_2 h1 {
            font-size: 0.8em;
        }

            .main-index .first-section_2 h1 span {
                font-size: 1em;
            }

        .main-index .first-section_2 .logo {
            max-width: 250px;
        }
}

@media (min-width: 992px) {
    .main-index .first-section_2 {
        font-size: 3.3vw;
        max-height: 821px;
        height: 140vh;
    }

        .main-index .first-section_2 h1 {
            letter-spacing: -1px;
        }
}

@media (min-width: 1200px) {
    .main-index .first-section_2 {
        font-size: 3.5vw;
        max-height: 1020px;
        height: 130vh;
    }
}

@media (min-width: 1400px) {
    .main-index .first-section_2 {
        font-size: 3.5vw;
        min-height: 1020px;
        max-height: 1130px;
        height: 130vh;
    }
}

.border-top-blue {
    border-top: 1px solid #5050fd;
}

.main-index .seventh-section_2 .overlay-op-9 {
    padding: 30px 0 136px 0;
}

@media (min-width: 768px) {
    .main-index .seventh-section_2 .overlay-op-9 {
        padding: 80px 0 475px 0;
    }

    .main-index .seventh-section_2 .Quadruple:first-child .overlay-op-9 {
        padding: 80px 0 470px 0;
    }

    .main-index .seventh-section_2 .Quadruple:last-child .overlay-op-9 {
        padding: 80px 0 470px 0;
    }
}

.main-index .seventh-section_2 .Quadruple1 .overlay-op-9 h3 {
    /*font-size: 1.8rem;*/
    line-height: 1.7rem;
    /*position: absolute;*/
    z-index: 3;
    font-weight: 900;
    background: #fc6efe;
    background: -webkit-linear-gradient( to right, #fc6efe 0, #88affe 50%, #01fcff 100% );
    background: -moz-linear-gradient( to right, #fc6efe 0, #88affe 50%, #01fcff 100% );
    background: linear-gradient(to right, #fc6efe 0, #88affe 50%, #01fcff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
    letter-spacing: -1px;
}

.main-index .seventh-section_2 .Quadruple2 .overlay-op-9 h3 {
    /*font-size: 1.8rem;*/
    line-height: 1.7rem;
    /*position: absolute;*/
    z-index: 3;
    font-weight: 900;
    background: #96c05b;
    background: -webkit-linear-gradient( to right, #96c05b 0, #4ca477 50%, #0e8d8f 100% );
    background: -moz-linear-gradient( to right, #96c05b 0, #4ca477 50%, #0e8d8f 100% );
    background: linear-gradient(to right, #96c05b 0, #4ca477 50%, #0e8d8f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
    letter-spacing: -1px;
    mix-blend-mode: multiply;
}

.main-index .seventh-section_2 .Quadruple3 .overlay-op-9 h3 {
    /*font-size: 1.8rem;*/
    line-height: 1.7rem;
    /*position: absolute;*/
    z-index: 3;
    font-weight: 900;
    background: rgb(26, 110, 252);
    background: -moz-linear-gradient( 90deg, rgba(26, 110, 252, 1) 0%, rgba(26, 110, 252, 1) 35%, rgba(4, 223, 151, 1) 100% );
    background: -webkit-linear-gradient( 90deg, rgba(26, 110, 252, 1) 0%, rgba(26, 110, 252, 1) 35%, rgba(4, 223, 151, 1) 100% );
    background: linear-gradient( 90deg, rgba(26, 110, 252, 1) 0%, rgba(26, 110, 252, 1) 35%, rgba(4, 223, 151, 1) 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a6efc",endColorstr="#04df97",GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
    letter-spacing: -1px;
}

.main-index .seventh-section_2 .Quadruple4 .overlay-op-9 h3 {
    /*font-size: 1.8rem;*/
    line-height: 1.7rem;
    /*position: absolute;*/
    z-index: 3;
    font-weight: 900;
    background: rgb(252, 185, 56);
    background: -moz-linear-gradient( 90deg, rgba(252, 185, 56, 1) 0%, rgba(246, 136, 146, 1) 45%, rgba(101, 81, 224, 1) 100% );
    background: -webkit-linear-gradient( 90deg, rgba(252, 185, 56, 1) 0%, rgba(246, 136, 146, 1) 45%, rgba(101, 81, 224, 1) 100% );
    background: linear-gradient( 90deg, rgba(252, 185, 56, 1) 0%, rgba(246, 136, 146, 1) 45%, rgba(101, 81, 224, 1) 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcb938",endColorstr="#6551e0",GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
    letter-spacing: -1px;
}

@media (min-width: 768px) {
    .main-index .seventh-section_2 .Quadruple1 .overlay-op-9 h3 {
        line-height: 2.5rem;
    }

    .main-index .seventh-section_2 .Quadruple2 .overlay-op-9 h3 {
        line-height: 2.5rem;
    }

    .main-index .seventh-section_2 .Quadruple3 .overlay-op-9 h3 {
        line-height: 2.5rem;
    }

    .main-index .seventh-section_2 .Quadruple4 .overlay-op-9 h3 {
        line-height: 2.5rem;
    }
}

.main-index .seventh-section_2 .overlay-op-9 h3 {
    font-weight: 500;
    font-size: 1.3rem;
    margin: 7px 0px 7px 0px;
    display: inline-block;
}

@media (min-width: 768px) {
    .main-index .seventh-section_2 .overlay-op-9 h3 {
        font-weight: 900;
        font-size: 2.7rem;
        margin: 16px 0px 16px 0px;
        display: inline-block;
    }
}

.main-index .seventh-section_2 .overlay-op-9 h4 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.57);
}

@media (min-width: 768px) {
    .main-index .seventh-section_2 .overlay-op-9 h4 {
        font-size: 1.8rem;
        font-weight: 400;
    }
}

.main-index .seventh-section_2 .overlay-op-9 p {
    font-size: 0.8rem;
    color: #404040;
    font-weight: 500;
    line-height: 18px;
}

@media (min-width: 768px) {
    .main-index .seventh-section_2 .overlay-op-9 p {
        line-height: 30px;
        font-size: 1.5rem;
    }
}

.main-index .seventh-section_2 .overlay-op-9 p strong {
    font-weight: 700;
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .main-index .seventh-section_2 .overlay-op-9 p strong {
        font-size: 1.7rem;
    }
}

@media (min-width: 1200px) {
    .main-index .seventh-section_2 .overlay-op-9 p strong {
        font-size: 2.4rem;
    }
}

.main-index .seventh-section_2 .overlay-op-9 p a {
    font-size: 0.8rem;
    background-color: #000;
    color: #fff;
    /* float: right;*/
    padding: 14px 17px 12px;
    border-color: #8aa9ff !important;
}

@media (min-width: 992px) {
    .main-index .seventh-section_2 .overlay-op-9 p a {
        /* margin-right: 190px;*/
    }
}

.main-index .Quadruple1 {
    background-image: url("../img/Quadruple2-min.webp") !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    /* height: 40vh !important;*/
    position: relative;
}

@media (min-width: 768px) {
    .main-index .Quadruple1 {
        background-size: cover !important;
        height: unset !important;
    }
}

.main-index .Quadruple2 {
    background-image: url("../img/Quadruple3-bk-min.png") !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    /* min-height: 40vh !important;*/
    position: relative;
}

    .main-index .Quadruple2 .monitor-3 {
        max-width: 70vw;
    }

    .main-index .Quadruple2 .overlay-op-9 {
        padding: 0px 0 20px 0 !important;
    }

@media (min-width: 768px) {

    .main-index .Quadruple2 {
        background-size: cover !important;
        height: unset !important;
    }

        .main-index .Quadruple2 .monitor-3 {
            max-width: 380px;
        }
}


@media (min-width: 768px) {
    .main-index .Quadruple2 .monitor-3 {
        max-width: 680px;
    }

    .main-index .Quadruple2 .overlay-op-9 {
        padding: 20px 0 68px 0 !important;
    }
}



.main-index .Quadruple3 {
    background-image: url("../img/Quadruple3-bk-min.png") !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    /*height: 40vh !important;*/
    position: relative;
}

    .main-index .Quadruple3 .monitor-3 {
        max-width: 70vw
    }

    .main-index .Quadruple3 .overlay-op-9 {
        padding: 0px 0 20px 0 !important;
    }

@media (min-width: 768px) {
    .main-index .Quadruple3 {
        background-size: cover !important;
        height: unset !important;
    }

        .main-index .Quadruple3 .monitor-3 {
            max-width: 650px;
        }

        .main-index .Quadruple3 .overlay-op-9 {
            padding: 20px 0 28px 0 !important;
        }
}

.main-index .Quadruple4 {
    background-image: url("../img/Quadruple4-min.webp") !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    /* height: 40vh !important;*/
    position: relative;
}

@media (min-width: 768px) {
    .main-index .Quadruple4 {
        background-size: cover !important;
        height: unset !important
    }
}

.main-index .Quadruple {
}

    .main-index .Quadruple a {
        font-size: 0.7rem;
        padding-bottom: 40px !important;
        font-weight: 400;
    }

    .main-index .Quadruple .logo {
        max-width: 140px;
    }

@media (min-width: 768px) {
    .main-index .Quadruple {
        background-position: -1000px 0 !important;
    }

        .main-index .Quadruple a {
            font-size: 1.4rem;
        }

        .main-index .Quadruple .logo {
            max-width: 210px;
        }
}

@media (min-width: 992px) {
    .main-index .Quadruple {
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        /* padding: 25px 0;*/
    }
}


.main-index .seventh-section_2 .overlay-op-9 p a span {
    background-color: transparent !important;
}

    .main-index .seventh-section_2 .overlay-op-9 p a span i {
        color: #fff;
        font-size: 15px;
        top: 2px;
        position: relative;
    }

.main-index .seventh-section_2 .overlay-op-9 p a:hover {
    background-color: #49525e;
    border-color: #4e5865 #4e5865 #383f48 !important;
    color: #fff;
}

    .main-index .seventh-section_2 .overlay-op-9 p a:hover span {
        transform: translateX(0px);
    }

.main-index .seventh-section_2 .overlay-op-9 p .btn-outline:hover span {
    background-color: transparent !important;
    box-shadow: none;
    top: 4px;
}

.green-link-color {
    color: #0e8d8f !important;
}

.green-link-color2 {
    color: #00f0ff !important;
}

.yellow-link-color {
    color: #fcb938 !important;
}

.blue-link-color {
    color: #1b6ffd !important;
}

.mt-6 {
    margin-top: 3.7rem !important;
}

.mt-1-min {
    margin-top: 0.2rem;
}

.mt-1-5-min {
    margin-top: 0.4rem;
}

.btn-rounded {
    border-radius: 20px !important;
}

@media (min-width: 768px) {
    .btn-rounded {
        border-radius: 35px !important;
    }

    .revenue_1 {
        word-spacing: 4px;
    }

    .mt-md-6 {
        margin-top: 3.7rem !important;
    }

    .learnMore {
        float: right;
        color: #007bff;
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .btn-modern {
        padding: 6px 5px !important;
    }

    .margin-clear {
        margin: 0 !important;
    }

    .padding-clear {
        margin: 0 !important;
    }

    .main-index .second-section {
        padding: 10px 0 !important;
    }

    .revenue_1 {
        word-spacing: 8px;
    }

    .btn-with-arrow span {
        height: 20px;
        line-height: 19px;
        width: 19px;
    }

    .m-b-c-1 {
        margin-bottom: 5px;
    }

    .learnMore {
        float: right;
        color: #007bff;
        font-size: 0.8rem;
    }

    .d-xs-table-c {
        display: table !important;
    }

    .d-xs-table-cell-c {
        display: table-cell !important;
    }

    .main-index .slideRows {
        display: grid;
        grid-auto-flow: row;
    }

    .card {
        border-radius: 0.15rem !important;
    }

    .main-index .nine-section {
        padding-bottom: 15px !important;
    }
}

.m-0 {
    margin: 0px;
}

.p-0 {
    padding: 0px;
}

.text-right {
    text-align: right !important;
}
