section.banner {
    position: relative;
}

.logo {
    position: absolute;
    bottom: -68px;
    z-index: 999;
    left: 0;
}

.logo img {
    width: 220px;
    height: auto;
}

ul.lsNav {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 99;
    width: 100%;
    padding-right: 60px;
    padding-top: 24px;
}

ul.lsNav li {
    /* display: inline-block; */
    padding: 10px;
}

ul.lsNav img {
    width: 70px;
}

.hr {
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 69px;
    z-index: 9;
}

ul.lscontact {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 99;
    width: 100%;
    padding-right: 60px;
    padding-top: 24px;
    bottom: 10px;
    right: 0;
}

ul.lscontact li {
    /* display: inline-block; */
    padding: 0 15px;
    margin-bottom: 10px;
}

ul.lscontact li:first {
    border-right: 1px #ccc solid;
}

ul.lscontact img {
    height: 35px;
    width: auto;
}

.footer1 img {
    width: 300px;
    position: absolute;
    bottom: -30px;
    right: 60px;
    z-index: 999;
}

@media (max-width: 768px) {
    #mainSlider .carousel-item img {
        height: 500px;
        width: auto !important;
    }
}