.logo a
{
    display: block;
}
.logo img
{
    width: 190px;
}
.logo-title
{
    color: #FFF;
    font-size: 27px;
    line-height: 24px;
    position: relative;
    top: 11px;
}
.logo-title p
{
    color: #FFF;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 6px;
}
.bd-footer__top
{
    background: #01034a;
}
.bd-footer__bottom
{
    background: #000131;
}
.bd-services1__icon img
{
    width: 100px;
}

.social-media-icons-s1 {
    list-style: none;
    padding: 0px;
}

.social-media-icons-s1 li {
    display: inline-block;
    margin-right: 3px;
}

.social-media-icons-s1 li .facebook {
    background: #29589f;
}

.social-media-icons-s1 li .twitter {
    background: #0d9dd3;
}

.social-media-icons-s1 li .youtube {
    background: #e82626;
}

.social-media-icons-s1 li .instagram {
    background: #b503a4;
}

.social-media-icons-s1 li a {
    color: #FFF;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    font-size: 21px;
}

.footer-contact {
    list-style: none;
    padding: 0px;
    margin: 0 0 30px;
}

.footer-contact li {
    margin: 0 0 11px;
    position: relative;
    padding: 0 0 0 30px;
    color: #FFF;
}

.footer-contact li i {
    position: absolute;
    left: 0px;
    top: 3px;
    color: #8184d3;
}

.footer-contact li a {
}

.poweredby {
    text-align: right;
    color: #FFF;
    top: -13px;
    position: relative;
}

.poweredby img {
    position: relative;
    top: -3px;
    height: 21px;
}
.edu-section
{
    padding: 50px 0 60px;
    text-align: center;
    background: #f26522;
}
.edu-section h2
{
    font-size: 32px;
    color: #FFF;
    margin: 0 0 30px;
}
.edu-section .sclogo
{
    display: inline-block;
    background: #FFF;
    padding: 30px;
    border-radius: 20px;
}
.edu-section .sclogo img
{
    width: 340px;
}
.bd-sticky__logo img
{
    width: 70px;
}
.bd-mobile__logo img
{
    width: 73%;
    position: absolute;
    top: 19px;
}
.sidebar__logo img
{
    width: 76%;
}


.main-slider .owl-nav [class*=owl-] {
    padding: 5px 10px;
    line-height: 24px;
    font-size: 24px;
}

.main-slider {
    position: relative;
}

.main-slider .owl-nav {
    position: absolute;
    top: 39%;
    width: 100%
}

.owl-carousel.main-slider .owl-nav .owl-next, .owl-carousel.main-slider .owl-nav .owl-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    border: none;
    background: #f26522;
}

.main-slider .owl-nav .owl-prev i, .main-slider .owl-nav .owl-next i {
    font-size: 23px;
    color: #ffffff;
    line-height: 41px;
}

.main-slider .owl-nav .owl-prev {
    left: 10px;
}

.main-slider .owl-nav .owl-next {
    right: 10px;
}
.innerpage-section
{
    padding: 60px 0;
}

.about-trust-section {
    background: #f9f9f9;
}

.about-trust-section .bd__title {
    font-size: 36px;
    font-weight: 700;
    color: #1b1b1b;
}

.about-trust-section p {
    font-size: 16px;
    line-height: 1.75;
    color: #1e1e1e;
}

.about-trust-section .trust-highlights .highlight {
    font-size: 15px;
    display: flex;
    align-items: flex-start;
    color: #333;
}

.about-trust-section .trust-highlights .highlight i {
    margin-top: 3px;
}

.about-trust-section .about-img img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.theme-btn {
    background-color: #f26522;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.theme-btn:hover {
    color: #fff;
}

.footer-logo-grid
{
    display: flex;
    gap: 29px;
}
.footer-logo
{
    width: 139px;
}

.contact-info h5
{
    
}

.contact-info h5 i
{
    color: #f26522;
}
.ptb-100
{
    padding:80px 0;
}

.gallery-thumb {
    border: 2px solid #f26522;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    padding: 20px;
    margin-bottom: 30px;
}

.gallery-thumb .gallery-thumb-image {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 0;
}

.gallery-thumb .gallery-thumb-image img {
    width: 100%;
}

.gallery-thumb .gallery-thumb-title {
    margin-bottom: 13px;
    text-align: center;
}

.gallery-thumb .gallery-databx {
    padding: 12px;
}

.gallery-thumb:hover {
    box-shadow: 0px 10px 30px 0px rgb(31 34 120 / 10%);
    border: 2px solid #fff;
}

.gallery-btn {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    padding: 0 15px;
    display: block;
    color: #ffffff !important;
    background-color: #f26522;
    border-radius: 40px;
}

.album-back-btn {
    text-align: right;
    margin: 0 0 20px;
}

.album-back-btn a {
    text-align: center;
    padding: 7px 29px;
    display: inline-block;
    color: #ffffff;
    background-color: #19743a;
    border-radius: 50px;
}

.gallery-thumb-image p {
    text-align: center;
    margin: 15px 0 0;
}

.floatingwhatsapp {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 9999;
    color: #FFF;
    background: #4dc247;
    font-size: 30px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    -webkit-box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
    -moz-box-shadow: -8px 9px 5px -7px rgba(0, 0, 0, 0.24);
    box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
}

.floatingwhatsapp:hover {
    color: #FFF;
}
.reliable-area img
{
    width: 100%;
    
}

.trust-highlights
{display: flex;flex-direction: column;gap: 17px;}
.trust-highlights .highlight
{/* position: relative; *//* padding: 0 0 0 50px; */margin: 0 0 40px;display: flex !important;gap: 20px;}
.trust-highlights .highlight i
{color: #f26522 !important;position: relative;left: 0px;top: 5px;font-size: 39px;width: 29px;}
.trust-highlights .highlight strong
{display: block;font-size: 18px;}

.donation-details {
  max-width: 100%;
  margin: 0px 0 30px;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  text-align: center;
  font-family: "Segoe UI", sans-serif;
}

.donation-details h2 {
  font-size: 20px;
  margin-bottom: 18px;
  color: #333;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.donation-details ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  text-align: left;
}

.donation-details li {
  margin: 8px 0;
  font-size: 16px;
  color: #444;
  padding: 8px 12px;
  background: #f9f9f9;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}

.donation-details li span {
  font-weight: 600;
  color: #222;
}

.donation-details .qr-code {
  margin-top: 15px;
}

.donation-details .qr-code img {
  max-width: 100%;
  border-radius: 10px;
  border: 1px solid #eee;
}


@media(max-width:992px)
{
    
    .footer-logo-grid {
    flex-direction: column;
    align-content: center;
    align-items: center;
}


    .edu-section .sclogo img {
    width: 100%;
}
    .bd-footer__copy-text
    {
        text-align: center;
    }
    .poweredby {
    text-align: center;
}
    .pt-100 {
    padding-top: 50px;
}
    .pb-60 {
    padding-bottom: 0px;
}
    .pt-115 {
    padding-top: 30px;
}
    .mb-55 {
    margin-bottom: 30px;
}
    .pt-160 {
    padding-top: 30px;
}
    .pb-80 {
    padding-bottom: 30px;
}
    .main-slider .owl-nav .owl-prev i, .main-slider .owl-nav .owl-next i {
    font-size: 20px;
    line-height: 26px;
}
    .owl-carousel.main-slider .owl-nav .owl-next, .owl-carousel.main-slider .owl-nav .owl-prev {
    width: 35px;
    height: 35px;
}
    .sclogo
    {
        margin-bottom: 30px;
    }
    .bd-mobile__header-padding {
    position: absolute;
    z-index: 999;
    width: 100%;
}
    .sticky
    {
        display: none;
    }
    .bd__title
    {
        margin-top: 20px;
    }
    
    .main-slider::before
    {
        content:'';
        width: 100%;
        position: absolute;
        top: 0px;
        height: 360px;
        z-index: 9;
        background: linear-gradient(180deg, rgba(242, 101, 34, 1) 0%, rgb(229 241 250 / 0%) 50%, rgba(247, 247, 247, 0) 100%);
    }
    
    
}