/* ==================================
    Background Images
================================== */

#enquiryModalContent {
  background-image: url("../../../images/backgrounds/enquiryBack.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#workWithUsBackground {
  background-image: url();
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: contain;
}

#footerBackground {
  background-image: url("../../../images/backgrounds/wave.svg");
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}

#placementCompany {
  background-image: url("../../../images/backgrounds/companiesback.svg");
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}

/* #enquiryModalBody{
	background-image: url('../../images/backgrounds/enquiry-background.jpg');
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
	background-size: cover;
} */
.brd-none {
  border: none !important;
}

.brdr-0 {
  border-radius: 0px !important;
}

.brdr-2 {
  border-radius: 2px !important;
}

.brdr-4 {
  border-radius: 4px !important;
}

/* .brd-btm-red {
    border-bottom: 2px solid #f20000;
} */

.brd-left-darkblue {
  border-left: 2px solid #0032FD !important;
}

.brd-left-darkblue:focus {
  border: 1px solid #0032FD !important;
}

.border-bottom-after::after {
  content: '';
  position: absolute;
  top: 75px;
  left: 38%;
  width: 25%;
  display: block;
  border-bottom: 2px solid #f20000;
}

.brd-btm-only {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #e7e7e7;
}

.brd-top-only {
  border-top: 1px solid #e7e7e7;
}

.brd-left-only {
  border-left: 1px solid #e7e7e7;
}

.brd-right-only {
  border-right: 1px solid #e7e7e7;
}
.fs-8 {
  font-size: 8pt !important;
}

.fs-9 {
  font-size: 9pt !important;
}

.fs-10 {
  font-size: 10pt !important;
}

.fs-11 {
  font-size: 11pt !important;
}

.fs-12 {
  font-size: 12pt !important;
}

.fs-13 {
  font-size: 13pt !important;
}

.fs-14 {
  font-size: 14pt !important;
}

.fs-15 {
  font-size: 15pt !important;
}

.fs-16 {
  font-size: 16pt !important;
}

.fs-18 {
  font-size: 18pt !important;
}

.fs-20 {
  font-size: 20pt !important;
}

.fs-22 {
  font-size: 22pt !important;
}

.fs-24 {
  font-size: 24pt !important;
}

.fs-28 {
  font-size: 28pt !important;
}

.fs-30 {
  font-size: 30pt !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}
@media only screen and (max-width: 992px) {
  .nav-link {
    padding: 0.75rem 0.75rem !important;
  }

  .navbar {
    padding: .75rem !important;
  }
}
.bxsh-0 {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.12);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.bxsh-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.bxsh-1:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.bxsh-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.bxsh-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.bxsh-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.bxsh-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}