@font-face {
    font-family: 'AljazeeraArabicBold';
    src: url('../fonts/AljazeeraArabicBold.ttf');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'AljazeeraArabicRegular';
    src: url('../fonts/AljazeeraArabicRegular.ttf');
    font-weight: 700;
    font-style: normal
}

body {
    font-family: 'AljazeeraArabicRegular';

    direction: rtl;
    text-align: right;
    margin: auto;
    max-width: 95%;
    background: #d6d6d6;
}

.ltr {
    direction: ltr;
    text-align: right
}

.bg-primary {
    background: #117a8b !important;
}

.featured:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    display: block;
    background-image: url('../images/featured-bg1.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 150px;
}

.counters-section.featured:before {
    background-size: 100px;

}

.box {
    background-image: url('../images/box-bg.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 120px;
    background-color: #000;
    padding-bottom: 80px !important
}

.img img {
    margin-bottom: -50px
}

.img:before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    display: block;
    background-image: url('../images/featured-bg2.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 350px;
    pointer-events: none;
}

.img2:before {

    background-size: 250px;
}

.img3:before {

    background-image: url('../images/featured-bg6.png');
}

.info:before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    display: block;
    background-image: url('../images/featured-bg3.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 250px;
    top: 0;
    left: 0

}

.lastPage:after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    display: block;
    background-image: url('../images/featured-bg5.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 200px;
    bottom: -1px;
    right: 0%;
    pointer-events: none;

}

#services:before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    display: block;
    background-image: url('../images/featured-bg4.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 250px;
    top: 0;
    left: 0

}

.bg-secondary {
    background: #1dbecf !important;
}

footer .social-links li a {
    color: #223b40;
}

.btn-secondary {
    color: #223b40;
    background-color: #ffffff;
    border-color: #ffffff;
}

.form-control {
    outline: none !important;;
    box-shadow: none !important;
    height: auto;
    padding: 13px 16px;
    border-radius: 0
}

.btn-info {
    color: #223b40;
    background-color: #1dbecf;
    border-color: #1dbecf;
    padding: 13px 30px;
    border-radius: 0;
}

@media (max-width: 586px) {

    #services:before {
        background-size: 150px;

    }

    .img:before {

        background-size: 200px;
    }

    .info:before {
        background-size: 100px;
    }

    .lastPage:after {

        background-size: 132px;
    }

}

.productsList {
    height: calc(100% + 15px);
    box-sizing: initial;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    -webkit-overflow-scrolling: touch;
    position: relative;
    justify-content: space-between;;
}


.productsList > ul {
    display: flex;
    display: -webkit-flex;
    margin: auto;
}


.productsList > ul li {
    padding-left: 6px;
    padding-right: 6px;
}

.productsList .btn {
    width: 200px;
    text-align: center;
    border-color: #d1d1d1;
    text-transform: capitalize;
    transition: border-color .1s ease-in-out;
    padding: 13px;
    font-size: 14px;
    box-shadow: none !important;
}

.white-space {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

:root {
    --scroll-bar-size: 10px;
    --scroll-bar-thumb-background-color: rgba(0, 0, 0, 0.2);
    --scroll-bar-thumb-background-color-active: rgba(0, 0, 0, 0.5);
}

div::-webkit-scrollbar {
    width: var(--scroll-bar-size);
    height: var(--scroll-bar-size);
    background: transparent;
    cursor: pointer;
}

div::-webkit-scrollbar-thumb {
    background-color: var(--scroll-bar-thumb-background-color);
    border-radius: var(--scroll-bar-size);
    border-color: transparent;
    border-style: solid;
    border-width: calc(var(--scroll-bar-size) / 3);
    background-clip: padding-box;
}

div::-webkit-scrollbar-thumb:active {
    background-color: var(--scroll-bar-thumb-background-color-active);
}

div::-webkit-scrollbar-thumb:hover, div::-webkit-scrollbar-thumb:active {
    border-width: 1px;
    background-color: var(--scroll-bar-thumb-background-color-active);
    cursor: pointer;
}

div::-webkit-scrollbar-thumb {
    background-color: var(--scroll-bar-thumb-background-color);
    border-radius: var(--scroll-bar-size);
    border-color: transparent;
    border-style: solid;
    border-width: calc(var(--scroll-bar-size) / 3);
    background-clip: padding-box;
}

div::-webkit-scrollbar {
    width: var(--scroll-bar-size);
    height: var(--scroll-bar-size);
    background: transparent;
    cursor: pointer;
}
.ul-circle li {
    padding-right: 35px;
    position: relative;
    color: #000;
    line-height: 1.8;

}

.ul-circle li:before {
    right: 0;
    top: 5px;
    width: 25px;
    height: 25px;
    background-image: url("../images/check-circle.png");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center right;
    position: absolute;
    content: "";
    vertical-align: middle;

}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #117a8b;
}

.num{
    direction: ltr;
    text-align: right;
    display: inline-block;
}
