@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
/*Default css start*/
:root {
    --bgPrimaryColor: #f7fffe;
    --bodyColor: #505050;
    --CyanColor: #09C4B6;
    --blackColor: #000000;
    --leadColor: #404040;
    --btnBgColor: #E8F6F5;
    --primaryBorderRadius: 12px;
    --btnBorderRadius: 30px;
}

body {
    font-family: "Poppins", sans-serif;
    line-height: 1.8;
    color: var(--bodyColor);
}

p {
    font-size: 16px;
}

a {
    text-decoration: none;
    outline: none;
    color: var(--CyanColor);
    transition: ease-in-out all 0.2s;
}

    a:hover {
        color: var(--CyanColor);
    }

ul {
    display: block;
    padding-left: 17px;
}

    ul li {
        list-style: none;
        color: var(--bodyColor);
    }

        ul li::marker {
            color: var(--blackColor);
        }

        ul li a {
            color: var(--bodyColor);
        }

h1, h2, h3, h4, h5, h6 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    color: var(--blackColor);
    margin: 0 0 30px 0;
    line-height: 1.3;
}

h1 {
    font-size: 39px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 21px;
}

h6 {
    font-size: 18px;
}

table {
    font-size: 14px;
}

.mb-80 {
    margin-bottom: 80px;
}

.pt-80 {
    padding-top: 80px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.lead {
    font-weight: 600;
    font-size: 18px;
    color: #404040;
}

/* Smooth scroll */
/*------Scroll Bar---------------------*/
::-webkit-scrollbar {
    width: 5px;
    height: 2px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #525965;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #525965;
    }

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: transparent;
    }

    ::-webkit-scrollbar-track:active {
        background: transparent;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}

/*------------- Scroll Bar End --------------------*/

.page-wrapper {
    background-color: var(--bgPrimaryColor);
}

.sub-title {
    color: var(--CyanColor);
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}

.btn-custom {
    background-color: var(--btnBgColor);
    color: var(--blackColor);
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    border-radius: var(--btnBorderRadius);
    padding: 12px 30px;
    box-shadow: inset 0 0 18px -8px var(--CyanColor);
    margin: 30px 0 0 0;
    transition: ease-in-out all 0.2s;
    outline: none;
    border: none;
}

    .btn-custom:hover {
        background-color: var(--CyanColor);
        color: #ffffff;
    }
/*Top header css start*/
.top-header {
    padding: 5px 0;
    background: rgb(31 36 109);
    background: linear-gradient(90deg, rgb(31 36 109) 30%, rgb(182 88 219) 100%);
}

    .top-header .social-media {
        display: block;
        padding: 0;
        margin: 0;
    }

        .top-header .social-media li {
            list-style: none;
            display: inline-block;
            margin: 0 0 0 15px;
        }

            .top-header .social-media li a {
                color: #ffffff;
                font-size: 16px;
            }

    .top-header p {
        margin: 0;
    }

        .top-header p a {
            color: #ffffff;
        }

.ul-bullets li {
    list-style: disc;
}

    .ul-bullets li::marker {
        color: var(--CyanColor);
        font-size: 16px;
    }

.ul-bullets-ab li {
    list-style: lower-latin;
}

    .ul-bullets-ab li::marker {
        color: var(--CyanColor);
        font-size: 16px;
    }

/*Slider Section css start*/
/*.carousel-inner { position: relative; }
.carousel-inner::before { content:''; position: absolute; z-index: 2; top: 0; bottom: 0; left: 0; right: 0; }*/
.carousel-inner .carousel-item .carousel-caption {
    background: var(--blackColor);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.87) 0%, rgba(0, 0, 0, 0.48) 70%, rgba(255, 255, 255, 0) 100%);
    display: flex;
    align-items: start;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    text-align: start;
}

.carousel-inner .carousel-item .carousel-caption {
    background: var(--blackColor);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.87) 0%, rgba(0, 0, 0, 0.48) 70%, rgba(255, 255, 255, 0) 100%);
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: start;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

    .carousel-inner .carousel-item .carousel-caption p {
        color: #ffffff;
        margin-bottom: 0;
        font-weight: 450;
        font-size: 16px;
        position: relative;
        z-index: 9;
    }

    .carousel-inner .carousel-item .carousel-caption h1 {
        font-size: 42px;
        font-weight: 600;
        color: #ffb145;
        margin: 0 0 24px 0;
        width: 100%;
        display: block;
        position: relative;
        z-index: 9;
    }

        .carousel-inner .carousel-item .carousel-caption h1 small {
            font-size: 30px;
            position: relative;
            z-index: 9;
        }

        .carousel-inner .carousel-item .carousel-caption h1 span {
            color: #ffffff;
            font-size: 54px;
            font-weight: 600;
            line-height: 0.9;
            text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
            position: relative;
            z-index: 9;
        }
    /*-webkit-text-stroke: 2px #b458da; -webkit-text-fill-color: transparent; */
    .carousel-inner .carousel-item .carousel-caption .cssbuttons-io-button {
        background-color: #ffffff;
        color: #1e56a3;
        box-shadow: none;
        position: relative;
        z-index: 9;
    }

        .carousel-inner .carousel-item .carousel-caption .cssbuttons-io-button .icon {
            background: #1e56a3;
            box-shadow: none;
        }

            .carousel-inner .carousel-item .carousel-caption .cssbuttons-io-button .icon svg {
                color: #ffffff;
            }

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 45px;
    height: 45px;
    background-color: #ffb144;
    border-radius: 100%;
    background-size: 45% 45%;
}

/*Slider section 2 start*/
.slider-section {
    padding: 0;
    /*overflow-x: hidden;*/
    position: relative;
    padding: 0 0 170px 0;
}

    .slider-section .slider-section-shape {
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }

    .slider-section .slider-content {
        padding-right: 60px;
        position: relative;
        z-index: 1;
        max-width: 650px;
        margin: 0 0 0 auto;
    }

        .slider-section .slider-content h1 {
            font-size: 48px;
            color: var(--blackColor);
            font-weight: 700;
            margin: 0 0 15px 0;
            line-height: 1.3;
        }

            .slider-section .slider-content h1 span {
                color: var(--CyanColor);
            }

        .slider-section .slider-content h2 {
            color: var(--CyanColor);
            font-size: 16px;
            margin: 0;
            font-weight: 400;
            font-family: "Poppins", sans-serif;
        }

            .slider-section .slider-content h2 span {
                color: var(--blackColor);
            }

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    transform: scale(1.3);
    transform-origin: right top;
}

    .video-wrapper iframe,
    .video-wrapper object,
    .video-wrapper embed,
    .video-wrapper video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.slider-section .slider-image {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 1;
}

    .slider-section .slider-image img {
        height: 100%;
        width: 100%;
        border-radius: 15px;
        object-fit: cover;
    }

.slider-content .tags {
    padding: 0;
    margin: 30px 0 30px 0;
    display: flex;
    justify-content: end;
}

    .slider-content .tags li {
        border: 1px solid #81b84d;
        font-size: 13px;
        border-radius: 30px;
        display: inline;
        padding: 6px 15px;
        color: #81b84d;
        margin: 0 10px 0 0;
    }

.mobile-banner {
    display: none;
}

.leadership-team {
    margin-top: 50px;
}

/*Service section css start*/
.service-section {
    padding: 80px 0 0 0;
    background-color: transparent;
}

    .service-section h2 {
        margin: 0 0 20px 0;
    }

    .service-section .lead {
        font-size: 18px;
        margin: 0 0 30px 0;
    }

/*Why choose us section css start*/
.why-choose-section {
    background: url('../image/shape-4.png') no-repeat right center fixed;
    padding: 80px 0;
}

    .why-choose-section h5 {
        font-size: 16px;
        margin: 0 0 5px 0;
        color: var(--blackColor);
    }

    .why-choose-section h6::after {
        left: 210px;
    }

    .why-choose-section h6::before {
        left: 235px;
    }

.why-choose-ul {
    display: block;
    padding: 0;
}

    .why-choose-ul p {
        font-size: 15px;
    }

    .why-choose-ul h5 {
        margin: 0;
    }

.why-choose-ul li {
    margin: 0 0 30px 0;
    border-bottom: none;
    padding: 0;
}

.new-ul ol li {
margin: 0;
list-style: disc;
}
    .new-ul ol li b {
color: #09C4B6;
font-weight: 500;
    }

    .why-choose-ul li .wh-icon {
        padding: 12px;
        position: relative;
        width: 120px;
        height: 120px;
        border: none;
        background-color: #ffffff;
        border-radius: var(--primaryBorderRadius);
        display: flex;
        align-items: center;
        justify-content: center;
        backdrop-filter: blur(6px);
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
    }

            .why-choose-ul li .wh-icon .number {
                display: none;
                position: absolute;
                z-index: 10;
                right: -20px;
                top: -20px;
                width: 47px;
                height: 47px;
                border-radius: 50%;
                background-color: var(--CyanColor);
                color: #fff;
                display: -webkit-box;
                display: -ms-flexbox;
                display: none;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                font-size: 16px;
                border: 2px solid #D2F3F1;
            }

.consult-form {
    background-color: #ffffffab;
    padding: 45px 30px;
    background-color: #ffffffab;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
    border-radius: var(--primaryBorderRadius);
    background-color: transparent;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
}

    .consult-form h4 {
        margin: 0 0 30px 0;
        font-size: 24px;
    }

    .consult-form p {
        margin: 0 0 30px 0;
        font-size: 14px;
    }

.form-floating > .form-control, .form-floating > .form-select {
    padding: 0 24px;
    border-radius: 30px;
    border: 2px solid #c6d0cf;
    background-color: #f7fffe;
}

.form-floating > label {
    left: 10px;
    font-size: 15px;
    padding: 9px 10px;
}

.form-floating > .form-control, .form-floating > .form-select {
    height: calc(3.0rem + 2px);
}

    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
        padding-top: 20px;
        padding-bottom: 15px;
        border-color: var(--CyanColor);
        outline: 0;
        box-shadow: 0 0 0 .25rem rgb(9 196 182 / 15%);
        background-color: #fcffff;
    }

.form-select {
    background-position: right 1.3rem center;
}

.consult-form h6 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: var(--CyanColor);
    font-weight: 500;
}

    .consult-form h6 sup {
        top: -2px;
    }

        .consult-form h6 sup .mandatory {
            font-size: 16px;
            color: #f00;
        }

.form-check {
    padding-left: 30px;
    margin-bottom: 5px;
}

    .form-check .form-check-input {
        float: left;
        margin-left: -30px;
    }

    .form-check label {
        font-size: 15px;
        font-weight: 500;
        cursor: pointer;
    }

.form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 4px;
    background-color: var(--CyanColor)0a;
    border: 1px solid rgb(9 196 182);
    cursor: pointer;
}

    .form-check-input:focus {
        border-color: var(--CyanColor);
        outline: 0;
        box-shadow: 0 0 0 .25rem rgb(9 196 182 / 15%);
    }

    .form-check-input:checked {
        background-color: var(--CyanColor);
        border-color: var(--CyanColor);
    }

.consult-form label sup {
    top: -2px;
}

    .consult-form label sup .mandatory {
        font-size: 16px;
        color: #f00;
    }

/*Section three css start*/
.section-three {
    margin: 80px 0 0 0;
}

    .section-three .col-xl-3, .section-three .col-lg-3, .section-three .col-md-6 {
        display: flex;
        flex-wrap: wrap;
    }

    .section-three h6 {
        margin: 0 0 30px 0;
    }

        .section-three h6::after {
            display: none;
        }

        .section-three h6::before {
            display: none;
        }
/* .section-three .col-xl-4, .section-three .col-lg-4, .section-three .col-md-4 { display: flex; flex-wrap: wrap; align-items: center;} */
.section-three-card {
    background: url('../images/home/shape-4.png');
    background-size: cover;
    width: 100%;
    padding: 45px 24px;
    text-align: center;
    border-radius: var(--primaryBorderRadius);
    background-color: transparent;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
}

.section-three-card-image {
    border-radius: 10px;
}

    .section-three-card-image img {
        border-radius: 10px;
        height: 250px;
        width: 100%;
        object-position: center;
        object-fit: cover;
    }

.section-three-card-content {
    padding: 0;
}

.section-three-card-content-header {
    margin: 0 0 10px 0;
}

    .section-three-card-content-header h1 {
        font-size: 54px;
        margin: 0 0 15px 0;
        color: var(--CyanColor);
        position: relative;
    }

        .section-three-card-content-header h1::after {
            content: "\F4FE";
            font-family: bootstrap-icons !important;
            color: var(--CyanColor);
            font-size: 54px;
            top: 8px;
            font-weight: 900;
            position: relative;
            left: -5px;
        }

    .section-three-card-content-header .btn-outline-dark {
        border-radius: 100%;
        height: 35px;
        width: 35px;
        text-align: center;
        border-color: #717171;
        color: #717171;
        font-size: 15px;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
    }

        .section-three-card-content-header .btn-outline-dark:hover {
            background-color: transparent;
            color: #81b84d;
            border-color: #81b84d;
        }

        .section-three-card-content-header .btn-outline-dark:focus {
            box-shadow: none;
            border-color: var(--blackColor);
            color: var(--blackColor);
            background-color: transparent;
        }

.section-three-card-content h4 {
    font-size: 18px;
    margin: 0;
}

.section-three-card-content p {
    margin: 0;
    position: relative;
    padding: 0;
    font-size: 14px;
    min-height: 115px;
}
/* .section-three-card-content p::before { content: ''; height: 4px; width: 4px; border-radius: 100%; position: absolute; z-index: 1; top: 8px; background-color: #01375d; left: 0; } */
.section-three-card-content .course-detail {
    display: block;
    padding-left: 0;
    margin: 15px 0 0 0;
    min-height: 55px;
}

    .section-three-card-content .course-detail li {
        font-size: 14px;
        margin: 0 0 7.5px 0;
        position: relative;
        padding: 0 0 0 15px;
    }

        .section-three-card-content .course-detail li::before {
            content: "\f192";
            font-family: 'FontAwesome';
            position: absolute;
            top: 3px;
            left: 0;
            color: #b458da;
            font-size: 10px;
        }

.section-three-card-content-btn {
    display: flex;
    gap: 15px;
    justify-content: start;
    margin: 20px 0 10px 0;
}

    .section-three-card-content-btn .course-btn {
        padding: 7px 15px;
        border: 2px solid #b458da;
        color: var(--blackColor);
        border-radius: 30px;
        width: 50%;
        display: inline-block;
        text-align: center;
        font-weight: 450;
        font-size: 15px;
        transition: ease-in-out all 0.2s;
    }

        .section-three-card-content-btn .course-btn:hover {
            background-color: #b458da;
            color: #ffffff;
            border-color: #b458da;
        }

    .section-three-card-content-btn .course-btn-2 {
        padding: 7px 15px;
        border: 2px solid var(--blackColor);
        color: #ffffff;
        background-color: var(--blackColor);
        border-radius: 30px;
        width: 50%;
        display: inline-block;
        text-align: center;
        font-weight: 450;
        font-size: 15px;
        transition: ease-in-out all 0.2s;
    }
/*Section four css start*/
.section-four {
    margin: 80px 0 0 0;
    padding: 70px 0;
    background: linear-gradient(90deg, rgb(31 36 109) 30%, rgb(182 88 219) 100%);
    position: relative;
}
    /* .section-four::after {content: url(../image/shape-9.png); position: absolute; z-index: 1; top: 15%; bottom: auto; left: -25px;} */
    .section-four h6 {
        color: #ffffff;
        font-size: 21px;
        font-weight: 450;
    }

    .section-four h1 {
        color: #ffffff;
        position: relative;
        margin: 0 0 30px 0;
    }

    .section-four p {
        color: #ffffff;
        position: relative;
    }

        .section-four p span {
            padding-left: 30px;
        }

            .section-four p span::before {
                content: "\f10d";
                font-size: 27px;
                font-family: "FontAwesome";
                position: absolute;
                top: -20px;
                left: 0;
            }

.section-four-ul {
    padding: 0;
    display: block;
    position: relative;
}

    .section-four-ul li {
        color: #ffffff;
        font-size: 16px;
        margin: 0 0 20px 0;
        position: relative;
        padding: 0 0 0 30px;
    }

        .section-four-ul li::before {
            content: "\f00c";
            font-family: 'FontAwesome';
            position: absolute;
            top: 0;
            left: 0;
            color: #81b84d;
            font-size: 18px;
        }

.section-four .cm-photos img {
    border-radius: 10px;
    height: 550px;
    width: 100%;
    object-fit: cover;
}

.service-detail {
    padding: 80px 0;
    background: #ffffff url(../image/service-bg.png) no-repeat right bottom fixed;
}

/*Section five css start*/
.section-five {
    padding: 80px 0;
}

    .section-five .section-five-card {
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0px 7px 43px 0px rgba(0, 0, 0, 0.08);
        padding: 15px;
        text-align: center;
        position: relative;
        border: 1px solid #e9e9e9;
    }

    .section-five .col-xl-4, .section-five .col-lg-4, .section-five .col-md-4 {
        display: flex;
        flex-wrap: wrap;
    }

    .section-five .section-five-card::after {
        content: url(../image/shap-10.png);
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: auto;
        left: 0;
        width: 200px;
    }

    .section-five .section-five-card img {
        width: 100%;
        border-radius: 10px;
        margin: 0 auto;
        position: relative;
        z-index: 9;
    }

    .section-five .section-five-card p {
        margin: 0;
    }

    .section-five .section-five-card h4 {
        font-size: 21px;
        color: var(--blackColor);
        margin: 15px 0 5px 0;
    }

/*Section six css start*/
.section-six {
    margin: 80px 0 0 0;
}

    .section-six h2 {
        margin: 0 0 15px 0;
    }

    .section-six .lead {
        font-weight: 450;
        font-size: 16px;
        margin: 0 0 45px 0;
    }

.testimonial {
    margin: 0 20px 0;
}

    .testimonial .testimonial-content {
        padding: 30px 30px 30px 60px;
        margin-bottom: 35px;
        background: #fff;
        border: 1px solid #e9e9e9;
        position: relative;
        border-radius: 10px;
    }

        .testimonial .testimonial-content:after {
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            background: #e9e9e9;
            position: absolute;
            bottom: -10px;
            left: 22px;
            transform: rotate(45deg);
            z-index: -1;
        }

.testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: #81b84d;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

    .testimonial-content .testimonial-icon:before {
        content: "";
        border-bottom: 16px solid #548625;
        border-left: 18px solid transparent;
        position: absolute;
        top: -16px;
        left: 1px;
    }

.testimonial p {
    margin: 0;
}

.testimonial h5 {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: var(--blackColor);
    text-transform: capitalize;
    margin: 0 0 5px 0;
}

    .testimonial h5 small {
        font-size: 15px;
        font-weight: 400;
        color: #81b84d;
    }

.owl-theme .owl-controls {
    margin-top: 20px;
}

    .owl-theme .owl-controls .owl-page span {
        background: #ccc;
        opacity: 1;
        transition: all 0.4s ease 0s;
    }

    .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
        background: #81b84d;
    }

.placement-stats {
    background-image: url('../image/placement-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin: 80px 0 0 0;
    padding: 60px 30px 80px 30px;
    border-radius: 10px;
}

    .placement-stats h1 {
        font-size: 30px;
        color: #ffffff;
        margin: 0 0 15px 0;
    }

    .placement-stats p {
        color: #ffffff;
        margin: 0 0 30px 0;
        font-weight: 500;
        font-size: 16px;
    }

    .placement-stats .count {
        text-align: center;
        display: inline-block;
        width: 100%;
    }

        .placement-stats .count h2 {
            font-size: 36px;
            color: #ffffff;
            margin: 0 0 10px 0;
        }

        .placement-stats .count h3 {
            margin: 0;
            color: #81b84d;
            font-size: 24px;
        }

    .placement-stats span {
        font-size: 36px;
        font-weight: 600;
        color: #ffffff;
        text-align: center;
        display: inline-block;
        width: 150px;
        position: relative;
        margin: 0 auto;
    }

        .placement-stats span::after {
            content: '\f00c';
            font-family: 'FontAwesome';
            position: absolute;
            top: 0;
            left: auto;
            color: #ffffff;
            font-size: 18px;
            ;
            margin-left: 30px;
        }

/*Hiring partner section start*/
.hiring-partner {
    margin-top: -27px;
}

    .hiring-partner h1 {
        display: inline-block;
        padding: 10px 30px;
        text-align: center;
        border: 1px solid #161616;
        background-color: #ffffff;
        font-size: 21px;
        border-radius: 30px;
    }

    .hiring-partner .hiring-partner-div {
        border: 1px solid #e9e9e9;
        border-radius: 10px;
        margin: 0 10px;
        margin-top: 20px;
    }

        .hiring-partner .hiring-partner-div img {
            border-radius: 10px;
        }

.inner-slider {
    margin: 45px 0 0 0;
    padding: 0 45px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 420px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #0b0b0b;
    background-image: url(../image/header-pattern.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.inner-slider-content {
    position: relative;
    z-index: 2;
    padding: 0;
    display: block;
    width: 100%;
}

    .inner-slider-content h1 {
        position: relative;
        color: #ffffff;
        font-size: 42px;
        font-weight: 600;
        margin: 0 0 15px 0;
    }

    .inner-slider-content h2 {
        position: relative;
        color: #ffffff;
        padding: 0;
        font-weight: 500;
        font-size: 24px;
        margin: 0;
    }

    .inner-slider-content h5 {
        color: #ffffff;
        font-size: 21px;
        margin: 0;
        font-weight: 400;
        max-width: 60%;
    }

    .inner-slider-content p.lead {
        font-size: 18px;
        color: #ffffff;
        font-weight: 500;
    }


.inner-slider.contact-slider .inner-slider-content h1 {
    color: var(--blackColor);
}

.inner-slider.contact-slider .inner-slider-content h5 {
    color: var(--blackColor);
    font-size: 21px;
    margin: 0;
    font-weight: 400;
    max-width: 60%;
    line-height: 1.5;
}

.contact-slider {
    background-image: url("../images/contact-slider.jpg");
}

    .contact-slider::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ffffff40;
        backdrop-filter: blur(3px);
        z-index: 1;
    }

.about-slider {
    background-image: url("../images/about-slider.jpg");
}

    .about-slider::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #00000060;
        backdrop-filter: blur(3px);
        z-index: 1;
    }

.service-banner {
    background-image: url("../image/service-banner.jpg");
    position: relative;
}

    .service-banner::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: var(--blackColor)12;
        backdrop-filter: blur(12px);
        z-index: 1;
    }

.blog-slider {
    background-image: none;
    background-color: transparent;
    height: auto;
    padding: 0;
}

    .blog-slider p {
        margin: 0 0 45px 0;
    }

    .blog-slider h1 {
        display: block;
    }

.breadcrumb {
    margin: 0;
    align-items: center;
    position: relative;
    z-index: 1;
    bottom: 0;
    left: 0;
}

    .breadcrumb .breadcrumb-item {
        color: var(--blackColor);
        font-size: 13px;
    }

        .breadcrumb .breadcrumb-item a {
            color: var(--blackColor);
            font-size: 13px;
            transition: ease-in-out all 0.2s;
        }

            .breadcrumb .breadcrumb-item a:hover {
                color: var(--CyanColor);
            }

        .breadcrumb .breadcrumb-item::before {
            font-size: 12px;
            color: var(--CyanColor);
            content: '\F285';
            font-family: bootstrap-icons !important;
            top: 2px;
            position: relative;
        }

        .breadcrumb .breadcrumb-item:first-child::before {
            display: none;
        }

.breadcrumb-item.active {
    color: var(--CyanColor);
    font-size: 13px;
}

.inner-slider-content .fees-detail ul {
    display: flex;
    margin: 0;
    gap: 30px;
    padding: 0;
}

    .inner-slider-content .fees-detail ul li {
        border-right: 1px solid #ffffff;
        padding-right: 30px;
    }

        .inner-slider-content .fees-detail ul li:last-child {
            border-right: none;
        }

        .inner-slider-content .fees-detail ul li h5 {
            color: #81b84d;
            font-size: 21px;
            margin: 0 0 5px 0;
        }

        .inner-slider-content .fees-detail ul li p {
            margin: 0;
            color: #ffffff;
            font-size: 18px;
        }

            .inner-slider-content .fees-detail ul li p a {
                color: #ffffff;
            }

.contact-detail {
    padding: 80px 0 0 0;
}

    .contact-detail .heading h3 {
        margin: 0 0 30px 0;
    }

.contact-map {
    margin: 0 0 -51px 0;
}

.contact-detail-border {
    display: flex;
    align-items: center;
    min-width: 100%;
    width: 100%;
    background-color: transparent;
    padding: 0 0 30px 0;
    border-radius: 0;
    transition: ease-in-out all 0.2s;
    margin: 0 0 30px 0;
    border-bottom: 1px solid var(--blackColor)15;
    gap: 20px;
}

    .contact-detail-border:last-child {
        border-bottom: none;
        padding-bottom: none;
        margin-bottom: 0;
    }

    .contact-detail-border i {
        color: #030303;
    }

    .contact-detail-border h4 {
        font-size: 21px;
        color: #030303;
        margin: 0 0 10px 0;
    }

    .contact-detail-border p {
        margin: 0;
        font-size: 16px;
    }

        .contact-detail-border p a {
            color: #666666;
            transition: ease-in-out all 0.2s;
        }

            .contact-detail-border p a:hover {
                color: var(--CyanColor);
            }

    .contact-detail-border .contact-icon {
        margin: 0;
        min-height: 80px;
        min-width: 80px;
        height: 80px;
        width: 80px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
        box-shadow: inset 0 0 18px -8px var(--CyanColor);
        background-color: #e6fffc;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
    }

        .contact-detail-border .contact-icon i {
            color: var(--CyanColor);
            font-size: 30px;
        }

aside {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
}

.aside-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 24px;
    border: 1px solid #e3e3e3;
    position: relative;
    margin-bottom: 30px;
}
    /*box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;*/
    .aside-card h4 {
        font-size: 16px;
        margin: 7.5px 0 0 0;
    }

        .aside-card h4 a {
            color: var(--blackColor);
            font-size: 16px;
            position: relative;
            padding: 0 0 0 20px;
            font-weight: 450;
        }

            .aside-card h4 a::before {
                content: "\f192";
                font-family: 'FontAwesome';
                position: absolute;
                top: 3px;
                left: 0;
                color: #b458da;
                font-size: 12px;
            }

            .aside-card h4 a:hover {
                color: #b458da;
                transition: ease-in-out all 0.2s;
            }

        .aside-card h4:first-child {
            margin-top: 0;
        }

    .aside-card ul {
        padding: 0;
        margin: 0 0 0 15px;
        display: inline-block;
    }

        .aside-card ul li {
            list-style: none;
            display: inline-block;
            border-bottom: none;
            width: 100%;
            margin: 0 0 3px 0;
        }

            .aside-card ul li a {
                color: #717171;
                font-size: 15px;
                font-weight: 500;
                display: inline-block;
                height: 100%;
                width: 100%;
                transition: ease-in-out all 0.2s;
                position: relative;
                padding-left: 15px;
            }

                .aside-card ul li a::before {
                    color: #211f54;
                    content: "\f111";
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                    font-size: 5px;
                    position: absolute;
                    top: 10px;
                    left: 0;
                }

                .aside-card ul li a:hover {
                    color: #00b6f2;
                }

.course-overview {
    padding: 30px 24px;
    background: #f6fafd;
    border-radius: 10px;
}

    .course-overview h3 {
        margin: 0 0 15px 0;
        color: var(--blackColor);
        font-size: 24px;
        font-weight: 700;
    }

    .course-overview p b {
        color: #81b84d;
        font-size: 16px;
        font-weight: 600;
    }

.course-curriculam {
    background-color: transparent;
    margin: 45px 0 0 0;
}

    .course-curriculam img {
        height: 350px;
        object-fit: cover;
        object-position: center;
        width: 100%;
        margin: 0 0 20px 0;
        border-radius: 10px;
    }

    .course-curriculam h3 {
        margin: 0 0 15px 0;
        color: var(--blackColor);
        font-size: 24px;
        font-weight: 700;
    }

.course-curriculam-list {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 15px;
}

    .course-curriculam-list li {
        list-style: none;
        padding-left: 20px;
        position: relative;
        font-size: 15px;
    }

        .course-curriculam-list li::before {
            font-size: 13px;
            color: #81b84d;
            content: "\f14a";
            font-family: "Font Awesome 5 Free";
            top: 2px;
            left: 0;
            font-weight: 900;
            position: absolute;
        }

.addPoints {
    padding: 30px 0 0 0;
}

.addPointsDetails {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    padding: 24px 15px;
    border-radius: 5px;
    margin: 0;
}
/*box-shadow: 0 0 20px rgba(217, 217, 217, 0.7);background-image: url("../image/home/bg-pattern.png"); background-position: center left; background-size: cover;*/
.addPoints h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--blackColor);
    margin: 0 0 15px 0;
}

.addPointsDetails h4 {
    font-size: 18px;
    text-align: center;
    margin: 0;
    color: #030303;
    font-weight: 450;
    line-height: 28px;
}

.addPointsDetails p {
    text-align: center;
    color: #111a3a;
    font-size: 14px;
}

    .addPointsDetails p b {
        font-weight: 600;
    }

.addPointsDetailsButton {
    color: #3d6cdb;
    text-align: center;
    font-weight: 500;
    display: block;
    font-size: 16px;
    transition: ease-in-out all 0.2s;
}

    .addPointsDetailsButton:hover {
        color: #030d4a;
        letter-spacing: 0.25px;
    }

.event-img {
    border-radius: var(--primaryBorderRadius);
    padding: 15px;
    overflow: hidden;
    box-shadow: inset 0 0 18px -8px var(--CyanColor);
}

    .event-img img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        object-position: center;
        border-radius: var(--primaryBorderRadius);
    }

.faq-section {
    padding: 80px 0;
}

    .faq-section h1 {
        margin: 0 0 20px 0;
    }

    .faq-section .lead {
        font-size: 18px;
        margin: 0 0 24px 0
    }

.accordion .accordion-item {
    background-color: #ffffffab;
    padding: 0 24px 5px 24px;
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    border-top: none;
    margin: 0 0 15px 0;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
}

    .accordion .accordion-item .accordion-button {
        background-color: transparent;
        font-weight: 500;
        border-radius: 0;
        border: none;
        font-size: 21px;
        padding: 24px 0;
    }

    .accordion .accordion-item:last-of-type .accordion-button.collapsed {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .accordion .accordion-item .accordion-button:focus {
        z-index: 3;
        border-color: transparent;
        outline: 0;
        box-shadow: none;
        border: none;
    }

    .accordion .accordion-item .accordion-button:not(.collapsed) {
        color: var(--blackColor);
        background-color: #ffffff00;
        box-shadow: none;
    }

    .accordion .accordion-item .accordion-body {
        padding: 0 0 15px 0;
    }

        .accordion .accordion-item .accordion-body p {
            font-size: 16px;
            margin: 0;
        }

        .accordion .accordion-item .accordion-body ul {
            display: inline-block;
            margin: 0;
            padding: 0 0 0 15px;
        }

            .accordion .accordion-item .accordion-body ul li {
                list-style: none;
                padding-left: 0;
                list-style: disc;
                position: relative;
                font-size: 15px;
            }

/*Call to action css start*/
.cta-section {
    background: url(../images/home/shape-3.png) no-repeat left center #ffffff;
    background-color: var(--bgPrimaryColor);
    background-size: cover;
    padding: 45px;
    border-radius: var(--primaryBorderRadius);
    margin: 80px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
}

    .cta-section h2 {
        margin: 0;
        font-size: 36px;
    }

    .cta-section .lead {
        color: #ffffff;
        font-size: 21px;
        margin: 0 0 30px 0;
    }

.detailSection2 {
    padding: 45px 0;
    background-color: #ffffff;
}

.detailSection2Content {
    display: block;
    width: 100%;
}

    .detailSection2Content h3 {
        font-size: 30px;
        font-weight: 700;
        margin: 0 0 15px 0;
        color: #f1aa4d;
    }

    .detailSection2Content p {
        color: #444444;
        font-size: 16px;
        font-weight: 450;
    }

    .detailSection2Content .detailSection2Button {
        padding: 8px 30px;
        color: #3d47ad;
        display: inline-block;
        border: 2px solid #3d47ad;
        background-color: #ffffff;
        transition: ease-in-out all 0.2s;
        font-size: 16px;
        margin: 30px 0 0 0;
        font-weight: 450;
        border-radius: 30px;
    }

        .detailSection2Content .detailSection2Button:hover {
            color: #ffffff;
            border-color: #3d47ad;
            background-color: #3d47ad;
        }

/*Modal popup css start*/
.modal-content {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px;
    border-radius: var(--primaryBorderRadius);
    border: none !important;
    padding: 35px 40px;
    background-color: var(--bgPrimaryColor);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
}

.modal-body {
    padding: 30px 24px;
}

.btn-close {
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #ffffff;
    opacity: 1;
    border-radius: 100%;
    height: 21px;
    width: 21px;
    transition: ease-in-out all 0.2s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.modal-backdrop.show {
    opacity: .8;
}

.map {
    background-color: #ffffffab;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
    border-radius: 10px;
    padding: 24px 24px 16px 24px;
}

    .map iframe {
        border-radius: 10px;
        height: 450px;
        width: 100%;
        height: 575px;
    }

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.video-section {
    margin-top: 30px;
}

    .video-section a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 7px 43px 0px rgba(0, 0, 0, 0.08);
    }

        .video-section a img {
            height: 480px;
            object-fit: cover;
            object-position: center;
            border-radius: 10px;
            box-shadow: 0 0 20px -5px rgb(0 0 0 / 20%);
            width: 100%;
        }

        .video-section a .play-button {
            position: absolute;
            width: 80px;
            height: 80px;
            background-color: var(--blackColor);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

            .video-section a .play-button:hover {
                background-color: var(--blackColor);
            }

            .video-section a .play-button::before {
                content: '';
                position: absolute;
                width: 80px;
                height: 80px;
                background-color: var(--blackColor);
                border-radius: 50%;
                animation: pulse 1.5s infinite;
            }

        .video-section a .triangle {
            width: 0;
            height: 0;
            border-left: 20px solid white;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
        }

.founders-section {
    margin: 80px 0 0 0;
    padding: 45px;
    border-radius: 15px;
    position: relative;
    overflow-x: hidden;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
    background: #fff9f100 url(../image/shape-20.png) no-repeat right bottom;
    background-attachment: fixed;
}

    .founders-section .founder-image {
        border-radius: 10px;
    }

        .founders-section .founder-image img {
            height: 380px;
            object-fit: cover;
            object-position: top;
            width: 100%;
            border-radius: 15px;
            box-shadow: 0px 7px 43px 0px rgba(0, 0, 0, 0.08);
        }

    .founders-section .founder-content h3 {
        margin: 10px 0 0 0;
        font-size: 15px;
        color: #81b84d;
        position: relative;
        padding-left: 60px;
    }

        .founders-section .founder-content h3::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 10px;
            width: 45px;
            height: 1px;
            background-color: #81b84d;
        }

    .founders-section .founder-content h4 {
        margin: 0 0 15px 0;
        text-transform: uppercase;
        font-size: 15px;
        color: var(--blackColor);
    }

    .founders-section .founder-content p {
        margin: 0 0 5px 0;
    }

#myRegistrationModal .modal-body h3 span {
    background-color: #81b84d;
    padding: 0 5px;
    border-radius: 5px;
    color: #ffffff;
}

.our-projects {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

.project-section {
    margin: 80px 0;
}

.project-page-detail {
    border-radius: 10px;
}

    .project-page-detail img {
        border-radius: 10px;
        height: 350px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

.certificate-section {
    margin: 80px 0;
}

.certificate-sectionh2 {
    margin: 0 0 30px 0;
}

.certificate-section .certificate-detail {
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid #d1d1d1;
}

    .certificate-section .certificate-detail img {
        border-radius: 5px;
        box-shadow: 2px 2px 30px 1.5px #4d4b8f14;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        height: 450px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

        .certificate-section .certificate-detail img:hover {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

.hero-section {
    position: relative;
    z-index: 1;
    padding: 90px 0 0 0;
    background: url('../images/home/shape-2.png') no-repeat right center var(--bgPrimaryColor);
    overflow: hidden;
}

    .hero-section h6 {
        margin: 0;
    }

.hero-content h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 24px 0;
}

    .hero-content h2 span {
        color: var(--CyanColor);
    }

.hero-content .lead {
    font-size: 16px;
    margin: 0;
}

.hero-section .card {
    min-width: 100%;
    width: 100%;
    border: none;
    background-color: #ffffffab;
    border-radius: 10px;
    transition: ease-in-out all 0.2s;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
}

    .hero-section .card .card-body {
        padding: 20px 15px;
        min-height: 280px;
    }

        .hero-section .card .card-body p {
            margin: 0;
            font-size: 14px;
        }

        .hero-section .card .card-body h5 {
            font-size: 18px;
            margin: 0 0 10px 0;
        }

        .hero-section .card .card-body .card-icon {
            width: 80px;
            height: 80px;
            min-height: 80px;
            min-width: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #e6fffc;
            box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
            border-radius: 100%;
            margin: 0 0 15px 0;
        }

            .hero-section .card .card-body .card-icon img {
                height: 50px;
            }

.brand-section {
    padding: 0;
    margin: -60px 0 0 0;
}

    .brand-section h5 {
        margin: 0 0 15px 0;
    }

    .brand-section .item .brand-card {
        padding: 3px 1px;
    }

    .brand-section .item .brand-logo {
        overflow: hidden;
        background-color: var(--bgPrimaryColor);
        padding: 15px 10px;
        border-radius: var(--primaryBorderRadius);
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
        box-shadow: inset 0 0 7px 0 #c7c7c7b2;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
    }

        .brand-section .item .brand-logo img {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
        }

        .brand-section .item .brand-logo:hover img {
            -webkit-transform: scale(1.15);
            transform: scale(1.15);
        }

/*============== Progress section css start ==============*/
.process-section {
    background-color: var(--bgPrimaryColor);
    position: relative;
    z-index: 1;
    padding: 80px 0 0 0;
}

    .process-section hr {
        background-color: rgb(107 110 113);
    }

.process-card {
    background-color: transparent;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
}

    .process-card .process-thumb {
        min-height: 225px;
        height: 225px;
        display: flex;
        align-items: center;
        font-size: 8rem;
        -webkit-text-stroke: 1px rgba(9 196 182);
        -webkit-text-fill-color: transparent;
        font-weight: 700;
        line-height: 10.5rem;
        padding: 30px;
        border: 1px solid var(--CyanColor);
        border-radius: var(--primaryBorderRadius);
        text-align: center;
        justify-content: center;
    }

        .process-card .process-thumb img {
            width: 120px;
        }

        .process-card .process-thumb::before {
            content: '';
            background-repeat: no-repeat;
            position: absolute;
            top: 0;
            left: 0;
            aspect-ratio: 16 / 9;
            width: 100%;
            background-image: var(--bg-image);
            background-size: cover;
            overflow: hidden;
            opacity: 0;
            transition: opacity 0.5s;
            border-radius: var(--primaryBorderRadius);
            min-height: 225px;
            height: 225px;
        }

    /*.process-card:hover .process-thumb {
        border: none;
    }*/

    .process-card .process-text h6 {
        margin: 20px 0 15px 0;
    }



    .process-card:hover .process-thumb::before {
        opacity: 1;
    }

    .process-card p {
        margin: 0;
        font-size: 15px;
    }


/*========== Service section css start ==============*/
.service-card, .service-card .service-thumb {
    position: relative;
    z-index: 1;
    border-radius: var(--primaryBorderRadius)
}

#service-slider .item {
    padding: 4px;
}

.service-card {
    -webkit-transition: 350ms;
    transition: 350ms;
    background-color: transparent;
    padding: 24px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
}
    /* .service-card .shape>img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-10} */
    .service-card .service-thumb {
        width: 100%;
        margin-bottom: 15px
    }

        .service-card .service-thumb img {
            width: 100%;
            border-radius: 10px;
            height: 260px;
            object-fit: cover;
        }

    .service-card .service-content {
        padding-right: 2.5rem
    }

    .service-card .service-number {
        position: absolute;
        bottom: 0;
        right: 0;
        -webkit-transition: 350ms;
        transition: 350ms;
        padding-right: 10px
    }

        .service-card .service-number .btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            color: #1f1e21;
            font-weight: 600;
            padding: 0;
            -webkit-transition: 350ms;
            transition: 350ms
        }

            .service-card .service-number .btn i {
                font-size: 30px
            }

            .service-card .service-number .btn:focus, .service-card .service-number .btn:hover, .service-card:focus .btn, .service-card:focus .service-number, .service-card:focus h4, .service-card:hover .btn, .service-card:hover .service-number {
                color: var(--CyanColor)
            }

    .service-card h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0;
        -webkit-transition: 350ms;
        transition: 350ms;
        color: #000
    }

        .service-card h4:hover {
            color: #000;
        }

    .service-card p {
        color: var(--CyanColor);
        font-size: 14px;
    }


.box_news {
    position: relative;
    display: block;
    color: #555;
    border-radius: var(--primaryBorderRadius);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
    margin: 0 0 24px 0;
    padding: 24px;
}

    .box_news a {
        color: var(--blackColor);
        font-size: 15px;
        font-weight: 400;
        margin: 10px 0 0 0;
        display: block;
        transition: ease-in-out all 0.2s;
    }

    .box_news:hover a {
        color: var(--CyanColor);
    }

    .box_news p {
        margin: 0;
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .box_news figure {
        overflow: hidden;
        margin: 0;
        display: flex;
        gap: 15px;
    }

        .box_news figure figcaption {
            text-align: center;
            background-color: transparent;
            width: 60px;
            height: 65px;
            min-height: 65px;
            min-width: 60px;
            padding: 5px 10px;
            font-size: 12px;
            color: var(--blackColor);
            line-height: 1.1;
            border-radius: 0 10px 0 10px;
            box-shadow: inset 0 0 18px -8px var(--CyanColor);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

            .box_news figure figcaption strong {
                display: block;
                font-size: 21px;
            }

    .box_news h4 {
        margin: 0 0 10px 0;
    }

        .box_news h4 a {
            color: var(--blackColor);
            font-weight: 600;
            font-size: 16px;
            margin: 0;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .box_news:hover h4 a {
        color: var(--CyanColor);
        transition: 0.3s ease-in-out;
    }

    .box_news ul {
        padding: 0;
        margin: 0
    }

        .box_news ul li {
            display: inline-block;
            font-weight: 400;
            color: var(--bodyColor);
            font-size: 13px;
            /*border-right: 1px solid var(--CyanColor)3d;*/
            padding: 0 10px 0 0;
        }


            .box_news ul li a {
                color: var(--bodyColor);
                display: inline;
                font-weight: 400;
                font-size: 13px;
            }

            .box_news ul li:last-child {
                border-right: none;
                padding: 0 0 0 5px;
            }

.box_news_middle {
    border-radius: var(--primaryBorderRadius);
    overflow: hidden;
    display: block;
    position: relative;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
}

    .box_news_middle figure {
        min-height: 456px;
        height: 456px;
        position: relative;
        margin: 0;
    }

        .box_news_middle figure img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            object-position: center;
        }

.box_news_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: transparent;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 24px;
    text-align: center;
    background-image: linear-gradient(360deg, var(--bgPrimaryColor) 0%, #0000 100%);
}

    .box_news_wrapper .btn-custom {
        margin: 15px 0 0 0;
    }

    .box_news_wrapper p {
        color: var(--blackColor);
        font-size: 15px;
        font-weight: 500;
        margin: 0;
    }

    .box_news_wrapper h1 {
        color: var(--blackColor);
        margin: 0 0 15px 0;
        font-size: 30px;
    }

/*============ Team section css start ============= */
.team-section {
    padding: 100px 0;
    background-color: #fff9f1;
    overflow-x: hidden;
}

    .team-section .cssbuttons-io-button {
        width: 180px;
    }

.team-card {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: var(--primaryBorderRadius);
    margin: 35px 5px;
}

    .team-card:nth-child(2) {
        margin-top: 30px;
    }

    .team-card img {
        border-radius: var(--primaryBorderRadius);
        -webkit-transition-duration: 350ms;
        transition-duration: 350ms;
        width: 100%;
    }

    .team-card::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: var(--primaryBorderRadius);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(96, 31, 235, 0)), to(#1e56a3));
        background: linear-gradient(180deg, rgba(96, 31, 235, 0) 0%, #1e56a3 100%);
        z-index: 10;
        opacity: 0;
        visibility: hidden;
        -webkit-transition-duration: 350ms;
        transition-duration: 350ms;
    }

    .team-card .team-member-info {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0 20px 24px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition-duration: 350ms;
        transition-duration: 350ms;
        z-index: 100;
        text-align: center;
    }

        .team-card .team-member-info h4 {
            font-size: 18px;
            color: #FFFFFF;
            margin-bottom: 0;
        }

        .team-card .team-member-info span {
            color: #F7F7FC;
            font-size: 12px;
        }

    .team-card.middle-team-card .team-member-info h4 {
        font-size: 24px;
        margin-bottom: 6px;
    }

    .team-card.middle-team-card .team-member-info span {
        font-size: 16px;
    }

    .team-card:hover img, .team-card:focus img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .team-card:hover::after, .team-card:hover .team-member-info, .team-card:focus::after, .team-card:focus .team-member-info {
        opacity: 1;
        visibility: visible;
    }

.client-section {
    padding: 80px 0 0 0;
}

    .client-section h2 {
        margin: 0 0 20px 0;
    }

    .client-section .lead {
        margin: 0 0 18px 0;
        font-size: 18px;
    }

    .client-section .client-logo-card {
        padding: 0;
        margin: 12px 0;
    }

    .client-section .client-logo {
        overflow: hidden;
        background-color: #ffffff00;
        padding: 24px 30px;
        border-radius: 10px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
    }

        .client-section .client-logo img {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
        }

        .client-section .client-logo:hover img {
            -webkit-transform: scale(1.15);
            transform: scale(1.15);
        }

.owl-nav button {
    position: absolute;
    top: -45px;
    transform: translateY(-50%);
    background: transparent !important;
    color: var(--blackColor) !important;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px !important;
    border: none;
    transition: ease-in-out all 0.2s;
    box-shadow: inset 0 0 18px -8px var(--CyanColor);
}

    .owl-nav button:hover {
        color: #ffffff !important;
        background: var(--CyanColor) !important;
    }

    .owl-nav button:focus {
        outline: none;
    }

    .owl-nav button.owl-prev {
        left: auto;
        right: 50px;
    }

    .owl-nav button.owl-next {
        right: 0;
    }

.owl-dots {
    text-align: center;
    padding-top: 0px;
}

    .owl-dots button.owl-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        display: inline-block;
        background: #ccc;
        margin: 0 3px;
    }

        .owl-dots button.owl-dot.active {
            background-color: var(--CyanColor);
        }

        .owl-dots button.owl-dot:focus {
            outline: none;
        }

.testimonial-section {
    padding: 100px 0;
    background: #fff9f100 url('../image/home/circles.png') no-repeat center center;
    background-size: contain;
}

#client-testimonial .item {
    padding: 2px;
}

.testimonial-box {
    position: relative;
    padding: 30px 20px;
    background: #ffffff29;
    border: none;
    border-radius: 15px; /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px; */
    backdrop-filter: blur(3px);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
}

    .testimonial-box .testimonial-icon {
        min-height: 120px;
        min-width: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: inset 2px 2px 6px rgb(204, 234, 230), 8px 8px 20px rgb(255, 255, 255), -8px -8px 20px rgba(255, 255, 255, 0.6);
        border-radius: 100%;
        padding: 15px;
        box-shadow: inset 0 0 18px -8px var(--CyanColor);
    }

    .testimonial-box .text .quote {
        position: absolute;
        top: -25px;
        z-index: 999999;
        left: -25px;
        background-color: var(--bgPrimaryColor);
        height: 70px;
        width: 70px;
        display: none;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
    }

        .testimonial-box .text .quote i {
            color: var(--blackColor);
            font-size: 60px;
        }

    .testimonial-box .testimonial-box-footer {
        margin: 0;
    }

    .testimonial-box .text p {
        font-size: 14px;
    }

        .testimonial-box .text p::before {
            content: "\f6b0";
            font-family: bootstrap-icons !important;
            font-size: 42px;
            color: var(--blackColor);
            line-height: normal;
            position: relative;
            top: 10px;
            left: -5px;
        }

    .testimonial-box .testimonial-box-footer .user-img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        position: relative;
        min-width: 80px;
        background-size: 100%;
    }

    .testimonial-box .testimonial-designation h6 {
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 600;
        color: var(--blackColor);
    }

        .testimonial-box .testimonial-designation h6 small {
            color: var(--CyanColor);
            font-size: 15px;
            font-style: italic;
            font-weight: normal;
        }

.soon-page {
    min-height: 640px;
    height: 100%;
    width: 100%;
    background: #e3e3e3;
    background: linear-gradient(90deg, rgba(227, 227, 227, 1) 0%, rgba(189, 189, 255, 1) 50%, rgba(227, 227, 227, 1) 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .soon-page .display-4 {
        color: var(--blackColor);
        font-weight: 600 !important;
    }

.contact-section {
    z-index: 1;
    background-color: #ffffffab;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    margin: 60px 0 0 0;
    position: relative;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
}

.social-links {
    padding: 0;
    margin: 15px 0 0 0;
    display: flex;
    gap: 10px;
}

    .social-links a {
        height: 38px;
        width: 38px;
        border: 1px solid var(--CyanColor);
        border-radius: 8px;
        color: var(--CyanColor);
        text-align: center;
        font-size: 14px;
        transition: ease-in-out all 0.2s;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .social-links a:hover {
            border-color: var(--CyanColor);
            background-color: var(--CyanColor);
            color: #ffffff;
        }

.contact-section .contact-detail-card {
    padding: 24px 0 24px 30px;
}

    .contact-section .contact-detail-card p {
        margin: 0 0 5px 0;
    }

        .contact-section .contact-detail-card p a {
            color: var(--bodyColor);
            font-size: 16px;
            transition: ease-in-out all 0.2s;
        }

            .contact-section .contact-detail-card p a:hover {
                color: #1e56a3;
            }

    .contact-section .contact-detail-card .contact-detail-card-part {
        margin: 0 0 40px 0;
    }

.about-section {
    padding: 60px 0 80px 0;
}

    .about-section .abt-content p.lead {
        font-size: 18px;
        font-weight: normal;
        margin: 0 0 10px 0;
    }

    .about-section .abt-content h1 {
        font-size: 48px;
    }

.timeline-section {
    margin: 70px 0 0 0;
}

    /*.timeline-section img {
        border-radius: var(--primaryBorderRadius);
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
        padding: 15px;
        background-color: #e3fefb;
        margin: 0 0 3px 0;
    }*/

    .timeline-section p.lead {
        font-size: 21px;
    }

.timeline {
    position: relative;
    padding: 15px 0 15px 15px;
    overflow: hidden;
}

    .timeline::after {
        content: "";
        position: absolute;
        width: 4px;
        background: rgb(172, 213, 105);
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -2px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(9 196 182) 50%, rgba(0, 0, 0, 0) 100%);
    }

.timeline-step {
    position: relative;
    width: 100%;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.5s ease-in-out;
    left: 0 !important;
    text-align: left !important;
}

    .timeline-step.visible {
        opacity: 1;
        transform: translateY(0);
    }

    .timeline-step .timeline-step-header .timeline-step-header-detail {
        position: relative;
    }

        .timeline-step .timeline-step-header .timeline-step-header-detail h2 {
            font-size: 36px;
            margin: 0;
            font-weight: 800;
            -webkit-text-stroke: 1px rgba(9 196 182);
            -webkit-text-fill-color: transparent;
        }

        .timeline-step .timeline-step-header .timeline-step-header-detail h4 {
            margin: 10px 0 15px 0;
            font-size: 21px;
            font-weight: 600
        }

    .timeline-step .timeline-step-body p {
        position: relative;
        margin: 0;
    }

    .timeline-step .timeline-step-body ul li {
        list-style: disc;
    }

    .timeline-step::before {
        content: "";
        position: absolute;
        top: 48px;
        width: 20px;
        height: 20px;
        background: rgb(9 196 182);
        border-radius: 50%;
        transform: translateY(-50%);
        border: 3px solid white;
    }

.timeline::after {
    left: 15px;
}

.timeline-step {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding: 24px 0 24px 24px;
}

    .timeline-step:first-child {
        border-top: none;
    }

    .timeline-step::before {
        left: -10px !important;
    }

.sticky-sidebar {
    position: sticky;
    top: 120px;
    margin-top: 0;
}

.hero-content .sticky-sidebar img {
    border-radius: 10px;
}

.usecase-section {
    padding: 80px 0 0 0;
}

#usecase-slider .item {
    padding: 5px 0 5px 5px;
}

#usecase-slider .owl-dots {
    text-align: center;
    top: -50px;
    position: relative;
}

.usecase-card {
    display: flex;
    gap: 24px;
    padding: 0 15px 0 0;
}

    .usecase-card .column-25 {
        flex: 0 0 40%;
        max-width: 40%;
    }

        .usecase-card .column-25 .usecase-card-img {
            box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
            padding: 20px;
            border-radius: var(--primaryBorderRadius);
        }

            .usecase-card .column-25 .usecase-card-img img {
                overflow: hidden;
                border-radius: var(--primaryBorderRadius);
                width: 100%;
                object-fit: cover;
                object-position: center;
                height: 620px;
            }

    .usecase-card .column-70 {
        flex: 0 0 60%;
        max-width: 60%;
        position: relative;
    }

        .usecase-card .column-70 .usecase-card-text {
            display: flex;
            align-items: center;
            min-height: 560px;
            max-height: 560px;
            position: absolute;
            top: 7%;
            left: -80px;
            right: 0;
            border-radius: var(--primaryBorderRadius);
            padding: 30px 0 30px 30px;
            background-color: var(--bgPrimaryColor);
        }

    .usecase-card .usecase-card-text p {
        font-size: 15px;
    }

        .usecase-card .usecase-card-text p:last-child {
            margin: 0;
        }

        .usecase-card .usecase-card-text p.lead {
            font-size: 16px;
            margin: 0 0 5px 0;
        }

            .usecase-card .usecase-card-text p.lead b {
                font-weight: 600;
            }

    .usecase-card .usecase-card-text ul {
        margin: 0 0 20px 15px;
    }

        .usecase-card .usecase-card-text ul li {
            font-size: 15px;
            list-style: disc;
        }

            .usecase-card .usecase-card-text ul li::marker {
                color: var(--CyanColor);
            }

            .usecase-card .usecase-card-text ul li b {
                color: var(--blackColor);
                font-weight: 500;
            }

    .usecase-card .usecase-card-text h4 {
        margin: 0 0 15px 0;
    }

    .usecase-card .usecase-card-text h5:first-child {
        margin-top: 0;
    }

.modal-body .usecase-card .usecase-card-text h4 {
    margin: 0 0 7.5px 0;
}

.modal-body .usecase-card .usecase-card-text p.lead {
    font-size: 16px;
    margin: 0 0 15px 0;
}

.modal-body .usecase-card .usecase-card-text ul li {
    font-size: 14px;
}

.modal-body .usecase-card .usecase-card-text p {
    font-size: 14px;
}

.career-section {
    padding: 100px 0;
}

    .career-section .consult-form {
        border-radius: 15px;
        padding: 45px 30px;
    }

    .career-section ul li {
        list-style: disc;
    }

        .career-section ul li b {
            color: var(--blackColor);
            font-weight: 600;
        }

.upload-btn-wrapper {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

    .upload-btn-wrapper .btn {
        cursor: pointer;
        width: 100%;
        border: 1px solid #e9e9e9;
        color: #212529;
        background-color: white;
        padding: 10px 24px;
        border-radius: 10px;
        font-size: 15px;
        text-align: start;
    }

        .upload-btn-wrapper .btn i {
            font-size: 21px;
        }

    .upload-btn-wrapper input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

/*=================== Blog css Start =====================*/
.post, .post-categories span {
    box-shadow: rgba(60,64,67,.3) 0 1px 2px 0,#3c404326 0 1px 3px 1px
}

.blog-detail-section {
    padding: 60px 0
}

    .blog-detail-section aside {
        position: -webkit-sticky;
        position: sticky;
        top: 120px
    }

.post {
    background-color: #ffffffab;
    margin: 0;
    border: 1px solid #ddd;
    padding: 24px;
    border-radius: 15px;
    border: none
}

    .post .post-thumbnail {
        position: relative;
        overflow: hidden;
        border-radius: 15px
    }

        .post .post-thumbnail a {
            display: block
        }

        .post .post-thumbnail img {
            width: 100%;
            border-radius: 15px;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            -webkit-transform: scale(1) translateX(0) rotate(0);
            -ms-transform: scale(1) translateX(0) rotate(0);
            transform: scale(1) translateX(0) rotate(0);
            height: 280px;
            object-fit: cover;
            object-position: center center
        }

    .post:hover .post-thumbnail img {
        -webkit-transform: scale(1.1) translateX(0) rotate(2deg);
        -ms-transform: scale(1.1) translateX(0) rotate(2deg);
        transform: scale(1.1) translateX(0) rotate(2deg)
    }

    .post .post-thumbnail .post-meta {
        background: #000;
        background: linear-gradient(180deg,rgba(0,0,0,0) 0,#000 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        border-radius: 8px;
        opacity: 1;
        visibility: visible;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        pointer-events: none;
        padding: 30px 15px 10px;
        border-bottom: 0;
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: end
    }

        .post .post-thumbnail .post-meta span {
            display: flex;
            gap: 5px;
            color: #fff;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            font-size: 13px
        }

    .post .post-thumbnail:hover .post-meta {
        opacity: 1;
        visibility: visible
    }

.post-categories {
    margin-top: 15px
}

    .post-categories span {
        display: inline-block;
        padding: 5px 15px;
        color: var(--CyanColor);
        background-color: var(--bgPrimaryColor);
        border-radius: 5px;
        font-weight: 400;
        margin: 0 2px 5px 0;
        font-size: 13px;
        text-align: center;
        line-height: 1.6
    }

    .post-categories a:hover {
        background-color: var(--blueColor);
        color: #fff
    }

.post:hover h5 {
    color: var(--CyanColor)
}

.post .post-body h5, .post h5 {
    transition: .2s ease-in-out
}

.post .post-body {
    margin: 10px 0 0
}

    .post .post-body p {
        margin: 0;
        font-size: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Change to 1, 2, 3 as needed */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .post .post-body h5 {
        font-size: 21px;
        margin-bottom: 10px;
        color: #030303;
        display: -webkit-box;
        -webkit-line-clamp: 1; /* Change to 1, 2, 3 as needed */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.post:hover .post-body h5 {
    color: var(--CyanColor)
}

.post-meta {
    margin-bottom: 50px
}

/*============ Blog Sidebar ===================== */
.sidebar-widget .media {
    margin-bottom: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    display: flex
}

    .sidebar-widget .media:last-child {
        margin-bottom: 0
    }

    .sidebar-widget .media > a {
        display: block;
        width: 130px;
        min-width: 130px;
        border-radius: 8px;
        margin-right: 15px;
        overflow: hidden;
        border: 1px solid #ddd
    }

    .sidebar-widget .media img {
        width: 100%;
        border-radius: 8px;
        height: 100px;
        object-fit: cover;
        object-position: center
    }

    .sidebar-widget .media h6 {
        margin: 0 0 5px;
        font-size: 16px
    }

        .sidebar-widget .media h6 a {
            color: #030303;
            transition: .2s ease-in-out
        }

    .sidebar-widget .media:hover h6 a {
        color: var(--CyanColor)
    }

.sidebar-widget h5 {
    font-size: 24px;
    margin-bottom: 30px
}

.sidebar-widget p {
    margin-bottom: 0;
    font-size: 13px
}

.tags a {
    display: inline-block;
    font-size: 13px;
    padding: 3px 12px;
    border: 1px solid rgba(0,0,0,.1);
    color: #848486;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #fff;
    margin: 2px 2px 2px 0;
    border-radius: 30px;
    text-decoration: none
}

    .tags a:hover {
        background-color: #f5f5f5;
        border-color: rgba(0,0,0,.1);
        color: #848486;
        -webkit-box-shadow: none;
        box-shadow: none
    }


/*================== Blog Detail Page Start ==================*/
.post-single {
    background-color: #ffffffab;
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, #3c404326 0 1px 3px 1px;
    margin-bottom: 0;
    padding-right: 30px;
    margin-bottom: 30px;
    margin-right: 30px;
    padding: 24px;
    border-radius: 15px;
}

    .post-single .post-content h1 {
        font-size: 36px;
        margin: 0 0 15px 0;
    }

    .post-single h2 {
        font-size: 36px;
        margin: 0 0 15px 0;
    }

    .post-single .post-content h2 {
        font-size: 36px;
        margin: 0 0 15px 0;
    }

    .post-single .post-content h3 {
        font-size: 30px;
        margin: 0 0 15px 0;
    }

    .post-single .post-content h4 {
        font-size: 27px;
        margin: 0 0 15px 0;
    }

    .post-single .post-content h5 {
        font-size: 18px;
        margin: 0 0 15px 0;
    }

    .post-single .post-content h6 {
        font-size: 16px;
        margin: 0 0 15px 0;
    }

    .post-single .post-content h2 {
        font-size: 30px;
    }

        .post-single .post-content h2 strong {
            font-weight: 600;
        }

    .post-single .post-content p {
        font-size: 15px;
    }

        .post-single .post-content p.lead,
        .post-single .post-content strong,
        .post-single .post-content b {
            font-size: 16px;
            color: var(--CyanColor);
            line-height: 1.5;
            font-weight: 500;
        }

    .post-single .post-content blockquote {
        position: relative;
        padding: 20px;
        margin: 20px 0;
        border-left: 3px solid var(--blackColor);
        font-size: 16px;
        font-style: italic;
    }

    .post-single .post-content ul li {
        list-style: disc;
        font-size: 15px;
    }

    .post-single .post-categories {
        margin-bottom: 15px;
    }

    .post-single .post-meta {
        margin-bottom: 0;
    }

        .post-single .post-meta span,
        .post-single .post-meta span i {
            margin-right: 10px;
            font-size: 14px;
            color: var(--headingColor);
        }

    .post-single .post-thumbnail {
        position: relative;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .post-single .post-thumbnail img {
            border-radius: 15px;
        }

    .post-single .post-date-time {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .post-single .post-date-time .post-categories a {
            display: inline-block;
            padding: 5px 15px;
            color: var(--paraColor);
            background-color: #eef9ff;
            border-radius: 5px;
            font-weight: normal;
            margin: 0;
            font-size: 13px;
            text-align: center;
            line-height: 1.6;
            max-width: 480px;
        }

    .post-single .media {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
    }

        .post-single .media img {
            width: 50px;
            border-radius: 50%;
        }

        .post-single .media p {
            margin-bottom: 0;
        }

.about-author {
    margin: 0 30px 30px 0;
    border-radius: 15px;
    padding: 24px;
    background-color: #ffffffab;
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, #3c404326 0 1px 3px 1px;
}

    .about-author h4 {
        margin-bottom: 30px;
    }

.about-author-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.about-author-content {
    flex: 1;
}

    .about-author-content p {
        text-align: justify;
    }

    .about-author-content h5 {
        margin-bottom: 15px;
    }

.social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

    .social-media li {
        margin: 0;
    }

.about-author .social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 0;
}

    .about-author .social-media li a {
        background-color: #f3f3f3;
        border: 0;
        color: #515151;
        width: 40px;
        height: 40px;
        font-size: 14px;
        transition: ease-in-out all 0.2s;
    }

        .about-author .social-media li a:hover {
            background-color: var(--blueColor);
            color: #fff;
        }

.social-media a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #1d2228;
    color: #1d2228;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .social-media a:hover {
        background-color: #85b72c;
        border-color: #85b72c;
        color: #fff;
    }

.social-media li a i {
    margin: 0;
}

.about-author img {
    width: 140px;
    border-radius: 15px;
    margin-right: 20px;
}

.comments-list {
    background-color: #ffffffab;
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, #3c404326 0 1px 3px 1px;
    margin: 0 30px 30px 0;
    border-radius: 15px;
    padding: 24px;
}

    .comments-list ul {
        margin: 0;
    }

    .comments-list h5 {
        margin-bottom: 30px;
    }

    .comments-list .comment-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .comments-list .comment-item .comment-body {
            position: relative;
            flex: 1;
        }

        .comments-list .comment-item img {
            width: 65px;
            margin-right: 20px;
            border-radius: 8px;
        }

        .comments-list .comment-item h6 {
            margin-bottom: 15px;
        }

        .comments-list .comment-item span {
            display: inline-block;
            margin-bottom: 15px;
            color: #848486;
            font-size: 13px;
            line-height: 21px;
            position: absolute;
            top: 4px;
            right: 0;
        }

        .comments-list .comment-item p {
            margin-bottom: 0;
            text-align: justify;
        }

    .comments-list li {
        margin-bottom: 0;
    }

        .comments-list li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0;
        }

.comment-form {
    background-color: #ffffffab;
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, #3c404326 0 1px 3px 1px;
    margin: 0 30px 0 0;
    border-radius: 15px;
    padding: 24px;
}

    .comment-form .btn-custom {
        margin: 0;
    }

    .comment-form h4 {
        margin-bottom: 30px;
    }

.reply-link {
    color: #1d2228;
    font-family: "Playfair Display", sans-serif;
    font-weight: 600;
}

    .reply-link:hover {
        color: #729e25;
    }

.connect-section {
    padding: 80px 0 0 0;
}

    .connect-section h1.display-1 {
        font-weight: 600;
        color: var(--blackColor);
    }

    .connect-section h2 {
        color: var(--CyanColor);
        font-size: 42px;
        margin: 0 0 20px 0;
    }

    .connect-section h3 {
        font-size: 36px;
    }

    .connect-section p {
        font-size: 15px;
    }

    .connect-section h5 {
        color: #030303;
        margin: 0 0 30px 0;
    }

.events-section {
    padding: 0 0 80px 0;
}

    .events-section h1 {
        margin: 0 0 30px 0;
    }

    .events-section h2 {
        margin: 30px 0 20px 0;
    }

    .events-section .events-list li {
        list-style: disc;
    }

        .events-section .events-list li::marker {
            color: var(--CyanColor);
        }

        .events-section .events-list li b {
            color: var(--blackColor);
            font-weight: 500;
        }

    .events-section p.lead {
        font-weight: 500;
        color: var(--CyanColor);
        font-size: 18px;
    }

    .events-section .events-img {
        border-radius: 10px;
        padding: 24px;
        background-color: #ffffffab;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
    }

        .events-section .events-img img {
            border-radius: 10px;
            height: 320px;
            width: 100%;
            object-fit: cover;
        }

#imtex-bangalore-2022 .item {
    padding: 2px;
}

#dmtx-2023 .item {
    padding: 2px;
}

#mtx-connect-kolhapur-2023 .item {
    padding: 2px;
}

#imtex-bangalore-2024 .item {
    padding: 2px;
}

#elecrama-event-2025 .item {
    padding: 2px;
}

.pagination {
    gap: 5px;
}

.page-link {
    padding: 0;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: inset 0 0 18px -8px var(--CyanColor);
    background-color: var(--btnBgColor);
    border: none;
    color: var(--blackColor);
}

    .page-link:hover {
        z-index: 2;
        color: #ffffff;
        background-color: var(--CyanColor);
    }

    .page-link:focus {
        border-color: var(--CyanColor);
        outline: 0;
        box-shadow: inset 0 0 18px -8px var(--CyanColor);
        background-color: var(--btnBgColor);
        color: var(--CyanColor);
    }

.page-item.active .page-link {
    color: #fff;
    background-color: var(--CyanColor);
    border-color: var(--CyanColor);
}

.page-item:first-child .page-link {
    border-radius: 100%;
    border: 1px solid var(--CyanColor);
    color: var(--CyanColor);
    box-shadow: none;
    background-color: transparent;
    font-size: 18px;
    transition: ease-in-out all 0.2s;
}

.page-item:last-child .page-link {
    border-radius: 100%;
    border: 1px solid var(--CyanColor);
    color: var(--CyanColor);
    box-shadow: none;
    background-color: transparent;
    font-size: 18px;
    transition: ease-in-out all 0.2s;
}

.page-item:last-child:hover .page-link, .page-item:last-child:hover .page-link {
    box-shadow: inset 0 0 18px -8px var(--CyanColor);
}
/*=========== Footer section css start ============*/
footer {
    padding: 60px 0 15px 0;
    background: var(--bgPrimaryColor);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
}
    footer .footer-logo {
        width: 140px;
        margin: 0 0 10px 0;
    }

    footer p {
        margin: 0;
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        footer p a {
            color: #303030;
            margin: 0 0 10px 0;
            display: inline-block;
            transition: ease-in-out all 0.2s;
        }

            footer p a:hover {
                color: var(--CyanColor);
            }

.footer-list {
    padding: 0 0 0 20px;
}

    .footer-list li {
        list-style: disc;
    }

        .footer-list li::marker {
            color: var(--CyanColor);
        }

        .footer-list li a {
            margin: 0 0 5px 0;
            transition: ease-in-out all 0.2s;
            position: relative;
            padding: 0;
            font-size: 14px;
        }

            .footer-list li a:hover {
                color: var(--CyanColor);
            }

footer h4 {
    font-size: 18px;
    margin: 0 0 15px 0;
}

footer h5 {
    font-size: 16px;
    margin: 0 0 10px 0;
    color: var(--CyanColor);
}

footer .social-links {
    padding: 0;
    margin: 15px 0 0 0;
    display: flex;
    gap: 10px;
}

    footer .social-links a {
        height: 38px;
        width: 38px;
        border: 1px solid var(--CyanColor);
        border-radius: 8px;
        color: var(--CyanColor);
        text-align: center;
        font-size: 14px;
        transition: ease-in-out all 0.2s;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        footer .social-links a:hover {
            border-color: var(--CyanColor);
            background-color: var(--CyanColor);
            color: #ffffff;
        }

.bootom-footer {
    margin: 30px 0 0 0;
    text-align: center;
    padding: 15px 0 0 0;
    border-top: 1px solid #0000001c;
}

    .bootom-footer p {
        margin: 0;
    }

        .bootom-footer p a {
            margin: 0;
        }

/*=========== Mobile footer section css start ============*/
footer .accordion-flush .accordion-body {
    padding: 15px 0 0 10px;
    background-color: var(--bgPrimaryColor);
}

footer .accordion-flush .accordion-item {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
}

    footer .accordion-flush .accordion-item .accordion-button {
        font-size: 16px;
        background-color: var(--bgPrimaryColor);
        color: var(--blackColor);
        font-weight: 600;
        padding: 10px 0;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #ffffff1c;
    }

        footer .accordion-flush .accordion-item .accordion-button::after {
            font-family: bootstrap-icons !important;
            content: "\F4FE";
            font-size: 24px;
            width: auto;
            height: auto;
            background-image: none;
            color: var(--blackColor);
        }

        footer .accordion-flush .accordion-item .accordion-button:not(.collapsed)::after {
            font-family: bootstrap-icons !important;
            content: "\F2EA";
            background-image: none;
            transform: unset;
            color: var(--CyanColor);
        }

    footer .accordion-flush .accordion-item:not(:first-of-type) {
        border-top: none;
    }

    footer .accordion-flush .accordion-item .accordion-button:not(.collapsed) {
        color: var(--CyanColor);
        background-color: var(--bgPrimaryColor);
    }

    footer .accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-radius: 0 !important;
    }

footer .accordion-flush .accordion-body ul li::before {
    display: none;
}

footer .accordion-flus .accordion-body ul li {
    padding-left: 0;
}

footer .accordion-flush .accordion-item .accordion-header {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.ignore-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-upload {
    width: 100%;
    position: relative;
    border-radius: 30px;
    background-color: #fff;
    background-color: #fcffff;
}

.file-wrap {
    border: 2px solid #e9e9e9;
    border-radius: 20px;
    position: relative;
    transition: all 0.5s ease;
    transform: scale(1);
}

    .file-wrap.dragging {
        transform: scale(1.1);
    }

    .file-wrap input[type="file"] {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        opacity: 0;
        cursor: pointer;
        z-index: 2;
    }

.custom-upload-design {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.upload-text {
    font-size: 18px;
    text-align: center;
}

    .upload-text span {
        color: var(--CyanColor);
        font-size: 15px;
    }

.upload-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--CyanColor);
    margin-bottom: 15px;
    transform: scale(1);
    transition: transform 0.5s ease-in-out;
}

.upload-icon img {
    max-width: 20px;
}

.dropped .upload-text {
    display: none;
}

.dropped .upload-icon {
    transform: scale(2.8);
    opacity: 1;
    transition: all 0.5s ease-in-out;
    animation: bounce 1s .5s;
}

.animate .upload-icon {
    opacity: 0;
}

.dropped .upload-icon img {
    opacity: 0;
}

.file-wrap.dropped {
    border-color: transparent;
}

.after-file-upload {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.animated-line {
    stroke: #07da38;
    stroke-width: 20;
    fill: transparent;
    animation: progressAnimation 2s linear;
    position: relative;
    top: -6px;
    z-index: 1;
}

.animated-line-2 {
    stroke: #ffebe8;
    stroke-width: 20;
    fill: transparent;
    position: absolute;
    margin: auto;
    top: 19px;
}

@keyframes progressAnimation {
    0% {
        stroke-dasharray: 0, 565;
        stroke: #f13218;
    }

    100% {
        stroke-dasharray: 565;
        stroke: #07da38;
    }
}

.after-file-upload > div {
    position: absolute;
    left: 0px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100px;
    margin: 0 auto;
}

.uploaded .after-file-upload {
    transform: scale(0.5);
    top: -10px;
    transition: all 0.5s ease;
}

.tick-line {
    width: 100px;
    height: 100px;
}

.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

    .path.check {
        stroke-dashoffset: -100;
        -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
        animation: dash-check 0.9s 0.35s ease-in-out forwards;
    }

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

.text-uploaded {
    position: absolute;
    bottom: -30px;
    font-size: 32px;
    left: 0;
    right: 0;
    text-align: center;
}

.blog-section {
    padding: 80px 0 56px 0;
}

/********************* Challenges Section css Start ***************************/

.challenges-section {
    padding: 80px 0 0 0;
}

.challenges-section-card {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
    border-radius: var(--primaryBorderRadius);
    padding: 45px 24px;
    background-color: #ffffff;
    text-align: center;
}

    .challenges-section-card h5 {
        margin: 0 0 20px 0;
    }

    .challenges-section-card p {
        font-size: 15px;
        margin: 0;
    }

    .challenges-section-card.g-box-1 {
        background-color: transparent;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: left bottom;
        transition: background 0.4s ease-in-out;
        position: relative;
        z-index: 1;
        overflow: hidden;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
    }

        .challenges-section-card.g-box-1::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, #09c4b6 0%, #09c4b6 50%, #09c4b6 100%);
            transform: scaleY(0);
            transform-origin: bottom;
            transition: transform 0.4s ease-in-out;
            z-index: -1;
        }

        .challenges-section-card.g-box-1:hover::before {
            transform: scaleY(1);
        }

        .challenges-section-card.g-box-1:hover h5,
        .challenges-section-card.g-box-1:hover p {
            color: #ffffff;
            transition: color 0.4s ease-in-out;
        }

.challenges-bottom-detail h5 {
    margin: 0 0 10px 0;
}

.challenges-bottom-detail p {
    margin: 0;
    font-size: 15px;
    text-align: justify;
}

.dashboard-section {
    padding: 80px 0 10px 0;
}

    .dashboard-section .dashboard-card {
        margin: 0;
    }

dashboard-section .dashboard-card:last-child {
    margin: 0 0 1px 0;
}

.dashboard-section .dashboard-card .dashboard-card-img {
    overflow: hidden;
    border-radius: var(--primaryBorderRadius);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

    .dashboard-section .dashboard-card .dashboard-card-img img {
        height: 260px;
        object-fit: cover;
        border: 1px solid rgb(9 196 182 / 23%);
        border-radius: var(--primaryBorderRadius);
    }

.dashboard-section .dashboard-card-content {
    padding: 0;
}

    .dashboard-section .dashboard-card-content h5 {
        margin: 35px 0 15px 0;
    }

        .dashboard-section .dashboard-card-content h5:first-child {
            margin-top: 0;
        }

    .dashboard-section .dashboard-card-content p {
        margin: 0;
        font-size: 15px;
    }

.fancybox-image, .fancybox-spaceball {
    border-radius: 12px;
}

/********************* Challenges Section css End ***************************/

.industry-details {
    background-color: transparent;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: background 0.4s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
    padding: 24px;
    border-radius: var(--primaryBorderRadius);
    display: inline-flex;
    width: 100%;
    align-items: center;
    gap: 60px;
    margin: 30px 0 0 0;
}

    .industry-details .industry-img {
        margin: 0;
    }

        .industry-details .industry-img img {
            min-width: 340px;
            height: 280px;
            width: 100%;
            object-fit: cover;
            object-position: center;
            border-radius: var(--primaryBorderRadius);
        }

    .industry-details .industry-content {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

.blur-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.industry-details h4 {
    margin: 0 0 15px 0;
    font-size: 21px;
}

.industry-details h6 {
    margin: 0 0 10px 0;
    font-size: 16px;
}

.industry-details .industry-content p {
    font-size: 14px;
}

.industry-details .btn-custom {
    font-size: 15px;
    font-weight: 500;
    padding: 10px 24px;
}


.inphog-team-section .nav-pills {
    margin: 0;
}

.inphog-team-section .nav-link {
    padding: 0;
}

.inphog-team-section .nav-pills .nav-link {
    padding: 0 0 0 15px;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}

    .inphog-team-section .nav-pills .nav-link.active, .inphog-team-section .nav-pills .show > .nav-link {
        color: var(--hoverColor);
        background-color: transparent;
        font-weight: 600;
    }

    .inphog-team-section .nav-pills .nav-link:first-child {
        padding-right: 0;
    }

.tab-pane {
    transition: none !important;
}