ul {
    list-style: none;
    padding: 0;
}

section.steve-menu {
    background: rebeccapurple;
    display: block;
    width: 100%;
    height: 210px;
    padding: 25px 0;
    background: url(bg.jpg);
    background-size: cover;
    box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.7);
    position: relative;
}

section.msg {
    padding: 73px 0px 30px;
    min-height: 100vh;
}

.logo5 li:hover {
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}

.steve-menu span {
    position: unset;
}

.steve-menu span {
    position: unset;
    float: right;
}

.inner-logo img {
    width: 100%;
}

.inner-logo {
    float: left;
    width: 139px;
}

.banner-title h1 {
    font-size: 36px;
    text-transform: unset;
    text-transform: capitalize;
}

.banner-title {
    bottom: 21px;
    color: black;
    margin-bottom: 80px;
    font-size: 20px;
}

.head-line {
    background: blue;
    height: 2px;
    width: 30px;
}

.head-line {
    background: #095d96;
    height: 2px;
    width: 114px;
}
.sidenav {
  
    right: 0;
   left:unset;
}
ul.logo5 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

ul.desg {
    font-weight: 500;
    line-height: 1.5;
}

.chairman-image img {
    width: 100%;
}

ul.logo5 li {
    cursor: pointer;
    padding: 5px;
    transition: 0.5s;
}

ul.desg.right {
    font-weight: 500;
    line-height: 1.5;
    margin-top: 12px;
    text-align: center;
}

nav.banner-menu {
    position: absolute;
    bottom: 0;
}

ol.breadcrumb {
    background: unset;
    position: absolute;
    bottom: 0;
    padding: 0;
    margin-bottom: 23px;
}

nav.banner-menu ol.breadcrumb {
    background: transparent;
}

.msg.abt {}

.abt-se-img {
    margin-bottom: 25px;
}

.banner-title.abtb {
    text-align: left;
}

.abt-se-img {
    margin-bottom: 25px;
    border: 1px solid #d2dbf9;
    /* padding: 2px 14px; */
    position: relative;
}

.abt-se-img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: #d2dbf9;
    z-index: -1;
    left: 8px;
    bottom: -8px;
    transition: 0.5s;
}


/* .abt-se-img:hover:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: #d2dbf9;
    z-index: -1;
    left: 0px;
    bottom: 0px;
} */

.abt-se-img img {
    width: 100%;
}

.abt-row {
    padding: 41px 0;
    border-bottom: 1px solid #d2dbf9bf;
}

.abt-row:last-child {
    border: unset;
}

.abt-data {
    display: flex;
    align-items: center;
}

.abt-data p {
    background: #d2dbf9;
    padding: 52px;
    border-radius: 0 32px 0 0;
}

.msg.abt .row:nth-child(odd) {
    flex-wrap: wrap-reverse;
}

.form-control {
    border-radius: 0;
}

button.btn.btn-primary {
    border-radius: 0;
}

h1.contact-head {
    margin-bottom: 22px;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
}

ul.contact-address li {
    line-height: 1.8;
}

.msg.cnt {
    padding-bottom: 0;
}

.steve-map {
    margin-top: 49px;
}

.msg.cnt {
    /* text-align: center; */
}

.asso-image {
    text-align: center;
    width: 528px;
    display: inline-block;
    margin-top: 65px;
}

.msg.asn {
    text-align: center;
}

.msg.asn .banner-title h1 {
    font-size: 36px;
    text-transform: unset;
    text-align: left;
}

.asso-image img {
    width: 100%;
}

@media(max-width:991px) {
    hr {
        display: none;
    }
    .asso-image {
        width: unset;
    }
}