.single-service-hr .inner {
    z-index: 2;
    position: relative;
    /* margin-top: -40px; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:20px;
}

.single-service-hr {
    background: white;
    border-radius: 10px;
    padding: 30px;
    text-align: left;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
    display: flex;
    width: 100%;
}

h5, h6{margin-bottom:0}

.rts-banner-area.rts-section-gap {
    padding: 80px 0;
}
.color-primary{color:#0243a1!important}
menu, ol, ul {
    margin: 10px 0;
    padding: 0 0 0 20px;
}
.material-symbols-outlined {
    color: var(--color-primary);
    font-weight: 400 !important;
    font-size: 42px !important;
} 
.why-choose-area-right-content-8 .signle-consultancy .icon {
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 50px;
    min-width: 50px;
    background: #F2F2F2;
    border-radius: 50%;
}


.why-choose-area-right-content-8 .signle-consultancy:nth-child(odd) {
    display: flex;
    align-items: flex-start;
    gap: 29px;
    /* background: #f3f7fa; */
    padding: 10px;
}
.why-choose-area-right-content-8 .signle-consultancy:nth-child(even) {
    display: flex;
    align-items: flex-start;
    gap: 29px;
    background: transparent;
    padding: 10px;
}
.title-area-between-hr {
    display: flex
;
    align-items: flex-end;
    justify-content: center;
    margin-bottom:40px;
    
}
.title-area-between-hr h2:after{
   content: '';
    height: 2px;
    background: linear-gradient(to left, rgba(2, 67, 161, .1), rgba(2, 67, 161, .75), #01509d, rgba(2, 67, 161, .75), rgba(2, 67, 161, .1));
    display: block;
    transition: all .5s ease-in-out;
    margin: 10px auto 0px;
    width: 70%;
    box-shadow:0 2px 3px #e5e5e5

}
.title-area-between-hr h2{font-weight:normal}
.rts-section-gap {
    padding: 40px 0;
}
.single-service-hr .inner .icon-area {
    margin: auto;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 0px;
     margin-top: 0px;
}
.single-service-hr {
    background: white;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    margin-bottom:20px;
}



.single-service-style-three .inner .title {
    font-size: 22px;
    font-weight: 700;
    color: #1C2539;
    margin-bottom: 10px;
}
.single-service-style-three .inner a.read-more {
    color: #0171e0;
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
    transition: 0.3s;
}
.single-service-style-three .inner .icon {
   height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F2F2;
    margin: auto;
    margin-bottom: 20px;
}
.title-style-one .title {
    font-size: 36px;
    font-weight: normal;
}
.play-btn .material-symbols-outlined{
  color: #fff !important;
 font-size: 34px !important;
 padding-left:10px;
}
.play-btn{
  border-color:#F60032;
  color:#fff;
  background-color:#F60032!important;
}


.working-process-area-three .material-symbols-outlined {
    color: var(--color-primary);
    font-weight: 300 !important;
    font-size: 62px !important;
}