/* not use this classes*/
.text_right{
    float: right;
}

.bordering_right{
    border-right: 1px solid #000;
    margin: 20px 0;
    padding: 20px 40px;
}

.image_right{
    height: 100%;
    position: absolute;
    /* right: 0; */
    top: 0;
    margin-right: 15px;
    background-size: cover;
    background-position: center;
}

.image_center{
    text-align: center;
}
/* not use this classes end */


/* active classes */
/* .body_color{
    background-color:azure;
} */
.odd_color{
    background-color: aliceblue;
}

.even_color{
    background-color:#ADD8E6;
}

.heading_content{
    font-size: 44px;
    letter-spacing: 6px;
    margin: auto;
    margin-top: 10%;
    max-width: 500px;
    text-align: center;
    text-transform: uppercase;
}

.box_title_custom{
    /* border-bottom: 1px solid #ccc; */
    font-family: Raleway;
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 1;
    margin: 0 80px 30px 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}

@media (max-width:992px){
    .boxs-title {
        /* border-bottom: 1px solid #ccc; */
        font-family: Raleway;
        font-size: 20px;
        letter-spacing: 5px;
        line-height: 1;
        margin: 0 80px 30px 0;
        padding-bottom: 0px;
        text-transform: uppercase;
    }

    .footer_new{
        clear: both;
        position: relative;
        height: 200px;
        margin-top: 0px;
    }
}