
.section-block-demo5-header {
    background-color: transparent
}

.section-block-demo5-header .logo {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 260px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-sec-theme-color);
    z-index: 1
}

.section-block-demo5-header .header-bottom,
.section-block-demo5-header .header-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 0 5% 0 260px
}

.section-block-demo5-header .header-top {
    height: 60px
}

.section-block-demo5-header .header-social,
.section-block-demo5-header .header-social ul,
.section-block-demo5-header .header-top .right {
    display: flex;
    align-items: center
}

.section-block-demo5-header .header-bottom .contact,
.section-block-demo5-header .header-social {
    text-transform: uppercase;
    padding: 0 1rem
}

.section-block-demo5-header .nav {
    flex: inherit;
    padding-right: 0
}

.section-block-demo5-header .nav>li {
    text-transform: uppercase
}

.section-block-demo5-header .nav>li>a {
    line-height: 40px
}

.section-block-demo5-header.fixed-nav .header-bottom,
.section-block-demo5-header.fixed-nav .header-top,
.section-block-demo5-header[head-position=position-fixed] .header-bottom,
.section-block-demo5-header[head-position=position-fixed] .header-top {
    border-color: #fff;
    color: #fff
}

.section-block-demo5-header.fixed-nav .change-language .change-language-title,
.section-block-demo5-header.fixed-nav .nav>li>a,
.section-block-demo5-header[head-position=position-fixed] .change-language .change-language-title,
.section-block-demo5-header[head-position=position-fixed] .nav>li>a {
    color: #fff
}

.section-block-demo5-header.fixed-nav .header-bottom svg,
.section-block-demo5-header.fixed-nav .header-top svg,
.section-block-demo5-header.fixed-nav .nav>li>a b svg,
.section-block-demo5-header[head-position=position-fixed] .header-bottom svg,
.section-block-demo5-header[head-position=position-fixed] .header-top svg,
.section-block-demo5-header[head-position=position-fixed] .nav>li>a b svg {
    fill: #fff
}

.section-block-demo5-header[search-style=search-style-1] .search .form-control {
    height: 60px;
    border-radius: 0;
    border-top: none;
    border-bottom: 0;
    border-color: #eee
}

.section-block-demo5-header[search-style=search-style-1] .search .form-control {
    width: 23rem;
    padding-left: 1.7rem;
    font-size: 1.2rem;
    text-transform: uppercase
}

.section-block-demo5-header[search-style=search-style-1] .search .btn-search {
    right: 15px
}

.section-block-demo5-header[search-style=search-style-1] .search .btn-search svg {
    width: 25px;
    height: 25px
}

.section-block-demo5-header.fixed-nav .search .form-control,
.section-block-demo5-header[search-style=search-style-1][head-position=position-fixed] .search .form-control {
    border-color: #fff;
    color: #fff
}

.section-block-demo5-header.fixed-nav {
    background-color: rgba(0, 0, 0, .8);
    top: -60px
}

.section-block-demo5-header.fixed-nav .header-bottom {
    border: none
}

.section-block-demo5-header.fixed-nav .logo {
    height: 60px
}

.section-block-demo5-header.fixed-nav .nav>li>a {
    padding-top: 0;
    padding-bottom: 0
}

.section-block-demo5-header.fixed-nav .logo img {
    height: auto;
    max-height: 55px
}
@media (max-width:1080px) {
    .section-block-demo5-header[search-style=search-style-1] .search .form-control {
        padding-left: .5rem;
        font-size: 1rem
    }
}
@media (max-width:1080px) and (min-width:992px) { 

    .section-block-demo5-header[search-style=search-style-1] .search .form-control {
        width: 23rem
    }
}
@media only screen and (max-width:1366px) { 

    .section-block-demo5-header .header-bottom,
    .section-block-demo5-header .header-top {
        justify-content: flex-end
    }

    .section-block-demo5-header .header-bottom .contact,
    .section-block-demo5-header .header-social {
        display: none
    }
}




@media only screen and (max-width:1280px) {
    .section-block-demo5-header .logo {
        width: 200px
    }

    .section-block-demo5-header .header-bottom,
    .section-block-demo5-header .header-top {
        padding-left: 200px
    }
}
@media only screen and (max-width:992px) { 

    .section-block-demo5-header.fixed-nav {
        top: 0
    }

    .section-block-demo5-header .mobile-head-items.layout {
        height: 4rem
    }

    .section-block-demo5-header .header-outer-wrap {
        display: none
    }

    .section-block-demo5-header.fixed-nav .logo img {
        height: 3rem
    }

    .section-block-demo5-header .logo {
        position: relative;
        width: auto;
        background-color: transparent
    }

    .section-block-demo5-header[head-position=position-fixed] .nav>li>a b svg {
        fill: var(--bs-mask-dark)
    }
}


@media only screen and (max-width:576px) { 
    .section-block-demo5-header .logo {
        width: 130px
    }
}