/* Footer style - start */
.footer {
  background-color: #fcfcfc;
  border-top: 2px solid rgba(137, 137, 137, 0.25);
}
.footer .footer-widget {
  padding: 24px 0px 24px 0px;
}
.footer .footer-widget .social-media--footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  max-width: 140px;
  padding-top: 25px;
  padding-left: 3px;
}

.footer .footer-widget .social-media--footer ul li:not(:last-of-type) {
	padding-right: 47px;
}

.footer .footer-widget .social-media--footer ul li img {
	max-height: 16px;
}
.footer .footer-widget h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.22;
  position: relative;
  margin-bottom: 35px;
}
.footer .footer-widget h3::after {
  content: "";
  display: block;
  background-color: #d7d7d7;
  height: 2px;
  width: 100%;
  max-width: 348px;
  position: absolute;
  bottom: -6px;
  left: 0;
  z-index: 1;
}
.footer .footer-widget h3::before {
  content: "";
  display: block;
  background-color: #fb4b14;
  height: 2px;
  width: 56px;
  position: absolute;
  bottom: -6px;
  left: 0;
  z-index: 2;
}
.footer .footer-widget #menu-footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
  text-transform: uppercase;
  columns: 2;
  max-width: 270px;
}
.footer .footer-widget #menu-footer-menu li {
  margin-bottom: 12px;
}
.footer .footer-widget #menu-footer-menu li a {
  position: relative;
}
.footer .footer-widget #menu-footer-menu li a::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #fb4b14;
  display: block;
  bottom: -3px;
  position: absolute;
  transition: 0.3s ease-in;
}
.footer .footer-widget #menu-footer-menu li a:hover::after {
  width: 100%;
  transition: 0.3s ease-out;
}
.footer .footer-widget #menu-contact {
  list-style: none;
  padding: 0 0 0 35px;
  margin: 0;
  font-weight: 500;
  text-transform: none;
  max-width: 280px;
  font-size: 14px;
}
.footer .footer-widget #menu-contact li {
  position: relative;
  margin-bottom: 12px;
}
.footer .footer-widget #menu-contact li a {
  transition: 0.4s ease;
  position: relative;
}
.footer .footer-widget #menu-contact li::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 17px;
  height: 26px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer .footer-widget #menu-contact .location-icon:before {
  background-image: url("../images/icons/location.svg");
}
.footer .footer-widget #menu-contact .mail-icon {
  text-decoration: underline;
}
.footer .footer-widget #menu-contact .mail-icon a:hover {
  color: #fb4b14;
  transition: 0.4s ease;
}
.footer .footer-widget #menu-contact .mail-icon:before {
  background-image: url("../images/icons/email.svg");
}
.footer .footer-widget #menu-contact .phone-icon a:hover {
  color: #fb4b14;
  transition: 0.4s ease;
}
.footer .footer-widget #menu-contact .phone-icon:before {
  background-image: url("../images/icons/phone.svg");
}
.footer a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.22;
  position: relative;
}

.partners {
  background-color: #fb4b14;
  padding: 11px 0px;
}
.partners--slider .slick-track {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.partners .container {
  padding: 0 12px;
}
.partners .container__footer {
  max-width: 1520px;
}

.partner-logo {
  width: auto !important;
  padding: 0px 25px;
}

.copyright {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  padding: 18px 0px 15px 0px;
}
.copyright a {
  transition: 0.4s ease;
}
.copyright a:hover {
  transition: 0.4s ease;
  color: #fb4b14;
}

@media only screen and (max-width: 991px) {
  .footer .footer-widget .social-media--footer ul {
    padding-top: 25px;
  }
}

/* Footer style - end */