:root {
    --theme-color: #2526fd;
    --theme-color2: #1a1bda;
}
.header-logo img {
    width: 18rem;
}
.hero-style1 .sub-title {
    color: #fff;
}
.donation-card .box-thumb img {
    height: 14rem;
    object-fit: cover;
}
.testi-box-img .testi-img {
    object-fit: cover;
    width: 100%;
    height: 30rem;
}
.faq-img-box1 {
    margin-left: -70px;
}
.faq-img-box1 .img1 img {
    height: 40rem;
    object-fit: cover;
}
.cta-area-2 {
    background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(/media/odipufq5/sealyham1.jpg);
    background-size: cover;
    background-position: center;
}
.brand-area-1 .swiper-wrapper {
    align-items: center;
    justify-content: center;
}
.footer-wrapper {
    background-color: #fff;
}
.footer-widget .widget_title {
    color: var(--theme-dark);
}
.th-widget-contact {
    background: rgba(37, 38, 253, .4);
    border: 1px solid rgba(37, 38, 253, .6);
}
.th-widget-about .about-logo img {
    height: 90px;
}
@media(max-width:991px){
    .header-default .menu-area .menu-area-wrap {
        background: #fff;
    }
    .contact-form {
        margin-bottom: 3rem;
    }
}
.th-menu-wrapper .mobile-logo {
    background-color: #fff;
}
.cta-area-1 {
    padding-bottom: var(--section-space);
}
.header-default .main-menu > ul > li > a:hover {
    color: var(--theme-dark);
}

.header-default .menu-area .menu-area-wrap {
  padding: 0 30px 0 30px;
}
.header-default .header-notice {
    display: none;
}