.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;
}


.dark-background {
    --background-color: #001eff;
    --default-color: #ffffff;
    --heading-color: #ffffff;
    --accent-color: #2ea359;
    --surface-color: #252525;
    --contrast-color: #ffffff;
}



/*** Spinner Start ***/

.preloader {
    background-color: #f9f1ff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto
}

.preloader .preloader-circle {
    width: 100px;
    height: 100px;
    position: relative;
    border-style: solid;
    border-width: 3px;
    border-top-color: #ff86d9;
    border-bottom-color: #02B8E9;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    background-color: #ffffff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-circle2 {
    border-top-color: #000000
}

.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-img img {
    max-width: 55px
}

.preloader .pere-text strong {
    font-weight: 800;
    color: #dca73a;
    text-transform: uppercase
}



/*** Spinner End ***/










@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}




/*** 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;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-secondary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-secondary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover: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 ***/

/*** title 1 start***/

.section-title {
    text-align: center;
    padding-bottom: 50px;

}

.section-title h2 {
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;

    padding-bottom: 5px;
    position: relative;
    color: #05B5E9;
}


.section-title h2 span {
    color: #ED1D7F;
}

.section-title h2::after {
    content: "";
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #121212;
    margin: 6px 10px;
}


.section-title h2::before {
    content: "";
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #1d1d1d;
    margin: 6px 10px;
}


@media (max-width: 768px) {
    .section-title h2 {
        font-size: 25px;
        font-weight: 500;
    }
}


@media (max-width: 768px) {
    .section-title h2::before {
        width: 0px;
        height: 0px;
    }
}


@media (max-width: 768px) {
    .section-title h2::after {
        width: 0px;
        height: 0px;
    }
}



/*** title 1 end ***/








.section-title1 {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    padding-top: 0px;
}





.section-title1 h6 {

    font-size: 24px;
    line-height: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-family: var();
    font-weight: 400;

}















.section-title1 .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title1 .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-secondary) !important;
}

.section-title1 .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-left: -50px;
    border: 1px solid var(--bs-secondary) !important;
}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-war);
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-secondary) !important;
}

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-secondary) !important;
}



/*** Navbar Start ***/
/*** Navbar ***/

.navbar {
    background-color: #ffffff;
}


.navbar-light .navbar-nav .nav-link {
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    margin-right: 40px;
    padding: 35px 0;
    color: #002952;
    font-size: 20px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: #002952 !important;
    font-size: 18px !important;
}


.navbar-nav .btn-primary {
    padding: 20px 0;
    color: #002952 !important;
    font-size: 18px !important;
}




.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 70px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 55px;
}

.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;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 0, 0, 2);
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: #ffffff !important;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

/*** 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, 0.5), rgba(0, 0, 0, 0.5));
    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-header h5 {
    font-size: 30px;
    padding-bottom: 5px;
}



/*** Carousel End ***/


/*--------------------------------------------------------------
# About Us Section


--------------------------------------------------------------*/

.about .content .read-more {

    color: #131212;
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 20px;
    border-radius: 5px;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2%;
    border: 2px #ED1D7F solid;
}

.about .content .read-more i {
    font-size: 18px;
    margin-left: 5px;
    line-height: 0;
    transition: 0.3s;
}

.about .content .read-more:hover {
    background: #a7e8ff;
    padding-right: 19px;
}

.about .content .read-more:hover i {
    margin-left: 10px;
}





.about {

    background-color: #f7fcfe;
    margin-top: 40px;

}

.about .container img {

    margin-top: 30px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;

    z-index: 1;
    box-shadow: -20px -20px 0 -15px var(--bs-primary),
        20px 20px 0 -15px #02B8E9;
}



@media (max-width: 768px) {
    .container {
        padding-top: 10px;
    }
}

.about .content h2 {
    color: #1a0031;
    font-weight: 400;
    font-size: 40px;
    display: inline-block;
    padding-top: 3%;

}

.about .content h2::after {
    content: "";
    width: 120px;
    height: 2px;
    display: inline-block;
    background: #1aabcc;
    margin: 10px 10px;
}

.about .content h4 {
    color: var(--color-primary);
    font-weight: 400;
    font-size: 20px;
    padding-top: 110px;

}



.about .content h1 {
    font-weight: 600;
    font-size: 35px;
    padding-top: 20px;
    font-family: "Jost", sans-serif;
    color: #05B5E9;
    




}

.about .content h1 span {
    color: #ED1D7F;
  

}


.about .content h1 {

    padding-top: 10px;
    font-weight: 700;
 

}


.about .content p {
    font-size: 18px;
    font-weight: 300;
    padding-top: 10px;
}

.about .content p:last-child {
    margin-bottom: 0;
}

.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var()#ED1D7F 50%, rgba(255, 90, 238, 0.10) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.about .play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 0, 200, 0.7);
    top: -15%;
    left: -15%;
    background: rgb(71, 200, 255);
}

.about .play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0;
}

.about .play-btn:hover:after {
    border-left: 15px solid #ED1D7F;
    transform: scale(20);
}


@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}



/*--------------------------------------------------------------
# about page
-------------------------------*/





.tab-content p {

    font-size: 20px;


}

@media (max-width: 768px) {
    .tab-content p {
        font-size: 20px;
    }
}















/*--------------------------------------------------------------
# Featured Services
-------------------------------


-------------------------------*/
#featured-services {

    background: #f7fcfe;

    padding-top: 20px;
    padding-bottom: 20px;

}

#featured-services p {
    font-weight: 300;
    padding-top: 10px;
    font-size: 15px;


}

#featured-services h5 {
    font-weight: 300;
    padding-top: 10px;

}



#featured-services h4 {
    color: #ED1D7F;
    font-weight: 600;
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

#featured-services h4 span {
    color: #05B5E9;
}

#featured-services h4::after {
    content: "";
    width: 100px;
    height: 2px;
    display: inline-block;
    background: #1aabcc;
    margin: 6px 10px;
}



section {

    overflow: hidden;
    background-color: #ffffff
}



#featured-services h3 {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 5px;
    padding-top: 5px;
    color: #000000;

    position: relative;
    z-index: 2;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative;

}


#featured-services .icon {
    margin-bottom: 10px;
    margin-bottom: 5px;

}

.featured-services .icon-box {

    padding: 30px 10px 30px 10px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(23, 60, 162, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.featured-services .icon-box::before {
    content: "";
    position: absolute;
    background: #d9f1f2;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}

.featured-services .icon-box:hover::before {
    background: #EC1D7F;
    top: 0;
    border-radius: 0px;
}

.featured-services .icon {
    margin-bottom: 15px;
}

.featured-services .icon i {
    font-size: 48px;
    line-height: 0.8;
    color: #02B8E9;
    transition: all 0.3s ease-in-out;
}

.featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.featured-services .title a {
    color: #111;
}

.featured-services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
    color: #fff;
}

.featured-services .icon-box:hover .icon i {
    color: #ffffff;
}

/*** Feature Start ***/

.feature {

    background-image: url(../assets/background/bg1.png);

    text-decoration: none;

}



.feature .feature-item {



    position: relative;
    display: flex;
    border: 1px solid #05B5E9;
    border-radius: 10px;

    transition: 0.5s;

}

.feature .feature-item::before {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover::before {
    width: 100%;
    background: #05B5E9;
}

.feature .feature-item .feature-icon {
    display: inline-flex;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    position: relative;
    z-index: 2;
}

.feature .feature-item:hover .feature-content {
    position: relative;
    color: var(--bs-white);
    z-index: 2;
}

.feature .feature-item:hover .feature-content h5 {
    color: var(--bs-dark);
}

.feature .section-title1 h5 {
    font-size: 25px;

}

.feature-content p {
    color: rgb(22, 22, 22);
}




/*** Feature End ***/





/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/

.clients .section-title1 h4 {
    font-weight: 100;
    font-weight: 5px;

}

#clients .section-title1 h5 {
    font-weight: 300;
    padding-top: 10px;
    font-size: 25PX;

}



#clients {
    background-color: #effeff;
    text-align: center;

}


.clients .swiper-slide img {

    transition: 0.5s;
    max-width: 90%;
    max-height: 100px;


    background-color: #effeff;

}





.clients .swiper-slide img:hover {
    filter: none;
    opacity: 1;
}

.clients .swiper-pagination {
    margin-top: 50px;
    position: relative;
    margin-bottom: 4px;
}

.clients .swiper-pagination .swiper-pagination-bullet {

    width: 12px;
    height: 12px;
    background-color: #ae76f6;
    opacity: 1;
    background-color: #f3b6ff;
    border: #00acbb solid 1px;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ff00ae;
}



@media (max-width: 768px) {
    .clients .q img {
        max-width: 50%;
    }
}





/*--------------------------------------------------------------
  # Clients pro
  --------------------------------------------------------------*/



.clients1 .section-title h2 {
    font-weight: 600;
    font-size: 25px;
    padding-bottom: 20px;

}



.clients1 {
    background: #ffffff;
    text-align: center;
    padding-top: 4%;
}








.clients1 img {

    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 50px 10px 0px 10px;
    max-width: 60%;
    opacity: 1;

}

.clients1 img:hover {
    transform: scale(1.15);
    opacity: 1;
}

@media (max-width: 768px) {
    .clients1 img {
        max-width: 130%;
        padding: 20px
    }
}




/*** 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 ***/


/*** initiatives***/
.donation {
    background: #ffddf5;
    justify-content: center;

}


.donation .donation-item h2 {

    color: #1a0031;

}

@media (max-width: 768px) {
    .donation .section-title1 h5 {
        font-size: 25px;
        padding-top: 30px;
        font-weight: 300;
    }
}

.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 ***/

.count-down-area h5 {
    font-weight: 300;
    font-size: 40px;
    color: #ffffff;
    padding-top: 20px;

}

.count-down-area h6 {
    font-weight: 100;
    font-size: 25px;
    color: #fff5b6;

    line-height: 50px;
}




@media (max-width: 768px) {
    .count-down-area h5 {
        font-size: 30px;
        padding-top: 30px;
    }
}


.count-down-area .counter-item .counter-counting {
    width: 100%;
    text-align: center;
    border-style: dotted;
    border-color: var(--bs-white);
    font-size: 30px;
}

.count-down-area .count-down-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* line 18, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_count_down.scss */
.count-down-area .count-down-wrapper .single-counter {
    padding: 44px 10px 44px 9px;
    margin-bottom: 30px;
}

/* line 21, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_count_down.scss */
.count-down-area .count-down-wrapper .single-counter .counter {
    font-size: 40px;
    font-family: "Muli", sans-serif;
    line-height: 1;
    margin-bottom: 12px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

/* line 31, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_count_down.scss */
.count-down-area .count-down-wrapper .single-counter span {
    color: #fff;
    font-size: 40px;
}

/* line 35, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_count_down.scss */
.count-down-area .count-down-wrapper .single-counter p {
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: 300;
    display: block;
    font-family: "Muli", sans-serif;
    color: #fff;
}

/*** Counter End ***/



/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(..//banner2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 300px 0 100px 0;
}

.bg-breadcrumb1 {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../banner4.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 300px 0 100px 0;
}



.bg-breadcrumb2 {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../team.JPG);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 300px 0 100px 0;
}


.bg-breadcrumb3 {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../hand.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 300px 0 100px 0;
}

.bg-breadcrumbskills {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../skills.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 300px 0 100px 0;
}

.bg-breadcrumbhome {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../home.JPG);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 300px 0 100px 0;
}


.bg-breadcrumbadv {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../Advocacy.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 300px 0 100px 0;
}

.bg-breadcrumbh {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../health.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 300px 0 100px 0;
}

.bg-breadcrumbvol {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../vol.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 300px 0 100px 0;
}


.bg-breadcrumbcon {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../sup.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 300px 0 100px 0;
}

.bg-breadcrumbres {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../assets/banner/TWEEt’s\ Resources.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 300px 0 100px 0;
}

.bg-breadcrumbjobs {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../assets/banner\ 4.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 300px 0 100px 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  main***/
.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(7, 0, 45, 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(39, 0, 33, 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;
}

.donation .donation-item .h5 {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/*** Counter End ***/


/*** causes Start ***/


.causes .section-title1 .sub-style h4 {

    font-size: 25px;
}

.causes .causes-item {

    background: #05B5E9;
}



.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-warning);
    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-primary);
    background: var(--bs-dark);
    z-index: 1;
}

/*** causes End ***/


/*** Events Start ***/


.event {
    margin-top: 0px;
}

.event .section-title1 .sub-style h4 {
    font: 25px;

}



.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-light);
    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: var(--bs-primary);
    color: var(--bs-primary);
}

.event .event-carousel .event-item .event-content {
    border-style: dotted;
    border-top: 0;
    border-color: var(--bs-white);
    background: #fcc0fc;
}



/*** Events End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
}


.blog .blog-item {
    position: relative;
    overflow: hidden;
    background: rgba(214, 232, 228, .7);
    opacity: 80;
    border: 1px solid #FF729F;
}


.blog {

    background-image: url(../assets/background/bg1.svg);

}


.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 ***/




.cta-section {
    position: relative;
    background-color: #fbe5c1;


}



.cta-section h3 {
    font-size: 30px;

}


.cta-section::before {
    content: "";
    background-color: #56CBF9;
    border-radius: 50%;
    position: absolute;
    top: -100px;
    left: -30px;
    margin: auto;
    width: 200px;
    height: 200px;
}

.cta-section::after {
    content: "";
    border: 20px solid #FF729F;
    border-radius: 50%;
    position: absolute;
    bottom: -100px;
    right: 0;
    left: 0;
    margin: auto;
    width: 150px;
    height: 150px;
}

.cta-section::before {
    width: 150px;
    height: 150px;
}

.cta-section::after {
    bottom: -60px;
    width: 100px;
    height: 100px;
}

.cta-section .row {
    padding-top: 70px;
    padding-bottom: 70px;
}



/*** Contact Start ***/
.contact {
    background: rgba(249, 195, 123, .4);
    border-style: dotted;
    border-color: var(--bs-white);
}

/*** Contact End ***/











/* Team Section - Home Page
------------------------------*/


.team {

    background: #f0fcff;
    margin-bottom: 20px;
}






.team {
    --background-color: #8766ff;
}

.team .member {
    position: relative;
}

.team .member .member-img {
    margin: 0 80px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 4px solid var(--background-color);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
    .team .member .member-img {
        margin: 0 60px;
    }
}

.team .member .member-img img {
    position: relative;
    z-index: 1;
}

.team .member .member-img .social {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding-bottom: 20px;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}

.team .member .member-img .social a {
    transition: 0.3s;
    color: #44aefa;
    font-size: 20px;
    margin: 0 8px;
}

.team .member .member-img .social a:hover {
    color: var(--accent-color);
}

.team .member .member-info {
    margin-top: 30px;
}

.team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 18px;
}

.team .member .member-info span {
    font-style: italic;
    display: block;
    font-size: 15px;
    color: rgba(var(--default-color-rgb), 0.6);
    margin-bottom: 10px;
}

.team .member .member-info p {
    margin-top: 50px;
    font-size: 14px;
}

.team .member:hover .member-img .social {
    padding-bottom: 0;
    visibility: visible;
    opacity: 1;
}


/*** Footer Start ***/
.footer {
    border-top: 3px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-style: dotted;
    border-color: var(--bs-light);
    background: linear-gradient(247deg, rgba(11, 43, 70, 0.991) 100%, rgba(0, 25, 29, 0.972) 100%);

}

.footer .footer-item a,
.footer .footer-item p {
    line-height: 30px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer img {
    max-width: 200px;


}



.footer .footer-item a:hover {
    color: #ffffff;
    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(255, 255, 255, 0.6);
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}

/*** copyright end ***/





/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: -125px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}

.team .team-item .team-img:hover .team-icon {
    margin-bottom: 145px;
}

.team .team-item:hover .team-img::before {
    background: rgba(21, 185, 217, .3);
}

.team .team-item .team-content {
    color: var(--bs-primary);
    transition: 0.5s;
}

.team .team-item .team-content h5 {
    color: var(--bs-secondary);
    transition: 0.5s;
}

.team .team-item:hover .team-content h5 {
    color: var(--bs-white);
}

.team .team-item:hover .team-content {
    background: #fea5dd;
    color: #1a0031;
}




.socialmedia {
    background: #f6e8ff;

}





* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    transition: all .2s cubic-bezier(.34, 1.12, .68, 1.31);
}

.gallery {
    min-height: 100vh;
    background: #eee;
    padding-bottom: 100px;
}

.gallery .controls {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0;
    list-style: none;
}

.gallery .controls .buttons {
    height: 40px;
    width: 140px;
    background: #fff;
    color: #666;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
    margin: 20px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    text-align: center;
}

.gallery .controls .buttons.active {
    background: coral;
    color: #fff;
}

.gallery .image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.gallery .image-container .image {
    height: 250px;
    width: 350px;
    overflow: hidden;
    border: 15px solid #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    margin: 20px;
}

.gallery .image-container .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery .image-container .image:hover img {
    transform: scale(1.4);
}



/***card 1 our init******/


































/***DONATION******/




.card {
    border-right-width: thick;
    border-color: #ff008c;

    border-radius: 0;
    color: #fff;
    box-shadow: 5px 5px 10px #e1e1e1;
    padding: 1.5em 0;

    border-top-left-radius: 3em;
    background: linear-gradient(to left, Rgb(37, 197, 245) 50%, #D93B7D 50%);
    background-size: 200%;
    background-position: right;
    transition: background-position 0.5s ease-out;
    background-image: url('')0;

}

@media(max-width: 992px) {
    .card {

        padding: .5em 0;


    }

}



@media(max-width: 992px) {
    .card-icon {

        padding: .5em 0;


    }

}



.card-icon {
    margin: 0 1em;
    color: #ffffff;

}



.card-icon {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 2px solid #eeeeee;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff5bfc;


}









.card-icon i {
    border-radius: 50%;

    font-size: 5em;
    border-radius: 50%;
}

.card:hover {
    background-position: left;
}


.card .card-title {

    font-size: 35px;
    font-weight: 100;
    color: #1d0052;

    padding-left: 5px;
}

.card .card-text {

    font-size: 22px;
    color: #ffffff;
    font-weight: 100;
    padding-left: 5px;
}

.card .btn-outline-light {
    margin-top: 25px;

    font-size: 25px;
    font-weight: 300;
    color: #000000;
}














/* Basic styling for modal */





button {

    padding: .45REM 1.0rem;
    cursor: pointer;
    color: #3b0136;
    font-size: 18px;
    font-weight: 400;
    border-radius: 3px;
    box-shadow: inset 0 0 0 0 var(--bs-secondary)
}


button:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-secondary) !important;
    color: var(--bs-light) !important;
    font-weight: 600;
}


/* Modal */
.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: flex-start;
    /* or center */
    z-index: 1000;
    /* depending on what z-index values exist in your page, in order for the modal layer to sit on top of other content */
    overflow: auto;
    /* enable scrolling if needed - although this is not really necessary since we are going take care of overflow in modal-content */
    background-color: rgba(0, 0, 0, 0.8);
}

.modal1 img {
    max-width: 100%;
}


.modal.modal-show {
    animation: fadeIn 0.1s ease-in-out forwards;
}

.modal.modal-hide {
    animation: fadeOut 0.1s ease-in-out 0.1s forwards;
}

.modal-content {
    position: relative;
    background-color: #ebebeb;
    margin-top: 8rem;

    border-radius: 0.25rem;
    width: 20%;
    max-height: 75%;
    overflow: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.modal.modal-show .modal-content {
    animation: fadeInDown 0.3s ease-in-out forwards;
}

.modal.modal-hide .modal-content {
    animation: fadeOutUp 0.2s ease-in-out forwards;
}

.modal-content h1 {
    text-align: center;
    margin-bottom: 2rem;
}

.modal-content p {
    margin: 1rem 0;
    line-height: 1.5rem;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.75rem;
    font-weight: bold;
    padding: 0 0.75rem;
    /* width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center; */
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    user-select: none;
}

.modal-close:hover,
.modal-close:focus {
    color: rgba(0, 0, 0, 0.5);
}

/* Animations */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-3rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-3rem);
    }
}

@media(max-width: 992px) {
    html {
        font-size: 14px;
    }

    .modal-content {
        width: 80%;
    }
}

@media(max-width:767px) {
    html {
        font-size: 12px;
    }

    .modal-content {
        padding: 2rem 1rem 1rem 1rem;
        width: 90%;
    }

    .modal-content h1 {
        margin-bottom: 1.5rem;
    }
}



.containert {

    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f0f0f0;
    margin: 20px;
    border-radius: 10px;
}

/* Container styles */


/* Table styles */
.containert .table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.containert th,
td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;

}

.containert th {
    background-color: #f2f2f2;
    font-weight: 600;
    font-size: 20px;
}

.containert td {
    background-color: #f2f2f2;
    font-weight: 700;
    font-size: 20px;
}

/* Heading styles */
.containert h1 {
    text-align: center;
    padding: 15px;
    background-color: #1aabcc;

    font-size: 30px;
}





/*************skilling page*******************/


.container-fluid2 {
    background-color: #ffffff;

}


.container-fluid2 .card-img-top {
    text-align: center;

    max-width: 30%;


    display: block;

    width: 60%;
    margin: auto;






}


.container-fluid2 .p1 {
    font-size: 20px;
    padding-right: 20px;
    line-height: 33px;
    padding: 2px 40px;
    text-transform: none;

}



.container-fluid2 .p1 span1 {

    color: #3ed0ed;
    font-weight: bold;
    font-size: 20px;
    text-decoration: underline;

}

.container-fluid2 .p1 span2 {

    color: #E4649B;
    font-weight: bold;
    font-size: 20px;
    text-decoration: underline;

}


.container-fluid2 .h61 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 35px;

    font-weight: 500;
    line-height: 40px;
    padding: 20px 40px;
    background-color: #e0f5fe;
    color: #310007;


}




/*************flex1 for mobile*******************/


@media (max-width: 768px) {
    .container-fluid2 .p1 {
        padding: 2px 10px;
    }
}


@media (max-width: 768px) {
    .container-fluid2 .h61 {
        font-size: 24px;
        line-height: 1.5;
        font-weight: 300;
    }
}

@media (max-width: 768px) {
    .section-title1 h6 {

        font-size: 20px;
        line-height: 25px;
        font-family: var();
        font-weight: 100;
    }
}

@media (max-width: 768px) {
    #mybuttonid {
        margin: 0 0px;

    }
}



/*************advocacy*******************/

.adv #Mumbai {
    background-color: #e1f9ff;

}



.p2 {
    font-size: 22px;
    padding-right: 20px;

    padding: 20px 100px;
    text-transform: none;

}


.p3 {

    font-size: 22px;
    padding-right: 20px;
    line-height: 33px;
    padding: 50px 20px 50px 10px;
    text-transform: none;
}




.p2 span1 {

    color: #3ed0ed;
    font-weight: bold;

    text-decoration: underline;

}

.p2 span2 {

    color: #E4649B;
    font-weight: bold;

    text-decoration: underline;

}


.container-fluid2 .h61 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 35px;

    font-weight: 500;
    line-height: 40px;
    padding: 20px 40px;
    background-color: #e0f5fe;
    color: #310007;


}




@media (max-width: 768px) {
    .p2 {
        padding: 2px 10px;
        font-size: 20px;
    }
}



/*************jobs*******************/


#about .p4 {
    font-size: 25px;
    padding: 0 0 30px 0px;


}


#about .p4 span{
    font-size: 25px;
    font-weight: 500;
    color: #05B5E9;


}

#about .p4 span2{
    font-size: 25px;
    font-weight: 500;
    color: #ff79e9;
    text-decoration: none;


}




#about .p5 {
    font-weight: 600;
    font-size: 28px;
    padding: 20px 0 0 0;
}


#about .p6{
    font-weight: 300;
    font-size: 30px;
}








/*************shelter homes*******************/


.img-fluid1 {
    text-align: center;
    width: 80%;
    height: 80%;
    border: double 10px transparent;
    margin-left: 50px;


    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #D93B7D, #1fb8ff);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: inline-block;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}


.img-fluid2 {
    max-width: 100%;
    border: double 10px transparent;

    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #D93B7D, #1fb8ff);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: inline-block;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}


.img-fluid3 {
    max-width: 100%;
    border: double 10px transparent;

    background-image: linear-gradient(rgb(255, 255, 255), white), radial-gradient(circle at top left, #D93B7D, #1fb8ff);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: inline-block;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}


.img-fluid4 {
    max-width: 100%;
    border: double 10px transparent;
    display: flex;
    justify-content: center;
    background-image: linear-gradient(rgb(255, 255, 255), white), radial-gradient(circle at top left, #D93B7D, #1fb8ff);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: inline-block;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}


@media (max-width: 768px) {
    .img-fluid4 {
        display: flex;
        justify-content: center;
    }
}

#Mumbai .p1 {

    font-size: 20px;

    line-height: 33px;



}

#Mumbai .p1 span1 {

    color: #3ed0ed;
    font-weight: bold;
    font-size: 22px;
    text-decoration: underline;

}

#Mumbai .p1 span2 {

    color: #E4649B;
    font-weight: bold;
    font-size: 22px;
    text-decoration: underline;

}

#Mumbai {

    background-color: #fdebf4;

}


/*************SHLTERS for mobile*******************/




@media (max-width: 768px) {
    .container-fluid2 .h61 {
        font-size: 24px;
        line-height: 1.5;
        font-weight: 300;
    }
}

@media (max-width: 768px) {
    .section-title1 h6 {

        font-size: 20px;
        line-height: 25px;
        font-family: var();
        font-weight: 100;
    }
}

@media (max-width: 768px) {
    #mybuttonid {
        margin: 0 0px;

    }
}








.features-details1 .features-item+.features-item {
    margin-top: 60px;
}

.features-details1 .features-item .content {
    background-color: color-mix(in srgb, #002952 transparent 95%);
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    padding: 30px;
    border-radius: 10px;
}

.features-details1 .features-item h3 {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 15px;
}

.features-details1 .features-item .more-btn {
    background-color: #00acbb;
    color: var(--contrast-color);
    padding: 6px 30px;
    border-radius: 6px;
}

.features-details1 .features-item .more-btn:hover {
    background-color: color-mix(in srgb, #002952, transparent 20%);
}

.features-details1 .features-item ul {
    list-style: none;
    padding: 0;
}

.features-details1 .features-item ul li {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.features-details1 .features-item ul li:last-child {
    padding-bottom: 0;
}

.features-details1 .features-item ul i {
    font-size: 20px;
    margin-right: 10px;
    color: #1a0031;
}

.features-item img {
    border-radius: 10px;

    border: solid 5px #E4649B;

}

.features-details1 {
    padding: 35px;
    background-color: #ddf5fb;
}


.features-details1 p {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.features-details1 h3 {
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
}






/*************Resources*******************/




.box {
    font-family: 'Spartan', sans-serif;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.box:before {
    content: "";
    background: repeating-linear-gradient(to right, transparent, transparent 10px, #fff 10px, #fff 20px);
    width: 0;
    height: 100%;
    opacity: 0;
    transform: translateX(-50%) scale(1.7) rotate(45deg);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.box:hover:before {
    width: 100%;
    opacity: 0.2;
    transform: translateX(-50%) scale(1) rotate(0);
}

.box img {
    width: 100%;
    height: auto;
    transition: all 0.4s ease-out;
}

.box:hover img {
    filter: blur(5px);
}

.box .box-content {
    color: #fff;
    background: linear-gradient(#ff41d9, #36d0fe);
    text-align: center;
    width: 250px;
    padding: 20px 0;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.7);
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(2);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: all 0.4s ease-out;
}

.box:hover .box-content {
    opacity: 0.85;
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.box .title {
    font-size: 20px;
    font-weight: 400;

    margin: 0 0 2px;
}

.box .post {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px;
    display: block;
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
}

.box .icon li {
    display: inline-block;
    margin: 0 4px;
}

.box .icon li a {
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 29px;
    height: 30px;
    width: 30px;
    border: 2px dashed #fff;
    display: block;
    transition: all 0.3s ease 0s;
}

.box .icon li a:hover {
    border-radius: 15px;
}

@media only screen and (max-width:990px) {
    .box {
        margin: 0 0 30px;
    }
}

License Terms
/*************contact details text decoration*******************/

.content1 .p3 {

    text-transform: none;

}










/*--------------------------------------------------------------
# Services 2 Section
--------------------------------------------------------------*/
.services-2 {
    overflow: visible;
    margin-bottom: 200px;
}

.services-2 .section-title {
    text-align: left;
}

.services-2 .section-title h2 {
    color: color-mix(in srgb, var(--contrast-color), transparent 50%);
    text-transform: uppercase;
    font-size: 20px;
}

.services-2 .section-title p {
    color: var(--contrast-color);
}

.services-2 .services-carousel-wrap {
    position: relative;
    margin-bottom: -200px;
}

.services-2 .swiper-wrapper {
    height: auto;
}

.services-2 .service-item {
    position: relative;
    overflow: hidden;
}

.services-2 .service-item:before {
    content: "";
    background-color: color-mix(in srgb, var(#1a0031), transparent 50%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: 0.3s all ease;
}

.services-2 .service-item img {
    transition: 0.5s all ease;
    transform: scale(1);
}

.services-2 .service-item .service-item-contents {
    z-index: 9;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    transition: 0.3s all ease;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
}

.services-2 .service-item .service-item-contents .service-item-category {
    color: var(--accent-color);
    text-transform: uppercase;
}

.services-2 .service-item .service-item-contents .service-item-title {
    color: var(--contrast-color);
    margin-bottom: 0;
}

.services-2 .service-item:hover:before {
    opacity: 1;
    visibility: visible;
}

.services-2 .service-item:hover .service-item-contents {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}

.services-2 .service-item:hover img {
    transform: scale(1.2);
}

.services-2 .navigation-prev,
.services-2 .navigation-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: 46px;
    height: 46px;
    background: var(#1d0052);
    background-color: none;
    border: none;
    transition: 0.3s all ease;
}

.services-2 .navigation-prev i,
.services-2 .navigation-next i {
    font-size: 1rem;
}

.services-2 .navigation-prev:hover,
.services-2 .navigation-next:hover {
    background-color: #000276;
    color: #310027;
}

.services-2 .navigation-prev {
    left: 10px;
    background-color: #f2e3ff;

}

.services-2 .navigation-next {
    right: 10px;
    background-color: #f7eaff;

}

.services-2 .swiper {
    padding-bottom: 50px;
}

.services-2 .swiper-pagination {
    bottom: 0px;
}

.services-2 .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    width: 20px;
    height: 4px;
    background-color: color-mix(in srgb, var(#1a0031), transparent 80%) !important;
    opacity: 1;
}

.services-2 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--accent-color) !important;
}



.section-title3 {
    text-align: left;
    padding-bottom: 60px;
    position: relative;
    background-color: #fcf7ff;
}

.section-title3 h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

.section-title3 .p1 {
    font-size: 22px;
    padding-right: 20px;
    line-height: 33px;
    padding: 2px 20px;
    text-transform: none;
}