.footer-widget .widget_title:before, .footer-widget .widget_title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 61px;
    height: 2px;
    background-color: var(--yellow-color) !important;
}

.footer-widget .widget_title:after {
    width: 16px;
    border: 3px solid var(--yellow-color); !important;
    height: 10px;
    background-color: transparent;
    bottom: -3px;
    left: 40px;
    -webkit-animation: footerLine 7s linear infinite;
    animation: footerLine 7s linear infinite;
}

.info-card.style4 .info-card_icon i {
    color: var(--theme-color);
    font-size: 24px;
}

.slide-text-theme{
    color: var(--yellow-color) !important;
}


.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--yellow-color);
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 21px 31px;
    border-radius: 0;
    border: none;
}

.img-box7 .img1 {
    position: relative;
    width: 491px;
    height: 507px;
    -webkit-clip-path: none !important;
    clip-path: none !important;
}

.header-layout8 .main-menu {
     padding-left: 0px !important; 
}