﻿:root {
    --primary-color: #0E9EEB;
    --secondary-color: #FFFFFF;
    --primary-bg-color: #0E9EEB;
    --secondary-bg-color: #FFFFFF;
    --primary-bg-radial-gradient: radial-gradient(50% 50% at 50% 50%, #58C3FD 0%, #117BB3 100%);
    --primary-text-color: #FFFFFF;
    --secondary-text-color: #000000;
    --primary-btn-bg-color: #0E9EEB;
    --primary-btn-text-color: #FFFFFF;
    --secondary-btn-bg-color: #FFFFFF;
    --secondary-btn-text-color: #0E9EEB;
    --primary-border-color: #0E9EEB;
    --secondary-border-color: #FFFFFF;
    --primary-hover-color: #ffd700
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: "Montserrat", serif !important;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 1.5
}



ul,
ol {
    list-style: none
}

a {
    text-decoration: none !important;
    color: inherit
}

h1 {
    font-weight: 800 !important
}
p {
    font-weight: 500;
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: 700 !important
}

.primary-text {
    color: var(--primary-text-color)
}

.secondary-text {
    color: var(--secondary-text-color)
}

ul#menu-primary-menu li a {
    font-size: 20px;
    font-weight: 500;
}

.btn--primary {
    display: inline-block;
    background-color: var(--primary-btn-bg-color);
    color: var(--primary-btn-text-color);
    min-width: 188px;
    padding: 20px 24px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 600;
    border-radius: 12px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, .1215686275);
    transition: background-color .3s ease-in-out
}

.btn--primary:hover {
    background-color: var(--secondary-btn-bg-color);
    color: var(--secondary-btn-text-color)
}

.btn--secondary {
    display: inline-block;
    background-color: var(--secondary-btn-bg-color);
    color: var(--secondary-btn-text-color);
    min-width: 188px;
    padding: 20px 24px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 600;
    border-radius: 12px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, .2509803922);
    transition: background-color .3s ease-in-out
}

.btn--secondary:hover {
    background-color: var(--primary-btn-bg-color);
    color: var(--primary-btn-text-color)
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0);
    color: var(--primary-text-color);
    transition: background-color .3s ease-in-out
}

.header--scrolled {
    background: rgba(0, 0, 0, .8)
}

.header__top {
    background: rgba(0, 0, 0, 0);
    padding: .5rem 0
}

@media(max-width: 767px) {
    .header__top {
        font-size: 14px;
        padding: .25rem 0
    }
}

.header__top-container {
    gap: 16px
}

.header__contact {
    color: var(--primary-text-color)
}

@media(min-width: 992px) {
    .header__top-menu {
        gap: 16px
    }
}

.header__top-menu--link {
    color: var(--primary-text-color);
    transition: color .3s ease-in-out
}

.header__top-menu--link:hover {
    color: var(--primary-hover-color)
}

.header__social {
    gap: 16px
}

.header__social-icon {
    color: var(--primary-text-color);
    transition: color .3s ease-in-out
}

.header__social-icon:hover {
    color: var(--primary-hover-color)
}

.header__social-icon .notification-badge {
    height: 6px;
    width: 6px;
    top: 25%;
    right: 0;
    transform: translate(-12%, -50%);
    border: 2px solid rgba(0, 0, 0, 0)
}

@media(min-width: 1200px) {
    .header__nav .navbar-brand img {
        max-width: 150px;
        height: auto
    }
}

@media(min-width: 992px)and (max-width: 1199px) {
    .header__nav .navbar-brand img {
        max-width: 125px;
        height: auto
    }
}

@media(min-width: 576px)and (max-width: 991px) {
    .header__nav .navbar-brand img {
        max-width: 90px;
        height: auto
    }
}

@media(max-width: 575px) {
    .header__nav .navbar-brand img {
        max-width: 75px;
        height: auto
    }
}

@media(max-width: 991px) {
    .header__nav .navbar-collapse {
        background-color: rgba(0, 0, 0, .9);
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        max-height: calc(100vh - 120px);
        overflow-y: auto
    }
}

.header__nav .nav-link {
    position: relative;
    color: var(--primary-text-color);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transition: all .3s ease-in-out
}

@media(min-width: 1200px) {
    .header__nav .nav-link {
        font-size: 20px
    }
}

@media(max-width: 991px) {
    .header__nav .nav-link {
        padding-block: 1rem;
        border-bottom: 2px solid hsla(0, 0%, 100%, .15)
    }
}

.header__nav .nav-link:hover,
.header__nav .nav-link.active, .header__nav .current_page_item {
    color: var(--primary-text-color);
    border-bottom: 2px solid var(--secondary-border-color)
}

.header__nav .nav-link::after {
    content: none
}

.header__nav .nav-link i {
    /* transition: transform .3s */
}

.header__nav .nav-link.show {
    color: var(--primary-text-color);
    /* transform: rotate(0deg) */
}

.header__nav .nav-link.show i {
    /* transform: rotate(180deg) */
}

@media(min-width: 992px) {
    .header__menu {
        gap: 24px
    }
}

@media(max-width: 991px) {
    .header__menu {
        padding: 0 15px;
        margin: 0 auto
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .header__menu {
        max-width: 720px
    }
}

@media(min-width: 576px)and (max-width: 767px) {
    .header__menu {
        max-width: 540px
    }
}

@media(max-width: 575px) {
    .header__menu {
        max-width: 100%;
        padding: 0 12px
    }
}

.header__menu .dropdown-item {
    font-weight: 500
}

.header__menu .dropdown-item i {
    color: inherit
}

@media(max-width: 991px) {
    .header__menu .dropdown-menu {
        background-color: rgba(0, 0, 0, .5)
    }

    .header__menu .dropdown-menu .dropdown-item {
        color: var(--primary-text-color);
        padding-block: .75rem
    }
}

.banner {
    color: var(--primary-text-color)
}

.banner .carousel-item {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    background-position: center
}

@media(max-width: 991px) {
    .banner .carousel-item {
        min-height: max-content
    }
}

@media(max-width: 991px) {
    .banner .carousel-item .container {
        position: relative;
        z-index: 1
    }
}

.banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 0
}

.banner__content {
    position: static;
    gap: 24px;
    width: 575px;
    max-width: 90vw;
    margin-top: 300px;
    margin-bottom: 110px
}

@media(min-width: 768px)and (max-width: 991px) {
    .banner__content {
        position: static;
        width: 100%;
        max-width: 100%;
        margin-top: 250px;
        margin-bottom: 110px
    }
}

@media(max-width: 767px) {
    .banner__content {
        position: static;
        width: 100%;
        max-width: 95vw;
        margin-top: 200px;
        margin-bottom: 80px
    }
}

@media(max-width: 575px) {
    .banner__content {
        max-width: 95vw;
        text-align: center;
        margin-inline: auto
    }
}

.banner__title {
    font-size: 50px;
    font-weight: 800;
}

@media(max-width: 767px) {
    .banner__title {
        font-size: 40px
    }
}

@media(max-width: 575px) {
    .banner__title {
        font-size: 36px
    }
}

.banner__text {
    font-size: 22px
}

@media(max-width: 575px) {
    .banner__text {
        font-size: 18px
    }
}

.banner__controls {
    gap: 16px
}

.banner__control {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0);
    width: 56px;
    height: 56px;
    font-size: 22px;
    color: var(--primary-text-color);
    border: 1px solid var(--secondary-border-color);
    border-radius: 50%;
    transition: all .3s ease-in-out
}

.banner__control:hover {
    background-color: var(--secondary-btn-bg-color);
    color: var(--secondary-text-color)
}

@media(max-width: 575px) {
    .banner__control {
        width: 40px;
        height: 40px;
        font-size: 18px
    }
}

.banner__btn {
    min-width: 180px
}

@media(max-width: 575px) {
    .banner__btn {
        padding: 12px 16px
    }
}

.footer {
    color: var(--primary-text-color);
    padding: 24px 0;
    position: relative
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, #58C3FD 0%, #117BB3 100%)
}

@media(max-width: 991px) {
    .footer {
        text-align: center
    }
}

.footer__top .container {
    background: url("/assets/images/footer/footer-bg-map.png") no-repeat center;
    background-size: contain;
    position: relative;
    padding-block: 50px;
    z-index: 2
}

.footer__logo img {
    max-width: 100%;
    height: auto
}

.footer__text {
    font-size: 20px
}

.footer__social {
    display: flex;
    align-items: center;
    gap: 16px
}

.footer__social--icon {
    background-color: var(--secondary-bg-color);
    color: var(--primary-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    font-size: 18px;
    transition: .3s
}

.footer__social--icon:hover {
    color: var(--primary-hover-color)
}

@media(max-width: 767px) {
    .footer__menu {
        margin-bottom: 32px
    }
}

.footer__menu--heading {
    font-size: 20px;
    margin-bottom: 18px
}

@media(max-width: 991px) {
    .footer__menu--heading {
        margin-bottom: 18px
    }
}

.footer__menu-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0
}

@media(max-width: 991px) {
    .footer__menu-list {
        gap: 12px
    }
}

.footer__menu-list--link {
    font-size: 20px;
    color: var(--primary-text-color);
    transition: .3s
}

.footer__menu-list--link:hover {
    color: var(--primary-hover-color)
}

.footer__bottom {
    color: var(--primary-text-color)
}

.footer__copyright {
    font-size: 18px
}

@media(max-width: 575px) {
    .footer__copyright {
        font-size: 14px
    }
}

.footer__copyright--links {
    color: var(--primary-text-color);
    text-decoration: underline;
    text-underline-offset: .25em;
    transition: .3s
}

.footer__copyright--links:hover {
    color: var(--primary-hover-color)
}

.about__us .banner {
    padding: 300px 0 80px 0;
    background-repeat: no-repeat;
    background-position: center, center;
    width: 100%;
    background-size: cover
}

@media(max-width: 991px) {
    .about__us .banner {
        padding: 200px 0 80px 0
    }
}

.about {
    padding: 100px 0;
    color: var(--secondary-text-color)
}

@media(max-width: 575px) {
    .about {
        padding: 50px 0 100px
    }
}

.about__image {
    position: relative;
    width: 90%
}

@media(min-width: 576px)and (max-width: 991px) {
    .about__image {
        width: 75%;
        margin: auto
    }
}

@media(max-width: 575px) {
    .about__image {
        width: 70%;
        margin: auto
    }
}

.about__image--img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    display: block
}

.about__image--outer-circle {
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    padding: 36px
}

@media(max-width: 767px) {
    .about__image--outer-circle {
        padding: 16px
    }
}

.about__image--inner-circle {
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    padding: 12px
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.about__image-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: rotate 24s linear infinite
}

.about__image-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--primary-color);
    border-radius: 50%;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: translate(0, 0)
}

.about__image-dot--top {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--primary-color);
    border-radius: 50%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%)
}

.about__image-dot--right {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--primary-color);
    border-radius: 50%;
    top: 50%;
    right: 32px;
    bottom: auto;
    left: auto;
    transform: translate(0, -50%)
}

@media(max-width: 767px) {
    .about__image-dot--right {
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: var(--primary-color);
        border-radius: 50%;
        top: 50%;
        right: 12px;
        bottom: auto;
        left: auto;
        transform: translate(0, -50%)
    }
}

.about__image-dot--bottom {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--primary-color);
    border-radius: 50%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%)
}

.about__image-dot--left {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--primary-color);
    border-radius: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 32px;
    transform: translate(0, -50%)
}

@media(max-width: 767px) {
    .about__image-dot--left {
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: var(--primary-color);
        border-radius: 50%;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 12px;
        transform: translate(0, -50%)
    }
}

.about__content {
    text-align: left
}

@media(max-width: 991px) {
    .about__content {
        margin-top: 36px;
        text-align: center
    }
}

@media(max-width: 575px) {
    .about__content {
        text-align: center
    }
}

.about__title {
    display: inline-block;
    position: relative;
    font-size: 36px;
    font-weight: 800;
    color: var(--primary-color)
}

@media(max-width: 1199px) {
    .about__title {
        font-size: 28px
    }
}

.about__title::after {
    content: "";
    display: block;
    width: 110px;
    height: 2px;
    background-color: var(--primary-color);
    margin-top: 4px
}

.about__heading p {
    font-size: 40px;
    margin: 24px 0;
    font-weight: 700;
}

@media(max-width: 1199px) {
    .about__heading {
        font-size: 40px
    }
}

@media(max-width: 575px) {
    .about__heading {
        font-size: 32px
    }
}

.about__text {
    font-size: 20px;
    text-align: justify
}

@media(max-width: 575px) {
    .about__text {
        font-size: 16px;
        text-align: center
    }
}

.about__button {
    min-width: 187px;
    margin-top: 24px
}

@media(max-width: 575px) {
    .about__button {
        margin-top: 16px;
        padding: 12px 16px
    }
}

.cta {
    position: relative;
    background-color: #096291;
    background-image: url("/assets/images/sections/register-now-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 145px 0;
    text-align: center;
    color: var(--primary-text-color)
}

.cta__content {
    max-width: 900px;
    margin: 0 auto
}

.cta__title {
    font-size: 50px;
    margin-bottom: 20px
}

@media(max-width: 1199px) {
    .cta__title {
        font-size: 40px
    }
}

@media(max-width: 575px) {
    .cta__title {
        font-size: 32px
    }
}

.cta__text {
    font-size: 22px;
    margin-bottom: 24px
}

@media(max-width: 575px) {
    .cta__text {
        font-size: 16px
    }
}

@media(max-width: 575px) {
    .cta__button {
        margin-top: 16px;
        padding: 12px 16px
    }
}

.events {
    padding: 100px 0 50px 0
}

.events__title {
    position: relative;
    font-size: 36px;
    font-weight: 800;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 10px
}

@media(max-width: 575px) {
    .events__title {
        font-size: 32px
    }
}

.events__title::after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background-color: var(--primary-color);
    margin: 5px auto 0
}

.events__description {
    font-size: 22px;
    max-width: 75%;
    margin-inline: auto
}

@media(max-width: 991px) {
    .events__description {
        max-width: 100%
    }
}

@media(max-width: 575px) {
    .events__description {
        font-size: 16px
    }
}

.events__grid {
    margin-top: 50px
}

.event-card {
    text-align: center
}

.event-card__image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 260px;
    border-radius: 50px;
    padding: 10px;
    margin: auto;
    transition: .5s
}

@media(max-width: 575px) {
    .event-card__image {
        max-width: 225px
    }
}

.event-card__image::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 100px;
    padding: 10px;
    background: linear-gradient(180deg, #0E9EEB 0%, #915DBC 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    transition: .5s
}

.event-card__image:hover::before {
    background: linear-gradient(360deg, #0E9EEB 0%, #915DBC 100%)
}

.event-card__image:hover img {
    transform: scale(1.045)
}

.event-card__image img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    filter: grayscale(100%);
    transition: all .3s
}

.event-card__image img:hover {
    filter: grayscale(0%)
}

.event-card__title {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px
}

@media(max-width: 575px) {
    .event-card__title {
        font-size: 16px
    }
}

.window-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer
}

.window-container {
    position: relative;
    width: 260px;
    height: 346px;
    border-radius: 110px;
    background: linear-gradient(to bottom, #0099ff, #7a50c8);
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .2)
}

.window-frame {
    width: 95%;
    height: 95%;
    border-radius: 100px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    position: relative;
    transition: all .8s ease-in-out
}

.window-top {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, #d3d3d3, white);
    border-bottom-left-radius: 55px;
    border-bottom-right-radius: 55px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .8s ease-in-out
}

.window-top::before {
    content: "";
    width: 50px;
    height: 10px;
    background: #999;
    border-radius: 10px
}

.window-content {
    width: 100%;
    height: 100%;
    background: url("./../../images/sections/events-card-img.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0
}

.window-shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #d3d3d3, white);
    border-bottom-left-radius: 55px;
    border-bottom-right-radius: 55px;
    transition: transform .9s ease-in-out
}

.window-wrapper:hover .window-shade {
    transform: translateY(-100%)
}

.window-wrapper:hover .window-top {
    transform: translateY(-650%)
}

.recent__events .r__events {
    text-align: center;
    padding: 80px 10px 80px;
}


.page-template-events .recent__events .r__events {
    text-align: center;
    padding: 80px 10px 80px;
}

section.Privacy__sec {
    padding: 80px 0px;
}


.page-template-events .first__sec {
    margin-bottom: 30px;
}

.recent__events .events__title {
    position: relative;
    font-size: 36px;
    font-weight: 800;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 10px
}

@media(max-width: 575px) {
    .recent__events .events__title {
        font-size: 32px
    }
}

.recent__events .events__title::after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background-color: var(--primary-color);
    margin: 5px auto 0
}

.recent__events .events__para {
    font-size: 22px;
    max-width: 75%;
    margin-inline: auto;
    margin-bottom: 50px
}

@media(max-width: 575px) {
    .recent__events .events__para {
        font-size: 16px
    }
}

.recent__events .events__card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .1);
    transition: transform .3s ease-in-out;
    position: relative;
    padding: 25px
}

@media(min-width: 576px)and (max-width: 991px) {
    .recent__events .events__card {
        display: flex;
        flex-direction: row;
        margin-bottom: 20px
    }
}

@media(max-width: 575px) {
    .recent__events .events__card {
        margin-bottom: 20px
    }
}

.recent__events .events__card:hover {
    transform: scale(1.05)
}

.recent__events .events__date {
    color: #000;
    font-weight: bold;
    margin-bottom: 5px
}

.recent__events .fw-bold {
    color: #008cff
}

.recent__events .card__title {
    color: #000;
    font-weight: bold
}

.recent__events .card__para {
    color: #b2b1b1;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}

.recent__events .events__btn {
    background-color: #008cff;
    color: #fff;
    padding: 14px;
    display: inline-block;
    position: absolute;
    right: 0;
    text-decoration: none;
    font-size: 20px;
    border-radius: 20px 0
}

.recent__events .card-body {
    text-align: left
}

.news-update .news {
    text-align: center;
    padding: 100px 0 400px 0;
    background: url("./../images/sections/news-bg.png") no-repeat center center/cover;
    color: #fff
}

@media(max-width: 991px) {
    .news-update .news {
        padding: 100px 0 250px 0
    }
}

@media(max-width: 767px) {
    .news-update .news {
        padding: 100px 0 180px 0
    }
}

@media(max-width: 575px) {
    .news-update .news {
        padding: 100px 0 120px 0
    }
}

.news-update .news__title {
    font-size: 36px;
    font-weight: 800;
    position: relative;
    display: inline-block;
    padding-bottom: 10px
}

@media(max-width: 575px) {
    .news-update .news__title {
        font-size: 32px
    }
}

.news-update .news__title::after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background-color: #fff;
    margin: 10px auto 0
}

.news-update .news__discription {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    max-width: 75%;
    margin-inline: auto;
    margin-bottom: 50px
}

@media(max-width: 575px) {
    .news-update .news__discription {
        font-size: 16px
    }
}

.news-update .news__container {
    margin-top: -30%;
    margin-bottom: 100px
}

@media(max-width: 991px) {
    .news-update .news__container {
        gap: 24px
    }
}

.news-update .news__card {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    color: #000;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .1);
    position: relative
}

.news-update .news__card--large {
    flex: 1;
    display: flex;
    flex-direction: column
}

.news-update .news__card--small {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 15px
}

.news-update .news__image {
    width: 100%;
    height: auto;
    object-fit: cover
}

.news-update .news__body {
    padding: 30px;
    flex: 1
}

.news-update .news__body--large {
    padding: 60px;
    text-align: center
}

.news-update .news__link {
    color: #008cff;
    font-weight: bold;
    text-decoration: none
}

.news-update .news__link::after {
    content: "→";
    margin-left: 5px
}

.news-update .side-news {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.news-update .card__para {
    color: #b2b1b1
}

@media(max-width: 991px) {
    .about__us .about {
        padding: 60px 0
    }
}
.about__us .about__img {
    max-width: 100%;
    width: 580px;
    margin-left: 20px;
    text-align: right;
}

@media(max-width: 991px) {
    .about__us .about__img {
        margin-top: 20px
    }
}

.about__us .about__heading span {
    color: #0e9eeb
}

.about__us .results {
    text-align: center;
    padding: 0 0 50px 0
}

.about__us .results__title {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 50px;
    color: #0e9eeb
}

.about__us .results__container {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap
}

.about__us .results__card {
    background: #fff;
    padding: 26px 0 26px 26px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .1);
    border: 1px solid #d4d2e3;
    flex: 1;
    min-width: 250px;
    /* max-width: 388px; */
    text-align: left
}

@media(max-width: 575px) {
    .about__us .results__card {
        text-align: center;
        padding: 20px
    }
}

.about__us .results__card .tag {
    color: #0e9eeb
}

.about__us .results__value {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 24px
}

@media(max-width: 575px) {
    .about__us .results__value {
        font-size: 34px
    }
}

.about__us .results__label {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    margin-top: 14px
}

@media(max-width: 575px) {
    .about__us .results__label {
        font-size: 18px
    }
}

.about__us .results__description {
    font-size: 18px;
    line-height: 22px;
    color: #9795b5;
    margin-top: 5px;
    font-family: Montserrat;
}

.about__us .team {
    padding: 50px 0;
    background-color: #e7f5ff;
    text-align: center;
}

.about__us .team__container {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap
}

.about__us .team__card {
    background: #fff;
    padding: 50px 24px;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .1);
    border: 1px solid #d4d2e3;
    flex: 1;
    min-width: 250px;
    /* max-width: 388px; */
    text-align: center
}

.about__us .team__image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 18px
}

.about__us .team__name {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 8px
}

.about__us .team__role {
    font-size: 20px;
    color: #8d8ba7;
    margin-bottom: 24px
}

.about__us .team__description {
    font-size: 20px;
    color: #8d8ba7;
    margin-bottom: 24pxpx
}

.about__us .team__social {
    display: flex;
    justify-content: center
}

.about__us .team__social-icon {
    font-size: 16px;
    color: #007bff;
    padding: 8px;
    border-radius: 50%;
    text-decoration: none;
    transition: .3s
}

.about__us .team__social-icon:hover {
    background: #007bff;
    color: #fff
}

.about__us .profile__section {
    background-color: #e7f5ff
}

.first__sec {
    margin-bottom: 100px
}

.slider {
    position: relative;
    max-width: 1100px;
    margin: auto
}

.slider__item {
    position: relative;
    border-radius: 15px;
    overflow: hidden
}

.slider__image {
    width: 100%;
    border-radius: 15px
}

.slider__content {
    position: absolute;
    bottom: 70px;
    left: 20px;
    color: #fff;
    text-align: left
}

.slider__date {
    display: inline-block;
    background: hsla(0, 0%, 100%, .3);
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: bold;
    margin-bottom: 10px
}

.carousel-control-next,
.carousel-control-prev {
    margin: 10px;
    top: -26px
}

.slider__arrows {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px
}

.slider__arrow {
    background: #fff;
    border: none;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    transition: all .3s ease-in-out
}

.slider__arrow:hover {
    background: #f0f0f0
}

@media(max-width: 768px) {
    .slider__content {
        bottom: 10px;
        left: 10px
    }

    .slider__arrow {
        width: 40px;
        height: 40px;
        font-size: 18px
    }
}

.photo__gallery .events__title {
    text-align: left
}

@media(max-width: 767px) {
    .photo__gallery .events__title {
        text-align: center
    }
}

.photo__gallery .recent__events .events__title::after {
    width: 0px;
    height: 0px
}

.photo__gallery .events__para {
    color: #abacab;
    font-size: 22px;
    text-align: left;
    margin-inline: 0
}

@media(max-width: 767px) {
    .photo__gallery .events__para {
        text-align: center;
        margin: 0 auto
    }
}

.photo__gallery .first__sec {
    margin-bottom: 0
}

.gallery {
    padding:0;
}

.gallery__item {
    padding: 10px;
    display: flex;
    justify-content: center
}

.gallery__image img{
    width: 400px;
    height: 400px;
    background-color: #ececf6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s ease-in-out
}

.gallery__image::before {
    content: "🖼️";
    font-size: 40px;
    color: #a0a0b0
}

.gallery__image:hover {
    transform: scale(1.05);
    background-color: #e0e0f0
}

.news__sec {
    padding: 80px 0
}

@media(max-width: 767px) {
    .news__sec {
        padding: 60px 0
    }
}

.blog__post {
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

@media(max-width: 767px) {
    .blog__post {
        flex-direction: column;
        align-items: flex-start
    }
}

.blog__image {
    width: 392px;
    height: 230px;
    max-width: 100%;
    background-color: #ececf6;
    border-radius: 10px;
    margin-right: 30px;
    flex-shrink: 0
}

@media(max-width: 767px) {
    .blog__image .blog__image {
        margin: 0 auto 10px
    }
}

.blog__content {
    flex: 1
}

@media(max-width: 767px) {
    .blog__content {
        margin: 30px 0 16px 0
    }
}

.blog__title {
    font-size: 18px;
    font-weight: bold
}

.blog__category {
    color: #0e9eeb;
    font-weight: bold;
    display: block;
    margin-bottom: 5px
}

.blog__text {
    font-size: 14px;
    color: #555
}

.blog__button {
    margin-top: 10px
}

@media(max-width: 767px) {
    .blog__button {
        margin-top: 0
    }
}

.sidebar {
    padding-left: 15px;
    border-left: 1px solid #0e9eeb
}

@media(max-width: 991px) {
    .sidebar {
        border-left: none;
        text-align: center;
        padding-left: 0
    }
}

.sidebar__section {
    padding: 0px 20px 20px 20px;
    margin-bottom: 0px
}

@media(max-width: 991px) {
    .sidebar__section {
        padding: 20px 0 0 0
    }
}

.sidebar__title {
    font-size: 18px;
    font-weight: bold;
    color: #0e9eeb;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    position: relative
}

@media(max-width: 991px) {
    .sidebar__title {
        padding-bottom: 20px
    }
}

.sidebar__title::before {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #0e9eeb;
    display: inline-block
}

.sidebar__news {
    margin-bottom: 15px
}

@media(max-width: 991px) {
    .sidebar__news {
        text-align: left
    }
}

.sidebar__news-title {
    font-weight: bold;
    color: #0e9eeb;
    display: block;
    font-size: 16px;
    text-decoration: none;
    transition: color .3s
}

.sidebar__news-title:hover {
    color: #0e9eeb
}

.sidebar__news-text {
    font-size: 14px;
    color: #555;
    margin-top: 5px
}

.sidebar__news:last-child {
    border-bottom: 1px solid #0e9eeb
}

.sidebar__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.sidebar__tag {
    background: #dbecf6;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    transition: background .3s ease-in-out
}

.sidebar__tag:hover {
    background: #0e9eeb;
    color: #fff
}

.feedback .feedback__sec {
    padding: 80px 0 0 0;
}

@media(max-width: 575px) {
    .feedback .feedback__sec {
        padding: 50px 0
    }
}

.feedback .feedback__form {
    max-width: 630px
}

@media(max-width: 767px) {
    .feedback .feedback__form {
        text-align: center
    }
}

.feedback .feedback {
    background: #fff;
    padding: 50px 60px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    margin: 30px auto;
}

@media(max-width: 767px) {
    .feedback .sidebar__title {
        justify-content: center
    }
}

.feedback .feedback__title {
    font-size: 40px;
    font-weight: bold;
    color: #1e1e2d;
    text-align: left
}

@media(max-width: 767px) {
    .feedback .feedback__title {
        font-size: 30px;
        text-align: center
    }
}

.feedback .feedback__form p {
    color: #6f6c90
}

.feedback .feedback__label {
    font-weight: bold;
    margin-bottom: 5px
}

.feedback .title__feedback {
    color: #227eaf
}

.feedback .feedback__input-wrapper {
    position: relative
}

.feedback .feedback__input {
    border-radius: 46px;
    padding: 10px 40px 10px 15px;
    border: 2px solid #ddd;
    width: 100%;
    transition: all .3s ease;
    color: #333;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px 0 rgba(19, 18, 66, .1);
 }

.feedback .feedback__icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 18px;
    transition: color .3s ease
}

.feedback .feedback__input:focus {
    border-color: #0e9eeb;
    color: #0e9eeb;
    outline: none;
    box-shadow: 0 0 5px rgba(14, 158, 235, .5)
}

.feedback .feedback__input:focus+.feedback__icon {
    color: #0e9eeb
}

.feedback .feedback__textarea {
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #fff;
    width: 100%;
    min-height: 100px;
    transition: border-color .3s ease;
box-shadow: 0 2px 6px 0 rgba(19, 18, 66, .1)
}

.feedback .feedback__textarea:focus {
    border-color: #0e9eeb;
    outline: none;
    box-shadow: 0 0 5px rgba(14, 158, 235, .5)
}

.feedback .feedback__button {
    background: #0e9eeb;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: .3s
}

.feedback .feedback__button:hover {
    background: #007bb5
}

.page-template-contact-us .contact__sec {
    padding: 80px 0 0 0
}

@media(max-width: 575px) {
    .contact__sec {
        padding: 50px 0 0 0;
        background-color: #f2f2f2
    }
}

.contact {
    text-align: center;
    padding: 80px 0 0 0
}

@media(max-width: 991px) {
    .contact {
        padding: 40px 0 0 0
    }
}

.contact__title {
    color: #24a8e0;
    font-weight: bold;
    font-size: 45px;
    margin-bottom: 50px
}

@media(max-width: 767px) {
    .contact__title {
        font-size: 36px
    }
}

@media(max-width: 575px) {
    .contact__title {
        font-size: 30px
    }
}

.contact__title.events__title::after {
    width: 400px
}

@media(max-width: 767px) {
    .contact__title.events__title::after {
        width: 250px
    }
}

@media(max-width: 575px) {
    .contact__title.events__title::after {
        width: 150px
    }
}

.contact__info {
    display: flex;
    justify-content: start;
    gap: 35px;
    flex-wrap: wrap;
    margin-bottom: 60px
}

@media(max-width: 575px) {
    .contact__info {
        margin-bottom: 40px
    }
}
@media(max-width: 1399px) {
    .contact__info {
        justify-content: center;
    }
}

.contact__card {
    background: #f8f9fa;
    padding: 38px;
    border-radius: 10px;
    width: 408px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    transition: background .3s ease, color .3s ease
}

.contact__card:hover {
    background: #24a8e0;
    color: #fff
}

.contact__icon {
    font-size: 24px;
    margin-bottom: 10px;
    color: #24a8e0;
    transition: color .3s ease
}

.contact__card:hover .contact__icon {
    color: #fff
}

.contact__map {
    width: 100%;
    height: 400px;
    margin-top: 20px;
    border: none
}

.faqs__sec {
    padding: 80px 0 80px 0
}

@media(max-width: 575px) {
    .faqs__sec {
        padding: 0px 0 0 0
    }
}

.accordion-item.faq__item {
    padding: 20px 0;
}

.faq__title {
    color: #3ec1f3;
    font-weight: bold
}

.faqs_title {
    border-bottom: 1px solid #d4d2e3
}

.faq__description {
    margin-bottom: 20px;
    color: #abacab;
    max-width: 590px
}

.faq__item:not(:last-child) {
    border-bottom: 1px solid #ddd
}

.accordian {
    border: none !important
}

.faq__button {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.faq__number {
    font-size: 24px;
    font-weight: bold;
    margin-right: 20px
}

.faq__text {
    flex-grow: 1
}

.faq__icon {
    font-size: 24px;
    font-weight: bold;
    transition: transform .3s ease, color .3s ease;
    margin-left: 10px
}

.faq__icon--open {
    color: #000
}

.faq__icon--close {
    display: none;
    color: #007bff
}

.accordion-button::after {
    display: none !important
}

.accordion-button[aria-expanded=true] .faq__icon--open {
    display: none
}

.accordion-button[aria-expanded=true] .faq__icon--close {
    display: inline
}

.accordion-body {
    max-width: 700px !important;
    margin-left: 26px !important;
    color: #abacab
}

.accordion {
    border: none;
    box-shadow: none
}

.accordion-item {
    border: none !important;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #d4d2e3 !important
}

.accordion-button {
    background-color: rgba(0, 0, 0, 0);
    border: none !important;
    box-shadow: none !important;
    font-weight: bold
}

.accordion-button:focus {
    outline: none !important
}

.page-template-copyright .disclaimer {
    margin: 80px 0
}

.page-template-disclaimer .disclaimer{
    margin: 80px 0;
}

.disclaimer__heading {
    font-size: 20px
}

.disclaimer__link {
    color: #0e9eeb
}

@media(max-width: 575px) {
    .coppy_right .disclaimer {
        margin: 50px 0
    }
}

@media(max-width: 575px) {
    .coppy_right {
        text-align: justify
    }
}

.coppy_right ol {
  
    list-style: auto;
    padding-left: 1rem;
    font-size: 18px;
    font-weight: 400;
}

.coppy_right li {
    padding-bottom: 25px
}

.coppy_right .coppy-right-heading {
    margin-bottom: 30px
}

@media(max-width: 767px) {
    .coppy_right .coppy-right-heading {
        font-size: 26px
    }
}

.coppy_right .disclaimer__heading {
    font-size: 32px;
    margin-bottom: 22px
}

@media(max-width: 767px) {
    .coppy_right .disclaimer__heading {
        font-size: 26px
    }
}

.coppy_right h3 {
    font-weight: 500;
    margin-bottom: 30px
}

.domestic .sidebar__news:last-child {
    border-bottom: none
}

/* Dropdown on Hover */
@media (min-width: 992px) {
    .navbar-nav .dropdown:hover > .dropdown-menu {
        display: block !important;
        margin-top: 0;
    }
    .navbar-nav .dropdown-menu {
        display: none;
    }
}
a.nav-link.nav-link.dropdown-item {
    color: black;
}

img.news__image {
    height: 100% !important;
}
.page-template-events p{
    margin-top: 0;
    margin-bottom: 0;
}
.card-img, .card-img-top {
 height: 250px;
 }
 .gallery__image img {
width: 420px;
max-width:100%;
}
 

/* .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex ;
    width: 100%;
    overflow: hidden;
} */
img.card-img-top {
    border-radius: 30px;
}

/* .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {margin-bottom: 0 !important; } */
/* p{margin-bottom: 0 !important;} */
p.events__para {margin-bottom: 40px !important;}
    
img.raty-cancel {display: none;}
.page-template-copyright  P{ font-size: 18px; font-weight: 400; text-align:justify;}


.page-template-achievements .recent__events .r__events{
    padding: 80px 10px 80px;
}

.page-template-feedback .feedback .feedback__sec{
    padding: 80px 0px 50px !important;
}