@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Default CSS */
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    letter-spacing: .5px;
}

a,
a:hover {
    text-decoration: none;
    transition: all ease 0.5s;
    color: inherit;
}

a.underline {
    text-decoration: underline;
    word-wrap: anywhere;
}

/*custom css*/
.bg-primary {
    background-color: #FEDD00 !important
}

.bg-secondary {
    background-color: #0055B8 !important
}

.bg-black {
    background-color: #000000 !important
}

.bg-grd-light {
    background: linear-gradient(0deg, rgba(0, 85, 184, 0) 19%, rgba(0, 85, 184, 0.1) 89%);
}

.bg-grd-blue {
    background: linear-gradient(180deg, rgba(0, 85, 184, 0) 0%, rgba(0, 85, 184, 0.25) 100%);
}

.bg-grd-yellow {
    background: linear-gradient(180deg, rgba(254, 221, 0, 0) 0%, rgba(254, 221, 0, 0.20) 100%);
}

.border-primary {
    border-color: #FEDD00 !important;
}

.border-secondary {
    border-color: #0055B8 !important;
}

.box-shadow-lg {
    box-shadow: 30px 30px 70px rgba(0, 0, 0, 0.07);
}

.box-shadow-lg-dark {
    box-shadow: 10px 70px 90px 5px rgba(0, 0, 0, 0.15);
}

.box-shadow-xl {
    box-shadow: 20px 50px 100px rgba(0, 85, 184, 0.35);
}

.box-shadow-yellow-xl {
    box-shadow: 20px 50px 100px rgba(254, 221, 0, 0.35);
}

.text-primary {
    color: #FEDD00 !important
}

.text-secondary {
    color: #0055B8 !important
}

.text-muted,
.our-history p {
    color: #868686 !important
}

.text-black {
    color: #000 !important
}

.link-light {
    color: #1d1d1b;
    border-bottom: 2px solid #FEDD00;
    padding-bottom: 3px;
    text-decoration: none;
}

.link-light:hover {
    color: #FEDD00;
    border-bottom-color: #1d1d1b;
}

.ltr-tight {
    letter-spacing: 0 !important;
}

.heading-lg {
    font-weight: bold;
    font-size: 70px;
    line-height: 80px;
}

.heading-sm {
    font-weight: 800;
    font-size: 60px;
    line-height: 70px;
}

.heading-msm {
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
}

.heading-lg-xsm {
    font-weight: 800;
    font-size: 40px;
    line-height: 40px;
}

.heading-xsm {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
}

.heading-xxsm {
    font-size: 30px;
    line-height: 1.25;
}

.heading-xxxsm {
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
}

.inside-heading .heading-lg {
    font-size: 8.5vw;
    line-height: 1.25;
    opacity: .05;
}

h6.hgroup {
    font-size: 13px;
    font-weight: bold
}

hgroup.mx-width-lg {
    max-width: 1100px;
}

.img-cover {
    object-fit: cover !important;
}

.font-Inter {
    font-family: "Inter", sans-serif !important;
}

.card-title {
    font-family: "Inter", sans-serif;
    font-weight: bold;
    line-height: 30px;
    font-size: 20px;
}

.card-text {
    font-weight: normal;
    line-height: 28px;
    font-size: 17px;
}

.card-text-lg {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    line-height: 30px;
    font-size: 20px;
}

.font-weight-bolder {
    font-weight: 900 !important;
}

.font-weight-bold {
    font-weight: 800 !important;
}

.font-weight-normal {
    font-weight: normal !important;
}

.font-weight-lbold {
    font-weight: 600 !important
}

.font-weight-llbold {
    font-weight: 700 !important
}

.border-secondary-light {
    border-color: #0055B833 !important;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
}

.form-check-input:checked {
    background-color: #0055B8;
    border-color: #0055B8;
}

.form-check-input {
    width: 30px;
    height: 30px;
    margin-top: -0.35rem;
    background-color: #F5F5F5;
    border: 5px solid #ffffff !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    background-image: none !important;
    margin-right: 10px;
}

.form-check-input:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.form-check-input:active {
    filter: none;
}

section.space-py,
.space-py {
    padding-bottom: 150px;
    padding-top: 150px;
}

ul.social {
    margin: 0px;
    padding: 0px;
}

ul.social li {
    list-style-type: none;
    display: inline-block;
}

ul.social li:not(:last-child) {
    margin-right: 10px;
}

ul.social li a {
    text-decoration: none;
    color: #0055B8;
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50rem;
    background-color: #FEDD00;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

ul.social li a:hover,
ul.social li a:active,
ul.social li a:focus {
    outline: none;
    border-color: #FEDD00;
}

ul.social li a img {
    width: auto;
    height: 20px;
}

.text-transform-none {
    text-transform: none !important;
}

.btn {
    border: 0;
    padding: 16px 45px;
    font-size: 18px;
    border-radius: 50rem;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
}

.btn.btn-outline-secondary {
    border: 1px solid;
}

.btn-outline-secondary {
    color: #0055B8;
    background-color: #fff;
    border-color: #0055B8;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #0055B8;
    border-color: #0055B8;
}

.btn-outline-secondary:hover img {
    filter: brightness(0) invert(1);
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #0055B8;
    background-color: #FEDD00;
    border-color: #FEDD00;
    box-shadow: none;
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: none;
}

.btn-grp-sm .btn-check:checked+.btn-outline-primary img {
    filter: invert(1)
}

.btn-primary {
    color: #0055B8;
    background-color: #FEDD00;
    border-color: #FEDD00;
    position: relative;
    overflow: hidden;
}

.btn-primary:hover {
    color: #FEDD00;
    background-color: #0055B8;
    border-color: #FEDD00;
}

.btn-secondary {
    color: #FEDD00;
    background-color: #0055B8;
    border-color: #0055B8;
    position: relative;
    overflow: hidden;
}

.btn-secondary:hover {
    color: #0055B8;
    background-color: #FEDD00;
    border-color: #FEDD00;
}

.btn-primary::before,
.btn-secondary::before {
    content: "";
    background-color: #00000010;
    border-radius: 50rem;
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
}

.btn-primary:hover:before,
.btn-secondary:hover:before {
    width: 100% !important;
    background-color: #00000025;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #0055B8;
    background-color: #FEDD00;
    border-color: #FEDD00;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #0055B8;
    background-color: #FEDD00;
    border-color: #FEDD00;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-default:not(:disabled):not(.disabled).active:focus,
.btn-default:not(:disabled):not(.disabled):active:focus,
.show>.btn-default.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #1d1d1b;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    outline: none;
}

.button-block>.btn {
    margin-right: 10px;
    margin-bottom: 10px;
}

.text,
.our-history p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
}

.text-xs {
    font-size: 14px;
    line-height: 16px;
}

.modal .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #1d1d1b;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
    cursor: pointer;
    outline: none
}

.container-fluid.px-5 {
    padding-left: 100px !important;
    padding-right: 100px !important
}

.container {
    max-width: 1440px;
}

.container.container-sm {
    max-width: 1270px;
}

.rounded-sm {
    border-radius: 10px !important;
}

.rounded {
    border-radius: 20px !important;
}

.rounded-lg {
    border-radius: 40px !important;
}

/* Header section css start */
.header-short-top {
    padding: 10px;
    margin: 0px;
}

.header-short-top .header-short-block .header-short-cols {
    font-weight: 600;
}

.header-main-sec {
    margin: 0px;
    padding: 25px 0;
    /*position: absolute;
	z-index: 9999;*/
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #0055B8;
}

.header-main-sec .header-logo img {
    width: auto;
    height: 40px
}

.header-main-sec .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
}

.header-main-sec .navbar .header-logo {
    padding-right: 30px;
}

.header-main-sec .navbar-nav .nav-item .btn-primary {
    padding-left: 30px;
    padding-right: 30px;
}

.header-main-sec .navbar-nav .nav-item .btn-primary::before {
    width: 70px;
}

.header-main-sec .navbar .navbar-collapse {
    flex-shrink: 0;
}

.header-main-block .navbar-nav .nav-link {
    position: relative;
}

.header-main-block .navbar-nav .nav-btn {
    padding: 16px 30px;
}

.header-main-block .navbar-nav .nav-btn::before {
    width: 70px;
}

.header-main-block .navbar-nav .nav-btn .nav-link {
    color: #0055B8 !important;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    transition: all ease 0.5s
}

.header-main-block .navbar-nav .nav-btn:hover .nav-link,
.header-main-block .navbar-nav .nav-btn:active .nav-link,
.header-main-block .navbar-nav .nav-btn:focus .nav-link {
    color: #FEDD00 !important;
}

.header-main-sec .navbar-nav {
    margin: 0;
}

.header-main-sec .navbar-nav ul {
    margin: 0;
    padding: 0;
}

.header-main-sec .navbar-nav ul li {
    list-style-type: none;
}

.header-main-sec .navbar-nav .nav-link img {
    height: 30px;
    vertical-align: middle
}

.header-main-sec .navbar-nav .nav-link.active,
.header-main-sec .navbar-nav .nav-link.active:hover,
.header-main-sec .navbar-nav .nav-link:hover {
    color: #FEDD00;
}

.header-main-sec .navbar .navbar-toggler-icon,
.header-main-sec .navbar .icon-bar {
    color: #FFF;
}

.header-right-area {
    /*padding: 20px 0;
	border-bottom: 1px solid #ffffff10*/
}

.header-right-area .header-right-info .header-right-info-block:not(:last-child) {
    margin-right: 10px;
}

.header-right-area .header-right-info .header-right-info-block a {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff
}

.header-right-area .header-right-info .icon-sm {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50rem;
    background-color: #ffffff15;
    text-align: center;
    margin-right: 10px;
}

.header-main-sec .navbar button {
    margin-left: auto;
    outline: none !important;
    background: transparent;
    box-shadow: none;
    border-color: #FEDD00;
    width: 50px;
    height: 50px;
    border-radius: 50rem;
    border-width: 2px;
    padding: 0;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("/wp-content/uploads/2025/03/navbar-icons.svg");
    background-position: center;
    background-size: 18px auto;
    width: 100%;
    height: 100%;
}

.navbar {
    /*position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	border: none;*/
    padding: 0
}



.header-main-sec .header-main-block .header-right-info {
    gap: 50px
}

.header-main-sec .header-main-block .header-right-info .header-contact {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.header-main-sec .header-main-block .header-right-info .header-contact img {
    margin-right: 10px;
}

/*header menu dropdown css*/
.header-main-sec .navbar-nav li {
    position: relative;
}

.header-main-sec .navbar-nav li .sub-menu {
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    /* display: none; */
    min-width: 16rem;
    padding: 10px 20px;
    margin: 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 10px;
    top: 100%;
    visibility: hidden;
    opacity: 0
}

.header-main-sec .navbar-nav li:hover .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1
}

.header-main-sec .navbar-nav li:hover:last-child .sub-menu {
    right: 0;
    left: auto;
}

.header-main-sec .navbar-nav li:last-child .sub-menu::after {
    left: auto;
    right: 30px;
}

.header-main-sec .navbar-nav li:last-child .sub-menu {

    left: auto;
    right: 0;

}

.header-main-sec .navbar-nav li>.sub-menu li {
    padding-left: 12px;
    padding-right: 12px;
}

.header-main-sec .navbar-nav li>ul.sub-menu li a {
    color: #000;
    padding: .5rem 0;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid #ffffff30;
}

.header-main-sec .navbar-nav li:hover .sub-menu li a:hover {
    color: #0055b8;
}

.header-main-sec .navbar-nav li:hover .sub-menu li:last-child a {
    border-bottom: none
}

.header-main-sec .navbar-nav li .sub-menu:after {
    content: " ";
    position: absolute;
    left: 30px;
    transform: translateX(-50%);
    top: -10px;
    border-top: none;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.header-main-sec .navbar-nav .dropdown-menu li a.nav-link {
    color: #121212;
    padding: .6em 0;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid #DCDCDC;
}

.header-main-sec .navbar-nav .dropdown-menu li:last-child a.nav-link {
    border-bottom: none;
}

.header-main-sec .navbar-nav .dropdown-menu {
    min-width: 14rem;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 10px;
}

.header-main-sec .navbar-nav .dropdown-menu:after {
    content: " ";
    position: absolute;
    left: 30px;
    transform: translateX(-50%);
    top: -10px;
    border-top: none;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.header-main-sec .navbar-nav .dropdown-menu li {
    padding: 0;
}

.header-main-sec .navbar-nav .nav-link .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}

.header-main-sec .navbar-nav li.menu-item-has-children>a::after {
    content: "";
    height: 8px;
    width: 12px;
    background: url(/wp-content/uploads/2025/03/menu-down-arrow.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
    margin-left: 8px;
}

.header-main-sec .navbar-nav li.menu-item-has-children span.dw-aarow {
    content: "";
    height: 40px;
    width: 40px;
    background: url(/wp-content/uploads/2025/03/menu-down-arrow.svg) no-repeat center;
    background-size: 14px auto;
    display: none;
    margin-left: 0px;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 9;
    cursor: pointer;
    left: auto;
}

/* Header section css end */

/*hero section css*/
.hero-area {
    margin: 0;
    position: relative;
}

.hero-area::after {
    content: "";
    background-image: url(/wp-content/uploads/2025/03/hero-bottom-bg.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 122px;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
}

.hero-area .hero-slider-block {
    margin: 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 1080px;
    display: flex;
    align-items: end;
    position: relative;
    padding-bottom: 150px;
}

.hero-area .overlay-bg::before {
    content: "";
    width: 100%;
    height: 85%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7) 52%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
}

.hero-area .hero-content-area {
    margin: 0px;
    position: relative;
    z-index: 1;
}

.hero-area .hero-content-area .hero-content-block {
    margin: 0px;
}

.hero-area .hero-content-area .hero-content-block .info-list ul {
    margin: 0 auto;
    max-width: max-content;
    gap: 20px;
}

.hero-pagination {
    background-color: #fff;
    max-width: 120px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0 !important;
    right: 0 !important;
    padding: 15px 0;
    border-radius: 50rem;
    box-shadow: 15px 15px 70px rgba(0, 0, 0, 0.08);
    margin-left: auto;
    margin-right: auto;
    bottom: -15px !important;
}

.hero-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #dfe9f6;
    border: 2px solid;
    border-color: #dfe9f6;
    opacity: 1;
}

.hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent;
    border-color: #0055B8;
}

/*hero section css end*/

.nss-profile-info {
    margin: 0;
}

.nss-profile-info-block {
    min-height: 600px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    /* overflow: hidden; */
    box-shadow: 30px 30px 70px rgba(0, 0, 0, 0.07);
}

.nss-profile-info .nss-profile-info-block .card-body-inside-cont .card-text {
    min-height: 140px;
}

.nss-profile-info-block::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 85, 184, 0) 0%, rgba(0, 85, 184, 1) 100%);
}

.nss-profile-info-block .card-body {
    padding: 30px 40px;
    position: absolute;
    z-index: 1;
    bottom: 0;
}

.who-we-area {
    margin: 0;

}



.video-area {
    overflow: hidden;
    border-radius: 15px;
    background-color: #000;
    border: 10px solid #fff;
    box-shadow: 20px 30px 60px rgba(0, 0, 0, 0.07);
    height: 600px;
    object-fit: cover;
    position: relative;
}


.video-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 170px;
    height: 115px;
    background: url('/wp-content/uploads/2025/03/icon-play-video.svg') no-repeat center center;
    background-size: contain;
    cursor: pointer;
    z-index: 20;
}

.video-area iframe {
    display: none;
    width: 100%;
    height: 100%;
}

.impact-glance-block {
    overflow: hidden;
}

.impact-glance-block .impact-glance-block-right {
    padding-top: 150px;
    padding-bottom: 150px;
}

.impact-glance-block::after {
    content: "";
    width: 50%;
    height: 300px;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 85, 184, 1) 0%, rgba(0, 85, 184, 0) 100%);
}

.impact-glance-block::before {
    content: "";
    width: 50%;
    height: 300px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 85, 184, 1) 0%, rgba(0, 85, 184, 0) 100%);
}

.impact-glance-area-top-bg {
    content: "";
    background-image: url("/wp-content/uploads/2025/03/impact-glance-top-bg.svg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 122px;
    position: absolute;
    z-index: -1;
    top: -120px;
    left: 0px;
}

.impact-glance-block-box {
    margin: 0;
}

.impact-glance-block-box .impact-glance-block-box-info {
    margin: 0;
}

.impact-glance-block-box img {
    min-height: 200px;
    object-fit: cover;
}

.our-program-area {
    margin: 0;
}

.our-program-block-top {
    margin: 0;
}

.our-program-block-bottom .our-program-block-bottom-box {
    height: calc(100% - 450px);
}

.our-program-block-bottom .our-program-block-bottom-box .our-program-block-bottom-box-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.our-program-block-bottom .our-program-block-bottom-box .our-program-block-bottom-box-img img {
    height: 450px;
    object-fit: cover;
}

.our-program-block-bottom .our-program-block-bottom-box .top-sticker {
    z-index: 1;
    top: -50px;
    left: 0;
    right: 0;
}

.info-list {
    margin: 0px;
    padding: 0px;
}

.info-list ul {
    margin: 0px;
    padding: 0px;
}

.info-list ul li {
    color: #fff;
    position: relative;
    list-style-type: none;
    padding-left: 45px;
    padding-bottom: 15px;
    text-align: left;
}

.info-list ul li:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/03/icon-bullet.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 30px;
    display: inline-block;
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0;
}


/*footer css*/
.footer-area {
    padding-bottom: 75px;
    color: #ffffff;
    position: relative;
}

.footer-area::after {
    content: "";
    background-image: url(/wp-content/uploads/2025/03/footer-top-bg.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 121px;
    position: absolute;
    z-index: 1;
    top: -120px;
    left: 0;
}

.footer-logo img {
    width: 210px;
    height: auto
}

.footer-area .footer-block-content-area {
    margin: 20px 0
}

.footer-area .subscribe .form-check label {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #ffffff !important
}

.footer-area .footer-top-area {
    padding: 0;
}

.footer-area ul.footer-nav-links {
    margin: 0px;
    padding: 0px;
}

.footer-area ul.footer-nav-links li {
    list-style-type: none;
    display: block;
    line-height: 36px;
}

.footer-area ul.footer-nav-links li a {
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
}

.footer-area ul.footer-nav-links li a:hover {
    color: #FEDD00;
}


.font-weight-semibold {
    font-weight: 600 !important
}


ul.link-inline {
    margin: 0px;
    padding: 0px;
}

ul.link-inline li {
    list-style-type: none;
    display: inline-block;
    padding: 0;
}

ul.link-inline li:not(:last-child):after {
    content: "|";
    padding: 0 20px;
}

ul.link-inline li a {
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
}

ul.link-inline li a:hover {
    color: #FEDD00;
}

hgroup {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.p-6 {
    padding: 40px;
}

.form-control {
    background-color: #f5f5f5;
    border: 2px solid #f5f5f5;
    padding: 13px 30px;
    color: #414141;
    border-radius: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    min-height: 50px;
    letter-spacing: 0;
    transition: background ease-in-out 0.5s;
}

.form-control:focus {
    background-color: #fff;
    outline: none;
    box-shadow: none;
    border-color: #f5f5f5;
}

.form-control::placeholder {
    color: #414141;
}

textarea {
    resize: none
}

.radio-button .form-label {
    color: #414141;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}

a.back-to-top {
    position: fixed;
    transition: background 0.5s;
    z-index: 11;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    writing-mode: sideways-lr;
    color: #FEDD00;
    text-transform: uppercase;
    padding-bottom: 15px;
}

a:hover.back-to-top {}



.footer-area .footer-top-area .footer-logo img {
    width: auto;
    height: 60px;
}

.footer-area .footer-middle-area {
    margin: 0;
}

.footer-area .footer-bottom-area .copyright-area {
    margin: 0;
}

.footer-area .footer-middle-area ul {
    margin: 50px 0 65px;
    padding: 50px 0;
    border-bottom: 1px solid #ffffff20;
    border-top: 1px solid #ffffff20;
}

.footer-area .footer-middle-area ul li {
    list-style-type: none;
}

.footer-area .footer-middle-area ul li a {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.footer-area .footer-middle-area ul li a:hover {
    color: #FEDD00;
}

ul.list-block {
    margin: 0px;
    padding: 0px;
}

ul.list-block li {
    list-style-type: none;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    color: #414141;
    position: relative;
    padding-left: 45px;
    letter-spacing: 0;
    padding-bottom: 15px;
}

ul.list-block li:not(:last-child) {
    margin-bottom: 10px;

}

ul.list-block li:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/03/icon-bullet-blue.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 30px;
    display: inline-block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

ul.list-block.bullet-primary li:before {
    background-image: url(/wp-content/uploads/2025/03/icon-bullet-yellow.svg);
}

.border-light {
    border-color: #00000015 !important;
}

.cta-area {
    margin: 0;
}

.cta-area .cta-area-block {
    border-radius: 40px;
    background-color: #0055B8;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 40px;
    box-shadow: 20px 50px 100px rgba(0, 85, 184, 0.35);
    min-height: 435px;
}

.cta-area .cta-area-block.primary {
    background-color: #FEDD00;
    box-shadow: 20px 50px 100px rgba(254, 221, 0, 0.35);
    min-height: 400px;
}

.cta-area .cta-area-block .cta-area-block-info {
    max-width: 900px;
}



.pb-spacer {
    padding-bottom: 250px !important;
}

.page-id-2286 .page-title,
.page-id-2286 .header-bottom,
.page-id-2286 .icon-animation,
.page-id-2286 .footer,
.page-id-2286 .copyright {
    display: none;
}

/* about us css start*/
.inner-top-area {
    margin: 0;
}

.inner-top-area .inner-top-block {
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 760px;
    display: flex;
    align-items: end;
    position: relative;
    padding-bottom: 120px;
}

.success-area-block .number-counter {
    width: 80px;
    height: 80px;
    top: -40px;
    left: 40px;
    border: 10px solid #ebf1f8;
}

.success-area-block .success-area-block-box {
    margin-bottom: 70px !important;
}

.our-team-block .our-team-block-box {
    height: calc(100% - 500px);
}

.our-team-block .our-team-block-box .our-team-block-box-img img {
    height: 500px;
    object-fit: cover;
}

.community-block-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.bottom-spacer {
    padding-bottom: 150px !important;
}

.programs-area-outer .programs-area-block {
    margin-top: 120px;
}

/* Gallary Section CSS Start */

.gallery-main-sec .gallery-wrapper {
    column-count: 1;
    column-gap: 0;
    counter-reset: item-counter;
}

.gallery-main-sec .gallery-wrapper .gallary-item {
    box-sizing: border-box;
    break-inside: avoid;
    padding: 10px;
    counter-increment: item-counter;
}

.gallery-main-sec .gallery-wrapper .gallary-item .gallary-image {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 220px;
    font-size: 40px;
    background: currentColor;
    box-sizing: border-box;
}

.gallery-main-sec .gallery-wrapper .gallary-item .gallary__content--large {
    height: 280px;
}

.gallery-main-sec .gallery-wrapper .gallary-item .gallary__content--small {
    height: 100px;
}

.gallery-main-sec .gallery-wrapper .gallary-item .gallary-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 400px) {
    .gallery-main-sec .gallery-wrapper {
        column-count: 2;
    }
}

@media screen and (min-width: 600px) {
    .gallery-main-sec .gallery-wrapper {
        column-count: 3;
    }
}

@media screen and (min-width: 800px) {
    .gallery-main-sec .gallery-wrapper {
        column-count: 4;
    }
}

@media screen and (min-width: 1100px) {
    .gallery-main-sec .gallery-wrapper {
        column-count: 5;
    }
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .our-history .container {
        max-width: 1000px;
    }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
    .our-history .container {
        max-width: 900px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .our-history .container {
        max-width: 700px;
    }
}

/* Gallary Section CSS End */

/*How It Works css start*/
.howwork-area {
    padding-top: 40px;
    position: relative
}

.howwork-area .howwork-timeline-area .howwork-timeline-block {
    padding: 0;
    position: relative;
}

.howwork-area .howwork-timeline-area .howwork-timeline-block .space {
    padding: 0px 70px 40px;
    position: relative
}

.howwork-area .howwork-timeline-area {
    position: relative;
}

.howwork-area .howwork-timeline-area .howwork-timeline {
    margin: 0;
}

.howwork-area .howwork-timeline-area .timeline-line {
    width: 2px;
    height: 100% !important;
    background-color: #0055B820;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0px;
    left: 0;
    margin: 0 auto;
    padding: 0;
}

.howwork-area .howwork-timeline-area .timeline-line .timeline-line-on {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50rem;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    left: -15px;
    top: -1px;
    transition: all ease 0.5s;
    opacity: 0;
    transform: translateY(-40px);
    box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.25);
}

.howwork-area .howwork-timeline-area .timeline-line .timeline-line-on::after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50rem;
    background-color: #0055B8;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    transition: all ease 0.5s;
    right: 0;
    margin: auto;
    bottom: 0;
}

.howwork-area .howwork-timeline-area .howwork-timeline-block.active .timeline-line {
    background-color: #0055B8;
}

.howwork-area .howwork-timeline-area .howwork-timeline-block.active .timeline-line .timeline-line-on {
    transition: all ease 0.5s;
    transform: translateY(0px);
}

.howwork-area .howwork-timeline-area .howwork-timeline-block:nth-child(even) .count-rev {
    text-align: right
}

.howwork-area .howwork-timeline-area .howwork-timeline-block:nth-child(even) .count-rev ul.list-block li::before {
    left: auto;
    right: 0;
}

.howwork-area .howwork-timeline-area .howwork-timeline-block:nth-child(even) .count-rev ul.list-block li {
    padding-right: 45px;
    padding-left: 0;
}

.howwork-area .howwork-timeline-area .howwork-timeline-block .count-rev ul.list-block li {
    padding-bottom: 10px;
}

.howwork-area .howwork-timeline-area .howwork-timeline-block .count-rev ul.list-block li:not(:last-child) {
    margin-bottom: 10px;
}

.howwork-area .howwork-timeline-area .howwork-timeline-block .timeline-icon {
    margin-top: 60px;
}

.text-right {
    text-align: right
}

.howwork-area .howwork-timeline-area .howwork-timeline-block .heading-sm {
    font-size: 26px;
    margin: 0;
}

.howwork-area .howwork-timeline-area .howwork-timeline-block.active .timeline-line-on {
    opacity: 1
}


/*How It Works css end*/

/* Success Stories Css Start */
.success-stories-block-right {
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.success-stories-block {
    width: 100%;
}

.success-stories-next-step {
    text-align: center;
}

.reverse-column {
    flex-direction: row-reverse;
}

.rotate-c {
    transform: rotate(-10deg);
}

.success-stories-area .mission-vision-block {
    margin: 0 0 150px;
}

.success-stories-area .mission-vision-block-right .mission-vision-block-right-img {
    /* position: relative;
	z-index: -1; */
}

/* Success Stories Css end */

.meet-our-slider img {
    width: 20% !important;
    flex-shrink: 0;
    margin-right: 20px;
    margin-bottom: 20px;
}

.testimonial-slider {
    overflow: visible;
}

.testimonial-slider .swiper-slide {
    opacity: 0;
}

.testimonial-slider .swiper-slide.swiper-slide-active,
.testimonial-slider .swiper-slide.swiper-slide-next,
.testimonial-slider .swiper-slide.swiper-slide-next+.swiper-slide {
    opacity: 1;
}

.testimonial-pagination {
    position: unset;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    background-color: #0055B8;
    border: 2px solid;
    border-color: #0055B8;
    opacity: 1;
    border-radius: 5px;
    transition: width ease-in 0.5s;
}

.testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    height: 7px;
    background-color: transparent;
    border-color: #0055B8;
}

.inside-heading {
    z-index: -1;
}

.feedback-area-block .feedback-block-box {
    min-height: 410px;
}

.text-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.filter-tabs-block .nav.nav-fill {
    max-width: 80%;
}

.filter-tabs-block .nav-pills .nav-link.active {
    background-color: #0055B8;
    border-color: #0055B8;
    color: #fff;
}

.filter-tabs-block .nav-pills .nav-link {
    background-color: #fff;
    border: 2px solid;
    border-color: #0055B820;
    border-radius: 10px;
    padding: 20px 50px;
    font-size: 18px;
    font-weight: bold;
    color: #0055B8;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1);
    position: relative;
}

.filter-tabs-block .nav-pills .nav-link:after {
    content: "";
    width: 20px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -9px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    opacity: 0;
}

.filter-tabs-block .nav-pills .nav-link.active:after {
    background-color: #0055B8;
    opacity: 1;
}

.cust-pagination .page-item .page-link {
    width: 50px;
    height: 50px;
    display: inline-flex;
    background-color: transparent;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50rem !important;
    border-color: #0055B8;
    color: #0055B8;
    outline: none;
    box-shadow: none;
}

.cust-pagination .page-item.link-arrows .page-link,
.cust-pagination .page-item.link-arrows .page-link:hover,
.cust-pagination .page-item.link-arrows .page-link:focus {
    background-color: #E2EBF8;
    border-color: #E2EBF8;
}

.cust-pagination .page-item.active .page-link,
.cust-pagination .page-item .page-link:hover,
.cust-pagination .page-item .page-link:focus {
    background-color: #0055B8;
    color: #fff
}

.cust-pagination .link-previous img {
    transform: rotate(180deg);
}

.filter-gallery-block-box .filter-gallery-block-box-img img {
    height: 400px;
    object-fit: cover;
}

.filter-gallery-block-box .card .card-body .text-clamp {
    min-height: 75px;
}

.cust-pagination {
    max-width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.cust-pagination .page-numbers {
    background-color: transparent;
    border-radius: 50rem;
    color: #0055B8;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 0.5s;
    border: 1px solid #0055B8;
    margin: 0 5px;
    font-weight: 600;
}

.cust-pagination .page-numbers.next,
.cust-pagination .page-numbers.next:hover,
.cust-pagination .page-numbers.prev,
.cust-pagination .page-numbers.prev:hover {
    background-color: #E2EBF8;
    border-color: #E2EBF8;
}

.cust-pagination .page-numbers.prev img {
    transform: rotate(180deg);
}

.cust-pagination .page-numbers.current,
.cust-pagination .page-numbers:hover {
    background-color: #0055B8;
    color: #fff;
}

.contact-info-inside .getin-touch-block-right-contact-info {
    margin-top: 20px;
}

.contact-info-inside .getin-touch-block-right-contact-info .getin-touch-block-right-contact-info-cont {
    max-width: unset;
    word-wrap: anywhere;
}

.contact-info-inside .getin-touch-block-right-contact-info-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    margin-right: 25px;
    flex-shrink: 0;
}

.contact-info-inside .getin-touch-block-right-contact-info-cont span {
    font-size: 20px;
    font-weight: 600
}

.contact-info-block-right p.bold {
    font-weight: bold;
    color: #121212;
    font-size: 22px;
}

.contact-form .input-field_wrapper {
    padding: 40px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 10px 70px 90px 5px rgba(0, 0, 0, 0.08);
}

.contact-form .input-field_wrapper .input-field {
    width: 100%;
    margin: 0 0 20px 0;
}

.contact-form .input-field_wrapper .input-field input,
.contact-form .input-field_wrapper .input-field textarea {
    font-size: 18px;
    color: #414141;
    font-weight: 400;
    padding: 15px 30px;
    line-height: 1;
    background-color: #F5F5F5;
    border: none;
    border-radius: 30px;
    width: 100%;
    outline: none;
    box-shadow: none;
}

.contact-form .input-field_wrapper .input-field input::placeholder,
.contact-form .input-field_wrapper .input-field textarea::placeholder {
    font-size: 18px;
    color: #414141;
    font-weight: 400;
}

.contact-form .input-field_wrapper .submit-button {
    position: relative;
    max-width: max-content;
    margin: 0 auto;
}

.contact-form .input-field_wrapper .submit-button:before {
    content: "";
    background-color: #00000010;
    border-radius: 50rem;
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
}

.contact-form .input-field_wrapper input::-webkit-outer-spin-button,
.contact-form .input-field_wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.contact-form .input-field_wrapper input[type=number] {
    -moz-appearance: textfield;
}

.contact-form .input-field_wrapper .input-field textarea {
    min-height: 150px;
}

.rotate-snap {
    transform: rotate(-5deg);
}

.rotate-snap-lg {
    transform: rotate(-10deg);
}

.min-height-auto {
    min-height: unset !important;
}

.get-involved-box .btn-onbox {
    bottom: -20px !important;
    z-index: 1;
    max-width: max-content;
}

.more-resources-box .more-resources-block .rounded-pill {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.blog-details-block .blog-details-block-left .blog-details-block-content-img .w-100 {}


/*about us new css*/

.success-sequence-block .progress {
    width: 80px;
    height: 80px !important;
    float: left;
    line-height: 80px;
    background: none;
    margin: 0;
    box-shadow: none;
    position: relative;
}

.success-sequence-block .progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.success-sequence-block .progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.success-sequence-block .progress .progress-left {
    left: 0;
}

.success-sequence-block .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.success-sequence-block .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.success-sequence-block .progress .progress-right {
    right: 0;
}

.success-sequence-block .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-100 1.8s linear forwards;
}

.success-sequence-block .progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}

.success-sequence-block .progress.blue .progress-bar {
    border-color: #68d9fa;
}

.success-sequence-block .progress.blue.seagreen .progress-bar {
    border-color: #88e9d1;
}

.success-sequence-block .progress.blue.pink .progress-bar {
    border-color: #ff9b8c;
}

.success-sequence-block .progress.blue .progress-left .progress-bar {
    animation: loading-100 1.5s linear forwards 1.8s;
}

.success-sequence-block .progress.blue.pro90 .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
}

.success-sequence-block .progress.blue.pro98 .progress-left .progress-bar {
    animation: loading-3 1.5s linear forwards 1.8s;
}

.success-sequence-block .progress.blue.pro65 .progress-left .progress-bar {
    animation: loading-65 1.5s linear forwards 1.8s;
}

.success-sequence-block .progress.blue.pro85 .progress-left .progress-bar {
    animation: loading-85 1.5s linear forwards 1.8s;
}

.success-sequence-block .progress.blue.pro50 .progress-left .progress-bar {
    animation: loading-50 1.5s linear forwards 1.8s;
}

.success-sequence-block .progress.blue.pro70 .progress-left .progress-bar {
    animation: loading-70 1.5s linear forwards 1.8s;
}

@keyframes loading-100 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(165deg);
        transform: rotate(165deg);
    }
}


@keyframes loading-65 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(120deg);
        transform: rotate(120deg);
    }
}

@keyframes loading-85 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(134deg);
        transform: rotate(134deg);
    }
}

@keyframes loading-50 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes loading-70 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.success-sequence-block .card.blue-bg {
    background: linear-gradient(180deg, rgba(104, 217, 250, 0) 50%, rgba(104, 217, 250, 0.25) 100%);
}

.success-sequence-block .card.seagreen-bg {
    background: linear-gradient(180deg, rgba(136, 233, 209, 0) 50%, rgba(136, 233, 209, 0.25) 100%);
}

.success-sequence-block .card.pink-bg {
    background: linear-gradient(180deg, rgba(248, 110, 135, 0) 50%, rgba(248, 110, 135, 0.25) 100%);
}


.blog-details-block-left-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.blog-details-block-left-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1340px) {
    .header-main-sec .header-logo img {
        height: 36px;
    }
}

@media screen and (max-width:1280px) {

    section.space-py,
    .space-py {
        padding-bottom: 100px;
        padding-top: 100px;
    }

    .hero-area .hero-slider-block {
        min-height: 980px;
    }

    .inner-top-area .inner-top-block {
        min-height: 600px;
    }

    .header-main-sec .header-logo img {
        height: 36px;
    }

    .header-main-sec .navbar-nav .nav-link {
        font-size: 14px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .header-main-sec .navbar-nav .nav-item .btn-primary::before {
        width: 50px;
    }

    .header-main-sec .navbar-nav .nav-item .btn-primary {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nss-profile-info-block {
        min-height: 500px;
    }

    .our-team-block .our-team-block-box .our-team-block-box-img img {
        height: 440px;
    }

    .our-team-block .our-team-block-box {
        height: calc(100% - 440px);
    }

    .feedback-area-block .feedback-block-box {
        min-height: unset;
    }
}

@media screen and (max-width:1199px) {
    .header-main-sec .navbar-nav .nav-link {
        font-size: 13px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .header-main-sec .navbar .header-logo {
        padding-right: 20px;
    }

    .header-main-sec .navbar-nav li.menu-item-has-children>a::after {
        height: 5px;
        width: 7px;
        margin-left: 5px;
    }

    section.space-py,
    .space-py {
        padding-bottom: 75px;
        padding-top: 75px;
    }

    .heading-lg {
        font-size: 54px;
        line-height: 64px;
    }

    .heading-sm {
        font-size: 48px;
        line-height: 58px;
    }

    .heading-xxsm {
        /* font-size: 26px; */
    }

    .heading-msm {
        font-size: 40px;
        line-height: 50px;
    }

    .heading-lg-xsm {
        font-size: 34px;
        line-height: 34px;
    }

    .btn {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 16px;
    }

    .text,
    .card-text,
    .our-history p {
        font-size: 16px;
        line-height: 26px;
    }

    .info-list ul li,
    ul.list-block li {
        font-size: 16px;
    }

    .hero-area .hero-slider-block {
        min-height: 850px;
    }

    .nss-profile-info-block {
        min-height: 450px;
    }

    .impact-glance-block .impact-glance-block-right {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .video-area {
        height: 440px;
    }

    .footer-area .footer-top-area .footer-logo img {
        height: 50px;
    }

    .footer-area .footer-middle-area ul li a {
        font-size: 16px;
    }

    .pb-spacer {
        padding-bottom: 200px !important;
    }

    .footer-area {
        padding-bottom: 30px;
    }

    .footer-area .footer-bottom-area .copyright-area {
        font-size: 16px;
    }

    .footer-area .footer-middle-area ul {
        margin: 30px 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .our-team-block .our-team-block-box .our-team-block-box-img img {
        height: 400px;
    }

    .our-team-block .our-team-block-box {
        height: calc(100% - 400px);
    }

    .programs-area-outer .programs-area-block {
        margin-top: 70px;
    }

    .feedback-area-block .card .card-body .heading-xxsm {
        font-size: 24px;
    }

    .filter-tabs-block-content .filter-gallery-block-box .card .card-body .heading-xxsm {
        font-size: 24px;
    }

    .blog-details-block .blog-details-block-content .heading-xxsm {
        font-size: 24px;
    }

    .filter-gallery-block-box .card .card-body .text-clamp {
        min-height: 60px;
    }

    .filter-gallery-block-box .filter-gallery-block-box-img img {
        height: 250px;

    }
}

@media screen and (max-width:1024px) {

    section.space-py,
    .space-py {
        padding-bottom: 70px;
        padding-top: 70px;
    }

    .heading-lg {
        font-size: 48px;
        line-height: 58px;
    }

    .heading-sm {
        font-size: 38px;
        line-height: 48px;
    }

    .heading-xxsm {
        /* font-size: 24px; */
    }

    .heading-msm {
        font-size: 34px;
        line-height: 44px;
    }

    .heading-lg-xsm {
        font-size: 30px;
        line-height: 30px;
    }

    .btn {
        padding-left: 25px;
        padding-right: 25px;
    }

    .btn-primary::before,
    .btn-secondary::before {
        width: 80px;
    }



    .header-main-sec .navbar-nav .nav-link {
        font-size: 13px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .header-main-sec .header-logo img {
        height: 30px;
    }

    .hero-area .hero-slider-block {
        min-height: 780px;
    }

    .hero-area .hero-slider-block {
        padding-bottom: 80px;
    }

    .nss-profile-info-block {
        min-height: 380px;
    }

    .nss-profile-info-block .card-body {
        padding: 20px;
    }

    .video-area {
        height: 420px;
    }

    .impact-glance-block-box .impact-glance-block-box-info {
        flex-wrap: wrap;
    }

    .our-program-block-bottom .our-program-block-bottom-box .our-program-block-bottom-box-img img {
        height: 350px;
    }

    .our-program-block-bottom .our-program-block-bottom-box {
        height: calc(100% - 350px);
    }

    .cta-area .cta-area-block {
        min-height: unset;
    }

    .pb-spacer {
        padding-bottom: 180px !important;
    }

    .success-area.space-py {
        padding-bottom: 0;
    }

    .inner-top-area .inner-top-block {
        min-height: 500px;
    }

    .our-team-block .our-team-block-box .our-team-block-box-img img {
        height: 360px;
    }

    .our-team-block .our-team-block-box {
        height: calc(100% - 360px);
    }

    .bottom-spacer {
        padding-bottom: 120px !important;
    }

    .meet-our-slider img {
        width: 25% !important;
    }

    .howwork-area .howwork-timeline-area .howwork-timeline-block .space {
        padding-left: 40px;
        padding-right: 40px;
    }

}

@media screen and (max-width:991px) {

    .footer-area .footer-middle-area .footer-nav,
    .footer-area .footer-bottom-area {
        flex-direction: column;
    }

    .footer-area .footer-middle-area ul li {
        line-height: 42px;
    }

    .header-main-sec .navbar-nav li.menu-item-has-children span.dw-aarow {}

    .header-main-sec .navbar-nav li>ul.sub-menu li a {
        color: #fff;

    }

    .header-main-sec .navbar-nav li:hover .sub-menu li a:hover {
        color: #fff;
    }

    .header-main-sec .navbar-nav li .sub-menu {
        background-color: transparent;
        opacity: 1;
        visibility: visible
    }

    .header-main-sec .navbar-nav li .sub-menu::after {
        display: none;
    }

    .header-main-sec .navbar-nav li.menu-item-has-children>a::after {
        display: none
    }

    .header-main-sec .navbar-nav li.menu-item-has-children span.dw-aarow {

        display: inline-block;
    }

    .header-main-sec .navbar-nav li .sub-menu {
        position: relative;
        top: auto;
        left: auto;
        max-height: 0;
        overflow: hidden;
        transform: scaleY(1);
        padding: 0;
        transition: max-height 0.3s ease-out, padding 0.3s ease-out;
        box-shadow: none;
    }

    .nss-profile-info-block {
        min-height: 300px;
    }

    .header-main-sec .navbar-nav {}

    .heading-lg {
        font-size: 40px;
        line-height: 50px;
    }

    .heading-sm {
        font-size: 34px;
        line-height: 44px;
    }

    .heading-xxsm {
        /* font-size: 22px; */
    }

    .heading-msm {
        font-size: 34px;
        line-height: 44px;
    }

    .heading-lg-xsm {
        /* font-size: 26px;
		line-height: 26px; */
    }

    .inner-top-area .inner-top-block {
        min-height: 440px;
        padding-bottom: 60px;
    }

    .community-block-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .our-team-block .our-team-block-box .our-team-block-box-img img {
        height: 460px;
    }

    .our-team-block .our-team-block-box {
        height: calc(100% - 460px);
    }

    .success-stories-area .mission-vision-block {
        margin-bottom: 60px;
    }

    .howwork-area .howwork-timeline-area .howwork-timeline-block .space {
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 20px;
    }

    .contact-info-block .contact-info-block-right .card.p-6 {
        padding: 25px;
    }

    .nss-profile-info .nss-profile-info-block .card-body-inside-cont .card-text {
        min-height: 210px;
    }

}

@media screen and (max-width:767px) {
    .heading-lg {
        font-size: 30px;
        line-height: 40px;
    }

    .heading-sm {
        font-size: 30px;
        line-height: 30px;
    }

    .heading-msm {
        font-size: 32px;
        line-height: 42px;
    }

    .header-main-sec {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .hero-area .hero-content-area .info-list ul {
        flex-direction: column;
        align-items: start !important;
    }

    .hero-area .hero-slider-block {
        min-height: 760px;
    }

    .hero-area .overlay-bg::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.7) 52%, rgba(0, 0, 0, 1) 100%);
    }

    .hero-area .hero-content-area .info-list ul li {
        padding-bottom: 10px;
    }

    .hero-area .hero-content-area .button-block>a.btn {
        width: 100%;
    }

    .nss-profile-info-block {
        min-height: 450px;
    }

    .impact-glance-block .impact-glance-block-left {
        position: relative !important;
        height: 600px;
        overflow: hidden;
    }

    .impact-glance-block::before {
        content: none;
    }

    .impact-glance-block::after {
        width: 100%;
    }

    .impact-glance-block .impact-glance-block-left .column-2 {
        display: none !important;
    }

    .impact-glance-block .impact-glance-block-right {
        padding-top: 60px;
        padding-bottom: 60px;
        position: relative;
    }

    .impact-glance-block .impact-glance-block-right::before {
        content: "";
        width: 100%;
        height: 300px;
        position: absolute;
        z-index: 1;
        left: 0;
        bottom: -300px;
        background: linear-gradient(180deg, rgba(0, 85, 184, 1) 0%, rgba(0, 85, 184, 0) 100%);
    }

    .our-program-block-bottom .our-program-block-bottom-box .our-program-block-bottom-box-img img {
        height: 450px;
    }

    .our-program-block-bottom .our-program-block-bottom-box {
        height: auto;
    }

    .our-program-block-bottom .our-program-block-bottom-box .top-sticker {
        top: -30px;
    }

    .our-program-block-bottom .our-program-block-bottom-box .top-sticker img {
        height: 60px;
    }

    .cta-area .cta-area-block {
        padding: 65px 30px 40px;
        min-height: unset;
    }

    .cta-bottom-block .cta-bottom-block-bottom .card .heading-xxsm {
        font-size: 20px;
        line-height: 20px;
    }

    .cta-bottom-area.bg-grd-yellow {
        background: linear-gradient(180deg, rgba(254, 221, 0, 0) 10%, rgba(254, 221, 0, 0.20) 100%);
    }

    .pb-spacer {
        padding-bottom: 80px !important;
    }

    .footer-area .footer-top-area .footer-logo img {
        height: 30px;
    }

    .footer-area::after {
        background-size: auto 40%;
        height: 70px;
        top: -25px;
    }

    .footer-area {
        padding-top: 30px;
    }

    .footer-area .footer-middle-area .footer-nav,
    .footer-area .footer-bottom-area {
        flex-direction: column;
    }

    .footer-area .footer-middle-area ul li {
        line-height: 42px;
    }

    .footer-area .footer-bottom-area .copyright-area {
        padding: 0 30px;
        text-align: center;
    }

    .inner-top-area .inner-top-block {
        min-height: 340px;
        padding-bottom: 40px;
    }

    .success-area-block .number-counter {
        width: 70px;
        height: 70px;
        border-width: 5px;
    }

    .community-block-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .bottom-spacer {
        padding-bottom: 60px !important;
    }

    .meet-our-slider img {
        width: 40% !important;
    }

    .howwork-area .howwork-timeline-area .timeline-line {
        right: auto;
        left: 20px;
    }

    .howwork-area .howwork-timeline-area .howwork-timeline-block .space .count-rev {
        margin-left: 20px;

    }

    .howwork-area .howwork-timeline-area .howwork-timeline-block:nth-child(2n) .count-rev {
        text-align: left;
    }

    .howwork-area .howwork-timeline-area .howwork-timeline-block:nth-child(2n) .count-rev ul.list-block li::before {
        left: 0;
        right: auto;
    }

    .howwork-area .howwork-timeline-area .howwork-timeline-block:nth-child(2n) .count-rev ul.list-block li {
        padding-right: 0;
        padding-left: 45px;
    }

    .howwork-area .howwork-timeline-area .howwork-timeline-block .space.blank {
        padding: 0;
    }

    .feedback-area-block .card .card-body .heading-xxsm {
        font-size: 22px;
    }

    .contact-info-inside .getin-touch-block-right-contact-info-icon {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }

    .contact-info-inside .getin-touch-block-right-contact-info-cont span {
        font-size: 18px;
    }

    .nss-profile-info .nss-profile-info-block .card-body-inside-cont .card-text {
        min-height: unset;
    }

    .careers-main-sec .careers-block .row {
        flex-direction: column-reverse;
    }

    .contact-form .input-field_wrapper {
        padding: 20px;
    }
}

@media screen and (max-width:575px) {

    .video-area {
        height: 250px;
    }

    .community-block-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.single-tribe_events #comments {
    display: none !important;
}



.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    /* Ensure flexible height */
}

.testimonial-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    /* Forces all boxes to take the same height */
}

.blog-details-block-content a {
    text-decoration: underline !important;
    color: #0055B8 !important;
    font-weight: 700;
}


/* Next Step Success CSS Start */

.page-id-2903 .contact-info-area .card iframe {
    height: 1340px !important;
}

@media screen and (max-width: 1299px) {
    .page-id-2903 .contact-info-area .card iframe {
        height: 1480px !important;
    }
}

@media screen and (max-width: 1250px) {
    .page-id-2903 .contact-info-area .card iframe {
        height: 1580px !important;
    }
}

@media screen and (max-width: 991px) {
    .page-id-2903 .contact-info-area .card iframe {
        height: 1665px !important;
    }
}

@media screen and (max-width: 880px) {
    .page-id-2903 .contact-info-area .card iframe {
        height: 1925px !important;
    }
}

@media screen and (max-width: 767px) {
    .page-id-2903 .contact-info-area .card iframe {
        height: 1345px !important;
    }
}

@media screen and (max-width: 640px) {
    .page-id-2903 .contact-info-area .card iframe {
        height: 1465px !important;
    }
}

@media screen and (max-width: 560px) {
    .page-id-2903 .contact-info-area .card iframe {
        height: 1585px !important;
    }
}

@media screen and (max-width: 425px) {
    .page-id-2903 .contact-info-area .card iframe {
        height: 1700px !important;
    }

    .page-id-2903 .contact-info-block .contact-info-block-right .card.p-6 {
        padding: 20px 0;
    }
}

@media screen and (max-width: 375px) {
    .page-id-2903 .contact-info-area .card iframe {
        height: 1940px !important;
    }

    .page-id-2903 .contact-info-block .contact-info-block-right .card.p-6 {
        padding: 20px 0;
    }
}

@media screen and (max-width: 359px) {
    .page-id-2903 .contact-info-area .card iframe {
        height: 2045px !important;
    }

    .page-id-2903 .contact-info-block .contact-info-block-right .card.p-6 {
        padding: 20px 0;
    }
}

/* 09-05-2025 css start */
.blog-slider-wrapper .slick-list.draggable {
    overflow: visible !important;
    padding: 30px 30px 70px 30px;
}

.blog-main-sec {
    overflow: hidden;
}

.blog-slider-wrapper .blog-slide-item {
    padding: 0px 13.5px;
    margin: 0px !important;
}

.blog-slider-wrapper.slick-slider .blog-slide-item.slick-slide {
    padding: 0px 13.5px;
    opacity: 0;
    visibility: hidden;
    margin: 0px !important;
}

.blog-slider-wrapper.slick-slider .blog-slide-item.slick-active {
    opacity: 1;
    visibility: visible;
}

.blog-slider-wrapper .slick-arrow {
    background: #FEDD00;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    transition: 0.3s ease;
}

.blog-slider-wrapper .slick-arrow:hover {
    background: #0055B8;
    transition: 0.3s ease;
}

/* .blog-slider-wrapper .slick-track {
    margin: 0px -13.5px;
} */

.blog-slider-wrapper .slick-arrow.slick-prev::before {
    transform: rotate(180deg);
}

.blog-slider-wrapper .slick-arrow::before {
    content: '';
    width: 30px;
    height: 30px;
    background: url("https://nextsteptosuccess.org/wp-content/uploads/2025/03/icon-arrow-blue.svg")no-repeat center;
    background-size: 20px;
    filter: unset;
    transition: 0.3s ease;
}

.blog-slider-wrapper .slick-arrow:hover::before {
    filter: brightness(0) invert(1);
    transition: 0.3s ease;
}

.footer-bottom-area-text p {
    font-family: "Montserrat", sans-serif !important;
    color: #fff !important;
}

/* 09-05-2025 css end */

/* 13-05-2025 CSS Start */

section.opportunities {
    background: linear-gradient(180deg, rgba(0, 85, 184, 0.1) 0%, rgba(0, 85, 184, 0) 100%);
}

.opportunities-slider {
    margin: 50px 0 0 0;
}

.opportunities-slider .slick-slide .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.opportunities-slider .slick-list.draggable {
    padding: 0 !important;
    overflow: visible;
}

.opportunities-slider .slick-track {
    display: flex;
}

.opportunities-slider .slick-slide {
    height: auto;
    /* max-height: 270px; */
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.opportunities-slider .slick-slide.slick-active {
    opacity: 1;
}

.opportunities-slider .slick-slide .item-image {
    height: 100%;
}

.opportunities-slider .slick-slide.slick-current {
    transform: scale(1.3);
    box-shadow: 10px 10px 100px 0px rgba(0, 0, 0, 0.35);
}

.opportunities-slider button.slick-arrow {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: center;
}

.opportunities-slider button.slick-arrow:before {
    display: none;
}

.opportunities-slider button.slick-arrow.slick-prev {
    left: calc(50% - 330px);
    background-image: url('data:image/svg+xml,<svg width="17" height="14" viewBox="0 0 17 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 6.97534L16 6.97534" stroke="%230055B8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M7 1L1 6.9995L7 13" stroke="%230055B8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.opportunities-slider button.slick-arrow.slick-next {
    right: calc(50% - 330px);
    background-image: url('data:image/svg+xml,<svg width="17" height="14" viewBox="0 0 17 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 6.97534L1 6.97534" stroke="%230055B8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 1L16 6.9995L10 13" stroke="%230055B8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.sponsorship-form {
    margin: 98px 0 0 0;
}

/* 13-05-2025 CSS End */

/* 14-05-2025 CSS Start */

.volunteer-section #cognito-form {
    height: 1300px;
}

.opportunities #cognito-form {
    height: 1450px;
}

@media only screen and (max-width:1520px) {
    .blog-slider-wrapper .slick-arrow.slick-prev {
        left: 0px;
    }

    .blog-slider-wrapper .slick-arrow.slick-next {
        right: 0px;
    }
}

@media only screen and (max-width:1440px) {
    .sponsorship-form {
        margin: 70px 0 0 0;
    }

    .blog-slider-wrapper .slick-arrow.slick-prev {
        left: 10px;
    }

    .blog-slider-wrapper .slick-arrow.slick-next {
        right: 10px;
    }

    .volunteer-section #cognito-form {
        height: 1360px;
    }
}

@media screen and (max-width: 1300px) and (min-width: 1025px) {
    .opportunities #cognito-form {
        height: 1620px;
    }

    .opportunities .card,
    .volunteer-section .card {
        padding: 10px;
    }
}

@media only screen and (max-width:1199px) {
    .blog-slider-wrapper .blog-slide-item h5 {
        font-size: 24px;
    }
}

@media only screen and (max-width:1024px) {
    .volunteer-section .row .col-12 {
        width: 100%;
    }

    .mission-vision-block-right .mission-vision-block-right-img {
        padding: 0 0 2rem 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 400px;
        margin: 0px auto 30px auto !important;
    }

    .mission-vision-block-right .top-sticker {
        left: auto;
        position: relative !important;
        width: 400px;
        margin: 0px auto;
        text-align: left !important;
    }

    .mission-vision-block-right .top-sticker img.w-75 {
        width: 100px !important;
        position: absolute;
        left: -40px;
        top: -24px;
    }

    .volunteer-section .row .col-12.offset-lg-1 {
        margin-left: 0;
    }

    .sponsorship-form .col-12 {
        width: 100% !important;
        padding: 0;
    }

    .programs-area-block-box .row {
        flex-direction: row !important;
        flex-wrap: wrap;
    }

    .programs-area-block-box .row .col-12 {
        width: 100% !important;
    }

    .programs-area-block-box-right-img img {
        height: 400px !important;
    }

    .opportunities-slider button.slick-arrow.slick-prev {
        left: 0;
    }

    .opportunities-slider button.slick-arrow.slick-next {
        right: 0;
    }

    .opportunities-slider button.slick-arrow {
        width: 40px;
        height: 40px;
    }

    .sponsorship-form {
        margin: 60px 0 0 0;
    }

    section.mentorship-challenge {
        padding-top: 70px !important;
    }

    .mentorship-challenge .row .col-12,
    .contact-info-block .row .col-12 {
        width: 100%;
    }

    .programs-area-block-box .row>.col-12:last-child {
        order: -1;
    }

    .blog-slider-wrapper .slick-list.draggable {
        padding: 0px 10px 70px 10px;
    }

    .mentorship-challenge .mission-vision-block-right .mission-vision-block-right-img {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    section.mentorship-challenge {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 991px) {
    .contact-us .card {
        max-width: 700px;
        margin: 0 auto;
    }

    .contact-us .card iframe {
        height: 1040px !important;
    }
}

@media only screen and (max-width:767px) {
    .programs-area-block-box-right-img img {
        height: 300px !important;
    }

    .mission-vision-block-right .top-sticker {
        width: 300px;
    }

    .opportunities-slider {
        margin: 20px 0 0 0;
    }

    .opportunities-slider button.slick-arrow {
        width: 30px;
        height: 30px;
    }

    .mission-vision-block-right .mission-vision-block-right-img {
        width: 300px;
    }

    .contact-info-block-right .card.p-6,
    .contact-info-block .contact-info-block-right .card.p-6 {
        padding: 20px;
    }

    .opportunities-slider .slick-slide.slick-current {
        transform: scale(1);
        box-shadow: 10px 10px 100px 0px rgba(0, 0, 0, 0.35);
    }

    .opportunities-slider button.slick-arrow.slick-prev {
        left: 10px;
    }

    .opportunities-slider button.slick-arrow.slick-next {
        right: 10px;
    }

    .sponsorship-form {
        margin: 50px 0 0 0;
    }

    .contact-us .card iframe {
        height: 1060px !important;
    }
}

@media screen and (max-width: 700px) {
    .opportunities #cognito-form {
        height: 1650px;
    }
}

@media only screen and (max-width:580px) {
    .programs-area-block-box-right-img img {
        height: 270px !important;
    }
}

@media screen and (max-width: 500px) {
    .volunteer-section #cognito-form {
        height: 1980px;
    }

    .opportunities #cognito-form {
        height: 2220px;
    }
}

@media screen and (max-width: 480px) {
    .opportunities #cognito-form {
        height: 1990px;
    }

    .volunteer-section #cognito-form {
        height: 1745px;
    }
}

@media screen and (max-width: 420px) {
    .volunteer-section #cognito-form {
        height: 1980px;
    }

    .opportunities #cognito-form {
        height: 2220px;
    }
}

/* 14-05-2025 CSS End */

.gallery-main-sec {
    overflow: hidden;
}

.cust-about-gallery {
    object-fit: cover;
}