
@font-face {
    font-family: 'Arshid';
    src: url('Arshid.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

*:not(i,.fa) {
    font-family: "Arshid","Alexandria", sans-serif !important;
}
#header .header-nav-main-arrows nav>ul>li>a.dropdown-toggle:after {
    left: 0px!important;
}
.custom-hero-heading strong {
    line-height: 17cqw;
}
section.section.section-overlay-opacity-gradient:before {
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.social-icons svg {
    width: 20px;
    height: 20px;
    color: #353535;
}
.iti {
    width: 100%;
}

.job-card {
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.job-card .job-content {
    padding: 16px;
}

.job-card .badge-orange {
    background-color: #ff5722;
    color: #fff;
}

.job-card .text-light {
    color: #666;
}
.card-img, .card-img-bottom, .card-img-top {
    object-fit: cover;
}
.custom-hero-font-1 {
    line-height: 90px;
}
.black-dot-img {
    width: 5px;
    height: 5px;
    margin: 0 5px;
}
.solutionImage {
    object-fit: cover;
    width: 100%;
    height: 40vh;
}
.partner-logo {
    width: 75px;
    height: 75px;
    object-fit: contain;
}
.owl-carousel .owl-item img {
    height: 100px;
    object-fit: contain;
}
.btn-outline-primary {
    --bs-btn-color: var(--primary);
    --bs-btn-border-color: var(--primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--primary);
    --bs-btn-hover-border-color: var(--primary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary);
    --bs-btn-active-border-color: var(--primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--primary);
    --bs-gradient: none;
}
