.logo img {
    min-height: 84px;
    max-height: 84px;
    margin-top: -5px;
}
ul.social_icon{
    float: unset;
    padding: 30px 0px;
    margin-top: 8%;
}
ul.location_icon {
    margin-top: unset;
}
ul.location_icon li{
    display: block;
}
.about .titlepage{
    text-align: left;
    margin-left: 0px;
}
.about .titlepage h2{
    text-align: left;
}
.about .titlepage p{
    line-height: 32px;
    font-weight: 300;
    
    text-align: left;
}
.about_img figure img{
    width: 90%;
    margin-left: 20%;
}
.no-padding{
    padding:0px !important;
}
.no-margin{
    margin:0px !important;
}
.ml-7{
    margin-left:7% !important;
}
.titlepage h3 {
    font-size: 36px;
}
.header {
    width: 80%;
    padding: 15px 30px 0px 30px;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    margin: auto;
    left: 11%;
    box-shadow: -1px 4px 10px 3px rgba(124,124,124,0.75);
    -webkit-box-shadow: -1px 4px 10px 3px rgba(124,124,124,0.75);
    -moz-box-shadow: -1px 4px 10px 3px rgba(124,124,124,0.75);
}
.navigation.navbar {
    float: right;
    padding-top: 20px !important;
    padding: 0;
}
.header{
    background-color: #354d8e;
}
.inner_page .header {
    background-color: #354d8e;
    padding-bottom: 15px !important;
    position: inherit;
    margin-bottom:10px;
}
.navigation.navbar-dark .navbar-nav .active>.nav-link{
    color: #e7a601;
}
.m-2 {
    margin: 2% !important;
}
.inner_page .footer {
    margin-top: 50px;
}
.banner_main::before{
    display:none;
}
.top-padding {
    padding-top: 160px;
}
.abt-home{
    padding: 0px 0 0px 0;
}
@media (max-width: 575px) {
    
    .top-padding{
        padding-top:0px;
    }
    
    .header {
        width:100%;
        left:0%;
    }
    
    .banner_main {
        min-height: 760px;
    }
    
    .m-design-change {
        z-index: 999999;
        position: absolute;
        top: 515px;
        left: 28%;
    }
    .banner_img img {
        width: 140%;
        margin-left: -82px;
        max-width: unset;
    }
    .navigation .navbar-collapse {
        background: #354d8e;
        padding: 20px;
        margin-top: 30px;
        position: absolute;
        width: 124%;
        margin-right: 20px;
        z-index: 999;
        left: -12%;
    }
    .navigation.navbar-dark .navbar-toggler-icon {
        background: url(../images/menu_icon.png);
        background-repeat: no-repeat;
        margin-top: -45px;
    }
    .abt-m-chng .titlepage {
        text-align: center;
    }
    .abt-m-chng {
        padding: 40px 0 0px 0 !important;
    }
    .m-padding-change {
        padding: 20px 0 20px 0;
    }
    .banner_Carousel {
        margin: -35px 0px 0px 0px;
    }
    .m-hide{
        display:none;
    }
    .titlepage h3 {
        font-size: 36px;
        text-align: left;
    }
    .titlepage ul{
        text-align:left;
    }
    .m-image-about {
        margin: 40px 0px 0px 0px;
    }
}



