.text_justis {
    text-align: justify;
}

.cm-pd-right {
    padding-right: 3rem;
}

.cm-bg-right {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cm-bg-center {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 600px) {
    .cm-bg-right {
        background-position: left center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .cm-bg-center {
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-width: 1100px) {
    .at_nav_menu ul li.has-submenu::after {
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        right: -1px;
        top: 27px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 12px;
        -webkit-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
    }
}

.cm-hover:hover {
    color: #fc0012;
}

.pro-img-center {
    height: 15rem;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
}

.pro-img-pad {
    padding-bottom: 3rem;
    padding-top: 3rem;
    max-height: 20rem;
}