
.project-section {
    position: relative;
    padding: 115px 60px 0 60px;
}

.project-section:before {
    position: absolute;
    content: '';
    background: #f6f6f6;
    width: 100%;
    height: 380px;
    top: 0;
    right: 0;
    left: 0;
}

.project-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-block-one .inner-box .image-box:before {
    position: absolute;
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    transform: scale(0,0);
    opacity: .9;
    z-index: 1;
    transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box:before {
    transform: scale(1,1);
}

.project-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box img {
    transform: scale(1.1);
}

.project-block-one .inner-box .link {
    position: absolute;
    top: 10px;
    right: 10px;
}

.project-block-one .inner-box .link a {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #272727;
    text-align: center;
    z-index: 2;
    opacity: 0;
    transform: scale(0,0);
    transition-delay: 500ms;
}

.project-block-one .inner-box:hover .link a {
    opacity: 1;
    transform: scale(1,1);
}

.project-block-one .inner-box .text {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 45px;
    z-index: 2;
    opacity: 0;
    transition-delay: 500ms;
    transition: all 500ms ease;
}

.project-block-one .inner-box:hover .text {
    bottom: 0;
    opacity: 1;
    transition-delay: 500ms;
}

.project-block-one .inner-box .text p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.project-block-one .inner-box .text h3 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
}

.project-block-one .inner-box .text h3 a {
    display: inline-block;
    color: #fff;
}

.project-block-one .inner-box .text h3 a:hover {
    text-decoration: underline;
}

.project-section .owl-nav {
    position: absolute;
    top: -127px;
    right: 305px;
}

.cert {
    margin-top: 30px;
    position: relative;
    box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.2);
}

.cert:hover .cert-social {
    opacity: 1;
}

.cert-img img {
    max-width: 100%;
}

.cert-info{
    /*background-image: url(../img/cert/info.png);*/
    background-image: url(https://z3.ax1x.com/2021/08/26/hm07RI.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    opacity: 0.8;
}

.cert-info {
    /*background-image: url(../img/cert/info.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: left bottom;*/
    /*background-size: cover;*/
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.cert-info h5 {
    padding-left: 10px;
    margin-bottom: 0;
    margin-top: 25px;
    font-size: 10px;
    line-height: 4;
}

.cert-info p {
    padding-left: 30px;
}

@media(max-width: 991px) {
    .cert-img img {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .cert-info {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .cert-info {
        bottom: -1px;
    }
}

/* Team Member */
.member {
    margin: 35px auto !important;
}

.member img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.member-info {
    display: block;
    margin: 0 auto !important;
    padding: 10% 5% 0;
    text-align: center;
}

.member-social-holder {
    padding: 20px 10px;
    left: 0 !important;
    display: inline-block;
    bottom: 0 !important;
    position: relative;
    margin-top: 15px;
}

.member-social-holder >div {
    display: inline-block;
    margin: 0 15px;
}

.member {
    text-align: center;
}

.member-wrapper {
    display: inline-block;
    position: relative;
}

.member-image-holder {
    display: inline-block;
    vertical-align: middle;
    max-width: 280px;
    line-height: 0;
    position: relative;
}

.member-image-holder:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 20px;
    right: -20px;
    background-color: #f3f3f3;
    z-index: -1;
}

.member-left .member-image-holder:after {
    top: 20px;
    left: -20px;
}

.member-content {
    margin-top: 35px;
}

.member-info {
    max-width: 550px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -90px;
    margin-right: 85px;
    text-align: left;
}

.member-left .member-info {
    margin-left: 85px;
    margin-right: 0;
}

.member-postition {
    font-size: 16px;
    letter-spacing: 2px;
    color: #264549;
}

.member-name {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    position: relative;
}

.member-social-holder {
    background: #dc6041;
    padding: 25px 20px;
    position: absolute;
    left: 410px;
    bottom: 10%;
    z-index: 2;
}

.member-left .member-social-holder {
    left: auto;
    right: 410px;
    bottom: 10%;
}

.member-social-holder >div:last-of-type {
    margin-bottom: 0;
}

.member-social-holder .social a {
    color: #fff !important;
}


.card {
    background: 0;
    border: 0
}

.card .card-header {
    background: 0;
    border: 0;
    padding: 0
}

.card .card-header button {
    color: #062a35;
    font-size: 18px;
    line-height: 1;
    font-family: "roboto", sans-serif;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: left;
    background: transparent;
    text-align: left;
    padding: 24px 30px 24px 0;
    border-radius: 0;
    word-wrap: normal;
    white-space: normal;
    border-bottom: 1px solid #ebebeb
}

@media(max-width:767px) {
    .card .card-header button {
        font-size: 14px
    }
}

.card .card-header .btn-link {
    position: relative
}

.card .card-header .btn-link::before {
    content: "\f054";
    position: absolute;
    font-family: "Font Awesome 5 pro";
    font-size: 18px;
    color: #ea5822;
    line-height: 1;
    right: 40px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    z-index: 1;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media(max-width:767px) {
    .card .card-header .btn-link::before {
        right: 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .card .card-header .btn-link::before {
        right: 20px
    }
}

.card .card-header .collapsed {
    position: relative
}

.card .card-header .collapsed::before {
    content: "\f054";
    position: absolute;
    font-family: "Font Awesome 5 pro";
    font-size: 18px;
    color: #ea5822;
    line-height: 1;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media(max-width:767px) {
    .card .card-header .collapsed::before {
        right: 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .card .card-header .collapsed::before {
        right: 20px
    }
}

.card .card-header .btn-link.focus,
.card .card-header .btn-link:focus {
    text-decoration: none;
    border-color: none;
    box-shadow: none
}

.card .card-header .btn-link:hover {
    color: none;
    text-decoration: none
}

.card .card-body {
    padding: 0
}

.card .card-body .card-content {
    padding: 30px 30px 25px 30px;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb
}

@media(max-width:767px) {
    .card .card-body .card-content {
        padding: 30px 10px 25px 10px
    }
}

.card .card-body .card-content .card-thumb {
    margin-right: 30px;
    margin-top: 6px
}

.card .card-body .card-content .card-thumb img {
    width: 100%;
    display: block
}

@media(max-width:767px) {
    .card .card-body .card-content .card-thumb {
        float: none;
        margin-bottom: 15px
    }
}

.card .card-body .card-content p {
    margin-bottom: 0;
    overflow: hidden
}

.card-02 {
    margin-bottom: 15px
}

.card-02 .card-header button.btn-link {
    color: #ea5822
}

.card-02 .card-header button.collapsed {
    color: #062a35
}

.card-02 .card-body .card-content {
    padding: 30px 0 25px 0;
    border-bottom: 1px solid #ebebeb;
    border-right: 0;
    border-left: 0
}


.faq-widget {
    background: #538de4;
    padding: 100px 0;
    position: relative;
    color: #fff
}

.faq-widget::before {
    content: '';
    /*background: url(../img/bg/bg.jpg);*/
    background: url(https://z3.ax1x.com/2021/08/26/hmNreH.jpg);
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: blur(3px) grayscale(15%) brightness(0.9) contrast(0.9) saturate(0.8);
    transform: scale(1.05);    /* 缩放一点避免边缘出现透明带 */
    z-index: 0;
}

/*.faq-widget::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: -webkit-calc((100% - 1180px)/2);*/
/*    left: calc((100% - 1180px)/2);*/
/*    bottom: -40px;*/
/*    display: inline-block;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-style: solid;*/
/*    border-width: 40px 110px 0 0;*/
/*    border-color: #538de4 transparent transparent transparent*/
/*}*/

.faq-intro {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase
}

.faq-heading {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase
}

.faq-desc {
    font-size: 18px;
    line-height: 34px
}



.faq-item:not(:last-child) {
    margin-bottom: 10px
}

.faq-header {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #031026;
    cursor: pointer;
    background: #edf0f5;
    padding: 30px 40px;
    margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative
}

.faq-item-active .faq-header {
    background: transparent;
    color: #538de4
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out
}

.faq-item-active .faq-content {
    max-height: 600px;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    padding: 0 40px 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    color: #7b8391
}

.faq-item-active {
    border: 2px solid #538de4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.faq-header::before {
    content: '+';
    font-family: Flaticon;
    font-style: normal;
    font-weight: 300;
    position: absolute;
    right: 40px
}

.faq-item-active .faq-header::before {
    content: '-'
}


.close-search::before {
    font-family: Flaticon;
    font-style: normal;
    font-weight: 300;
    content: "\f150";
    font-size: 13px;
    color: #fff;
    position: absolute;
    right: 7px;
    top: 9px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #898989;
    border-radius: 50%
}

.search-form-group {
    position: relative
}

.full-bar-search-wrap .form-control {
    height: 100%;
    min-height: 60px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    background: transparent;
    border: 0
}

.search-form-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    max-width: 650px;
    height: 70px;
    line-height: 70px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.search-form-wrapper .search-form {
    position: relative
}

.close.search-btn {
    z-index: 99;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: transparent
}

.search-form-group {
    border-bottom: 1px solid #fff
}

.search-submit {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: 0;
    color: #fff;
    display: block;
    padding: 0;
    line-height: 1;
    height: 60px
}

.search-submit:focus,
.search-form-group .form-control:focus {
    border: 0;
    outline: 0;
    box-shadow: none
}
