.hr-contact-section .hr-section-content {
  margin-bottom: 1rem;
}
.hr-contact-section .hr-contact-info {
  margin-right: 30px;  
  height: 100%;
}
.hr-section .hr-contact {
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
	border: 1px solid rgb(238, 238, 238);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(238, 238, 238);
	border-bottom: 8px solid rgb(238, 238, 238);
	background: #fff;
	padding: 25px;  
	height: 100%;
}
.hr-section .hr-contact .hr-info {
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
}
.hr-section .hr-contact .hr-info .hr-icon {
  margin-right: 1rem;
  width: 65px;
  height: 60px;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-4);
}
.hr-section .hr-contact .hr-info .hr-icon span {
  color: var(--white);
  font-size: 25px;
}
.hr-section .hr-contact .hr-info .hr-detail {
  width: calc(100% - calc(60px - 1rem));
}
.hr-section .hr-contact .hr-info .hr-detail h6 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-2);
  margin-bottom: 5px;
}
.hr-section .hr-contact .hr-info .hr-detail a,
.hr-section .hr-contact .hr-info .hr-detail address {
  font-size: 1rem;
  color: var(--color-1);
  margin-bottom: 0;
}
.hr-section .hr-contact .hr-info .hr-detail a:hover {
  color: var(--color-4);
}
.hr-section .hr-social {
  margin-top: 2rem;
}
.hr-section .hr-social .nav .nav-item {
  margin-right: 10px;
}
.hr-section .hr-social .nav .nav-item:last-child {
  margin-right: 0;
}
.hr-section .hr-social .nav .nav-item .nav-link {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--color-1);
  border: 1px solid var(--color-1);
  border-radius: 0.2rem;
}
.hr-section .hr-social .nav .nav-item .nav-link:hover {
  color: var(--white);
  border: 1px solid var(--color-4);
  background-color: var(--color-4);
}

/*Contact us css*/

.office-location-inner {
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgb(238, 238, 238);
  border-bottom: 8px solid rgb(238, 238, 238);
  background: #fff;
  padding: 25px;
  height: 100%;
}
.office-location-inner h3 {
  font-size: 20px;
  text-transform: capitalize;
  color: var(--color-3);
  font-weight: 600;
  margin-bottom: 20px;
}
.office-location-inner .hr-info {
	display: flex;
	align-items: start;
	column-gap: 20px;
}
.office-location-inner:hover {
  border-bottom-color: var(--color-3);
}
.office-location-inner .hr-icon span {
  color: var(--color-3);
}
.office-location-inner .hr-detail {
  color: gray;
}
.office-location-inner .hr-detail address {
  margin: 0;
}
.office-location-inner .hr-detail a {
  color: gray;
}
.office-location {
  margin-bottom: 50px;
}

.hr-contact h4 {
  font-size: 20px;
  text-transform: capitalize;
  color: var(--color-3);
  font-weight: 600;
  margin-bottom: 20px;
}
.office-timing {
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.office-timing li {
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: gray;
}
.office-timing li i {
  color: var(--color-3);
  font-size: 20px;
}
.hr-section .hr-contact:hover {
  border-bottom-color: var(--color-3);
}
.hr-contact-form {
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
	border: 1px solid rgb(238, 238, 238);
	background: #fff;
	padding: 25px;
}
@media screen and (max-width: 992px) {
  .hr-contact-section .hr-contact-info {
    margin: 0;
    margin-bottom: 40px;
  }
  .office-location-inner h3 {
  font-size: 19px;
  }
}
