/*Text Aligns*/

.textAlignJustify {
    text-align: justify !important;
}

.textAlignRight {
    text-align: right !important;
}


/*Displays*/

.displayInlineBlock {
    display: inline-block !important;
}

.displayNone {
    display: none !important;
}


/*Width*/

.width25 {
    width: 25px !important;
}


/*Height*/

.height460 {
    height: 460px !important;
}


/*Margins*/

.mt-none {
    margin: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-125 {
    margin-top: 125px !important;
}


/*Paddings*/

.pt-40 {
    padding-top: 40px !important;
}


/*Backgrounds*/

.bgIndex {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Website/Common/SaherBiometricDetection.jpg') !important;
}

.bgProjectHeader {
    background-image: url('../images/Website/Projects/Project01.jpg') !important;
}

.bgAparatIcon {
    background-image: url('../images/icon/AparatIcon.png') !important;
}

.bgContactUs {
    background-image: url('../images/Website/ContactUs/ContactUsWallpaper3.jpg');
    background-repeat: no-repeat;
    /* background-size:contain; */
    background-position: center;
}

.bgAboutUs {
    background-image: url('../images/Website/AboutUs/SaherAboutUsWallpaper.jpg');
    background-repeat: no-repeat;
    /* background-size:contain; */
    background-position: center;
}

.bgTeam {
    background-image: url('../images/Website/Team/SaherTeam2.jpg');
    background-repeat: no-repeat;
    /* background-size:contain; */
    background-position: center;
}

.bgValues {
    background-image: url('../images/Website/Values/value04.jpg');
    background-repeat: no-repeat;
    /* background-size:contain; */
    background-position: center;
}


/*MaxHeight*/

.mh-100 {
    max-height: 100px !important;
}


/*Avatar*/

.avatarVision {
    height: 125px;
    width: 165px;
}


/*Menu Logo*/

.menuLogo {}

.menuLogo ul {}

.menuLogo ul li {}

.menuLogo ul li a {
    font-size: 0.9em !important;
}


/*Langs Icons*/

.langIcon {}


/***********************Sponsers*******************************/

.sponsers {
    text-align: -webkit-center;
}

.sponsers div {
    width: 29%;
    display: inline-block;
    margin-right: 3%;
    margin-top: 10px;
    border-bottom: 1px solid transparent;
}

.sponsers div:hover {
    transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    border-bottom: 1px solid #cecece;
}

.sponsers div img {
    width: 100%;
    height: 100px;
}


/***********************Sponsers*******************************/


/***********************Responsive*******************************/

@media (max-width: 768px) {
    .sponsers div {
        display: block;
        width: 60%;
    }
    .langIcon {
        margin-right: 0 !important;
    }
    .sponsers div img {
        height: 85px;
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .sponsers div {
        display: inline-block;
        width: 40%;
    }
    .langIcon {
        margin-right: 0 !important;
    }
    .sponsers div img {
        height: 90px;
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .sponsers div {
        display: inline-block;
        width: 29%;
    }
    .langIcon {
        margin-right: -12px !important;
    }
    .sponsers div img {
        height: 100px;
    }
}

@media (min-width: 1024px) {
    .sponsers div {
        width: 29%;
        display: inline-block;
        margin-right: 3%;
        margin-top: 10px;
    }
    .langIcon {
        margin-right: -15px !important;
    }
    .sponsers div img {
        height: 100px;
    }
}


/***********************Responsive*******************************/