.hr-detail-dynamic .hr-detail-thumbnail {
	width: 100%;
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 30px;
	border-radius: 12px
}

.hr-detail-dynamic .hr-titel {
	font-size: 40px;
	font-weight: var(--weight-600);
	line-height: 45px;
	margin-bottom: 20px;
	color: var(--black)
}

.hr-detail-dynamic .hr-titel h3,
.hr-detail-dynamic .hr-titel .h3 {
	font-size: 40px;
	font-weight: var(--weight-600);
	line-height: 45px;
	margin-bottom: 0;
	color: var(--black)
}

.hr-dynamic p {
	font-size: 18px;
	line-height: 28px;
	font-weight: var(--weight-400);
	margin-bottom: 0;
	color: var(--color-1)
}

.hr-dynamic b,
.hr-dynamic strong,
.hr-dynamic h6 {
	font-size: 18px;
	line-height: 28px;
	font-weight: var(--weight-600);
	margin-bottom: 10px;
	color: var(--black)
}

.hr-offset-ps-md-sz-40 {
	padding-left: 40px
}

.hr-list-widget {
	border-radius: 10px;
	border: 1px solid hsl(220deg 8.94% 46.08% / 30%);
	margin-bottom: 25px
}

.hr-list-widget .hr-widget-head {
	padding: 20px;
	border-bottom: 1px solid #6b72804d
}

.hr-list-widget .hr-widget-head .hr-titel h5 {
	font-size: 26px;
	font-weight: var(--weight-600);
	line-height: 30px;
	margin-bottom: 0
}

.hr-list-widget .hr-widget-body {
	padding: 20px 20px
}

.hr-list-widget .hr-widget-body .nav .nav-item {
	margin-bottom: 15px
}

.hr-list-widget .hr-widget-body .nav .nav-item .nav-link {
	padding: 0
}

.hr-list-widget .hr-widget-body .nav .nav-item .nav-link:hover {
	color: var(--color-3)
}

.hr-list-widget .hr-widget-body .nav .nav-item .nav-link:hover .hr-thumb-nav .hr-info .hr-titel {
	color: var(--color-3)
}

.hr-list-widget .hr-widget-body .nav .nav-item .nav-link .hr-thumb-nav {
	display: flex;
	align-items: center
}

.hr-list-widget .hr-widget-body .nav .nav-item .nav-link .hr-thumb-nav .hr-thumb {
	height: 80px;
	border-radius: 10px;
	width: 100px;
	margin-right: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.hr-list-widget .hr-widget-body .nav .nav-item .nav-link .hr-thumb-nav .hr-info {
	width: calc(100% - 115px)
}

.hr-list-widget .hr-widget-body .nav .nav-item .nav-link .hr-thumb-nav .hr-info .hr-titel {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 20px;
	font-weight: var(--weight-400);
	line-height: 23px;
	color: var(--black)
}

.hr-more-images-widget {
	margin-bottom: 25px
}

.hr-pop-images,
.hr-pop-Video {
	cursor: zoom-in
}

.hr-more-images-widget .hr-images-bg-card {
	border: none;
	border-radius: 10px;
	width: 100%;
	height: 180px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative
}

.hr-more-images-widget .hr-images-bg-card:hover {
	cursor: zoom-in
}

.hr-more-images-widget .hr-images-bg-card .hr-hover-plus {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	background: #00000080
}

.hr-more-images-widget .hr-images-bg-card:hover .hr-hover-plus {
	opacity: 1
}

.hr-more-images-widget .hr-images-bg-card .hr-hover-plus span {
	font-size: 20px;
	color: #fff
}
/*new design*/
.hr-service-details {
    position: relative;
    padding: 100px 0px;
}
.hr-service-details .sidebar .list {
	position: relative;
	margin-bottom: 50px;
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	row-gap: 11px;
}
/*.activeh {
	background-color: var(--color-2);
	color: white !important;
}*/
.hr-service-details .sidebar .list li a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	line-height: 1.55;
	font-family: var(--font-02);
}
.hr-service-details .sidebar .list li a::before {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	transition: all 500ms ease;
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	content: "\f105";
}
.hr-service-details .sidebar .list li a:hover::before {
	color: var(--color-2);
}		
.hr-service-details .sidebar .list li:last-child a {
    border-bottom: none;
}
.hr-service-details .sidebar .list li a:hover {
	color: var(--color-2);
}
.hr-service-details .sidebar .call {
  
}

.call-icon {
  height: 50px;
  width: 50px;
  color: var(--color-2);
  border-radius: 100%;
  margin-right: 20px;
  border: 2px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
}
.call-icon i {
  color: var(--color-2) !important;
  font-size: 16px;
  padding-left: 5px;
}
.hr-service-details .sidebar .call h2 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 0px;
	color: var(--color-2);
	margin-top: 0px;
	margin-bottom: 10px;
}	
.hr-service-details .sidebar .call p {
	font-size: 14px;
	color: #000;
	margin: 0;
	line-height: 1.55;
}
.call-inner {
	display: flex;
	align-items: center;
}
.hr-service-details .sidebar .call h3 {
	font-weight: 600;
	color: #000;
	font-size: 17px;
	line-height: 30px;
	margin: 0;
}
.call h3 i {
    font-weight: 600;
    color: #000 !important;
    font-size: 17px;
}
.hr-service-details .sidebar .call i:before {
    margin-right: 8px;
}
.hr-service-details .sidebar-details {
	position: relative;
	margin-right: 50px;
}
.hr-service-details .sidebar-details img {
	width: 100%;
	margin-bottom: 28px;
	object-fit: cover;
}
.hr-service-details .sidebar-details .content-one{
	position: relative;
    margin-bottom: 44px;
}
.sec-title h2 {
    margin-bottom: 15px;
    font-size: 45px;
    line-height: 45px;
    font-weight: 600;
    color: var(--color-2);
}
.call h3 a {
	font-size: 20px;
	font-weight: 400;
	color: #000;
}
.hr-service-details .sidebar-details p {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.sidebar-details ul li {
	list-style: none;
	position: relative;
	padding-left: 30px;
	font-family: var(--font-02);
	line-height: 1.75;
}
.sidebar-details ul {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	margin-bottom: 30px;
	border-bottom: 2px solid #eaeaea;
	padding-bottom: 20px;
	row-gap: 8px;
}
.sidebar-details ul li:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f0a4";
  font-size: 17px;
  left: 0;
  top: 2px;
  position: absolute;
  width: 25px;
  height: 25px;
  color: var(--color-2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.hr-service-details .sidebar-details h3 {
	font-weight: bold;
}
.img-box figure {
  overflow: hidden;
  margin-bottom: 30px;
}
.img-box figure img:hover {
  transform: scale(1.1);
  transition: .3s ease-in-out;
}
.img-box figure img {
  transition: .3s ease-in-out;
}

.heading_shape_left, .heading_shape_right {
  position: relative;
}
.heading_shape_left:before {
  content: "";
  position: absolute;
  background-color: #b89b5e;
  height: 2px;
  width: 20px;
  left: -40px;
  top: 10px;
}
.sidebar h4 {
  font-size: 16px;
  color: #343434;
  font-family: var(--font-02);
  padding: 0 40px 15px 40px;
  margin: 0 0px 35px;
  border-bottom: 2px solid #eaeaea;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.heading_shape_left:after {
  content: "";
  position: absolute;
  background-color: #b89b5e;
  height: 12px;
  width: 4px;
  left: -40px;
  top: 5px;
}
.heading_shape_right:after {
  content: "";
  position: absolute;
  background-color: #b89b5e;
  height: 12px;
  width: 4px;
  top: 5px;
  left: 32px;
}
.heading_shape_right:before {
  content: "";
  position: absolute;
  background-color: #b89b5e;
  top: 10px;
  left: 15px;
  height: 2px;
  width: 20px;
  width: 20px;
}	
.call-wapper {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
.hr-service-details .sidebar .list li a.activeh {
	color: var(--color-2);
	font-weight: 700;
}
@media (max-width:1024px) {
	.hr-offset-ps-md-sz-40 {
		padding-left: 0;
		margin-top: 20px
	}
	.hr-service-details .sidebar-details{
		margin-left: 0;
	}
}

@media (max-width:767.98px) {
	.hr-offset-ps-md-sz-40 {
		padding-left: 0;
		margin-top: 20px
	}

	.hr-detail-dynamic .hr-titel h3,
	.hr-detail-dynamic .hr-titel .h3 {
		font-size: 35px
	}

	.hr-detail-dynamic .hr-detail-thumbnail {
		height: 350px
	}
	.hr-service-details .sidebar-details{
		margin-left: 0;
	}
	.hr-service-details .sidebar-details p {
	flex-direction: column;
}
}

@media(max-width:575px){
	.sec-title h2 {
	font-size: 28px;
	line-height: 35px;
}
.hr-service-details {
	position: relative;
	padding: 50px 0px;
}
.hr-service-details .sidebar-details {
	position: relative;
	margin-right: 0;
}
.sidebar-details ul {
	row-gap: 0px;
}
}