@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;
}
.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;
}

@media (max-width: 1299px) {
    .contact-media {
        gap: 18px;
        height: 145px;
    }
}
@media (max-width: 1299px) {
    .sub-title h2 {
        font-size: 35px;
    }
}