.top-menu-nav .sub-menu {
    background-color: #0d1f3c !important;
    border-radius: 10px !important;
}

.tst-menu-nav ul li ul li {
    margin-bottom: 10px !important;
}

.top-menu-nav .sub-menu li {
    padding: 0 !important;
}

.top-menu-nav .sub-menu li a {
    color: #FFFFFF !important;
    display: block !important;
    width: 100% !important;
    padding: 8px 16px !important;
    border-radius: 6px !important;
}

.top-menu-nav .sub-menu li a:hover {
    background: #0a1628 !important;
    margin: 0 6px !important;
}

@media (max-width: 1180px) {
    .ui-dark .tst-menu-nav {
        background-color: #0d1f3c !important;
    }

    .tst-menu-nav ul li ul li:first-child {
        margin-top: 10px;
    }

    .top-menu-nav .sub-menu {
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    .tst-menu-nav ul li ul li {
        margin-bottom: 12px !important;
    }

    .top-menu-nav .sub-menu li a {
        padding: 0 !important;
        border-radius: 0 !important;
    }

    .top-menu-nav .sub-menu li a:hover {
        background: transparent !important;
        margin: 0 6px !important;
    }
}

.title-box .icon-elem-svg svg {
    display: none !important;
}

.title-box .suptitle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.title-box .icon-elem-svg {
    width: 7px !important;
    height: 7px !important;
    min-width: 7px !important;
    min-height: 7px !important;
    background: #c19955;
    transform: rotate(45deg);
    display: inline-block;
}

.top_text_border {
    border-top: none;
    padding-top: 20px;
    position: relative;
}

.top_text_border::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background-color: #C9A84C;
    margin: 10px auto 0 auto;
}

.tst-menu-nav ul li ul li.current-menu-item:after,
.tst-menu-nav ul li ul li.current-menu-parent:after {
    display: none !important;
    content: none !important;
}

.elementor-slideshow__title {
    display: none !important;
}

.ui-minimal footer.white-footer {
    padding: 0 !important;
}

footer.white-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.tst-p-60-0 {
    padding-top: 40px;
}

.footer_navigantion .footer-col h4 {
    color: #c19955;
    font-size: 16px;
    margin-bottom: 10px;
}

.footer_navigantion .footer-col .line {
    display: block;
    width: 30px;
    height: 2px;
    background: #c19955;
    margin-bottom: 20px;
}

.footer_navigantion .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_navigantion .footer-col ul li {
    margin-bottom: 8px;
}

.footer_navigantion .footer-col ul li a {
    color: #bfbfbf;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    transition: 0.3s ease;
}

.footer_navigantion .footer-col ul li a:hover {
    color: #c19955;
}

.footer_navigantion .footer-col ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    background: #c19955;
    transition: 0.3s;
}

.footer_navigantion .footer-col ul li a:hover::after {
    width: 100%;
}

.footer_navigantion .footer-col p {
    color: #bfbfbf;
    font-size: 16px;
    line-height: 2;
}

.footer_navigantion .footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_navigantion .footer-contact li {
    margin-bottom: 12px;
}

.footer_navigantion .footer-contact li a {
    color: #bfbfbf;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.8;
    display: block;
    position: relative;
    transition: 0.3s ease;
}

.footer_navigantion .footer-contact.inline {
    margin-top: 10px;
}

.footer_navigantion .footer-contact.inline li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
}

.footer_navigantion .footer-contact a:hover {
    color: #c19955;
}

.footer_navigantion .footer-contact a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    background: #c19955;
    transition: 0.3s;
}

.footer_navigantion .footer-contact a:hover::after {
    width: 100%;
}

.footer_copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-bottom-single {
    font-size: 14px;
    color: #9a9a9a;
    overflow: hidden;
}

.footer-bottom-single .footer-left {
    float: left;
}

.footer-bottom-single .footer-right {
    float: right;
}

.footer-bottom-single a {
    color: #9a9a9a;
    text-decoration: none;
    margin: 0 6px;
    transition: 0.3s;
}

.footer-bottom-single a:hover {
    color: #c19955;
}

.footer-bottom-single span {
    color: #555;
}

@media (max-width: 767px) {
    .footer_navigantion .footer-col {
        margin-bottom: 30px;
    }

    .footer_navigantion .footer-contact.inline li {
        display: block;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .footer-bottom-single .footer-left,
    .footer-bottom-single .footer-right {
        float: none;
        display: block;
    }

    .footer-right a:first-child {
        margin-left: 0 !important;
    }

    .footer-bottom-single .footer-right {
        margin-top: 10px;
    }
}