
/*@font-face {
    font-family: 'cairo-regular';
    src: url('../fonts/cairofonts/cairo-regular.ttf') format('truetype'),url('../fonts/cairofonts/cairo-bold.ttf') format('truetype');
}*/

@font-face {
    font-family: 'URWGeometricRegular';
    src: url('../fonts/urw-geometric-cufonfonts/URWGeometricArabicRegular.ttf') format('truetype'),url('../fonts/urw-geometric-cufonfonts/URWGeometricArabicBold.ttf') format('truetype');
}
body {
    /*font-family: 'cairo-regular' !important;*/
    font-family: 'URWGeometricRegular' !important;
}
.lni {
    display: inline-block;

    flex-shrink: 0;
    speak: none;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'URWGeometricRegular' !important;
    font-weight: 700;
    margin: 0px;
    color: #162447;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin: 0px;
    font-family: 'URWGeometricRegular' !important;
}
.navbar-brand img {
    max-width: 90px !important ;
    /*max-height: 57px !important;*/
}
.hero-section .hero-content .scroll-bottom {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #1a8e5f !important;
    color: #5864FF;
    left: 15px;
    bottom: 0;
    z-index: 9;
}

.scroll-top {
    width: 45px;
    height: 45px;
    background: #1a8e5f !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.scroll-top i{
    color:#fff !important
}
.feature-section .single-feature .icon {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgb(26 142 95 / 16%);
    color: #1a8e5f;
    margin: auto;
    margin-bottom: 30px;
    font-size: 65px;
    line-height: 1;
}
.p-30 {
    padding: 30px;
}
.testimonial-active {
    direction: rtl !important;
}
.testimonial-controls i {
    transform: scaleX(-1) !important; /* لعكس السهم الأيسر واليمين إذا لزم */
}
footer {
    background-image: url(../img/footer/footer-bg.png);
    background-size: cover;
    background-position: top right;
    padding-top: 260px;
    margin-top: 100px;
    direction: ltr;
}
@media only screen and (min-width: 1400px) {
    .footer .widget-wrapper .footer-widget .desc {
        padding-left: 100px !important;
        padding-right: unset !important;
    }
}

.footer .widget-wrapper .footer-widget .socials li {
    color:#fff !important;  
}

.testimonial-section .testimonial-active-wrapper .tns-controls button:hover {
    color: #1a8e5f;
    border-color: #1a8e5f;
    -webkit-box-shadow: 0px 6px 16px rgba(88, 100, 255, 0.25);
    box-shadow: 0px 6px 16px rgba(88, 100, 255, 0.25);
}

.scroll-top i {
    transform: unset !important;
}

@media (max-width: 767px) {
    .footer {
        padding-top: 120px;
        background: #1a8e5f;
    }
}

.footer .widget-wrapper .footer-widget .socials li {
    margin-left: 20px !important;
    margin-right:unset !important
}

    .footer .widget-wrapper .footer-widget .socials li a:hover {
        color: #1a8e5f !important;
        background: #fff;
    }