﻿    .main_slider .carousel-control-prev-icon, .main_slider .carousel-control-next-icon {
        background-color: #284289 !important;
        padding: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        width: 40px;
        height: 40px;
        color: #fff;
        transition: all 1s ease-out;
    }
    .main_slider .carousel-control-prev-icon:hover, .main_slider .carousel-control-next-icon:hover {
        background-color: #743362 !important;
    }
    .main_slider .carousel-control-next-icon:before, .main_slider .carousel-control-prev-icon:before {
        font-size: 32px !important;
    }
.main_slider .explore_more, .main_slider .explore_more:hover {
    display: inline-block;
    width: fit-content;
    background-color: #ff5019e3;
    margin-right: 10px;
}
.main_slider .explore_more i.bi.bi-arrow-right {
    color: #000;
}
    .main_slider .carousel-control-next, .main_slider .carousel-control-prev {
        opacity: 1;
    }
    .blog_main {
        box-shadow: 0 0 10px 0 rgb(0 0 0 / .1);
        background-color: #fff;
        border-radius: 10px;
        height: 100%;
        transition: box-shadow .3s ease-in-out;
        float: left;
        width: 100%;
        display:flex;
    }
        .blog_main:hover {
            box-shadow: rgb(0 0 0 / .24) 0 3px 8px;
        }
    .blog_main .img_blog {
        border-radius: 10px 10px 0 0;
        box-shadow: none;
        float: left;
        width: 100%;
        border-radius: 10px;
        box-shadow: 0 0 30px 0 rgb(0 0 0 / .1);
    }
    .blog_main .img_blog img {
        border-radius: 10px 10px 0 0;
    }
    .blog_main .content {
        margin-top: 0;
        border-width: 2px;
        border-image: linear-gradient(to left, #bd36a9, #c32439) 100% 0% 0% 0%;
        border-top-style: solid;
        padding: 20px;
        border-radius: 0 0 10px 10px;
    }

    .container_fix div#heroCarousel {
        max-width: 1320px;
    }

    .nav_one {
        top: 20%;
        position: fixed;
        width: 300px;
        display: block;
        background-color: transparent;
        z-index: 200;
        padding-left: 10px;
    }
    .nav_one ul {
        list-style: none;
        padding: 0;
    }

    .nav_one li {
        padding: 0;
    }

    .nav_one span {
        display: inline-block;
        position: relative;
    }

    .nav_one a {
        display: inline-block;
        color: #ffff;
        text-decoration: none;
        font-size: 14px;
        opacity: 0.5;
        font-weight: 700;
        text-transform: capitalize;
    }

    .circle {
        height: 6px;
        width: 6px;
        left: -6px;
        border-radius: 50%;
        background-color: #ffff;
    }

    .rect {
        height: 2px;
        width: 0;
        left: 0;
        bottom: 2px;
        background-color: #ffff;
        -webkit-transition: -webkit-transform 0.6s, width 1s;
        -moz-transition: -webkit-transform 0.6s, width 1s;
        transition: transform 0.6s, width 1s;
    }

    .nav_one .active-section .rect {
        width: 100%;
    }
    .nav_one a:hover, .nav_one .active-section {
        color: #ffff;
        opacity: 1;
        transition: all 0.3s ease-out;
    }

    .nav_one a:hover span, .nav_one .active-section span {
        background-color: #ffff;
    }

    .newClass a {
        color: #272727;
        opacity: 0.6;
    }
    .newClass a:hover, .newClass .active-section {
        color: #912e53;
    }
    .newClass a:hover span, .newClass .active-section span {
        background-color: #912e53;
    }

    .newClass .circle {
        background-color: #272727;
    }

    .newClass .rect {
        background-color: #272727;
    }

    .newClass2 a {
        color: #ffffff;
    }

    .newClass2 .circle {
        background-color: #ffffff;
    }

    .newClass2 .rect {
        background-color: #ffffff;
    }
    .newClass2 a:hover, .newClass2 .active-section {
        color: #ffffff;
    }
    .newClass2 a:hover span, .newClass2 .active-section span {
        background-color: #ffffff;
    }
    /*CREDITS*/
    .about {
        position: fixed;
        bottom: 0;
        left: 1%;
    }

    .about a {
        text-decoration: none;
        font-size: 1.5em;
    }

    .about a:visited, .about a:active, .about a:link {
        color: #000;
    }

    .about a:hover {
        color: red;
    }

    .banner_main .banner-txt-box {
        position: absolute;
        top: 40% !important;
        left: 32%;
        transform: translate(-50%, -50%) !important;
        width: 54% !important;
    }
/*    .content-section .product-section-home .box-content {
        position: absolute;
        top: 50% !important;
        left: 50%;
        transform: translate(-50%, -50%);
    }*/
/*    .content-section #Platforms-box.product-section-home .box:hover .box-content {
        top: 40% !important;
    }*/
.read_more {
    cursor: pointer;
    color: #0880e8;
}
.read_more:hover {
    color: #982d4f;
}
    #Platforms-box .four-section-box .box:hover {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
.banner_main .banner-maintitle {
    color: #50338f;
    font-size: 60px;
}
    .banner_main .banner-subtitle {
        color: #000;
    }
    #Platforms-box .box:hover img {
        transform: scale(1);
    }

    section#Platforms-box .box.first-img-box .title {
        color: #fba200;
    }
    section#Platforms-box a.know-more-link, section#Platforms-box a.know-more-link:hover {
        background: #fba200;
        display: block;
        width: fit-content;
        margin: 0 auto;
    }
    #Platforms-box .box-content{
        position: relative;
        top:0;
    }
    .sme_section span.high-light-prod.high-light-prod-2 {
        color: #3a8797;
    }
    .sme_btn a.know-more-link, .sme_btn a.know-more-link:hover {
        background-color: #3a8797 !important;
        display: block;
        width: fit-content;
        margin: 0 auto;
    }
    .e2e_section {
        background-color: #fff;
        padding: 50px 0;
    }
    .sme_section {
        background-color: #fff;
        padding: 50px 0;
    }
    .ewelcome_section {
        background-color: #fff;
        padding: 50px 0;
    }
    .alm_section {
        background-color: #fff;
        padding: 50px 0 20px;
    }
    .e_welcome_title {
        color: #76aada !important;
    }
    .e_welcome_btn a.know-more-link, .e_welcome_btn a.know-more-link:hover {
        background-color: #133a65 !important;
        display: block;
        width: fit-content;
        margin: 0 auto;
    }
    section#Platforms-box .box.first-img-box .box-content span.post, #Platforms-box.product-section-home .box .box-content span.post {
        color: #000000 !important;
    }
    section#Platforms-box .box.second-img-box .box-content span.post {
        font-size: 28px;
    }

    .alm_section span.txt-ini-alm {
        color: #b16d32;
    }
    .alm_section a.know-more-link, .alm_section a.know-more-link:hover {
        background: #b16d32 !important;
        display: block;
        width: fit-content;
        margin: 0 auto;
    }

    .splide__optional-button-container {
        margin-bottom: 1rem;
        margin-top: 1rem;
        text-align: center;
    }

    .splide__slide {
        min-height: 200px;
    }
    .splide__progress .splide__progress__bar {
        background-color: #912e53 !important;
    }
    section#apply-now {
        background: #7f5404;
        color: #ffff
    }
    section#apply-now a.cta-btn {
        border: 2px solid #ffff;
        color: #ffff;
    }
    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0;
    }

    .testimonial-box .testimonial .description {
        border-bottom: 0;
        height: auto !important;
    }

    .testimonial-content {
        border-top: 1px solid #918686;
        padding-top: 20px;
    }
    .testimonial-box .testimonial {
        border-left: 4px solid #912e53;
        display: flex;
        flex-direction:column;
        justify-content: space-between;
        background: #fff;
    }
    .testimonial-box .testimonial .title {
        color: #912e53;
    }
    .testimonial-box .testimonial:before {
        border-top: 25px solid #912e53;
    }
    .blog-section .card img {
        height: auto !important;
        aspect-ratio: 1/0.7;
        object-fit: cover;
    }
    .about-form-box {
        background: #eeeeeeee;
        box-shadow: rgb(0 0 0 / 46%) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
        padding: 0;
    }
    .about-form-box .btn-submit {
        color: #ffffff;
        font-weight: 600;
        background: #01a3d4;
        border: none;
        transition: all ease-out 0.2s;
    }
    .about-form-box .btn-submit:hover {
        background: #b7273f;
        color: #ffffff;
    }
    .rounded_img{
        border-radius: 8px 0 0 8px;
    }
    .get_in_touch form {
        padding: 30px 20px 30px 0;
    }
    .get_in_touch_main{
        padding: 40px 0 !important;
    }

    section#Platforms-box .box.first-img-box .box-content span.post, section#Platforms-box .box.second-img-box .box-content span.post, section#Platforms-box .box.four-img-box .box-content span.post {
        font-size: 18px;
        text-align: justify;
        font-weight: 400;
    }

.training_description {
    font-size: 18px;
    font-weight: 500;
    text-transform:capitalize;
    text-align: justify;
}
.section_training {
    background: #ebebeb;
}
.e2e_ul li {
    color: #000;
    text-align: start;
    margin-left: 20px;
    line-height: 34px;
    text-transform: capitalize;
    font-size: 14px;
}

#Platforms-box.product-section-home .box .title {
    font-size: 34px;
}
.content_text {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.training_btn {
    background: #013f8c !important;
}
.banner_main_training .banner-common-box {
    top: 20%;
    left: 10%;
}

a.know-more-link.training_btn_explore, a.know-more-link.training_btn_explore:hover {
    background: #3c2395 !important;
}
.section_training .solutions_titel {
    color: #3c2395;
}
section-box .list-box {
    display: flex;
}


    .section-box .box {
        box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.7);
    }

    .section-box .box {
        width: 100%;
        background-color: #013f8c;
        padding: 25px 15px;
        border-radius: 5px 25px 25px 25px;
        position: relative;
        margin: 0 15px;
    }



    .section-box .box.one {
        border-top: 3px solid #853059;
    }

    .section-box .box.two {
        border-top: 3px solid #853059;
    }

    .section-box{
            padding: 20px 0;
    }
    .section-box .top {
        display: flex;
        justify-content: space-between;
    }
    .section-box .box .mini-title {
        color: #aaa;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 12px;
    }

    .section-box .box .logo {
        width: 45px;
        border-radius: 50%;
    }

    .section-box .box .content {
        margin-top: 30px;
    }

    .section-box .box .big-title {
        color: #fff;
        font-size: 32px;
    }

    .section-box .box .text {
        color: #eee;
        font-size: 14px;
        margin: 10px 0;
    }

    .section-box .box .details {
        list-style: none;
        margin-top: 25px;
    }

        .section-box .box .details .detail {
            margin-top: 10px;
            display: flex;
            align-items: center;
        }

        .section-box .box .details .detail-icon {
            height: 30px;
            width: 30px;
            color: #fff;
            background-color: #2a1035;
            border-radius: 50%;
            text-align: center;
            line-height: 30px;
            font-size: 10px;
        }

        .section-box .box .details .detail-name {
            margin-left: 15px;
            font-size: 12px;
            font-weight: 600;
            color: #eee;
        }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #ffff !important;
    background-color: #013f8c !important;
}

    .nav_link {
        color: #013f8c !important;
        font-weight: 600;
        min-height: 130px;
    }
    .technical_courses_svg svg {
        fill: #013f8c;
        width: 35px;
        height: 35px;
    }
    .active .technical_courses_svg svg {
        fill: #fff;
        width: 35px;
        height: 35px;
    }
    .list-box .e2e_ul li {
        color: #fff;
    }
    .nav_link {
        min-height: 115px;
        min-width: 50%;
    }
    .active .non_technical_courses_svg svg {
        fill: #fff;
        width: 40px;
        height: 40px;
    }
.non_technical_courses_svg svg {
    fill: #013f8c;
    width: 40px;
    height: 40px;
}

@media screen and (max-width: 1500px) {
    .banner_main_training .banner-title-common {
        font-size: 35px;
        margin-bottom: 5%;
    }

    .banner_main_training a.know-more-link, .banner_main_training a.know-more-link:hover {
        font-size: 20px;
    }
        .banner_main_training .banner-common-box {
        top: 20% !important;
        left: 7%;
    }
    .bottom_side_nav {
        position: absolute;
        bottom: 100px;
        top: inherit;
    }
    .banner_main .banner-maintitle {
            font-size: 36px !important;
        }
}

    @media screen and (max-width: 1319px) {
        .banner_main .banner-maintitle {
            font-size: 34px !important;
        }
        .nav_one {
            display: none;
        }
}
    @media screen and (max-width: 1199px) {
        .getstarted-box .banner-common-box.banner-small-txt {
            top: 3% !important;
            left: 8%;
        }
        .banner_main_training .banner-common-box {
            top: 23% !important;
        }
        .banner_main_training .banner-title-common {
            font-size: 28px !important;
            margin-bottom: 5%;
        }

        .banner_main_training a.know-more-link, .banner_main_training a.know-more-link:hover {
            font-size: 14px;
        }
        .banner-subtitle {
            font-size: 20px !important;
        }
        .banner_main .banner-maintitle {
            font-size: 24px !important;
        }
    /*        .portfolio-details-slider {
            display: none;
        }*/
        .banner-maintitle {
            font-size: 24px !important;
        }
        .testimonial-box .testimonial {
            width: 46%;
        }
    }
    @media screen and (max-width: 991px) {
        .banner-small-common .subtitle {
            font-size: 22px !important;
        }
        .getstarted-box .banner-common-box.banner-small-txt {
            top: 9% !important;
            left: 8%;
        }
        .carousel-item.active.getstarted-box img.banner-img {
            height: 200px !important;
        }
        a.know-more-link.training_btn_explore, a.know-more-link.training_btn_explore:hover {
            font-size: 18px !important;
            min-width: 160px;
            display: inline-block;
            width: fit-content;
        }
        .banner_main_training .banner-title-common {
            font-size: 22px !important;
        }
            .main_slider .explore_more, .main_slider .explore_more:hover {
            min-width: 100px;
            text-align: center;
        }
        a.know-more-link.training_btn, a.know-more-link.training_btn:hover {
            font-size: 18px !important;
            display: inline-block;
            width: fit-content;
            min-width: 160px;
            text-align: center;
        }
        .box-content a.know-more-link, a.know-more-link:hover {
            font-size: 18px !important;
            min-width: 160px;
        }
        .e2e_ul li {
            margin-left: 0;
        }
        .swiper_testimonial {
            justify-content: center;
            align-items: center;
        }
        .testimonial-box .testimonial {
            width: 90%;
        }
        .banner-subtitle {
            font-size: 16px !important;
        }

        .banner_main .banner-maintitle {
            font-size: 20px !important;
        }

    }
    @media screen and (max-width: 767px) {
        .get_in_touch form {
            padding: 20px;
        }
        .nav_link {
            min-width: 100%;
        }
        .banner_main_training .banner-title-common {
            font-size: 16px !important;
        }
        .rounded_img {
            border-radius: 8px 8px 0 0px;
        }
    }
    @media screen and (max-width: 600px) {
        .carousel-item.active.getstarted-box img.banner-img {
            height: 180px !important;
        }
        .banner-small-common .subtitle {
            font-size: 18px !important;
        }
        a.know-more-link.training_btn_explore, a.know-more-link.training_btn_explore:hover {
            font-size: 14px !important;
        }
            .section-box {
            height: auto;
            padding: 20px 0;
        }

        .section-box .list-box {
            flex-direction: column;
            align-items: center;
        }

            .section-box .list-box .box:not(:first-child) {
                margin-top: 30px;
            }
    }
    @media screen and (max-width: 575px) {
        .banner-small-common .subtitle {
            font-size: 15px !important;
        }
        .pt-2 .txt-size-36 {
            font-size: 18px;
        }
        .banner_main_training a.know-more-link, .banner_main_training a.know-more-link:hover {
            font-size: 10px !important;
        }
        .banner_main_training .banner-title-common {
            font-size: 14px !important;
        }
        a.know-more-link.training_btn, a.know-more-link.training_btn:hover {
            font-size: 16px !important;
            min-width: 140px;
        }

        .training_description {
            font-size: 16px;
        }

        a .know-more-link.training_btn, a.know-more-link.training_btn:hover {
            font-size: 14px !important;
            min-width: 140px;
        }

        #Platforms-box .box img {
            width: 85%;
        }

        section#Platforms-box a.know-more-link, section#Platforms-box a.know-more-link:hover {
            margin: auto 15px !important;
        }

        .main_slider .explore_more, .main_slider .explore_more:hover{
            min-width: 120px;
            text-align: center;
            font-size: 16px !important;
        }

        a.know-more-link.mobile-view-btn {
            font-size: 16px !important;
        }
        a.know-more-link.mobile-view-btn:hover {
            font-size: 16px !important;
        }

        section#Platforms-box a.know-more-link, section#Platforms-box a.know-more-link:hover {
            min-width: 160px;
            font-size: 14px !important;
        }

        .banner_main .banner-maintitle {
            line-height: 50px !important;
        }

        .banner_main .banner-txt-box {
            left: 37%;
            width: 70% !important;
        }

        .splide__slide {
            min-height: inherit;
        }

        .sme_section, .e2e_section, .ewelcome_section, .alm_section {
            padding: 20px 0;
        }

        .banner-maintitle {
            font-size: 40px;
            line-height: 40px !important;
        }

        .splide__slide img {
            aspect-ratio: 1/ 1;
        }

        .banner-subtitle {
            font-size: 18px !important;
            color: #000 !important;
        }

        #Platforms-box.product-section-home .box .title {
            font-size: 24px !important;
        }

        #Platforms-box.product-section-home .box .post {
            font-size: 16px !important;
        }
    .quick-section-title {
        font-size: 20px;
    }
    }

@media screen and (max-width: 480px) {
        .banner_main_training .banner-common-box {
            top: 8% !important;
        }
        .banner-subtitle {
            font-size: 11px !important;
        }

        #Platforms-box.product-section-home .box .title {
            font-size: 18px !important;
        }

        .banner_main .banner-maintitle {
            line-height: 25px !important;
        }
    }
@media screen and (max-width: 395px) {

    .banner-common-box.banner-small-txt {
        top: 6% !important;
    }
    .banner_main_training .banner-title-common {
        font-size: 12px !important;
    }
    a.know-more-link, a.know-more-link:hover {
        font-size: 11px !important;
    }
        a.know-more-link.explore_more:hover {
            font-size: 16px !important;
        }

        a.know-more-link.explore_more {
            font-size: 16px !important;
        }
}
@media screen and (max-width: 374px) {
    .client-price-section .client-title, .getstarted-lest .title, .h1-tag-set h1, .join-section-title.txt-size-34, .page-title-pricing, .section-title h2, .title-You-Can.txt-size-34 {
        font-size: 20px !important;
    }
    .banner_main .banner-maintitle {
        line-height: 40px !important;
    }
    .banner-common-box.banner-small-txt {
        top: 0% !important;
    }
}
@media screen and (max-width: 352px) {
    .banner_main_training .banner-title-common {
        font-size: 10px !important;
    }
    .banner_main_training a.know-more-link, .banner_main_training a.know-more-link:hover {
        font-size: 8px !important;
    }
}
