:root{
    --background-color:#fff;
    --text-color: #333;
    --text-color4:rgba(0,0,0,.44);
    --item-border:1px solid rgba(0, 0, 0, .125);
    --des-color:#6c757d !important;
    --filiter-bg:rgba(255,255,255,.5);
    .them_black{
        --background-color:#333;
        --text-color: #fff;
        --text-color4:#fff;
        --item-border:1px solid #fff;
        --des-color:#fff !important;
        --filiter-bg:rgba(0,0,0,.5);
    }
    
}
html, body {
    /* font-size: 14px; */
    font-size: 12px;
    font-weight: 400;
}
a{
    text-decoration: none;
    color: var(--text-color);
}
@media (min-width: 600px) {
    html, body {
        font-size: 13px;
    }
}

@media (min-width: 800px) {
    html, body {
        font-size: 14px;
    }
}

body {
    -webkit-font-smoothing: antialiased;
    -ms-font-feature-settings: "lnum"1;
    -o-font-feature-settings: "lnum"1;
    -webkit-font-feature-settings: "lnum"1;
    font-feature-settings: "lnum"1;
    background: var(--background-color);
    /* background-image: linear-gradient(127deg,#daeefe,#daeefe,#dcf1fe,#fff,#e8d9dc,#ccd3f2); */
    direction: ltr;
    font-family:"Source Sans Pro", "Segoe UI", "Helvetica Neue", "Arial";
    font-size: 15px;
    font-variant-numeric: lining-nums;
    letter-spacing: .3px;
    margin: 0;
    min-height: 100vh;
    color:var(--text-color) ;
}
*, ::after, ::before {
    box-sizing: border-box;
}

h1 {
    font-size: 2.5rem;
}
ul li{
    list-style: none;
}

/* ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #e6e6e6;
} */

.form-control:focus {
    border-color: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ced4da;
}


input:required {
    box-shadow: none;
}

.table thead th {
    border-bottom: none;
}


/* validator css */
input[type="text"].error,
input[type="password"].error {
    /* border: 1px solid #e5322d; */
    border-color: #e5322d !important;
    color: #e5322d !important;
}

input[type="text"].error:focus,
input[type="password"].error:focus {
    outline: none !important;
}

input{
    outline: none;
    border: transparent;
}
label.error {
    color: #e5322d !important;
}
.them_black_logo{
    display: none;
}
.them_black .them_black_logo{
    display: block;
    height: 38px;
    width: auto;
}
.with_logo{
    height: 38px;
    width: auto;
}
.them_black .with_logo{
    display: none;
}
.content{
    width: 98%;
    margin: 0 auto;
    max-width: 1140px;
}
.header_logo{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    margin-top: 25px;
}
.search-box {
    margin-top: 10px;
    display: flex;
}
.search-form {
    width: 100%;
}
.search-box input {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    height: 50px;
    padding-left: 20px;
    border-right: none;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-right-width: 0;
    text-indent: 15px;
}
.search-box button {
    border: 1px solid #ced4da;
    border-left: none;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    width: 60px;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
[type=submit], button {
    -webkit-appearance: button;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.d-block{
    display: block;
}
.small_box{
    margin-top: 15px;
}
small{
    font-size: 85%;
    font-weight: 400;
    margin:5px 0;
}
footer{
    background-color: #0c4060;
    color: #fff;
    padding: 50px 10px;
}
.df_s{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_logo img{
    height: 18px;
    width: auto;
}
.footer_list{
    display: flex;
    margin-bottom: 0;
}
.nav-link{
    color: #fff;
    text-decoration: none;
}
footer .nav-link{
    margin: 0 5px;
}
.df_start{
    justify-content: start;
}
.f_top{
    padding: 20px;
    border-bottom: 1px solid #fff;
}
.f_bottom{
    padding-top: 20px;
}
.footer_des{
    margin-right: 25px;
}
.nav-link:hover{
    color: #fff;
}
.bft{
    margin: 20px 0;
    font-size: 28px;
    font-weight: 700;
}
.containerl{
    width: 100%;
    max-width: 1250px;
    padding: 5px 10px;
    margin: 0 auto;
}