* {
    margin: 0px;
    box-sizing: border-box;
}

body {

    font-family: 'Campton', sans-serif;
    color: #0c0c0c;
    font-size: 15px;
    font-weight: 500;

}

p {
    font-size: 15px;
    font-family: 'Campton', sans-serif;
    line-height: 24px;
    color: #0c0c0c;
    font-weight: 500;
}

a {
    font-size: 15px;
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Campton', sans-serif;
    line-height: 24px;
    color: #0c0c0c;
}

a:hover {
    text-decoration: none;
    outline: none;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

li {
    font-size: 15px;
    font-family: 'Campton', sans-serif;
    line-height: 24px;
    color: #0c0c0c;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Campton', serif;
    margin: 0px;
    color: #0a0909;
}

p {
    margin: 0px;
}



.pt-50 {
    padding-top: 50px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.pb-100 {
    padding-bottom: 100px;
}

.justify-center {
    justify-content: center;
}

.mt-20 {
    margin-top: 20px;
}

.align-item-center {
    align-items: center;
}

.justify-content-space-between {
    justify-content: space-between;
}

.flex-end {
    justify-content: flex-end;
}

.site-width {
    max-width: 1250px;
    margin: 0px auto;
}

@media screen and (max-width:1518px) and (min-width:1368px) {
    .site-width {
        max-width: 1372px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1708px) and (min-width:1519px) {
    .site-width {
        max-width: 1552px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1920px) and (min-width:1709px) {
    .site-width {
        max-width: 1642px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:2500px) and (min-width:1921px) {
    .site-width {
        max-width: 1842px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1280px) and (min-width:1024px) {
    .site-width {
        padding: 0px 40px;
        max-width: 1200px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1024px) and (min-width:888px) {
    .site-width {
        padding: 0px 40px;
    }
}

@media screen and (max-width:888px) and (min-width:769px) {
    .site-width {
        padding: 0px 40px;
    }
}

@media screen and (max-width:768px) {
    .site-width {
        padding: 0px 20px;
    }
}


.defaultBtn.centered {
    text-align: center;
}

.defaultBtn a,
.defaultBtn button {
    padding: 14px 46px;
    border-radius: 16px;
    background: linear-gradient(180deg, #42029a, #7c23c1);
    color: #fff;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    display: inline-block;
    height: 50px;
    border: none;
    transition: 0.4s ease-in-out;
}

.defaultBtn a:hover,
.defaultBtn button:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.defaultBtn.colortwo a {
    background: #0b89ba;
    color: #fff;
}

.defaultBtn.colorthree a {
    background: linear-gradient(180deg, #005ab3, #0077ee);
    color: #fff;
}

.defaultBtn a i,
.defaultBtn button i {
    margin-left: 5px;
}

.defaultBtn a::after,
.defaultBtn button::after {
    position: absolute;
    content: '';
    width: 0%;
    height: 120%;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    background: #ea5e77;
    z-index: 1;
    transition: 0.4s ease-in-out;
}

.defaultBtn a span,
.defaultBtn button span {
    position: relative;
    z-index: 2;
    transition: 0.4s ease-in-out;
}

.defaultBtn a:hover span,
.defaultBtn button:hover span {
    color: #ffffff;
}

.defaultBtn a:hover:after,
.defaultBtn button:hover:after {
    width: 120%;
}

.defaultBtn.light a {
    background: #fff;
    color: #2f075a;
}

.defaultBtn.light2 a {
    background: #fff;
    color: #2f075a;
}

.defaultBtn.light2 a i,
.defaultBtn.light2 button i {
    margin-left: 0px;
}




/* Header */
.headerSection {
    width: 100%;
    position: relative;
    box-shadow: rgb(149 157 165 / 5%) 0px 8px 24px;
    padding: 10px 0px 10px;
    background: #ffff;
    transition: 0.4s ease-in-out;
    z-index: 3;
}

.headerSection.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 111;
    transition: 0.4s ease-in-out;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.headerSection::after {
    content: '';
    position: absolute;
    width: 20%;
    height: 46px;
    background: url(../img/texture/header1.png);
    top: 0px;
    left: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    right: 0px;
    bottom: 0px;
    top: auto;
    opacity: 0.2;
    background-color: #ffffffe0;
    background-blend-mode: color;
    z-index: 1;
}

.headerSection::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/texture/world-map-texture.png);
    top: 0px;
    right: 0px;
    background-size: 72%;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    bottom: auto;
    top: 0px;
    opacity: 0.1;
    background-color: #ffffffe0;
    background-blend-mode: color;
    background-position: right -43% top 52%;
    z-index: 1;
}

.headerWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logoSection {
    display: flex;
    align-items: center;
    width: 40%;
    gap: 12px;
    position: relative;
    z-index: 2;
}

.logoImg {
    width: 120px;
    transition: 0.4s ease-in-out;
}

.headerSection.sticky .logoImg {
    width: 90px;
    padding-bottom: 10px;
}

.logoImg img {
    width: 100%;
}

.logoTitle {}

.logoTitle h1 {
    font-weight: 600;
    color: #282828;
    transition: 0.3s ease-in-out;
    font-size: 22px;
}

.headerSection.sticky .logoTitle h1 {
    font-size: 20px;
}

.logoTitle p {
    transition: 0.3s ease-in-out;
}

.headerSection.sticky .logoTitle p {
    font-size: 14px;
    line-height: normal;
}

.logoTitle h1 span {
    font-weight: 600;
    font-size: 15px;
}

.navigationSection {
    position: relative;
    z-index: 2;
}

.navigationSection>ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* .navigationSection ul li a {

} */
.navigationSection>ul>li>a {
    padding: 26px 0px;
    position: relative;
    color: #151515;
    font-size: 15px;
    font-weight: 600;
}

.navigationSection>ul>li>a::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    width: 0;
    bottom: 24px;
    background: #790dc0;
    height: 2px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.navigationSection>ul>li>a:hover:after,
.navigationSection>ul>li>a.active:after {
    left: 0;
    right: auto;
    width: 100%;
}

.navigationSection>ul>li a:hover {
    color: #505050;
}

.subMenu {
    position: absolute;
    left: inherit;
    top: 100%;
    width: 250px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0px;
    filter: alpha(opacity=0);
    background: #f8f1ff;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.navigationSection ul>li:hover .subMenu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 100%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.subMenu>li>a {
    display: block;
    padding: 6px 13px;
    border-bottom: 1px dashed #f4ceff;
}

.subMenu>li>a:hover {
    padding-left: 18px;
    background: #7a24bc;
    color: #fff !important;
}

.subMenu>li {
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    opacity: 0;
}

.navigationSection ul>li:hover .subMenu>li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}


.bannerMainWrapper {
    position: relative;
}

.bannerMainImg {
    position: relative;
}

.bannerMainImg::after {
    position: absolute;
    content: '';
    width: 120%;
    height: 20%;
    bottom: -32px;
    left: 0px;
    right: 0px;
    margin: auto;
    background-color: #000;
    filter: blur(50px);
    z-index: 1;

}

.bannerMainContent {
    position: absolute;
    z-index: 3;
    bottom: 0px;
    left: 0px;
    margin: auto;
    width: fit-content;
    color: #fff;
    padding: 32px;
    background: linear-gradient(0deg, #0000006e, transparent);
    border-radius: 0px;
    width: 100%;
    right: auto;
    text-align: center;
}

.bannerMainContent h5 {
    line-height: 30px;
    font-size: 20px;
    color: #fff;
}

.bannerCarousel.owl-carousel {
    position: relative;
}

.bannerCarousel.owl-carousel.owl-theme .owl-nav {
    margin-top: 0px;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: 1%;
    color: #fff;
    background: #0000004c;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: 1%;
    color: #fff;
    background: #0000004c;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.bannerCarousel.owl-carousel:hover .owl-nav button.owl-prev {
    visibility: visible;
    opacity: 1;
}

.bannerCarousel.owl-carousel:hover .owl-nav button.owl-prev:hover {
    animation: prevanimation 1s linear infinite alternate;
}

.bannerCarousel.owl-carousel:hover .owl-nav button.owl-next {
    visibility: visible;
    opacity: 1;
}


.bannerCarousel.owl-carousel:hover .owl-nav button.owl-next:hover {
    animation: nextanimation 1s linear infinite alternate;
}

.bannerCarousel.owl-carousel:hover .owl-nav button:hover {
    background: #000000a7;
}

@keyframes nextanimation {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes prevanimation {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0px);
    }
}



.bannerCarousel .owl-item .item .bannerMainImg img {
    transition: 2s ease-out;
    transform: scale(1);
}

.bannerCarousel .owl-item .item {
    overflow: hidden;
}

.bannerCarousel .owl-item .item .bannerMainImg img.active {
    transform: scale(1.05);
    transition: 15s ease-out;
}




.titleSection h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
}

.titleSection h2 span {
    color: #ff732d;
}

.titleSection h4 {
    font-size: 16px;
    font-weight: 400;
    color: #003d77;
    position: relative;
    display: inline-flex;
    gap: 6px;
}

.titleSection h4::after {
    content: '';
    width: 46px;
    height: 2px;
    display: inline-block;
    background: #003c78;
    border-radius: 20px;
    margin: auto;
}

.titleSection h4::before {
    content: '';
    width: 46px;
    height: 2px;
    display: inline-block;
    background: #003c78;
    border-radius: 20px;
    margin: auto;
}

.titleSection {
    position: relative;
    padding-bottom: 12px;
}


.newsSection {
    background: linear-gradient(45deg, #ffffff, #fffffff0), url(../img/texture/world-map-texture.png);
    background-size: cover;
    background-position: center;
    padding-bottom: 40px;
}

.newsCard {
    padding: 12px;
    background: #fff;
    box-shadow: #959da52e 0px 0px 15px;
    border-radius: 15px;
    transition: 0.4s ease-in-out;
    width: 100%;
    position: relative;


}

.newsCard:hover {
    transform: translateY(-5px);
    box-shadow: #959da53a 0px 7px 11px;
}

.newsCardImg {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    height: 210px;
    display: flex;
    align-items: center;
}

.newsCardImg img {
    width: 100%;
    transition: 0.4s ease-in-out;
}

.newsCard:hover .newsCardImg img {
    transform: scale(1.05);
}

.newsContent {
    padding: 0px 10px;
}

.newsCardTitle h4 {
    display: flex;
    color: #0553a7;
    font-weight: 600;
    font-size: 19px;
    gap: 8px;
    margin-top: 15px;
    margin-bottom: 8px;
    line-height: normal;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.newsCardTitle p {
    color: #474747;
    line-height: 24px;
    margin-bottom: 7px;
    font-size: 14px;
    text-align: justify;
}

/* .newPara {
    display: inline-block;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
} */
.newsCardFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.bCardAuthor {
    display: flex;
    align-items: center;
    gap: 7px;
}

.bCardAuthor img {
    width: 38px !important;
    height: 38px !important;
    border-radius: 100%;
    box-shadow: 0px 0px 10px #ddd;
    padding: 3px;
}

.newsCardFooter p {
    line-height: 24px;
    font-size: 14px;
    color: #003d77;
    font-weight: 600;
}

.newsReadMoreBtn {
    color: #d32a52;
    font-size: 14px;
    font-weight: 600;
}

.newsReadMoreBtn i {
    font-size: 12px;
    position: relative;
    top: -1px;
}

.bCardDate {
    position: absolute;
    top: 19px;
    z-index: 2;
    left: 19px;
    background: #ffffff9e;
    padding: 3px 10px;
    border-radius: 7px;
    backdrop-filter: blur(5px);
}

.bCardDate p {
    font-size: 12px;
    line-height: 19px;
}

.newsSlider {
    margin-top: 20px;
}

.newsSlider .item {
    padding: 10px;
}

.newsSlider {
    position: relative;
}

.newsSlider.owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: -18px;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    border: 1px solid #1b115b;
    color: #282828;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    font-size: 13px;
}

.newsSlider.owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: -18px;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    border: 1px solid #1b115b;
    color: #282828;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    font-size: 13px;
}

.newsSlider.owl-carousel:hover .owl-nav button.owl-prev,
.newsSlider.owl-carousel:hover .owl-nav button.owl-next {
    visibility: visible;
    opacity: 1;
}

.like__btn,
.heart__btn,
.smile__btn {
    border: none;
    background: transparent;
    cursor: pointer;
}

.like__btn i.fa-solid {
    color: #24a0ed;
}

.heart__btn i.fa-solid {
    color: #ff0000;
}

.smile__btn i.fa-solid {
    color: #f4e238;
}

.newsProUserAction.inActivities {
    position: absolute;
    bottom: 26px;
    right: 40px;
}

.bg1 {
    background: linear-gradient(180deg, #ddc6e761, #deeeef7a);
    ;
}

.mediaGallerWrapper {
    margin-top: 40px;
}

.gallerySlider {
    position: relative;
}

.gallerySlider .item {
    padding: 10px;
}

.gallerySlider.owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: -18px;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    border: 1px solid #1b115b;
    color: #282828;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    font-size: 13px;
}

.gallerySlider.owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: -18px;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    border: 1px solid #1b115b;
    color: #282828;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    font-size: 13px;
}

.gallerySlider.owl-carousel:hover .owl-nav button.owl-prev,
.gallerySlider.owl-carousel:hover .owl-nav button.owl-next {
    visibility: visible;
    opacity: 1;
}


.gallHomeCard {
    position: relative;
}

.gallHomeImg {
    display: block;
    position: relative;
    height: 220px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    border: 4px solid #fff;
    overflow: hidden;
}

.gallHomeImg img {
    width: 100%;
    transition: 0.3s ease-in-out;
}

.gallHomeCard:hover .gallHomeImg img {
    transform: scale(1.05);
}

.gallHomeContent {
    text-align: center;
    padding: 10px;
    background: #fff;
    width: 90%;
    margin: auto;
    margin-top: -24px;
    position: relative;
    border-radius: 9px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.gallHomeContent h5 {

    font-size: 16px;
    font-weight: 600;
}

.gallHomeContent p {}

.canvas {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
}

.canvastwo {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
}

.canvasthree {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
}


.footer {
    background: #0c055c;
}

.footerContent {
    padding: 20px 0px;
}

.footerContent ul li a {
    color: #fff;
    transition: 0.4s ease-in-out;
}

.footerContent ul li a:hover {
    padding-left: 5px;
    color: #005FB0;
}

.footerContent ul li i {
    color: #ddd;
    margin-right: 6px;
}

.subfooter.dark-footer {
    background: #020032;
    padding: 5px 0px;
}

.footer-left p {
    color: #fff;
    font-size: 13px;
}



.scrollToTop {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    color: #d32a52;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 0.15s ease;
}

.scrollToTop:after {
    content: "";
    border: solid #d32a52;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-135deg);
}

.scrollToTop.showBtn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#progress-bar {
    --scrollAmount: 0px;
}

#progress-bar svg {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 50px;
    max-height: 50px;
    transform: rotate(90deg);
}

#progress-bar svg path {
    stroke-width: 0.2em;
    stroke-dasharray: 154;
    stroke-dashoffset: calc(-154px + var(--scrollAmount));
    animation-fill-mode: forwards;
}


.togglers {
    display: none;
}

.menuBtn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    position: relative;
    z-index: 3;
}

.menuBtn svg {
    width: 50px
}

.menuBtn .line {
    fill: none;
    stroke: black;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.menuBtn .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.menuBtn .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.menuBtn .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.menuBtn.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.menuBtn.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.menuBtn.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}


.inrbnr {
    position: relative;
    margin-top: 0px;
    min-height: 200px;
    background: linear-gradient(83deg, #dcb2ff54, #dcb2ff54), url(../img/bgs/inner-bg.jpg);
    background-size: 100% 100%;
    background-position: center;
}

.inrbnrimg {
    width: 100%;
    height: 200px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    z-index: 1;
}

.inrbnrimg img {
    width: 40%;
    position: relative;
}

.inrbnrtext {
    text-align: center;
}

.inrbnrContent {
    position: relative;
    z-index: 2;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inrbnrtext h2 {
    font-size: 34px;
    color: #26199d;
    font-weight: 600;
}

.inrbrnNav {
    display: flex;
    align-items: center;
    margin-top: 3px;
    justify-content: flex-start;
    justify-content: center;
}



.inrbrnNav li a i {
    font-size: 13px;
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.inrbrnNav li {
    position: relative;
    border-right: 1px solid #00248b;
    padding: 0px 10px;
}

.inrbrnNav li:last-child {
    border: none;
}

.inrbrnNav li:last-child a {
    color: #27179f;
    font-weight: 600;
}

.aboutus {
    background: linear-gradient(90deg, #fffaf099, #ffffff80), url(../img/bgs/about-bg.jpg);
    background-size: 100%;
    background-position: center;
}

.aboutWrapper {
    position: relative;
    z-index: 3;
}

.aboutImg {
    width: 100%;
    border: 4px solid #fff;
    box-shadow: 0px 0px 10px #ddd;
    border-radius: 15px;
    overflow: hidden;
}

.aboutImg img {
    width: 100%;
}

.aboutTitle h5 {
    font-size: 22px;
    font-weight: 600;
    color: #6c6c6c;
    position: relative;
    display: inline-flex;
    gap: 0px;
    line-height: 26px;

}

.aboutTitle.styletwo h3 {
    position: relative;
}

.aboutTitle.styletwo h3::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    left: 0px;
    bottom: 0px;
    background-color: #982fe2;
}

.aboutTitle {
    margin-bottom: 18px;
}

.aboutTitle h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    color: #2b159e;
    letter-spacing: 1px;
}

.aboutContent {
    padding-right: 30px;
}

.aboutContent p {
    text-align: justify;
    margin-bottom: 10px;
}


.ourHistory {
    background: linear-gradient(90deg, #f6e9ffcf, #f6ebffcc), url(../img/bgs/texture1.jpg);
    background-size: 100%;
    background-position: center;
}
.ourHistory.page {
    background: linear-gradient(90deg, #fffaf099, #ffffff80), url(../img/bgs/about-bg.jpg);
    background-size: 100%;
    background-position: center;
}
.ourHistoryContent p span {}

.titleSection.styletwo h2 {
    position: relative;
}

.titleSection.styletwo h2::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    left: 0px;
    bottom: 0px;
    background-color: #982fe2;
}

.normalList li {
    background-image: url(../img/icons/right-arrow.png);
    background-size: 14px;
    background-position: left top 5px;
    padding-left: 21px;
    background-repeat: no-repeat;
    text-align: justify;
}

.aboutContent .normalList {
    margin-top: 15px;
}

.ourVisionImg {
    width: 100%;
}

.ourVisionImg img {
    width: 100%;
}


.galleryWrap {
    position: relative;
    z-index: 3;
    margin-top: 40px;
}

.galleryImgWrap.row {
    gap: 24px 0px;
}

.galleryImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galleryImg a {
    display: block;
    position: relative;
    height: 220px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    border: 4px solid #fff;
    overflow: hidden;
}

.galleryImg {
    text-align: center;
}

.galViewer {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000021;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: 0.3s ease-in-out;
}

.galleryImg a:hover .galViewer {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.galViewer i {
    font-size: 24px;
    color: #fff;
}

.gallerySection {
    background: url(../img/bgs/main-texture.webp);
    background-size: cover;
    background-position: center;
}

.mediaGallerWrapper.innerpage .gallHomeCard {
    margin-bottom: 30px;
}

/* 
.contactUsSection {
    padding-top: 90px;
} */

.contactOfferWrap {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    padding: 20px;
}

.contactOfferHeader {
    text-align: center;
    padding: 20px;
    background: linear-gradient(285deg, #ffeded, #fff3e9);
    border-radius: 10px;
}

.contactOfferHeader h4 {
    font-size: 22px;
    font-weight: 600;
    color: #4c1616;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: normal;
}

.contactOfferContent {
    margin-top: 40px;
}

.contactOfferContent p {
    text-align: center;
    margin-bottom: 10px;
}

.contactOfferContent a {
    color: #a62418;

}

.contactOfferContent .ctofspan {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.contactOfferContent .ctofspan span {
    font-size: 18px;
    font-weight: 800;
    color: #ff7500;
}

.contactOfferContent h6 {
    text-align: center;
    color: #ff202d;
    font-size: 19px;
    margin-top: 30px;
}

.contactInfoCard {
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #ffffff42;
    backdrop-filter: blur(5px);
    border-radius: 20px;
    border: 1px solid #dddddd6b;
    transition: 0.4s ease-in-out;
    position: relative;
    min-height: 226px;
}

.contactInfoCard::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    border-radius: 20px;
    transition: 0.4s ease-in-out;
    background: linear-gradient(45deg, #fde2ff, #fde2ff);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    visibility: hidden;
    opacity: 0;
}

.contactInfoCard:hover:after {
    height: 105%;
    width: 100.5%;
    visibility: visible;
    opacity: 1;
}

.contactinfoIoc {
    width: 80px;
    margin: auto;
    height: 80px;
    background: linear-gradient(180deg, #42029a, #7c23c1);
    padding: 18px;
    border-radius: 20px;
    margin-top: 2px;
    position: relative;
    z-index: 2;
    transition: 0.4s ease-in-out;
}

.contactInfoCard:hover .contactinfoIoc {
    transform: scale(1.04);
}

.contactinfoIoc img {
    filter: invert(3) brightness(5);
    width: 100%;
}

.contactinfoContent {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    text-align: center;
}

.contactinfoContent h5 {
    font-size: 20px;
    font-weight: 600;
    color: #26199d;
    margin-bottom: 6px;
    margin-top: 22px;
}

.contactinfoContent a {
    display: block;
}


.contactusFromCard {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.contactUsForm {
    background: linear-gradient(90deg, #f6e9ffcf, #f6ebffcc), url(../img/bgs/texture1.jpg);
    background-size: 100%;
    background-position: center;
}

.contactUsSection {
    min-height: 70vh;
}

.contactOfferWrap {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    padding: 20px;
}

.contactOfferHeader {
    text-align: center;
    padding: 20px;
    background: linear-gradient(285deg, #ffeded, #fff3e9);
    border-radius: 10px;
}

.contactOfferHeader h4 {
    font-size: 22px;
    font-weight: 600;
    color: #4c1616;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: normal;
}

.contactOfferContent {
    margin-top: 40px;
}

.contactOfferContent p {
    text-align: center;
    margin-bottom: 10px;
}

.contactOfferContent a {
    color: #a62418;

}

.contactOfferContent .ctofspan {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.contactOfferContent .ctofspan span {
    font-size: 18px;
    font-weight: 800;
    color: #ff7500;
}

.contactOfferContent h6 {
    text-align: center;
    color: #ff202d;
    font-size: 19px;
    margin-top: 30px;
}


.right-sidebar-box {
    background-color: #f8f8f800;
    border-radius: 6px;
    padding: 0px;
    max-width: 100% px;
    margin: 0px auto;
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 0px;
    border: 1px solid #dddddd4a;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: relative;
}

.right-sidebar-box h5 {
    font-size: 20px;
    font-weight: 600;
    color: #26199d;
    margin-bottom: 6px;
    margin-top: 22px;
}

.right-sidebar-box .custom-form label {
    color: #565656;
    display: block;
    font-size: 15px;
    margin-bottom: calc(2px + 0.3125vw);
    font-weight: 600;
}

.right-sidebar-box .custom-form .custom-input {
    position: relative;
}

.right-sidebar-box .custom-form .custom-input .form-control {
    border: none;
    padding: calc(14px + 0.3125vw) calc(14px + 0.3125vw) calc(14px + 0.3125vw) calc(38.8px + 0.6875vw);
}

.right-sidebar-box .custom-form .form-select:focus {
    box-shadow: none;
}

.right-sidebar-box .custom-form .form-select {
    border: 1px solid #dddddd80 !important;
    padding: 7px 14px;
    border-radius: 30px;
}

.form-control.captcha-value {
    border-radius: 30px;
}

.right-sidebar-box .custom-form .custom-input i {
    align-items: center;
    color: #4a5568;
    display: flex;
    font-size: 15px;
    left: 0;
    line-height: 1;
    padding: 15px;
    position: absolute;
    top: 0px;

}

.form-control {
    background-color: #fff;
}

textarea.form-control {
    min-height: 30px;
}

.right-sidebar-box .custom-form .custom-input textarea {
    height: 92px;
}

.right-sidebar-box .custom-form .custom-input .form-control {
    border: 1px solid #dddddd80 !important;
    padding: 7px 14px;
    border-radius: 30px;
}

.right-sidebar-box .custom-form .custom-input .form-control::placeholder {
    font-size: 14px;
}

.right-sidebar-box .custom-form .custom-input .form-control:focus {
    box-shadow: none;
}

.captcha {
    padding: 0px;
    width: 177px;
    position: relative;
}

.captcha img {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #dddddd80 !important;
}

.refreshcaptcha {
    position: absolute;
    top: 20px;
    bottom: 0px;
    margin: auto;
    right: -29px;
    height: fit-content;
}

.submitandclear {
    display: flex;
    gap: 12px;
}



.activitiySlider {
    position: relative;
}

.activitiySlider.owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: -18px;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    border: 1px solid #1b115b;
    color: #282828;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    font-size: 13px;
}

.activitiySlider.owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: -18px;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    border: 1px solid #1b115b;
    color: #282828;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    font-size: 13px;
}

.activitiySlider.owl-carousel:hover .owl-nav button.owl-prev,
.activitiySlider.owl-carousel:hover .owl-nav button.owl-next {
    visibility: visible;
    opacity: 1;
}

.activitiySlider .item {
    padding: 12px;
}

.activitiesCard {
    padding: 10px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 18px;
    padding-bottom: 30px;
}

.activityContentWrapper {
    display: flex;
    /* align-items: center; */
}

.activityTitle.text-center {
    padding-top: 16px;
}

.activityTitle.text-center h4 {
    font-size: 24px;
    position: relative;
}

.activityTitle h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    color: #2b159e;
    letter-spacing: 0;
    margin-bottom: 8px;
}

.activityTitle h4 span {
    font-size: 18px;
    color: #111;
}

.activityText {
    width: 40%;
    padding: 15px;
}

.activityText p {
    text-align: justify;
}

.acitivityImgWraper {
    width: 30%;
    padding: 15px;
}

.activityImg {
    display: inline-block;
    border: 5px solid #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    overflow: hidden;
    height: 268px;
}

.activityImg img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.activityVideoSection {
    width: 30%;
    padding: 15px;
}

.activitVideo .activitVideoThumb {
    width: 100%;
    display: inline-block;
    border: 5px solid #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    overflow: hidden;
    min-height: 268px;
}

.activitVideo .activitVideoThumb img {
    width: 100%;
    position: relative;
    z-index: 2;
    object-fit: cover;
    height: 100%;
}

.video-player {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    width: fit-content;
    height: fit-content;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.pulse i {
    background-color: #000f2d94;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    font-size: 28px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    -webkit-animation: video-pulse-presentation 2s linear infinite;
    animation: video-pulse-presentation 2s linear infinite;
    transition: 0.4s ease;
}

.pulse i:hover {
    background: #ffffff54;
    color: #fff;
    backdrop-filter: blur(7px);
}


@-webkit-keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(171, 45, 255, 0.7), 0 0 0 0 rgba(171, 45, 255, 0.7);
        box-shadow: 0 0 0 0 rgba(171, 45, 255, 0.7), 0 0 0 0 rgba(171, 45, 255, 0.7);
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 rgba(171, 45, 255, 0.7);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 rgba(171, 45, 255, 0.7);
    }

    80% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    }
}

@keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(171, 45, 255, 0.7), 0 0 0 0 rgba(171, 45, 255, 0.7);
        box-shadow: 0 0 0 0 rgba(171, 45, 255, 0.7), 0 0 0 0 rgba(171, 45, 255, 0.7);
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 rgba(171, 45, 255, 0.7);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 rgba(171, 45, 255, 0.7);
    }

    80% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    }
}

.inMoreImg {
    display: none;
}

.mediaGalleryInner {
    border-bottom: 1px dashed #ddd;
}


.cagMamPicture {
    position: relative;
}

.patronName {
    position: absolute;
    z-index: 3;
    bottom: 7px;
    left: 0px;
    width: 96%;
    right: 0px;
    margin: auto;
    background: #ffffffba;
    text-align: center;
    padding: 7px;
    border-radius: 10px;
    backdrop-filter: blur(6px);
}

.patronName h5 {
    font-size: 20px;
    font-weight: 600;
    color: #2b159e;
}

.patronName p {}

.normalVideoPlayer {
    width: 100%;
}

.VideoPlayerThumb {
    width: 100%;
    display: inline-block;
    border: 5px solid #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    overflow: hidden;
}

.VideoPlayerThumb img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.theTagline {
    background: #fce2ff;
    padding: 5px 0px;
    margin-top: 6px;
}

.prparaReadBtn {
    color: #8224ca;
}

.magazineCard {
    width: 100%;
}

.magazineThumbnail {
    display: block;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    border: 4px solid #fff;
    overflow: hidden;
}

.magazineThumbnail img {
    width: 100%;
    transition: 0.4s ease-in-out;
}

.magazineCard:hover .magazineThumbnail img {
    transform: scale(1.04);
}

.magazineContent {
    text-align: center;
    padding: 12px;
    background: #fff;
    width: 90%;
    margin: auto;
    margin-top: -24px;
    position: relative;
    border-radius: 9px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.magazineContent h4 {
    font-size: 18px;
    font-weight: 600;
}

.magazineContent p {
    font-size: 14px;
}

.magazineWrapper {
    position: relative;
    z-index: 3;
}

.abhikhyaMagazineCardWrapper {
    margin-top: 30px;
}

.executiveCommitteeCard {
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 18px;
}


.rwd-table {
    max-width: 100%;
    border-collapse: collapse;
    width: 100%;
}

.rwd-table tr:first-child {
    border-top: none;
    background: #003c78;
    color: #fff;
}
.rwd-table tr th:first-child , .rwd-table tr td:first-child {
    display: none;
}
.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f5f9fc;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
    background-color: #ebf3f9;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.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: #bfbfbf;
}

.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: #d8e7f3;
    }

    .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: 1em !important;
    }
    .rwd-table th a, .rwd-table td a {
        
    }
}


.btntwocombo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.gallerySliderMain {
    position: relative;

}
.gallerySliderMain .swiper-button-next:after, .gallerySliderMain .swiper-rtl .swiper-button-prev:after {
    display: none;
}
.gallerySliderMain .swiper-button-prev:after, .gallerySliderMain .swiper-rtl .swiper-button-next:after {
    display: none;
}
.gallerySliderMain .swiper-button-next i {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    border: 1px solid #1b115b;
    color: #282828;
    text-align: center;
    transition: all 0.4s ease-in-out;
    font-size: 13px;
    line-height: 29px;
    visibility: hidden;
    opacity: 0;
}
.gallerySliderMain .swiper-button-prev i {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    border: 1px solid #1b115b;
    color: #282828;
    text-align: center;
    transition: all 0.4s ease-in-out;
    font-size: 13px;
    line-height: 29px;
    visibility: hidden;
    opacity: 0;
}
.gallerySliderMain:hover  .swiper-button-prev i, .gallerySliderMain:hover  .swiper-button-next i {
    visibility: visible;
    opacity: 1;
}
.gallerySliderMain  {
    overflow: hidden;
    padding: 0px;
    margin-bottom: 40px;
}
.numlist {
    margin-top: 10px;
}
.numlist li {
    list-style: auto;
}
.teamCard {
    padding: 18px;
    position: relative;
    margin-bottom: 22px;
    min-height: 469px;
}
.teamCard::after{
    content: '';
    position: absolute;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 70%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 20px;
    background: #fff;
}
.teamCardImg {
    width: 78%;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 20px;
    position: relative;
    z-index: 3;
    border: 3px solid #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow: hidden;
}
.teamCardImg img{
    width: 100%;
}
.teamCardContent {
    text-align: center;
    position: relative;
    z-index: 3;
}
.teamCardContent h4{
    font-size: 19px;
    font-weight: 600;
}
.teamCardContent h5{
    font-size: 16px;
    font-weight: 500;
    margin-top: 2px;
  
}
.teamCardContent p {
    margin-top: 10px;
}

.patronsContent p {
    font-size: 16px;
}
.patronPicture {
    position: sticky;
    top: 130px;
}
.patronsContent a {
    color: #003ee8;
}
.mediaCoverageWrapper .galleryImg a {
    height: 349px;
}
.defaultBtn .prparaReadBtn2::after {
    display: none;
}
.defaultBtn .prparaReadBtn2 {
    color: #fff;
    margin-top: 10px;
}
.ourSupporterListSec .aboutContent h5 {
    margin-bottom: 10px;
    font-weight: 600;
    color: #0c0c0c;
}
.ourSupporterListSec .aboutImg {
    position: sticky;
    top: 130px;
}


@media screen and (max-width: 786px) {
    .inrbrnNav a {
        font-size: 10px;
    }

    .pulse i {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }

    .activityImg {
        height: auto;
    }

    .magazineCard {
        margin-bottom: 30px;
    }

    .headerSection {
        z-index: 4;
    }

    .subMenu {
        width: 100%;
        position: unset;
        background: #a82dc9;
        visibility: visible;
        opacity: 1;
        transform: unset;
        padding: 0px;
        border-radius: 0px;
        display: none;
    }

    .navigationSection ul>li:hover .subMenu {
        visibility: unset;
        opacity: unset;
        filter: unset;
        top: unset;
        -webkit-transform: unset;
        transform: unset;
    }

    .subMenu>li {
        visibility: visible;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none;
        opacity: 1;
    }

    .hasSub {
        position: relative;
    }

    .hasSub::after {
        content: '\f107';
        display: inline-block;
        font-family: 'Font Awesome 6 Free';
        font-weight: 600;
        position: absolute;
        right: 10px;
        top: 8px;
        background: #ffffff38;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 32px;
        border-radius: 7px;
        color: #fff;
        transition: 0.4s ease-in-out;
    }

    .hasSub.active::after {
        transform: rotate(90deg);
    }

    .subMenu>li>a {
        color: #fff;
    }

    /* .subMenu>li:last-child>a{
        border-bottom: none;
    } */
    .navigationSection ul>li:hover .subMenu>li {
        opacity: unset;
        visibility: unset;
        -webkit-transform: unset;
        transform: unset;
        -webkit-transition-delay: unset;
        transition-delay: unset;
    }

    .activityTitle h4 {
        text-align: center;
    }

    .activityContentWrapper {
        flex-direction: column;
    }

    .activityText {
        width: 100%;
    }

    .acitivityImgWraper {
        width: 100%;
        padding: 0px;
    }

    .activityVideoSection {
        width: 100%;
    }

    .navigationSection {
        display: none;
        position: fixed;
        top: 72px;
        background: linear-gradient(45deg, #530fa5, #d94fea);
        left: 0px;
        right: 0px;
        width: 100%;
        height: 100vh;
        z-index: 333;
    }

    .togglers {
        display: block;
    }

    .logoSection {
        width: 70%;
    }

    .navigationSection ul {
        flex-direction: column;
        justify-content: flex-start;
        gap: 0px;
    }

    .navigationSection>ul>li>a {
        padding: 12px 10px;
        position: relative;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        display: block;
        border-bottom: 1px dashed #dddddd54;
        width: 100%;
    }

    .navigationSection ul>li a:hover {
        color: #fff;
    }

    .navigationSection ul li {
        width: 100%;
    }

    .navigationSection ul>li>a::after {
        bottom: 0px;
        background: #ffc87c;
    }

    /* .gallHomeCard {
        margin-bottom: 30px;
    } */
    .defaultBtn.mt-5.text-center {
        margin-top: 0px !important;
    }

    .mediaGallerWrapper {
        margin-top: 20px;
    }

    .aboutContent {
        padding-right: 0px;
    }

    .aboutTitle h3 {
        font-size: 22px;
    }

    .aboutTitle h5 {
        font-size: 13px;
        line-height: normal;
    }

    .aboutTitle {
        margin-bottom: 18px;
        margin-top: 20px;
        text-align: center;
    }

    .inrbnrtext h2 {
        font-size: 24px;
    }

    .activityTitle.text-center h4 {
        font-size: 15px;
    }

    .activityText p {
        font-size: 11px;
        line-height: 18px;
    }

    .activityText {
        padding: 5px;
    }

    .ourVisionImg {
        margin-top: 40px;
    }
}

@media screen and (max-width:768px) and (min-width :500px) {
    .logoTitle h1 {
        font-size: 13px;
    }

    .logoTitle h1 span {
        font-size: 13px;
    }

    .logoImg {
        width: 90px;
    }

    .logoTitle p {
        font-size: 10px;
        line-height: normal;
    }
}

@media screen and (max-width:499px) and (min-width :200px) {
    .logoTitle p {
        font-size: 6px;
        line-height: normal;
    }

    .headerSection.sticky .logoTitle p {
        font-size: 6px;
    }

    .activityTitle h4 {
        font-size: 20px;
        text-align: center;
    }

    .logoTitle h1 {
        font-size: 10px;
    }

    .headerSection.sticky .logoTitle h1 {
        font-size: 10px;
    }

    .logoTitle h1 span {
        font-size: 10px;
    }

    .logoImg {
        width: 115px;
    }

    .headerSection.sticky .logoImg {
        width: 115px;
        padding: 0px;
    }

    .bannerMainContent h5 {
        line-height: normal;
        font-size: 11px;
        color: #fff;
    }

    .bannerMainContent {
        padding: 0px;
        padding-bottom: 10px;
    }

    .newsCardImg {
        height: 150px;
    }

    .gallHomeImg {
        height: 180px;
    }

    .gallHomeContent h5 {
        font-size: 14px;
    }

    .gallHomeContent p {
        font-size: 11px;
        line-height: normal;
    }
}