#header-sticky {
    background-color: #fff;
}
.tp-header-style-3 .tp-header-main-menu > nav > ul > li > a {
    font-size: 18px;
    color: black;
}
.tp-header-main-menu {
    margin-left: 50px;
}
.tp-footer-list a.sns-icon {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
    transition: 0.3s;
    margin: 0 5px;
}
.tp-footer-list ul li:not(:last-child) {
    margin-bottom: 12px;
}
@media (max-width: 426px) {
    .tp-footer-list {
        padding-top: 12px;
    }
}
.tp-footer-text p {
    color: #fff;
    font-size: 22px;
}
.tp-copyright-left p {
    font-size: 16px;
}
.tp-footer-shape-1 {
    width: 569px;
}
.tpoffcanvas__title p {
    color: #fff;
}
.tp-copyright-social a {
    background-color: #dd0733;
}
.tpoffcanvas__social .social-icon a {
    background-color: #dd0733 !important;
}
@media (max-width: 768px) {
    .pt-120 {
        padding-top: 30px;
    }
    .pb-90 {
        padding-bottom: 30px;
    }
    .pb-120 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pb-130 {
        padding-bottom: 12px;
    }
    dl.common {
        margin-bottom: 0px !important;
    }
    .tp-footer-text p {
        font-size: 18px;
    }
}