.imgBox{display: inline-block;
    position: relative;
    max-width: 100%;
    line-height: 78px;
    font-weight: bold;
    font-size: 50px;
    color: #4e78d3;
    text-transform: uppercase;}

.h111{
    width: 400px;
    margin: 0 auto;color: #383434 !important;margin-top: 40px;font-family: 'Times New Roman';font-weight: bold;font-size: 46px;
    text-align: center !important;
}
.ys{width: 100%;background: #f4f4f4;padding: 15px 0;}
.ys h1{text-align: center;font-size: 46px;    line-height: 65px;
width: 400px;
margin: 0 auto;
color: #383434;
margin-top: 40px;
font-family: 'Times New Roman';
font-weight: bold;}
  .ys h3{
    font-family: Calibri;text-align: center;
font-size: 16px;
color: #666;
letter-spacing: 0;
line-height: 1.7em;
  }
  .services-one__single {
position: relative;
display: block;
background-color:#4e78d3;
box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
padding: 55px 60px 47px;
margin-bottom: 30px;
transition: all 500ms ease;
min-height: 200px;
}

/* .services-one__single:hover {
background-color: #000;
} */

.services-one__title {
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 24px;
}

.services-one__title a {
color: #fff;
transition: all 500ms ease;
background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 89% / 0px 2px no-repeat;
}

.services-one__single:hover .services-one__title a {
color: #ffffff;
}

.services-one__title a:hover {
background-size: 100% 2px;
}

.services-one__text {
margin: 0;
transition: all 500ms ease;
color: #fff;
font-size: 18px;
}

.services-one__single:hover .services-one__text {
color: #ffffff;
}

.services-one__btn {
font-size: 12px;
color: var(--thm-black);
font-weight: 500;
text-transform: uppercase;
margin-top: 67px;
position: relative;
display: inline-block;
z-index: 2;
transition: all 500ms ease;
}

.services-one__btn:hover {
color: var(--thm-primary);
}

/* .services-one__single:hover .services-one__btn {
color: #ffffff;
} */

.services-one__single .services-one__btn:hover {
color: var(--thm-primary)
}

.services-one__btn:before {
position: absolute;
bottom: 10px;
left: 0;
right: 0;
content: "";
background-color: #e5e5e5;
height: 6px;
z-index: -1;
transition: all 500ms ease;
}

/* .services-one__single:hover .services-one__btn:before {
background-color: var(--thm-primary);
opacity: 0.4;
} */

.services-one__icon {
position: absolute;
right: 58px;
bottom: 52px;
}

.services-one__icon span {
font-size: 65px;
line-height: 65px;
color: #fff;
transition: all 500ms ease;
}

/* .services-one__single:hover .services-one__icon span {
color: #ffffff;
} */
.scrollNews-dot0908{font-family: Calibri;text-align: center !important;font-size: 14px !important;line-height: 0}
.scrollNews-dot0908 div{background: #4e78d3;position: relative;
    display: inline-block;
    width: 20px;
    height: 3px;
    margin-bottom: 10px;}
.scrollNews-dot0908 div:before {
    left: auto;
    right: 40px;
    content: '';
    position: absolute;
    top: 50%;
    width: 70px;
    height: 2px;
    background: #eee;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.scrollNews-dot0908 div:after {
    left: 40px;
    right: auto;
    content: '';
    position: absolute;
    top: 50%;
    width: 70px;
    height: 2px;
    background: #eee;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}