﻿.homepage2 {
    padding-top: 111px;
}

@media screen and (max-width: 991px) {
    .homepage2 {
        padding-top: 98px;
    }
}

.header-section-back {
    z-index: 999;
    background-color: #333333;
    -webkit-box-shadow: 0 2px 6px 1px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 6px 1px rgb(0 0 0 / 10%);
}

.sticky-header-section {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    background-color: #333333;
}

    .sticky-header-section .header-bottom .menu-item-list > ul > li > a {
        z-index: 1;
        font-weight: 700;
        overflow: hidden;
        padding: 5px 12px;
        text-align: center;
        border-radius: 3px;
        position: relative;
        color: #f36d0f;
        font-size: 16px;
        text-transform: uppercase;
    }
