.text-white p {
    color: white;
}

:lang(ar).rotate {
    transform: rotateY(180deg);

}

.click:hover{
    cursor:pointer !important;
}
.whats {

    .img-team-container {

        height: 250px;
    }

    position: fixed;
    bottom: 5%;
    right: 2%;
    z-index: 200;
    display: inline-block;
    border: none !important;
    outline: none !important;
    background-color: #1cce3a;
    cursor: pointer;
    padding: 10px 12px;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 2px 2px 5px #b0afaf,
    -2px -2px 5px #b0afaf;
    box-shadow: 2px 2px 5px #b0afaf,
    -2px -2px 5px #b0afaf;
}

.whats:hover {
    -webkit-box-shadow: 2px 2px 5px #7a7979, -2px -2px 5px #7a7979;
    box-shadow: 2px 2px 5px #7a7979, -2px -2px 5px #7a7979;
}

.whats i {
    font-size: 45px;
    color: #fff;
}


.img-team-container {

    height: 250px;
}

.banner-area-1 {
    padding: 180px 0 140px 0 !important;
}


.text-limit {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: var(--lines) !important;
    line-clamp: var(--lines) !important;
    -webkit-box-orient: vertical !important;
}

.description p {
    text-align: justify !important;
}

.footer-image {
    width: 150px !important;
}

.boxShadow-service {
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px; */
    box-shadow: rgba(0, 96, 255, 0.4) -5px 5px, rgba(0, 96, 255, 0.3) -10px 10px, rgba(0, 96, 255, 0.2) -15px 15px, rgba(0, 96, 255, 0.1) -20px 20px, rgba(0, 96, 255, 0.05) -25px 25px;
}

.boxShadow-contact {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

:lang(ar).boxShadow-service {
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px; */
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px; */
    box-shadow: rgba(0, 96, 255, 0.4) 5px 5px, rgba(0, 96, 255, 0.3) 10px 10px, rgba(0, 96, 255, 0.2) 15px 15px, rgba(0, 96, 255, 0.1) 20px 20px, rgba(0, 96, 255, 0.05) 25px 25px;

}

.logo {
    width: 80px !important;
}

html {
    overflow-x: hidden !important;
}

body {
    overflow-x: hidden !important;
}

.img-product-container {
    height: 200px;
    overflow: hidden !important;
}

.img-product {
    transition: all .5s ease-in-out;
}

.img-product-container:hover .img-product {
    transform: scale(1.1);
}

.dropdown-menu {
    right: unset !important;
    left: unset !important;
}

.letter-hover {
    transition: all .4s ease;
}

.letter-hover:hover {
    letter-spacing: 1px;

}

.visionmission-boxshadow {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.description p {
    text-align: justify !important;
}


div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

div.scrollmenu a:hover {
    background-color: #777;
}

.partner-image {
    height: 80px !important;
}

.bg-nav-image {
position: relative;
}
.bg-nav-image::before {

    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85));
    z-index:-1;

}

.bg-white{
    background-color: white !important;
}

.navbar-collapse{
    height: 10px !important;
}

.small-box{
    color:white !important;
} 

.icon{
    color:white !important;

}


@media (max-width: 576px) {

    .navbar-collapse{
        height: fit-content !important;
    }
    
}