﻿/*@font-face {
    font-family: 'MainFont';
    src: url('../../../fonts/Tajawal-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'MainFontBold';
    src: url('../../../fonts/Tajawal-Black.ttf') format('truetype');
}

.col-lg-1, .col-md-1, .col-sm-1, .col-xs-1,
.col-lg-2, .col-md-2, .col-sm-2, .col-xs-2,
.col-lg-3, .col-md-3, .col-sm-3, .col-xs-3,
.col-lg-4, .col-md-4, .col-sm-4, .col-xs-4,
.col-lg-5, .col-md-5, .col-sm-5, .col-xs-5,
.col-lg-6, .col-md-6, .col-sm-6, .col-xs-6,
.col-lg-7, .col-md-7, .col-sm-7, .col-xs-7,
.col-lg-8, .col-md-8, .col-sm-8, .col-xs-8,
.col-lg-9, .col-md-9, .col-sm-9, .col-xs-9,
.col-lg-10, .col-md-10, .col-sm-10, .col-xs-10,
.col-lg-11, .col-md-11, .col-sm-11, .col-xs-11,
.col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
    font-family: 'MainFont' !important;
}

h1, h2, h3, h4, h5, h6, a, ul, ol, ul li, ol li, input, p, div, label {
    font-family: 'MainFont' !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'MainFontBold' !important;
}

a, ul, ol, ul li, ol li, input, p, div {
    font-family: 'MainFont' !important;
}*/

.Req {
    border:1px red solid !important;
}

body {
    --primary-color: #1e1e1e;/*#63AB45*/
    --secondary-color: #c7ad8f;/*#F7921E*/
}

.btn-language {
    display: block;
    text-align: center;
}

.btn-language a  {
    color: #fff;
}
a.Login, a.Logout {
    width: 100%;
}
/*.theme-btn, a.theme-btn {
    width:100%;
}*/
.menu-btns {
    padding-top: 20px;
}

.home-bar-custom p {
    color:black;
}

.text-white .breadcrumb .breadcrumb-item a {
    color: #ffffff;
} 

section.mobile-app-area .mobile-app-content {
    max-width: 100%;
}

.main-header .logo {
    width:170px;
}


@media only screen and (min-width: 376px) {
    .main-menu .navbar-collapse li a {
        font-size: 14px;
    }
}
@media only screen and (min-width: 992px) {
    .main-header.header-one .main-menu .navbar-collapse .navigation > li > a {
        padding: 15px 11px;
    }
    .d-sm-none {
        display: block;
    }
    
}
.pad-10 {
    padding:10px;
}
.font-12 {
    font-size: 12px;
}
tr.tr_point_note {
    border:none;
}
table.table thead tr th {
    font-size: 13px;
}
table.table tbody tr td {
    font-size: 12px;
}

.search-filter-inner {
    border-radius: 0px;
}

sectoion.mobile-app-area div.mobile-app-content p {
    color:black;
}

/*/ /////////////////////////////////////////////// /*/
.float-img-with-text img {
    float: right;
    width: 40% !important;
    max-width: 40% !important;
    min-width: 40% !important;
    padding: 0 0 16px 16px;
}

.float-img-with-text p {
    text-align: justify;
}

section.contact-form-area div.comment-form i {
    color: #b38f21;
}

.color-gold {
    color: #dab02e;
}

.color-red {
    color: red;
}

.about-us-image .shape {
    z-index: 9999 !important;
}
.d-md-none {
    display: none;
}
@media only screen and (max-width: 767px) {
    .float-img-with-text img {
        float: none;
        padding: 10px 0 10px 0;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
}
.top-bar-container {
    background: #0e0e0e;
    margin-bottom: 5px;
    margin-top: -5px;
}
.top-bar {
    font-size: 14px;
    padding: 5px;
}
.top-bar-container a {
    color: #fff;
}
.top-bar-container i {
    font-size: 18px;
    color: #b38f21;
}
.top-bar .ul-user {
    display: flex;
}
.top-bar .ul-user li {
    display: inline-block;
    padding:0px 10px;
}
.top-bar .div-lang-logout {
    text-align:end;
}
.top-bar .div-lang-logout .a-lang {
   padding: 0px 10px;
   text-align: end;
}
.top-bar .div-lang-logout .a-logout {
    color: red;
    text-align: end;
}
.top-bar .div-lang-logout .a-login {
    text-align: end;
}
.main-header ul {
    display: flex;
}
.main-header ul li {
   display: inline-block;
   padding: 0px 5px;
}

.hidden-lg, hidden-md {
    display: none;
}


@media only screen and (max-width: 991px) {
    .hidden-sm, .hidden-xs {
        display: none;
    }

    .main-menu .mobile-logo {
        max-width: 150px;
        padding: 10px;
    }

    .btn-language {
        padding: 0px 25px;
    }

    .d-sm-none, .hidden-sm, .hidden-xs {
        display: none !important;
    }

    .d-md-none, .hidden-lg, hidden-md {
        display: inline-block;
    }

    .page-banner-area {
        min-height: 340px;
    }
}