@media (max-width: 992px) {
    .header-button .th-btn {
         display: none;
    }
}
@media (min-width: 993px) {
    .header-button .th-btn {
        display: block;
    }
}
.sub-title{
    margin-bottom: 0px;
}

.th-btn{
    color: white;
}

.header-logo img{
    height: 90px;
}
.service-box3{
    height: 385px;
}
.logo-shape1:before, .logo-shape1:after{
    background: black;
}
.service-box3 .box-icon{
    color: white;
}
.service-box3 .box-icon:hover{
    color: black;
}
.service-box3:hover .box-icon{
    color: black;
}
.about-logo img{
    height: 90px;
}
.last-menu li a:before{
    display: none;
}
.team-card .box-img img{
    -webkit-mask-image: unset;
    mask-image: unset;
}
.team-card .box-img img {
    -webkit-mask-image: unset;
    mask-image: unset;
    height: 430px;
}
.team-card .box-img .team-overlay{
    display: none;
}
.sub-title.style2{
    height: 40px;
}
@media (max-width: 1299px) {
    .donation-area3{
        height: 450px;
    }
}
.last-menu {
    font-size: 14px;
}
.counter-card{
    height: 325px;
}
.choose-item{
    margin-bottom: 75px;
}
@media (max-width: 1399px) {
    .choose-item{
        height: 385px;
    }
    
}
.preloader-inner img {
    display: block;
    margin: 0 auto 30px auto;
    height: 200px;
}

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: #fcfcfc;
}
.letter {
    color: #636363;
}
@media (max-width: 1299px) {
    .contact-media {
        gap: 18px;
        height: 145px;
    }
}
@media (max-width: 1299px) {
    .sub-title h2 {
        font-size: 35px;
    }
}



.brand-card {
    height: 110px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 1px solid #eee;
    transition: 0.3s;
}



.brand-card img {
    max-height: 70px;
    max-width: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: .7;
    transition: .3s;
}

.brand-card:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.05);
}

.swiper-slide {
    display: flex;
    justify-content: center;
}


.menu .last-menu li a {
    font-size: 12px;
    text-transform: lowercase;
}

.header-layout5 .menu-area {
    background-color: #ffffff;
}

.header-layout5 .main-menu > ul > li > a {
    color: #000000;
}

.header-layout5 .main-menu > ul > li > a:hover {
    color: green;
}

.main-menu > ul > li > a:before {
    background-color: green;
}


.header-layout5 .main-menu ul li.menu-item-has-children > a:hover:after {
    color: green;
}

.th-btn .btn-text::before {
    color: #ffffff;
    
}

.service-box3:hover {
    background-color: #eeeeee;
    border-color: var(--theme-color2);
}

.header-layout5 .header-top a, .header-layout5 .header-top li, .header-layout5 .header-top p, .header-layout5 .header-top span, .header-layout5 .header-top i {
    color: #ffffff;
}
