@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root{
    --primary-blue-color : #1a459c;
    --primary-dark-color : #232323;
    --secondary-light-color : #a1aca1;
    --secondary-dark-color : #668f80;
    --font-roboto :  "Roboto", sans-serif;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: var(--font-roboto);
}

/********************* HERO **********************/

.hero {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../img/Slider-Main.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero .hero_content{
    position: absolute;
    z-index: 2;
}

.hero .hero_content h1{
    font-size: 4.375rem;
    font-weight: 700;
    padding-bottom: 15px;
    color: #fff;
    text-shadow: 2px 2px 2px #232323;
}

.hero .hero_content h4{
    text-shadow: 2px 2px 2px #232323;   
    color: #fff;
    line-height: 2rem;
}

.hero .donate{
    color: #fff;
    min-width: 245px;
    padding: 15px;
    background: #1a459c;
    border-radius: 4px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    transition: all 0.3s ease-in-out;
}

.hero .donate:hover {
    color: #fff;
    min-width: 245px;
    padding: 15px;
    background: #232323;
    border-radius: 4px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .hero .hero_content h1{
        font-size: 2.375rem;
    }
}

/********************* CAROUSEL **********************/

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    color: #000;
    font-size: 2rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    outline: none;
}

.owl-nav button.owl-prev {
    left: 0px;
    background: transparent;
}

.owl-nav button.owl-next {
    right: 0px;
    background: transparent;
}

.owl-nav button.owl-prev span{
    font-size: 80px;
    color: white;
}

.owl-nav button.owl-next span{
    font-size: 80px;
    color: white;
}


.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent!important;
    color: #FFF;
    text-decoration: none;
}

.owl-nav button:hover {
    background-color: rgba(255, 255, 255, 1);
}

.owl-carousel .owl-stage-outer {
    width: 100%;
}

.carousel-inner{
    width: 80%!important;
}

.carousel-inner .carousel-item {
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.carousel-title h5{
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #ababab;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 10px;
}

.carousel-title h2{
    color:white
}

.carousel_bg-image{
    background-image: url(../img/carousel-bg.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

#cardCarousel {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
}

.carousel-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.card{
    background: #fff!important;
    border-radius: 5px!important;
    position: relative;
}

.card img{
    border-radius: 4px 4px 0 0;
    transition: all 0.3s ease-in-out;
}

.card-body{
    padding : 0!important;
}

.card-body h5{
    color: #1a459c!important;
    padding: 10px;
}

.card-body p{
    padding: 10px;
}

.card-body a{
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 0 0 3px 3px;
    background: #1a459c!important;
    transition: all 0.3s ease-in-out;
    text-align: left;
    line-height: 2;
}

.card-body a:hover {
    width: 100%;
    border-radius: 0 0 4px 4px;
    background: #4b8867!important;
    transition: all 0.3s ease-in-out;
    text-align: left;
}

.card-body a img{
    width: 10px!important;
    margin-left: 8px;
}

.card .image a{
    position: absolute;
    text-decoration: none;
    background: #1a459c;
    padding: 10px 20px;
    color: white;
    opacity: 0;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

.card .image a:hover{
    background: #232323;
    transition: all 0.3s ease-in-out;
}

.card:hover img{
    filter: brightness(50%);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.card:hover .image a{
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.w-23 {
    width: 23%;
}


/********************* TheGrace **********************/

.the-grace{
    padding: 50px 0 84px;
    background: #f5f5f5;
}

.section-head{
    text-align: center;
    padding: 40px 0 25px;    
}
.section-body{
    font-family: 'Roboto', serif;
    width: 65% !important;
}

.section-body p {
    font-weight: 300;
    text-align: center;
    margin-bottom: 25px;
}

.section-body strong
 {
    font-weight: bold;
    text-align: center;
}

.btn-default {
    margin-top: 30px;
    font-size: 1rem;
    line-height: 2;
    color: #6b6b6b;
    background: #f5f5f5;
    font-weight: 400;
    text-align: center;
    padding: 7px 38px;
    border: 2px solid #afafaf;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}

.btn-default:hover {
    margin-top: 30px;
    font-size: 1rem;
    line-height: 2;
    color: #181818;
    font-weight: 400;
    text-align: center;
    padding: 7px 38px;
    border: 2px solid #232323;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}

/********************* PhotoStream **********************/

.photo-stream {
    background: #f5f5f5;
    padding: 30px;
}

.photo-stream_header h5 {
    padding-bottom: 40px;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #ababab;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 10px;
}

.photo-stream_gallery {
    flex-direction: row;
}

.gallery-item {
    position: relative;
}

.gallery-item img {
    width: 103.72%;
    height: auto;
    display: block;
}

.gallery-item a {
    color: #fff;
    text-decoration: none;
}

.gallery-item.gallery-item-featured {
    width: 100%;
    height: auto;
}

.gallery-item.gallery-item-featured:hover {
    position: relative;
    z-index: 2;
    background: rgba(64, 90, 168, 0.95);
    opacity: 1;
    transition: all 0.4s ease;
}

.gallery-item.gallery-item-featured:hover .gallery-item-overlay {
    opacity: 1;
    transition: all 0.4s ease;
}

.gallery-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 103.72%;
    height: 100%;
    background-color: rgba(64, 90, 168, 0.95);
    opacity: 0;
    transition: all 0.3s ease;
}

.gallery-item-overlay-body {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    text-align: center;
    padding: 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gallery-item-overlay-body h6 {
    padding-top: 20px;
}

.gallery-item-overlay-body span {
    border-radius: 3px;
    background: transparent;
    padding: 10px 25px;
    border: 1px solid #fff;
}

.second-column .row {
    height: 100%;
}

.second-column .gallery-item {
    width: 100%;
    margin-bottom: 20px;
}

.second-column .gallery-item img {
    width: 100%;
}

.second-column .gallery-item-overlay-body {
    padding: 25px;
}

.second-column .gallery-item-overlay-body h6 {
    padding-top: 20px;
}

.second-column .gallery-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(64, 90, 168, 0.95);
    opacity: 0;
    transition: all 0.4s ease;
}

.second-column .gallery-item:hover .gallery-item-overlay {
    opacity: 1;
    transition: all 0.4s ease;
}

.first-column{
    padding: 1rem !important;
}

@media (max-width: 992px) {

    .first-column{
        padding: 30px !important;
    }

    .photo-stream_gallery {
        flex-direction: column;
    }

    .second-column .row{
        flex-direction: column;
    }

    .second-column .row .col-6{
        width: 100%!important;
    }

    .gallery-item.gallery-item-featured {
        width: 100%;
        height: auto;
    }

    .gallery-item img {
        width: 100%;
        height: auto;
        display: block;
    }

    .gallery-item-overlay{
        width: 100%;
        height: 100%;
    }

    .second-column .gallery-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .second-column .gallery-item img {
        width: 100%;
    }

    .second-column .gallery-item-overlay {
        width: 100%;
        height: 100%;
    }

    .second-column .gallery-item-overlay-body {
        padding: 15px;
    }
}


/********************* Admins **********************/

.section-volunteers .owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.staff-member{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.staff-member-image img {
    display: block;
    position: relative;
    z-index: 0;
    width: 125px!important;
    height: 125px;
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
    opacity: 1;
}

.staff-member-image a{
    position: relative;
    z-index: 1;
    top: -125px;
    display: block;
    width: 125px;
    height: 125px;
    background-color: transparent;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
}

.staff-member-image a:hover{
    position: relative;
    z-index: 1;
    top: -125px;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    border-radius: 50%;
    background-color: rgba( 64, 90, 168, 0.95 );
    transition: all 0.3s ease;
}

.staff-member-body p:nth-child(1){
    color: #232323;
    margin-bottom: 5px;
}

.staff-member-body p:nth-child(2){
    font-weight: normal!important;
    font-size: 14px;
    color: #545454;
}

.staff-member-body {
    position: relative;
    z-index: 1;
    top: -125px;
    height: 0!important;
}

@media(max-width:350px){
    
}

/********************* footer **********************/

.footer-inner {
    background: linear-gradient(180deg, #235ccf, #052ea4);
    padding: 20px 0;
}

.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0!important;
}

.widgets {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.column {
    flex: 1;
    min-width: 200px;
    padding: 0 10px;
    box-sizing: border-box;
}

.widget {
    margin: 0;
    padding: 0;
}

.widget-title {
    font-size: 18px;
    margin-bottom: 35px;
    color: #fff;
    position: relative;
}

.widget-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #f6a939;
    position: absolute;
    bottom: -18px;
    left: 0;
}

.textwidget p {
    margin: 0 0 10px;
    color: #fff;
}

.menu-main-menu-container {
    display: flex;
    justify-content: space-between;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}

.left-menu {
    margin-right: 10px;
}

.right-menu {
    margin-left: 10px;
}

.menu-item {
    margin: 0 0 10px;
    position: relative;
}

.menu-item a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}
/* 
.menu-item a::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
} */

.menu-item-has-children .sub-menu {
    list-style: none;
    padding-top: 10px;
    padding-left: 15px;
    margin: 0;
}

.socials {
    display: flex;
    gap: 10px;
}

.socials dd {
    margin: 0;
}

.socials a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
}

.footer-nav {
    padding: 20px;
    border-top: 1px solid #fff;
}

.footer-nav .copyright {
    color: #fff;
}

.footer-nav a {
    color: #fff;
    text-decoration: none;
}

.third-column{
    max-width: 250px;
}

.socials dd {
    max-width: 50px;
    float: left;
    padding: 0 10px 0 0;
    margin: 0 0 10px;
}

.socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    color: #194cc0;
    text-align: center;
    width: 40px;
    height: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.socials a:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: #194cc0;
    text-align: center;
    width: 40px;
    height: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 992px) {
    .widgets{
        display: flex;
        flex-direction: column;
    }
}

/********************* staff **********************/

.page-head {
    padding: 25px;
    text-align: left;
}

.page-head.no-img {
    background-color: #1a459c;
}

.page-head .row {
    margin: 0 auto;
    max-width: 1200px;
}

.page-head .columns {
    padding: 0 105px;
}

.page-head h5, .page-head h2 {
    margin: 0;
    padding: 10px 0;
}

.page-head h5 {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
}

.page-head h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
}

.animated {
    visibility: visible;
    animation-duration: 0.5s;
}

.fadeInDown {
    animation-name: fadeInDown;
}

.delay-0-4 {
    animation-delay: 0.4s;
}

.delay-0-8 {
    animation-delay: 0.8s;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.main {
    padding: 20px;
    background-color: #ffffff;
}

.main .row {
    margin: 0 auto;
    max-width: 1200px;
}

.content, .sidebar {
    padding: 15px;
}

.article {
    margin-bottom: 20px;
}

.staff-page-widget-details {
    width: 300px;
}

.staff-page-widget-download, .staff-page-widget-details {
    margin-bottom: 20px;
    background-color: transparent;
    padding: 15px;
    border-radius: 5px;
}

.staff-page-widget-download .widget-body, .staff-page-widget-details .widget-body {
    text-align: right;
}

.staff-page-widget-download .doc-cover{
    text-align: right;
}

.staff-page-widget-download .doc-cover img {
    max-width: 250px;
    height: auto;
    border-radius: 5px;
}

.staff-page-widget-details .widget-head {
    margin-bottom: 10px;
}

.staff-page-widget-details .widget-title {
    color: #232323;
    position: relative;
    padding-bottom: 5px;
}

.staff-page-widget-details .widget-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background-color: #1a459c;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.staff-page-widget-side-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.staff-page-widget-side-nav li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    text-align: left;
}
.staff-page-widget-side-nav li i {
    margin-right: 10px;
}

@media (max-width:576px) {
    .page-head .columns {
        padding: 0 20px;
    }
    
}

/********************* sponsor a child **********************/

.container_sponsor-a-child {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.owl-item {
    min-width: 130px !important;
}

section{
    padding: 30px 70px
}

.hero-section {
    position: relative;
    text-align: center;
    color: white;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../img/SponsorACHild.png');
    background-position-y: center;
}

.hero-text {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 100px;
    font-size: larger;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.content {
    background: white;
    padding: 0!important;
}

.content section:nth-child(odd) h3,.content section:nth-child(odd) h2 {
    border-left: 10px solid #9dabbe ;
    padding-left: 10px;

}

.card h3{
    color: #052ea4!important;
}

.container_sponsor-a-child section:nth-child(even) {
    background: #9dabbe;
}

.container_sponsor-a-child section:nth-child(even) h3,.container_sponsor-a-child section:nth-child(even) h2{
    color: #FFF;
    border-left: 10px solid #FFF ;
    padding-left: 10px;
    margin: 30px 0px;
}

.highlight {
    color: #1a459c;
}

.help-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.help-cards .card {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 20px;
    flex: 1;
    min-width: 200px;
    text-align: center;
}

.help-cards .card h3 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #1a459c;
}

.regulations ul, .intro ul {
    padding: 0;
}

.regulations ul li, .intro ul li {
    margin-left: 19px;
    margin-bottom: 10px;
}

.regulations ul li::marker{
    color: #9dabbe;
}

.intro li::marker{
    color: #9dabbe;
    
}

.donate-info h3 {
    margin-top: 20px;
}

.donate-info p{
    line-height: 35px;
}

.donate-info p, .donate-info a {
    margin-bottom: 10px;
}

.donate-info a {
    text-decoration: none;
    color: black;
    padding: 15px;
    margin-left: 20px;
    cursor: pointer;
    background: white;
    border-radius: 5px; 
    border: 1px solid white;
    transition: all 0.3s ease-in-out;
}

.donate-info a:hover {
    text-decoration: none;
    color: black;
    padding: 15px;
    margin-left: 20px;
    cursor: pointer;
    background: #9dabbe;
    border-radius: 5px;
    border: 1px solid black;
    transition: all 0.3s ease-in-out;
}

.hide_error{
    display: none!important;
}

.content h2,h3{
    padding: 30px 0px;
}

.content p,li{
    font-weight: 300;
}

.wp-block-separator {
        border-top: 1px solid #232323;
        border-left: none;
        border-right: none;
        padding: 10px;
    
}
hr {
    border: 1px solid #232323;
    border-width: 1px 0 0;
    clear: both;
    opacity: 1!important;
    height: 0;
    margin: 1.25rem 0 1.1875rem;
}

.content-videos{
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.text-section{
    padding: 0 3rem;
}
@media (max-width: 992px) {
    .container_sponsor-a-child {
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .content-videos{
        flex-direction: column;
    }
    .text-section{
        margin: 3rem;
    }
}

@media(max-width: 345px){
    section{
        padding: 30px 45px
    }
}

/********************* Volunteers **********************/

.team-container {
    width: 80%;
    margin: auto;
    padding: 20px;
    background: #fff;
}

.team-members {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.team-member {
    width: 200px; /* Set a fixed width for each team member card */
    text-align: center;
    margin: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
}

.team-member img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.pagination button {
    font-size: 0.9375rem;
    line-height: 19px;
    color: #ababab;
    text-align: center;
    font-weight: 300;
    width: 31px;
    height: 31px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    background-color: transparent;
    margin: 10px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.pagination button:hover {
    background: #232323;
    border: 1px solid #232323;
    color: white;

}

.pagination #page-number{
    margin: 10px;
    font-size: 22px;
}

.pagination span {
    font-size: 18px;
}

/********************* Project **********************/
.projects-container {
    width: 80%;
    margin: auto;
    padding: 20px;
    background: #fff;
}

.project {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping for smaller screens */
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    font-weight: lighter;
}

.project h3 {
    font-weight: 300;
    padding: 0;
}

.project-image {
    position: relative;
    width: 30%;
    min-width: 200px;
    flex: 1;
}

.project-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.project-image .read-more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #1a459c;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.project-image .project-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #232323bb;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.project-image:hover .read-more {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.project-image:hover .project-background {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.project-background a {
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.project-background a:hover {
    background: #232323;
    transition: all 0.3s ease-in-out;
}

.project-info {
    padding: 20px;
    width: 70%;
    flex: 2;
    min-width: 200px;
}

.project-info h3 {
    margin-top: 0;
}

.project-info a {
    display: inline-flex;
    margin-top: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    text-decoration: none;
    color: #ABABAB;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.project-info a:hover {
    border: 1px solid #232323;
    color: #232323;
    transition: all 0.3s ease-in-out;
}

/* Media query for smaller screens */
@media (max-width: 992px) {
    .project {
        flex-direction: column; /* Stack project image and info vertically */
    }

    .project-image, .project-info {
        width: 100%;
    }
}


/********************* Gallery **********************/

.gallery-container {
    width: 80%;
    margin: auto;
    padding: 20px;
    background: #fff;
}

.gallery {
    display: flex;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    font-weight: lighter ;
}

.gallery h3{
    font-weight: 300 ;
    padding: 0
}

.gallery-image {
    position: relative;
    width: 30%;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.gallery-image .read-more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #1a459c;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.gallery-image .gallery-background {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #232323bb;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.gallery-image:hover .read-more{
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.gallery-image:hover .gallery-background{
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.gallery-background a{
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.gallery-background a:hover{
    background: #232323;
    transition: all 0.3s ease-in-out;
}

.gallery-info {
    padding: 20px;
    width: 70%;
}

.gallery-info h3 {
    margin-top: 0;
}

.gallery-info a {
    display: inline-flex;
    margin-top: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #ABABAB;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.gallery-info a:hover {
    border: 1px solid #232323;
    color: #232323;
    transition: all 0.3s ease-in-out;
}


@media (max-width: 992px) {
    .gallery{
        flex-direction: column;
    }
    .gallery-image {
        width: 100%;
    }
    .gallery-info {
        padding: 20px;
        width: 100%;
    }
}

/********************* contact us **********************/

.contact-form-container {
    width: 70%;
    margin: 50px auto;
    padding: 20px;
    background: #fffd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.contact-form-container h2 {
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
}

.contact-form-container label {
    font-weight: 300!important;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.contact-form-container input[type="text"],
.contact-form-container input[type="email"],
.contact-form-container textarea {
    box-shadow: inset 0 0 4px 1px #2323233d;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-form-container button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #1a459c;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.contact-form-container button:hover {
    background-color: #112e66;
    transition: all 0.3s ease-in-out;
}

label:hover{
    cursor:text;
}
/********************* paramedical **********************/

.project-title{
    position: relative;
    display: flex;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 10rem;
    height: 10rem;
    align-items: center;
    padding-left: 100px;
}

.project-grid{
    width: 100%;
    padding: 10px 100px;
}

.project-grid ul{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.project-grid li{
    margin-right: 1em;
    width: calc(33% - 0.77em);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin: 0 1em 1em 0;
    position: relative;
}

.project-grid img{
    flex: 1;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

/**************************** civis_lb ****************************/

.civis-lb-flex{
    flex-direction: row;
    margin: 3rem;
}

.video-section {
    margin: 60px;
    width: 100%;
}

.video-section img{
 width: 100%;
}

@media (max-width: 992px) {
    .civis-lb-flex{
        flex-direction: column;
        align-items: center;
        margin: 0!important;
    }
    .civis-lb-flex div{
        margin: 30px;
    }
}

/********************** animation **********************/

@media (max-width: 992px) {

    .full-text p {
        padding: 50px!important;
        text-align: center;
        font-size: 2rem!important;
    }

    .fade-text span {
        font-size: 3rem!important;
        text-align: center;
        color: #1a459c;
        font-weight: 800;
    }
}