.about-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)),
        url(../pic/Tellal-Alamien2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.notification {
    background: #fff;
    border-left-color: rgba(30, 64, 175, 1);
    border-left-width: 3px;
    border-left-style: solid;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 100px;
    right: -500px;
    z-index: 9999999999999999;
    width: 250px;
    padding: 20px;
    transition: 0.5s;
}

.show {
    right: 20px !important;
    transition: 0.5s !important;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../images/load.gif") center no-repeat #fff;
}

.line-clamp-8 {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.line-clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.details p:not(:first-of-type) {
    margin-bottom: 0 !important;
}

.details ul li span {
    font-size: 16px !important;
    font-family: "Tahoma" !important;
    display: block;
}

.more2 {
    color: #186a8b !important;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
