@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;
}

::-moz-selection {
    background: #e33232;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #e33232;
    color: #fff;
    text-shadow: none
}

body {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    background: #fff;
    font-family: 'Droid Arabic Kufi', serif;
}

body p {
    line-height: 24px;
    font-size: 14px;
    color: #000;
    font-family: 'Droid Arabic Kufi', serif;
    margin-bottom: 14px;
}

.font-lato {
    font-family: 'Lato', sans-serif !important;
}

.font-sance {
    font-family: 'Open Sans', sans-serif;
}

.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: 'Droid Arabic Kufi', serif;
}

.relative {
    position: relative
}

.of-hidden {
    overflow: hidden
}

.bg-none {
    background-color: transparent
}

.bg-black {
    background-color: #303030;
}

.bg-l-grey {
    background-color: #f9f9f9;
}

.bg-olive {
    background: #bc9962 !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;
}

.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: 'Droid Arabic Kufi', serif;
    padding: 10px 25px;
    border: 1px solid #6d0b00;
}

.btn-sm {
    padding: 8px 40px;
}

.btn-brown {
    background: #6d0b00;
    color: #fff;
    
}

.btn-brown-outline {
    background: transparent;
    color: #6d0b00;
}

.btn-brown:hover {
    background: #420501;
    color: #fff;

}

.btn-brown-outline:hover {
    background: #6d0b00;
    color: #fff;
}

footer,
section {
    width: 100%;
    float: left;
    position: relative
}

label {
    color: #000;
    
    
    line-height: 20px;
    padding-left: 10px;
    padding-right: 5px;
    
    font-size: 14px;
}

.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;
    left: -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: 2px;
    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-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: transparent;
    position: relative;
}

.mobile-logo {
    position: absolute;
    z-index: 99999;
    top: 8px;
    left: 10px;
    width: 150px;
    height: auto;
}

.mobile-logo img {
    width: 100%;
}

/* ================================
topbar
================================ */
.top-bar .border-left {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

/*.top-bar li {
    float: left;
}*/
.top-bar button[type="button"],
.top-bar a {
    line-height: 28px;
    height: 28px;
    transition: all 0.5s;
    padding: 7px 10px;
    display: inline-flex;
}

.top-bar button[type="button"] img,
.top-bar a img {
    display: block;
}

.top-bar a {
    padding: 0 20px;
}

.top-bar button[type="button"]:hover,
.top-bar a:hover {
    background: #bc9962;
}

.top-bar .search {
    display: inline-block;
    position: relative;
    width: 0;
    transition: all 0.5s;
}

.top-bar .search.expand {
    width: 250px;
}

.top-bar .search button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    display: none;
}

.top-bar .search input {
    padding: 0;
    height: 28px;
    border: none;
    transition: all 0.5s;
}

.top-bar .search.expand input {
    padding: 6px 15px;
    border: 1px solid #ccc;
}

.top-bar .search.expand button {
    display: block;
}

.mobile-menu {
    position: relative;
}
.mobile-search {
    display: flex;
    position: absolute;
    top: 50%;
    z-index: 99999;
    right: 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;
    right: 40px;
    z-index: 999;
}

.mobile-search .search.expand {
    width: 200px;
}

.mobile-search .search button {
    position: absolute;
    top: 0;
    right: 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: #fff;
}

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;
}

.navigation ul.navbar-nav li.nav-item a.nav-link:hover,
.navigation ul.navbar-nav li.nav-item.active a.nav-link {
    color: #6d0b00;
    font-weight: 400;
}

.top-bar {
    background: #231f20;
}

/* ================================
main nav
================================ */
section.main-nav {
    background: #6d0b00;
}

section.main-nav ul.navbar-nav li.nav-item a.nav-link {
    font-size: 17px;
    line-height: 50px;
    padding: 0 27px !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 #6d0b00;
    box-shadow: 0px 5px 5px 0px rgba(214, 214, 214, 0.004);
    border-radius: 0;
    padding: 0 10px;
    margin: 0;
    border-top: none;
    left: 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-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: '';
    bottom: 0;
    left: 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: #420501;
}

section.main-nav ul li a:hover {
    color: #bc9962;
}

.dropdown-toggle::after {
    display: none;
}

.input-group-append button.dropdown-toggle::after {
    display: block;
}

/* ================================
banner
================================ */
.banner {
    position: relative;
}

.bannerContent {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.bannerContent h1 {
    font-size: 35px;
    line-height: 1.3;
}

.bannerContent h6 {
    font-size: 16px;
    line-height: 24px;
    color: #070707;
    max-width: 500px;
    margin-left: auto;
}

.banner-menus {
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    bottom: 0;
    padding: 20px 0;
    box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #5a0900;
}

.banner-menus ul li {
    display: inline-block;
}

.banner-menus ul li .media .media-body h5 {
    font-size: 17px;
    color: #070707;
}

.banner-menus ul li .media:hover .media-body h5 {
    color: #420501;
}

span.divider {
    height: 47px;
    width: 1px;
    display: block;
}

.banner-menus ul li span.divider {
    background: #bab8b7;
}

/* ================================
news slider
================================ */
.news-ticker {
    background: #323a45;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.40);
    padding: 6px 0;
}

.news-title {
    font-size: 17px;
    color: #fff;

}

.news-ticker span.divider {
    background: #a7abaf;
}

/* ================================
about us
================================ */
.about-us {
    padding: 60px 0 95px;
}

.section-title {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-title h2 {
    font-size: 35px;
    font-weight: 500;
    color: #906d3c;
    line-height: 1.3;
}

.section-title span.bottom-line {
    width: 100%;
    height: 5px;
    background: #ebebeb;
    display: block;
}

/* ================================
announcement-block 
================================ */
.about-us .announcement-block {
    border: 5px solid #ebebeb;
    padding: 30px 35px;
}

.announcement-block hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #bc9962;
}


/* ================================
letest news
================================ */
.letest-news {
    background: #f5f5f5;
    padding: 40px 0 60px;
}

.letest-news .card {
    border: 1px solid #a1a1a1;
    border-radius: 0;
    padding: 10px 10px 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    max-width: 279px;
    margin: auto;
}

.letest-news .card-body {
    padding: 5px 13px;
}

.letest-news .card:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    transform: translateY(-5px);
}

.letest-news .card .date {
    font-size: 15px;
}

.letest-news .card .card-title {
    font-size: 14px;
}

.letest-news .btn-brown,
.about-us .btn-brown,
.bannerContent .btn-brown-outline {
    width: 135px;
    height: 42px;
    line-height: 40px;
    padding: 0 25px;
}

/* ================================
decision and figures
================================ */
.decision-figure {
    padding: 60px 0;
    background: url(../images/decision-bg.png) left bottom no-repeat;
    background-size: cover;
    border-bottom: 1px solid #e1e1e1;
}

.decision-figure .stories .slick-prev {
    left: auto;
    right: 30px;
    top: -40px;
    width: 25px;
}

.decision-figure .stories .slick-next {
    top: -40px;
    right: 0;
    width: 25px;
}

.decision-figure a span {
    font-size: 17px;
}

.custom-arrow span {
    display: inline-block;
    width: 20px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
}

/* ================================
slider
================================ */
.benifits {
    padding: 60px 0 30px;
}

.benifits .slick-prev {
    left: -40px;
}

.benifits .slick-next {
    right: -40px;
}

.social-strip {
    background: #6d0b00;
}

.social-strip ul {
    flex-direction: row;
}

.social-strip ul li.nav-item a.nav-link {
    color: #fff;
    font-size: 13px;
}

.benifits .card-title {
    font-size: 17px;
}

/* ================================
footer
================================ */
.footer {
    background: #f6f6f6;
    padding: 35px 0;
}

.footer h5 {
    font-size: 13px;
    color: #101010;
    position: relative;
    padding-right: 20px;
}

.footer .more a {
    font-size: 13px;
}

span.square-bullet {
    width: 6px;
    height: 6px;
    background: #bc9962;
    display: block;
    position: absolute;
    right: 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;
    left: 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;
}

/* ================================
copyright
================================ */
.copyright {
    background: #363636;
    padding: 15px 0;
}

.copyright p,
.copyright a {
    font-size: 13px;
    color: #fff;
}

.main-nav .navbar-collapse .navbar-nav {
    background: transparent;
}

/* ================================
info page - inner page title
================================ */
.page-title-template {
    padding: 45px 0 0;
}

.inner-title {
    position: relative;
}

.inner-title h2 {
    font-size: 35px;
    font-weight: 400;
    color: #181818;
    padding-right: 25px;
    line-height: 1.3;
}

.inner-title span.title-bullet {
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    transform: translateY(-50%) rotate(180deg);
}


.inner-title span.etitle-bullet {
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
    transform: translateY(-50%) rotate(0deg);
}


.breadcrumb {
    background-color: transparent;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: url(../images/breadcrumb-arrow.png);
}

.breadcrumb .breadcrumb-item a {
    font-size: 14px;
    color: #231f20;
}

.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 60px;
}

.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-left: none;
    border-right: 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-right: 15px;*/
    color: #420501;
}

#rateBox {
    display: inline-block;
}

.pagination .page-item .page-link {
    margin-left: 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-right: 0;
    width: 100%;
}

.input-group-append {
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    text-align: left;
}
.input-group-append .dropdown-menu.show {
    display: block;
    width: 100%;
}
.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    margin-right: auto;
}
.input-group-append:before {
    position: absolute;
    top: 2px;
    left: 25px;
    width: 1px;
    height: calc(100% - 4px);
    content: '';
    background: #a1a1a1;
}

.input-group-append {
    margin-right: 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: 0;
    width: 100%;
    z-index: 9999999;
    transition: all 0.5s;
}

.page-body-template .content-body.card-news .card-title {
    font-size: 14px;
}

.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;
}

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;
}

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;
}

.innersearchshaddow {
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    padding: 17px 10px;
    margin-top: 28px;
    padding-bottom: 37px;
    box-shadow: 2px 3px 5px rgba(0, 0, 0,0.2);
}

.form-text {
    margin-top: 0.25rem;
    font-size: .875em;
    color: #6c757d;
    padding-right:10px;
        text-align: right;

}


.readmore{
padding:5px 25px ;
text-align: right;
width:150px ;
height:39px ;
color:white;
background-color:#6d0b00;
border-radius:5px ;
margin-left: 1rem!important;
}

.readmore a{
color:white;
text-decoration: none;
  }


.readmore a:hover{
   color:white  !important ;
      }

.SecondaryTxtColor {
    color: #B8AEA4;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 15px;
    behavior: url("border-radius.htc");
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
}


.GridPager a,
.GridPager span {
    display: inline-block;
    padding: 0px;
    color: #777;
    width: 30px;
    height: 30px;
    border-radius: 100% !important;
    border: solid 1px #777;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    line-height: 27px;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
    transition: all 0.5s;
    margin-left: 3px;
    margin-top: 20px;
}

.GridPager a {
    background-color: #ffffff;
    color: #94342a;
    border: 1px solid #969696;
}

.GridPager span {
    background: #94342a;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}


.btn-grd-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: #94342a !important;
    text-align: center !important;
    width: 50% !important;
    line-height: 1.5;
    border-radius: 0.2rem !important;
   margin-top:20px;
}

@media only screen and (min-device-width: 480px) {


    .GridPager a,
    .GridPager span {
        display: inline-block;
        padding: 0px;
        color: #777;
        width: 35px;
        height: 35px;
        border-radius: 100% !important;
        border: solid 1px #777;
        background: #e9e9e9;
        box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
        font-size: .875em;
        font-weight: bold;
        text-decoration: none;
        line-height: 32px;
        text-align: center;
        text-shadow: 0px 1px 0px rgba(255,255,255, 1);
        transition: all 0.5s;
        margin-left: 7px;
        margin-top: 20px;
    }

    .GridPager a {
        background-color: #ffffff;
        color: #94342a;
        border: 1px solid #969696;
    }

    .GridPager span {
        background: #906d3c;
        box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
        color: #f0f0f0;
        text-shadow: 0px 0px 3px rgba(0,0,0, .5);
    }

    .link1 {
        color: #1D1D1D;
        text-decoration: none;
        font-size: 15px;
    }

  

    }
    
   .text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important;
}

.text-left {
    text-align: left!important;
}

.text-right {
    text-align: right!important;
}




.blink 
{
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
  color: red;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}


.wblink 
{
  animation: blink-animation 1s steps(100, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
  color: White;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}


.brownbtn {
    font-size: 14px;
    border-radius: 5px;
    border: 0;
    transition: all 0.5s;
    font-family: 'Droid Arabic Kufi', serif;
    padding: 10px 11px;
    border: 1px solid #906d3c;
    
}

.fulwidth
{
  min-width: -webkit-fill-available;
  margin-top : 10px;
}

* .d-lg-block{border: 0;}
* table {border-collapse: separate;}


    .btnredClass
        {
            padding: 2px 20px;
            text-decoration: none;
            border: solid 1px black;
            background-color: #6d0b00;
            height: 40px;
            color: White;
        }
        .btnredClass:hover
        {
            border: solid 1px #6d0b00;
            background-color: #ffffff;
            color: black;
            height: 40px;
        }
        
        
        .btngreenClass
        {
            padding: 2px 20px;
            text-decoration: none;
            border: solid 1px black;
            background-color: #75ca57;
            height: 40px;
            color: White;
        }
        .btngreenClass:hover
        {
            border: solid 1px #75ca57;
            background-color: #ffffff;
            color: black;
            height: 40px;
        }
        
              .styled-table
        {
            border-collapse: collapse;
            margin: 25px 0;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
            
        }
        .styled-table thead tr
        {
            background-color: #009879;
            color: #ffffff;
            text-align: left;
        }
        
        .styled-table th, .styled-table td
        {
            padding: 12px 15px;
            
            
        }
        
        
        .styled-table tbody tr
        {
            border-bottom: 1px solid #dddddd;
            
        }
        
        .styled-table tbody tr:nth-of-type(even)
        {
            background-color: #f3f3f3;
        }
        
        .styled-table tbody tr:last-of-type
        {
            border-bottom: 2px solid #906d3c;
        }
        .styled-table tbody tr.active-row
        {
            font-weight: bold;
            color: #009879;
        }
  .circle
        {
            width: 25px;
            line-height: 25px;
            border-radius: 50%;
            text-align: center;
            font-size: 15px;
            border: 1px solid #906d3c;
        }
        
        .invalid-control {
    border: 2px solid red;
}


  .redtable-mcurved {
    border-collapse:separate;
    border: solid #bd362f 2px;
    border-radius: 5px;
    height:40px;
    background-color: #bd362f;
}

.greentable-mcurved {
    border-collapse:separate;
    border: solid #51a351 2px;
    border-radius: 5px;
    background-color: #51a351;
}


.errtxt
{
    font-family: 'Droid Arabic Kufi', serif;

    font-size: 14px;
    color: #bd362f;
    text-decoration: none;
    font-weight: bold;
}

.oktxt
{
    font-family: 'Droid Arabic Kufi', serif;

    font-size: 14px;
    color: #51a351;
    text-decoration: none;
    font-weight: bold;
}