header .flex-row {
    max-width: 1570px;
}
header .searchform {
    max-width: 360px;
}
.home .flickity-page-dots {bottom: -10px;}
.home .themes .box-image {
    overflow: visible;
}
.home .btn-viewmore {
    text-transform: none;
    font-size: 16px;
    color: #3c3c3c;
    font-weight: 400;
    margin-top: -10px;
}
.flickity-page-dots .dot {
    border-width:1px!important;
    border-color: #e8e8e8!important;
    background: #918981!important;
    width: 7px!important;
    height: 7px!important;
}
.flickity-page-dots .dot.is-selected {
    background: rgba(0, 0, 0, 0)!important;
    border-color: #acacac!important;
    width: 9px!important;
    height: 9px!important;
    border-width:2px!important;
}
.home .sec-01 {
    margin: 0 auto;
}
.newsletter-singup {
    padding-top: 130px!important;
    padding-bottom: 50px!important;
    background: url("../images/banner.webp");
    background-repeat: round;
}
.newsletter-singup form {
    max-width: 380px;
    margin: 0 auto;
}
.newsletter-singup form label{
    display: none;
}
.newsletter-singup .section-title {
    font-size: 32px;
    color: var(--fs-color-base);
    justify-content: center;
    border-bottom: none;
    margin-bottom: 0;
}
.newsletter-singup .section-title span {
    border-bottom: none;
}
.newsletter-singup input[type=text], .newsletter-singup input[type=email]{
    background-color: transparent!important;
    border: 1px solid #acacac !important;
    border-radius: 15px;
    font-size: 13px !important;
    line-height: 22px !important;
    padding: 10px 15px !important;
    height: 42px;
    margin:15px 0!important;
    box-shadow: none;
}
.newsletter-singup .tnp-field-button {
    text-align: center!important;
    margin-top: 15px;
}
.newsletter-singup input[type=submit] {
    border-radius: 25px;
    font-size: 15px!important;
    font-weight: normal;
    padding:10px 15px!important;
    background-color: #ea769f!important;
    transition: 500ms cubic-bezier(.25, .46, .45, .94);
    height: 22px;
    text-transform: capitalize;
}
.newsletter-singup input[type=submit]:hover {
    background-color: #2f1010!important;
}
.home main {
    padding-bottom: 30px;
}
.home footer {
    position: relative;
    padding-top: 330px;
}
.home footer::before{
    position: absolute;
    content: "";
    top: 0;
    height: 332px;
    width: 100%;
    background: url("../images/banner-02.webp") no-repeat center;
    background-size: cover;
}