body {
    &::-webkit-scrollbar {
        width: 18px;
    }

    &::-webkit-scrollbar-track {
        background-color: #ffffff;
        border-radius: 0px;
        margin: 0px 200px;
        padding: 10px 0;
    }

    &::-webkit-scrollbar-thumb {
        border-radius: 8px;
        border: 3px solid #ffffff;
        background-color: #162143;
    }

    font-size: 1.1rem;

}

header {
    background-color: #162143;
}

header a {
    text-decoration: none;
    color: #ffffffab;
}

header a:hover {
    color: #fff;
}

.hero-slider-5 {
    overflow-x: hidden;
}

.header-logo {
    width: 235px;
    padding-bottom: 45px;
    margin-left: 30px;
}

.header-layout5 .logo-bg:before {
    width: 120%;
    top: -4px;
    background-color: #ffffff;
}

.header-layout5 .logo-bg2 {
    height: 56px;
    background-color: #bf1b20;
}

@media (width>=1400px) {
    header .sticky-wrapper .menu-area .container {
        max-width: 1540px;
    }

}

.header-layout5 .menu-shape .top-shape {
    background-color: #162143;
}

.header-button a {
    text-decoration: none;
}

.themeholy-btn {
    letter-spacing: 1px;
}

.main-menu a {
    font-size: 1.3rem;
}

.main-menu>ul>li {
    margin: 0 40px;
}

.main-menu>ul>li>a {
    padding: 10px 0;
}

@media (max-width: 1699px) {
    .header-layout5 .logo-bg2 {
        width: 40%;
    }
}

@media (width<=992px) {

    .header-logo {
        padding-bottom: 0;
        position: relative;
        top: 15px;
        left: 65px;
        margin-left: 0px;
    }

    .header-layout5 .logo-bg2 {
        height: 48px;
    }

    .mobile-logo img {
        max-width: 60%;
    }

    .separator {
        color: var(--theme-color) !important;
    }

    header a {
        text-decoration: none;
        color: var(--theme-color);
    }

    header a:hover {
        color: var(--theme-color-2);
    }
}

@media (width<=767px) {
    .header-logo {
        text-align: center;
        position: relative;
        top: 0px;
        left: 0px;
    }

    .header-logo img {
        max-width: 200px;
        position: relative;
        top: 5px;
        left: 0px;
    }

    .header-layout5 .logo-bg:before {
        display: none;
    }

    .breadcumb-menu {
        padding: 15px 10px;
    }
}

.breadcumb-menu {
    background-color: #f1f1f1;
}

.separator {
    margin: 0 10px;
    font-size: 16px;
    color: #000;
}

.header-top svg {
    fill: #fff;
    width: 23px;
    transition: all 0.4s ease-in-out;
}

.header-top svg:hover {
    fill: #172244;
}

.themeholy-social svg {
    fill: #000;
    width: 23px;
}

.themeholy-social a:hover>svg {
    fill: #fff;
}

header .about-logo a img {
    width: 70%;
}

.header-social span {
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
    font-family: var(--body-font);
    font-weight: 500;
    margin-right: 10px;
}

.header-layout5 .header-top {
    position: relative;
    padding: 16px 0;
    z-index: 4;
}

@media (max-width: 1500px) {
    .header-logo img {
        max-height: 60px;
        margin-left: 30px;
        padding-top: 10px;
    }
}

@media (max-width: 992px) {
    .header-logo img {
        max-height: 60px;
        margin-left: 0px;
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .header-layout5 .header-top {
        padding: 24px 0;
    }
}

.breadcumb-menu-wrapper a:hover {
    color: #162143;
}

@media (max-width: 768px) {
    .themeholy-social{
        padding:0 30px ;
    }
    .themeholy-menu-wrapper .themeholy-menu-area .themeholy-social{
        text-align: start !important;
    }
    }
    .widget_title{
        margin: 0px 0 30px 0;
    }