/*New csss*/
.footer-head {
  padding: 50px 0px;
}
footer {
  background: #161515;
  position: relative;
}
.footer-left-top h2 {
  color: #f7f7f7;
  font-size: 28px;
  font-weight: 700;
}
.hr-email-sec input {
  border: 1px solid #252424;
  width: 100%;
  padding: 13px 20px;
  background: #000;
  border-radius: 3px;
  font-size: 14px;
  color: #FFF;
  font-weight: 700;
}
.hr-email-sec {
  position: relative;
  max-width: 400px;
}
.footer-left-top {
  display: flex;
  flex-direction: column;
  row-gap: 0px;
}
.footer-head-left {
  display: flex;
  flex-direction: column;
  row-gap: 0px;
  padding-right: 20px;
}
.footer-left-bottom {
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.footer-left-bottom h4 {
  color: #f7f7f7;
  font-size: 20px;
}
.global-offices-img img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  border-radius: 10px;
  max-width: 150px;
}
.global-offices-content h5 {
  font-size: 14px;
  color: #f7f7f7;
}
.hr-email-btn {
  position: absolute;
  top: 9px;
  right: 10px;
  background: var(--color-3);
  padding: 5px;
  width: 30px;
  height: 30px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  transform: rotate(-40deg);
  }
  .footer-bottom-inner .hr-info a img {
  width: 100%;
  max-width: 300px;
} 

.global-offices-content address {
  color: #f7f7f7;
  margin-bottom: 10px;
}
.global-offices-phone {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.hr-footer-menu h4 {
  font-size: 24px;
  color: #f7f7f7;
  font-weight: 600;
}
.hr-footer-menu .nav .nav-item .nav-link {
  font-size: 16px;
  color: #f7f7f7;
  font-weight: 500;
  padding: 6px 0px;
}

.hr-footer-social .nav {
  display: flex;
  justify-content: space-between;
  padding-right: 50px;
}
.hr-footer-social {
  padding-top: 70px;
}
.hr-footer-social .nav .nav-item .nav-link .hr-icon {
  font-size: 16px;
  color: #f7f7f7;
  font-weight: 600;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.hr-footer-social .nav .nav-item .nav-link {
  position: relative;
}
.hr-footer-social .nav .nav-item .nav-link:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 17px;
  width: 7px;
  height: 7px;
  background: #6C757D;
  border-radius: 50%;
  display: none;
}
.footer-bottom-inner {
  border: 1px solid #434141;
  border-radius: 10px;
  padding: 0px 15px;
}
.footer-bottom-inner .hr-info {
  height: 100%;
  padding: 25px 0px;
}
.footer-bottom-inner .hr-info-phone {
  border-right: 1px solid #434141;
}

.footer-bottom-inner .row {
  align-items: center;
}
.hr-info .hr-icon span {
  font-size: 14px;
  color: #9EA1A4;
  font-weight: 600;
  text-transform: capitalize;
}
.hr-icon p {
  font-size: 14px;
  color: #f7f7f7;
  font-weight: 600;
}
.hr-detail p, .hr-detail span {
  margin: 0;
  font-size: 18px;
  color: #f7f7f7;
  font-weight: 600;
}
.hr-copyright-wrap {
  padding: 0.75rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hr-copyright-wrap p {
  font-size: 14px;
  color: #9EA1A4;
  font-weight: 600;
}
.hr-copyright-wrap p a {
  color: #fff;
}
.hr-copyright {
  padding-top: 10px;
}
.hr-footer-social .nav .nav-item .nav-link .hr-icon:hover {
  color: var(--color-3) !important;
}
@media(max-width:1400px){
  .hr-footer-social .nav .nav-item .nav-link {
  padding: 10px;
}
}
@media(max-width:1199px){
  .hr-footer-social .nav {
  padding-right: 0px;
}
.hr-footer-social .nav .nav-item .nav-link::after {
  right: -4px;
}
.hr-footer-social .nav-link {
  padding: 7px 10px;
}
.hr-footer-social .nav .nav-item .nav-link .hr-icon {
  font-size: 15px;
  column-gap: 4px;
}
.hr-footer-social .nav .nav-item .nav-link {
  padding: 5px;
}
}
@media(max-width:768px){
  .global-offices .row {
    row-gap: 30px;
  }
  .global-offices-img img{
    width: 50%;
    height: auto;
  }
}
@media(max-width:576px){
  .hr-footer-social .nav {
    justify-content: start;
  }
  .hr-footer-social {
    padding-top: 20px;
  }
  .hr-copyright-wrap {
    flex-direction: column;
    text-align: center;
  }
  .global-offices-img img {
  max-width: 100px;
}

}