/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .8s ease-out, visibility 0s linear .0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-hover-bg {
    transition: 0.5s;
}

.btn-hover-bg:hover {
    background: #0d1230 !important;
    color: #ffffff !important;
    border-color: #0d1230 !important;
}

.btn-hover-color {
    transition: 0.5s;
}

.btn-hover-color:hover {
    color: var(--bs-secondary) !important;
}

/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;
    }
}

/*** Topbar End ***/


/*** Navbar Start ***/
.navbar {
    padding: 0;
}

.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 16px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

@media (max-width: 1200px) {
    .navbar .collapse.navbar-collapse .btn-hover-bg.btn {
        margin-bottom: 20px;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

/*** Navbar End ***/

/*** Carousel Start ***/
.carousel-header #carouselId .carousel-control-prev,
.carousel-header #carouselId .carousel-control-next {
    background: transparent;
}

.carousel-header #carouselId .carousel-inner .carousel-item {
    position: relative;
    min-height: 100vh
}

.carousel-header #carouselId .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-header #carouselId .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, 0.4));
    background-size: cover;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 0;
}

.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
    background: transparent !important;
}

.carousel-header #carouselId.carousel {
    position: relative;
}

.carousel-header #carouselId.carousel .carousel-indicators {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
}

.carousel-header #carouselId.carousel .carousel-indicators li,
.carousel-header #carouselId.carousel .carousel-indicators li,
.carousel-header #carouselId.carousel .carousel-indicators li {
    margin-right: 30px !important;
}

.carousel-header #carouselId.carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 12px !important;
    border: 5px solid transparent;
    transition: 0.5s;

}

.carousel-header #carouselId.carousel .carousel-indicators li.active {
    border: 5px solid var(--bs-primary) !important;
    border-radius: 10px;
}

/*** Carousel End ***/



/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../NEWIMAGES/comingsoonheader.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 0 0;
}

.bg-breadcrumb1 {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../NEWIMAGES/header11.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 0 0;
}

.bg-breadcrumb2 {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../NEWIMAGES/con2head.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 0 0;
}

.bg-breadcrumb3 {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../NEWIMAGES/newshead.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 0 0;
}

/*** Single Page Hero Header End ***/


/*** About Start ***/
.about .tab-class .nav .nav-item a.active,
.about .tab-class .nav .nav-item a.active span {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

/*** About End ***/


/*** Service Start ***/
.service .service-item {
    position: relative;
    overflow: hidden;
}

.service .service-item .service-link {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: end;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.5s;
}

.service .service-item .service-link:hover {
    background: rgba(0, 0, 0, 0.6);
}

.service .service-item .service-link a {
    color: var(--bs-white);
    transition: 0.5s;
}

.service .service-item img {
    transition: 0.5s;
}

.service .service-item:hover img {
    transform: scale(1.2);
}

.service .service-item .service-link:hover a:hover {
    color: var(--bs-primary);
}

/*** Service End ***/


/*** Donation Start ***/
.donation .donation-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.donation .donation-item::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}


.donation .donation-item .donation-content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    justify-content: end;
    bottom: -60px;
    left: 0;
    transition: 0.5s;
    z-index: 3;
}

.donation .donation-item:hover .donation-content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    justify-content: end;
    bottom: 0px;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

.donation .donation-item .donation-btn {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.donation .donation-item:hover .donation-btn {
    visibility: visible;
    opacity: 1;
}

/*** Donation End ***/


/*** Counter Start ***/
.counter .counter-item .counter-counting {
    width: 100%;
    text-align: center;
    border-style: dotted;
    border-color: var(--bs-white);
    font-size: 30px;
}

/*** Counter End ***/


/*** causes Start ***/
.causes .causes-item {
    overflow: hidden;
}

.causes .causes-item .causes-img {
    position: relative;
    transition: 0.5s;
}

.causes .causes-item .causes-img .causes-link {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0 !important;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
    background: rgba(0, 0, 0, .2);
    transition: 0.5s;
}

.causes .causes-item .causes-img:hover .causes-link {
    background: rgba(0, 0, 0, .6);
}

.causes .causes-item .causes-img img {
    transition: 0.5s;
}

.causes .causes-item .causes-img:hover img {
    transform: scalex(-1);
}

.causes .causes-item .causes-img .causes-dination {
    position: absolute;
    top: 0;
    right: 0;
}

.causes .causes-item .causes-img .causes-dination a {
    font-size: 14px;
}

.causes .causes-item .causes-content {
    background: var(--bs-secondary);
    border-color: var(--bs-white);
    border-style: dotted;
    border-top: 0;

}

.causes .causes-item .progress {
    height: 10px;
    overflow: visible;
}

.causes .causes-item .progress .progress-bar {
    position: relative;
    width: 0;
    overflow: visible;
    background: var(--bs-primary);
    transition: 2s;
}

.causes .causes-item .progress .progress-bar span {
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    padding: 1px 5px;
    font-size: 12px;
    color: var(--bs-white);
    background: var(--bs-dark);
    z-index: 1;
}

/*** causes End ***/


/*** Events Start ***/
.event .event-carousel.owl-carousel {
    position: relative;
}

.event .event-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -60px;
    left: 0;
    width: 80px;
    height: 40px;
    border: 1px solid var(--bs-primary);
    background: var(--bs-primary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.event .event-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -60px;
    right: 0;
    width: 80px;
    height: 40px;
    border: 1px solid var(--bs-primary);
    background: var(--bs-primary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.event .event-carousel.owl-carousel .owl-nav .owl-prev:hover,
.event .event-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: #0d1230;
    color: var(--bs-primary);
}

.event .event-carousel .event-item .event-content {
    border-style: dotted;
    border-top: 0;
    border-color: var(--bs-white);
    background: var(--bs-secondary);
}

/*** Events End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img .blog-info {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: rgba(0, 0, 0, .2);
    color: var(--bs-white) !important;
    display: flex;
    align-items: end;
    justify-content: space-between;
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-info {
    background: rgba(0, 0, 0, .6);
}


.blog .blog-item .blog-img .search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover img {
    transform: scale(1.3);
}

.blog .blog-item .blog-img:hover .search-icon {
    opacity: 1;
}

/*** Blog End ***/

/*** Gallery Start ***/
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.gallery .gallery-item img {
    transition: 0.5s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.2);
}

.gallery .gallery-item .gallery-content {
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(249, 195, 123, .4);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: 0.5s;
    z-index: 2;
}

.gallery .gallery-item:hover .gallery-content {
    height: 100%;
}

.gallery .gallery-item .gallery-content .gallery-inner {
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.1);
    padding-top: 40px;
}

.gallery .gallery-item:hover .gallery-content .gallery-inner {
    background: rgba(249, 195, 123, 1);
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gallery .gallery-item .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -80px;
    opacity: 0;
    transition: 0.5s;
    z-index: 3;
}

.gallery .gallery-item:hover .search-icon {
    opacity: 1;
}

/*** Gallery End ***/


/*** Volunteer Start ***/
.volunteer {
    background: rgb(228 249 255);
}

.volunteer .volunteer-img {
    position: relative;
    overflow: hidden;
}

.volunteer .volunteer-img .volunteer-title {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: end;
    transition: 0.5s;
}

.volunteer .volunteer-img:hover .volunteer-title {
    background: rgba(0, 0, 0, .5);
}

.volunteer .volunteer-img img {
    transition: 0.5s;
}

.volunteer .volunteer-img:hover img {
    transform: scale(1.2);
}

/*** Volunteer End ***/


/*** Contact Start ***/
.contact {
    background: rgb(255 255 255);
    border-style: dotted;
    border-color: var(--bs-white);
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {
    border-top: 3px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-style: dotted;
    border-color: var(--bs-light);
}

.footer .footer-item a,
.footer .footer-item p {
    line-height: 35px;
    color: white;
    transition: 0.5s;
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
}

.footer .footer-item .footer-gallery {
    position: relative;
    overflow: hidden;
}

.footer .footer-item .footer-gallery img {
    transition: 0.5s;
}

.footer .footer-item .footer-gallery:hover img {
    transform: scale(1.2);
}

.footer .footer-item .footer-gallery .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.footer .footer-item .footer-gallery:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0, 0, 0, .6);
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}

/*** copyright end ***/


/* New Changes Made By BS */
.navbar-brand .logoheader {
    width: 220px;
}

.navcol {
    background-color: #0d1230;
}

.donation-content a.btn-hover-color {
    font-size: 24px;
}

/* Industries Start */
.np {
    padding: 0px;
}

.featuredPropBox {}

.featuredPropBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: outside none none;
    padding: 0;
}

.featuredPropBox ul li {
    background-color: #eeeeee;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
       height: 200px;
    margin: 5px;
    width: 100%;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
}

.featuredPropBox ul li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(22, 22, 22, 0.6);
    transition: all 0.3s;
}

/* .featuredPropBox ul li:nth-child(1) {
            background-image: url('https://i.ibb.co/ZmtmLGK/a.jpg');
        }
        
        .featuredPropBox ul li:nth-child(2) {
            background-image: url('https://i.ibb.co/pzGysVS/b.jpg');
        }
        
        .featuredPropBox ul li:nth-child(3) {
            background-image: url('https://i.ibb.co/QMrtWT1/c.jpg');
        }

 .featuredPropBox ul li:nth-child(4) {
            background-image: url('https://i.ibb.co/DL5pvY6/bg-1-2.jpg');
        }

 .featuredPropBox ul li:nth-child(5) {
            background-image: url('https://i.ibb.co/FWV1BJG/bg-1.jpg');
        }
 .featuredPropBox ul li:nth-child(6) {
            background-image: url('https://i.ibb.co/ZXmWmSZ/14.jpg');
        }

 .featuredPropBox ul li:nth-child(7) {
            background-image: url('https://i.ibb.co/hLcmWbT/15646.jpg');
        }

 .featuredPropBox ul li:nth-child(8) {
            background-image: url('https://i.ibb.co/89P5rTs/15678.jpg');
        }

 .featuredPropBox ul li:nth-child(9) {
            background-image: url('https://i.ibb.co/RhZgpSG/20845.jpg');
        } */

.featuredPropBox ul li .fplogo {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    z-index: 1;
    transition: all 0.3s;
}

.featuredPropBox ul li .fplogo img {
    width: 100%;
}

.featuredPropBox ul li .fptext {
    display: none;
    font-size: 16px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease 0s;
    width: 65%;
    z-index: 1;
}

.featuredPropBox ul li .fptext p {
    color: #fff;
    margin: 0px;
}

.featuredPropBox ul li:hover {
    box-shadow: 0 0 0 25px rgba(0, 0, 0, 0.2) inset;
}

.featuredPropBox ul li:hover:after {
    background-color: rgba(22, 22, 22, 0.3);
}

.featuredPropBox ul li:hover .fplogo {
    display: none;
}

.featuredPropBox ul li:hover .fptext {
    display: block;
}

/* Industries End */

.event-item {
    display: flex;
    flex-direction: column;
}

.fplogo h4 {
    font-size: 36px;
    color: white;
    text-align: center;
}

.blog-item .bordernew1 {
    background: #e4f9ff !important;
    border-color: var(--bs-white) !important;
    border-style: dotted !important;
    border: auto;
}

/* FAQ Start */
.qna {
    --qna-animation-duration: 0.3s;
    --qna-border-color: #ccc;
    width: clamp(300px, 50%, 800px);
    margin: 30px 0px;
    width: 100%;
}

.qna__item {
    margin: -1px 0 0;
    border: 1px solid var(--qna-border-color);
    transition: var(--qna-animation-duration);
}

.qna__item:not(.js-details)[open],
.qna__item.is-open {
    --qna-border-color: #777;
    position: relative;
}

.qna__question {
    position: relative;
    padding: 20px 50px 20px 20px;
    list-style: none;
    cursor: pointer;
    user-select: none;
}

.qna__question::after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
    width: 12px;
    height: 8px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 8'%3E%3Cpath stroke='%23999' stroke-width='2' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    transition: var(--qna-animation-duration);
}

.qna__item:not(.js-details)[open] .qna__question::after,
.qna__item.is-open .qna__question::after {
    transform: rotate(-180deg);
}

.qna__question::-webkit-details-marker {
    display: none;
}

.js-details .qna__answer {
    max-height: 0;
    overflow: hidden;
    animation: slideUp var(--qna-animation-duration);
}

.js-details.is-open .qna__answer {
    max-height: none;
    animation: slideDown var(--qna-animation-duration);
}

.js-details.is-open.is-animating .qna__answer {
    max-height: var(--qna-details-height);
}

.qna__text {
    padding: 0 20px 20px;
}

@keyframes slideUp {
    0% {
        max-height: var(--qna-details-height);
        opacity: 1;
    }

    100% {
        max-height: 0;
        opacity: 0;
    }
}

@keyframes slideDown {
    0% {
        max-height: 0;
        opacity: 0;
    }

    100% {
        max-height: var(--qna-details-height);
        opacity: 1;
    }
}

/* FAQ End */

.footer-item .logofooter {
    width: 86%;
}

.event-item .ind1 {
    background-image: url(../NEWIMAGES/ind1.jpg);
}

.event-item .ind2 {
    background-image: url(../NEWIMAGES/ind2.jpg);
}

.event-item .ind3 {
    background-image: url(../NEWIMAGES/ind3.jpg);
}

.event-item .ind4 {
    background-image: url(../NEWIMAGES/ind4.jpg);
}

.event-item .ind5 {
    background-image: url(../NEWIMAGES/ind5.jpg);
}

.event-item .ind6 {
    background-image: url(../NEWIMAGES/ind6.jpg);
}

.event-item .ind7 {
    background-image: url(../NEWIMAGES/ind7.jpg);
}

.event-item .ind8 {
    background-image: url(../NEWIMAGES/ind8.jpg);
}

.event-item .ind9 {
    background-image: url(../NEWIMAGES/ind9.jpg);
}

.event-item .ind10 {
    background-image: url(../NEWIMAGES/ind10.jpg);
}

.event-item .ind11 {
    background-image: url(../NEWIMAGES/ind11.jpg);
}

.event-item .ind12 {
    background-image: url(../NEWIMAGES/ind12.jpg);
}

.event-item .ind13 {
    background-image: url(../NEWIMAGES/ind13.jpg);
}

.event-item .ind14 {
    background-image: url(../NEWIMAGES/ind14.jpg);
}

.event-item .ind15 {
    background-image: url(../NEWIMAGES/ind15.jpg);
}

.event-item .ind16 {
    background-image: url(../NEWIMAGES/ind16.jpg);
}

.event-item .ind17 {
    background-image: url(../NEWIMAGES/ind17.jpg);
}

.event-item .ind1 {
    background-image: url(../NEWIMAGES/ind1.jpg);
}

.event-item .ind18 {
    background-image: url(../NEWIMAGES/ind18.jpg);
}

.event-item .ind19 {
    background-image: url(../NEWIMAGES/ind19.jpg);
}

.event-item .ind20 {
    background-image: url(../NEWIMAGES/ind20.jpg);
}

.event-item .ind21 {
    background-image: url(../NEWIMAGES/ind21.jpg);
}

.event-item .ind22 {
    background-image: url(../NEWIMAGES/ind22.jpg);
}

.event-item .ind23 {
    background-image: url(../NEWIMAGES/ind23.jpg);
}

.event-item .ind24 {
    background-image: url(../NEWIMAGES/ind24.jpg);
}

.donation-item img {
    /* height: 450px; */
        height: 380px;
    object-fit: cover;
}

.whatsapp-float img {
    width: 50px;
    position: fixed;
    bottom: 40px;
    left: 20px;
    border-radius: 10px;
    z-index: 1;
}

.bgcol1 {
    background-color: #e4f9ff;
}

.bg-black {
    background-color: black;
}

/* mission & vision */
.container2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 40px;
    background: #f2f0f1;
}

.section-head {
    text-align: center;
}

.flip-card {
    background-color: transparent;
    width: 350px;
    height: 400px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.flip-card-front {
    background: #fff;
    padding: 20px;
}

.flip-card-front img {
    width: 325px;
    height: 400px;
    margin-bottom: 10px;
}

.flip-card-back {
    background: #00bff4;
    color: rgb(9, 9, 9);
    transform: rotateY(180deg);
    padding: 20px;
}

.flip-card h3 {
    margin-top: 10px;
    font-size: 20px;
    color: black;
}

.flip-card p {
    font-size: 16px;
    text-align: center;
}

@media (max-width: 767px) {
    .container2 {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 20px;
    }

    .flip-card {
        width: 280px;
        height: 350px;
    }

    .flip-card-front img {
        width: 260px;
        height: 350px;
    }

    .flip-card h3 {
        font-size: 18px;
    }

    .flip-card p {
        font-size: 14px;
        padding: 10px;
    }

    .flip-card-back {
        padding: 15px;
    }
}



/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}

.fe-team-section {
    background-color: #f4f6fc;
}

.fe-team-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fe-team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.fe-team-img-wrap {
    flex-shrink: 0;
}

.fe-team-img {
    max-width: 170px;

    object-fit: cover;
    /* border-radius: 50%; */
}

.fe-social-icons a {
    font-size: 16px;
    background-color: #eff2f8;
    padding: 11px;
    border-radius: 22%;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.fe-social-icons a:hover {
    background-color: #47b2e4;
    color: #fff !important;
}

@media (max-width: 767.98px) {
    .fe-team-card {
        flex-direction: column;
        text-align: center;
    }

    .fe-team-img-wrap {
        margin: 0 0 1rem 0 !important;
    }
}

.image-left {
    width: 100%;
    height: 100%;
    /* margin-top: 20px; */
    padding: 30px;
}

/* .bgh:hover{
    background-color: #bcafaf;
    border-radius: 8px;
}
.bgh:hover h2{
    color: white !important;
}
.bgh:hover h5{
    color: white !important;
} */

.para {
    text-align: justify;
}

.blog1-list-section {
    padding: 2rem 1rem;
}

.blog1-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
    height: 100%;
}

.blog1-card:hover {
    transform: translateY(-5px);
}

.blog1-card-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog1-card-body {
    padding: 1rem;
}

.blog1-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.blog1-card-text {
    font-size: 1rem;
    color: #555;
    text-align: justify;
    hyphens: auto;
}

@media (max-width: 768px) {
    .blog1-card-title {
        font-size: 1.1rem;
    }

    .blog1-card-text {
        font-size: 0.95rem;
    }
}

/* faq */
.faq-wrapper {
    font-family: "Hind", sans-serif;
    background: #fff;
    color: #4d5974;
    display: flex;
    min-height: 100vh;
}

.faq-container {
    margin: 0 auto;
    padding: 4rem;
    width: 48rem;
}

.faq-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.faq-accordion .faq-item {
    border-bottom: 1px solid #e5e5e5;
}

.faq-button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.faq-button:hover,
.faq-button:focus {
    cursor: pointer;
    color: #03b5d2;
}

.faq-button:hover .faq-icon,
.faq-button:focus .faq-icon {
    color: #03b5d2;
    border: 1px solid #03b5d2;
}

.faq-button[aria-expanded="true"] {
    color: #03b5d2;
    border-bottom: 1px solid #03b5d2;
}

.faq-question {
    padding: 1em 1.5em 1em 0;
    display: inline-block;
}

.faq-icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 50%;
}

.faq-icon::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.faq-icon::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.faq-button[aria-expanded="true"] .faq-icon::after {
    width: 0;
}

.faq-answer {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.faq-button[aria-expanded="true"]+.faq-answer {
    opacity: 1;
    max-height: 9em;
}

.faq-text {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}

/* blogsnew */
.blogpage-container {
    padding: 20px;
}

.blogpage-sidebar {
    max-height: 90vh;
    overflow-y: auto;
    border-right: 1px solid #ddd;
}

.blogpage-card {
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    gap: 10px;
}

.blogpage-card:hover {
    background-color: #f8f9fa;
}

.blogpage-thumb {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
}

.blogpage-detail img {
    max-width: 30%;
    height: auto;
    border-radius: 10px;
}

.blogpage-detail .date {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 10px;
}

.blogpage-keypoints h5 {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .blogpage-sidebar {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .blogpage-card {
        flex-direction: column;
    }

    .blogpage-thumb {
        width: 100%;
        height: auto;
    }

    .event .event-carousel.owl-carousel .owl-nav .owl-prev {
        top: -45px;
    }

    .event .event-carousel.owl-carousel .owl-nav .owl-next {
        position: absolute;
        top: -45px;
    }
    .blogpage-detail img {
    max-width: 100%;
    }
    }

    #preloader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    #preloader video {
        width: 100%;
        height: 100%;
        /* object-fit: cover; */
    }

    .counter-item h3{
        font-size: 22px;
    }
        .counter-item{
            height: 100%;
        }