.about_iconWrap {
    text-align: center;
    display: flex;
    font-size: 14px;
}

.about_iconWrap i{
    color: #0f6cb2;
}

.about_title{
    width: 100%;
    padding: 3px 0px;
    background: #377DFF;
    color:#fff!important;
    font-size: 18px!important;
}

.about_iconWrap p{
    margin:10px 0px;
}

.about_iconWrap a:hover{
    color: inherit;
}


.our-mission {
    display: grid; !important;
    grid-template-columns: 1fr 1fr; /* 将容器分为两个相等宽度的列 */
    gap: 20px; /* 列之间的间距 */
}
img{
    max-width:100%;
}
.headerbox{
    margin-bottom: 20px;
    justify-content: center;
    background-repeat: no-repeat, no-repeat;
    background-position: center center;
    background-size: cover;
    height: 300px;
    background-image: url(../Images/AboutUs/company.png)
}
.headerbox div{
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    margin:80px 10px;
    font-size: 30px;
}
.headerbox div p{
    color: #fff;
    font-size: 16px;
}
.about-us-content> img{
    width: 200px;
}
.about-us-content{
    font-size: 15px;
    line-height: 1.9;
}
.about-us-content > div >div{
    margin-bottom: 30px;
}
.ab-block3 img:nth-child(2)
{
    margin-bottom: 12px;
}
.ab-block3 img:nth-child(3){
    padding-left: 0px;
    margin-bottom: 12px;
}
.ab-block3 img:nth-child(5){
    padding:0px;
}
.image-container {
    display: block;
}
.image-container-mobile{
    display: none;
}
@media(max-width:767px){
    .headerbox{
        display: none !important;
    }
    .ab-block3 img:nth-child(3){
        padding-left: 12px;
    }
    .ab-block3 img:nth-child(5){
        padding:12px;
    }
    .image-container-mobile{
        display: block;
    }
    .image-container {
        display: none;
    }
    .our-mission{
        display: block;
    }

}
.ab-block3 > p, .ab-block5 p,.reviews p,.abHistory > p{
    font-size: 25px;
    font-weight: 600;
    color: #fc7418;
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
}
.ab-block4 div div{
    background-color:#f5f5f5;
    padding: 20px 12px;
    height: 100%;
}
.ab-block4 div div .ic{
    font-size: 40px;
    color: #0088cc;
}
.ab-block4 div div p{
    background-color:#3993e8;
    color: #fff;
}
td{
    padding:8px 10px 8px 0px;
}
.timeline-container {
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}

.timeline {
    background-color: #0075b00a;
    display: flex;
    overflow-x: hidden;
    scroll-behavior: smooth;
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.3s 0s;
}

.timeline-item {
    min-width: 321px;
}
.owl {
    height: 100%;
    border:none;
    font-size: 60px;
    color: #FF5A00;
    background-color: #0075b00a !important;
}

.owl span{
    display: inline-block;
    width: 30px;
    height: 320px;
    line-height: 320px;
}
.status {
    padding: 0px 40px 0 10px;
    display: flex;
    justify-content: center;
    border-top: 1px solid #BABBBA;
    position: relative;
    transition: all 200ms ease-in;
}
.status p {
    font-weight: normal;
    padding-top: 20px;
    font-size: 14px;
}
.status:after {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #FF5A00;
    border-radius: 25px;
    position: absolute;
    top: -7px;
    left: 0;
    transition: all 200ms ease-in;
}
.timestamp {
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 40px 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: normal;
    font-size: 28px;
}
.timeline-image {
    height: 150px;
    display: flex;
}
.timeline-image span {
    font-size: 14px;
    align-self: flex-end;
    margin-bottom: 15px;
}

