@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


html {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    overflow: hidden;
    background: #fff;
    color: #212529;
}

* {
    box-sizing: border-box;
}

.container {
    padding: 0 15px;
    margin: 0 auto;
}

.row {
    display: flex;
    margin: 0;
}
.padd-0 {
    padding: 0 !important;
}






/* Common Section CSS start */
.sub-heading-text {
    margin-bottom: 12px;
    padding: 0px;
    color: rgb(35, 32, 32);
    font-weight: 500;
    font-size: 15px;
}
.main-heading {
    margin-bottom: 15px;
}
.sec_title {
    text-align: center;
}
.sec_title h1{
    font-family: "Poppins", sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 49px;
    color: #000;
    margin-bottom: 10px;
}
.sec_title h1 span {
    color: #82C600;
}
.sec_title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #636363;
    width: 80%;
    margin: 0 auto;
}

.pop-hd h2 {
    font-family: "Poppins", sans-serif;
    font-size: 38px;
    line-height: 1.4;
    color: #000;
    font-weight: 700;
}
.pop-hd h2 span {
    color: #82C600;
}
#exampleApplyModal .modal-body {
    padding: 0;
}


/* Common Section CSS end */



/* header section start */
.header-section {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    box-shadow: 0 8px 16px rgba(33, 37, 41, 0.15);
}
.header-section .container {
    max-width: 1760px;
    padding: 0 30px;
}
.header-section .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.header-section .nav-logo-wrap {
    display: flex;
    align-items: center;
}
/* .header-section .nav-btn-wrap {
    display: flex;
    align-items: center;
    margin: 0 -7px
} */
.header-section .nav-logo-wrap a {
    display: block;
    width: 200px;
}
.header-section .nav-logo-wrap a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.header-section .nav-btn-wrap a{
    background-color: #82C600;
    border: 1px solid #82C600;
    border-radius: 6px;
    text-decoration: none;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.header-section .nav-btn-wrap a:hover{
    background-color: #fff;
    border: 1px solid #82C600;
    color: #82C600;
    transition: all 0.3s ease-in-out;
}
/* header section end */




/* certificate section start */
.banner-section {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.banner-section .row{
    display: flex;
}
.banner-section .col-lg-6{
    padding: 0;
}
.banner-section .banner-content h2{
    line-height: 1.3;
}
.banner-section .sub-heading-text {
    margin-bottom: 10px;
    padding: 0;
    color: #232020;
    font-weight: 500;
    font-size: 15px;
}
.banner-section .relative .banner-image{
    position: absolute;
    top: 0;
    left: -20px;
    border-radius: 0 20px 20px 0;
}

.banner-section .banner-logo-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    gap: 12px;
}
.banner-section .banner-logo-wrap .prbox {
    width: 12%;
    padding: 3px;
    border: 1px solid #e4e4e4;
    background: #fff;
    border-radius: 4px;

    float: unset;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-section .banner-logo-wrap .prbox img {
    max-height: 80px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.upgrade-img {
    display: none;
}
/* certificate section end */




/* career section start */
.career-section {
    padding: 100px 0 50px 0;
    position: relative;
    z-index: 1;
}

.career-section .title-holder h2{
    margin-bottom: 20px;
}
.career-section .title-holder p{
    margin: 0;
}
.career-section .feature-card {
    width: 100%;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    transition: transform 0.3s;
    text-align: center;
    padding: 20px;
}
.career-section  .feature-card:hover {
    transform: translateY(-5px);
}
.career-section .feature-card .feature-icon{
    width: 60px;
    height: 60px;
    background-color: rgba(165, 254, 138, 0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
}
/* career section end */




/* award secton start */
.award-section {
    padding: 50px 0;
    background-color: #fff7f7;
}
.award-section .sec_title {
    width: 95%;
    margin: 0 auto;
}

.award-section .sec_title h1 span {
    color: #82C600;
}
.award-section .mbox {
    margin-top: 45px;
}
.award-section .row {
    justify-content: center;
}
.award-section .video-cover {
    position: relative;
}
.award-section .video-cover img {
    border-radius: 8px;
    width: 100%;
}
.award-section .video_title_box {
    position: absolute;
    bottom: 30px;
    padding: 0 30px;
    z-index: 1;
    display: flex;
    align-items: center;
}
.award-section .video_title h3 {
    font-size: 38px;
    color: #fff;
    font-weight: 700;
}
.award-section .video_title_box .play-btn {
    box-shadow: 0 0 0 0 #fff;
    border-radius: 50%;
}
.award-section .video-cover .play-btn img {
    border-radius: 50%;
    animation: pulse-white 2s infinite;
}
@keyframes pulse-white {
    0% {
        box-shadow: 0 0 0 0 rgb(221 221 221 / 70%);
    }

    50% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}


.modal-dialog {
    max-width: 55%;
}
.modal .modal-content .modal-header {
    justify-content: space-between;
}
.modal .modal-content .modal-header h3 {
    font-size: 32px;
    font-weight: 600;
}
.btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #82c600;
    opacity: 1;
}
.btn-close:focus {
    box-shadow: none;
}
.award-section .modal .modal-content .modal-body {
    padding: 20px;
}
iframe {
    min-height: 500px;
    border: 0;
}
/* award secton end */




/* success stories section start */
.success-stories-section {
    padding: 70px 0;
}
.success-stories-section .row {
    margin: 0 -15px;
}
.success-stories-section .title-holder {
    margin-bottom: 50px;
}
.success-stories-section .title-holder h2 {
    margin-bottom: 0;
}
.success-stories-section .learn-card {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0 0 35px 0;
    box-shadow: 0 1px 8px rgba(60, 60 ,60 ,0.4);
    padding: 60px 30px;
    height: 100%;
}
.success-stories-section .learn-card h5 {
    color: #202020;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}
.success-stories-section .learn-card ul li {
    display: flex;
    align-items: center;
    font-size: 18px;
    gap: 10px;
    margin-bottom: 8px;
    line-height: 1.6;
    color: #1e1e1e;
}
.success-stories-section .learn-card ul li:last-child {
    margin-bottom: 0;
}

/* success stories section end */




/* award section start */
.award-sec {
    padding: 70px 0;
    background-color: #ededed;
    position: relative;
}
.award-sec .title-holder h2 {
    margin-bottom: 30px;
    text-align: center;
}

.js-award-image .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    font-size: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #eddd53;
    transition: .3s ease-in-out;
    z-index: 11
}

.js-award-image::after,
.js-award-image::before {
    content: '';
    width: 200px;
    top: 0;
    position: absolute
}

.js-award-image .slick-prev {
    left: 30px
}

.js-award-image .slick-next {
    right: 30px
}

.js-award-image .slick-prev::before {
    content: "\f060";
    font-family: FontAwesome;
    font-size: 15px
}

.js-award-image .slick-next::after {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 15px
}

.js-award-image .slick-list {
    margin: 0 -20px
}

.award-image-wrap {
    padding: 0 20px
}

.award-image-wrap img {
    width: 100%
}

.js-award-image {
    position: relative;
    overflow: hidden
}

/* .js-award-image::after {
    left: 0;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, .8) 0, rgba(237, 221, 83, 0) 100%);
    z-index: 1
}

.js-award-image::before {
    right: 0;
    height: 100%;
    background: #000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, .8) 100%);
    z-index: 1
} */

.award-image-wrap-inner {
    position: relative;
    padding: 55% 0 0;
    z-index: 1
}

.award-image-wrap-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.award-sec ul.slick-dots {
    margin: 0;
    padding: 0;
    /* position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%); */
    display: flex;
    justify-content: center
}
.award-sec ul li {
    margin: 0 4px;
    height: auto
}
.award-sec ul li button {
    font-size: 0;
    width: 15px;
    height: 15px;
    background-color: #686868;
    border: none;
    border-radius: 50%;
    transition: .3s ease-in-out;
    transform: scale(.5);
    padding: 0;
    opacity: .5
}

.award-sec ul li.slick-active button {
    transform: scale(1);
    opacity: 1
}
.award-sec .slick-dots {
    position: static;
    text-align: center;
}

.award-sec .slick-slider {
    margin-bottom: 0;
}
/* award section end */




/* career growth section start */
.career-growth-section {
    padding: 50px 0;
}
.career-growth-section .title-holder{
    margin-bottom: 40px;
}
.nav-tabs .nav-link.active {
    border-bottom: 3px solid #82c600;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #82c600;
    font-weight: 500;
}
.nav-tabs .nav-link {
    text-align: left;
    border: none;
    color: #777;
    font-size: 1rem;
    font-weight: 500;
    min-width: 180px !important;
    /* overflow-x: scroll; */
}
.tab-content {
    /* max-width: 70%; */
    margin: 0 auto;
}


.bar-chart div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bar {
    width: 40px;
    background-color: #1f8c87;
    margin: 5px 0;
}
.bar-light {
    background-color: #d9f2f2;
}

.on_desktop_view {
    display: block !important;
}
.on_mobile_view {
    display: none !important;
}
.company-logos img {
    max-width: 120px;
    margin: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.demand-section p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    max-width: 220px;
    color: #777;
}
.logos-scrolling-ribbon {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
    padding: 1rem;
    animation: scroll 15s linear infinite;
}
/* career growth section end */




/* tools section start */
.tools-section {
    padding: 20px 0;
}
.tool-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3px;
    color: #1f2937;
}
.tools-section .tool-description {
    color: #777;
    font-size: 15px;
}


.pop-hd h2 {
    margin-bottom: 20px;
}

/* tools section end */




/* .download curriculum section start */
.download-curriculum-section {
    padding: 30px 0;
}
.download-curriculum-content {
    height: auto;
    width: 100%;
    border-radius: 30px;
    background: linear-gradient(12deg, #6ea700, #fbdb34);
    color: #fff;
    padding: 50px 40px;
}
.download-curriculum-box {
    width: 100%;
    display: flex;
    align-items: center;
}
.download-curriculum-box h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;
}
.download-curriculum-bottom {
    padding: 15px 0 0;
    border-top: 1px solid #ddd;
}
.btn.enroll_now {
    padding: 10px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #101828;
    background-color: #ffd600;
}
.btn:hover {
    color: #80a948 !important;
    background: #fff !important;
    border: 1px solid #88ae60;
}

.download-curriculum-section .download-curriculum-content .download-curriculum-box p{
    margin-bottom: 10px;
}
/* .download curriculum section end */




/* technologies section start */
.technologies-section {
    padding: 40px 0 20px 0;
}
.scrolling-ribbon-container {
    overflow: hidden;
    position: relative;
}
.scrolling-ribbon {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 3rem;
    padding: 1rem;
    animation: scroll 15s linear infinite;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}
.tool, .logo-box {
    flex: 0 0 auto;
    display: flex;
    column-gap: 20px;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    /* min-width: 120px; */
    width: 180px;
    height: 100px;
}
.tool img {
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 60px;
    margin-bottom: 0.5rem;
}
.tool h5 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 500;
}
/* technologies section end */




/* certificate section start */
.certificate-section {
    padding: 50px 0;
}
.certificate-section .tab-content.certi {
    margin: 20px auto;
}
.certificate-section .certification-box {
    font-family: "Poppins", sans-serif;
    height: auto;
    width: 100%;
    border-radius: 20px;
    padding: 25px 20px;
    background: #fff;
    color: #333;
    box-shadow: 0 10px 0 0 #f0f0f0;
    border: 1px solid #e6e6e6;
    margin-bottom: 25px;
}
.certificate-section .certification-box:last-child {
    margin-bottom: 0;
}
.certificate-section .certification-top {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 12px;
}
.certificate-section .certification-top h4 {
    font-size: 22px;
    font-weight: 600;
    color: #444;
    margin-bottom: 0;
    padding-left: 20px;
    font-family: sans-serif;
}
.certificate-section .certification-box h4 span {
    color: #82c600;
    font-family: sans-serif;
    font-weight: 600;
}
.certificate-section .certification-box p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
    overflow: hidden;
    font-family: sans-serif;
}
/* certificate section end */




/* hiring partners section start */
.hiring-partners-section {
    padding: 50px 0;
    background-color: rgb(241, 250, 255);
}
.hiring-partners-section .ribbon{
    column-gap: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
/* hiring partners section end */




/* application section start */
.application-section {
    padding: 50px 0;
}
/* application section end */




/* why join section start */
.why-join-section {
    padding: 50px 0;
    background-color: #f6fdff;
}
.why-join-section .sec_title{
    margin-bottom: 30px;
}
.why-join-section .sec_title h1 {
    font-weight: 600;
}
.why-join-section .our-prtners-row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 20px;
}
.why-join-section .our-prtners-col {
    margin-top: 20px;
}
.our-prtners-list {
    font-weight: 700;
    font-size: 14px;
    color: #1e114d;
    position: relative;
    padding-left: 25px;
}
.our-prtners-list::before {
    content: '\f058';
    font-family: 'fontawesome';
    position: absolute;
    left: 0px;
    top: 2px;
    color: #82c600;
    font-size: 16px;
}
.cd-text-btn {
    text-align: center;
    margin-top: 50px;
}
/* why join section end */




/* fee scetion start */
.fee-section {
    padding: 50px 0;
}
.fee-section .sec_title {
    margin-bottom: 50px;
}
.fee-section .tab-content {
    max-width: 70%;
    margin: 0 auto;
}
.fee-section .tab-content .box-wrap {
    background: #fffffff6;
    box-shadow: 0 0rem 3rem #00000017;
    min-height: auto;
    border-radius: 30px;
    overflow: hidden;
    padding: 20px;
    margin-top: 20px;
}
.fee-section .box-wrap .header-signup-btn {
    padding: 12px;
    font-size: 16px;
}
#emiModal1 h2 {
    font-size: 22px;
}
.content-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    min-width: 100%;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.content-table thead tr {
    background-color: #82c600;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
}
.content-table thead tr th {
    color: #fff;
}
.content-table tbody tr {
    border-bottom: 1px solid #dddddd;
}
.content-table tbody tr:last-of-type {
    border-bottom: 2px solid #82c600;
}
.content-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}
.content-table th, .content-table td {
    padding: 12px 15px;
    text-align: center;
}
/* fee scetion end */




/* course section start */
.course-section {
    padding: 50px 0;
}
.course-section .title-holder {
    margin-bottom: 50px;
}
/* course section end */



/* skill section start */
.skill-section {
    padding: 50px 0;
    background-color: #E8ECF7;
}
.skill-section .title-holder {
    margin-bottom: 50px;
}
.skill-section .title-holder h2 {
    margin-bottom: 0;
}
.skill-section .skill-content ul {
    display: flex;
    margin-bottom: 30px;
    gap: 30px;
}
.skill-section .skill-content ul:last-child {
    margin-bottom: 0;
}
.skill-section .skill-content ul li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    line-height: 1.6;
    font-size: 16px;
    width: 50%;
}
.skill-section .skill-content .content h5{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    line-height: 1.4;
}
.skill-section .skill-content .content p{
    font-size: 16px;
    font-weight: 400;
    color: #000;
}



.skill-section .skill-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.skill-section .skill-image .skill-box {
    background-color: rgba(255,255,255, 1);
    border: 1px solid rgba(199,199,199, 1);
    border-radius: 5px;
    box-shadow: 0 6px 4px rgba(0, 0, 0, 0.15);
    width: 170px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.skill-section a {
    padding: 14px 50px !important;
    font-size: 18px !important;
}

/* skill section end */


/* faq section start */
.faq-section {
    padding: 50px 0;
}
.faq-section .accordion-group .accordion button {
    color: #000;;
}
.faq-section .title-holder {
    margin-bottom: 50px;
}
/* faq section end */



/* footer section start */
.footer-section {
    background-color: #F2F0EF;
    width: 100%;
    position: relative;
}
.footer-section .bottom-footer {
    background-color: #343a40;
    color: #fff;
    padding: 16px 0;
}
.footer-section .bottom-footer .col-lg-12 p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    font-size: 14px;
    text-align: center;
}

/* footer section end */


/* Modal Form Start */
.modal .modal-content .enrollForm label{
    font-size: 13px;
}
/* Modal Form End */