@import url('https://fonts.googleapis.com/css2?family=Gentium+Plus:ital,wght@0,400;0,700;1,400;1,700&family=Gloock&family=Inder&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Inder", sans-serif;
}

a {
    text-decoration: none;
    color: #000;
    font-family: "Inder", sans-serif;
}

b,
strong {
    font-family: "Gloock", serif;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Gloock", serif;
}

li strong, p strong, li b, p b {
    font-family: "Gentium Plus", serif !important;
    font-weight: bold;
}
section.section {
    padding: 70px 0;
}

.main-heading h2 {
    font-size: 35px;
    color: #111112;
    font-family: "Gloock", serif;
    margin-bottom: 20px;
    /* text-align: left; */
    position: relative;
}
.main-heading h1 {
    font-size: 35px;
    color: #111112;
    font-family: "Gloock", serif;
    margin-bottom: 20px;
    /* text-align: left; */
    position: relative;
}

.main-heading-light h2 {
    font-size: 35px;
    color: #ffffff;
    font-family: "Gloock", serif;
    margin-bottom: 20px;
    /* text-align: left; */
    position: relative;
}
.main-heading-light h1 {
    font-size: 35px;
    color: #ffffff;
    font-family: "Gloock", serif;
    margin-bottom: 20px;
    /* text-align: left; */
    position: relative;
}


.main-heading h2 span {
    font-size: 35px;
    color: #111112;
    font-family: "Gloock", serif;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
}

.main-heading h3 {
    position: relative;
    font-size: 17px;
    font-family: "Inder", sans-serif;
    font-weight: 400;
    color: #211D67;
    display: inline-block;
}

.main-heading h3::before {
    content: '';
    position: absolute;
    background: #333333;
    width: 100%;
    height: 1px;
    top: 100%;
    left: 0;
}

.sub-heading-light p {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    font-family: "Gentium Plus", serif;
    margin-bottom: 10px;
    font-weight: 500;
}

.sub-heading p {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-family: "Gentium Plus", serif;
    margin-bottom: 10px;
    font-weight: 500;
}



.main-list ul li {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 0px;
    font-family: "Gentium Plus", serif;
    font-weight: 500;
    list-style: none;
    position: relative;
    /* display: inline-block; */
    margin-right: 23px;

}

.main-list ul li::before {
    content: '';
    position: absolute;
    background: #211D67;
    width: 5px;
    height: 5px;
    top: 45%;
    left: -15px;
    border-radius: 100%;
}

.main-list ul {
    margin-bottom: 10px;
    padding-left: 1rem;
}

.main-btn {
    display: inline-block;
    padding: 8px 30px;
    font-size: 13px;
    background-color: #211D67;
    border: 1px solid #211D67;
    color: #fff;
    border-radius: 30px;
    transition: all .5s ease-in-out;
}

.main-btn:hover {
    background-color: transparent;
    color: #211D67;
}

.vice-main-btn:hover {
    background-color: #211D67;
    color: #ffffff;
}

.vice-main-btn {
    display: inline-block;
    padding: 8px 30px;
    font-size: 13px;
    background-color: transparent;
    border: 1px solid #211D67;
    color: #211D67;
    border-radius: 30px;
    transition: all .5s ease-in-out;
}

.top-bar {
    background-color: #211D67;
    padding: 8px 0;
}

.left-address a {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    gap: 10px;
    border-right: 1px solid #ffffff;
}

.left-address a:last-child {
    border-right: none;
}

.left-address a:first-child {
    padding-left: 0;
}



/* ============ Custom Css Start ============== */
.owl-theme.banner-slider .owl-nav {
    margin-top: 0px;
}

.banner-item {
    position: relative;
    height: 500px;
    background-size: cover;
    background-position: center;
    display: flex;
}

.banner-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #211d67c9;

}

.banner-content {
    position: relative;
    z-index: 3;
    max-width: 47%;
    margin: auto;
}

.banner-content h1 {
    font-size: 63px;
    line-height: 68px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 500;
}

.banner-content p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 500;
}

.banner-content h1 span {
    color: #F99316;
    font-family: "Gloock", serif;
}

.banner-content .vice-main-btn {
    color: #ffffff;
    border-color: #ffffff;
    letter-spacing: 1px;
    font-size: 17px;
    padding: 8px 50px;
}

.banner-content .vice-main-btn:hover {
    background-color: #F99316;
    color: #ffffff;
    border: 1px solid #F99316;

}

.owl-carousel.banner-slider .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: 2%;
    display: block;
    /* background: #f4f4f4; */
    border-radius: 50%;
    transition: .3s ease;
    /* height: 40px; */
    /* width: 40px; */
    transform: rotate(180deg);
}

.owl-carousel.banner-slider .owl-nav button.owl-prev:hover {
    background: none;
}

.owl-carousel.banner-slider .owl-nav button.owl-next:hover {
    background: none;
}

.owl-carousel.banner-slider .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: 2%;
    display: block;
    /* background: #f4f4f4; */
    border-radius: 50%;
    transition: .3s ease;
    /* height: 40px; */
    /* width: 40px; */
    /* transform: rotate(180deg); */
}


/* ========================== About Us ============================== */
.about-us-section {
    background: url('../img/about-us-bg.png');
    background-size: cover;
    background-position: center;
}

.counter-box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 20px;
    /* box-shadow: rgb(99 99 99 / 13%) 0px 2px 8px 0px; */
    border-radius: 7px;
    backdrop-filter: blur(5px);
    background: #f9f9f921;
    border: 1px solid #cccccc57;
    min-height: 105px;

}

.counter-content {
    padding-left: 20px;
    border-left: 1px solid #E9E9E9;
}

.counter-content h2 {
    font-size: 40px;
    color: #000000;
    margin-bottom: 0px;
    font-weight: 600;
    font-family: "Gentium Plus", serif;
    line-height: 35px;
}

.counter-content h4 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: "Gentium Plus", serif;
}

.vartical-line-bar {
    width: 1px;
    height: 100%;
    background-color: #D6D6D6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.section-main-btn {
    display: inline-block;
    padding: 8px 40px;
    font-size: 16px;
    background-color: #211D67;
    border: 1px solid #211D67;
    color: #fff;
    border-radius: 30px;
    transition: all .5s ease-in-out;
}

.section-main-btn:hover {
    background-color: transparent;
    color: #211D67;
}


/* ================= Events Section ==================== */
.servive-col {
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
    min-height: 425px;
    background: #fff;
}

.service-img {
    margin: 10px;
    overflow: hidden;
    border-radius: 15px;
}

.service-img img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
    transition: .5s;
    object-position: center;
}

.service-content {
    padding: 15px;
    overflow: hidden;
}

.service-content h2 {
    font-size: 20px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-content.sub-heading p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.servive-col:hover .service-img img {
    transform: scale(1.1);
}

.main-btn-a {
    position: relative;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    border-radius: 50px;
    background-color: #211d67;
    /* border: solid 4px hsl(50deg 100% 50%); */
    font-family: inherit;
    display: inline-block;
}

.dif-color .main-btn-a {
    background-color: #303223;
}

.dif-color .default-btn,
.dif-color .hover-btn {
    background-color: #303223;
}

.dif-color .hover-btn {
    background-color: #013d4d;
}

.default-btn,
.hover-btn {
    background-color: #211d67;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s ease;
}

.hover-btn {
    position: absolute;
    inset: 0;
    background-color: #303223;
    transform: translate(0%, 100%);
}

.default-btn span {
    color: hsl(0, 0%, 100%);
}

.hover-btn span {
    color: hsl(0deg 0% 100%);
}


.main-btn-a:hover .default-btn {
    transform: translate(0%, -100%);
}


.main-btn-a:hover .hover-btn {
    transform: translate(0%, 0%);
}

.main-btn-a svg {
    width: 20px;
    height: 20px;
}

.viewall-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 30px;
    font-size: 16px;
    background-color: #211D67;
    border: 1px solid #211D67;
    font-family: "Gentium Plus", sans-serif;
    color: #fff;
    border-radius: 30px;
    transition: all .5s ease-in-out;
    margin-top: 20px;
}

.viewall-btn:hover svg {
    width: 35px;
    height: 12px;
}

.viewall-btn svg {
    fill: #ffffff;
    width: 25px;
    height: 12px;
    margin-left: 10px;
    transition: .5s ease-in-out;
}

.chapter-section .main-heading.sub-heading {
    background-image: url('../img/chapter-bg.png'), linear-gradient(to right, #211D67, #211D67);
    background-size: cover;
    background-position: center;
    padding: 80px;
    border-radius: 15px;

}

.register-btn {
    display: inline-block;
    padding: 8px 40px;
    color: #211D67;
    background: #fff;
    border-radius: 30px;
    margin-top: 20px;
    position: relative;
    width: 20%;
    text-align: left;
}

.register-btn:hover::after {
    width: 40px;
}

.register-btn:hover::before {
    right: 17%;
}

.register-btn::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 1.5px;
    background: #211D67;
    top: 50%;
    left: 65%;
    transition: .5s;
}

.register-btn::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: transparent;
    border-top: 2px solid #211D67;
    border-right: 2px solid #211D67;
    top: 43%;
    right: 21%;
    transform: rotate(45deg);
    transition: .5s;
}

.network-card {
    background: #EEEDFF;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

.top-network-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.network-card .top-network-card .top-net-content p {
    color: #6B6B6B;
    font-size: 22px;
    margin-bottom: 0;
}

.network-card .top-network-card .top-net-content object {
    width: 50px;
    height: 50px;
}

.middle-network-content h1 {
    font-size: 26px;
    margin-top: 20px;
}

.middle-network-content p {
    font-size: 15px;
    font-family: "Gentium Plus", sans-serif;
    line-height: 20px;
}

.network-btn {
    font-size: 16px;
    display: inline-block;
    color: #000;
}

.network-btn svg {
    width: 60px;
    height: 15px;
    margin-left: -7px;
    margin-top: -5px;
    transition: .5s;
}

.network-btn:hover svg {
    margin-left: 10px;
}

.logo-box {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
}

.logo-box .row .col-md-4 img {
    width: 189px;
    height: 66px;
    object-fit: contain;
}

.border-top-left-rounded-10 {
    border-top-left-radius: 10px;
}

.border-bottom-left-rounded-10 {
    border-bottom-left-radius: 10px;
}

.ila-youtube-section .vartical-line-bar {
    width: 1px;
    height: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-left: 1px dashed #d6d6d6;
}

.youtube-box iframe {
    border-radius: 10px;
    overflow: hidden;
}

.ila-youtube-section .section-main-btn {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}

.ila-youtube-section .section-main-btn:hover {
    background: #111112;
    color: #fff;
}

.form-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px 30px;
    position: relative;
    z-index: 999;
    margin-left: -85px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.form-card .input-group {
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #000000;
}

.form-card .input-group .input-group-text {
    border-radius: 0;
    border: 0;
    background-color: #fff;
}

.form-card .input-group .form-control {
    border: 0;
}

.form-card form label {
    font-size: 15px;
}

.form-card form input:focus {
    box-shadow: none;
}

.form-card form input::placeholder {
    font-size: 13px;
}

.form-section {
    background: url('../img/about-us-bg.png');
    background-size: cover;
    background-position: center;
}

.form-col-left img {
    width: 100%;
    border-radius: 12px;
}

.form-contact-details-card {
    position: absolute;
    bottom: 5%;
    left: 5%;
}

.form-contact-details-card a {
    display: block;
    background: #212123;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px 35px;
    border-radius: 30px;
}

.footer {
    background: #211D67;
    padding: 50px 0 0;
}

.footer-logo img {
    width: 190px;
}

.footer-links h3 {
    font-size: 22px;
    color: #fff;
    font-family: "Gentium Plus", serif;
}

.footer-links ul {
    padding-left: 0;
}

.footer-links ul li {
    list-style: none;
    color: #fff;
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}

.footer-links ul li a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    content: '';
    width: 0%;
    height: 1px;
    transition: .5s;
}

.footer-links ul li a:hover::before {
    width: 100%;
}

.footer-links ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    position: relative;
    display: inline-block;
}

.social-media-icons ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 13px;
}

.social-media-icons ul li a {
    font-size: 22px;
}


/* =============================== INNER PAGES =========================== */
section.section.inner-section {
    padding: 0;
    /* background-color: #e6e6e6bf;
    background-blend-mode: overlay; */
    background-image: url('../img/chapter-bg.png'), linear-gradient(to right, #e9e8ff, #f8f8ff);
    background-size: cover;
    min-height: 215px;
    background-size: cover;
}

.inner-heading {
    padding: 60px;
}

.breadcrumb {
    background: #211d67;
    display: inline-flex;
    border-radius: 30px;
    padding: 5px 30px;
}

.breadcrumb>li a {
    color: #fff;
}

.breadcrumb>li {
    padding: 0 10px;
    color: #fff;
}

.breadcrumb>li+li {
    position: relative;
}

.breadcrumb>li+li:before {
    position: absolute;
    top: 18%;
    left: 0;
    content: '';
    width: 2px;
    height: 70%;
    background: #ffffff;
    opacity: 1;
    border-radius: 10px;
    transform: rotate(24deg);
}

.inner-banner-social ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
    margin-bottom: 0;
}

.inner-banner-social ul li {
    list-style: none;
}

.inner-banner-social ul li a {
    padding: 4px 10px;
    width: 60px;
    font-size: 20px;
    border-radius: 30px;
    background: #fff;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.inner-section .main-btn i {
    animation: tdupdown 1.5s infinite alternate;
}

@keyframes tdupdown {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-3px)
    }
}

.people-slider .servive-col {
    min-height: 400px;
}

.owl-theme.people-slider .owl-nav {
    margin-top: 0px;
}

.owl-carousel.people-slider .owl-nav button.owl-prev {
    position: absolute;
    bottom: -40px;
    left: 43%;
    transform: rotate(180deg);
    background: #211d67;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 80px;
    height: 35px;

}

.owl-carousel.people-slider .owl-nav button.owl-next {
    position: absolute;
    bottom: -40px;
    right: 43%;
    /* transform: rotate(180deg); */
    background: #211d67;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 80px;
    height: 35px;

}

.owl-carousel.people-slider .owl-nav button.owl-next img {
    width: 56px;
    margin-top: -4px;
}

.owl-carousel.people-slider .owl-nav button.owl-prev img {
    width: 56px;
    margin-top: -4px;
}

button.btn-tab.treat-tab {
    border: 1px solid #211D67;
    padding: 8px 20px;
    color: #fff;
    background: #211d67;
    border-radius: 30px;
    transition: .5s;
}

button.btn-tab.treat-tab.active {
    background: transparent;
    border: 1px solid #211D67;
    color: #211D67;
}

button.btn-tab.treat-tab:hover {
    background: transparent;
    border: 1px solid #211D67;
    color: #211D67;
}

.treat-box .owl-carousel.people-slider .owl-nav button.owl-next {
    right: 44%;
    bottom: -46px;
}

.treat-box .owl-carousel.people-slider .owl-nav button.owl-prev {
    left: 42%;
    bottom: -46px;
}

.event-blog-section .service-content h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-img .date {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #211d67;
    padding: 5px 10px;
    border: 2px solid #ffffff;
    border-bottom-right-radius: 13px;
    color: #fff;

}

.service-img .date h5 {
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Inder", sans-serif;
}

.service-img .date h1 {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 40px;
}

.service-img .date p {
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Inder", sans-serif;
}

.details-page .main-list ul li {
    display: block;
}

.right-details-card h4 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.details-right-box-content h3 {
    font-size: 17px;
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.details-right-box-content p {
    font-size: 15px;
    margin-bottom: 0;
}

.detail-right-box {
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px dashed #e9e9e9;
    padding: 10px 0;
    transition: .5s;
}

.detail-right-box:hover img {
    transform: scale(1.1);
}

.detail-right-box img {
    width: 100%;
    border-radius: 5px;
    transition: .5s;
}

.right-details-card {
    position: sticky;
    top: 120px;
}

.our-chapter-section ul {
    padding-left: 0;
}

.our-chapter-section ul li {
    display: block;
    border-bottom: 1px dashed #fff;
    padding: 20px 0;
}

.our-chapter-section ul li .chapter-img {
    background: #fff;
    border-radius: 12px;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.our-chapter-section ul li .chapter-img img {
    margin: auto;
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.our-chapter-section ul li .chapter-content {
    text-align: center;
    margin: 10px 0;
    align-items: first baseline;
}

.our-chapter-section ul li .chapter-content .chapter-btn {
    display: inline-block;
    color: #fff;
    position: relative;
    font-size: 15px;
    font-family: "Gentium Plus", serif;
    letter-spacing: .5px;
}

.our-chapter-section ul li .chapter-content .chapter-btn i {
    font-size: 17px;
    margin-left: 3px;
    transition: .5s;
    display: inline-block;
}

.our-chapter-section ul li .chapter-content .chapter-btn:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background: #fff;
    width: 0%;
    height: 1px;
    transition: .5s;
}

.our-chapter-section ul li:hover .chapter-content .chapter-btn:before {
    width: 100%;
    right: 0;
}

.our-chapter-section ul li:hover .chapter-content .chapter-btn i {
    transform: rotate(45deg);
    display: inline-block;
}

.our-chapter-section ul li .chapter-content h6 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    font-family: "Gentium Plus", serif;
    letter-spacing: .5px;
}

.our-chapter-section ul li .chapter-content h4 {
    color: #fff;
    font-size: 20px;
    font-family: "Gentium Plus", serif;
    letter-spacing: .5px;
}

.border-right-dashed {
    border-right: 1px dashed #fff;
}

.our-chapter-section .main-heading.sub-heading {
    padding: 60px;
    background-color: #211D67;
    background-image: none;
    border-radius: 15px;
}








.left-sign-col form input {
    padding: 8px 30px;
    border-radius: 30px;
    border-color: #D2D2D2;
}

.left-sign-col .main-btn {
    padding: 8px 30px;
    font-size: 15px;
    border: 1px solid #211D67;
}

.logo-part img {
    width: 180px;
    margin-bottom: 30px;
}

.form-left-content h2 {
    font-size: 30px;
    color: #333333;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}

.form-left-content h2::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: -5px;
    left: 0;
    background: #333333;
}

.signin-up-section {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.glow-shape {
    position: relative;
    z-index: 2;
}

.glow-shape::before {
    content: '';
    position: absolute;
    top: -11%;
    left: -8%;
    width: 37%;
    height: 69%;
    animation: glow 20s linear infinite;
    filter: blur(65px);
    background-color: #C2BDDF;
    box-shadow: 0 0 20px #C2BDDF;
    z-index: -1;
    border-radius: 100%;
}

.glow-shape::after {
    content: '';
    position: absolute;
    top: -35%;
    left: 15%;
    width: 37%;
    height: 69%;
    animation: glow 20s linear infinite;
    filter: blur(65px);
    background-color: #B7D7D3;
    box-shadow: 0 0 20px #B7D7D3;
    z-index: -1;
    border-radius: 100%;
}

@keyframes glow {
    0% {
        box-shadow: 0 0 5px #B7D7D3;
    }

    50% {
        box-shadow: 0 0 20px #B7D7D3;
    }

    100% {
        box-shadow: 0 0 5px #B7D7D3;
    }
}

.login-section {
    background: #ffedfc49;
    border: 1px solid #EAEAEA;
    backdrop-filter: 10px;
    border-radius: 20px;
    padding: 20px 30px;
}



.bottom-shape-svg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    max-width: 20%;
    width: 100%;
}

.form-card input::placeholder {
    font-family: var(--heading-font);
}

.form-line-bar::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 45%;
    height: 1px;
    background: #333333;
    z-index: -1;
}

.form-line-bar::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 45%;
    height: 1px;
    background: #333333;
    z-index: -1;
}

.signin-right-col {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 40px;
    display: flex;
    align-items: center;
    background: #f9f8ff;
    border: 1px solid #d8d8d8;
}

.google-btn {
    padding: 8px 40px;
    border: 1px solid #ccc;
    border-radius: 30px;
    background: #ffffff;

}

.google-btn img {
    width: 20px;
}

.signin-up-section .banner-content h1 {
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 500;
}

.signin-up-section .banner-content p {
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 0px;
    font-weight: 500;
}

.signin-up-section .banner-content img {
    width: 50%;
    display: flex;
    justify-content: center;
    margin: auto;
}

.signin-up-section .banner-content {
    max-width: 85%;
}

.chapter-detials-img img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: top;
}

.owl-theme.ilacon-slider .owl-nav {
    margin-top: 0px;
}

.owl-carousel.ilacon-slider .owl-nav button.owl-prev {
    position: absolute;
    bottom: -40px;
    left: 43%;
    transform: rotate(180deg);
    background: #211d67;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 80px;
    height: 35px;

}

.owl-carousel.ilacon-slider .owl-nav button.owl-next {
    position: absolute;
    bottom: -40px;
    right: 43%;
    /* transform: rotate(180deg); */
    background: #211d67;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 80px;
    height: 35px;

}

.owl-carousel.ilacon-slider .owl-nav button.owl-next img {
    width: 56px;
    margin-top: -4px;
}

.owl-carousel.ilacon-slider .owl-nav button.owl-prev img {
    width: 56px;
    margin-top: -4px;
}

.testi-block {
    border-radius: 24px 50px 24px 24px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
    -webkit-transition: .4s;
    transition: .4s;
    padding: 40px;
    background-color: #d0cfe7;
    border-bottom: 6px solid #211d67;
    position: relative;
}

.testi-block .testi-icon-1-top {
    width: 111px;
    height: 91px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 91px;
    background: #000;
    border-radius: 0 50px;
    -webkit-transition: .4s;
    transition: .4s;
    position: absolute;
    z-index: 2;
}

.testi-block.inner .testi-icon-1-top {
    background: #211d67;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-block.inner .testi-icon-1-top img {
    width: 65px;
}

.testi-block.inner .box-img {
    height: 80px;
    width: 80px;
    overflow: hidden;
    border-radius: 100%;

}

.testi-block.inner .content .box-title {
    font-size: 25px;
    margin-bottom: 0;
    margin-top: 20px;
}

.testi-block.inner .content .box-desig {
    margin-bottom: 10px;
}

.owl-theme.testimonial-slider .owl-nav {
    margin-top: px;
}

.owl-carousel.testimonial-slider .owl-nav button.owl-prev {
    position: absolute;
    bottom: -40px;
    left: 43%;
    transform: rotate(180deg);
    background: #211d67;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 80px;
    height: 35px;

}

.owl-carousel.testimonial-slider .owl-nav button.owl-next {
    position: absolute;
    bottom: -40px;
    right: 43%;
    /* transform: rotate(180deg); */
    background: #211d67;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 80px;
    height: 35px;

}

.owl-carousel.testimonial-slider .owl-nav button.owl-next img {
    width: 56px;
    margin-top: -4px;
}

.owl-carousel.testimonial-slider .owl-nav button.owl-prev img {
    width: 56px;
    margin-top: -4px;
}

.testimonial-slider .testi-block {
    min-height: 410px;
}

.chapter-section .section-main-btn {
    background: #fff;
    color: #211D67;
    border: 1px solid #211D67;
}

.chapter-section .section-main-btn:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.vartical-line-bar {
    width: 1px;
    height: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-left: 1px dashed #ffffff;
}

.chapter-details-heading {
    margin-top: -37px;
    position: relative;
    z-index: 9;
}

.chapter-details-heading .main-heading h2 {
    color: #fff;
    margin-bottom: 0;
}

.left-dashboard-side {
    background-image: url(../img/dashboard-pattern.png), linear-gradient(to right, #211D67, #211D67);
    background-size: auto;
    background-position: center;
    min-height: 500px;
    background-repeat: repeat-x;
    border-radius: 10px;
    padding: 30px 0;
    position: sticky;
    top: 120px;
}

.left-dashboard-side .tab-group {
    display: flex;
    flex-direction: column;
}

.left-dashboard-side .tab-group .btn-tab {
    text-align: left;
    display: inline-block;
    width: 90%;

}

.left-dashboard-side button.btn-tab.treat-tab.active {
    background: #fff;
    color: #211D67;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 0;
    transition: .5s;
    border-top: 1px dashed #fff;
    border-right: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    border-left: 0;
}

.left-dashboard-side button.btn-tab.treat-tab {
    background: transparent;
    border-top: 1px dashed #fff;
    border-right: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    border-left: 0;
    color: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-weight: 500;
    margin-bottom: 10px;
}

.left-dashboard-side button.btn-tab.treat-tab:hover {
    background: #fff;
    color: #211D67;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top: 1px dashed #fff;
    border-right: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    border-left: 0;
}


.owl-theme.generic-slider .owl-nav {
    margin-top: px;
}

.owl-carousel.generic-slider .owl-nav button.owl-prev {
    position: absolute;
    bottom: 43%;
    left: -5%;
    transform: unset;
    background: #211d67;
    border-radius: 30px;
    width: 45px;
    height: 45px;

}

.owl-carousel.generic-slider .owl-nav button.owl-prev i,
.owl-carousel.generic-slider .owl-nav button.owl-next i {
    color: #fff;
}

.owl-carousel.generic-slider .owl-nav button.owl-next {
    position: absolute;
    bottom: 43%;
    right: -5%;
    /* transform: rotate(180deg); */
    background: #211d67;
    border-radius: 30px;
    width: 45px;
    height: 45px;
}

.owl-carousel.generic-slider .owl-nav button.owl-next img {
    width: 100%;
    margin-top: -4px;
}

.owl-carousel.generic-slider .owl-nav button.owl-prev img {
    width: 100%;
    margin-top: -4px;
}

.achievement-slider .main-heading p {
    color: #fff;
}


.owl-theme.achievement-slider .owl-nav {
    margin-top: px;
}

.owl-carousel.achievement-slider .owl-nav button.owl-prev {
    position: absolute;
    bottom: -40px;
    left: 43%;
    transform: rotate(180deg);
    background: #211d67;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 80px;
    height: 35px;

}

.owl-carousel.achievement-slider .owl-nav button.owl-next {
    position: absolute;
    bottom: -40px;
    right: 43%;
    /* transform: rotate(180deg); */
    background: #211d67;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 80px;
    height: 35px;

}

.owl-carousel.achievement-slider .owl-nav button.owl-next img {
    width: 56px;
    margin-top: -4px;
}

.owl-carousel.achievement-slider .owl-nav button.owl-prev img {
    width: 56px;
    margin-top: -4px;
}

.about-logo-slide img {
    width: 100%;
    height: 73px;
    object-fit: contain;
}

p.achievement-slider-name {
    position: relative;
    display: inline-block;
    color: #ff9613 !important;
}

p.achievement-slider-name::before {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ff9613;
    width: 0%;
    height: 1px;
    content: '';
    transition: .5s;
}

.achievement-slider .owl-item.active p.achievement-slider-name::before {
    width: 100%;
}

.about-us-main-page .counter-box .counter-ic object {
    filter: invert();
}

.main-heading.sub-heading.team-details-right-col h2 {
    margin-bottom: 5px;
}

.main-heading.sub-heading.team-details-right-col p {
    margin-bottom: 10px;
}

.main-heading.sub-heading.team-details-right-col ul {
    margin-bottom: 10px;
}

.table.submission-table table {
    background-color: #e9e8ff !important;
    overflow: hidden;
    border-radius: 12px;
    width: 100%;
}

.table.submission-table tbody,
td,
tfoot,
th,
thead,
tr {
    font-size: 14px;
    padding: 8px 15px 8px 15px !important;
    color: #000000 !important;
    font-weight: 500;
    line-height: 20px;
    transition: 0.5s ease;
    background-color: transparent !important;
}

.table.submission-table tr td {
    border: 1px solid #ffffff !important;
}

.table.submission-table tr td:last-child {
    border-right: none;
}

.table.submission-table tr th {
    border-right: 1px solid #fff !important;
}

.table.submission-table tr th:last-child {
    border-right: none;
}

.submission-table thead tr th {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff !important;
    padding: 10px 20px !important;
    letter-spacing: normal;
    background: #211d67 !important;
}


.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after {
    content: '\f146';
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    top: 32%;
    font-size: 22px;
    font-weight: 900;
    line-height: normal;
    color: #ffffff;
    background-image: none;

}

.faq-accordion .accordion-header .accordion-button.collapsed {
    color: #000000;
    background: #ffffff00;
}

.faq-accordion .accordion-header .accordion-button {
    font-size: 16px;
    line-height: 1.2em;
    letter-spacing: 1px;
    background: #211D67;
    color: #ffffff;
    padding: 18px 50px 18px 20px;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
}

.faq-accordion .accordion-item .accordion-button.collapsed::after {
    content: '\f0fe';
    color: #211D67;
}

.faq-accordion .accordion-item {
    position: relative;
    border: 1px solid #211D67;
    background: transparent;
    border-radius: 7px;
    margin-bottom: 15px;
    padding: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.accordion-flush>.accordion-item:last-child {
    border-bottom: 1px solid #211D67;
}

.accordion-flush>.accordion-item:first-child {
    border-top: 1px solid #211D67;
}

.faq-accordion .accordion-item .accordion-body {
    color: #fff;
    background: #211D67;
    border-top: 1px solid #ffffff;
    padding: 18px 50px 18px 20px;
    z-index: 1;
    font-size: 15px;
}

.faq-col-img {
    position: relative;
}

.faq-col-img img {
    width: 100%;
    aspect-ratio: 1 / 1.01;
    object-fit: cover;
    border-radius: 30px;
    margin: 30px;
    border: 1px solid #211d67;
    box-shadow: rgb(33 29 103) 5px 5px;
}

.faq-col-img::before {
    content: '';
    position: absolute;
    top: -3px;
    right: -65px;
    background: #191919;
    border-radius: 30px;
    width: 310px;
    height: 310px;
    z-index: -1;
}

.faqs-contact-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #211D67;
    border: 1px solid #211D67;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    padding: 20px;
    animation: contactbox 3s infinite linear;
    overflow: hidden;
    z-index: 1;
}

@keyframes contactbox {
    50% {
        left: 40px;
    }
}

.faqs-contact-box-content h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 500;
}

.faqs-contact-box-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400;
    margin-top: 0;
}

.faqs-contact-box .icon-box i {
    color: #fff;
    font-size: 30px;
    margin-right: 10px;
}

.legal-aid-form .form-col-left img {
    width: 100%;
    border-radius: 12px;
    height: 520px;
    object-fit: cover;
}

/* ======== Loader */
.loading {
    position: fixed;
    inset: 0;
    background: transparent;
    z-index: 9999999;
    overflow: hidden;
    /* backdrop-filter: blur(15px); */
}

.loading__bg {
    display: flex;
    width: 100%;
    height: 100%;
}

.loading__sec {
    flex: 1;
    background-image: url(../img/loader-bg.webp);
    background-color: #fff;
    transform: translateY(0);
    position: relative;
    border-right: 1px solid #a8a8a8;
}

/* center percentage */
.loading__center {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: end;
    justify-content: end;
}

.loading__percent {
    color: #333333;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 2px;
    backdrop-filter: blur(20px);
    width: 300px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    margin-right: 50px;
    font-family: "Great Vibes", cursive;
    background-color: #d0cfe7;
    border-bottom: 6px solid #211d67;
    box-shadow: #211d67b0 0px 13px 27px -5px, #211d6750 0px 8px 16px -8px;
}


.loading__sec span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #211D67;
    font-size: clamp(20px, 3vw, 48px);
    letter-spacing: 2px;
    white-space: nowrap;
    font-size: 50px;
    font-family: "Inder", sans-serif;

}

.loading__sec img {
    position: absolute;
    top: 30%;
    left: 28%;
    width: 60%;
}

.detail-right-box-img {
    width: 50%;
    margin-right: 5px;
}

.details-right-box-content {
    width: 70%;
}

.event-management-box ul {
    background: #d1cfff;
    padding: 20px;
    border-radius: 10px;
}

.event-management-box ul li::before {
    display: none;
}

.event-blog-section .main-heading.sub-heading.main-list img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.ilacon-slider .item.mx-2 img,
.ilacon-slider .item.mx-2 iframe {
    height: 300px;
    object-fit: cover;
}

.lenis.lenis-smooth iframe {
    pointer-events: auto;
}

.ilacon-main-page .counter-ic object {
    filter: invert(1);
}

.dashboard-box {
    background: #c5c4e5;
    padding: 15px 20px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #e9e9e9;
}

.dashboard-ic i {
    font-size: 50px;
    margin-bottom: 10px;
}

.dashboard-content h3 {
    font-size: 20px;
}

.dashboard-main-section button.btn-tab.treat-tab {
    border: none;
    padding: 0;
    color: #211d67;
    background: transparent;
    border-radius: 30px;
    transition: .5s;
}

.dashboard-main-section .treat-wrapper .treat-tab {
    width: 19%;

}

.dashboard-main-section .treat-wrapper .treat-tab.active .dashboard-box {
    background: #211d67;
    color: #fff;
}

.border-chevron {
    border: 1px solid #211d67;
    padding: 8px 20px;
    border-radius: 8px;
    position: relative;
}

/* .border-chevron::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: 7%;
    top: -11px;
    transform: rotate(45deg);
    background: #fff;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

#profile.border-chevron::before {
    left: 7%;
}

#legal.border-chevron::before {
    left: 29%;
}

#certificate.border-chevron::before {
    left: 49%;
}

#payment.border-chevron::before {
    left: 70%;
} */

.apply-badge {
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    background-color: #9d2230;
    padding: 10px 20px;
    position: absolute;
    display: inline-block;
    width: max-content;
    top: 0px;
    right: 1px;
    border-top-right-radius: 10px;
}

.text-light.bg-dark.rounded-pill.border-0.px-5.py-2 {
    text-transform: capitalize;
}

.member-only {
    position: relative;
}

.member-only-small {
    position: relative;
}

/* .member-only::before {
    content: '';
    position: absolute;
    top: 9px;
    right: 10px;
    background: #211d67;
    color: #fff;
    padding: 2px 8px;
    border-top-left-radius: 0%;
    border-bottom-left-radius: 100%;
    width: 70px;
    height: 70px;
    z-index: 99;
} */

/* .member-only::after {
    content: '';
    position: absolute;
    top: 8px;
    right: 18px;
    background: url(../img/crown.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 2px 8px;
    width: 40px;
    height: 65px;
    z-index: 999;
} */
.member-only::after {
    content: '';
    position: absolute;
    top: -8px;
    right: -12px;
    background: url(../img/premium-profile.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 2px 8px;
    width: 88px;
    height: 88px;
    z-index: 999;
}

.member-only-small::after {
        content: '';
    position: absolute;
    top: -2px;
    left: 105px;
    background: url(../img/premium-profile.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 2px 8px;
    width: 55px;
    height: 55px;
    z-index: 999;
}

.sticky-top-image {
    position: sticky;
    top: 40%;
}

.about-us-main-page .service-content.sub-heading p {
    -webkit-line-clamp: 1;
    line-clamp: 1;
}


.lang-dropdown {
  width: 16%;
  position: relative;
  cursor: pointer;
  user-select: none;
  display: inline-block;
}

.lang-selected {
  background: #211d67;
  padding: 10px 20px;
  border-radius: 25px;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.lang-dropdown .arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #fcdb00;
  border-bottom: 2px solid #fcdb00;
  transform: rotate(45deg);
  transition: 0.3s ease;
}

.lang-dropdown.active .arrow {
  transform: rotate(-135deg);
}

.lang-options {
  list-style: none;
  padding: 0 !important;
  margin: 7px 0 0;
  background: #f5f9ff91;
  border: 1px solid #e5f0ff;
  backdrop-filter: blur(10px);
  border-radius: 6px;
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: 0.3s ease;
  z-index: 99;
  display: block !important;
  width: max-content;
  right: 0;
  overflow: overlay;
}

.lang-dropdown.active .lang-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
  width: max-content;
      z-index: 99999;
}

.lang-options li {
  padding: 5px 15px;
  transition: .5s;
  text-align: left;
}

.lang-options li:hover {
  background: #211d67;
  color: #fff;
}

.lang-options li.active {
  background: #211d67;
  font-weight: normal;
  color: #fff;
}
