﻿
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
.site-logo a img{
    width:110px;
    height:auto;
}




.vl-header-top-icon {
    display: flex;
    gap: 30px;
    justify-content: flex-start;
    padding: 10px;
}

.vl-header-top-icbox {
    display: flex;
    align-items: center;

}
.vl-header-top-icbox .top-icon i{
    margin-right:8px;
}
.top-icon {
    /* width: 36px; */
    /* height: 36px; */
    /* background: #ff831a; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}


.vl-header-top-social {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.vl-header-top-social a {
    width: 35px;
    height: 35px;
    background: #ffffff;
    color: #ff6a00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.vl-header-top-social a:hover {
    background: #ff831a;
}


@media (max-width: 991px) {
    .vl-header-top-icon,
    .vl-header-top-social {
        justify-content: center;
    }
}






.vl-hero-wrap {
    position: relative;
    overflow: hidden;
}

 
.vl-hero-left,
.vl-hero-right,
.heroSwiper,
.hero-slide-bg {
    height: 75vh;
}

.vl-hero-left {
    background: linear-gradient(130deg, #021628, #053f74) !important;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 80px 150px;
    background-color: #25342b;
}

@media (min-width: 1200px) and (max-width: 1399.8px){
    .vl-hero-left {
    padding: 80px 100px;

}
     
.vl-hero-left,
.vl-hero-right,
.heroSwiper,
.hero-slide-bg {
    height: 85vh;
}
.vl-counter5 .single-counter-box {
    padding: 32px 15px !important;

}
}

.vl-hero-left h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 600;
}

.vl-hero-left p {
    font-size: 18px;
    max-width: 520px;
    margin-bottom: 30px;
}


.hero-slide-bg {
    background-size: cover;
    background-position: center;
}


.vl-pagination {
    margin-top: 40px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.vl-pagination .swiper-pagination-bullet {
    background: transparent;
    color: rgba(255,255,255,0.5);
    font-size: 16px;
    font-weight: 600;
    opacity: 1;
    width: auto;
    height: auto;
    position: relative;
    cursor: pointer;
}

.vl-pagination .swiper-pagination-bullet::after {
    content: "•";
    margin-left: 8px;
    color: rgba(255,255,255,0.4);
}

.vl-pagination .swiper-pagination-bullet-active {
    color: #fff;
}

.vl-pagination .swiper-pagination-bullet-active::after {
    color: #fff;
}

.vl-pagination .swiper-pagination-bullet:last-child::after {
    display: none;
}


.vl-pagination {
    opacity: 1 !important;
    visibility: visible !important;
}


.vl-pagination .swiper-pagination-bullet {
    font-size: 0 !important;
    color: transparent !important;
}


.vl-pagination .swiper-pagination-bullet::after {
    content: "" !important;
}


.vl-pagination .swiper-pagination-bullet::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    display: inline-block;
}


.vl-pagination .swiper-pagination-bullet-active::before {
    background: #ffffff;
}



.vl-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0,0,0,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 30;
    transition: all 0.3s ease;
}

.vl-btn i {
    color: #fff;
    font-size: 20px;
}

.vl-btn.prev {
    left: 20px;
}

.vl-btn.next {
    right: 20px;
}


.vl-btn,
.vl-pagination {
    opacity: 0;
    visibility: hidden;
}

.vl-hero-wrap:hover .vl-btn,
.vl-hero-wrap:hover .vl-pagination {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 1199px) {
    .vl-hero-left {
        padding: 60px;
    }

    .vl-hero-left h1 {
        font-size: 40px;
    }
}


@media (max-width: 991px) {
    .vl-hero-wrap {
        height: auto;
        margin-top: 92px;
    }

    .vl-hero-left,
    .vl-hero-right,
    .heroSwiper,
    .hero-slide-bg {
        height: auto;
    }

    .vl-hero-left {
        padding: 50px 30px;
    }

    .vl-hero-left h1 {
        font-size: 34px;
    }

    .vl-hero-left p {
        font-size: 16px;
    }


    .vl-pagination {
        opacity: 1;
        visibility: visible;
    }


    .vl-btn {
        display: none;
    }
}


@media (max-width: 575px) {
    .vl-hero-left {
        padding: 35px 20px;
        text-align: left;
    }

    .vl-hero-left h1 {
        font-size: 26px;
        line-height: 1.3;
    }

    .vl-hero-left p {
        font-size: 15px;
    }

    .vl-pagination {
        gap: 8px;
        font-size: 14px;
    }


    .vl-hero-right,
    .heroSwiper,
    .hero-slide-bg {
        height: 45vh;
    }
}









.vl-footer-icon {
    width: 40px;
    height: 40px;
    background: #ff5528;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    margin-right: 14px;
}

.vl-footer-icon i {
    color: #fff;
    font-size: 16px;
}

.copy-right{
    color:#fff;
    font-size:18px;
}


.vl-footer-menu ul {
    padding: 0;
    margin: 0;
}

.vl-footer-menu ul li {
    list-style: none;
    position: relative;
    padding-left: 18px;
    margin-bottom: 0px;
}

.vl-footer-menu ul li::before {
    content: "\f105"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 23%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #ffffff; 
}

.vl-footer-menu ul li a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}


.vl-footer-menu ul li:hover::before {
    left: 4px;
}

.vl-footer-menu ul li::before {
    transition: all 0.3s ease;
}


.vl-footer-logo a img{
    width:120px;
    height:auto;
}



.whatsapp {
    display: inline-block;
    position: fixed;
    right: 40px;
    bottom: 150px;
    background: limegreen;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff !important;
    text-align: center;
    line-height: 62px;
    z-index: 99999999999;
    animation: ripple-out 1.5s ease-in-out infinite;
}

    .whatsapp i {
        font-size: 32px;
    }

@keyframes ripple-out {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    100% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.vl-section-title4 .title {
    position: relative;
    margin-bottom:30px;
}

.vl-section-title4 .title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 110px;
    height: 3px;
    background-color: #ff831a;
    border-radius: 2px;
    /* margin: 0 auto; */
    /* text-align: center; */
    transform: translate(-50%, 0px);
}

.vl-section-title-8 .vl-title{
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 16px;
}

.vl-section-title-8 .vl-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 110px;
    height: 3px;
    background-color: #ff831a;
    border-radius: 2px;
    transform: translate(-50%, 0px);
}


.vl-donate-thumb-iconbox .icon span img{
    width:80px ;
    height:auto;
}


.mobile-logo a img{
    width:90px;
    height:auto;
}

.logosicon-area .logos img{
    width:100px;
    height:auto;
}