.mainmenu-eight .main-menu .navigation > li > a {
    color: var(--thm-black);
}
.mainmenu-eight .main-menu .navigation > li.current > a,
.mainmenu-eight .main-menu .navigation > li:hover > a {
    color: var(--thm-black);
}
.main-menu .navigation > li {
    padding: 11px 0px;
}
.header-eight__topbar__info li,
.header-eight__topbar__right a {
    color: #fff;
}
.mainmenu-eight.fixed-header {
    background-color: #fff;
    box-shadow: 0px 20px 60px 0px rgba(23, 39, 54, 0.07);
}
.slider-eight .swiper-slide .image-layer {
    opacity: 1;
}
.mainmenu-eight__call {
    margin-left: 0px;
}
.features-section-two .sec-title h4 {
    text-transform: initial !important;
    line-height: 1em;
    font-weight: bold;
}
.features-section-two .sec-title h4 span {
    color: var(--thm-base);
}
.features-section-two .feature h5 {
    font-weight: bold;
    text-transform: initial !important;
    line-height: 1em;
}
.features-section-two .feature {
    margin-bottom: 37px;
}
.project-seven__category {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: normal !important;
}
.service-block-three__single {
    padding: 25px;
    text-align: center;
    justify-content: center;
}
.sponsors-outer .image-box img {
    opacity: 1;
}
.sponsors-section {
    padding-top: 0px;
    padding-bottom: 60px;
}
.fluid-section .column .inner {
    background: var(--thm-black);
}
.fluid-section .image-layer {
    opacity: 0.3 !important;
}
.features-section-two .right-col .image-box img {
    filter: unset;
}
.footer-eight__copyright {
    background-color: var(--thm-black);
    color: #fff;
}
.footer-eight__copyright p {
    color: #fff;
}

.whats {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 10000;
    animation: bounce 2s infinite;
}
.whats a {
    background-color: #00bf49;
    color: #fff;
    padding: 10px 15px;
    border-radius: 40px;
    display: block;
}
.whats .balloon {
    position: absolute;
    top: 0;
    left: 80px;
    z-index: 10;
    width: 160px;
    background: #333;
    color: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 30px;
    font-size: 15px;
}
.whats .balloon:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: -5px;
    width: 30px;
    height: 30px;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    background: #333;
    transform: rotate(46deg);
}
.whats a:hover {
    background-color: #13d45d;
}
@media (min-width: 1200px) {
    .mainmenu-eight {
        background-color: #fff;
        top: 40px;
    }
}
@media (max-width: 589px) {
    .mainmenu-eight__left {
        width: 100%;
    }
}
