.logo img {
    width: 130px;
}
main .form-contact ul.powermail-errors-list {
    padding-left: 0;
}
main .form-contact ul.powermail-errors-list li {
    color: red;
    font-size: 11px;
    padding-left: 0;
    line-height: 30px;
    list-style: none;
}
main ul {
    padding-left: 18px;
}
main ul li {
    font-family: "Mulish",sans-serif;
    color: #232F55;
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
    position: relative;
    list-style: disc;
}
main .powermail_fieldwrap_captcha img {
    margin-top: 10px;
}
.header-sticky.sticky-bar {
    background: linear-gradient(to left, #1c2b3e, #54445d, #8d606e, #b88576, #cdb485) !important;
}
.slider-area .single-slider .slider-cap-wrapper .hero-img img, 
.h1-testimonial-active.dot-style .slick-dots .slick-active button {
    background: linear-gradient(to bottom, #1c2b3e, #54445d, #8d606e, #b88576, #cdb485) !important;
}
.btn {
    background: linear-gradient(to bottom, #1c2b3e, #54445d, #8d606e, #b88576, #cdb485) !important;
}
.btn::before {
    background: linear-gradient(45deg, #1c2b3e, #54445d, #8d606e, #b88576, #cdb485) !important;
}
.wants-wrapper {
    background: linear-gradient(45deg, #1c2b3e, #54445d, #8d606e, #b88576, #cdb485) !important;
}
.header-area .main-header.sticky-bar .main-menu ul li a {
    color: #FFFFFF;
}
.footer-bottom-area .footer-copy-right p a {
    color: #b88576;
}
#scrollUp, #back-top {
    background: #b88576;
}
.header-area .buttons ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.slider-area .single-slider .slider-cap-wrapper .hero-img img,
.slider-area .single-slider .slider-cap-wrapper .hero-img.hero-img2 img {
    object-fit: cover;
}
@media (min-width: 1401px) {
    .slider-area .single-slider .slider-cap-wrapper .hero-caption h1 {
        font-size: 70px;
    }
}
@media (max-width: 991px) {
    .logo img {
        width: 58px;
    }
    .header-btn2 {
        font-size: 14px;
    }
    .login-btn {
        right: 270px;
    }
}
@media (max-width: 576px) {
    .logo img {
        width: 85px;
    }
    .slider-area {
        margin-top: 20px;
    }
    .header-btn2 {
        top: 96px;
        right: 26px;
    }
    .hero-height2 {
        height: 270px;
    }
    .login-btn {
        right: 195px !important;
    }
} 