.rs-services-single strong,
.rs-services-single span,
.rs-services-single p{
    font-family: 'Poppins', sans-serif !important;
}
.toolbar-language{
    margin-bottom: 10px;
    display: inline-block;
}
.toolbar-language ul li{
    display: inline-block;
    margin-right: 10px;
}
.toolbar-language ul li a{
    color: #fff;
}
.my-new-custom{
    max-width: 100% !important;
}
.image-div-w, .r-relative {
    position: relative;
}
.partImg-wrap {
    height: 165px;
}
.partImg-wrap img {
    max-width: 100%;
    max-height: 155px;
    margin: 0 auto;
}
.flex {
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}
@media only screen and (min-width: 768px){
    .rs-services.style2 .service-wrap {
        min-height: 490px;
    }
}
@media only screen and (max-width: 768px){
    .post-text img{
        width: 100% !important;
        height: auto !important;
    }
}
@media only screen and (max-width: 640px) {
    .rs-header .menu-area .logo-area{
        top: 0px !important;
    }
    .full-width-header .rs-header.style3 .box-layout{
        padding: 20px 30px !important;
    }
    .full-width-header .rs-header .menu-area .logo-area img {
        background-color: #fff;
        border-radius: 50%;
        max-height: 65px;
    }
}