@import url(../css/common.css);


.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%), url(../img/hero-bg.jpg);
    display:flex; 
    align-items: center; 
    justify-content: center;
}

.index-bottom {
    color: #777;
    transition: .3s all ease;
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.headerBtn {
    width: 244px;
    height: 60px;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    background: linear-gradient(286deg,#1391a5 0%, #274685 100%);
    color: #fff;
    border-radius: 4px;
    box-shadow: 0px 6px 26px 0px rgb(0 0 0 / 25%);
    margin-top: 100px;
    align-self: center;
    cursor: pointer;
    margin: 0 auto;
    letter-spacing: 0.5rem;
}





/* 2 */
.row-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, auto));
    grid-gap: 2rem;
    align-items: center;
    text-align: center;
    margin-top: 2rem;
}

.container-box {
    background: #ffffff;
    border: 0.1rem solid #000000;
    height: 300px;
    padding: 20px 10px;
    border-radius: 4px;
    transition: all 1s ease 0s;
    cursor: pointer;
}

.container-img img {
    height: 220px;
    width: 220px;
    background: #ffffff;
    box-shadow: 5px 10px 20px rgba(7, 228, 118, 0.2);
    border-radius: 4px;
    margin-bottom: 15px;
    cursor: pointer;
}

.container-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.container-box:hover {
    box-shadow:
        0 0 0 4px #4385F5,
        0 2px 5px 15px rgba(0, 0, 0, .1);

    border: 0px solid transparent;
    transform: translateY(-2px);
}
.bg-box-top p{
    font-size: 15px;
    text-align: center!important;

}

.site-section {
    padding-bottom: 0rem;
}

.site-section {
    padding: 7rem 0;
}

.titleWrap {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.section-heading {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(-45deg, #3db3c5, #274685);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title-small {
    font-size: 20px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: CENTER;
    color: #636d75;
    margin-top: 27px;
    margin-bottom: 54px;
}

.sectionWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 288px;
    height: 266px;
    cursor: pointer;
}
.section-item:hover {
    box-shadow: 0px 8px 22px 0px rgb(0 0 0 / 10%);
}
.itenName {
    font-size: 20px;
    font-weight: 600;
    text-align: CENTER;
    color: #374754;
    margin: 16px 0;
}

.itemIntro {
    font-size: 14px;
    font-weight: 400;
    text-align: CENTER;
    color: #636d75;
}

@media screen and (max-width: 768px){

    .sectionWrap {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}

.site-section {
   
    padding: 7rem 0;
}
.stepImg {
    position: absolute;
    width: 100%;
    /* top: 0; */
}
.stepImg img {
    vertical-align: middle;
    border-style: none;
}

.lrItemWrap {
    display: flex;
    margin-bottom: 115px;
}
.left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lrItemTitle {
    font-size: 30px;
    font-family: PingFang SC, PingFang SC-Semibold;
    font-weight: 600;
    text-align: LEFT;
    color: #374754;
    margin-bottom: 13px;
}
.lrItemTitle-small {
    max-width: 394px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: LEFT;
    color: #636d75;
    margin-bottom: 44px;
}
.lrItemBtn {
    cursor: pointer;
    height: 60px;
    width: 244px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    opacity: 1;
    background: linear-gradient(286deg,#1391a5 0%, #274685 100%);
    border-radius: 4px;
    box-shadow: 0px 6px 26px 0px rgb(0 0 0 / 25%);
}
@media screen and (max-width: 768px){
    .lrItemWrap {
        flex-direction: column;
    }
}

.feedbackImg {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    display: inline !important;
}

/* .owl-stage .item{
    background: #3fbf79;
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
  } */
  /* .active span{
    background-color: #007bff!important;
  } */

  .testimonial-carousel .owl-dots .owl-dot.active>span {

    background: linear-gradient( -45deg，#1391a5,#274685)!important;
  }



  
  .contact-section {
    background-image: url(../img/contract_background.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-origin: border-box;
}

a {
    text-decoration: none;
    background-color: transparent;
}