html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html, body {
    font-family: 'Cairo', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Cairo', sans-serif;
    font-weight: 100;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    direction: rtl;
}

.pagetop .left {
    text-align: right;
    padding: 0;
}

.top_details span.details-on-top {
    color: #BFCAD0;
    display: inline-block;
    margin-left: 20px;
    text-align: center;
    position: relative;
}

    .top_details span.details-on-top i {
        margin-left: 3px;
        color: #fff;
    }

    .top_details span.details-on-top a {
        margin-left: 3px;
        color: #BFCAD0;
    }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: right;
}

.navigation .logo {
    float: left;
    position: inherit;
    z-index: 999;
}

.nav-menu {
    width: auto;
    float: inherit;
    height: 82px;
    text-align: left;
}

    .nav-menu > ul > li {
        border-right: 1px dashed #3B525F;
        display: block;
        float: right;
        list-style: none;
        margin: 23px 0px 0px 0px;
        padding: 0 4px;
        width: auto;
    }

.revslide .rev-title-c .fa {
    font-size: 40px;
    vertical-align: middle;
    margin-left: 8px;
}

.OurCustImg {
    width: 250px;
    height: 150px;
    margin: 5px 2px;
}

.Prog-Service {
}

    .Prog-Service h1 {
        font-size: 20px;
        font-weight: 500;
        color: red;
    }
