<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contact-num {
    margin: auto;
}

.contact-num a {
    text-transform: lowercase;
}

.menu-bar {
    padding: 15px 0;
}

.menu-bar-row {
    display: flex;
    align-items: center;
}

.menu-bar-row .navbar-logo img {
    width: 120px;
}

.banner .section-title {
    font-weight: 600;
}

.to-top {
    bottom: 15px !important;
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.theme-menu&gt;li:last-child {
    padding: 5px 20px;
}

.track-prod {
    padding: 50px 50px;
    margin-bottom: 30px;
}

.track-prod .title-1 {
    margin-right: unset;
}

.track-prod::before {
    background-color: #fefefe;
}

.track-prod .btn-1 {
    height: 50px;
    border-radius: unset;
}

.navbar-nav.theme-menu {
    padding-top: 0;
}

.service-area .service-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 30%);
    margin-bottom: 30px;
}

.service-area .service-item .service-item-img {
    position: relative;
    overflow: hidden;
}

.service-area .service-item .service-item-img img {
    transition: 0.6s ease all;
    cursor: zoom-in;
    width: 100%;
}

.service-area .service-item .service-item-img img:hover {
    transform: scale(1.2);
}

.service-area .service-item p {
    text-align: center;
    background: linear-gradient(45deg, #2b296c, #f15d27);
    color: #f5ab35;
    font-weight: 600;
    padding: 15px 0;
    margin-bottom: 0;
}

.service-area .service-item p&gt;a {
    color: #ffffff;
}

.service-area .service-item p&gt;a:hover {
    color: #f5ab35;
}

.prod-delivery::before {
    border: 5px solid #ffffff00;
}

.contact-form::before {
    background-color: transparent;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .menu-bar-row {
        display: block;
    }

    .menu-bar-row .navbar-logo img {
        width: 100px;
    }
}</pre></body></html>