@charset "UTF-8";

:root {
    --primary-color: #a10252;
    --secondary-color: #ffc107;
    --dark-color: #1f1b20;
    --bg-color: #f8f9fa;
    --white-color: #ffffff;
    --black-color: #000000;
    --text-gray-color: #606060;
    --transition: all 0.5s ease;
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
html {
    scroll-behavior: smooth
}
body,
html {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    color: var(--black-color);
    font-family: "Poppins", sans-serif;
}
h1,h2,h3 {
    margin: 0;
    font-family: "Poppins", sans-serif;
}
h4,h5,h6 {
    margin: 0;
}
p {
    margin-top: 0;
    margin-bottom: 10px;
    color: var(--black-color);
}
p:last-child {
    margin-bottom: 0
}
a,
button {
    cursor: pointer;
    text-decoration: none;
    color: var(--black-color);
    transition: var(--transition);
}
a, button, img, input, textarea {
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
a:focus {
    text-decoration: none;
    outline: 0
}
a:hover {
    text-decoration: none;
    color: inherit;
}
img {
    line-height: 16px;
    max-width: 100%;
    height: auto;
}
ul {
    margin: 0;
    padding: 0
}
li {
    list-style: none;
    transition: var(--transition);
}
.form-label {
    font-weight: 500;
    margin-bottom: 2px;
}
.form-group {
    margin-bottom: 10px;
}
.form-control {
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
    height: 40px;
    border: 1px solid #c7c6c6;
    color: #282828;
    font-size: 13px;
    width: 100%;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: 0 0 0 .0rem rgba(13, 110, 253, .25);
}
.registration-section .form-control:focus, .form-section .form-control:focus {
    border-color: var(--secondary-color);
}
.registration-section .form-control, .form-section .form-control {
    border: 1px solid #a10252;
}
.career-section .form-section textarea.form-control {
    min-height: 50px;
}
.registration-section .main-btn:hover {
    background: #ffffff;
    color: var(--primary-color);
}
.container-fluid {
    padding-right: 80px;
    padding-left: 80px;
}
.section-padding {
    padding: 60px 0 60px 0;
}
.pad-top {
    padding-top: 60px;
}
.pad-bottom {
    padding-bottom: 60px;
}
.pad-top-half {
    padding-top: 30px;
}
.pad-bottom-half {
    padding-bottom: 30px;
}
.section-heading-center {
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    align-items: center;
    flex-direction: column;
}
.section-heading-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.section-heading {
    margin-bottom: 25px;
}
.main-head {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0;
    font-weight: 700;
    position: relative;
}
.section-heading-center .main-head {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.inline-main-btn {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.main-btn {
    font-size: 14px;
    min-width: auto;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border-radius: 50px;
    border: 0;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.main-btn i {
    padding-left: 8px;
}
.right-menu .main-btn i {
    top: -2px;
    position: relative;
}
.btn-1 {
    background: var(--primary-color);
    color: var(--white-color);
}
.btn-1:hover {
    background: var(--secondary-color);
    color: var(--black-color);
}
.btn-2 {
    background: var(--secondary-color);
    color: var(--black-color);
}
.btn-2:hover {
    background: var(--primary-color);
    color: var(--white-color);
}
.btn-white {
    background: var(--white-color);
    color: var(--primary-color);
}
.btn-white:hover {
    background: var(--secondary-color);
    color: var(--black-color);
}


/*--------------------------------------------
           header section start
--------------------------------------------*/
nav {
    padding: 10px 0px;
}
.inline-menu .container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.menu-section {
    padding: 0;
    display: flex;
    align-items: center;
}
.logo img {
    width: auto;
    height: 70px;
}
.header-top-section {
    padding: 5px 0;
    background: var(--primary-color);
}
.header-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-social-list-icon {
    width: 24px;
    height: 24px;
    color: var(--primary-color);
    border: 1px solid var(--white-color);
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    font-size: 10px;
    display: inline-block;
    background: #fff;
}
.header-social-list-icon:hover {
    background: var(--primary-color);
    border: 1px solid var(--white-color);
    color: var(--white-color);
}
.header-social-inline {
    display: flex;
    column-gap: 3px;
    align-items: center;
}
.header-social-inline li {
    color: var(--white-color);
    font-size: 12px;
}
.top-info a {
    color: var(--white-color);
    font-size: 12px;
    margin-right: 15px;
}
.top-info a:hover {
    color: var(--white-color);
}
/*--------------------------------------------
           header section end
--------------------------------------------*/

.banner-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.search-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    row-gap: 10px;
}
.inline-form {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.form-box {
    position: relative;
    width: 100%;
}
.form-box:last-child {
    text-align: start;
}
.form-box i {
    position: absolute;
    left: 15px;
    top: 16px;
    font-size: 18px;
    color: #444444;
}
.form-box .form-control {
    border-radius: 10px;
    padding: 10px 15px 10px 40px;
    height: 50px;
    border: 1px solid #e7e6e6;
    color: #444444;
    font-size: 14px;
    width: 100%;
    background: #f9f9f9;
}
.form-box .btn-1 {
    border-radius: 30px;
    padding: 10px 15px;
    height: 40px;
    width: 100%;
}
main {
    margin-top: 100px;
}
.primary-bg {
    background: var(--primary-color);
}
.secondary-bg {
    background: var(--secondary-color);
}
.section-bg {
    background: var(--bg-color);
}

.menu-section.inline-main-btn {
    column-gap: 5px;
}
/*------ testimonial start ------*/
.testimonial-owl .owl-dot.active {
    background: var(--primary-color);
}
.testimonial-owl .owl-dot {
    background: var(--primary-color);
}
.testimonial-bg:before {
    content: "";
    background: url(../images/bg-img/pattern.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.testimonial-item {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px;
    height: 210px;
}
.review {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
    font-size: 12px;
    color: #ffc107;
}
.testimonial-text h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: center;
    color: var(--primary-color);
}
.testimonial-text img {
    height: 20px;
    margin-bottom: 8px;
}
.testimonial-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.testimonial-text p {
    font-size: 12px;
    line-height: 18px;
    display: -webkit-box;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-word;
    text-align: center;
}
.testimonial-icon img {
    height: 46px;
}
.testimonial-grid {
    display: grid;
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
}
.testimonial-grid .testimonial-item {
    height: auto;
    box-shadow: 0 0 8px 0px #0000001c;
}
.testimonial-grid .testimonial-item .testimonial-text p {
    display: block;
    -webkit-line-clamp: none;
}

/*------ testimonial end ------*/

/*------ responsive table start ------*/
.rwd-table {
    margin: auto;
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
}
.rwd-table tr:first-child {
    border-top: none;
    background: var(--secondary-color);
    color: #fff;
}
.rwd-table tr {
    border: 1px solid #e9e9e9;
    background-color: #ffffff;
}
.rwd-table tr:last-child {
    border: 1px solid #e9e9e9;
    border-top: 0 solid #e9e9e9;
    background-color: #ffffff;
}
.rwd-table tr:nth-child(odd):not(:first-child) {
    background-color: #f8f9f9;
}
.rwd-table th {
    font-weight: 500;
    display: none;
}
.rwd-table td {
    display: block;
    font-size: 13px;
}
.rwd-table td:first-child {
    margin-top: .5em;
}
.rwd-table td:last-child {
    margin-bottom: .5em;
}
.rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 120px;
    display: inline-block;
    color: #000;
}
.rwd-table th,
.rwd-table td {
    text-align: left;
}
.rwd-table {
    color: #333;
    border-radius: .4em;
    overflow: hidden;
}
.rwd-table tr {
    border-color: #efefef;
}
.rwd-table th,
.rwd-table td {
    padding: .5em 1em;
}
@media screen and (max-width: 601px) {
    .rwd-table tr:nth-child(2) {
        border-top: none;
    }
}
@media screen and (min-width: 600px) {
    .rwd-table tr:hover:not(:first-child) {
        background-color: #ecf4ff;
    }
    .rwd-table td:before {
        display: none;
    }
    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }
    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }
    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }
    .rwd-table th,
    .rwd-table td {
        padding: 7px 15px !important;
    }
}
/*------ responsive table end ------*/


/*------ about us start ------*/
.about-img-wrap {
    max-width: 640px;
    width: 100%;
    height: 500px;
    position: relative;
}
.about-content .section-heading {
    margin-bottom: 15px;
}
.about-img-wrap .about-img-1 {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 310px;
    width: 100%;
    height: 371px;
    padding: 5px;
    border: 2px solid #DDE1E7;
    border-radius: 0 60px 0 60px;
}
.about-img-wrap .about-img-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 60px 0 60px;
}
.about-img-wrap .about-img-1 .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.about-img-wrap .about-img-1 .video-btn a {
    background-color: var(--white-color);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
}
.about-img-wrap .about-img-1 .video-btn a i {
    margin-top: 10px;
    line-height: 1;
}
.about-img-wrap .about-img-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 300px;
    width: 100%;
    height: 352px;
}
.about-img-wrap .about-img-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 60px 0 60px 0;
}
.about-img-wrap .about-contact {
    background-color: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
    grid-gap: 15px;
    max-width: 310px;
    width: 100%;
    padding: 30px 30px 30px 50px;
    border-radius: 0 60px 0 60px;
}
.about-img-wrap .about-contact .icon {
    background-color: var(--white-color);
    font-size: 20px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--primary-color);
}
.about-img-wrap .about-contact .content span {
    color: var(--white-color);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: block;
}
.about-img-wrap .about-contact .content a {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}
.about-section {
    display: grid;
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.about-counter-items {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    margin: 30px 0;
}
.about-counter-items .about-counter-item {
    display: grid;
    align-items: center;
    grid-template-columns: 80px 1fr;
    grid-gap: 0;
}
.about-counter-items .about-counter-item .icon {
    background-color: var(--white-color);
    width: 64px;
    height: 64px;
    border: 1px solid #E0E5EB;
    box-shadow: 0px 14px 51px 2px rgba(24, 50, 48, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-counter-items .about-counter-item .icon img {
    height: 32px;
}
.about-counter-items .about-counter-item .content .title {
    color: var(--primary-color);
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.sub-heading {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--primary-color);
    background: #a102521c;
    width: fit-content;
    padding: 5px 15px;
    border-radius: 50px;
    margin-bottom: 10px;
}
/*------ about us end ------*/


/*------ program section start ------*/
.program-item {
    display: flex;
    align-items: end;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
    border-radius: 20px;
    position: relative;
    transition: var(--transition);
}
.program-card-grid {
    display: grid;
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.program-section {
    display: grid;
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.program-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top, #000000bf 30%, transparent);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    opacity: 1;
}
.program-item h4 {
    color: #fff;
    position: relative;
    font-size: 18px;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}
.program-item .main-btn {
    font-size: 12px;
    min-width: auto;
    font-weight: 400;
    line-height: 30px;
    height: 30px;
}
.program-item:hover {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.program-item .main-btn {
    display: none;
}
.program-item:hover .main-btn {
    display: flex;
}
/*------ program section end ------*/

/*-----upcoming event start-----*/
.upcoming-event-list {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #fff5e9;
    padding: 10px;
    border: 1px solid #ffcb89;
    border-radius: 3px;
    margin-bottom: 10px;
}
.text-1 {
    color: #222222;
    font-size: 13px;
}
.text-1 a:hover {
    color: var(--primary-color);
}
.content-part {
    left: 70px;
    position: relative;
    width: calc(100% - 75px);
}
.content-part .title {
    line-height: 1.5;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 2px;
    display: -webkit-box;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.date-part {
    position: absolute;
    background: var(--primary-color);
    border: 1px solid #ffe8cb;
    width: 60px;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
    left: 5px;
}
.date-part .month {
    display: block;
    font-size: 14px;
    color: #fff;
}
.date-part .date {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
}
.upcoming-event .main-head {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 700;
}
/*-----upcoming event end-----*/


/*-----marquee start-----*/
.marquee-section marquee a {
    color: #ffffff;
}
.marquee-section marquee {
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    height: 40px;
    overflow: hidden;
    background-color: var(--primary-color);
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.marquee-section span {
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}
.marquee-section span:before {
    content: "";
    position: absolute;
    right: 0;
    width: 2px;
    height: 30px;
    background: #ffffff;
    top: -5px;
}
.marquee-section span:last-child:before {
    display: none;
}
/*-----marquee end-----*/


/*-----why-choose start-----*/
.why-choose-grid {
    display: grid;
    width: 100%;
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.parallax {
    background-image: url('../images/why-choose/ds.jpg');
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.why-choose-content {
    width: 100%;
    padding-left: calc(100% - 650px);
    padding-top: 60px;
    padding-bottom: 60px;
}
.why-choose-content:before {
    content: "";
    background: url(../images/bg-img/get-shape.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-size: contain;
}
.why-choose-item-img {
    width: 56px;
    height: 56px;
    background: #a10252;
    border-radius: 10px;
    line-height: 56px;
    text-align: center;
}
.why-choose-item-img img {
    height: 34px;
}
.why-choose-content-body {
    display: grid;
    width: 100%;
    position: relative;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-right: 30px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.why-choose-item-text h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 8px 0 5px 0;
    color: var(--primary-color);
}
.why-choose-item-text p {
    font-size: 13px;
    line-height: 20px;
    display: -webkit-box;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
/*----- why-choose end -----*/


/*----- gallery start -----*/
.gallery-section {
    display: grid;
    width: 100%;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
}
.gallery-section .gallery-category img {
    height: 200px;
}
.gallery-head .main-head {
    font-size: 26px;
    margin-bottom: 24px;
    text-transform: capitalize;
}
.gallery-category h4 {
    font-size: 14px;
    text-transform: capitalize;
    line-height: 26px;
    font-weight: 600;
    background: #f0a50624;
    padding: 7px 15px;
    color: #000000;
    width: 100%;
    height: 40px;
    transition: var(--transition);
    display: -webkit-box;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.gallery-category:hover h4 {
    background: var(--primary-color);
    color: #fff;
}
.heading-gallery a {
    text-align: center;
    width: 20%;
    background: var(--secondary-color);
    height: 40px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
}
.gallery-category:hover .heading-gallery a {
    background: var(--primary-color);
}
.heading-gallery a i {
    transition: var(--transition);
}
.gallery-category:hover .heading-gallery a i {
    padding-left: 5px;
}
.gallery-category img {
    width: 100% !important;
    height: 250px;
    object-fit: cover;
    object-position: top;
}
.gallery-box {
    display: flex;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}
.gallery-category .gallery-box:before {
    content: "";
    background: var(--secondary-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.gallery-category:hover .gallery-box:before {
    opacity: 0.8;
    visibility: visible;
}
.gallery-box a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background: var(--primary-color);
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 30px;
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
}
.gallery-category:hover .gallery-box a {
    visibility: visible;
    opacity: 1;
}
.gallery-details {
    display: grid;
    width: 100%;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
}
.view-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background: var(--primary-color);
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
}
.gallery-img-img {
    height: 250px;
    width: 100% !important;
    object-fit: cover;
}
.gallery-details a {
    position: relative;
}
.gallery-details a:before {
    content: "";
    background: #f0a506b5;
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.gallery-details a:hover:before {
    opacity: 1;
    visibility: visible;
}
.gallery-details a:hover .view-icon {
    opacity: 1;
    visibility: visible;
}
.gallery-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 64px;
    height: 64px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    background: #ffffffb0;
    color: #ffffff;
    opacity: 1;
    visibility: visible;
}


/*----- gallery end -----*/


/*----- footer section start -----*/
.footer-section:before {
    content: "";
    background: url(../images/bg-img/get-four-shape-1.webp) no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-size: contain;
    background-position: bottom;
}
.footer-section {
    background: #141414;
    overflow: hidden;
    position: relative;
}
.footer-social-inline {
    display: flex;
    column-gap: 5px;
    margin-top: 15px;
    align-items: center;
    margin-bottom: 0 !important;
}
.footer-social-list-icon:hover i{
    background: var(--primary-color);
    color: #ffffff;
}
.footer-social-inline a {
    margin-bottom: 0 !important;
}
.footer-social-inline li {
    margin-bottom: 0 !important;
    color: #fff;
    font-weight: 600;
}
.footer-social-list-icon i {
    width: 30px;
    height: 30px;
    background: #ffffff;
    color: var(--primary-color);
    line-height: 30px;
    text-align: center;
    position: relative;
    font-size: 14px;
    display: inline-block;
    border-radius: 50%;
    transition: var(--transition);
}
.main-footer {
    display: grid;
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    padding: 70px 0 55px 0;
}
.footer-title {
    font-size: 20px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 35px;
    margin-bottom: 0;
    position: relative;
}
.footer-widget a {
    font-size: 14px;
    line-height: 20px;
    width: fit-content;
    color: #ffffff;
    display: flex;
    margin-bottom: 10px;
}
.footer-widget a:hover {
    color: var(--secondary-color);
}
.footer-item:nth-child(2) {
    margin-left: 100px;
}
.footer-item:nth-child(3) {
    margin-left: 50px;
}
.footer-widget ul li {
    margin-bottom: 5px;
}
.footer-widget p{
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}
.footer-card {
    background: #ffffff3d;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.footer-card span img {
    height: 80px;
    object-fit: contain;
}
.footer-bottom {
    padding: 20px 0;
    position: relative;
    z-index: 2;
    border-top: 1px solid #ffffff;
}
.copyright-content-link {
    color: #ffffff;
}
.copyright-content-link:hover {
    color: #ffffff;
}
.footer-bottom p {
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}
.footer-bottom p img {
    height: 24px;
}
.contact-info i {
    font-size: 10px;
    background: #fff;
    border: 1px solid #ffffff;
    width: 22px;
    height: 22px;
    line-height: 22px;
    color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    border-radius: 50%;
    transition: var(--transition);
}
.contact-info a:hover i {
    background: var(--primary-color);
    color: var(--white-color);
}
.contact-info a {
    margin-left: 30px;
}
.extra-link a {
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
    margin: 0;
    position: relative;
    padding: 0 20px;
}
.extra-link a:hover {
    color: #ffffff;
}
.extra-link a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #144583;
}
.extra-link a:last-child {
    padding-right: 0;
}
.extra-link a:last-child:after {
    display: none;
    opacity: 0;
}
#scroll__top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 99;
    outline: 0;
    background-color: var(--primary-color);
    color: var(--white-color);
    box-shadow: 0 2px 22px rgba(0, 0, 0, .16);
    cursor: pointer;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ffffff;
}
#scroll__top:hover {
    color: var(--primary-color);
    background: var(--white-color)
}

#scroll__top.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
#scroll__top svg {
    width: 20px;
    line-height: 1;
}
.footer-title:before {
    content: "";
    background: var(--secondary-color);
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 50px;
    height: 3px;
    border-radius: 4px;
}
/*----- footer section end -----*/

.choose-modal {
    position: fixed;
    top: 0;
    left: 0;
    background: #000000d1;
    width: 100%;
    height: 100%;
    z-index: 111;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}
.choose-modal a {
    width: 350px;
    height: 200px;
    background: #fff;
    border: 4px solid #ffc107;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.choose-modal a img {
    height: 80px;
    margin-bottom: 35px;
}
.choose-modal a span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    position: absolute;
    bottom: 0;
    background: #ffc107;
    width: 100%;
    height: 50px;
    left: 0;
    text-shadow: 0 0 4px #ffffff;
    border-radius: 11px;
    text-align: center;
    line-height: 50px;
}
.closed-modal {
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 30px;
    right: 45px;
}
.mission-vision-text.about-counter-items .about-counter-item .content p {
    display: -webkit-box;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-word;
}


/*------ breadcrumb start ------*/
.breadcrumb-area {
    width: 100%;
    height: 150px;
    position: relative;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}
.breadcrumb-area .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 150px;
}
.breadcrumb-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}
.breadcrumb-area h1, .breadcrumb-area h2, .breadcrumb-area h3, .breadcrumb-area h4 {
    color: var(--white-color);
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
}
.breadcrumb-list a, .breadcrumb-list li {
    color: var(--dark-color);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 10px;
}
.breadcrumb-list li:last-child {
    margin-right: 0;
}
.breadcrumb-list li:last-child:after {
    display: none;
    opacity: 0;
}
.breadcrumb-list li:after {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    color: var(--dark-color);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.breadcrumb-list ul {
    display: flex;
    background: #ffffff;
    width: fit-content;
    padding: 8px 20px;
    border-radius: 30px;
    transition: var(--transition);
}
.breadcrumb-list ul:hover {
    background: var(--primary-color);
}
.primary-bg {
    background: var(--primary-color);
}
.breadcrumb-list ul:hover a, .breadcrumb-list ul:hover li {
    color: #ffffff;
}
.breadcrumb-list ul:hover li:after {
    color: #ffffff;
}
/*------ breadcrumb end ------*/

/*----- animation section start -----*/
.shape {
    position: absolute;
    opacity: 1;
}
.shape-1 {
    bottom: 0;
    right: 0;
    -webkit-animation: zoom1 4s infinite linear;
    animation: zoom1 4s infinite linear;
}
.shape-2 {
    top: 40px;
    right: 40px;
    -webkit-animation: moveupdown1 3s infinite linear;
    animation: moveupdown1 3s infinite linear;
}
.about.shape-3{
    top: 8%;
    right: 12%;
}
.shape-3 {
    top: 3%;
    right: 0;
    -webkit-animation: moveleftright1 3s infinite linear;
    animation: moveleftright1 3s infinite linear;
}
.shape-4 {
    position: absolute;
    top: 5%;
    left: 3%;
    -webkit-animation: moveupdown1 4s infinite linear;
    animation: moveupdown1 4s infinite linear;
}
.shape-5 {
    top: 20px;
    right: 280px;
    z-index: 1;
    -webkit-animation: circle2 2.2s infinite linear;
    animation: circle2 2.2s infinite linear;
}
.shape-5.about {
    top: -10px;
    right: -30px;
}
@keyframes circle2 {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes moveupdown1 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes zoom1 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes moveleftright1 {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0px);
    }
}

/*----- animation section end -----*/


/*------ inner pages start ------*/
.mission-vision-text.about-counter-items {
    flex-direction: row;
    column-gap: 15px;
    margin: 20px 0;
}
.mission-vision-text.about-counter-items .about-counter-item {
    align-items: flex-start;
    grid-template-rows: 0px 1fr;
    grid-template-columns: auto;
    grid-gap: 0;
    width: 100%;
    display: flex;
}
.notice-body .main-head {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--primary-color);
}
.notice-body p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
}
.notice-body .text-1 {
    color: var(--primary-color);
}
.extra-about h1, .extra-about h2, .extra-about h3, .extra-about h4, .extra-about h5, .extra-about h6 {
    margin-bottom: 10px;
}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6{
    margin-bottom: 10px;
}
.new-icon img {
    height: 16px;
    position: absolute;
    right: -8px;
    top: 10px;
}
/*------ inner pages end ------*/


/*------ form-section start ------*/
.registration-section {
    display: grid;
    width: 85%;
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    box-shadow: 0 0 10px 0 #00000014;
    border-radius: 16px;
    background: #fff;
}
.form-bg {
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.form-section-left {
    padding: 30px;
    background: #fff;
    border-radius: 16px 0 0 16px;
}
.form-section {
    padding: 30px;
    background: #a10252;
    border-radius: 0 16px 16px 0;
}
.form-section .form-label {
    color: #fff;
}
.form-section textarea.form-control {
    min-height: 65px;
}
.form-section-left .form-logo {
    height: 64px;
}
.form-section-left .main-head {
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: var(--primary-color);
}
.form-bg .container {
    width: 100%;
    display: flex;
    justify-content: center;
}
.main-img {
    height: 185px;
}
/*------ form-section end ------*/


/*------ result-section start ------*/
.result-bg .main-head {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}
.result-bg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: var(--primary-color);
    border-bottom: 1px #bd6491 dashed;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.result-bg:last-child {
    border-bottom: 0 #bd6491 dashed;
    margin-bottom: 0;
    padding-bottom: 0;
}
.result-section {
    width: 100%;
    background: #a10252;
    padding: 20px 20px;
    position: relative;
    border-radius: 10px;
}
.result-logo {
    height: 75px;
    margin-bottom: 15px;
}
.result-img {
    height: 250px;
    position: absolute;
    right: 50px;
    bottom: 0;
}
.result-bg .text-1 {
    color: var(--primary-color);
    background: var(--white-color);
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 12px;
}
.result-bg .text-1:hover {
    color: #000000;
    background: var(--secondary-color);
}
.main-bg:before {
    content: "";
    background: url(../images/bg-img/bg-1.png);
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.1;
}
/*------ result-section end ------*/


/*------ career-section start ------*/

.career-section {
    position: relative;
    display: flex;
    align-items: center;
    width: 75%;
}
.career-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.career-img {
    width: 75%;
    height: 560px;
}
.career-section .form-section {
    padding: 30px;
    background: #a10252;
    border-radius: 16px;
    position: absolute;
    right: 0;
    top: auto;
    width: 50%;
    z-index: 9;
}
/*file css start*/
.input-file {
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 10px;
    height: 40px;
    border: 1px solid #c7c6c6;
    color: #282828;
    font-size: 13px;
    width: 100%;
}
.input-file::file-selector-button{
    border: none;
    border-radius: 0;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    background-color: var(--secondary-color);
    height: 40px;
    padding: 0 10px;
    cursor: pointer;
    transition: all .25s ease-in;
}
.input-file::file-selector-button:hover{
    background-color: var(--primary-color);
    color: var(--white-color);
    transition: all .25s ease-in;
}
/*file css end*/

.career-section .main-btn:hover {
    color: var(--primary-color);
    background-color: #ffffff;
}
.career-text {
    position: absolute;
    top: 0;
    left: 30px;
    width: 50%;
    color: #ffffff;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 560px;
}
.career-text p {
    color: #ffffff;
    font-size: 12px;
}
.career-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #000000d9 30%, transparent);
    width: 100%;
    height: 100%;
    opacity: 1;
}
/*------ career-section end ------*/


/*------ contact start ------*/

.home-contact-map iframe {
    height: 100%;
    filter: grayscale(100%);
    border: 0 solid #eff2f5;
    width: 100%;
    transition: var(--transition);
    margin-bottom: 0;
}
.home-contact-map:hover iframe {
    filter: grayscale(0);
}
.contact-box-inline {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    background: var(--primary-color);
    margin: 20px 0;
}
.contact-box-inline .main-btn:hover {
    background: var(--secondary-color);
    color: #000;
}
.container-info .home-contact-info {
    gap: 20px;
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
}
.container-info .home-contact-info-icon i {
    font-size: 36px;
    background: #a1025212;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    color: #a10252;
}
.contact-info-content p, .contact-info-content a {
    color: #525252;
    line-height: 20px;
    font-size: 14px;
    margin: 0;
}
.contact-form label {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
    color: #fff;
}
.contact-form {
    border-radius: 0;
    padding: 40px;
}
.contact-form .form-control {
    font-size: 14px;
    border: 1px solid #ece9e3;
    height: 45px;
    border-radius: 0;
    padding: 5px 10px;
    background: #fff;
}
.contact-form textarea.form-control {
    height: 100px;
}
.contact-info-content h4 {
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 5px;
}
.home-contact-info-items {
    border: 1px solid #eeeeee;
    padding: 30px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(174, 181, 206, 0.09);
    margin-bottom: 30px;
    position: relative;
    justify-content: center;
    flex-direction: row;
    gap: 15px;
}

/*------ contact end ------*/

.download-section {
    gap: 20px;
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-columns: repeat(5, minmax(0px, 1fr));
}
.download-section a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #a102521c;
    padding: 15px;
    height: 200px;
    border-radius: 30px;
}
.download-section a:hover {
    transform: translateY(-10px);
}
.download-section a img {
    height: 84px;
}
.download-section a h4 {
    color: #000000;
    font-size: 16px;
    margin-top: 12px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
}
.download-section a:hover h4 {
    color: var(--primary-color);
}
/*------ courses and certificate start ------*/
.courses-grid {
    gap: 20px;
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
}
.courses-img img {
    width: 100% !important;
    height: 150px;
    object-fit: cover;
    border-radius: 12px;
    transition: var(--transition);
}
.courses-item:hover .courses-img img {
    transform: scale(1.1);
}
.courses-item {
    background: #fff;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 12px;
}
.courses-img {
    border-radius: 12px;
}
.courses-text h4 {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary-color);
}
.courses-text .main-btn {
    height: 30px;
    font-size: 12px;
    width: 100%;
    text-transform: uppercase;
}
.certificate-section {
    background: var(--secondary-color);
    padding: 30px 60px;
    border-radius: 100px;
    position: relative;
    width: 100%;
}
.certificate-section .form-control {
    border-radius: 50px;
    height: 50px;
    padding-left: 25px;
}
.certificate-section .main-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 115px;
    height: 40px;
}
.certificate-section form {
    display: flex;
    position: relative;
}
.certificate-section .form-group {
    margin-top: 10px;
    width: 45%;
}
.certificate-section label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.certificate-img-1 {
    position: absolute;
    bottom: -10px;
    right: 45px;
    height: 160px;
}
.course-details-img img {
    height: auto;
    width: 100% !important;
    object-fit: cover;
    border-radius: 30px;
}
.course-details {
    gap: 20px;
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}
/*------ courses and certificate end ------*/


/*------ certificate start ------*/
.certificate {
    width: 735px;
    height: 860px;
    padding: 32px 0;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}
.print-btn {
    background: #fff;
    border: 0;
    padding: 5px 15px;
    font-size: 18px;
    text-transform: uppercase;
}
.total_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.background {
    position: absolute;
    width: 800px;
    z-index: -9;
    height: 924px;
}
.text_01{
    font-family: 'Norican', cursive;
}
.heading_section {
    text-align: center;
}
.heading_section h2{
    font-size: 30px;
    font-weight: 800;
    margin: 15px 0;
    color: #7a104d;
    font-family: "Playfair Display", serif;
}
.heading_section p{
    font-size: 16px;
    line-height: 30px;
}
.heading_section img{
    height: 120px;
    margin: 20px 0px 5px 0px;
}
.second_heading h3{
    text-align: center;
    font-size: 27px;
    font-weight: 600;
    margin: 15px 0px 20px 0px;
    text-decoration: underline;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    color: #7a104d;
}
.value_01{
    text-align: center;
    position: relative;
    top: 0px;
}
.middle_01 {
    position: relative;
    left: 8px;
    top: 2px;
}
.flex_inline{
    display: flex;
    align-items: baseline;
}
.border_bottom{
    height: 0px;
    border-bottom: 1px solid #000;
    margin-top: 0px;
    display: block;
}
.text_oneline{
    text-align: center;
    margin: 20px 0 15px 0;
    font-family: 'Norican', cursive;
}
.town_name {
    text-align: center;
    font-family: "Playfair Display", serif;
}
.footer_text {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 15px;
    border-bottom: 1px solid #333;
    width: 85%;
}
.last_footer{
    text-align: center;
    margin-top: 10px;
}
.last_footer p{
    padding: 0;
    margin: 0 0 5px 0;
}
.form_section {
    margin-top: 20px;
    font-size: 16px;
}
/*------ certificate end ------*/

.page-content {
    padding-top: 60px;
}
.menu-section.inline-main-btn .main-btn i {
    padding-left: 5px;
}
.menu-section.inline-main-btn .main-btn {
    font-size: 13px;
}
.main_menu ul li a:last-child {
    padding-right: 0;
}
.page-content ul li {
    list-style: disc;
    margin-left: 16px;
}
table {
    width: 100%;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    padding: 15px;
}
.label-inline {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
}
.main-modal:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-11.gif);
    background-position: center;
    z-index: 1111;
    opacity: 0.5;
}
.main-modal:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0f0040;
}
.main-modal h4 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 700;
    padding: 30px 50px;
    background: #ffffff00;
    text-shadow: 0 0 7px #ff0080;
    border-radius: 16px;
    text-align: center;
    position: relative;
    z-index: 1111;
    line-height: 80px;
}
.main-modal-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 1111;
}

.wp-section {
    position: fixed;
    bottom: 85px;
    right: 20px;
    z-index: 9;
}
.wp-section img {
    height: 54px;
    width: 54px;
    border-radius: 50%;
}
.program-img {
    float: left;
    padding-right: 30px;
}
.course-details-text p {
    text-align: justify;
}
.page-content p {
    text-align: justify;
}
.crash-course-bg {
    border-radius: 16px 0 0 16px;
    height: 100%;
}
.crash-course-head {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}
.why-choose-img img {
    width: 100%;
    height: 575px;
}
.courses-grid-home {
    gap: 20px;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
}
.front-modal {
    position: fixed;
    top: 0;
    left: 0;
    background: #000000d1;
    width: 100vw;
    height: 100vh;
    z-index: 111;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.front-modal a {
    width: 35%;
    position: relative;
}
.front-modal a img {
    width: 100%;
    height: 100%;
}
.closed_modal {
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: -40px;
}


/*----------------------------------------------------------------------------
                        Scholarship Webpage Start
----------------------------------------------------------------------------*/
.scholarship-banner-main-heading {
    margin-bottom: 15px;
    font-size: 54px;
    line-height: 60px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    position: relative;
}
.scholarship-banner-content p {
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 20px;
    width: 70%;
}
.sub-heading-banner {
    display: flex;
    align-items: center;
}
.sub-heading-banner h4 {
    width: 100%;
    height: 40px;
    background: #a10252;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 600;
    line-height: 40px;
    text-align: right;
    padding: 0 20px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 6px;
}
.sub-heading-banner .sub-line {
    position: absolute;
    display: block;
    background: #e0ab05;
    width: 20px;
    height: 5px;
    opacity: 1;
    left: -8px;
    top: 17px;
}
.scholarship-banner-content h5 {
    border-radius: 6px;
    background: #ffffffb0;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 20px;
    color: #000000;
    margin-bottom: 15px;
}
.scholarship-banner-section {
    width: 100%;
    height: 550px;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: bottom !important;
}
.scholarship-banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 550px;
    width: 60%;
}
.scholarship-about-us {
    display: grid;
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    position: relative;
}
.scholarship-about-us .section-heading {
    margin-bottom: 10px;
}
.scholarship-about-text ul {
    padding-left: 15px;
}
.scholarship-about-text ul li {
    list-style: disc;
}
.scholarship-about-logo img {
    height: 170px;
}
.scholarship-about-logo {
    background: #f9f9f9;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 9px 0 #dbdbdb;
}
.scholarship-about-bg:before {
    content: "";
    background: url(../images/bg-img/pattern.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.prize-section {
    background: #141414;
    padding: 30px 0;
    position: relative;
}
.prize-section .container {
    gap: 20px;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.prize-section .container:before {
    content: "";
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
}
.neon-text {
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 4px #ffc107, 0 0 1px #ffc107, 0 0 6px #ffc107, 0 0 0px #ffc107, 0 0 0px #ffc107;
    animation: glow 1.5s infinite alternate;
}
@keyframes glow {
    0% {
        text-shadow: 0 0 4px #ffc107, 0 0 1px #ffc107, 0 0 6px #ffc107, 0 0 0px #ffc107, 0 0 0px #ffc107;
    }
    100% {
        text-shadow: 0 0 4px #00d4ff, 0 0 1px #00d4ff, 0 0 6px #00d4ff, 0 0 0px #00d4ff, 0 0 0px #00d4ff;
    }
}
.scholarship-exam-box {
    width: 100%;
    height: 400px;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: bottom !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.scholarship-exam-box:before {
    content: "";
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.scholarship-exam-box-grid {
    display: grid;
    column-gap: 50px;
    row-gap: 20px;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
}
.scholarship-exam-box-item {
    background: #ffffffcf;
    border-radius: 20px;
    width: 100%;
    height: 260px;
    backdrop-filter: blur(4px);
    border-right: 10px solid #feff07;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    text-align: center;
}
.scholarship-exam-box-item h4 {
    font-size: 20px;
    line-height: 24px;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 8px;
    position: relative;
}
.scholarship-exam-box-item ul li {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
}
.scholarship-exam-box-item ul li span {
    display: block;
}
.contact-banner-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-banner-section .main-btn:hover {
    background: #ffffff;
    color: var(--primary-color);
}
.contact-banner-section .main-btn {
    font-size: 14px;
    line-height: 30px;
    height: 40px;
    padding: 0 20px;
}
.benefit-scholarship {
    display: grid;
    column-gap: 50px;
    row-gap: 20px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    margin-left: calc(100% - 85%);
}
.benefit-scholarship-list {
    background: url(../images/exam-box-bg.jpg) no-repeat;
    border-radius: 20px;
    width: 100%;
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 70px 40px 40px;
    background-size: cover;
    position: relative;
}
.benefit-scholarship-list:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    background: linear-gradient(to right, #000000e8 30%, #00000052);
    width: 100%;
    height: 100%;
    opacity: 1;
    backdrop-filter: blur(4px);
}
.benefit-scholarship-list ul li {
    position: relative;
    font-size: 14px;
    margin-top: 15px;
    padding-left: 25px;
    color: #ffffff;
}
.benefit-scholarship-list ul li::before {
    content: "\f058";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
    color: #43db77;
    position: absolute;
    left: 0;
}
.benefit-scholarship-list ul li b {
    font-weight: 600;
}
.benefit-scholarship-text {
    position: absolute;
    right: -370px;
    background: #ffc107;
    color: #fff;
    padding: 40px;
    border-radius: 20px;
}
.benefit-scholarship-text .main-head {
    color: #000;
    font-size: 24px;
}
.benefit-scholarship-text .section-heading {
    margin-bottom: 15px;
}
.scholarships-table table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    font-family: "Poppins", sans-serif;
}
.scholarships-table table tr {
    background-color: #ffffff;
    border: 1px solid #ddd;
    padding: 10px;
}
.scholarships-table table th,
.scholarships-table table td {
    padding: 10px;
    text-align: center;
}
.scholarships-table table th {
    font-size: 16px;
    text-transform: capitalize;
    background: #a10252;
    color: #fff;
}
@media screen and (max-width: 600px) {
    .scholarships-table table {
        border: 0;
    }
    .scholarships-table table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .scholarships-table table tr {
        border-bottom: 2px solid #ddd;
        display: block;
        margin-bottom: 5px;
        padding: 5px;
    }
    .scholarships-table table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 12px;
        line-height: 20px;
        text-align: right;
    }
    .scholarships-table table td::before {
        content: attr(data-label);
        float: left;
        font-weight: 600;
        text-transform: uppercase;
    }
    .scholarships-table table td:last-child {
        border-bottom: 0;
    }
}
/*------------ faq page start ---------*/

.faq-section .accordion {
    width: 100%;
}
.accordion-button:not(.collapsed) {
    background-color: var(--primary-color);
}
.accordion-button:not(.collapsed) h5 {
    color: #ffffff !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed):before {
    background-color: #ffffff;
}
.accordion-button:before {
    content: "";
    position: absolute;
    right: 11px;
    top: 25px;
    height: 2px;
    width: 20px;
    background-color: var(--primary-color);
}
.accordion-button.collapsed:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 16px;
    height: 20px;
    width: 2px;
    border-style: none;
    background-color: var(--primary-color);
}
.faq-section .accordion-button h5 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--primary-color);
}
.accordion-body {
    background-color: #f8f8f8;
}
.accordion-body ol {
    counter-reset: step-counter;
    list-style-type: none;
    padding-left: 0;
}
.accordion-body ol > li {
    counter-increment: step-counter; /* Increment custom counter */
    margin-bottom: 10px;
}
.accordion-body ol > li::before {
    content: "Steps " counter(step-counter) ": "; /* Custom prefix */
    font-weight: bold;
}
.accordion-button {
    background-color: #11333d08;
}
p {
    margin-bottom: 5px;
}
.faq-sub-heading {
    color: var(--primary-color);
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
/*------------ faq page end ---------*/

.how-it-work .row {
    justify-content: center;
}
.p_column {
    margin: 5px 15px 0;
    padding: 30px;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
/* Change color of your first-child */

.p_column:nth-child(1) {
    background: var(--secondary-color);
    color: #fff;
}
.p_column:nth-child(2) {
    background: #ffc10775;
    color: #fff;
}
.p_column:nth-child(3) {
    background: #fff4d5;
    color: #fff;
}
/*Code for arrow*/

.p_column:before,
.p_column:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 42%;
    bottom: 86px;
    border-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
/* Stroke */

.p_column:before {
    right: -28px;
    border-left-color: #d4d4d4;
    border-width: 15px;
}
/* Fill */

.p_column:after {
    right: -28px;
    border-left-color: #fff;
    border-width: 15px;
}
.p_column p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0
}
.p_column:nth-child(1):before {
    border-left-color: var(--secondary-color);
}
.p_column:nth-child(1):after {
    border-left-color: var(--secondary-color);
}

.p_column:nth-child(2):before {
    border-left-color: #ffe38d;;
}
.p_column:nth-child(2):after {
    border-left-color: #ffe38d;
}

.p_column:last-child:before,
.p_column:last-child:after {
    display: none
}
/*color change hover*/

.p_column:hover {
    background: #b0b9c1;
    color: #fff;
}
.p_column:hover:before {
    border-left-color: #b0b9c1;
}
.p_column:hover:after {
    border-left-color: #b0b9c1;
}
.p_column span {
    bottom: 10px;
    position: absolute;
    right: 0;
    font-size: 64px;
    font-weight: 700;
    color: #000;
    opacity: 0.1;
}
.p_column h4  {
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
}
.career-text ul li b {
    font-weight: 600;
}
.career-text ul li {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    padding-left: 25px;
    color: #ffffff;
}
.career-text ul li::before {
    content: "\f058";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
    color: #43db77;
    position: absolute;
    left: 0;
}
.form-section.payment-section img {
    height: 150px;
    margin: 15px 0;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
}
.form-section.payment-section {
    text-align: center;
}
.form-section.payment-section h4 {
    color: #fff;
    font-size: 20px;
}
.form-section.payment-section h6 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}
.form-section.payment-section p {
    color: #fff;
    font-size: 14px;
}
.admit-card-download {
    background: var(--primary-color);
    padding: 20px 0;
}
.admit-card-heading h3 {
    font-size: 20px;
    margin-bottom: 0;
}
.admit-card-heading p {
    color: #fff;
    font-size: 12px;
}
.admit-card-fill form{
    display: flex;
    gap: 5px;
    align-items: center;
}
.admit-card-fill .main-btn {
    border-radius: 10px;
}
.admit-card-fill .main-btn:hover {
    background: var(--white-color);
    color: var(--primary-color);
}
.admit-card-download .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
#message {
    display: block;
    background: #e8ffe9;
    border-radius: 6px;
    padding: 15px;
    color: #4CAF50;
    margin-bottom: 15px;
    border: 1px solid #43db77;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
@media only screen and (max-width:991px) {
    .scholarship-banner-content {
        width: 100%;
        height: auto;
        padding: 40px 0;
    }
    tbody, td, tfoot, th, thead, tr {
        border-width: 0px;
    }
    .scholarship-banner-main-heading {
        font-size: 36px;
        line-height: 46px;
    }
    .prize-section .container {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
    .prize-section .container:before {
        width: 0;
    }
    .neon-text:last-child {
        border-top: 2px solid #fff;
        padding-top: 20px;
    }
    .scholarship-banner-content h5 {
        font-size: 20px;
        padding: 15px 15px;
    }
    .scholarship-banner-content p {
        font-size: 16px;
        line-height: 26px;
        width: 100%;
    }
    .benefit-scholarship {
        column-gap: 20px;
        row-gap: 20px;
        grid-template-columns: repeat(1, minmax(0px, 1fr));
        margin-left: 0;
    }
    .benefit-scholarship-list {
        padding: 30px;
    }
    .benefit-scholarship-list ul li {
        font-size: 16px;
    }
    .benefit-scholarship-text {
        position: relative;
        right: 0;
        padding: 30px;
        margin-top: 25px;
    }
    .scholarship-exam-box-grid {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
    .scholarship-exam-box {
        width: 100%;
        height: auto;
    }
    .scholarship-exam-box-item ul li {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .scholarship-exam-box-item h4 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .contact-banner-section {
        justify-content: center;
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .p_column:before, .p_column:after {
        display: none;
    }
    .scholarship-about-us {
        grid-column-gap: 20px;
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
    .scholarship-about-logo {
        padding: 50px;
    }
    .scholarship-about-logo img {
        height: 100px;
    }
    .scholarship-form .career-img {
        width: 100%;
        height: 465px;
    }
    .scholarship-form .career-text {
        left: 30px;
        width: 85%;
        height: auto;
        top: 30px;
    }
    .scholarship-banner-section {
        height: auto;
        padding: 40px 0;
    }
    .admit-card-download .container {
        justify-content: center;
        gap: 15px;
        flex-direction: column;
        text-align: center;
    }
    .admit-card-fill {
        width: 100%;
    }



}

/*----------------------------------------------------------------------------
                        Scholarship Webpage End
----------------------------------------------------------------------------*/











