.hr-testimonial-card {
	border-radius: 10px;
	border: 2px solid #e1e1e1cc;
	height: calc(100% - 25px);
	margin-bottom: 25px;
	background: #fff
}

.hr-testimonial-card:hover {
	box-shadow: 0 4px 8px rgb(0 0 0 / .1)
}

.hr-testimonial-card .hr-testimonial-card-body {
	padding: 40px 24px
}

.hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-image {
	margin: 0 auto;
	margin-bottom: 20px
}

.hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-image img {
	width: 102px;
	height: 102px;
	border-radius: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-review {
	margin-bottom: 10px
}

.hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-review .nav-link {
	padding: 0;
	margin-right: 10px;
	font-size: 16px
}

.hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-review .nav-link {
	color: #6b728080
}

.hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-review .nav-item .active {
	color: #ffce0a
}

.hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-name {
	font-size: 26px;
	line-height: 36px;
	color: #000
}

.hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-name h4,
.hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-name .h4 {
	font-size: 26px;
	line-height: 36px;
	color: #000
}

.hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-pos {
	font-size: 18px;
	line-height: 28px;
	color: #6b7280cc
}

.hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-pos span {
	font-size: 18px;
	line-height: 28px;
	color: #6b7280cc
}

.hr-testimonial-card .hr-testimonial-dec {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 18px;
	line-height: 28px;
	font-weight: var(--weight-400);
	color: #6b7280
}

.hr-testimonial-card .hr-testimonial-dec p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 18px;
	line-height: 28px;
	font-weight: var(--weight-400);
	color: #6b7280
}
/*New design css*/
.hr-single-testimoni {
    padding: 45px 55px 85px 55px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    background-color: #f4f4f4;
}
.hr-single-testimoni .hr-testimoni-icon {
    display: flex;
    justify-content: center;
    color: var(--color-3);
    font-size: 54px;
    margin-bottom: 15px;
}
.hr-single-testimoni .hr-testimoni-details .hr-info {
    font-size: 17px;
    color: var(--color-2);
    line-height: 27px;
    margin-bottom: 45px;
    transition: all 0.3s ease;
    font-family: var(--font-02);
}
.hr-single-testimoni .hr-testimoni-details p{
	font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.75;
    color: var(--color-4);
    margin-bottom: 20px;
}
.hr-single-testimoni .hr-testimoni-details .hr-name {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-2);
    margin-bottom: 10px;
    transition: all 0.3s ease;
}
.hr-single-testimoni .hr-testimoni-details .hr-position {
    font-size: 17px;
    color: var(--color-2);
    transition: all 0.3s ease;
    font-family: var(--font-02);
}
.hr-single-testimoni .hr-testimonial-img {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.hr-single-testimoni .hr-testimonial-img img {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    background: #d4d4d4;
    border: 8px solid var(--color-3);
}
.hr-single-testimoni .hr-testimonial-review {
	margin-bottom: 25px
}

.hr-single-testimoni .hr-testimonial-review .nav-link {
	padding: 0;
	margin-right: 10px;
	font-size: 25px
}

.hr-single-testimoni .hr-testimonial-review .nav-link {
	color: #6b728080
}

.hr-single-testimoni .hr-testimonial-review .nav-item .active {
	color: #f59e0b
}
.hr-testimonial-avatar {
    padding: 12px;
    flex: 0 0 auto;
}
.p-relative {
    position: relative;
}
.hr-testimonial-avatar img {
    height: 58px;
    width: 58px;
    border-radius: 50%;
}
.hr-testimonial-avatar-shape {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: -1;
    transform: translateY(-50%);
}
.hr-testimonial-avatar-name {
    font-weight: 600;
    font-size: 22px;
    font-family: var(--font-02);
    color: var(--color-4);
    line-height: 1.22;
    margin-bottom: .5rem;
}
.hr-testimonial-avatar-info span {
    color: var(--color-3);
    font-size: 14px;
}
.z-index-1{
	z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hr-single-testimoni .hr-testimoni-details p {
        font-size: 21px;
    }
}
@media(max-width:767.98px){
	.hr-single-testimoni{
		padding: 40px 20px;
	}
	.hr-testimoni-icon{
		display: none;
	}
}