footer {
  padding: 80px 0;
  background: #1032a1;
  background-image: url(/wp-content/themes/scc-hr-portal/assets/images/footer-bg-new.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: soft-light;
  margin-top: auto;
}
footer .col-md-4 h5 span {
  color: #fff;
  display: block;
}
footer .menu-list {
  max-width: 210px;
  padding-right: 20px;
}
footer .menu-list:last-child {
  max-width: 200px;
  padding-right: 0px;
}
footer .menu-list ul {
  margin: 0;
}
footer .menu-list ul li{
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
}
footer .menu-list .heading{
  font-family: 'Bahij-TheSansArabic-bold';
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
footer .menu-list.link-list ul li{
  margin-bottom: 12px;
}
footer .menu-list ul li:last-child,
footer .menu-list.link-list ul li:last-child{
  margin-bottom: 0px;
}
footer .menu-list ul li a {
  display: inline-flex;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8) !important;
}
footer .menu-list ul li a:hover {
  color: rgba(255, 255, 255, 1) !important;
  text-decoration: none;
}
footer .menu-list ul li a svg,  footer .menu-list ul li a img{
  min-width: 14px;
  margin-right: 12px;
  position: relative;
}
footer .menu-list ul li  svg,  footer .menu-list ul li  img{
  min-width: 14px;
  margin-right: 12px;
  position: relative;
}
[dir=rtl] footer .menu-list ul li svg, [dir=rtl] footer .menu-list ul li img {
  margin-right: 0px;
  margin-left: 12px;
}
footer .menu-list ul li:last-child a {
  margin-bottom: 0;
}
footer .footer-logos {
  margin-top: 64px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
footer .footer-logos img {
  height: 64px;
  width: auto;
}
footer .footer-logos ul.social-media {
  display: flex;
  gap: 12px;
  margin-bottom: 0;
  list-style: none;
}
footer .footer-logos ul.social-media a {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-logos ul.social-media a img {
  width: 24px;
  max-height: 26px;
}
footer .footer-logos ul.social-media a:hover {
  border: 1px solid rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 1);
}
footer .footer-logos ul.social-media a:hover img {
  filter: brightness(0) saturate(100%) invert(11%) sepia(47%) saturate(7130%) hue-rotate(229deg) brightness(103%) contrast(96%);
}
[dir=rtl] footer .menu-list ul li a svg {
  margin-right: 0px;
  margin-left: 12px;
}
footer .footer-logos ul.social-media li:nth-child(3) a img {
  width: 27px;
}
footer .footer-logos ul.social-media li:nth-child(4) a img {
  width: 20px;
}

@media (max-width: 991px) {
  footer .container{
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  footer{
    padding: 40px 0;
  }
  footer h5{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 32px;
  }
  footer .col-md-4 h5 span {
    display: inline;
  }
  footer h5 br{
    display: none;
  }
  footer .menu-list{
    max-width: 100% !important; 
    padding: 0;
  }
  footer .d-flex{
    flex-wrap: wrap;
  }
  footer .menu-list.link-list{
    display: none;
  }
  .menu-list .b1{
    margin-bottom: 12px !important;
    font-size: 16px;
    line-height: 20px;
  }
  footer .menu-list .heading{
    font-size: 16px !important;
    line-height: 24px !important;
  }
  footer .menu-list ul li {
    margin-bottom: 12px;
    align-items: center;
  }
  footer .footer-logos{
    flex-wrap: wrap;
    margin-top: 32px;
  }
  footer .footer-logos ul a img{
    width: auto !important;
    height: 16px !important;
  }
  footer .footer-logos ul.social-media li:nth-child(3) a img {
    height: 12px !important;
  }
  footer .footer-logos ul.social-media li:nth-child(4) a img {
    height: 13px !important;
  }
  footer .footer-logos ul.social-media{
    margin-top: 16px;
    gap: 6px;
    width: 100%;
  }
  footer .footer-logos ul.social-media a {
    width: 32px;
    height: 32px;
  }
  footer .footer-logos img {
    height: 42px;
    width: auto;
  }
}


.otgs-development-site-front-end{
  padding-left: 36px;
  padding-right: 16px;
}