/* start navbar */
.logo {
    width: 125px;
    height: 75px;
}
.contact {
    background-color: #008db2 !important;
    color: white !important;
    line-height: 30px;
}
.contact:hover {
    background-color: #00556b !important;
}
.navbar .navbar-nav a {
    font-weight: 500;
    color: #080808;
    font-size: 18px;
}
.navbar .navbar-nav li:hover a,
.navbar .language:hover,
.navbar .navbar-nav .active {
    color: #008db2 !important;
}
.navbar button:focus {
    box-shadow: none;
}
body[dir="rtl"] .me-auto {
    margin-left: auto;
    margin-right: 10px !important;
}
body[dir="rtl"] .dropdown-menu li a {
    text-align: start;
}

/* end Feedback */

.mobile-header .imageLogoFooter {
    width: 200px;
    height: 200px;
}
.mobile-header .imageLogoFooter img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mobile-header {
    padding: 12px;
    background-color: #fefefe;
}
.mobile-header h5 {
    font-size: 20px;
    border-bottom: 3px solid #0a89b4;
    width: 50%;
    margin: 18px !important;
    padding: 15px 0px !important;
    color: #0a89b4;
}
.mobile-header ul {
    font-size: 18px;
}
.mobile-header a {
    color: #424c52;
}
.mobile-header .contact-info i {
    color: var(--secand-color);
}
.mobile-header a:hover {
    color: #008db2;
}




.header .imageLogoFooter {
    width: 335px;
    height: 200px;
}
.header .imageLogoFooter img {
    width: 150px;
    height: 100%;
    object-fit: cover;
}
.header {
    padding: 12px;
    background-color: #fefefe;
}
.header h5 {
    font-size: 20px;
    border-bottom: 3px solid #0A89B4;
    width: 50%;
    margin: 18px !important;
    padding: 15px 0px !important;
    color: #0a89b4;
}
.header a {
    color: #424c52;
}
.header .contact-info i {
    color: var(--secand-color);
}
.header a:hover {
    color: #008db2;
}
@media (min-width: 768px) {
    .header {
        padding: 40px 40px 0px 40px;
    }
}
.header ul {
    font-size: 18px;
}
/* end navbar */


::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background:  #008db2;
    -webkit-border-radius: 1ex;
}

/* start Footer */
.footer .imageLogoFooter {
    width: 335px;
    height: 200px;
    display: flex;
    justify-content: left;
}
.footer .imageLogoFooter img {
    width: 150px;
    height: 100%;
    object-fit: cover;
}
.footer {
    padding: 12px;
    background-color: #fefefe;
}
.footer h5 {
    font-size: 20px;
    border-bottom: 3px solid #fff;
    width: 50%;
    margin: 18px !important;
    padding: 15px 0px !important;
    color: #0a89b4;
}
.footer a {
    color: #424c52;
}
.footer .contact-info i {
    color: var(--secand-color);
}
.footer a:hover {
    color: #008db2;
}
@media (min-width: 768px) {
    .footer {
        padding: 40px 40px 0px 40px;
    }
}

@media (max-width: 600px) {
    .footer .imageLogoFooter{
        justify-content: center;
    }
}


.footer ul {
    font-size: 18px;
}
/* end Footer */

/* start copyRight */
.copyRight {
    border-top: 1px solid #e7e7e7;
    margin-top: 10px !important;
    padding: 10px 0px;
}
.copyRight i {
    color: #fff;
}
.copyRight i:hover {
    color: #fff;
}

/* end copyRight */

.footer li a, .footer p, .footer h5{
    color: white  !important;
}
