.navbar-brand{
    width:15%; 
}
#sidemenu_toggle{
    display: none;
}
.megamenu a{
    white-space: inherit;
    font-size: 14px!important;
}
.dropdown-menu .dropdown-item{
    padding: 0 0 0 1rem;
}
.ss_content {
    margin-left: 0px;
    margin-right: 0px;
    padding: 2rem 1rem;
    margin-top: 25px;
    background: #0080b199;

    /* box-shadow: hsl(0deg 0% 80%) 0 0 16px; */
}
.app-slider-lock{
    left:65px!important;
}
.left-marquee{
    color:#fff;
    background-color: red;
    padding-top: 10px;
}
.right-marquee {
    color: #fff;
    background: #24cdd5;
    padding-top: 10px;
}
.attched-section{
    padding-top:80px;
    padding-bottom:100px;
    background-image: url('../images/bg-gallery-header.jpg');
    background-size: cover;
}
.compliances .service-circle {
    background-color: #0080b1;
    border-radius: 100px;
    width: 90px;
    margin: 10px auto;
    height: 90px;
    display: flex;
    align-items: center;
}
.compliances .service-circle i{
    color: #ffffff;
    font-size: 32px;
    width: 90px;
    text-align: center;
}
section.compliances {
    padding: 70px 0px;
}
.mt-30{
    margin-top: 30px;
}
.compliances .service-circle:hover{
    box-shadow: 0px 0px 8px 1px #000;
}
.bgpink{
    background:#7e0269;
}

































@media (min-width: 1200px){
.container {
    max-width: 1200px!important;
}
}