/* header top section start */

.navbar_section { 
    width: 100%;
    /*float: left;*/
    background-color: #2b2a29;
    /*clip-path: polygon(0 0, 100% 0, 91.9% 100%, 8.2% 100%);*/
    height: auto;
    padding: 0px 0px;
    
}

.custom_menu {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

    .custom_menu ul {
        margin: 0px;
        padding: 0px;
        display: inline-block;
    }

    .custom_menu li {
        float: left;
        font-size: 16px;
        color: #f1f1f1;
        padding: 6px 10px 0px 10px;
    }

        .custom_menu li a {
            color: #f1f1f1;
        }

            .custom_menu li a:hover {
                color: #f26522;
            }
/* header top section end */

/* logo section start */
.banner_section {
    width: 100%;
    /*float: left;*/
}

.logo {
/*    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 0px;*/
    background-image: url('../img/Deal.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
/* logo section end */



.img-overlay {
    position: relative;
    text-align: center;
    color: white;
}
.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
    color: white;
    font-size: xx-large;
}