/* =============================================== About Us Page =======================================================  */
.reverce_lg {
    flex-direction: row-reverse;
}


section.why_about {
    padding: 40px 0;
} 

section.why_about .col-lg-7 {
    position: relative;
}
section.why_about .col-lg-7 .abt_img {
    margin: 168px 0 0 15px;
}
section.why_about .col-lg-7 .abt_bg_img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

section.why_about p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding: 0 15px;
}
/* only img */

.only_img_bg{
    background-image: url(https://www.rolespot.com/wp-content/uploads/2022/10/iStock-1169930670-Copy.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 7em 0em 7em 0em;
    background-attachment: fixed;
}

/* diff sec */
.diff_box .icon i {
    font-size: 50px;
    font-weight: 900;
    color: #c00;
}
.diff_box .icon {
    margin-bottom: 20px;
}
.diff_box .content h5 {
    color: #333333;
    font-weight: 700;
    font-family: 'Open Sans';
}
.diff_box{
    height: 100%;
}

/* mission vissoin */

section.mission_vission {
    padding: 40px 0px;
}

.value_box .value_item {
    margin-bottom: 25px;
}

.value_box .value_item .icon {
    background-color: #c00;
    padding: 10px;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    line-height: 0;
    margin-right: 15px;
    text-align: center;
}
.value_box .value_item .icon i {
    width: 37px;
    height: 37px;
    line-height: 1.2;
}
.value_box .value_item h5 {
    font-family: "Open Sans";
    font-weight: 700;
    font-style: normal;
    color: #333333;
}




/* media queries */

@media (max-width: 1200px){

    /* about Page css */
    section.why_about .abt_img img {
        width: 100%;
    }

}

@media (max-width: 768px){
    /* about us Page  */
    section.why_about .col-lg-7 .abt_img {
        margin: 50px 0 0 0px !important;
    }
    .pt_for_responsive {
        padding-top: 40px;
    }
    /* end page */
}

@media (max-width: 600px){
    .abt_bg_img{
        display: none;
    }
    .value_box .value_item {
        flex-direction: column;
        text-align: center;
    }
    .value_box .value_item .icon {
        margin: 0 auto 20px auto;
    }
    .value_box .value_item .content {
        padding: 0 15px;
    }
}