<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-shape img:nth-child(1) {

    left: 35%;

    top: 34%;

    animation: rightToLeft 4s infinite linear;

}



@media (max-width: 1500px) {

    .banner-shape img:nth-child(1) {

        left: 49%;

        top: 31%;

    }

}



@media (max-width: 767.98px) {

    .banner-shape img:nth-child(1) {

        left: 49%;

        top: 20%;

    }

}



.tgmenu__nav .logo img {

    max-height: 60px;

}


.tgmenu__navbar-wrap &gt; ul {
    margin: 0px 0 0 55px;
}


.tgmobile__menu .nav-logo img {

    max-height: 60px;

}



.offCanvas__logo img {

    max-height: 60px!important;

}



.fw-logo img {

    max-height: 60px;

}



.testimonial__rating i:last-child {

    color: #f7a400;

}



.testimonial-area {

    padding: 120px 0 0;

}

.brand__area-five {
    padding: 50px 0;
}

.testimonial-info .title {
    font-family: inherit;
    font-size: 24px;
}

.testimonial-content p {
    font-family: cursive;
    font-size: 18px;
}

/*.sub-menu &gt; li.active &gt; a {*/
/*    color: var(--tg-theme-primary) !important;*/
/*}*/

li.active &gt; a {
    color: var(--tg-theme-primary) !important;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: white;
    pointer-events: none;
    background-color: #f7a400;
    border-color: #f7a400;
    opacity: 100%;
}

.banner__content-four .title span::before {
    bottom: 8px!important;
}
</pre></body></html>