body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}


.mabar-services-backcolor {
    padding: 100px;
    background-color: #43485c;
    color: white;
}

.mabar-menu-burger {
    height: 4rem;
    width: 4rem;
}

.mabar-title-bar {
    min-height: 5rem;
    top: -1px;
    z-index: 100;
}
    .mabar-title-bar .hero-head {
        min-height: 5rem;
    }
        .mabar-title-bar .hero-head .navbar {
            min-height: 5rem;
        }
            .mabar-title-bar .hero-head .navbar .container {
                min-height: 5rem;
            }
                .mabar-title-bar .hero-head .navbar .container .navbar-brand {
                    min-height: 5rem;
                }

.mabar-menu {
    min-height: 4rem;
    top: -1px;
    z-index: 100;
}
    .mabar-menu .hero-head {
        min-height: 4rem;
    }
        .mabar-menu .hero-head .navbar {
            min-height: 4rem;
        }
            .mabar-menu .hero-head .navbar .container {
                min-height: 4rem;
            }
                .mabar-menu .hero-head .navbar .container .navbar-brand {
                    min-height: 4rem;
                }
   .is-pinned #mabar-logo-secondary {
        display: flex;
    }


#mabar-logo-secondary{
    display: none;
}
#side-menu-mabar-logo-secondary {
    height: 28px;
}

.is-sticky {
    position: sticky;
    position: -webkit-sticky;
}

.is-side-menu {
    align-items: start !important;
    justify-content: start;
    z-index: 200;
   
}
    .is-side-menu .modal-card {
        margin: 0px;
        height: 100vh;
        width: 0px;
        max-height: 100vh;
        width: 300px;
    }
        .is-side-menu .modal-card .modal-card-head {
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        }

.is-active .modal-card {
    animation: sideMenuAnim .2s ease-in-out;
}


@keyframes sideMenuAnim {
    0% {
        margin-left: -300px;
        opacity: 0;
    }
    100% {
        margin-left: 0px;
    }
}



    .hero-blog-header {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 500px;
    }


.image-blog-lg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 320px;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.image-blog-lg-wrapper {
    width: 45%;
    height: 320px;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
}

.image-blog-md-wrapper {
    width: 45%;
    height: 200px;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
}


.image-blog-md {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}




.image-blog-lg-wrapper:hover .image-blog-lg, .image-blog-lg-wrapper:focus .image-blog-lg {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

    .image-blog-lg-wrapper:hover .image-blog-lg:before, .image-blog-lg-wrapper:focus .image-blog-lg:before {
        display: block;
    }

.image-blog-lg-wrapper:hover a, .image-blog-lg-wrapper:focus a {
    display: block;
}

.image-blog-lg:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.image-blog-lg-wrapper:hover .image-blog-lg, .image-blog-lg-wrapper:focus .image-blog-lg {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

    .image-blog-lg-wrapper:hover .image-blog-lg:before, .image-blog-lg-wrapper:focus .image-blog-lg:before {
        display: block;
    }

.image-blog-lg-wrapper:hover a, .image-blog-lg-wrapper:focus a {
    display: block;
}

.image-blog-lg:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}






.image-blog-md-wrapper:hover .image-blog-md, .image-blog-md-wrapper:focus .image-blog-md {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

    .image-blog-md-wrapper:hover .image-blog-md:before, .image-blog-md-wrapper:focus .image-blog-md:before {
        display: block;
    }

.image-blog-md-wrapper:hover a, .image-blog-md-wrapper:focus a {
    display: block;
}

.image-blog-md:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


@media screen and (max-width: 960px) {
    .image-blog-lg-wrapper {
        width: 100%;
        margin: 20px 0px
    }
}


/* Media Queries */
@media screen and (max-width: 960px) {
    .image-blog-md-wrapper {
        width: 100%;
        margin: 20px 0px
    }
}

.title-break-word {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}



.mabar-box-down {
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
}