/*================================
=      Top video Promotion       =
================================*/
.toppromotion {
    min-height: 300px;
    background-color: var(--brandcolor);
    position: relative;
}
.toppromotion .overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    min-height: 300px;
    border-radius: 25px;
    overflow: hidden;
}
.toppromotion .overlay iframe {
    width: 100%;
    height: 400px;
    margin: 0px 0px -3px 0px;
    /*margin: 30px 0px 25px 0px;*/
}
/*=====  End of Top video Promotion  ======*/
/*================================
=            About Us           =
================================*/
.aboutussec {
    padding: 30px 0px;
    background-color: var(--brandcolor);
    color: var(--bs-white);
}
.aboutussec .sec-title h2 {
    color: var(--bs-white);
}
.aboutussec .sec-title h2:after {
    background: var(--bs-white);
}
.aboutussec .sec-title h2:before {
    background-color: var(--bs-white);
}
/*=====  End of About Us  ======*/
/*================================
=          Our Mission           =
================================*/
.ourmisec {
    background-color: var(--mmcolorone);
    padding: 30px 0px;
}
.ourmisec ul {
    padding-left: 0px;
}
.ourmisec ul li {
    list-style: none;
    margin-top: 10px;
    color: var(--mmcolortwo);
}
.ourmisec ul li:first-child {
    margin-top: 0px;
}
.ourmisec ul li:before {
    font-family: "Font Awesome 6 Free";
    content: "\f5bb";
    /*color: var(--bs-light-text-emphasis);*/
    color: var(--bs-teal);
    margin-right: 5px;
    font-weight: 600;
}
/*=====  End of Our Mission  ======*/
/*================================
=           Our Charity          =
================================*/
.ocharitysec {
    background-color: var(--bs-black);
    padding: 30px 0px;
    color: var(--bs-white);
}
.ocharitysec .sec-title h2 {
    color: var(--bs-white);
}
.ocharitysec .sec-title h2:after {

    background: var(--bs-white);
}
.ocharitysec .sec-title h2:before {
    background-color: var(--bs-white);
}
/*=====  End of Our Charity  ======*/
/*================================
=           Our Programs          =
================================*/
.ourpsecwrap {
    background-color: var(--bs-white);    
}
.ourpsecwrap .ourpsec {    
    padding: 30px 0px;
    color: var(--bs-white);
}
.ourpsecwrap .titlewrap {
    padding: 30px 0px 0px 0px;
    background-color: var(--brandcolor);
}
.ourpsecwrap .titlewrap .sec-title h2 {
    color: var(--bs-white);
}
.ourpsecwrap .titlewrap .sec-title h2:after {
    background: var(--bs-white);
}
.ourpsecwrap .titlewrap .sec-title h2:before {
    background-color: var(--bs-white);
}
.ourpsecwrap .ourpsec:nth-child(2) {
    padding: 0px 0px 30px 0px;
    background-color: var(--brandcolor);
}
.ourpsecwrap .ourpsec:nth-child(3) {
    color: var(--bs-light-text-emphasis);
    background-color: var(--mmcolorone);
}
.ourpsecwrap .ourpsec:nth-child(3) .sec-subtitle .subtitle {
    color: var(--bs-light-text-emphasis);
}
.ourpsecwrap .ourpsec:nth-child(4) {
    background-color: var(--mmcolortwo);
}
.ourpsecwrap .actwrap {
    background-color: var(--mmcolortwo);
    padding: 0px 0px 30px 0px;
}
.ourpsecwrap .actwrap .btn-brand,
.ourpsecwrap .actwrap .btn-brand:active {
    color: var(--mmcolortwo);
    border: 1px solid var(--mmcolortwo);
}
.ourpsecwrap .actwrap .btn-brand:hover {
    color: var(--bs-white);
    background-color: var(--brandcolor);
    border: 1px solid var(--brandcolor);
}
.ourpsecwrap .ourpsec .sec-title h2 {
    color: var(--bs-white);
}
.ourpsecwrap .ourpsec .sec-title h2:after {
    background: var(--bs-white);
}
.ourpsecwrap .ourpsec .sec-title h2:before {
    background-color: var(--bs-white);
}
.ourpsecwrap .ourpsec .sec-subtitle .subtitle {
    color: var(--bs-white);
}
.ourpsecwrapn .nreq {
    background-color: var(--bs-white);
    padding: 0px 0px 30px 0px;
}
.ourpsecwrapn .titlewrap {
    padding: 30px 0px 0px 0px;
}
.ourpsecwrapn .progcontwrap {
    position: relative;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
    border: var(--bs-border-width) solid var(--bs-border-color);
    height: 300px;
}
.ourpsecwrapn .progcontwrap img {
    display: block;
    width: 100%;
    height: 100%;
}
.ourpsecwrapn .progcontwrap .progcontoverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    pointer-events: none;
}
.ourpsecwrapn .progcontwrap .progcontentwrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: var(--bs-white);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.ourpsecwrapn .progcontwrap .progcontentwrap .progactwrap {    
    margin-top: 15px;
}
.ourpsecwrapn .progcontwrap .progcontentwrap .progactwrap .btn-brand,
.ourpsecwrapn .progcontwrap .progcontentwrap .progactwrap .btn-brand:active {
    color: var(--bs-white);
    background-color: var(--brandcolor);
    border: 1px solid var(--brandcolor);
}
.ourpsecwrapn .progcontwrap .progcontentwrap .progactwrap .btn-brand:hover {
    color: #333333 !important;
    background-color: rgba(255, 255, 255, 0.34);
    border: 1px solid transparent;
}
.ourpsecwrapn .progcontwrap .progcontentwrap .progactwrap .btn-brand .icnlft {
    opacity: 0;
    visibility: hidden;
    padding-left: 0;
    margin-right: -10px;
    transition: opacity 0.3s ease, visibility 0.3s ease, padding-left 0.3s ease;
}
.ourpsecwrapn .progcontwrap .progcontentwrap .progactwrap .btn-brand:hover .icnlft {
    opacity: 1;
    visibility: visible;
    padding-left: 5px;
    margin-right: 0px;
}
/*================================
=           Latest News          =
================================*/
.latestnewsesec {
    padding: 0px 0px 30px 0px;
}
.latestnewsesec .dfcwrap {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    overflow: hidden;
}
.latestnewsesec .dfcwrap .cdfwrap {
    background-color: var(--bs-white);
    transition: all 0.5s ease 0s;
}
.latestnewsesec .dfcwrap .cdfwrap .card-img-top {
    height: 200px;
    object-fit: cover;
}
.latestnewsesec .dfcwrap .cdfwrap .card-title {
    font-size: 22px;
    color: var(--bs-light-text-emphasis);
}
.latestnewsesec .dfcwrap .cdfwrap .card-text {
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 0;
    margin-bottom: 1rem;
}

/*=====  End of Our Programs  ======*/
.image-reflection {
    position: relative;
    border-radius: 6px;
}
.image-reflection::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 25%;
    background-image: var(--bg-image);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-mask-image: linear-gradient(to bottom, transparent 5%, black 100%);
    mask-image: linear-gradient(to bottom, transparent 5%, black 100%);
    opacity: 0.3;
    transform: rotateX(180deg);
    border-radius: 25px;
}
.image-reflection__image {
    display: block;
    width: 100%;
}
.aboutussec .abouspromo img,
.ourmisec .ompromo img,
.ocharitysec .ocpromo img,
.ourpsecwrap .ourpsec .ompromo img {
    border-radius: 25px;
    margin-bottom: 12%;
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
}
/*================================
=            carosel            =
================================*/
.owl-theme.topslider .owl-nav {
    margin-top: 0px;
}
.owl-carousel.topslider .owl-nav button.owl-prev,
.owl-carousel.topslider .owl-nav button.owl-next {
    z-index: 10;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--brandcolor);
    color: var(--bs-white);
    border-radius: 50%;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    margin-top: 0px;
}
.topslider .owl-nav button span {
    font-size: 40px;
    display: block;
    width: 100%;
    position: absolute;
    line-height: 30px;
    top: 0;
}
.owl-theme.topslider .owl-nav [class*=owl-]:hover {
    background: var(--bs-white);
    color: var(--brandcolor);
    text-decoration: none;
}
.owl-carousel.topslider .owl-nav button.owl-prev {
    left: 0;
}
.owl-carousel.topslider .owl-nav button.owl-next {
    right: 0;
}
.owl-carousel.topslider {
    overflow: hidden;
}
.owl-carousel .owl-item {
    margin-right: 20px;
}
.owl-carousel.topslider .item {
    margin-right: -40px;
}
.owl-carousel.topslider .item img {
    display: block;
    width: 100%;
    height: auto;
}
.owl-theme.topslider .owl-dots {
    position: absolute;
    z-index: 10;
    bottom: 0px;
    left: 0;
    right: 0;
}
.owl-theme.topslider .owl-dots .owl-dot span {
    width: 25px;
    height: 5px;
    margin: 5px 7px;
    background: var(--brandcolor);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme.topslider .owl-dots .owl-dot.active span,
.owl-theme.topslider .owl-dots .owl-dot:hover span {
    background: var(--bs-white);
}
/*=====  End of carosel  ======*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .latestnewsesec .dfcwrap {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 991px) {
    .ourpsecwrapn .progcontwrap {
        height: auto;
        margin-bottom: 15px;
    }
    .latestnewsesec .dfcwrap {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 575px) {    
}



