
html{
    scroll-behavior: smooth;
}
.service-section {
    margin-top: 100px;
    margin-bottom: 80px;
}
.service-lists {
    border: 1px solid #00000030;
    border-radius: 8px;
    background: #fff;
}
.service-lists:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    /* !importanté */
    border-radius: inherit;
    /* !importanté */
    background: linear-gradient(to right, mediumturquoise, #157a84);
    /* background: linear-gradient(mediumturquoise, mediumpurple); */
  }
.service-lists h4 {
    font-family: 'NotoSans-Bold';
    letter-spacing: .36px;
    font-size: 23px;
    margin: -13px 20px auto;
    text-transform: uppercase;
}
.service-lists h4 span {
    padding: 4px 13px;
    position: relative;
    z-index: 1;
    color: #fff;
}
.service-lists h4 span:after {
    content: "";
    position: absolute;
    background: white;
    background: linear-gradient(180deg, mediumturquoise, #157a84);
    /* background: linear-gradient(#fdba12, #f04c23); */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 0.2em;
    transform: skewX(-10deg);
}
.service-lists p {
    font-size: 14px;
    line-height: 26px;
    margin: 22px 25px 20px;
}
.service-logos img {
    /* width: 74%; */
    margin: auto;
    display: block;
    height: 50px;
}
.service-logos_list {
    margin-bottom: 35px;
}

/* .imgbox{
    min-height:250px ;
} */
/*New*/
.badge {
    /* background-color: #0db4c41f; */
}
.badge {
    display: inline-block;
    /* padding: .813rem 1rem; */
    padding: 0px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    color: #1a8d98;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 8px;
    text-transform: uppercase;
    /* border: 1px solid #1a8d98; */
}
.section-title .title {
    margin-bottom: 0;
    margin-top: 10px;
    font-family: 'NotoSans-Bold';
    font-size: 30px;
}
.section-title .content {
    margin-top: 17px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 26px;
}
.section-title .sub-title.right-line::after {
    content: "";
    position: absolute;
    right: -50px;
    top: 12px;
    height: 2px;
    width: 40px;
    /* background: #f99746; */
    background: #10206e;
    background: rgb(16,32,110);
background: linear-gradient(117deg, rgba(16,32,110,1) 25%, rgba(168,91,159,1) 77%);
}
.section-title .sub-title {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    color: #10206e;
    font-family: 'NotoSans-Bold';
    background: rgb(16,32,110);
background: linear-gradient(117deg, rgba(16,32,110,1) 25%, rgba(168,91,159,1) 77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-list {
    /* display: inline-table; */
    padding-left: 5%;
}
.about-list li {
    margin: 8px 0;
    /* margin-right: 15%; */
    padding-left: 76px;
    display: inline-flex;
    align-items: center;
    position: relative;
    min-height: 60px;
}
.about-list li span {
    position: absolute;
    left: 0;
    display: inline-block;
    text-align: center;
    padding: 14px;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(12,133,244,.05);
    border-radius: 50px;
    box-shadow: 0 16px 24px 0 rgba(0,0,0,.06),0 2px 6px 0 rgba(0,0,0,.04),0 0 1px 0 rgba(0,0,0,.04);
    background-color: var(--bs-white);
    transition: box-shadow .5s,transform .5s,border .5s;
}
.about-list li span img {
    width: 30px;
}
.about-list li:hover span {
    /* box-shadow: 0 3px 12px rgb(41, 202, 217); */
}
.border-radius-10 {
    border-radius: 10px;
}
.view_more {
    background: #0db4c4;
    color: #fff;
    width: 170px;
    height: 42px;
    border: 0;
    font-size: 18px;
    border-radius: 4px;
    transition: 0.6s;
    overflow: hidden;
    line-height: 30px;
  }
  .view_more:focus {
    outline: 0;
  }
  .view_more:before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 60px;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    filter: blur(30px);
    transform: translateX(-100px) skewX(-15deg);
  }
  .view_more:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 100%;
    left: 30px;
    top: 0;
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-100px) skewX(-15deg);
  }
  .view_more:hover {
    background: #0f7b85;
    cursor: pointer;
  }
  .view_more:hover:before {
    transform: translateX(300px) skewX(-15deg);
    opacity: 0.6;
    transition: 0.7s;
  }
  .view_more:hover:after {
    transform: translateX(300px) skewX(-15deg);
    opacity: 1;
    transition: 0.7s;
  }
   .tags-links{
    text-align: center;
   }
  .tags-links a{
    color: #000;
    display: inline-block;
    padding: 0px 8px;
    font-size: 13px;
    text-decoration: none;
    transition: transform 0.2s;
  }
  .tags-links a:hover{
    transform: scale(1.1);
    cursor: pointer;
    color: #8e5397;
  }
 
  @media (max-width:767px){
    .tags-links{
        display: none;
    }
  }

@media (max-width: 600px) {
    .service-logos img {
        width: 100%;
        height: auto;
    }
    .service-section {
        margin-top: 52px;
    }
    .section-title .title {
        font-size: 20px;
    }
    .clientImages {
        background-size: 70% !important;
    }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
    .service-logos img {
        width: 74%;
        height: auto;
    }
}
@media (max-width: 992px) {
    .section-title .content {
        margin-bottom: 25px;
    }
}

@media (width: 1024px) {
    .about-list li {
        font-size: 14px;
    }
    .about-list {
        padding-left: 0;
    }
}

