*:not(i) {
    font-family: "Cairo", sans-serif !important;
}

/* Navbar */
.navbar-nav a {
    text-align: right !important;
}

@media screen and (min-width: 992px) {
    .dropend {
        &:hover {
            &>.dropdown-menu {
                right: 100% !important;
            }
        }
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .navbar-nav>li a {
        font-size: 15px;
    }
}

/* Navbar */

/* About  */
.info-box .title span {
    margin-left: 20px !important;
    margin-right: 0;
}

.info-box .info-bullets>li::before {
    content: "\f100";
    margin-left: 10px;
    margin-right: 0;
}

/* About  */

/* Services  */
.services .box .front-box p {
    -webkit-line-clamp: 2;
}

/* Services  */

/* Sectors */
.Sectors .card-body .small span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Sectors */

/* ISO Certification */
.iso-cert li::before {
    display: none;
}

.iso-cert li::after {
    content: "\f100";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #000;
    font-size: 15px;
}

.iso-cert .ISO-List>li:hover {
    transform: translateX(-10px);
}

/* ISO Certification */

.form-select {
    background-position: left .75rem center;
}