
.mt20{
    margin-top: 20px;
}
:root {
    --thm-font: "Karla", sans-serif;
    --heading-font: "Playfair Display", serif;
    --special-font: "Work Sans", sans-serif;
    --thm-base: #2495ee;
    --thm-base-rgb: 170, 160, 129;
    --thm-black: #252930;
    --thm-black-rgb: 37, 41, 48;
    --thm-gray: #737373;
    --thm-font2: 'Roboto', sans-serif;
    --thm-black2: #000000;
    --thm-primary2: #9d9482;
}
.pd50{
    padding: 50px 0;
}
.error {
    color: #f00;
}
/* page.css start */

.text-center {
    text-align: center!important;
}
.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.pagination li+li{
    margin-left: 10px;
}

.pagination li a,.pagination li span{
    color: #252930;
    font-size: 18px;
    font-weight: 700;
    border-style: solid;
    border-width: 1px;
    border-color: #e3e9ec;
    padding-left: 18.5px;
    padding-right: 18.5px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.pagination li a:hover,.pagination li span:hover,.pagination li.active span{
    color: #fff;
    background-color: #252930;
    border-color: #252930;
}

.pagination li.disabled span:hover{
    color: #252930;
    background-color: #fff;
    border-color: #e3e9ec;
}
/* page.css end */
.about_x2 .con_id p{
    margin-bottom: 0;
}
.about_x2 .con_id h4{
    color: #252930;
    font-size: 24px;
    font-weight: bold;
}
.dis-block{
    display: block;
}
@media (min-width: 600px) {
    .mbimg{
        display: none;
    }
    .mbdiv{
        display: none;
    }
    .mbtitle{
        display: none;
    }
    .mbxinsheng {
        display: none  !important;
    }
    .pc-container{
        max-width: 1250px;
    }
    .pchide{
        display: none;
    }
    .frlinks{
        /*padding-bottom: 78px;*/
    }
}
@media (min-width: 1430px) {
    .pc1430{
        max-width: 1430px;
    }
    .brand-bg{
        background: #78797b;
    }
}
