.t_1l {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}


.t_12,
a h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.t_13,
p.desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.t_14 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.catename {
    text-transform: capitalize !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    color: #03a9f4 !important;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.section {
    padding: 24px 0;
}


footer {
    padding: 24px 10px;
    position: relative;
  background: #111111;
}

footer .pt p,
footer .pb {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

footer .pb {
    padding-bottom: 20px;
  display: flex;
    justify-content: center;
}

footer .pb a {
    color: #fff;
    padding: 0 20px 0;
    text-decoration: underline;
}

@media (max-width:550px) {

    footer .pt p,
    footer .pb {
        font-size: 14px;
        line-height: 18px;
    }

    footer .pb {
        padding-bottom: 10px;
    }

    footer .pb a {
        padding: 0 14px 0;
    }
}


h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span {
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 0;
}

a h2:hover {
    text-decoration: underline;
}

.dt-content h1,
.dt-content h2,
.dt-content h3,
.dt-content h4,
.dt-content h1 span,
.dt-content h2 span,
.dt-content h3 span,
.dt-content h4 span {
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-indent: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    color: #333 !important;
    font-family: 'Poppins', sans-serif !important;
}

.dt-content .dt-title {
    font-size: 20px !important;
    line-height: 1.5 !important;
    color: #333 !important;
    margin-bottom: 15px !important;
    font-style: normal;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif !important;
}


.dt-content p,
.dt-content span,
.dt-content ul li,
.dt-content ol li {
    color: #333 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-indent: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-style: normal !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    text-align: left !important;
    margin-left: 0 !important;
}

.dt-content ul,
.dt-content ol {
    margin-bottom: 15px;
    margin-left: 0px !important;
    padding-left: 30px !important;
    font-family: 'Poppins', sans-serif !important;
}

.dt-content ul,
.dt-content ul li {
    list-style: disc;
}

.dt-content ol,
.dt-content ol li {
    list-style: decimal;
}

.dt-content img {
    display: block;
    cursor: auto;
    width: 100% !important;
    max-width: 400px !important;
    height: auto !important;
    margin: auto;
    margin-bottom: 15px;
}

.dt-content strong,
.dt-content strong span {
    font-weight: 600 !important;
}

header {
    position: relative;
    padding: 0px 0px;
    box-shadow: 1px 0 10px rgb(0 0 0 / 10%);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
    max-width: 1140px;
    margin: auto;
}


.nav-links {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.nav-links li a {
    color: #333;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 10px;
    display: block;
}

.nav-links li a:hover {
    text-decoration: underline;
    color: #03a9f4;
}

.nav-links li a img {
    width: 24px;
}

.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 15px;
}

.line1,
.line2,
.line3 {
    width: 22px;
    height: 2px;
    background-color: #333;
    margin: 2px;
}

.logo a {
    font-size: 30px;
    line-height: 34px;
    color: #333;
    padding: 10px 10px;
    display: block;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        /* 将导航链接改为纵向布局 */
        background-color: #fff;
        /* 为导航链接添加背景色 */
        padding: 10px;
        /* 为导航链接添加内边距 */
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 9999;
        padding-top: 60px;
        height: 100vh;
    }

    .navbar {
        padding: 0px 0px;
    }

    .logo a {
        padding: 8px 15px;
        font-size: 24px;
        line-height: 26px;
    }

    .nav-links.nav-active {
        display: flex;
        position: fixed;
    }

    .nav-links li a {
        padding: 10px 10px;
        color: #333;
    }

    .burger {
        display: flex;
        padding: 10px 15px;
    }

    .toggle {
        position: fixed;
        z-index: 9999;
        right: 6px;
        font-size: 24px;
        top: 0px;
        color: #333;
    }

    header:after {
        width: 50%;
        left: 0;
    }
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

img {
    object-fit: cover;
    display: block;
    width: 100%;
}

a h2 {
    font-size: 20px !important;
    line-height: 28px !important;
    color: #333 !important;
    font-weight: 500 !important;
}

a {
    display: block;
}

a p {
    color: #5c5959 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
}

.corpas_about_area,
.corpas_serivce2_area,
.corpas_serivce_area,
.corpas_project2_area,
.corpas_blog_area,
.witr-blog-side-area {
    padding: 30px 0 0;
}

.catename {
    text-transform: capitalize;
}

.m1 a {
    align-items: center;
}

.m1 a img {
    aspect-ratio: 1/0.6;
}

.m1 a h2 {
    font-size: 24px !important;
}

.m2 a {
    width: 33.33%;
    flex: 1;
}

.m2 a h2 {
    margin-bottom: 8px;
}

.m3 a {
    padding-bottom: 24px;
}

.m3 a img,
.m3 a h2 {
    margin-bottom: 8px;
}

.em-service2:hover h2,
.em-service2:hover p {
    color: #fff !important;
}

.m3 a img {
    aspect-ratio: 1/0.6;
}

.witr_section_title_inner h3 {
    font-size: 30px;
    font-weight: 600;
}

.service_top {
    margin-top: 25px;
}

.m4 a {
    width: 25%;
}

.m4 a h2 {
    font-size: 18px !important;
    line-height: 24px !important;
}

.m4 a .desc {
    font-size: 14px !important;
    line-height: 20px !important;
}

.m4 a img {
    aspect-ratio: 1/0.9;
}



.m5 .box2 {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    padding: 0 12px 24px;
    position: relative;
}

.m5 .box2 img {
    aspect-ratio: 1/0.65;
}

.m5 .box2 .text {
    padding: 15px;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 5%);
}

.m5 .box2 .text h2 {
    margin-bottom: 8px;
}

.m5 .box3 {
    padding: 0 12px 24px;
    width: 33.33%;
    align-items: center;
}

.m5 .box3 img {
    width: 35%;
    aspect-ratio: 1/1;
}

.m5 .box3 .text {
    width: 65%;
    padding-left: 12px;
}

.m5 .box3 h2 {
    margin: 4px 0;
    font-size: 18px !important;
    line-height: 26px !important;
}

.m1 .catename,
.m5 .box3 .catename {
    background-color: #03a9f4;
    color: #fff !important;
    width: fit-content !important;
    padding: 2px 6px;
}

.recent-post-item img {
    width: 100px;
    height: 100px;
}

.recent-post-item {
    display: flex;
    align-items: center;
}

.recent-post-text {
    width: calc(100% - 100px);
}


.recent-post-text h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}



.search {
    position: relative;
    z-index: 99;
    width: 80%;
    margin: 0 auto 0;
    background: #FFF;
    border-radius: 24px 4px 4px 4px;
    background: #FFF;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.search input {
    border-radius: 4px;
    width: 100%;
    border: none;
    outline: none;
    padding: 12px 24px;
    color: #999;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
}

.search input::placeholder {
    color: #999;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
}

.search_btn a {
    display: block;
    border-radius: 4px;
    background: #03a9f4 ;
    color: #fff;
    padding: 12px 48px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

@media (max-width:1024px) {

    .corpas_about_area,
    .corpas_serivce2_area,
    .corpas_serivce_area,
    .corpas_project2_area,
    .corpas_blog_area,
    .witr-blog-side-area {
        padding: 20px 0 0;
    }
}

@media (max-width: 992px) {
    .logo a {
        font-size: 26px;
    }

    a h2 {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    a p {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .witr_sub_item {
        padding: 20px 15px 40px;
    }

    .witr_section_title_inner h3 {
        font-size: 24px;
        font-weight: 600;
    }

    .m5 .box3 {
        width: 50%;
    }

    .catename {
        font-size: 12px !important;
        line-height: 16px !important;
    }

    .m5 .box2 .text {
        padding: 10px;
    }

    .m4 a {
        width: 50%;
    }
}

@media (max-width:768px) {
    .m2 a {
        width: 100%;
        flex: auto;
    }

    .m1 a h2 {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .corpas_about_area,
    .corpas_serivce2_area,
    .corpas_serivce_area,
    .corpas_project2_area,
    .corpas_blog_area,
    .witr-blog-side-area {
        padding: 16px 0;
    }

    .corpas_serivce2_area {
        padding-top: 0;
    }

    .m5 .box2,
    .m5 .box3 {
        width: 100%;
    }

    .search {
        width: 90%;
        margin: 10px auto 10px;
    }

    .search input {
        padding: 8px;
        font-size: 14px;
    }

    .search input::placeholder {
        font-size: 14px;

    }

    .search_btn a {
        padding: 8px 16px;
        font-size: 14px;

    }
}

@media (max-width:550px) {
    .logo a {
        font-size: 22px;
    }

    .corpas_about_area,
    .corpas_serivce2_area,
    .corpas_serivce_area,
    .corpas_project2_area,
    .corpas_blog_area,
    .witr-blog-side-area {
        padding: 10px 0;
    }

    .m1 a h2 {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    a p {
        font-size: 12px !important;
        line-height: 16px !important;
    }

    .corpas_project2_area,
    .corpas_blog_area,
    .corpas_serivce_area,
    .corpas_serivce2_area {
        padding-top: 0;
    }

    .witr_sub_item {
        padding: 12px 10px 25px;
    }

    .m5 .box3 h2,
    .m4 a h2,
    a h2 {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .wcr_feature_11 {
        padding-bottom: 30px;
    }

    .catename {
        margin-bottom: 6px !important;
    }

    .m2 a h2,
    .m5 .box2 .text h2 {
        margin-bottom: 6px;
    }

    .car_feature_btn_icon i {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .car_feature_btn_icon {
        bottom: 10px;
    }

    .witr_section_title_inner h3 {
        font-size: 20px;
    }

    .service_top {
        margin-top: 10px;
    }

    .witr_sstyle_9 {
        padding: 15px;
    }

    .m3 a {
        padding-bottom: 15px;
    }

    .m3 a img,
    .m3 a h2 {
        margin-bottom: 6px;
    }

    .m5 .box3,
    .m5 .box2 {
        padding: 0 0px 15px;
    }

    .m4 a {
        width: 100%;
    }

    .project_top {
        margin-top: 10px;
    }

    .m4 a img {
        aspect-ratio: 1 / 0.6;
    }

    .witr_pslide3 .witr_single_pslide {
        margin-bottom: 85px;
    }

    .m4 .slick-initialized .slick-slide {
        padding: 0;
    }

    .blog-left-side>div {
        padding: 15px;
    }

    .blog-left-side .widget h2 {
        font-size: 18px;
    }


}