﻿@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
    direction: rtl;
}

@font-face {
    font-family: 'DroidArabicKufi';
    src: url('../fonts/DroidArabicKufi.ttf') format('truetype'), url('../fonts/DroidArabicKufi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidArabicKufi-Bold';
    src: url('../fonts/DroidArabicKufi-Bold.ttf') format('truetype'), url('../fonts/DroidArabicKufi-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot?v=4.2.0');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff?v=4.2.0') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf?v=4.2.0') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg?v=4.2.0#glyphicons-halflings-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

 ::-moz-selection {
    color: #fff;
    text-shadow: none
}

 ::selection {
    color: #fff;
    text-shadow: none
}

.container {
    max-width: 1200px !important;
}

body {
    font-size: 16px;
    direction: rtl;
    color: #000;
    font-weight: 400;
    text-align: right;
    background: #fff;
    font-family: 'DroidArabicKufi';
}

body p {
    line-height: 24px;
    font-size: 16px;
    color: #000;
    font-family: 'DroidArabicKufi';
    margin-bottom: 14px;
}

.navigation {
    background-color: #3e3e3e;
}

.w-break {
    word-break: break-word;
}

*,
a,
a:active,
a:focus,
a:hover,
button:focus {
    text-decoration: none;
    box-shadow: none;
    outline: 0;
}

button {
    cursor: pointer;
}

a {
    color: #000;
}

a:hover {
    cursor: pointer;
    color: inherit
}

.btn:focus,
.btn:hover {
    cursor: pointer;
    outline: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    font-family: 'DroidArabicKufi-Bold';
}

.of-hidden {
    overflow: hidden
}

.bg-none {
    background-color: transparent
}

.bg-black {
    background-color: #333333;
}

.bg-l-grey {
    background-color: #f9f9f9;
}

.btngreen {
    background-color: #3f7a5e;
    border-radius: 12px;
    padding: 15px;
    color: #fff;
    transition: 0.5s ease;
}

.btngreen:hover {
    background-color: #3f8293;
    color: #fff;
}

.bg-olive {
    background: #906d3c !important;
}

.bg-brown {
    background: #6d0b00 !important;
}

.box-shadow {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #101010 !important;
}

.text-red {
    color: #fe0000 !important;
}

.lightfont {
    font-family: 'DroidArabicKufi' !important;
    ;
}

.text-grey {
    color: #878787 !important;
}

.text-l-grey {
    color: #7f878a !important;
}

.text-brown {
    color: #6d0b00 !important;
}

.text-d-olive {
    color: #906d3c !important;
}

.font-thin {
    font-weight: 100 !important;
}

.font-light {
    font-weight: 300 !important;
}

.font-reg {
    font-weight: 400 !important;
}

.font-med {
    font-weight: 500 !important;
}

.font-semi {
    font-weight: 600 !important;
}

.font-bold {
    font-weight: 700 !important;
}

.lh-h4 {
    line-height: 34px
}

.lh-h5 {
    line-height: 30px
}

.lh-h6 {
    line-height: 26px
}

.py-lg {
    padding-top: 60px;
    padding-bottom: 60px
}

.modal-sm {
    max-width: 500px;
    width: 96%
}

.modal-md {
    max-width: 700px;
    width: 96%
}

.modal-lg {
    max-width: 900px;
    width: 96%
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.btn {
    font-size: 14px;
    border-radius: 5px;
    border: 0;
    transition: all 0.5s;
    font-family: 'DroidArabicKufi';
    padding: 14px 30px;
    border: 1px solid #6d0b00;
}

.btn-sm {
    padding: 8px 40px;
}

.btn-brown {
    background: #906d3c;
    color: #fff;
    border-radius: 10px;
    border: none;
    padding: 6px 34px;
    margin-top: 50px;
}

.orange {
    color: #d98519
}

.darkgreen {
    color: #1e5620
}

.red {
    color: #8b1b1b;
}

.btn-brown:hover {
    background: #6d522d !important;
    transition: 0.5s ease-in;
}

.btn-brown-outline {
    background: transparent;
    color: #906d3c;
}

.btn-brown:hover {
    background: #906d3c;
    color: #fff;
}

.btn-brown-outline:hover {
    background: #906d3c;
    color: #fff;
}

footer,
section {
    width: 100%;
    float: right;
    position: relative
}

.LablelFormBuilder {
    color: #000;
    font-weight: 400;
    border-right: 4px solid #186e55;
    line-height: 70px;
    padding-right: 10px;
    margin-bottom: 15px;
    font-size: 15px;
    padding-bottom: 8px;
    padding-top: 8px;
}
.btn-blue {
    background: #186e55;
    color: #fff;
    border: 1px solid transparent;
}
.custom-checkbox .custom-control-label::before {
    top: 50%;
    background-color: transparent;
    transform: translateY(-50%);
    border-radius: 1px;
    border: 1px solid #b7b7b7;
}

.custom-radio .custom-control-label::before {
    background-color: transparent;
    border: 1px solid #b7b7b7;
}

.custom-checkbox .custom-control-label::after,
.custom-radio .custom-control-label::after,
.custom-radio .custom-control-label::before {
    top: 50%;
    transform: translateY(-50%);
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #6d0b00;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #fff;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background: #6d0b00;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    right: -21px;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.form-group {
    margin-bottom: 30px;
}

/*.form-control {
    height: 32px;
    font-size: 15px;
    outline: 0;
    background: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #a1a1a1;
    border-radius: 0;
    padding: 0 15px;
    font-weight: 500;
    color: #959595;
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #9c7d52;
    outline: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}*/

textarea {
    font-size: 16px;
    padding: 20px;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
}

.form-control::-webkit-input-placeholder {
    color: #aaa;
    font-weight: 500;
    text-transform: capitalize;
}

.form-control::-moz-placeholder {
    color: #aaa;
    font-weight: 500;
    text-transform: capitalize;
}

.form-control:-ms-input-placeholder {
    color: #aaa;
    font-weight: 500;
    text-transform: capitalize;
}

.form-control:-moz-placeholder {
    color: #aaa;
    font-weight: 500;
    text-transform: capitalize;
}

small.form-text.text-red {
    font-size: 10px;
}

.container {
    max-width: 1280px;
}

.bdr-olive {
    border-color: #906d3c !important;
}

.bdr-grey {
    border-color: #acacac !important;
}

#day,
#month,
#year {
    max-width: 80px;
    font-family: 'Lato', sans-serif;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: transparent;
    position: relative;
}

.mobile-logo {
    position: absolute;
    z-index: 99999;
    top: -3px;
    right: 10px;
    width: 150px;
    height: auto;
}

.mobile-logo img {
    width: 100%;
}

.mobile-menu {
    position: relative;
}

.mobile-search {
    display: flex;
    position: absolute;
    top: 50%;
    z-index: 99999;
    left: 55px;
    transform: translateY(-50%);
}

.mobile-search button[type="button"] {
    transition: all 0.5s;
    padding: 7px 10px;
    display: inline-flex;
}

.mobile-search button[type="button"] img,
.mobile-search a img {
    display: block;
}

.mobile-search a {
    padding: 3px 15px;
    line-height: normal;
    vertical-align: middle;
}

    .mobile-search .search {
        display: inline-block;
        position: absolute;
        width: 0;
        transition: all 0.5s;
        left: 0px;
        z-index: 999;
        bottom: -40px;
    }

.mobile-search .search.expand {
    width: 200px;
}

.mobile-search .search button {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}

.mobile-search .search input {
    padding: 0;
    border: none;
    transition: all 0.5s;
}

.mobile-search .search.expand input {
    padding: 6px 15px;
    border: 1px solid #ccc;
}

.mobile-search .search.expand button {
    display: block;
}

.mean-container .mean-nav ul li button[type="button"] {
    line-height: 28px;
    height: 28px;
    transition: all 0.5s;
    padding: 7px 10px;
    display: flex;
    width: 100%;
    text-align: center;
}

.mean-container .mean-nav ul li button[type="button"] img {
    display: block;
    margin: auto;
}

.mean-container .mean-nav ul li button[type="button"]:hover {
    background: #bc9962;
}


/* ================================
navigation
================================ */

.navigation .navbar-brand {
    max-width: 270px;
    padding: 0;
}

ul.navbar-nav li.nav-item {
    color: grey;
}

ul.navbar-nav li.nav-item a.nav-link {
    font-size: 13px;
    padding: 0 10px;
    color: #616161;
    font-weight: 500;
    transition: all 0.5s;
    line-height: 1.7;
    font-family: 'DroidArabicKufi'
}

.navigation ul.navbar-nav li.nav-item a.nav-link {
    font-size: 14px;
    padding: 0 10px;
    color: #616161;
    font-weight: 500;
    transition: all 0.5s;
    line-height: 1.7;
    font-family: 'DroidArabicKufi' !important;
    padding-left: 30px;
}

.navigation ul.navbar-nav li.nav-item a.nav-link:hover,
.navigation ul.navbar-nav li.nav-item.active a.nav-link {}

.top-bar {
    background: #231f20;
}


/* ================================
main nav
================================ */

section.main-nav {
    background: transparent;
    margin-top: -17px;
}

    section.main-nav ul.navbar-nav li.nav-item a.nav-link {
        font-size: 17px;
        line-height: 50px;
        padding: 0 16px !important;
        font-family: 'DroidArabicKufi-Bold' !important;
        transition: all 0.5s;
        color: #fff;
    }

section.main-nav ul.navbar-nav li.nav-item .dropdown-menu {
    position: absolute;
    min-width: 235px;
    border-color: #e7e7e7;
    border-bottom: 5px solid #8d6b3c;
    box-shadow: 0px 5px 5px 0px rgba(214, 214, 214, 0.004);
    border-radius: 0;
    padding: 0 10px;
    margin: 0;
    border-top: none;
    right: 50%;
    transform: translateX(-50%);
}

section.main-nav ul.navbar-nav li.nav-item a.nav-link:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: transparent;
    border-bottom: 10px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: '';
    bottom: 0;
    right: 50%;
    transform: translateX(-50%);
    display: none;
}

section.main-nav ul.navbar-nav li.nav-item a.nav-link[aria-expanded="true"]:before {
    display: block;
}

section.main-nav ul.navbar-nav li.nav-item .dropdown-menu .dropdown-item {
    color: #212529;
    border-bottom: 1px solid #e7e7e7;
    padding: 16px;
    font-size: 15px;
    transition: all 0.5s;
}

section.main-nav ul.navbar-nav li.nav-item .dropdown-menu .dropdown-item:hover {
    color: #420501;
    background: transparent;
}

    section.main-nav ul.navbar-nav li.nav-item:hover a.nav-link {
        background: transparent;
        color: #64af8b;
    }

.navbar-brand {
    position: relative;
    top: 30px;
}

.dropdown-toggle::after {
    display: none;
}

.input-group-append button.dropdown-toggle::after {
    display: block;
}


/* ================================
footer
================================ */

.footer {
    background: #f6f6f6;
    /*padding: 35px 0;*/
}

.footer h5 {
    font-size: 15px;
    color: #101010;
    position: relative;
    padding-left: 20px;
    font-family: 'DroidArabicKufi' !important;
}

.footer .more a {
    font-size: 13px;
    font-family: 'DroidArabicKufi' !important;
}

span.square-bullet {
    width: 6px;
    height: 6px;
    background: #bc9962;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contact-info ul li,
.contact-info ul li a {
    font-size: 13px;
    color: #101010;
}

.more {
    border-bottom: 1px solid #906d3c;
    border-top: 1px solid #906d3c;
}

.download-app {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.download-app .app ul li {
    display: inline-block;
}

.download-app .app ul li a {
    width: 40px;
    height: 30px;
    border-radius: 5px;
    background: #906d3c;
    display: block;
    text-align: center;
}

#scroll-top {
    display: none;
    width: 41px;
    height: 36px;
    position: fixed;
    bottom: 70px;
    right: 70px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #bc9962;
    color: white;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    text-align: center;
}

#scroll-top img {
    vertical-align: bottom;
}


/* ================================
copyleft
================================ */

.copyleft {
    background: #363636;
    padding: 15px 0;
}

.copyleft p,
.copyleft a {
    font-size: 13px;
    color: #fff;
}

.main-nav .navbar-collapse .navbar-nav {
    background: transparent;
}


/* ================================
info page - inner page title
================================ */

.page-title-template {
    padding: 32px 0 0;
    background-color: #f2f2f2;
    margin-top: -163px;
}
hr {
    border-top: 1px solid rgb(250, 250, 250) !important;
}
.white{
    color:#fff;
}
.innerheaderContent {
    padding-top: 13rem;
}

.inner-title {
    position: relative;
}

.inner-title h2 {
    font-size: 35px;
    font-weight: 400;
    color: #181818;
    padding-left: 25px;
    line-height: 1.3;
}

.inner-title span.title-bullet {
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
    transform: translateY(-50%) rotate(180deg);
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb .breadcrumb-item a {
    font-size: 14px;
    color: #ffffff;
}
    .breadcrumb{
        padding-right:0px !important;
    }
    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block !important;
        padding-right: 0.5rem !important;
        color: #fff !important;
        content: "||" !important;
        padding-left: 0.5rem !important;
    }

.breadcrumb-item.active {
    color: #6d0b00;
    font-size: 14px;
}

.page-title-template span.page-title-divider {
    display: block;
    width: 100%;
    height: 3px;
    background: #906d3c;
}

.page-body-template {
    padding: 30px 0 0px;
}

.page-body-template .section-title h3 {
    font-size: 25px;
    font-weight: 400;
    color: #181818;
    line-height: 1.5;
}

.sidebar .list-group-item.disabled,
.sidebar .list-group-item:disabled {
    color: #6d0b00;
    background-color: transparent;
    font-size: 17px;
}

.sidebar .list-group-item:first-child {
    border-top: none;
}

.sidebar .list-group-item {
    border-color: #b7b7b7;
    border-right: none;
    border-left: none;
    font-size: 17px;
    color: #181818;
    border-radius: 0 !important;
    transition: all 0.5s;
    padding: 0;
}

.sidebar .list-group-item a {
    padding: 19px 0;
    color: #000;
    transition: all 0.5s;
    display: block;
    font-size: 14px;
}

.list-group-item:not(:first-child):hover a {
    /*padding-left: 15px;*/
    color: #420501;
}

#rateBox {
    display: inline-block;
}

.pagination .page-item .page-link {
    margin-right: 7px;
    padding: 0;
    color: #777;
    border: 1px solid #777;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 0 !important;
    transition: all 0.5s;
}

.pagination .page-item:nth-child(2) .page-link,
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link,
.pagination .page-item {
    border: 1px solid transparent;
    line-height: 35px;
}

.pagination .page-item:last-child .page-link span img,
.pagination .page-item:nth-child(2) .page-link span img {
    transform: rotate(180deg);
    ;
}

.pagination .page-item .page-link:focus {
    box-shadow: none;
}

.pagination .page-item:not(:nth-child(2)) .page-link:hover {
    color: #fff;
    background: #6d0b00;
}

.pagination .page-item:first-child:hover .page-link,
.pagination .page-item:last-child:hover .page-link,
.pagination .page-item:nth-child(2):hover .page-link {
    border: 1px solid #6d0b00;
    background: transparent;
}

.box.col-12 {
    height: 120px;
    text-align: center;
    line-height: 120px;
    border: 1px solid #a1a1a1;
    padding: 0;
}

.box.col-12 label {
    color: #959595;
    font-weight: normal;
}

.input-group-append button.dropdown-toggle {
    border: 1px solid #a1a1a1;
    border-left: 0;
    width: 100%;
}

.input-group-append {
    position: absolute;
    height: 100%;
    right: 0;
    width: 100%;
    text-align: right;
}

.input-group-append .dropdown-menu.show {
    display: block;
    width: 100%;
}

.dropdown-toggle-split::after,
.dropleft .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: auto;
}

.input-group-append:before {
    position: absolute;
    top: 2px;
    right: 25px;
    width: 1px;
    height: calc(100% - 4px);
    content: '';
    background: #a1a1a1;
}

.input-group-append {
    margin-left: 0;
}

.media.news-block .media-img {
    width: 250px;
}

.media.news-block .media-body .card-title {
    font-size: 16px;
    color: #000;
}

.card-news .card-deck .card {
    border: 1px solid #a1a1a1;
    border-radius: 0;
    padding: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
}

.card-news .card-deck .card:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    transform: translateY(-5px);
}

.sticky {
    position: fixed;
    top: 0px;
    bottom: 90%;
    width: 100%;
    z-index: 9999999;
    color: #000;
    transition: all 0.5s;
    background: #ffffff61 !important;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 40%);
}

.sticky .navbar-brand {
    top: 0 !important;
    padding-top: 21px;
}

.page-body-template .content-body.card-news .card-title {
    font-size: 16px;
}

.page-body-template .content-body li.text-black img {
    transform: rotate(180deg);
}

.content-body p {
    color: #00000a;
}

.table-header {
    font-size: 16px;
}


/* ===========================================
Night Css
=========================================== */

body.night {
    background: #ddd;
}

body.night .letest-news {
    background: #ddd;
}

body.night .bg-brown {
    background: #400600 !important;
}

body.night .banner {
    background: #000;
}

body.night .slick-slide img {
    opacity: 0.8;
}

body.night .banner-menus {
    background: rgba(234, 234, 234, 0.9);
}

body.night .about-us .announcement-block {
    border: 5px solid #eee;
}

body.night .letest-news .card {
    background: #eee;
}

body.night .section-title span.bottom-line {
    background: #eee;
}

body.night .footer {
    background: #ddd;
    padding: 40px 0;
}

body.night .benifits .card {
    background: #ddd;
}


/* ===========================================
Contrast Css
=========================================== */

body.highcontrast {
    background: #898989 !important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

body.highcontrast .section-title h2 {
    color: #fff;
}

body.highcontrast .letest-news .section-title h2 {
    color: #393939;
}


/* ===========================================
font 120
=========================================== */

body.fsize120 {
    font-size: 18px;
}

body.fsize120 p {
    font-size: 18px;
}

.gray {
    color: #666666;
}

body.fsize120 ul.navbar-nav li.nav-item a.nav-link {
    font-size: 16px;
}

body.fsize120 section.main-nav ul.navbar-nav li.nav-item a.nav-link {
    font-size: 19px;
    padding: 0 20px !important;
}

body.fsize120 .bannerContent h1 {
    font-size: 39px;
    line-height: 47px;
}

body.fsize120 .bannerContent h6 {
    font-size: 18px;
    max-width: 540px;
}

h1 {
    font-size: 35px;
}

body.fsize120 .banner-menus ul li .media .media-body h5 {
    font-size: 17px;
}

body.fsize120 .section-title h2 {
    font-size: 39px;
}

body.fsize120 .letest-news .card .date {
    font-size: 17px;
}

body.fsize120 .letest-news .card .card-title {
    font-size: 17px;
}

body.fsize120 .benifits .card-title {
    font-size: 18px;
}

body.fsize120 .footer h5 {
    font-size: 18px;
}

body.fsize120 .contact-info ul li,
body.fsize120 .contact-info ul li a {
    font-size: 16px;
}

body.fsize120 .inner-title h2 {
    font-size: 39px;
}

body.fsize120 .page-body-template .section-title h3 {
    font-size: 29px;
}

body.fsize120 .list-group-item a {
    font-size: 19px;
}

body.fsize120 .page-body-template .card-title {
    font-size: 18px;
}


/* ===========================================
font 110
=========================================== */

body.fsize110 {
    font-size: 17px;
}

body.fsize110 p {
    font-size: 17px;
}

body.fsize110 ul.navbar-nav li.nav-item a.nav-link {
    font-size: 15px;
}

body.fsize110 section.main-nav ul.navbar-nav li.nav-item a.nav-link {
    font-size: 18px;
}

body.fsize110 .bannerContent h1 {
    font-size: 37px;
    line-height: 47px;
}

body.fsize110 .bannerContent h6 {
    font-size: 17px;
    max-width: 540px;
}

body.fsize110 .banner-menus ul li .media .media-body h5 {
    font-size: 16px;
}

body.fsize110 .section-title h2 {
    font-size: 37px;
}

body.fsize110 .letest-news .card .date {
    font-size: 16px;
}

body.fsize110 .letest-news .card .card-title {
    font-size: 16px;
}

body.fsize110 .benifits .card-title {
    font-size: 17px;
}

body.fsize110 .footer h5 {
    font-size: 17px;
}

body.fsize110 .contact-info ul li,
body.fsize110 .contact-info ul li a {
    font-size: 15px;
}

body.fsize110 .inner-title h2 {
    font-size: 37px;
}

body.fsize110 .page-body-template .section-title h3 {
    font-size: 27;
}

body.fsize110 .list-group-item a {
    font-size: 18px;
}

body.fsize110 .page-body-template .card-title {
    font-size: 17px;
}


/* ===========================================
font 90
=========================================== */

body.fsize90 {
    font-size: 15px;
}

body.fsize90 p {
    font-size: 15px;
}

body.fsize90 ul.navbar-nav li.nav-item a.nav-link {
    font-size: 13px;
}

body.fsize90 section.main-nav ul.navbar-nav li.nav-item a.nav-link {
    font-size: 16px;
}

body.fsize90 .bannerContent h1 {
    font-size: 35px;
    line-height: 47px;
}

body.fsize90 .bannerContent h6 {
    font-size: 15px;
    max-width: 540px;
}

body.fsize90 .banner-menus ul li .media .media-body h5 {
    font-size: 14px;
}

body.fsize90 .section-title h2 {
    font-size: 35px;
}

body.fsize90 .letest-news .card .date {
    font-size: 14px;
}

body.fsize90 .letest-news .card .card-title {
    font-size: 14px;
}

body.fsize90 .benifits .card-title {
    font-size: 15px;
}

body.fsize90 .footer h5 {
    font-size: 15px;
}

body.fsize90 .contact-info ul li,
.contact-info ul li a {
    font-size: 13px;
}

body.fsize90 .inner-title h2 {
    font-size: 33px;
}

body.fsize110 .page-body-template .section-title h3 {
    font-size: 23;
}

body.fsize90 .list-group-item a {
    font-size: 16px;
}

body.fsize90 .page-body-template .card-title {
    font-size: 15px;
}


/* ===========================================
font 90
=========================================== */

body.fsize80 {
    font-size: 14px;
}

body.fsize80 p {
    font-size: 14px;
}

body.fsize80 ul.navbar-nav li.nav-item a.nav-link {
    font-size: 12px;
}

body.fsize80 section.main-nav ul.navbar-nav li.nav-item a.nav-link {
    font-size: 15px;
}

body.fsize80 .bannerContent h1 {
    font-size: 33px;
    line-height: 47px;
}

body.fsize80 .bannerContent h6 {
    font-size: 14px;
    max-width: 540px;
}

body.fsize80 .banner-menus ul li .media .media-body h5 {
    font-size: 13px;
}

body.fsize80 .section-title h2 {
    font-size: 33px;
}

body.fsize80 .letest-news .card .date {
    font-size: 13px;
}

body.fsize80 .letest-news .card .card-title {
    font-size: 13px;
}

body.fsize80 .benifits .card-title {
    font-size: 14px;
}

body.fsize80 .footer h5 {
    font-size: 14px;
}

body.fsize80 .contact-info ul li,
body.fsize80 .contact-info ul li a {
    font-size: 12px;
}

body.fsize80 .inner-title h2 {
    font-size: 31px;
}

body.fsize80 .page-body-template .section-title h3 {
    font-size: 21px;
}

body.fsize80 .list-group-item a {
    font-size: 15px;
}

body.fsize80 .page-body-template .card-title {
    font-size: 14px;
}


/* ===========================================
font 90
=========================================== */

body.fsize70 {
    font-size: 13px;
}

body.fsize70 p {
    font-size: 13px;
}

body.fsize70 ul.navbar-nav li.nav-item a.nav-link {
    font-size: 11px;
}

body.fsize70 section.main-nav ul.navbar-nav li.nav-item a.nav-link {
    font-size: 14px;
}

body.fsize70 .bannerContent h1 {
    font-size: 32px;
    line-height: 47px;
}

body.fsize70 .bannerContent h6 {
    font-size: 13px;
    max-width: 540px;
}

body.fsize70 .banner-menus ul li .media .media-body h5 {
    font-size: 12px;
}

body.fsize70 .section-title h2 {
    font-size: 32px;
}

body.fsize70 .letest-news .card .date {
    font-size: 12px;
}

body.fsize70 .letest-news .card .card-title {
    font-size: 12px;
}

body.fsize70 .benifits .card-title {
    font-size: 13px;
}

body.fsize70 .footer h5 {
    font-size: 13px;
}

body.fsize70 .inner-title h2 {
    font-size: 29px;
}

body.fsize70 .page-body-template .section-title h3 {
    font-size: 19;
}

body.fsize70 .list-group-item a {
    font-size: 14px;
}

body.fsize70 .page-body-template .card-title {
    font-size: 13px;
}

svg.icon:hover {
    color: #FFB800;
}

.rate_item.fxss_rate_select {
    color: #ffb800 !important;
}


/* jecostyle */

.helptitle {
    margin: 60px 0px;
    background-image: url(../images/newimgaes/helpbg.png);
    background-size: cover;
    height: 459px;
    position: relative;
}

.helpitems {
    margin: 46px 0px;
}

.help1 {
    background-image: url(../images/newimgaes/help1.png);
    height: 222px;
    background-size: cover;
    margin: 14px 0px;
}

.help2 {
    background-image: url(../images/newimgaes/help2.png);
    height: 222px;
    background-size: cover;
    margin: 14px 0px;
}

.help3 {
    background-image: url(../images/newimgaes/help3.png);
    height: 222px;
    background-size: cover;
    margin: 14px 0px;
}

.help4 {
    background-image: url(../images/newimgaes/help4.png);
    height: 222px;
    background-size: cover;
    margin: 14px 0px;
}

.help5 {
    background-image: url(../images/newimgaes/help5.png);
    height: 222px;
    background-size: cover;
    margin: 14px 0px;
}

.help6 {
    background-image: url(../images/newimgaes/help6.png);
    height: 222px;
    background-size: cover;
    margin: 14px 0px;
}

.helpshadow {
    background-color: rgba(0, 0, 0, 0.4);
    height: 222px;
    position: relative;
}

.titlepostion {
    position: relative;
    top: 46px;
    text-align: center;
    top: 167px;
}

.titlepostion h2 {
    padding: 0px 51px;
}

.datapostion {
    position: absolute;
    bottom: 0px;
    text-align: center;
}

.menub {
    background-color: #e7ecf0;
    padding: 3px 0px;
}

.menubitems {
    margin: 0;
}

.menubitems li {
    display: inline;
    padding: 3px 10px;
}

.menubitems li a {
    font-size: 12px;
    color: #727272;
}

.menubitems li a:hover {
    text-decoration: none;
    color: #bb7934;
    transition: 0.5s ease-in;
}

.mainmenu .navbar li a {
    font-family: 'DroidArabicKufi';
    font-size: 14px;
    color: black;
}

.mainmenu .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.imgIn {
    position: relative;
    top: 0;
    float: left;
}

.textin {
    position: absolute;
    text-align: right;
    font-family: 'DroidArabicKufi';
    margin-top: 25%;
}

.textin p {
    font-size: 15px;
    font-family: 'DroidArabicKufi';
    color: white;
    margin: 0;
}

.textin h4 {
    font-size: 55px;
    color: white;
}

.textin h4::before {
    content: url(../images/q1.png);
    display: block;
}

.textin h4::after {
    content: url(../images/q2.png);
    display: inline;
}

.sliderContent {
    position: relative;
    z-index: 3;
    color: white;
    height: 650px;
}

.shadow {
    position: absolute;
    right: 0;
    left: 0;
    background-image: url(../images/shadow1.png);
    background-size: cover;
    z-index: 1;
    height: 650px;
    top: 0px
}

.shadow2 {
    position: absolute;
    right: 0;
    left: 0;
    background-image: url(../images/shadow2.png);
    background-size: cover;
    z-index: 1;
    height: 650px;
    opacity: 0.8;
    top: 0px
}

#slider-animation a {
    color: white;
}

#slider-animation h1 {
    font-size: 70px;
    font-family: 'Cairo-Regular';
}

.Gradienttxt {
    background-image: linear-gradient(45deg, #a4844c, #dbb26c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#slider-animation a:hover {
    text-decoration: none;
}

.carousel-indicators {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 15;
    padding-right: 0;
    margin-left: 0%;
    margin-right: 0%;
    list-style: none;
    top: 40%;
    display: block;
    width: 10%;
}

.carousel-indicators li {
    box-sizing: content-box;
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    margin-right: 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.4);
    background-repeat: no-repeat;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    border-radius: 100%;
    border-radius: 100%;
}

.carousel-indicators .active {
    background-color: transparent;
    opacity: 1;
    position: relative;
    ;
}

.carousel-indicators .active::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d26b03;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    left: 0px;
}

.slide1 {
    /*background: url(../images/Hero_landing_desktop.png);*/
    background-size: 100% 100%;
    height:800px;
}

.slide2 {
    background: url(../images/bg.jpg);
    background-size: cover;
    height: 650px;
}

.slide3 {
    background: url(../images/bg.jpg);
    background-size: cover;
    height: 650px;
}

.Stitle {
    font-size: 26px !important;
}

#slider-animation {
    margin-top: -145px;
    z-index: 10;
}

.top-bar {
    position: relative;
    z-index: 1000;
}

.headerpostion {
    position: relative;
    z-index: 100;
    background: transparent;
    height: 131px;
}

.source {
    color: #906d3c !important;
    margin: 0 !important;
    padding-top: 20px;
}

.Spart2 {
    margin-top: 50px;
}

.spartbg {
    border: 1px solid #c6c6c6;
    text-align: center;
    padding: 7px;
    margin: 20px 0px;
}

.spartbg h6 {
    margin-top: 20px;
}

.strategy {
    margin-top: 50px;
    background-image: url(../images/strategybg.png);
    min-height: 529px;
}

.strategycontent {
    position: relative;
    top: 100px;
    min-height: 350px;
    background-color: white;
    padding: 59px;
    box-shadow: 2px 2px 2px #00000047;
}

.projectbg {
    background-color: #f3f3f3;
}

.projectbgcontent {
    text-align: center;
    padding: 20px;
    border: 1px solid #e8e8e8;
}

.projects {
    margin: 55px 0px;
}

.sucessstories {
    min-height: 400px;
    border-top: 1px solid rgb(212, 212, 212);
}

.sucessContent {
    background-color: #e7e9eb;
    height: 252px;
    overflow: hidden;
    padding: 47px 25px;
}

.no-gutter>[class*='col-'] {
    padding-left: 0px;
    padding-right: 0px;
}

.menb {
    position: relative;
    right: -34px;
}

.socialMedia li {
    padding: 0px 12px;
}

@media only screen and (max-width: 770px) {
    
    .datapostion {
        position: absolute;
        bottom: 0px;
        text-align: center;
        text-align: center;
        right: 0;
        left: 0;
    }

    .fixedbackgroundcontent {
        top: 99% !important;
        right:0px !important;
        font-size: 19px !important;
        left: 0% !important;
        line-height: 40px !important;
    }

    .serviceitem {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    .btngreen {
        border-radius: 5px !important;
        padding: 8px !important;
    }

    .slide1 {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/Hero_landing_desktop.png);
        background-size: cover;
        background-position: 12% center;
        height: auto !important;
    }

    #slider-animation {
        margin-top: 0px !important;
    }

    .helptitle {
        margin: 42px 0px;
        background-image: url(../images/newimgaes/helpbg.png);
        background-size: cover;
        height: 264px;
        position: relative;
    }

    .titlepostion {
        position: relative;
        top: 46px;
        text-align: center;
        top: 87px;
    }

    .helpitems {
        margin: -24px 0px;
    }

    .helpshadow {
        background-color: rgba(0, 0, 0, 0.4);
        height: 176px;
        position: relative;
    }

    .help1 {
        height: 176px;
    }

    .help2 {
        height: 176px;
    }

    .help3 {
        height: 176px;
    }

    .help4 {
        height: 176px;
    }

    .help5 {
        height: 176px;
    }

    .help6 {
        height: 176px;
    }

    .titlepostion h2 {
        font-size: 22px;
    }

    .textin {
        position: absolute;
        top: 50px;
        right: 6%;
        text-align: center;
        font-family: 'DroidArabicKufi';
        width: 88%;
        padding: 0px 31px;
    }

    .info1 {
padding-top:0px !important ;
    }

    .textfadein p {
        font-size: 16px !important;
        line-height: 20px !important;
        font-family: 'DroidArabicKufi-Bold' !important;
    }

    .textfadein {
        top: auto;
        right: 2% !important;
    }

    .mobile-search a {
        margin-left: 10px;
    }

    .image1 {
        right: 30% !important;
        top: -1% !important;
    }

    .info1 h1 {
        text-align: center;
        max-width: 98%;
        margin: 0px auto !important;
        font-size: 18px !important;
        line-height: 25px !important;
        color: #fff;
    }

    .Spart2 {
        margin-top: 50px;
        text-align: center;
    }

    h1 {
        font-size: 28px;
    }

    .strategycontent {
        position: relative;
        top: 59px;
        background-color: white;
        padding: 51px;
        box-shadow: 2px 2px 2px #00000047;
        text-align: center;
    }

    .btn-brown {
        margin-top: 16px;
    }

    .projectbgcontent {
        margin: 7px 0px;
    }

    .sucessstories {
        text-align: center;
    }
}



.source ul {
    display: flex;
}

.info1 {
    background-color: #3E3E3E;
    padding-top: 110px;
    text-align: center;
    height: 350px;
}

.info1 h1 {
    text-align: center;
    max-width: 88%;
    margin: 0 auto;
    font-size: 26px;
    line-height: 42px;
    color: #fff;
}

.test {
    height: 6000px;
    position: relative;
}

.itemscroll {
    position: absolute;
    box-sizing: border-box;
}

.image1 {
    z-index: 1;
    margin: 0 auto;
    left: 41%;
    max-width: 30%;
    top: -2%;
    will-change: transform;
    transform: translateY(0px) scale(0.65) translate3d(0px, 0px, 0px);
}

.image2 {
    z-index: 1;
    left: 46%;
    max-width: 45%;
    top: 1%;
    will-change: transform;
    transform: scale(0.65) translate3d(0px, 0px, 0px);
}

.image3 {
    z-index: 1;
    left: 37%;
    max-width: 30%;
    top: 5%;
    will-change: transform;
    transform: scale(0.65) translate3d(0px, 0px, 0px);
}

.image4 {
    z-index: 3;
    left: 50%;
    max-width: 45%;
    top: 5%;
    will-change: transform;
    transform: scale(0.65) translate3d(0px, 0px, 0px);
}

.image5 {
    z-index: 1;
    left: 51%;
    max-width: 45%;
    top: 11%;
    will-change: transform;
    transform: scale(0.65) translate3d(0px, 0px, 0px);
}

.image6 {
    z-index: 1;
    left: 37%;
    max-width: 45%;
    top: 12%;
    will-change: transform;
    transform: translateY(78.2055px) scale(0.65) translate3d(0px, 0px, 0px);
}

.digtalphone {
    z-index: 10;
    max-height: 100vh;
    margin-bottom: 30vh;
    top: 21%;
    right: 0px;
    left: 0px;
    transform: scale(1) translate3d(0px, 0px, 0px);
    will-change: top, transform;
    position: absolute;
    margin: 0 auto;
}

.textfadein {
    position: fixed;
    top: 40vh;
    right: 5%;
    left: 5%;
    max-width: 25%;
    transform: translateY(-3.62445%) translate3d(0px, 0px, 0px);
    z-index: 900;
    text-align: right;
    background: transparent;
    will-change: transform, opacity;
    box-shadow: none;
    display: block;
}

.textfadein p {
    font-size: 48px;
    line-height: 58px;
    font-family: 'DroidArabicKufi-Bold' !important;
}

.greenfont {
    color: rgba(63, 122, 94);
}

.divbegining {
    top: 80vh;
}

.style_endLine__1VnHF,
.style_startLine__3NXpz {
    width: 100%;
    position: absolute;
    height: 1px;
}

img,
video {
    max-width: 100%;
    height: auto;
}

.w-full {
    width: 100%;
}

.lg\:py-8 {
    padding-top: 160px;
    padding-bottom: 160px;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle;
}

.background {
    z-index: 5;
    right: 0px;
    bottom: -130px;
    left: 0px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.absolute {
    position: absolute;
    width: 100%;
}

.backgroundsection {
    opacity: 1;
    position: sticky;
    margin-left: 5vw;
    display: flex;
    top: 33vh;
}

#degital {
    /*transition: 0.5s ease-in-out;*/
}

.degitalfixed {
    position: fixed;
    transition: 0.5s ease;
    top: 3% !important;
}

.degitabsolute {
    position: absolute;
    top: 21%;
}

.sidesection1 {
    z-index: 150;
    opacity: 0;
    position: absolute;
    margin-left: 25vw;
    display: none;
}

.sidesection2 {
    z-index: 150;
    opacity: 0;
    position: absolute;
    margin-right: 25vw;
    display: none;
}

.sticksidesection {
    z-index: 150;
    max-width: 400px;
    margin-right: 24.4722vw;
    margin-bottom: 70vh;
    width: 33%;
    margin-left: auto;
    will-change: opacity, margin-right;
    position: sticky;
    display: flex;
    top: 20vh;
    margin-right: auto;
}

.sticksidesection2 {
    z-index: 150;
    max-width: 400px;
    margin-right: auto;
    margin-bottom: 57vh;
    width: 33%;
    margin-left: 24.4722vw;
    will-change: opacity, margin-right;
    position: sticky;
    display: flex;
    top: 33vh;
    margin-right: auto;
}

.stop {
    position: sticky;
    top: -20px;
    transform: scale(0.7) translate(0px, -42px) !important;
}

.rounded-b-40,
.rounded-br-40 {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.rounded-bl-40 {
    border-bottom-right-radius: 40px;
}

.rounded-tl-40 {
    border-top-right-radius: 40px;
}

.backgroundcontent {
    z-index: 100;
    bottom: 0px;
    max-width: 1000px;
    will-change: opacity, transform;
    position: absolute;
    opacity: 0.0211359;
}

.fixedbackgroundcontent {
    z-index: 100;
    margin: 0 auto;
    top: 98.5%;
    bottom: 0px;
    max-width: 1000px;
    position: absolute;
    opacity: 1;
    right: 12%;
    bottom: 5vh;
    width: 100%;
    font-family: 'DroidArabicKufi-Bold';
    font-size: 26px;
    line-height: 42px;
    color: #fff;
}

.lg\:py-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.lg\:px-3 {
    padding-right: 24px !important;
    padding-left: 24px !important;
}

.text-primary {
    color: rgba(63, 122, 94) !important;
}

.services {
    background-color: rgba(240, 240, 240);
}

.serviceitem {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 100px;
}

.serviceitem h1 {
    color: #000;
}

.borderless {
    text-align: center;
    border-color: rgba(211, 211, 211);
    border-right: 1px solid rgba(211, 211, 211);
}

.countersection {
    background-color: rgba(51, 51, 51);
}

.viewfeature {
    color: rgba(255, 255, 255);
    background-color: rgba(63, 122, 94);
    margin-top: 20px;
    width: 65%;
    border: 1px solid transparent;
    font-family: 'DroidArabicKufi-Bold' !important;
}

.countitem {
    padding-top: 120px;
    padding-bottom: 120px;
}

.countitem h1 {
    color: #fff;
}

.countitem h3 {
    color: #fff;
    padding-top: 15px;
    font-size: 23px;
}

.sanadslider {
    height: auto !important;
    background-color: rgba(240, 240, 240);
}

.itemcontent {
    padding-top: 20%;
    text-align: right;
    padding-right: 90px;
    max-width: 75%;
}

.itemcontent a {
    font-family: 'DroidArabicKufi-Bold' !important;
}

.itemcontent h3 {
    font-size: 48px;
    line-height: 58px;
    padding-bottom: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 16px !important;
    height: 16px !important;
    margin: 5px 7px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: red;
}

.bodybanner {
    margin-top: 5%;
}

.bannerimage img {
    margin: 0 auto;
}

.bannertitle h3 {
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
}

.readmorebtn {
    margin-top: 40px;
    padding: 10px 10px;
    text-align: center;
}

.readmorebtn a {
    border: 2px solid rgba(63, 122, 94);
    font-family: 'DroidArabicKufi-Bold' !important;
    color: rgba(63, 122, 94);
}

.readmorebtn a:hover {
    background-color: rgba(63, 122, 94);
    color: #fff;
}

.footer {
    background-color: rgba(51, 51, 51);
    padding-top: 3%;
}

.footer h6 {
    color: #fff;
}

.footer a {
    color: #fff;
}

    .footer ul li {
        display: inline-block;
        padding: 10px 13px;
    }
.footer ul li {
    display: inline-block;
}

.Powered p {
    color: rgba(211, 211, 211);
}

.square {
    position: absolute;
}

.square-1 {
    width: 100px;
    height: 100px;
    background: red;
    top: 600px;
}

.square-2 {
    width: 120px;
    height: 120px;
    background: black;
    right: 800px;
    top: 800px;
}


/*---------------------------------Daqqouri CSS-----------------------------------*/

.mt-10{
    margin-top:4rem;
}
.ImgLogo{
    width:190px;
}
/*---------------------------------End of Daqqouri CSS-----------------------------------*/

.page-body-template{
    background-color:#ffffff;
}

.innerheader {
    background-size: cover;
    height: 357px;
    padding-right: 35px;
    text-align: right;
    background-Image: url(/EBV4.0/Root_Storage/EN/EB_Pages/MicrosoftTeams-image.png);
}

.breadcrumbpart a {
    font-size: 14px;
    color: white;
    font-family: 'Poppins-Light' !important;
}



.breadcrumbpart .breadcrumb {
    background-color: transparent;
    padding: 20px 0px;
}



.breadcrumbpart .breadcrumb-item.active {
    color: white;
    font-size: 14px;
}


.breadcrumbpart .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #fa7f39;
    content: "||";
}



.breadcrumbpart .breadcrumb-item {
    color: #fff !important;
}

.breadcrumb-item span{
    color:#ffffff;
}

.content-body{
    padding-top:30px;
}
/*select {
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none !important;
    background-image: url('/App_Themes/ThemeEn/Images/DropDownArrow.png') !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}
.ddlCategory {
  
    height: 32px;
    background-color: #fff;
    border: none;
    color: #aaa;
    margin-bottom: 2%;
    border: 1px solid #a1a1a1;
    width: 65%;
    margin-bottom: 20px;
}*/
.btn-search {
    font-size: .875rem;
    border: none !important;
    font-family: inherit !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    height: 32px !important;
    color: white !important;
    background-color: #3f7a5e !important;
    text-align: center !important;
    width: 65% !important;
    line-height: 1.5;
    border-radius: 0.2rem !important;
}
.btn-search-services {
    font-size: .875rem;
    border: none !important;
    font-family: inherit !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    height: 38px !important;
    color: white !important;
    background-color: #3f7a5e !important;
    text-align: center !important;
    width: 15% !important;
    line-height: 1.5;
    border-radius: 0.2rem !important;
}
    .btn-search:hover {
        background: #06414f !important;
        color: #fff;
        cursor: pointer;
    }
.btn-search-services:hover {
    background: #06414f !important;
    color: #fff;
    cursor: pointer;
}
.txt-search {
    margin-bottom: 20px;
    width: 65%;
    height: 32px;
    font-size: 15px;
    outline: 0;
    background: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #a1a1a1;
    border-radius: 0;
    padding: 0 15px;
    font-weight: 500;
    color: #959595;
}


.footersocialicon {
    padding-top: 30px;
}
.textin li {
    padding: 0px 20px;
}

.btn-search:hover {
    background: #3f8293 !important;
    color: #fff;
    cursor: pointer;
}
.panel-heading [data-toggle=collapse]:after {
    float: left !important;
}


.checkboxList label {
    float: right;
    clear: right;
    position: relative;
    top: -20px;
    right: 30px;
}

.checkboxList input {
    float: right;
    clear: right;
}


.image5 {
    left: 48%;
}


.mobile-section {
    background-image: url('/App_Themes/ThemeEn/Images/leftBackgroundAR.png');
    height: 100vh;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position-x:right;

}

.mobile-image {
    margin: auto;
    float: left;
    padding-left: 80px;
}

.mobile-section h4 {
    text-align: center;
    color: #36AD75;
    font-weight: bold;
}

.mobile-section h1 {
    text-align: center;
    padding-top: 10px;
    width: 86%;
    margin: auto;
    font-weight:bold;
}
.mobile-section span {
    padding-right: 10px;
    font-family: 'DroidArabicKufi-Bold';
    min-width: 122px;
    display: block;
}


/*These styles contain basic styles for fomatting along with our animation css*/

i.fa {
    color: #333;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/*clearfixes*/

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}




/*animation element*/

.animation-element {
    opacity: 0;
    position: relative;
}
    /*animation element sliding right*/

    .animation-element.slide-right {
        opacity: 0;
        -moz-transition: all 500ms linear;
        -webkit-transition: all 500ms linear;
        -o-transition: all 500ms linear;
        transition: all 500ms linear;
        -moz-transform: translate3d(-44px, 0px, 0px);
        -webkit-transform: translate3d(-44px, 0px, 0px);
        -o-transform: translate(-44px, 0px);
        -ms-transform: translate(-44px, 0px);
        transform: translate3d(-44px, 0px, 0px);
    }

        .animation-element.slide-right.in-view {
            opacity: 1;
            -moz-transform: translate3d(0px, 0px, 0px);
            -webkit-transform: translate3d(0px, 0px, 0px);
            -o-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            transform: translate3d(0px, 0px, 0px);
        }


    /*animation element sliding left*/

    .animation-element.slide-left {
        opacity: 0;
        -moz-transition: all 500ms linear;
        -webkit-transition: all 500ms linear;
        -o-transition: all 500ms linear;
        transition: all 500ms linear;
        -moz-transform: translate3d(30px, 0px, 0px);
        -webkit-transform: translate3d(30px, 0px, 0px);
        -o-transform: translate(30px, 0px);
        -ms-transform: translate(30px, 0px);
        transform: translate3d(30px, 0px, 0px);
    }

        .animation-element.slide-left.in-view {
            opacity: 1;
            -moz-transform: translate3d(0px, 0px, 0px);
            -webkit-transform: translate3d(0px, 0px, 0px);
            -o-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            transform: translate3d(0px, 0px, 0px);
        }

/*animation slide right styled for testimonials*/


/*.row {
    width: 100%;
}*/

#test-box{
    width:90%;
}

    #test-box img {
        display: initial;
        width:55px;
    }


.mobile-section-responsive h4 {
    text-align: center;
    color: #36AD75;
    font-weight: bold;
}

.mobile-section-responsive h1 {
    text-align: center;
    padding-top: 10px;
    width: 86%;
    margin: auto;
    font-weight: bold;
}

.mobile-section-responsive span {
    padding-right: 10px;
    font-family: 'DroidArabicKufi-Bold';
}

.mobile-section-responsive {
    padding-bottom: 30px;
    padding-top: 30px;
    background-image: url(/App_Themes/ThemeEn/Images/bg-responsive.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.dark-bg {
    background: #3E3E3E 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 12px;
    opacity: 0.91;
    padding: 10px;
}

.mobile-section-responsive {
    position: relative
}

.dark-bg span {
    color: #fff;
}

.dark-bg img{
    padding-right:10px;
}

.collapse .search {
    display: inline-block;
    position: relative;
    width: 0;
    transition: all 0.5s;
}

    .collapse .search.expand {
        width: 173px;
        padding-left: 4px;
    }

    .collapse .search button {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99;
        display: none;
    }

    .collapse .search input {
        padding: 0;
        height: 28px;
        border: none;
        transition: all 0.5s;
    }

    .collapse .search.expand input {
        padding: 6px 15px;
        border-radius: 7px;
    }

    .collapse .search.expand button {
        display: block;
    }


.CurrentPageClass {
    background-color: #3f7a5e;
    color: White !important;
    cursor: pointer;
}

    .CurrentPageClass:hover {
        background-color: #3f7a5e;
        color: White;
    }

.NumericClass:hover {
    cursor: pointer !important;
    color: #fff;
    background: #3f7a5e;
    cursor: pointer;
}

.CurrentPageClass, .NumericClass {
    margin-left: 7px;
    padding: 0;
    color: #333;
    border: 1px solid #777;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border-radius: 100% !important;
    transition: all 0.5s;
    display: inline-block;
    text-decoration: none
}


.flyMenu {
    position: fixed;
    left: 0px;
    top: 37%;
    z-index: 99999999999;
}

.socialiconlayer {
    background-color: #3f7a5e;
    margin-bottom: 5px;
    padding: 5px;
}

::selection {
    color: #fff;
    background-color: blue;
}

.container {
    max-width: 1480px !important;
}

.rotateImg{
    transform:rotate(180deg)
}

.ul-footersocialicon{
    text-align:left;
}

.userway-widget-container {
    z-index: 999999;
}

.panel-heading [data-toggle=collapse]:after {
    position: absolute;
    left: 30px;
}



.ib-eye-catcher__wrapper {
    transform: rotate(180deg) !important;
}

.ib-eye-catcher__content-container.right {
    left: 100px !important;
    right: auto !important;
}


.access-icon {
    left: 0px !important;
    right: auto !important;
}
.access-icon {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
}

textarea{
    text-align:right
}
.cke_editable{

}

.right-border {
    border-right: 3px solid #3f7a5e;
    padding-right: 5px;
}


.services-ul {
    padding-right: 20px;
    padding-top: 10px;
}

.services-ul li{
    list-style:disc;
}

.nav-tabs .nav-link.active {
    border-color: #3f7a5e #3f7a5e #fff;
    border-width: 2px;
}

.nav-tabs {
    border-bottom: 2px solid #3f7a5e;
    border-width: 2px;
}

    .nav-tabs .nav-link.active {
        color: #fff;
        background-color: #3f7a5e;
    }

    .nav-tabs .nav-link.active{
        border:none;
    }

    .nav-tabs .nav-link{
        padding:15px;
    }


.tab-pane span {
    color: #4a4a4a;
}

.nav-tabs .nav-item {
    margin-bottom: -2px;
}


.bg-l-grey2 {
    background-color: #f2f2f2;
}

.table-services thead th {
    border-bottom: 4px solid #3f7a5e;
}

.table-services span {
    color: #4a4a4a;
    font-size: 14px;
}


.service-card1 {
    background-image: url(/App_Themes/ThemeAr/Images/Image-1.png);
    height: 376px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 90%;
    margin: auto;
}
.service-card2 {
    background-image: url(/App_Themes/ThemeAr/Images/Image-2.png);
    height: 376px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 90%;
    margin: auto;
}
.service-card3 {
    background-image: url(/App_Themes/ThemeAr/Images/Image-3.png);
    height: 376px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 90%;
    margin: auto;
}

.service-shadow {
    background: transparent linear-gradient(154deg, #828282 0%, #39775A00 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    height: 376px;
}

.service-data {
    color: #fff;
    text-align: center;
    padding-top: 95px;
    padding-left: 20px;
    padding-right: 20px;
}

    .service-data p {
        color: #fff;
        font-size: 14px;
    }


.loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    z-index: 9999999;
    background-color: rgba(0,0,0,.9)
}

.loading-image {
    position: absolute;
    top: 40%;
    left: 46%;
    z-index: 9999999;
}

.LabelLoading {
    position: absolute;
    top: 55%;
    left: 45%;
    z-index: 9999999;
}

.SlowFadeOutLoader {
    visibility: hidden;
    opacity: 0;
    transition: visibility 2s, opacity 2.5s linear;
}



.service-btn {
    border: 1px solid #3f7a5e;
    padding: 3px 10px 3px 10px;
    font-size: 14px;
    color: #4a4a4a;
    border-radius: 5px;
}

    .service-btn:hover {
        background-color: #3f7a5e;
        color: #fff;
    }

.tab-pane span{
    font-size:14px
}






@media only screen and (min-width :1200px) {
    .welcome-p1 {
        color: #4a4a4a !important;
    }
    .welcome-p2 {
        font-size: 26px;
        line-height: 5.8rem;
    }

    .welcome-p3 {
        font-size: 26px;
        line-height: 2.8rem;
        color: #4a4a4a !important;
    }

    .margin-right-3 {
        margin-right: 3px;
    }
}