.main-header__logo a img {
  width: 180px;
}
.main-header--two .main-header__logo {
    padding: 11px 20px;
}
.main-footer__bottom__inner::before,  .main-footer__bottom__inner::after {
    background-color: rgba(129, 85, 26, 0.5);
}
.user-info .flag img {
    object-fit: cover;
    border-radius: 50%;
    width: 25px;
}
.google-map__two {
    margin-bottom: -60px;
}
.gallery-one__card img {
    transform: scale(1);
    object-fit: cover;
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 500ms ease, opacity 500ms ease;
    opacity: 1;
    padding: 5px;
    background: #fff;
}
.mt-30 {
    margin-top: 30px ;
}
.blog-card__image img {
    object-fit: cover;
    width: 100%;
    height: 300px;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}
.main-header--two .main-header__center__bottom {
    -webkit-box-shadow: 0px 0px 20px 0px #dddddd80;
    box-shadow: 0px 0px 20px 0px #dddddd80;
}
.blog-three.section-space, .blog-details.section-space, .service-details-page.section-space {
    padding-top: 70px;
    padding-bottom: 120px;
}
.blog-card.active {
    border-bottom: 3px solid #81551A;
}
.blog-list-card {
    padding: 30px;
    -webkit-box-shadow: 0px 0px 20px 0px #dddddd80;
    box-shadow: 0px 0px 20px 0px #dddddd80;
}
.blog-list-card__text.short {
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 75px;
}
.pt-0 {
    padding-top: 0px !important;
}
.pb-0 {
    padding-bottom: 0px !important;
}
.blog-list-card__image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.main-header__call__call {
    font-weight: bold;
    font-size: 22px;
}
.main-header__call__title {
    font-weight: 700;
    font-size: 14px;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.main-menu .main-menu__list li ul {
    width: max-content;
}
.service-details-page {
    padding-bottom: 30px !important;
}
.service-sidebar__nav__list.active a {
    border: 2px solid #000;
}
.service-card__top__title {
    font-size: 18px;
}
.about-two.section-space {
    padding-bottom: 40px !important;
}
.faq-two .faq {
    font-weight: 700;
    font-size: 70px;
}
.main-slider-two__title {
    font-size: 40px;
}
.about-three__funfact__text-two {
    font-size: 14px;
    padding-left: 10px;
}
.blog-card-two__thumb img {
    object-fit: cover;
    height: 300px;
}
@media (min-width: 992px) {
  .footer-widget.footer-widget--links {
    float: right;
  }
}

.footer-widget__text {
    margin-bottom: 22px;
    color: var(--bultax-white, #fff);
    width: 100%;
}
.footer-widget--about::after {
    content:  unset;
}
