@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);


body{
    font-family: "Poppins";
    margin: 0;
    padding: 0;
}



.profile-header img {
    border-radius: 50%
}

.card-list,
.checkbox-list,
.topics-list {
    list-style: none
}

.cube,
.cube-face,
.loader-container {
    transform-style: preserve-3d
}

h2.banner-text-2 {
    font-size: 26px;
    color: #2e2e2e;
    margin: 10px 0
}

h2.banner-text-3 {
    font-size: 22px;
    color: #2e2e2e;
    margin: 10px 0
}

h1 {
    line-height: 1.1
}

.header-logo-box a {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center
}


@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);
    }
}

.header-logo-box img {
    width: 58px
}

.logo-title-box {
    margin: 5px 10px
}

.logo-title-box h2 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: .8;
    color: #82c600
}

.logo-title-box p {
    font-size: 15px;
    color: gray;
    font-weight: 600
}

ul li span {
    font-size: 1.2rem
}

.sub-heading-text {
    margin-bottom: 10px;
    padding: 0;
    color: #636363;
    font-weight: 400;
    font-size: 18px
}

.main-heading-text {
    font-size: 35px;
    color: #000;
    font-weight: 600
}

.apply-btn,
.badge,
.card-title,
.deadline,
.sec_title h1 {
    font-weight: 700
}

.main-heading-text span {
    color: #057709
}

section.trust_section {
    padding: 40px 0;
    background: #f0f6ff
}

.js-award-image .slick-arrow:hover,
.tool img {
    background-color: #fff
}

.sec_title.mt-20 {
    margin: 111px auto;
    width: 80%
}

.sec_title h1 {
    font-family: Poppins;
    font-size: 38px;
    line-height: 49.4px;
    text-align: center;
    color: #000
}

section.trust_section img {
    width: 180px;
    height: 180px;
    margin: 15px auto;
    border-radius: 50%;
    display: table;
    box-shadow: 0 5px 9px 0 #00000017
}

.card-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #f9fafc;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    overflow: hidden;
    max-width: 1100px;
    margin: auto
}

.card-content {
    padding: 40px;
    flex: 1;
    position: relative;
    border-radius: 25px
}

.badge {
    display: inline-block;
    background: #ffe4e1;
    color: #d9534f;
    font-size: 14px;
    border-radius: 12px;
    padding: 5px 10px;
    margin-bottom: 10px
}

.card-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px
}

.card-title span {
    color: #0fb806;
    font-size: 35px;
    font-weight: 600
}

.card-list {
    padding: 0;
    margin: 20px 0
}

.card-list li {
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center
}

.card-list i {
    color: #82c600;
    margin-right: 10px
}

.card-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
    gap: 10px
}

.deadline {
    font-size: 16px;
    border: 1.5px solid #82c600;
    border-radius: 10px;
    padding: 10px;
    color: #82c600;
    cursor: pointer
}

.apply-btn {
    background: #82c600;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1)
}

.demand-section p,
.description,
.nav-tabs .nav-link {
    color: #777;
    font-weight: 500
}

.apply-btn:hover {
    background: #04a409;
    transition: transform .3s
}

.card-img-top {
    border-radius: 15px 15px 0 0
}

.card-image {
    flex: 0.8;
    position: relative
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2
}

.card-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: 150%;
    height: 100%;
    background: #084d98;
    clip-path: ellipse(80% 50% at 100% 50%);
    z-index: 1
}



.counter-card {
    display: flex;
    justify-content: center;
    align-items: center
}

.logos img {
    max-width: 50px;
    margin-right: 10px
}

.text-container {
    max-width: 850px !important
}

.feature-card {
    max-width: 300px;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    border-radius: 12px;
    transition: transform .3s;
    text-align: center;
    padding: 20px
}

.feature-card:hover {
    transform: translateY(-5px)
}

.feature-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(165, 254, 138, .1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px
}

.feature-card .feature-icon i {
    color: #82c600;
    font-size: 2rem !important
}

.expert-description-card {
    border-radius: 15px;
    height: 340px;
    max-height: 340px;
    border: .2px solid #f1eeee;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1)
}

.description {
    font-size: calc(.9rem + .1vw)
}

.career-heading {
    font-weight: 700;
    text-align: left
}

.nav-tabs {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: scroll;
    min-width: 100%
}

.nav-tabs::-webkit-scrollbar {
    display: none
}

.nav-tabs .nav-link {
    text-align: left;
    border: none;
    font-size: 1rem;
    min-width: 180px !important
}

.nav-tabs .nav-link:hover {
    border-bottom: none
}

.nav-tabs .nav-link.active {
    border-bottom: 3px solid #82c600;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #82c600;
    font-weight: 500
}

.bar-chart div {
    display: flex;
    flex-direction: column;
    align-items: center
}

.bar {
    width: 40px;
    background-color: #1f8c87;
    margin: 5px 0
}

.footer-section .bottom-footer .contact-info,
.profile-header {
    margin-bottom: 20px
}

.bar-light {
    background-color: #d9f2f2
}

.demand-section i {
    font-size: 2rem
}

.demand-section p {
    margin-top: 10px;
    font-size: 16px;
    max-width: 220px
}

.company-logos img {
    max-width: 120px;
    margin: 10px
}

#moreContent,
.upgrade-img {
    display: none
}

#readMoreLink {
    font-size: 18px;
    color: #000;
    text-decoration: underline;
    cursor: pointer
}

.icon-container {
    background-color: #e9fee8;
    color: #82c600;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    flex-shrink: 0
}

.icon-container svg {
    width: 1.5rem;
    height: 1.5rem
}

.tool-title {
    font-size: calc(1.2rem + .2vw);
    font-weight: 600;
    color: #1f2937
}

.tool-description {
    color: #777;
    font-size: calc(.9rem + .1vw);
    margin-top: 8px
}

.title-box {
    max-width: 100%
}

.right-column img {
    width: 600px
}

.profile-card {
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    background: #fff;
    padding: 20px;
    min-height: 320px
}

.profile-header {
    display: flex;
    align-items: center;
    grid-column-gap: 10px
}

.profile-header img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 15px
}

.logo-box img,
.success-card img {
    object-fit: contain
}

.success-card img {
    width: 50px
}

.after-text,
.faq-section .sidebar-container button,
.sec_title h2 span,
.topics-list li i {
    color: #82c600
}



.curriculum-header {
    font-size: 1.8rem;
    display: block;
    font-weight: 700;
    color: #084d89
}

.module-tabs {
    border-radius: 10px;
    padding: .5rem
}

.module-tabs .nav-link {
    color: #333;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    transition: .1s;
    border: 1px solid #ddd;
    border-radius: 10px;
    min-width: 200px;
    cursor: pointer
}

.nav-link p {
    color: #000
}

.nav-link h6 {
    font-size: 18px;
    font-weight: 600
}

.module-tabs .nav-link.active {
    border: 1.5px solid #82c600;
    border-bottom: 3px solid #82c600;
    color: #82c600;
    border-radius: 10px
}

.card-content h5 {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 20px 0 !important
}

.topics-list {
    max-height: 85px;
    overflow-y: hidden
}

.checkbox-list li,
.topics-list li {
    display: flex;
    align-items: center;
    margin-bottom: .5rem
}

.checkbox-list i {
    font-size: 1.2rem;
    color: #28a745
}

.scrolling-ribbon-container {
    overflow: hidden;
    position: relative
}

#preloader,
.overlay {
    position: fixed;
    left: 0
}

.loader-container,
.our_prtners .video-cover {
    position: relative
}

.scrolling-ribbon {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 3rem;
    padding: 1rem;
    animation: 15s linear infinite scroll
}

.logos-scrolling-ribbon {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
    padding: 1rem;
    animation: 15s linear infinite scroll
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-100%)
    }
}

.logo-box,
.tool {
    flex: 0 0 auto;
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    width: 120px;
    height: 40px
}

.tool img {
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    max-width: 60px;
    margin-bottom: .5rem
}

.tool h5 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 500
}

.main-heading,
.sec_title h2 {
    font-family: Poppins;
    color: #000;
    margin-bottom: 10px
}

.resume-section {
    background-color: #f9f4ff
}

.our_prtners {
    padding: 10px 0;
    background-color: #fff7f7
}

.main-heading {
    font-size: 38px;
    font-weight: 700;
    line-height: 49px
}

.sec_title h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 40px;
    text-align: center
}

.sec_title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #636363;
    width: 78%;
    text-align: center;
    margin: 0 auto
}



/* Our Partners Section start */
#recruitment {
    background: url(./images/company-bg-new-1.webp) center no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 0;
}
.our_prtners .pull-left{
    float: left;
    width: 16%
}
.our_prtners .pull-left.rpl {
    float: left;
    width: 42%;
}
.our_prtners .partner_box {
    padding: 2px 12px;
    width: 33%;
    float: left;
    margin-top: 66px
}

.our_prtners .partner_box img {
    width: 90%;
    max-height: 115px;
    object-fit: contain
}

.our_prtners .clogo img {
    width: 66%;
    margin: 105px auto;
    display: block;
    box-shadow: 0 0 0 0 #fff;
    border-radius: 50%;
    animation: 2s infinite pulse-white;
}
.our_prtners .mbox,
.review-sec .mbox {
    margin-top: 45px
}

.our_prtners .row {
    justify-content: center
}

.our_prtners .video_title_box {
    position: absolute;
    bottom: 10%;
    padding: 0 30px;
    z-index: 1;
    display: flex;
    align-items: center
}

.our_prtners .video_title h3 {
    font-size: 38px;
    color: #fff;
    font-weight: 700
}

.our_prtners .video_title_box .btn {
    box-shadow: 0 0 0 0 #fff;
    border-radius: 50%
}

.our_prtners .video-cover img {
    width: 100%;
    animation: 2s infinite pulse-white;
    object-fit: cover
}

.our_prtners .video-cover .lazyload {
    border-radius: 50%;
    width: 100%;
    animation: 2s infinite pulse-white
}

@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)
    }
}

.our_prtners .row .parent_feacher:first-child .numbaring::after {
    background: linear-gradient(30deg,#22b286 50%,transparent 40%)
}

.our_prtners .row .parent_feacher:nth-child(2) .numbaring::after {
    background: linear-gradient(60deg,#22b286 50%,transparent 40%)
}

.our_prtners .row .parent_feacher:nth-child(3) .numbaring::after {
    background: linear-gradient(220deg,#22b286 50%,transparent 40%)
}

.our_prtners .row .parent_feacher:nth-child(4) .numbaring::after {
    background: linear-gradient(110deg,#22b286 50%,transparent 40%)
}

.our_prtners .row .parent_feacher:nth-child(5) .numbaring::after {
    background: linear-gradient(140deg,#22b286 50%,transparent 40%)
}

.our_prtners .row .parent_feacher:nth-child(6) .numbaring::after {
    background: linear-gradient(170deg,#22b286 50%,transparent 40%)
}

.our_prtners .row .parent_feacher:nth-child(67) .numbaring::after {
    background: linear-gradient(190deg,#22b286 50%,transparent 40%)
}
/* Our Partners Section end */





.overlay:target {
    visibility: visible;
    opacity: 1
}

.overlay {
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    transition: opacity .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 999
}

.popup-h h2 {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.popup-h .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: .2s;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    color: #333
}

iframe {
    border: 0
}



.Certifi {
    width: 80%;
    margin: 0 auto
}

.tab-content {
    max-width: 70%;
    margin: 0 auto
}

.footer-section .top-footer ul li .svg-inline--fa,
.tab-content h2 {
    color: #82c600 !important
}

.tab-content .box-wrap {
    background: #fffffff6;
    box-shadow: 0 0 3rem #00000017;
    min-height: auto;
    border-radius: 30px;
    overflow: hidden;
    padding: 20px;
    margin-top: 20px
}

.tab-content .box-wrap ul h3 {
    font-size: 28px;
    margin-bottom: 15px
}

.footer-section {
    background-color: #f2f0ef
}

.footer-section .logo-wrap {
    max-width: 300px;
    width: 300px;
    margin: 0 auto;
    display: block;
    padding-bottom: 40px
}

.footer-section .logo-wrap img {
    width: auto;
    display: block;
    height: 72px
}

.footer-section .top-footer {
    padding: 40px 0
}

.footer-section .bottom-footer {
    background-color: #343a40;
    color: #fff;
    padding: 15px 0
}


.modal .modal-content .modal-header {
    justify-content: space-between
}

.modal .modal-content .modal-header h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px
}

.modal .modal-content .modal-header .btn-close,
.price-sec h4 i {
    font-size: 20px
}

.modal-dialog {
    max-width: 70%
}


/* Tuition Section Start */
.tuition-fee-section .tab-content .price-sec h4 i {
    font-size: 13px
}
.tuition-fee-section .sec_title {
    margin-bottom: 30px;
}
.tuition-fee-section h3 {
    margin: 30px 0 0 0;
}
.tuition-fee-section .include-sec {
    width: 80%;
    margin: 0 auto;
}
.tuition-fee-section h3 span{
    color: #82c600;
}
.content-table th,
.content-table td {
    padding: 12px 15px;
    text-align: center;
    font-size: 16px;
}
    
.content-table tbody tr {
    border-bottom: 1px solid #dddddd;
}
    
.content-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}
    
.content-table tbody tr:last-of-type {
    border-bottom: 2px solid #82c600;
}
    
.content-table tbody tr.active-row {
    font-weight: bold;
    color: #82c600;
}
.content-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: .9em;
    /* min-width: 100%; */
    width: 60%;
    margin: 0 auto;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, .25)
    
}

.content-table thead tr {
    background-color: #82c600;
    color: #fff;
    text-align: left;
    font-weight: 700
}
.content-table thead tr th {
    color: #fff
}
.content-table tbody tr.active-row {
    font-weight: 700;
    color: #82c600
}

.tuition-fee-section .mobile-sec {
    display: none;
}
/* Tuition Section End */




.tab-sec .active {
    cursor: pointer;
    padding: 10px 24px;
    margin: 0 2px;
    background: #82c600 !important;
    display: inline-block;
    color: #fff !important;
    border-radius: 3px 3px 0 0
}

.review-sec .video_title h4 {
    font-size: 30px;
    color: #fff;
    margin-right: 45px
}

.review-sec .video_title_box a {
    box-shadow: 0 0 0 0 #fff;
    animation: 2s infinite pulse-white;
    border-radius: 50%
}

.review-sec .video-cover img.h250 {
    height: 250px
}
.review-sec .video-cover img {
    border-radius: 50px;
}


.loading-text,
.tuition-fee-section .tab-content .price-sec h4 {
    font-size: 16px
}


.clip-ellipse {
    clip-path: ellipse(90% 50% at 50% 50%)
}

#video-modal {
    z-index: 50
}

#preloader,
.containers {
    justify-content: center;
    top: 0;
    z-index: 9999;
    display: flex
}

.button::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0 0 20px 20px rgba(255, 255, 255, .5);
    animation: 3s infinite glowEffect
}

@keyframes glowEffect {
    0% {
        opacity: 0;
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .5)
    }
    40% {
        opacity: 1;
        box-shadow: 0 0 2px 20px rgba(255, 255, 255, .3)
    }
    80% {
        opacity: 1;
        box-shadow: 0 0 1px 5px rgba(255, 255, 255, 0)
    }
    100% {
        opacity: 0;
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

#emiModal1 h2 {
    font-size: 22px
}

#preloader {
    width: 100%;
    height: 100%;
    background: #fff;
    align-items: center;
    transition: transform .8s cubic-bezier(.65, 0, .35, 1), opacity .5s
}

.loader-container {
    width: 140px;
    height: 140px;
    perspective: 800px
}

.cube,
.cube-face,
.loading-text,
.progress-bar,
.reg-btn:before {
    position: absolute
}

.cube {
    width: 100%;
    height: 100%;
    animation: 4s ease-in-out infinite cubeRotate
}

.cube-face {
    width: 80px;
    height: 80px;
    background: #ffffff42;
    backface-visibility: visible
}

.front {
    transform: translateZ(40px);
    background: #82c600
}

.back {
    transform: rotateY(180deg) translateZ(40px);
    background: #dcfce7
}

.right {
    transform: rotateY(90deg) translateZ(40px);
    background: #ffef9d
}

.left {
    transform: rotateY(-90deg) translateZ(40px);
    background: #fff000
}

.top {
    transform: rotateX(90deg) translateZ(40px);
    background: #dcfce7
}

.bottom {
    transform: rotateX(-90deg) translateZ(40px);
    background: #ffef9d
}

.progress-bar {
    bottom: -20px;
    left: -30px;
    width: 200px;
    height: 5px;
    background: #ffffff1a;
    border-radius: 2px;
    overflow: hidden
}

.progress {
    height: 100%;
    width: 0;
    background: #82c600;
    transition: width .2s
}

.loading-text {
    bottom: -50px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    color: #343a40
}

@keyframes cubeRotate {
    0% {
        transform: rotateX(0) rotateY(0)
    }
    25% {
        transform: rotateX(90deg) rotateY(90deg)
    }
    50% {
        transform: rotateX(180deg) rotateY(180deg)
    }
    75% {
        transform: rotateX(270deg) rotateY(270deg)
    }
    100% {
        transform: rotateX(360deg) rotateY(360deg)
    }
}

.preloader-done {
    transform: translateY(-100%);
    opacity: 0
}

.error {
    color: red;
    font-size: 12px;
    margin-top: 6px
}

section.py-10.cover {
    background: #fff7f7
}

.container.mx-auto.sm\:px-5 {
    width: 85%
}

section.flex.items-center.justify-center.mx-2.sm\:mx-5.py-10 {
    background: #adbe96;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.bg-green-700 {
    background-color: #82c600 !important
}

.active-side {
    color: #82c600;
    font-weight: 700;
    box-shadow: 0 4px 8px rgba(239, 68, 68, .3)
}

.tab-btn {
    transition: box-shadow .3s
}

.feature-card {
    min-width: 300px;
    min-height: 172px
}

.read_more {
    box-sizing: border-box;
    width: 100%
}

.read_more span {
    font-size: 16px !important
}

.containers {
    background-color: #292a2c;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    flex-direction: column;
    position: fixed;
    left: 0
}

.containers .loader {
    border: 12px double #82c600;
    animation: 2s ease-in-out infinite spin
}

@keyframes spin {
    0% {
        border-radius: 12%;
        transform: rotate(0);
        width: 88px;
        height: 88px;
        margin-bottom: 12px
    }
    50% {
        border-radius: 50%;
        width: 100px;
        height: 100px;
        margin-bottom: 0
    }
    100% {
        transform: rotate(360deg);
        border-radius: 12%;
        width: 88px;
        height: 88px;
        margin-bottom: 12px
    }
}

.containers p {
    color: #fafafa;
    font-size: 20px;
    margin-top: 30px
}

.reg-btn {
    color: #fff;
    position: relative;
    overflow: hidden;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    border-radius: 8px
}

.reg-btn:before {
    content: "";
    height: 330px;
    width: 20px;
    background: #f3f3f3;
    box-shadow: 0 0 10px #fff;
    filter: blur(1px);
    opacity: .9;
    top: -30px;
    left: 130px;
    transition: .7s;
    transform: rotate(-20deg) translateX(-60px);
    animation: 2s linear infinite shine-move;
    pointer-events: none
}

@keyframes shine-move {
    0% {
        transform: rotate(-20deg) translateX(-60px);
        opacity: .2
    }
    10%,
    80% {
        opacity: .7
    }
    50% {
        transform: rotate(-20deg) translateX(315px);
        opacity: .9
    }
    100% {
        transform: rotate(-20deg) translateX(315px);
        opacity: .2
    }
}




/* award section start */
.award-sec {
    padding: 70px 0;
    background-color: #e7e7e7;
    position: relative;
}

.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: 45% 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 */



/* FAQ Section Start */
.faq-sec {
    padding: 60px 0;
}
.faq-sec.ads-new-ui.cmn-gap {
    padding-bottom: 224px;
}
.section-head {
    margin-bottom: 50px;
}
.faq-sec .section-head h2{
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}
.highlight{
    color: #82C600;
}


.faq-sec.ads-new-ui .faq-container{
    background: #fff;
    border: 2px solid rgb(0 0 0 / .3);
    border-radius: 21px;
    margin-bottom: 16px;
}
.faq-sec.ads-new-ui .qution{
    display: flex;
    align-content: center;
    padding: 40px;
    cursor: pointer;
    position: relative;
}

.faq-sec.ads-new-ui .qution h3{
    font-size: 24px;
    font-weight: 600;
    color: #82C600;
    margin: 0;
    line-height: 1.4 !important;
    text-transform: capitalize;
}

.faq-sec.ads-new-ui .qution i{
    color: #7FA848;
    font-size: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.faq-sec.ads-new-ui .qution.active .acc-minus {
    display: block;
}
.faq-sec.ads-new-ui .qution.active .acc-plus {
    display: none;
}
.faq-sec.ads-new-ui .anwers {
    padding: 0 70px 41px 45px;
    display: none;
}

.faq-sec .section-head h5{
    color: #82C600;
    background-color: #fff;
    border: 1px solid #DEE2E6;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    width: 30%;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 10px;
    margin: 0 auto;
}
.faq-enroll-btn-wpr {
    padding-top: 49px;
    text-align: center;
}
.cmn-btn{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    background-color: #F6BB06;
    color: var(--blackcolor);
    padding: 24px 15px;
    min-width: 170px;
    height: 53px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    overflow: hidden;
}

.cmn-btn:after{
    position: absolute;
    content: "";
    top: -5px;
    left: auto;
    right: 0;
    width: 0;
    width: 0%;
    height: 125%;
    background-color: var(--whitecolor);
    z-index: -1;
    border-radius: 50px;
    transition: 0.5s;
}
.enroll-btn{
    background-color: #7FA848;
    color: #fff;
}
.enroll-btn:hover {
    background-color: #fff;
    color: #7FA848;
    border: 2px solid #7FA848;
}
#contact-modal .max-w-3xl {
    margin: 0 auto;
}
.modal-backdrop.show {
    z-index: 1;
}
.faq-sec.ads-new-ui .faq-container:last-child {
    margin-bottom: 0
}
/* FAQ Section End */




/* Carrier Section Start */
.carrier-sec {
    background-color: #131850;
}
.carrier-sec.ads-new-ui .row-cerrer {
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    align-items: center;
    padding: 0 111px;
    background: #FFF;
    border-radius: 21px;
    position: relative;
    z-index: 1;
    top: 50%;
    transform: translate(0%, -20%);
}
.carrier-sec.ads-new-ui .row-cerrer .cir-cerrer{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    max-width: 553px;
    border-radius: 0 20px 20px 0;
    margin-top: auto;
}

.carrier-sec.ads-new-ui .col-lft-cerrer {
    width: 55%;
}
.carrier-sec.ads-new-ui .inr-ceerer {
    padding: 30px 0;
}
.carrier-sec.ads-new-ui .inr-ceerer h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}
.carrier-sec.ads-new-ui .inr-ceerer p {
    font-size: 20px;
}

.carrier-sec.ads-new-ui .col-rgt-cerrer{
    width: 45%;
}

.carrier-sec.ads-new-ui .inr-cerrer-img {
    max-width: 559px;
    margin-top: -116px;
}
.carrier-sec.ads-new-ui .inr-cerrer-img img {
    width: 100%;
}
/* Carrier Section End */
