
        body {
            font-family: 'Anek Latin', sans-serif;        
            margin: 0;
            padding: 0;
            overflow-x: hidden;
        }

        .section-heading{
            font-size: 48px;
            font-weight: 600;
            font-family: 'Lexend Deca', sans-serif;
        }
        .section-para{
            font-size: 18px;
            font-family: 'Anek Latin', sans-serif;        
        }
        .section-padding{
            padding: 5rem 0;
        }

        @media screen and (min-width: 769px) and (max-width: 1280px) { 
            .section-heading{
                font-size: 32px;  
            }
        }

        @media (max-width: 768px) {
            .section-heading{
                font-size: 28px;  
            }
            .section-padding{
                padding: 3rem 0;
            }
        }
        .nav-arrows .owl-prev.disabled,
        .nav-arrows .owl-next.disabled {
          opacity: 0.4;
          pointer-events: none;
        }
/*banner*/
.about-banner-section{
    position: relative;
}
.about-banner-wrapper img{
    width: 100%;
    height: auto;
}

.about-banner-text{
    position: absolute;
    top: 30%;
    left: auto;
    width: 25%;
}

.about-banner-text h1{
    color: #1C204F;
}

.about-banner-text p{
    color: #000;
    line-height: 26px;
}
.mobile-banner{
    display: none;
    width: 100%;
}

/*banner css end*/

/*out pillers section staet*/
.csr-pillers-section {
  background-color: #fff;
}

.csr-pillers-section .section-title {
  font-weight: 600;
  color: #1C204F;
  margin-bottom: 40px;
}

.csr-pillers-section .csr-card {
  position: relative;
  overflow: hidden;
}

.csr-pillers-section .csr-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.csr-pillers-section .static-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  line-height: 32px;
  transition: opacity 0.3s ease;
    font-family: 'Lexend Deca', sans-serif;
}

.csr-pillers-section .csr-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.3));
  overflow: hidden;
  width: 100%;
  height: 0;
  /*transition: .5s ease;*/
}

.csr-pillers-section .csr-card:hover .csr-overlay {
  height: 100%;
}

.csr-pillers-section .csr-card:hover .static-title {
  opacity: 0;
}

.csr-pillers-section .csr-card:hover img {
  transform: scale(1.1);
}

.csr-pillers-section .overlay-content {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  padding: 30px 20px 20px 20px;
  text-align: left;
}

.csr-pillers-section .overlay-content h3 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.csr-pillers-section .overlay-content p{
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}


/*activities section*/
.key-initiatives-section {
  background:#FAFAFA;
}

.key-initiatives-section .section-title {
  font-weight: 600;
  color: #1C204F;
  text-align: center;
  margin-bottom: 60px;
}

.key-initiatives-section .category-title {
  font-size: 32px;
  font-weight: 500;
  color: #1C204F;
    font-family: 'Lexend Deca', sans-serif;
}

.key-initiatives-section .initiative-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #E6E6E6;
  height: 100%;
}

.key-initiatives-section .owl-stage{
    display: flex;
}

.key-initiatives-section .owl-item{
    display: flex;
}

.key-initiatives-section .owl-item>div{
    height: 100%;
}

.key-initiatives-section .initiative-block{
    margin-top: 70px;
}

.key-initiatives-section .initiative-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.key-initiatives-section .initiative-card .card-body {
  padding: 20px 24px;
}

.key-initiatives-section .initiative-card h4 {
  font-size: 24px;
  font-weight: 500;
  color: #0276FD;
  line-height: 32px;
  margin-bottom: 10px;
font-family: 'Lexend Deca', sans-serif;
    height: 65px;
}

.key-initiatives-section .initiative-card p {
  font-size: 18px;
  color: #626262;
  font-weight: 300;
  line-height: 26px;
    font-family: 'Anek Latin', sans-serif;        
}

.key-initiatives-section .nav-arrows .owl-prev,
.key-initiatives-section .nav-arrows .owl-next {
    padding: 10px 20px;
  border-radius: 10px;
  background: #fff !important;
  color: #1C204F !important;
  display: inline-flex;
  align-items: center;
  border: 1px solid #E6E6E6;
  justify-content: center;
  margin-left: 10px;
}

.key-initiatives-section .nav-arrows .owl-prev:hover,
.key-initiatives-section .nav-arrows .owl-next:hover {
  background: #0d6efd !important;
  color: #fff !important;
}



/*community intantive section -->*/
.community-initiatives-section {
  background: #ffffff;
}

.community-initiatives-section .section-title {
  color: #1C204F;
  margin-bottom: 40px;
  text-align: center;
}

.community-initiatives-section .initiative-item {
  padding: 20px 10px;
}

.initiative-icon {
  color: #0276FD;
  margin-bottom: 15px;
  display: inline-block;
}

.community-initiatives-section .initiative-item p {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin: 0;
  font-weight: 400;
    font-family: 'Anek Latin', sans-serif;        
}


/*image gallery section css start*/
.image-gallery {
    background:#FAFAFA;
    padding: 0 0 5rem 0;
}

.image-gallery .gallery-title {
    font-size: 32px;
    font-weight: 600;
    color: #1C204F;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Lexend Deca', sans-serif;
}

.image-gallery .gallery-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #E6E6E6;
    transition: transform 0.3s ease;
}

.image-gallery .gallery-card:hover {
    transform: translateY(-6px);
}

.image-gallery .gallery-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.image-gallery .gallery-content {
    padding: 20px;
}

.image-gallery .gallery-content p {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    line-height: 26px;
    font-family: 'Anek Latin', sans-serif;        
}

.image-gallery .gallery-carousel .owl-nav {
    margin-top: 30px;
    text-align: center;
}

.image-gallery .custom-nav button i {
    padding: 4px 30px !important;
    border-radius: 12px !important;
    border: 1px solid #E6E6E6 !important;
    background: #fff !important;
    transition: 0.3s;
    color: #1C204F;
}

.image-gallery .custom-nav button i:hover {
    background: #1f2b5b !important;
    color: #fff !important;
}

.image-gallery .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: block;
}


/*partners section css start*/
.industry-section {
    background: #fff;
}

.industry-section .industry-heading {
    font-weight: 600;
    color: #1C204F;
    margin-bottom: 40px;
    text-align: center;
}

.industry-section .industry-card {
    background: #FAFAFA;
    border-radius: 12px;
    padding: 40px;
}

.industry-section .card-title {
    font-size: 32px;
    font-weight: 500;
    color: #1C204F;
    font-family: 'Lexend Deca', sans-serif;
}

.industry-section .card-desc {
    font-size: 18px;
    font-weight: 300;
    color: #1C204F;
    font-family: 'Anek Latin', sans-serif;        
}

.industry-section .logo-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: center;
    justify-items: center;
}

.industry-section .small-logos {
    grid-template-columns: repeat(3, 1fr);
}

.industry-section .logo-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    background: transparent;
    border-color: transparent;
}

/* Mobile */
@media (max-width: 575px) {

    .industry-section .logo-wrapper {
        /*grid-template-columns: 1fr;*/
        gap: 20px;
    }
}



/*help section*/
.help-section{
    background: url("../images/Background.png") no-repeat;
    background-size: cover;
    background-position: center;
}

.help-section .help-outer-wrapper{
    display: flex;
    justify-content: center;
    width: 60%;
    margin: 0 auto;
}

.help-section .help-content h2{
    color: #1C204F;
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 10px;
    font-family: 'Lexend Deca', sans-serif;
}
.help-section .help-content{
    max-width: 400px;
    text-align: center;
    margin: 0 4rem;
}
.help-section .help-content p{
    color: #626262;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 60px;
    font-family: 'Anek Latin', sans-serif;        
}
.help-section .help-content a{
    background: #06439C;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    padding: 12px 20px;
    font-family: 'Anek Latin', sans-serif;        
    text-transform: uppercase;
}
.help-section .help-content a span{
    display: inline-block;
    padding-left: 5px;
}

.help-section .help-content a:hover{
    background: #0276FD;
}
.help-section .help-img img{
    width: 100%;
    height: auto;
}


 @media screen and (min-width: 1025px) and (max-width: 1280px) {
    .csr-pillers-section .static-title{
        font-size: 16px;
        line-height: 24px;
    }
    .key-initiatives-section .initiative-card h4{
        font-size: 18px;
    }
    .help-section .help-outer-wrapper{
        width: 80%;
        align-items: center;
        text-align: center;
    }
    .help-section .help-img img{
        width: 50%;
        margin: 0 auto;
    }
    .industry-section .card-title{
        font-size: 24px;
    }
    .help-section .help-content h2{
        font-size: 28px;
    }
    .key-initiatives-section .category-title{
        font-size: 28px;
    }
    .csr-pillers-section .overlay-content{
        padding: 20px;
    }

    .csr-pillers-section .overlay-content h3{
        font-size: 20px;
    }
    .csr-pillers-section .overlay-content p{
        font-size: 16px;
    }
    .about-banner-text{
        width: 20%;
    }
 } 

 @media screen and (min-width: 992px) and (max-width: 1024px) {
    .csr-pillers-section .static-title{
        font-size: 16px;
        line-height: 24px;
    }
    .key-initiatives-section .initiative-card h4{
        font-size: 18px;
    }
    .industry-section .card-title{
        font-size: 24px;
    }
    .help-section .help-content h2{
        font-size: 28px;
    }
    .key-initiatives-section .category-title{
        font-size: 28px;
    }
    .csr-pillers-section .overlay-content{
        padding: 20px;
    }

    .csr-pillers-section .overlay-content h3{
        font-size: 20px;
    }
    .csr-pillers-section .overlay-content p{
        font-size: 14px;
    }
 } 



@media (max-width: 991px) {
    .about-banner-text {
        width: 35%;
        top: 11%;
    }
    .help-img{
        width: 15%;
    }
    .key-initiatives-section .category-title{
        font-size: 22px;
    }
    .key-initiatives-section .nav-arrows{
        width: 50%;
        text-align: right;
        display: flex;
        justify-content: end;
    }
    .key-initiatives-section .initiative-card h4{
        font-size: 18px;
        line-height: 24px;
        height: auto;
    }
    .industry-section .logo-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .help-section .help-content a{
        font-size: 16px;
    }

    .industry-section .card-title{
        font-size: 26px;
    }
    .help-section .help-content{
        margin: 0;
    }
    .help-section .help-outer-wrapper{
        width: 100%;
    }
    .help-section .help-content h2{
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .mobile-banner{
        display: block;
    }
    .desktop-banner{
        display: none;
    }
    .about-banner-text{
        width: 90%;
        top: 3%;
    }
}