/*body{background: #151e28;color:#fff}*/
p,h5{color:#fff}
.h5, h5 {
    font-size: 1.25rem;
}
.cont-class{
  max-width: 100%;
  padding: 0;
  overflow-x: hidden;
}
.section-title {
  text-align: center;
  margin-bottom: 20px;
}
.section-title h2 {
  font-weight: 600;
  color: var(--color-3);
  /*letter-spacing: 1.5px;*/
  text-transform: uppercase;
}
.feature-icon {
  font-size: 44px;
  color: #a62f75;
  margin-bottom: 15px;
}
.info-bg {
    background: #202938;
    border-radius: 14px;
    box-shadow: 0 4px 24px #151e2822;
    padding: 36px 24px 28px 24px;
    margin-bottom: 46px;
}
ul li{
  color: #fff;
}
.services-list li {
    margin-bottom: 14px;
    font-size: 1.08rem;
    list-style: none;
    color: #fff;
}
.services-list i {
    color: #a62f75;
    font-size: 1.2em;
    margin-right: 5px;
}
.content-bg {
  background: #202938;
  /*border-radius: 16px;*/
  /*box-shadow: 0 4px 24px #151e2822;*/
  padding: 35px;
  margin-bottom: 30px;
}
.colored-bg {
  background: linear-gradient(120deg, #171a23 70%, #a62f75 200%);
  /*border-radius: 14px;*/
}
.img-round {
  border-radius: 1.3rem;
  box-shadow: 0 2px 24px #a62f7533;
  border: 2px solid #00ace144;
}
.btn-accent {
  background: #a62f75;
  color: #fff;
  border: none;
}
.btn-accent:hover {
  background: #00ace1;
  color: #fff;
}
.highlight {
  color: #00ace1;
  font-weight: 600;
}
@media (max-width: 991px) {
  .section-title h2 { font-size: 2rem; }
}
@media (max-width: 576px) {
  .content-bg { padding: 18px; }
}
.hr-left-imgs{
    padding: 0;
    width: 100%;
    height: 740px;
    display: block;
    position: relative;
}
.hr-left-imgsbrochure{
    padding: 0;
    width: 100%;
    height: 740px;
    display: block;
    position: relative;
}
.hr-left-imgs-mura{
    padding: 0;
    width: 100%;
    height: 740px;
    display: block;
    position: relative;
}
.hr-left-imgs:before{
    background: url(https://www.hrinfocare.com/public/assets/images/services/coldf10.webp) no-repeat;
    position: absolute;
    top: 0;
    left: -297px;
    display: block;
    content: "";
    width: 945px;
    height: 740px;
    z-index: 0;
    border-radius: 0 10px 10px 0;
}
.hr-left-imgsbrochure:before{
    background: url(https://www.hrinfocare.com/public/assets/images/services/broch2.webp) no-repeat;
    position: absolute;
    top: 0;
    left: -297px;
    display: block;
    content: "";
    width: 945px;
    height: 740px;
    z-index: 0;
    border-radius: 0 10px 10px 0;
}
.hr-left-imgs-mura:before{
    background: url(https://www.hrinfocare.com/public/assets/images/services/muracms-technology.webp?v=1) no-repeat;
    position: absolute;
    top: 0;
    left: -297px;
    display: block;
    content: "";
    width: 945px;
    height: 740px;
    z-index: 0;
    border-radius: 0 10px 10px 0;
}
.hr-right-contents{
    display: flex;
    flex-wrap: wrap;
}
.hr-content-card{
    display: flex;    
    padding: 10px 25px;
    min-height: 355px;
    border-color: #575757;
    box-shadow: 0 0 12px rgba(0, 0, 0, .15);
    border-radius: 10px;
    width: calc(50% - 35px);
    margin: 0 25px 25px 0;
    flex-direction: column;
}
.hr-content-card h3{
    font-size: 30px;
}
.hr-content-card-i{
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    display: flex;
}
.hr-content-card-i img{
    width: 50px;
    height: 50px;
}
.hr-content-card ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.hr-content-card ul li{
    font-size: 20px;
    color: #121212;
    line-height: 1.625rem;
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 20px;
}
.hr-circle-sec{
     position: absolute;
    top: -120px;
    left: 50%;
    margin: auto;
    z-index: 1;
    -webkit-transform: translateX(-50%);
}
.hr-circle-sec img{
    max-width: 100%;
}
.hr-circle-inner ul{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.hr-circle-inner ul li{
    width: 49%;
    position: relative;
    margin-bottom: 50px;
    padding: 30px 15px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 13px 10px rgba(0, 0, 0, .05);
    min-height: 170px;
}
.hr-circle-inner ul li i{
    margin-right: 30px;
}
.hr-circle-inner .hr-circle-text{
    width: 230px;
}
.hr-circle-inner .hr-circle-text h3{
    font-size: 1.75rem;
    line-height: 2.25rem;
    color: #121212;
}
.hr-circle-inner .hr-circle-text p{
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #555;
    margin: 15px 1px 0;
}
.hr-circle-inner ul li:nth-child(2n){
    flex-direction: row-reverse;
    text-align: right;
}
.hr-circle-inner ul li:nth-child(2n) i{
    margin-right: 0;
    margin-left: 30px;
}
.hr-circle-inner ul li:last-child .hr-circle-text{
    width: calc(100% - 70px);
    z-index: 11;
}
.hr-sec-circ{
    margin-bottom: 140px;
}
@media(min-width:1517px){
    .hr-left-imgs:before{
        left: -270px;
    }
    .hr-left-imgsbrochure:before{
        left: -270px;
    }
    .hr-left-imgs-mura:before{
        left: -270px;
    }
}
@media(min-width:1707px){
    .hr-left-imgs:before{
        left: -190px;
    }
    .hr-left-imgsbrochure:before{
        left: -190px;
    }
    .hr-left-imgs-mura:before{
        left: -190px;
    }
}
@media(min-width:1821px){
    .hr-left-imgs:before{
        left: -80px;
    }
    .hr-left-imgsbrochure:before{
        left: -80px;
    }
    .hr-left-imgs-mura:before{
        left: -80px;
    }
}
@media(min-width:2049px){
    .hr-left-imgs:before{
        left: -30px;
    }
    .hr-left-imgsbrochure:before{
        left: -30px;
    }
    .hr-left-imgs-mura:before{
        left: -30px;
    }
}
@media(max-width: 1199.98px){
    .hr-circle-sec img{
        width: 390px;
        height: 390px;
    }
    .hr-circle-sec{
        top: -10px;
    }
    .hr-circle-inner ul li{
        padding: 20px;
        margin-bottom: 40px;
    }
    .hr-circle-inner .hr-circle-text h3{
        font-size: 1.25rem;
        line-height: 1.675rem;
    }
    .hr-circle-inner .hr-circle-text p{
        font-size: 1rem;
        line-height: 1.325rem;
        margin: 10px 0 0;
    }
    .hr-circle-inner ul li:last-child{
        margin: 0 auto;
    }
}
@media(max-width: 991.98px){
    .hr-circle-inner{
        padding: 0 15px;
    }
    .hr-circle-inner ul{
        justify-content: space-between;
    }
    .hr-circle-inner ul li{
        margin-bottom: 35px;
        width: calc(50% - 15px);
    }
    .hr-circle-inner ul li:last-child{
        width: 100%;
    }
}
@media(max-width: 767.98px){
    .hr-content-card{
        width: 100%;
        margin: 0 0 30px;
        min-height: auto;
    }
    .hr-circle-sec img{
        width: 300px;
        height: 300px;
    }
    .hr-circle-sec{
        width: 300px;
        display: block;
        position: static;
        transform: none;
        margin: auto auto 50px;
    }
    .hr-circle-inner{
        padding: 0;
    }
    .hr-circle-inner ul li{
        width: 100%;
        flex-direction: row;
        text-align: left;
        margin-bottom: 20px;
    }
    .hr-circle-inner ul li:nth-child(2n){
        flex-direction: row;
        text-align: left;
    }
    .hr-circle-inner ul li i{
        margin-left: 0;
        margin-right: 30px;
    }
}