body {
    font-family: "DM Sans";
}

ul, li, ol {
    list-style: none;
}

#preloader {
    background: #fff;
    height: 100%;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999999;
}

.preloader img {
    width: 255px;
}



.preloader {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    position: absolute;
}

.shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, #ffffffde, transparent);
    z-index: 2;
    animation: shine 2s infinite;
}

@keyframes shine {
    to {
        left: 100%;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-100%);
    }
}

#preloader.slide-up {
    animation: slideUp 1s forwards ease-in-out;
}

a {
    text-decoration: none;
    transition: 0.3s ease;
}

.fi {
    line-height: normal;
}

.small-title {
    font-size: 18px;
    font-weight: 600;
}

.title {
    font-size: 40px;
}

.title-md {
    font-size: 32px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #F36A06;
    font-weight: 700;
    border-bottom: 2px solid #F36A06;
}

.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
    color: #F36A06;
}

.navbar-nav .nav-link {
    color: #000000;
}

.navbar-brand img {
    width: 180px;
}

.top-nav .navbar-toggler {
    padding: 0;
    border: none;
    font-size: 14px;
}

header.top-nav {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: white;
}

.top-nav.stickey-header {
    background: #ffffff;
    /* border-bottom: 0; */
    position: fixed;
    top: -100px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    width: 100%;
    z-index: 99;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
}

.bottom-nav {
    background: #F36A06;
    box-shadow: 0px 4px 8px 0px #00000040;
    padding: 8px;
    border-radius: 35px;
    margin: 0 14px;
    position: fixed;
    left: 0;
    width: calc(100% - 28px);
    bottom: 14px;
    z-index: 99;
}

    .bottom-nav .nav-link {
        font-size: 16px;
        padding: 8px 14px;
        border-radius: 25px;
        font-weight: 500;
        color: white;
    }

        .bottom-nav .nav-link i {
            vertical-align: middle;
            font-size: 18px;
            line-height: normal;
        }

        .bottom-nav .nav-link.active {
            background: white;
            color: #F36A06;
        }

        .bottom-nav .nav-link span {
            display: none
        }

        .bottom-nav .nav-link.active span {
            display: inline-block
        }

.sidemenu {
    background-image: url("../images/vrusco-icon.png");
    background-position: bottom 5% center;
    background-size: 50%;
    background-repeat: no-repeat;
}

    .sidemenu .offcanvas-body {
        background: #ffffffeb;
    }

.section {
    padding: 75px 0;
}

footer {
    background: #F36A06;
    color: #ffffff;
}

img.footer-logo {
    width: 200px;
}

footer .nav-link:hover {
    color: #e4e4e4;
    transition: 0.3s ease;
}

.social-links {
    font-size: 18px;
    color: white;
    text-decoration: none;
    display: flex;
    height: 40px;
    width: 40px;
    border: 2px solid;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

    .social-links i {
        line-height: 0 !important;
    }

a.social-links:hover {
    background: white;
    color: #f36a06;
}

@media screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 16px;
        padding-left: 16px;
    }
}

.prod-card {
    border-radius: 12px;
}

    .prod-card .card-img, .prod-card .card-img-top {
        border-top-left-radius: 12px;
        height: 250px;
        width: 100%;
        object-fit: cover;
        border-top-right-radius: 12px;
    }

.prod-section {
    background-image: url("../images/product-bg.png");
    background-position: top right;
    background-size: 15%;
    background-repeat: no-repeat;
}

.user-img {
    display: flex;
    height: 84px;
    width: 84px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #2F333C;
    margin: auto;
}

    .user-img img {
        width: 100%;
        object-fit: cover;
        border-radius: inherit;
    }

.testimonial-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 12px;
    line-height: 30px;
    color: #ffffff;
    transition: 0.3s ease;
}

.testimonial-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ffffff;
}

.testimonial-slider .slick-slide {
    margin: 0 10px; /* adds 10px space on left and right */
}

.testimonial-slider .slick-list {
    margin: 0 -10px; /* compensate so the slider doesn’t overflow */
}

.shop-banner {
    background-image: url("../images/shop-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-overlay {
    padding: 145px 0 75px 0;
    background: #00000096;
}

.prod-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    border: 3px solid transparent;
    border-radius: 50%;
}

    .prod-icon img {
        object-fit: cover;
        width: 100%;
        border-radius: inherit;
        height: 100%;
    }

.filter-btn {
    cursor: pointer;
    color: #5a5a5a;
}

    .filter-btn.active {
        color: #000000
    }

        .filter-btn.active .prod-icon {
            border-color: #F36A06;
        }

.contact-section {
    background: #1A191A;
    color: white;
    position: relative;
}

    .contact-section::after {
        content: "Contact Us";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        color: transparent;
        font-size: 125px;
        z-index: 99;
        stroke: 5px white;
        -webkit-text-fill-color: #ffffff00;
        -webkit-text-stroke-width: 0.75px;
        -webkit-text-stroke-color: #ffffff;
        font-weight: bold;
        opacity: .15;
    }


@media screen and (max-width: 1199px) {
    .banner-title {
        font-size: 34px;
    }

    .title-md {
        font-size: 30px;
    }

    .small-title {
        font-size: 16px;
    }

    .title {
        font-size: 32px;
    }
}

@media screen and (max-width: 1024px) {
    .prod-card .card-img, .prod-card .card-img-top {
        height: 200px;
    }

    .footer-logo {
        width: 170px;
    }

    .prod-section {
        background-size: 25%;
    }

    .section {
        padding: 50px 0;
    }
    
}

@media screen and (max-width: 767px) {
    .banner-title {
        font-size: 30px;
    }

    .title-md {
        font-size: 28px;
    }

    .title {
        font-size: 30px;
    }

    .prod-card .card-img, .prod-card .card-img-top {
        height: 350px;
    }
    .banner-overlay {
        padding: 115px 0 50px 0;
        background: #00000096;
    }

    .user-img {
        height: 72px;
        width: 72px;
    }
}

@media screen and (max-width: 576px) {
    #preloader {
        background: #F36A06;
    }

    .preloader img {
        width: 100px;
    }

    .shine {
        background: linear-gradient(120deg, transparent 0, rgb(243 106 6) 50%, transparent 100%);
        left: -150%;
        width: 250%;
        height: 100%;
    }

    @keyframes shine {
        to {
            left: 150%; /* sweep all the way across */
        }
    }
}

@media screen and (max-width: 479px) {
    .title-md {
        font-size: 26px;
    }

    body {
        font-size: 14px;
    }

    .banner-title {
        font-size: 28px;
    }

    .title-md {
        font-size: 24px;
    }

    .title {
        font-size: 26px;
    }

    .small-title {
        font-size: 18px;
    }

    .prod-card .card-img, .prod-card .card-img-top {
        height: 250px;
    }

    .social-links {
        font-size: 16px;
        height: 36px;
        width: 36px;
    }

    .navbar-brand img {
        width: 130px;
    }

    img.footer-logo {
        width: 150px;
    }
    .prod-icon {
        height: 75px;
        width: 75px;
    }
}

@media screen and (max-width: 320px) {
    .banner-title {
        font-size: 24px;
    }

    .title-md {
        font-size: 22px;
    }

    .title {
        font-size: 24px;
    }

    .small-title {
        font-size: 16px;
    }
    .prod-icon {
        height: 64px;
        width: 64px;
    }
}

.timeline {
    position: relative;
    border-left: 2px solid #000;
}

.timeline-item {
    position: relative;
    margin-bottom: 25px;
}

    .timeline-item:first-child::before {
        content: '';
        position: absolute;
        left: -10px;
        top: -5px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: orange;
        z-index: 1;
    }

    .timeline-item:last-child {
        margin: 0;
        padding-bottom: 50px;
    }

.timeline-year {
    color: white;
    padding: 10px 12px;
    background: #f36a06;
    width: fit-content;
}

.timeline-content {
    padding: 25px;
}

@media (max-width: 767px) {
    .timeline {
        border: none;
    }

    .timeline-item {
        margin-bottom: 30px;
    }

        .timeline-item::before {
            left: 50%;
            top: -15px;
            transform: translateX(-50%);
        }
        .timeline-item:first-child::before{
            display: none;
        }
    .timeline-content {
        padding: 25px 0;
    }
}

.horizontal-timeline-container {
    width: 100%;
    overflow-x: auto; /* enable horizontal scroll on small screens */
    margin-top: -10px;
    cursor: grab;
}

    .horizontal-timeline-container::-webkit-scrollbar {
        display: none;
    }

.horizontal-timeline {
    display: flex;
    justify-content: space-between;
    position: relative;
}

    /* Line behind circles */
    .horizontal-timeline::before {
        content: "";
        position: absolute;
        top: 9px;
        left: 0;
        width: calc(100% - 150px);
        height: 2px;
        background: #000000;
        z-index: 0;
    }

.horizontal-timeline-item {
    position: relative;
    flex: 1;
    min-width: 250px;
    display: flex;
    flex-direction: column;
}


    .horizontal-timeline-item .horizontal-timeline-content {
        display: flex;
        flex-direction: column;
    }

.horizontal-timeline-year {
    margin: 10px 0;
}

.horizontal-timeline-text {
    margin-bottom: 0
}

/* Circle */
.horizontal-timeline-circle {
    width: 20px;
    height: 20px;
    background: #F2BB13;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

li.horizontal-timeline-item:first-child::before {
    content: "";
    position: absolute;
    top: 9px;
    left: -40px;
    width: 40px;
    height: 2px;
    background: #000000;
    z-index: 0;
}
li.horizontal-timeline-item::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 20px;
    width: 100%;
    height: 2px;
    background: #000000;
    z-index: 0;
}
li.horizontal-timeline-item:last-child::after{
    display: none;
}

.horizontal-timeline-item .horizontal-timeline-text, .horizontal-timeline-item .horizontal-timeline-year{
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
