.ourclients-dir{
    direction: rtl;
}
.hovereffect1 .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(5, 80, 173, 0.69);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.hovereffect1 .overlay p {
    font-size: 13px;
    color: white;
    /*float: right;*/
}

.hovereffect1 img.hover-ourclient {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    max-width: 100px;
}

.hovereffect1 {
    color: white;
    height: 100%;
    position: relative;
    text-align: right;
    cursor: pointer;
}

.hovereffect1 .overlay {
    height: 100%;
    -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
}

.hovereffect1 img.hover-ourclient {
    -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
}

.hovereffect1 h6 , .hovereffect1 i {
    float: right;
    font-size: 15px;
}

.hovereffect1 i.fa-angle-double-right{
    padding-top: 3px;
}

.hovereffect1:hover img.hover-ourclient {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.hovereffect1:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

#ourclients .px-0 {
    height: 230px;
    border: 1px solid #eeeeef;
}

.templatingSelect2 {
    width: 300px;
}

ul.select2-results__options li {
    text-align: right !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    margin-top: 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #007bff;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #007bff;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1769c1;
}

@media (max-width: 503px) {
    .ourclientsearch {
        margin-top: 20px;
    }
}

.ourclientheader {
    background: #1b427e;
    color: #ffffff;
    text-align: center;
}

.ourclientheader1 {
    background: url(../images/customer.png) no-repeat;
    background-size: 25%;
    height: 250px;
    background-position: center;
}

@media (max-width: 767px) {
    .ourclientheader1 {
        display: none;
    }
}


@media (min-width: 576px) and (max-width: 767px) {
    .ourclientheader {
        height: 150px;
    }
}

@media (max-width: 575px) {
    .ourclientheader {
        background: #1b427e;
        height: 150px;
    }
}

@media (max-width: 375px) {
    .employeeheader h1 {
        font-size: 20px;
    }
}