
.hero-content .title-anim {
    font-size: 70px;
    color: #FFFFFF;
}

.hero-1 .page-heading {

    padding: 80px 0 20px;
}

.news-padding {
    padding: 0 0 40px 0;
}

.news-thumb-img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    margin: 0 auto;

    text-align: center;
}

.news-box-items {
    border: 0;
    border-radius: 25px !important;
    margin-top: 30px;
    overflow: hidden;
    padding: 0;
}

.news-box-items .news-thumb {
    border-radius: 25px !important;
}

.news-thumb-img .thumb-width {
    width: 90% !important;
    margin: auto;
}

.news-thumb-img .thumb-width-image {
    width: 80% !important;
    margin: auto;
}


.news-thumb-img .thumb-couton {
    margin-top: 20px;
    margin-bottom: 20px;
}

.news-thumb-img .title-1 {
    font-size: 30px;
    color: #ffffff85;
    margin-top: 34px;
}

.news-thumb-img .title-2 {
    font-size: 36px;
    color: #0053FF;
    margin-top: -5px;
}

.news-thumb-img .title-3 {
    font-size: 14px;
    color: #474747;
    margin-top: 24px;
}

.news-thumb-img .news-button {
    margin-top: 20px;
}

.news-thumb-img .news-button .theme-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background: linear-gradient(90deg, #3B95FF 0%, #728AFF 49%, #AA7EFF 100%);
    color: var(--white);
    line-height: 1;
    padding: 10px 30px;
    min-width: 170px;
    border-radius: 66px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Public Sans", sans-serif;
}

@media (max-width: 991px) {
    .news-thumb-img .title-1 {
        font-size: 25px;
    }

    .news-thumb-img .news-button {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .news-thumb-img .news-button {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .news-thumb-img .thumb-width-image {
        width: 82% !important;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .news-thumb-img .title-1 {
        font-size: 25px;
    }

    .news-thumb-img .news-button {
        margin-top: 0px;
    }
}

.project-section .section-title .sub-text {
    flex-direction: column;
}

.project-section .title-p {
    color: #C5D5F6;
    font-size: 30px;
    font-weight: 600;
}

.project-section .title {
    color: #0053FF;
    font-size: 36px;
    margin-top: -10px;
    font-weight: 600;
}

.project-section .title-1 {
    color: #474747;
    font-size: 14px;
}

.project-main-wrapper .project-wrapper .project-content p {
    color: #222222;
    /*background: linear-gradient(90deg, #C3DEFC 0%, rgba(195, 222, 252, 0) 100%);*/
    /*font-size: 20px;*/
}

.project-section .style-2 {
    padding-top: 70px;
    padding-bottom: 200px;
    margin-bottom: 0;
}

.project-section .style-2::before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.project-section .style-2 .section-title .sub-text {
    align-items: flex-start;
}

.project-section .style-2 .project-content {
    padding-left: 40px;
}


.project-section .style-2 .title-p {

    color: #C5D5F6;
    font-size: 24px;
    font-weight: 600;
}

.project-section .style-2 .title {
    color: #0053FF;
    font-size: 36px;
    margin-top: -10px;
    font-weight: 600;
}

.project-section .project-thumb-img {
    display: flex;
    align-items: center;
    margin-top: 70px;
    margin-bottom: 30px;
}

.project-section .project-thumb-img img {
    width: 44px;
}

.project-section .project-thumb-img .title-dd {
    color: #000000;
    font-size: 26px;
    font-weight: normal;
    margin-left: 10px;

}

.project-section .style-3 {
    background: transparent !important;
}

.project-section .style-3 .sub-text {

    margin-bottom: 30px;
}

.project-section .style-3 .project-content p {
    margin-bottom: 10px;
}

.project-section .style-4 {
    background: transparent !important;
    margin-bottom: 40px;
}

.project-section .style-4 .title {
    line-height: 40px;
}

.project-section .style-4 .title-1 {
    color: #222222;
    font-size: 18px;
    margin-top: 20px;
}

.project-section .project-thumb-one-img {
    max-width: 80% !important;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .col-xl-2-5 {
        flex: 0 0 auto;
        width: 20%;
    }
}

.line-box {
    margin-top: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.line-box-1 {
    background: #0556FF;
    height: 5px;
    width: 60px;
}

.line-box-2 {
    width: 100%;
    background: #0556FF;
    height: 3px;
}

.news-p .news-box-items {
    border-radius: 5px !important;
}

.news-section .news-thumb-p {
    border-radius: 5px !important;
}

.news-box-items .news-thumb-p img {
    border-radius: 5px !important;
}

.news-p .title-p {
    color: #C5D5F6;
    font-size: 30px;
    font-weight: 600;
}

.news-p .title {
    color: #0053FF;
    font-size: 36px;
    margin-top: -5px;
    font-weight: 600;
}

.news-p .title-2 {
    color: #222222;
    font-size: 18px;
    margin-top: 20px;
}

.news-p .news-item-title {
    color: #000000;
    font-size: 22px;
    font-weight: 500;
}

.news-p .news-item-desc {
    padding-top: 5px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.dddd {
    background-image: url('/assets/img/index/company-1.png')
}

.hero-content .news-box-items {
    border-radius: 0px !important;
}

.hero-content .news-box-items .news-thumb {
    border-radius: 0px !important;

}

.hero-content .news-box-items .news-thumb img {
    border-radius: 0px !important;
}

/*.brand-text {*/
/*    font-size: 4rem;*/
/*    font-weight: 700;*/
/*    font-family: 'Segoe UI', system-ui, sans-serif;*/
/*    text-align: center;*/
/*    background: linear-gradient(90deg, #fff 0%, #fff 33%, #f6f6f69c 66%, #ffffff66 100%);*/
/*    -webkit-background-clip: text;*/
/*    background-clip: text;*/
/*    color: transparent;*/
/*    text-shadow: 0 2px 4px rgba(0, 100, 255, 0.3);*/
/*    !* letter-spacing: -0.05em; *!*/
/*}*/

.gradient-text {
    line-height: normal;
    font-size: 48px;
    font-weight: bold;
    display: inline-block;

    /* 文字颜色透明以显示背景渐变 */
    color: transparent;

    /* 背景渐变设置 */
    background-image: linear-gradient(
            to right,
            #fff 0%, /* 左侧纯白 */ rgba(255, 255, 255, 0.8) 40%, /* 中间过渡 */ rgba(255, 255, 255, 0.5) 60%, /* 中间过渡 */ rgba(255, 255, 255, 0) 100% /* 右侧全透明 */
    );

    /* 背景裁剪到文字（注意浏览器前缀） */
    -webkit-background-clip: text;
    background-clip: text;

    /* 立体感阴影 */
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3), /* 高光阴影 */ -1px -1px 2px rgba(0, 0, 0, 0.2); /* 深色阴影 */

    /* 可选动画效果 */
    animation: shine 3s infinite;
}

.project-section .bg-half {
    background: linear-gradient(to right, #0053FF 54%, white 50%) !important;
}
.color-white{
    color: #fff !important;
}
.project-section .bg-half .title {
    color: #0053FF;
    font-size: 36px;
    margin-top: -5px;
    font-weight: 600;
}
.no-bottom{
    margin-bottom: 0 !important;

}
.project-section .bg-half .title-p{
    color: #c5d5f675 ;
}
.title-20{
    color: #0053FF;
    font-size: 22px;
    font-weight: 500;
}
.title-21{
    color: #0053FF;
    font-size: 16px;
    font-weight: 500;
}
.title-22{
    color: #222222;
    font-size: 14px;
}
.no-border-img {
    border: 0 !important;
    border-radius: 0px !important;
}

.no-border-img .news-thumb, .no-border-img.news-thumb img {
    border-radius: 0 !important;
}
@keyframes shine {
    0% {
        background-position: -150% 0;
    }
    100% {
        background-position: 150% 0;
    }
}

@media (max-width: 1199px) {
    .project-main-wrapper .dddd {
        justify-content: flex-start;
        padding: 50px 25px 50px 0px !important;
    }

    .dddd .project-content {
        padding-left: 0px;
    }
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {

}


@media (max-width: 767px) {

}

@media (max-width: 575px) {
    .dddd {
        background-image: none
    }
}

.qr-1,.qr-2,.qr-3 {
    display: block;
}