/* inline */
.preloader_wrap {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 2000;
        text-align: center;
    }

    .preloader_wrap .img {
        width: 150px;
        padding: 0px 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -75px;
        margin-top: -40px;
        box-sizing: border-box;
    }

    .preloader_wrap canvas {
        margin-top: 20%;
    }

    .preloader_wrap img {
        width: 100%;
    }

/* inline */
.sub_menu ul:before{
        border-bottom:unset;
    }
    .case-study-blog .case-study-title h1 {
    color: black;
    margin-top: 4%;
    font-weight: bold;
    font-size: 64px;
    font-family: montserrat_bold;
    text-align: center;
}


@media only screen and (max-width: 1440px)
{
    .case-study-blog .case-study-title h1 {
    font-size: 50px;
}
}
@media only screen and (max-width: 500px)
{
    .case-study-blog .case-study-title h1 {
    font-size: 35px;
}
}
@media only screen and (max-width: 350px)
{
    .case-study-blog .case-study-title h1 {
    font-size: 25px;
}
}
@media only screen and (max-width: 4000px) and (min-width: 1452px)
{
    .case-study-blog .case-study-title h1 {
    font-size: 3.2vw;
}
}