/* --------------------- */
.single-service,
.single-service-2,
.single-service-3 {
    margin: 15px 0;
}

.single-service .inner,
.single-service-2 .inner,
.single-service-3 .inner {
    background-color: #fff;
    border-radius: 7px;
    padding: 30px;
}

.single-service .inner:hover,
.single-service-2 .inner:hover,
.single-service-3 .inner:hover {
    box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.15);
}

.single-service .inner .title,
.single-service-2 .inner .title,
.single-service-3 .inner .title {
    overflow: hidden;
    margin-bottom: 15px;
}

.single-service .inner .title .icon,
.single-service-2 .inner .title .icon,
.single-service-3 .inner .title .icon {
    float: left;
    font-size: 26px;
}

.single-service .inner .title h4,
.single-service-2 .inner .title h4,
.single-service-3 .inner .title h4 {
    padding-left: 50px;
    font-size: 20px;
    margin: 3px 0 0;
}

.single-service .inner .content,
.single-service-2 .inner .content,
.single-service-3 .inner .content {
    font-weight: 300;
    font-size: 14px;
    color: #2d3666;
    line-height: 26px;
}

.single-service .inner .content p:last-child,
.single-service-2 .inner .content p:last-child,
.single-service-3 .inner .content p:last-child {
    margin-bottom: 0;
}

.single-service.bordered .inner,
.bordered.single-service-2 .inner,
.bordered.single-service-3 .inner {
    border: 1px solid #cad4de;
    box-shadow: none;
}

.single-service-2 {
    text-align: center;
}

.single-service-2 .inner {
    border: 1px solid #cad4de;
    border-radius: 5px;
    padding: 85px 40px;
}

.single-service-2 .inner .content {
    font-size: 16px;
    color: #7288b5;
    margin-top: 25px;
}

.single-service-2 .inner .title {
    text-align: center;
}

.single-service-2 .inner .title .icon {
    float: none;
    display: block;
    font-size: 40px;
    margin-bottom: 30px;
}

.single-service-2 .inner .title h4 {
    padding-left: 0;
}

.single-service-2:hover .inner {
    color: #fff;
}

.single-service-2:hover .inner .content,
.single-service-2:hover .inner .title h4 {
    color: #fff;
}

.single-service-3 {
    margin: 30px 0;
}

.single-service-3 .inner {
    background: transparent;
    padding: 0;
    color: #fff;
}

.single-service-3 .inner:hover {
    box-shadow: none;
}

.single-service-3 .inner .content,
.single-service-3 .inner .title h4 {
    color: #fff;
    padding-left: 100px;
}

.single-service-3 .inner .title h4 {
    font-size: 24px;
}

.single-service-3 .inner .content {
    font-size: 16px;
}

.single-service-3 .inner .title .icon {
    background-color: rgba(255, 255, 255, 0.2);
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 4px;
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 34px;
}

.single-service-3 .inner:hover .title .icon {
    background-color: #fff;
}


/* --------------------- */
.single-portfolio {
    margin: 20px 0;
}

.single-portfolio .inner .portfolio-img {
    position: relative;
}

.single-portfolio .inner .portfolio-img img {
    width: 100%;
}

.single-portfolio .inner .portfolio-img .hover-content {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.single-portfolio .inner .portfolio-img .hover-content .button {
    background-color: #fff;
    border-color: #fff !important;
}

.single-portfolio .inner .portfolio-img .hover-content .button:hover {
    background-color: #222;
    color: #fff;
    border-color: #222 !important;
}

.single-portfolio .inner .portfolio-img:hover .hover-content {
    opacity: 1;
    visibility: visible;
}

.single-portfolio .inner .portfolio-content {
    text-align: center;
    padding-top: 25px;
    color: #6d7784;
}

.single-portfolio .inner .portfolio-content a {
    display: block;
}

.single-portfolio .inner .portfolio-content h3 {
    font-weight: 400;
    margin: 0;
    font-size: 24px;
}


/* -------------------- */
.testimonial-area .section-title {
    margin-bottom: 45px;
}

.testimonial-slider .single-slide {
    background-color: #fff;
    padding: 35px;
    border-radius: 5px;
    font-weight: 300;
    color: #7d91aa;
    border: 1px solid;
}

.testimonial-slider .single-slide img {
    width: auto;
}

.testimonial-slider .single-slide .client-info {
    overflow: hidden;
}

.testimonial-slider .single-slide .client-info .client-img {
    width: 58px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-slider .single-slide .client-info .client-data {
    padding-left: 78px;
}

.testimonial-slider .single-slide .client-info .client-data h4 {
    font-size: 16px;
    margin: 4px 0 0;
}

.testimonial-slider .owl-nav > div {
    background-color: #222222;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: -55px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 4px;
}

/*@media only screen and (max-width: 991px) {*/
/*  .testimonial-slider .owl-nav > div {*/
/*    left: -12.5px;*/
/*    height: 25px;*/
/*    width: 25px;*/
/*    line-height: 25px;*/
/*  }*/
/*  .testimonial-slider .owl-nav > div i {*/
/*    font-size: 13px;*/
/*  }*/
/*}*/
.testimonial-slider .owl-nav > div.owl-next {
    left: auto;
    right: -55px;
}

/*@media only screen and (max-width: 991px) {*/
/*  .testimonial-slider .owl-nav > div.owl-next {*/
/*    right: -12.5px;*/
/*  }*/
/*}*/
/*****************************
 *   15. extra
 ***************************** */
.single-gallery .inner {
    margin: 15px 0;
    overflow: hidden;
    border-radius: 5px;
}

.single-gallery .inner img {
    width: 100%;
}


/* ------------- */
.faq-area .section-title {
    margin-bottom: 60px;
}

.faq {
    padding: 0;
    margin: 0;
    list-style: none;
}

.faq .single-item {
    background-color: #fff;
    padding: 20px;
    padding-left: 50px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 4px;
    position: relative;
}

.faq .single-item::after {
    content: "+";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #222;
    color: #fff;
    position: absolute;
    left: 15px;
    top: 15px;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
}

.faq .single-item.active::after {
    content: "-";
    background-color: #fff;
    color: #222;
}

.faq .single-item.active {
    color: #fff;
}

.faq .single-item.active h4 {
    color: #fff;
}

.faq .single-item h4 {
    font-size: 16px;
    margin: 0;
}

.faq .single-item .content {
    padding-top: 15px;
    font-size: 14px;
    font-weight: 400;
    display: none;
}

.an1 {
    margin-bottom: 50px;
}

.an1 .a2 {
    max-width: 1140px;
    margin: 0 auto;
    align-items: flex-end;
}

.an1 .a3 {
    position: relative;
    width: 300px;
}

.an1 .a4 {
    flex: 1;
    padding: 20px 0;
}

.an1 .a5 {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(75, 115, 176);
    color: #fff;
    width: 100%;
    z-index: 1;
}

.an1 .a6 {
    flex: 1;
    text-align: center;
}

.an1 .a8 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    height: 70px;
    line-height: 70px;
}

.an1 .a8 span {
    font-size: 40px;
    display: inline-block;
    margin-right: 5px;
}

.an1 .a9 {
    color: #666;
}

.an1 .a10 {
    padding: 30px 20px;
}

.an1 .a11 {
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
}

.an1 .a12 {
    line-height: 60px;
    height: 60px;
}

.an1 .a13 {
    height: 6px;
    width: 50px;
    background: #fff;
    margin-bottom: 30px;
}

.an1 .a15 {
    margin-top: 30px;
}

.an1 .a15 a {
    color: #fff;
    background: #333;
    display: inline-block;
    padding: 0 30px;
    line-height: 40px;
    height: 40px;
}

.an1 .a16 {
    width: 100%;
    height: 200px;
    position: relative;
    z-index: 0;
    bottom: -50px;
    margin-top: -50px;
}

.an1 .a18 {
    background: #4b73b0;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.an1 .a19 {
    flex-wrap: wrap;
}

.an-mobile {
    display: none;
}

/*@media screen and (max-width:1200px){*/
/*  .an1 .an-pc{display: none;}*/
/*  .an1 .an-mobile{display: block;}*/
/*  .an1 .a6{width: 50%;float:left;margin: 20px auto;}*/
/*  .an1 .a8{height: 50px;}*/
/*  .an1 .a8 span{font-size: 28px;line-height: 50px;}*/
/*  .an1 .a11{font-size: 32px;height: 32px;line-height: 32px;}*/
/*  .an1 .a13{margin-bottom: 20px;}*/
/*    */
/*}*/
/*@media screen and (max-width:960px){*/
/*  .an1 .a18{width: 88%;margin: 0 auto;}*/
/*}*/

.nav {
    /*max-width: 1200px;*/
    /*max-width: 1140px;*/
    width: 100%;
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
}

.nav .c1 {
    text-align: left;
    padding: 20px 0;
    /*background-color: #66ffdf;*/
    width: 100%;

}

.nav .c1 .c2 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #3D5F95;
    float: left;
}

.nav .c1 .c2r {
    margin-top: 13px;
    padding-right: 30px;
    font-size: 16px;
    float: right;
}

.nav .c1 .c2r a {

    color: #626262 !important;
}

.nav2 {
    /*max-width: 1200px;*/
    width: 100%;
    /*height: 400px;*/
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;

}

.nav2 .content {
    margin: 0 auto;
    padding: 10px 30px;
    width: 100%;
    /*max-width: 1140px;*/
}

.nav2 .c1 {
    text-align: left;
    padding: 30px 0 15px 10px;

}

.nav2 .c1 .c2 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #3D5F95;
}

.nav3 {
    margin: 0 auto;
    width: 100%;
    /*max-width: 1280px;*/
}

.c2 span {
    padding: 0 10px;
}

.c2 img.c2img {
    width: 50px;
    height: 50px;
}

.nav .content {
    color: #545454;
    float: left;

    padding: 14px 0;
    border-bottom: 1px solid #eeecec;
}

.content-left {
    overflow: hidden; /* 隐藏超出容器的内容 */
    float: left;
    line-height: 20px;
    font-size: 20px;
}
.content-left .title{
    white-space: nowrap; /* 确保文本在一行内显示 */
    line-height: 20px;
    font-size: 20px;
}
.content-left .title:hover {
    display: inline-block;
    line-height: 20px;
    font-size: 20px;
    animation: 15s wordsLoop linear infinite normal;
}
.content-right {
    float: left;
    line-height: 18px;
}

.content-right .r-img {
    width: 22px;
    height: 22px;
    float: left;
}

.content-right .r-time {
    padding-top: 5px;
    font-size: 14px;
    color: #676767;
    padding-left: 10px;
}



.cc1 {

    /*max-width: 1200px;*/
    margin: 0 auto;
    padding: 30px 0;
    /*padding: 30px 0 15px 40px;*/
}

.cc2 {
    font-size: 24px;
    color: #3D5F95;
}

.cc2 span {
    padding: 0 10px;
}

.cc2 img.c2img {
    width: 30px;
    height: 30px;
}

.cc2 img.c2img2 {
    width: 50px;
    height: 30px;
}

.cc2 .t1 {
    color: #ffffff;
    font-size: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cc2 .t2 {
    color: #ffffff;
    font-size: 14px;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cc2 .t3 {
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-pricing {
    width: 100%;
}

.active {
    padding: 0 8px;
}

.dtcontent {
    /*line-height: 21px;*/
    background-color: #ffffff;
    /*border-bottom: 1px solid #e3e3e3;*/
    color: #313131;
}

.dtcontent:first-child {
    padding-top: 5px;
}

.dtcontent:last-child {
    padding-bottom: 5px;
}

.dtcontent .dtlist {
    padding: 0 15px;
    display: table;
    width: 100%;
    table-layout: fixed;

}
.dtcontent .dtlist .dtlisttop{
    width: 80%;
    overflow: hidden;
}
.dtcontent .dtlist .dtlisttop .title {
    width: calc(100% - 110px);
    line-height: 40px;
    font-size: 20px;
    white-space: nowrap; /* 确保文本在一行内显示 */
    /*overflow: hidden; !* 隐藏超出容器的内容 *!*/
    /*text-overflow: ellipsis; !* 使用省略号表示文本被截断 *!*/
}
.dtcontent .dtlist .dtlisttop .title:hover {
    display: inline-block;
    animation: 15s wordsLoop linear infinite normal;
}
.dtcontent .dtlist .ren {
    padding-top: 10px;
    font-size: 14px;
    color: #676767;
    width: 100%;
}

.dtcontent2 {
    width: 100%;

    line-height: 16px;
    background-color: #ffffff;
    margin-bottom: 7px;
}

.dtcontent2 .dtlist {
    height: 66px;
    border: 1px solid red;
    color: #313131;
    width: 100%;
    float: left;
}

.dtcontent2 .dtlist .dtleft {
    width: 20%;
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column;
}

.dtcontent2 .dtlist .dtleft .dttop {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: red;
}

.dtcontent2 .dtlist .dtleft .dtbottom {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ececec;
    font-size: 14px;
    background-color: red;
}

.dtcontent2 .dtlist .dtright {
    border-left: 1px solid red;
    width: 80%;
    padding: 0 10px;
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column;

    white-space: nowrap; /* 确保文本在一行内显示 */
    overflow: hidden; /* 隐藏超出容器的内容 */
    text-overflow: ellipsis; /* 使用省略号表示文本被截断 */
}


.dtcontent2 .dtlist .dtright .dttop {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    overflow: hidden;
}

.dtcontent2 .dtlist .dtright .dtbottom {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}


.dtcontent2 .dtlist .dtright .dttop .title {
    width: 100%;
    font-size: 20px;
    line-height: 20px;

    white-space: nowrap; /* 确保文本在一行内显示 */
    /*overflow: hidden; !* 隐藏超出容器的内容 *!*/
    /*text-overflow: ellipsis; !* 使用省略号表示文本被截断 *!*/


}
.dtcontent2 .dtlist .dtright .dttop .title:hover {
    display: inline-block;
    animation: 15s wordsLoop linear infinite normal;
}
@keyframes wordsLoop {
    0% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

@-webkit-keyframes wordsLoop {
    0% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}
.dtcontent2 .dtlist .dtright .dtbottom .ren {
    width: 100%;
}

.dtcontent2 .dtlist .dtright .dtbottom .ren .arrow-left {
    border: 1px solid #ccc;
    display: inline-block;
    width: calc(100% - 50px);
    float: left;
}

.dtcontent2 .dtlist .dtright .dtbottom .ren .arrow-right {
    margin-top: -4px;
    margin-left: 22px;
    display: block;
    /* margin: 30px auto; */
    width: 10px;
    height: 10px;
    border-top: 2px solid #969595;
    border-left: 2px solid #969595;
    float: left;
    transform: rotate(135deg);
    /* margin-right: 10px;*/
}

.dtcontent2 .dtlist .dtright .dtbottom .ren .arrow-right::after {
    content: "";
    display: block;
    width: 2px;
    height: 25px;
    background-color: #ccc;
    transform: rotate(-45deg) translate(8px, 10px);
    left: 15px;
    top: 0;
    float: left;

}

/*@media screen and (max-width: 960px) {*/
/*  .c1 {*/
/*    padding: 20px;*/
/*  }*/
/*}*/

.about-area {
    width: 100%;
}
.about-content{
    padding-left: 10px;
}
@media screen and (max-width: 991px) {

    /*.about-img{*/
    /*  margin-bottom: 30px;*/
    /*}*/
    .nav {
        padding: 0 15px;
    }

    .nav2 .content {
        padding: 10px 10px;
    }

}

@media screen and (min-width: 991px) {

    /*.about-img{*/
    /*  margin-bottom: 30px;*/
    /*}*/
    .nav {
        padding: 0 50px;
    }


}
