@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');

body {
  font-family: "Inter", serif;
  font-weight: 400;
  font-size: 20px;
  font-style: normal;
  overflow-x: hidden;
}
.page-404 {
  min-height: calc(100vh - 244px);
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 150px 15px 150px 15px;
  color: #0d0d0d;
}
.fries {
  position: absolute;
  right: 24px;
  top: 14px;
  z-index: 1;
  width: 30px;
  height: 30px;
  padding: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fries > div {
  position: relative;
  flex: none;
  width: 18px;
  height: 1px;
  background: #212529;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-body .fries > div {
  background: #212529;
}
.fries > div:before,
.fries > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  width: 28px;
  height: 1px;
  background: inherit;
  transition: all 0.4s ease;
}
.fries > div:after {
  top: 10px;
}
.fries[aria-expanded="true"] > div {
  transform: rotate(135deg);
}
.fries[aria-expanded="true"] > div:before, .fries[aria-expanded="true"] > div:after {
  top: 0;
  transform: rotate(90deg);
  width: 100%;
}
h1, h2, h3, h4 {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: -0.9px;
}
section {
  padding: 60px 0px;
}
header {
  background-color: #FBF9F8;
}
#menu-wrap .container {
  display: flex;
  align-items: center;
}
nav.navbar.navbar-expand-lg {
  display: block;
}
nav.navbar.navbar-expand-lg > div {
  padding: 15px 0;
}
.navbar-nav li {
  margin: 0 10px;
}
.navbar-nav a {
  color: #1B1B1B;
  padding: 10px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 3px solid transparent;
  text-decoration: none !important;
}
.navbar-nav li.active a, 
.navbar-nav a:hover {
  color: #FF8C00;
  padding: 10px;
  border-bottom: 3px solid #FF8C00;
}
.navbar-nav .btn.btn-orange {
  margin-left: 50px;
  padding: 8px 20px !important;
}
.btn.btn-orange {
  background: #F7941D;
  padding: 12px 26px;
  color: #fff;
  border: 1px solid #F7941D !important;
  border-radius: 12px;
}
.btn.btn-orange:hover {
  background: #151515;
  padding: 12px 26px;
  color: #fff;
  border: 1px solid #151515 !important;
  border-radius: 12px;
}
.btn.btn-black {
  background: #151515;
  padding: 12px 26px;
  color: #fff;
  border: 1px solid #151515 !important;
  border-radius: 12px;
}
.btn.btn-black:hover {
  background: #F7941D;
  padding: 12px 26px;
  color: #fff;
  border: 1px solid #F7941D !important;
  border-radius: 12px;
}
.btn.btn-white {
  background: #fff;
  padding: 12px 26px;
  color: #000;
  border: 1px solid #fff !important;
  border-radius: 12px;
}
.btn.btn-white:hover {
  background: #F7941D;
  padding: 12px 26px;
  color: #fff;
  border: 1px solid #F7941D !important;
  border-radius: 12px;
}

#banner {
  background: #dc6821;
  min-height: calc(100vh - 99px);
  display: flex;
  align-items: center;
  padding: 0;
  overflow: hidden;
}
#banner .container  .row > div {
  min-height: calc(100vh - 99px);
  display: flex;
  align-items: center;
  padding: 60px 12px;
}
#banner .container .row > div:last-of-type {
  align-items: end;
  padding-bottom: 0px;
}
#banner #hero {
  width: 120%;
}
#banner .wrap h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 62px;
  letter-spacing: -1.8px;
  color: #fff;
  margin-bottom: 20px;
}
#banner .wrap h1 > span {
  padding: 0px 10px;
  background: #000;
  color: #fff;
  border-radius: 12px;
}
.button-wrap {
  margin-top: 60px;
}
.button-wrap > .btn:first-child {
  margin-right: 10px;
}
section label.section-label {
  color: #9A4700;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.4px
}
.info-bar {
  padding: 20px;
  background: #FBF2ED;
  margin-bottom: 20px;
  border-radius: 10px;
}
.info-bar:last-child {
  background: #F7941D;
}
.info-bar label {
  font-size: 36px;
  font-weight: 800;
  color: #9A4700;
}
.info-bar:last-child label {
  color: #3D1800;
}
.info-bar p {
  margin: 0;
}
h2 {
  font-size: 38px;
  margin-bottom: 20px;
}
h2.section-title:after {
  content: '';
  display: block;
  width: 45%;
  height: 3px;
  background: #FF8C00;
  position: absolute;
  bottom: -7px;
}
h2.section-title {
  position: relative;
  width: fit-content;
  margin-bottom: 50px;
}
#our-solutions {
  padding: 80px 0;
  background: #FBF2ED;
}
#our-solutions p {
  font-size: 18px;
}
#debt-collection {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
#debt-collection:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.3) 100%);
  z-index: 1;
}
#debt-collection .wrap > div {
  position: relative;
  z-index: 2;
}
#debt-collection .wrap {
  background-position: bottom;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  align-items: end;
  height: 100%;
}
#debt-collection h3 {
  margin: 15px 0;
  font-size: 30px;
  font-weight: 800;
}
#debt-collection a {
  color: #d17300;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
#debt-collection a:hover {
  text-decoration: underline;
}
#debt-collection a > svg {
  margin-left: 25px;
}
#skip-tracing {
  margin-bottom: 20px;
}
#skip-tracing h3, 
#credit-investigation h3,
#repossession h3,
#legal-services h3 {
  font-size: 24px;
  font-weight: 800;
}
#skip-tracing a,
#credit-investigation a,
#repossession a,
#legal-services a {
  display: block;
  text-decoration: none;
  color: #37312E;
  margin: 15px 0;
}
#skip-tracing a:hover,
#credit-investigation a:hover,
#repossession a:hover,
#legal-services a:hover {
  text-decoration: underline;
}
#skip-tracing .wrap, 
#credit-investigation .wrap,
#repossession .wrap,
#legal-services .wrap {
  background: #fff;
  padding: 32px;
  border-radius: 20px;
  height: 100%;
  transition: all 0.5s;
}
#skip-tracing .wrap:hover, 
#credit-investigation .wrap:hover,
#repossession .wrap:hover,
#legal-services .wrap:hover {
  background: rgba(255, 140, 0, 0.5);
}
#skip-tracing img, 
#credit-investigation img,
#repossession img,
#legal-services img {
  width: 100%;
  border-radius: 10px;
}
#www {
  padding: 0;
  background: #151515;
}
#www .row > div:first-child img {
  width: 100%;
}
#www .row > div:last-child .wrap {
  padding: 60px 15px;
}
#www .row > div:last-child p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}
#www .row > div:last-child label {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}
#www .row > div:last-child .block {
  display: flex;
  align-items: flex-start;
  margin-top: 50px;
}
#www h2 {
  color: #FE7B0A;
}
#www .row > div:last-child .block > div {
  padding-left: 20px;
}
#clients {
  text-align: center;
}
#client-logo {
  margin-top: 20px;
}
#clients label {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  color: #655E59;
}
#client-logo a {
  text-decoration: none;
  margin: 15px;
}
#client-logo a img {
  max-width: 20%;
}
#partner-with-us {
  background: url('../img/partner-with-us.jpg');
  background-size: cover;
  text-align: center;
  padding: 80px 0;
}
#partner-with-us h2 {
  color: #fff;
  font-weight: 800;
  font-size: 62px;
  letter-spacing: -3.6px;
}
#partner-with-us p {
  color: #fff;
  font-size: 16px;
  max-width: 550px;
  margin: 0 auto;
}
#partner-with-us .btn {
  font-size: 20px;
}
footer > .container {
  padding: 60px;
}
footer a {
  text-decoration: none;
  color: #1B1B1B;
  font-size: 14px;
}
footer p {
  color: #1B1B1B;
  font-size: 14px;
  margin: 20px 0;
}
footer label {
  color: #FF8C00;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
}
.social > a {
  margin-right: 8px;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  margin: 5px 0;
}
footer ul li a:hover {
  text-decoration: underline;
}
.email-link {
  color: #FF8C00;
}
.email-link:hover {
  text-decoration: underline;
}
.post-footer {
  background: #000;
  text-align: center;
  padding: 20px;
}
.post-footer p {
  color: #fff;
  margin: 0;
}
#service-post {
  background: #F3F3F3;
}
#service-post h1 {
  margin: 10px 0 10px 0;
}
#service-post h2, 
#service-post h3 {
  margin: 30px 0 20px 0;
}
#service-post img {
  width: 100%;
  border-radius: 15px;
  height: auto;
}
#service-post .banner {
  margin-bottom: 20px;
  border-radius: 0;
  display: none;
}
@media (max-width: 991px) {
  nav.navbar.navbar-expand-lg > div {
    padding: 15px;
  }
  #banner .container .row > div {
    min-height: initial;
  }
  #banner #hero {
    width: 100%;
  }
  #banner .wrap {
    text-align: center;
  }
  #banner .wrap h1 {
    font-size: 52px;
  }
  #mission {
    text-align: center;
  }
  h2.section-title {
    margin-right: auto;
    margin-left: auto;
  }
  section label.section-label {
    width: 100%;
    text-align: center;
  }
  #client-logo a img {
    max-width: 100%;
  }
  #partner-with-us h2 {
    font-size: 46px;
  }
  #client-logo a {
    margin: 35px auto;
    display: block;
  }
  .navbar-nav .btn.btn-orange {
    margin: 7px;
  }
  #menu-wrap .container {
    display: block;
    position: relative;
  }
  .navbar-nav {
    margin-top: 20px;
  }
  #service-post {
    text-align: center;
  }
  #service-post ul {
    text-align: left;
  }
  #credit-investigation,
  #repossession {
    margin-bottom: 20px;
  }
  #service-post .banner {
    display: block;
  }
  footer {
    width: 100%;
    text-align: center;
  }
  .social {
    margin-bottom: 10px;
  }
  footer label {
    margin-top: 20px;
  }
}