/* 演示版样式，非项目必要 */
.themed-grid-col {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(86, 61, 124, .15);
    border: 1px solid rgba(86, 61, 124, .2);
}

.bd-example {
    position: relative;
    padding: 1rem;
    border: 2px solid #f8f9fa;
}

.highlight {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #f8f9fa;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* 按项目所需，重定义bootcss必要元素样式 */
/******
 ****** Global
 ******/
body {
    font-size: 12px;
    color: #656A72;
    font-family: "PingFang SC", "Microsoft Yahei", arial, helvetica, clean, sans-serif;
    color: #656A72;
}

p {
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 14px;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 34px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1F2329;
}

h1.blog-title a,
h2.blog-title a,
h3.blog-title a,
h4.blog-title a,
h5.blog-title a,
h6.blog-title a{
    color: #1F2329;
}


a {
    color: #646A73;
    cursor: pointer;
    outline: none;
}

a:hover,
a:focus {
    color: #1F2329;
    text-decoration: none;
    transition: all 0.5s;
}

small,
.small {
    font-weight: normal;
}

.small.x-small {
    font-size: 60%;
}

/* 按钮样式 */
/* .btn{
    border-radius: 0;
} */
/* 主按钮 */

.btn{
    font-size: 1.2rem;
    border-radius: 10rem;
}
.btn-primary {
    color: #fff;
    background-color: #040088;
    border-color: #040088;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    background-color: #040088;
    border-color: #040088;
}

.btn-primary:focus,
.btn-primary.focus {
    background-color: #040088;
    border-color: #040088;
    box-shadow: 0 0 0 0.2rem rgba(4, 0, 136, 0.1);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(4, 0, 136, 0.1);
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #040088;
    border-color: #040088;
}

.bd-example-border-utils [class^="border"] {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    margin: .25rem;
    background-color: #f5f5f5
}
.bg-primary{
    background-color: #040080 !important;
}



/* 次按钮 */
.btn-secondary{
    background-color: #469BF7;
    border-color: #469BF7;
}

.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle,
.btn-secondary:focus,
.btn-secondary.focus {
    background-color: #040080;
    border-color: #040080;
}

.btn-primary-small{
    color: #fff;
    background-color: #469BF7;
    border-color: #469BF7;
}

.text-primary{
    color: #040080 !important;
}
.text-primary-small{
    color: #468EEA !important;
}

@media (min-width: 1860px){
    .mt-xxl-auto, .my-xxl-auto {
        margin-top: auto !important;
    }
    .mb-xxl-auto, .my-xxl-auto {
        margin-bottom: auto !important;
    }
    .pt-xxl-5, .py-xxl-5 {
        padding-top: 3rem !important;
    }
    .pb-xxl-5, .py-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .pt-xxl-6, .py-xxl-6 {
        padding-top: 6rem !important;
    }
    .pb-xxl-6, .py-xxl-6 {
        padding-bottom: 6rem !important;
    }
}

.swiper-wrapper{
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .swiper-wrapper{
        margin-bottom: 100px;
    }
}
.section-history-container {
height: 500px;
}
.section-history-swiper-container {
    padding-left: 128px;
}
.section-history .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-size: 22px;
    color: #0B9AFB;
    width: 100%;
    width: 100%;
    border-right: 2px solid #0B9AFB;
    border-radius: 0;
    outline:none
}
.section-history .swiper-pagination-bullet {
    outline:none
}
.section-history .swiper-pagination-bullet.swiper-pagination-bullet-active:focus-visible {
    border: 2px solid #0b9bfb00;
}
.section-history .swiper-pagination-bullet {
    font-size: 22px;
    background: rgba(255, 255, 255, 0);
    color: #D0D1D1;
    width: 100%;
    border: none;
    margin-bottom: 80px !important;
    margin-top: 0 !important;
    padding-bottom: 30px;
    min-width: 110px;
}
.section-history .swiper-container-vertical>.swiper-pagination-bullets {
    right: auto;
    left: 0px;
    top: 250px;
}
.section-history .swiper-pagination {
    border-right: 2px solid #D0D1D1;
    margin-right: 8px;
}
.section-history .swiper-container {
    width: 100%;
    height: 100%;
}
.section-history .swiper-container2 .swiper-slide {
    font-size: 18px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 100px;
}


.history-swiper-pagination::after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    top: 7.5px;
    pointer-events: none;
    z-index: -99;
}
.history-swiper-pagination .page-item {
    text-align: center;
    padding-top: 25px;
    position: relative;
    width: 40px;
    display: inline-block;
    border-radius: 0;
    background: transparent;
    outline: none !important;
}

.history-swiper-pagination .page-item::before{
    content: "";
    pointer-events: none;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: 50%;
    margin-left: -7.5px;
    display: inline-block;
    border-radius: 100%;
    background: #666;
    opacity: 1;
}

.history-swiper-pagination .page-item.active::before{
    transform: scale(1.4);
    background: #468eea;
}

.rounded-xl{
    border-radius: 1.3rem !important;
}
.section-gradient{
    background-image: linear-gradient(180deg, #F1F2FF, #FFFFFF);
}
.swiper-button-next:after{
    font-size: 15px !important;
    color: #05008D;
}
.swiper-button-prev:after {
    font-size: 15px !important;
    color: #05008D;
}
.zpy-swiper-button-next.swiper-button-next:after{
    font-size: 15px !important;
    color: #fff;
}
.zpy-swiper-button-prev.swiper-button-prev:after {
    font-size: 15px !important;
    color: #fff;
}
.widget-title{
    color: #fff;
}

/* footer */
.footer-menu .menu-item {
    list-style: none;
    color: #fff;
    margin-top: 18px;
}
.footer-menu .menu{
    padding: 0;
    margin-top: 72px;
}
@media (max-width: 992px) {
    .footer-menu .menu{
        padding: 0;
        margin-top: 36px;
    }
}

.img-qrcode{
    max-height: 100px;
}


.section-6-bg{
    background-color: #eaeaea;
}
.text-secondary-small {
    color: #9d9d9d !important;
}
.swp2 .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background: #666;
    opacity: 1;
}
.swp2 .swiper-pagination-bullet-active{
    background: #468eea;
    opacity:1;
    transform: scale(1.4);
}
.swp2{
    display: flex;
}
.swp2::before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    top: 7px;
    background-color: #9d9d9d;
    z-index: -99;
}
.swiper-pagination-bullet-active + .mt-4{
    color: #468eea;
}
.history-swiper .swiper-slide p{
    font-size: 13px;
}
.section-5-bg h2{
    font-size: 50px;
}
@media (max-width: 992px) {
    .section-5-bg h2{
        font-size: 32px;
    }
}
@media (max-width: 992px) {
    .d-stction5-none:nth-last-child(2){
        display: none !important;
    }
    .d-stction5-none:nth-last-child(1){
        display: none !important;
    }
}
header ul{
    list-style-type: none;
    padding-left: 0;
}
header .menu-about-us-container{
    margin-top: 56px;
}
@media (min-width: 992px) {
    .d-hover-block:hover{
        transition: all .4s ease-out;
        transform: translateY(-50%);
    }
    .dropdown-toggle-zrl,
    .dropdown-menu-zrl{
        transition: all 1s;
    }
    .dropdown-menu-zrl{
        opacity:0;
    }
}
@media (max-width: 992px){
    header .menu-about-us-container{
        margin-top: 20px !important;
    }
}
header .menu-hro-solution-container{
    margin-top: 56px;
}
@media (max-width: 992px){
    header .menu-hro-solution-container{
        margin-top: 20px !important;
    }
}
header .menu-flexible-employment-container{
    margin-top: 56px;
}
@media (max-width: 992px){
    header .menu-flexible-employment-container{
        margin-top: 20px !important;
    }
}
header .menu-contact-us-container{
    margin-top: 56px;
}
@media (max-width: 992px){
    header .menu-contact-us-container{
        margin-top: 20px !important;
    }
}

.menu-fixed .logo {
    max-height: 22px;
}
.nav-show{
    background-color: #040088 !important;
}
nav .logo-dark{
    display: block;
}
nav .logo-light{
    display: none;
}
.nav-show .logo-dark{
    display: none !important;
}
.nav-show .logo-light{
    display: block !important;
}
.nav-show .line{
    background-color: #fff !important;
}
@media (max-width: 992px){
    header nav ul li a{
        font-size: 14px !important;
    }
}
header nav ul li a{
    color: #fff;
    font-size: 16px;
}
header nav ul li a:hover,
header nav ul li a:focus{
    color: rgba(255,255,255,0.8);
}
header nav ul li{
    margin-top: 16px;
    margin-bottom: 16px;
}
.swp1 .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    border:1px solid #707C8E;
    background-color: #fff;
    opacity: 1;
}
.swp1 .swiper-pagination-bullet-active{
    background-color: #4699F5;
    border:0;
    opacity: 1;
}

.feature-number{
    font-size: 50px;
    font-weight: normal;
}
@media (max-width: 992px){
    .feature-number{
        font-size: 40px;
    }
}
.customers-img{
    max-height: 42px;
}
.contact-box {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 1000;
}
.font-weight-normal {
    font-weight: normal !important;
}
.navbar-toggler[aria-expanded=true] .first-line {
    transform: rotate(45deg) translate3d(0.5rem, 0.5rem, 0);
}
.navbar-toggler[aria-expanded=true] .third-line {
    transform: rotate(-45deg) translate3d(0.5rem, -0.5rem, 0);
}
.date-month{
    min-width: 32px;
}

.navbar-dark .text-primary.tel,
.navbar-dark .text-primary.tel a{
    color: #fff !important;
}

#swiper-container1 .swiper-pagination {
    height: 500px;
    overflow-y: scroll;
    direction: rtl;
}

#masthead .navbar-brand {
    max-width: 70%;
}
footer h4{
    font-size: 20px;
}
.bg-light-purple{
    background-color:#E6E7FF ;
}
.rounded-el{
    border-radius: 0.8rem !important;
}
.text-purple{
    color: #030083;
}
.section-5-border{
    height: 100%;
    width: 100%;
    border: 1px solid #E0E5FF;
    border-radius: 13px;
    box-shadow: 0px 0px 24px #E0E5FF;
}
.section-5-border p{
    font-size: 12px;
}
.zpy-swiper-pagination::after{
    content: "";
    width: 100%;
    height: .5px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: 35px;
    pointer-events: none;
    z-index: -99;
}
.swiperSlidesSwp3{
    height: 210px;
}
.zpy-swiper-pagination .page-item::before {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 9px;
    height: 9px;
    left: 50%;
    margin-top: 20px;
    margin-left: -4.5px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}
.section-5-box{
    width: 696px;
    height: 75px;
    border-top: 1px solid #E0E5FF;
    border-left: 1px solid #E0E5FF;
    border-right: 1px solid #E0E5FF;
}
.badge-light {
    color: #656A72;
    background-color: #fff;
    border: 1px solid #E0E5FF;
    width: 86px;
    height: 28px;
}
.badge-info {
    color: #00DBDB;
    background-color: #f1fdff;
}
.bi-wh{
    width: 156px;
    height: 52px;
    border-radius: 8px;
}
.section-5-box-border{
    border: 1px solid #E0E5FF;
    border-radius: 12px;
}
.zpy-section6-img{
    max-height: 95px;
}
.bg-secondaey-lg{
    background-color: #F4F7F9;
}
.zpy-swp-2-box{
    width: 100px;
    height: 100px;
    box-shadow: 0px 0px 22px #E0E5FF;
}
.wby-swp-2-box{
    width: 140px;
}
.swiper-container .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.section-8-img{
    max-height: 314PX;
}
.download{
    color: #469BF7 !important;
}
.box-shadow-primary{
    box-shadow: 0px 0px 25px #E0E5FF;
}

.sby-section3-gradients::after{
    content: "";
    position: absolute;
    height: 4px;
    top: 0;
    margin-top: 40px;
    left: 0;
    width: 100%;
    border-radius: 2px;
    background-image: linear-gradient(90deg, #7D80FF, #0054AF);
}
.sby-section3-box-border{
    border: 1px solid #E0E5FF;
    border-radius: 14.27px;
}
.new-section-icon{
    max-width: 10px;
}
.sby-pagination::after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 40%;
    pointer-events: none;
    z-index: 99;
}
.new-section .font-size-14{
    font-size: 14px;
}
.sbt-section4-fwlc::before{
    content: "";
    pointer-events: none;
    position: absolute;
    width: 16px;
    height: 16px;
    top: -7px;
    left: 50%;
    margin-left: -7.5px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}
.lgy-section1-py{
    padding-top: 105px;
    padding-bottom: 105px;
}
.lgy-section3-sdtd::before{
    content: "";
    pointer-events: none;
    position: absolute;
    width: 7px;
    height: 7px;
    top: 5px;
    left: 0%;
    display: inline-block;
    border-radius: 100%;
    background: #469BF7;
    opacity: 1;
}
.lgy-section3-sdtd2::before{
    content: "";
    pointer-events: none;
    position: absolute;
    width: 7px;
    height: 7px;
    top: 5px;
    left: 5%;
    display: inline-block;
    border-radius: 100%;
    background: #469BF7;
    opacity: 1;
}
.lgy-section4-p{
    font-size: 12px;
    color: #656A72;
}
.lgy-section5-img{
    max-width: 110px;
}

.lgy-section5-gradients{
    height: 3px;
    width: 70px;
    background-image: linear-gradient(90deg, #7D80FF, #0054AF);
}
.lgy-section7-border{
    border-right: 1px solid #E9ECEE;
}
.xcy-section5-img{
    max-height: 410px;
}
.xcy-section5-box{
    top: 65px;
}
.xcy-section5-minbox{
    box-shadow: 0px 0px 25px #e0e5ff;
    border-radius: 18px;
}
.new-section .font-size-14{
    font-size: 14px;
}
.bg-white-transparent{
    background-color: rgba(255, 255, 255, 0.7);
}
.wby-border-bottom{
    border-bottom: 1px solid #656A72;
}
.wby-section6-logo{
    max-height: 55px;
}
.tab-content {
    display: block;
}
.active .fly-active-bg{
    background-color: #040080;
    color: #fff !important;
}
.fly-active-bg{
    background-color: #fff;
}
.active .wby-active-bg{
    background-color: #F2F3FF;
    color: #208FF0 !important;
    font-weight: 500 !important;
}
.wby-active-bg{
    background-color: rgba(242, 243, 255, 0.4);
    color: #646A74 !important;
}
.text-secondary{
    color: #656A72 !important;
}
.active .text-blue-active{
    color: #468eea;
}
.swiperSlidesSwp1 .homepage-siper-mt{
    margin-top: -125px;
}
.swiperSlidesSwpnew .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    border:1px solid #707C8E;
    background-color: #fff;
    opacity: 1;
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.swiperSlidesSwpnew .swiper-pagination-bullet-active{
    background-color: #4699F5;
    border:0;
    opacity: 1;
}
footer ul{
    padding-left: 0;
    list-style: none;
}
footer ul li{
    padding-top: 10px;
    padding-bottom: 10px;
}
footer ul li a{
    color: #929292 !important;
}
footer .border-bottom {
    border-bottom: 1px solid #929292 !important;
}
footer .collapsed .openshow{
    display: none;
}
footer .collapsed .opennone{
    display: inline !important;
}
.homepage-section6-border{
    height: 45px;
    width: 2px;
    background-color: #F4F4F4;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    border:1px solid #707C8E;
    background-color: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-color: #4699F5;
    border:0;
    opacity: 1;
}
.zpy-section2-gradient{
    background-image: linear-gradient(90deg, #7C80FF, #0056B4);
    border-radius: 50%;
    height: 274px;
    width: 274px;
}
@media (min-width: 1200px){
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 480px;
    }
}
@media (min-width: 992px){
    .container, .container-sm, .container-md, .container-lg {
        max-width: 480px;
    }
}
@media (min-width: 768px){
    .container, .container-sm, .container-md {
        max-width: 480px;
    }
}
@media (min-width: 576px){
    .container, .container-sm {
        max-width: 480px;
    }
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype'),
        url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.font-mont-medium{
    font-family:Montserrat;
    color: #646a73;
}
.zpy-section8-border{
    border-right: 2px solid #ebeaeb;
}
.swiperSlidesSwp3 .swiper-button-disabled{
    background-color: rgba(255, 255, 255, 0.6) !important;
}
.swiperSlidesSwp3 .zpy-swiper-button-prev{
    height: 24px;
    width: 24px;
    margin-top: 65px;
    margin-left: 120px;
    background-color: rgba(255, 255, 255, 0.2);
}
.swiperSlidesSwp3 .zpy-swiper-button-next{
    height: 24px;
    width: 24px;
    margin-top: 65px;
    margin-right: 120px;
    background-color: rgba(255, 255, 255, 0.2);
}
.swiperSlidesSwpsby2 .swiper-button-next{
    width: 15px;
    margin-top: -90px;
}
.swiperSlidesSwpsby2 .swiper-button-prev {
    width: 15px;
    margin-top: -90px;
}
.swiperSlidessbySwp{
    height: 210px;
}
.swiperSlidessbySwp .swiper-button-disabled{
    background-color: rgba(255, 255, 255, 0.6) !important;
}
.swiperSlidessbySwp .zpy-swiper-button-prev{
    height: 24px;
    width: 24px;
    margin-top: 54px;
    margin-left: 120px;
    background-color: rgba(255, 255, 255, 0.2);
}
.swiperSlidessbySwp .zpy-swiper-button-next{
    height: 24px;
    width: 24px;
    margin-top: 54px;
    margin-right: 120px;
    background-color: rgba(255, 255, 255, 0.2);
}
.xcy-section3-border::before{
    content: "";
    position: absolute;
    height: 4px;
    top: 18px;
    left: 0px;
    width: 100%;
    border-radius: 2px;
    background-color: #2B84E5;
}
.swiperSlidesSwpsby1 .swiper-button-next{
    width: 15px;
    margin-top: -48px;
}
.swiperSlidesSwpsby1 .swiper-button-prev {
    width: 15px;
    margin-top: -48px;
}
.swiperSlidesSwpnew .swiper-button-next {
    width: 15px;
    margin-top: -48px;
}
.swiperSlidesSwpnew .swiper-button-prev {
    width: 15px;
    margin-top: -48px;
}
.swiperSlidesSwpzpy1 .swiper-button-next {
    width: 15px;
    margin-top: -48px;
}
.swiperSlidesSwpzpy1 .swiper-button-prev {
    width: 15px;
    margin-top: -48px;
}
.wby-khpj-box{
    border: 1px solid #F2F3FF;
    box-shadow: 0px 0px 24px #E0E5FF;
    border-radius: 13px;
}

.swiper-active-title{
    color: #D0D1D1;
    font-weight: normal;
}
.swiper-slide-active .swiper-active-title{
    color: #0B9AFB;
    border-right: 2px solid #0B9AFB;
}
.milestone:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1.6px;
    background: #ebebeb;
    right: 15px;
    top: 0;
}
.aboutus-section-title{
    bottom: 18px;
}
.aboutus-blue-circular::after{
    content: "";
    width: 16px;
    height: 16px;
    background-color: #0B9AFB;
    border-radius: 50%;
    position: absolute;
    pointer-events: none;
    left:-6px;
    z-index: 1;
}
.z-index-2{
    z-index: 2;
}
.text-primary-lg{
    color: #1C92F3;
}
.section-new2-logo{
    height: 43px;
    width: 43px;
    border-radius: 50%;
    background-image: radial-gradient(#57BDF8, #3D8AF6);
    box-shadow: 0 10px 7px #9CB8FF;
    color: #fff;
}
.section-new2-border{
    border-radius: 50%;
    border:1px solid #F1F2FD;
    height: 50px;
    width: 50px;
    margin: auto;
}
.bg-ping{
    background-color: rgba(242, 243, 255, .5);
}
.bg-secondaey-big{
    background-color: #F4F4F4;
}
.download{
    color: #469BF7 !important;
}
.text-white{
    color: #fff;
}
.max-width-200{
    max-width: 200px;
}
.btn-info{
    background-color: #469BF7;
}
.form_input input{
    background-color: white !important;
    border:1px solid #dee2e6 !important;
}
.form_input textarea{
    background-color: white !important;
    border:1px solid #dee2e6 !important;
}
.caldera-grid .btn-info {
    color: #fff;
    background-color: #469BF7 !important;
    border-color: #469BF7 !important;
}
.caldera-grid .alert-success {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #C5C5C5 !important;
    padding-right: 1.5rem !important;
    padding-left: 0.5rem !important;
}
.ldcpjz-px{
    padding-right: 9.5px !important;
    padding-left: 9.5px !important;
}
.homepage-news-title::before{
    content: "“";
    position: absolute;
    color: #646a73;
    margin-left: -25px;
}
.homepage-news-title2::before{
    content: "”";
    position: absolute;
    margin-left: -25px;
    font-size: 22px;
    font-weight: 500;
    right: 13%;
    color: #646a73;
}
.pl-18{
    padding-left: 18px;
}
.history-swiper-swiper{
    height: 500px;
    padding-top: 20px;
}
.history-swiper{
    max-height: 500px;
}
.khal-box{
    height: 162px;
    width: 405px;
}
.gyzrl-img{
    object-fit:cover;
}
.time-color{
    color: #646a73;
}
.pb-10{
    padding-bottom: 10px;
}
.pb-40{
    padding-bottom: 40px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-80{
    padding-bottom: 80px;
}
.pb-60{
    padding-bottom: 60px;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-100{
    padding-bottom: 100px;
}
.pt-60{
    padding-top: 60px;
}
.pt-30{
    padding-top: 30px;
}
.pt-40{
    padding-top: 40px;
}
.pt-145{
    padding-top: 145px;
}
.mb-60{
    margin-bottom: 60px;
}
.mb-35{
    margin-bottom: 35px;
}
.pt-90{
    padding-top: 90px;
}
.pt-80{
    padding-top: 80px;
}
.max-w-270{
    max-width: 270px;
}
.max-h-52{
    max-height: 52px;
}
.pt-10{
    padding-top: 10px;
}
.fz-12{
    font-size: 12px;
    font-weight: 300;
}
.fz-34{
    font-size: 34px;
}
.fz-24{
    font-size: 26px;
}
.fz-26{
    font-size: 26px;
}
.pt-100{
    padding-top: 100px;
}
.pb-100{
    padding-bottom: 100px;
}
.mb-50{
    margin-bottom: 50px !important;
}
.fz-16{
    font-size: 16px;
}
.mb-100{
    margin-bottom: 100px;
}
.about-us-banner-img{
    height: 305px;
}
.navbar .navbar-toggler .line{
    width: 28px;
}
.h-360{
    height: 360px;
}
.pl-32{
    padding-left: 32px;
}
.nav-show .navbar-toggler .second-line {
    margin: .5rem 0 !important;
}
.navbar-toggler .second-line {
    margin: 6px 0 !important;
}
.kehu-icon img{
    height: 20px;
    width: 60px;
}
.kehu-icon{
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
}
.py-6px{
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px;
    padding-right: 25px;
}

.zrlwh-bg1{
    background: url(../images/zrlwh-bg1.png) no-repeat;
    background-size: cover;
    background-position: center center;
}
.zrlwh-bg2{
    background: url(../images/zrlwh-bg2.png) no-repeat;
    background-size: cover;
    background-position: center center;
}
.zrlwh-bg3{
    background: url(../images/zrlwh-bg3.png) no-repeat;
    background-size: cover;
    background-position: center center;
}
.zrlwh-bg4{
    background: url(../images/zrlwh-bg4.png) no-repeat;
    background-size: cover;
    background-position: center right;
}
