.logo img {
    height: 75px !important;
}

.footer-logo img {
    height: 200px;
}

.home-about-us {
    background: rgba(0, 0, 0, 0) url("../img/home/about-us.jpg") no-repeat scroll center top;
}

.about-us-banner {
    background: rgba(0, 0, 0, 0) url("../img/banner/about-us.jpg") no-repeat scroll 0 0;
}

.product-banner-area {
    background: rgba(0, 0, 0, 0) url("../img/banner/product.jpg") no-repeat scroll 0 0;
}

.contact-banner-area {
    background: rgba(0, 0, 0, 0) url("../img/banner/contact.jpg") no-repeat scroll 0 0;
}

.course-page .single-item-text,
.course-area .single-item-text {
    text-align: center;
}

.color_white {
    color: white !important;
}

.breadcrumb-bar-en .breadcrumb-en>li:not(:last-child):after {
    border-radius: 50%;
    content: "";
    display: inline-block;
    font-family: "Material-Design-Iconic-Font";
    font-size: 18px;
    position: absolute;
    right: -22px;
    top: -2px;
}

.breadcrumb-bar-ar .breadcrumb-ar>li:not(:first-child):after {
    border-radius: 50%;
    content: "";
    display: inline-block;
    font-family: "Material-Design-Iconic-Font";
    font-size: 18px;
    position: absolute;
    right: -22px;
    top: -2px;
    transform: rotate(180deg);
}