section h1 {
  font-size: 75px !important;
  font-family: "BebusNeue-Regular" !important;
}

section h1 > span {
  font-family: "BebusNeue-Regular" !important;
  color: #ee7e30;
}

@media screen and (max-width: 768px) {
  section h1 {
    font-size: 52px !important;
  }

  section lottie-player {
    width: 60px !important;
    height: 70px !important;
  }
}

#hero {
  background-color: #fff6ee;
}

#hero h1 {
  color: #212529;
  line-height: 65px;
}

#hero h1 > span {
  color: #ee7e30;
  font-size: 85px !important;
}

@media screen and (max-width: 768px) {
  #hero {
    padding-top: 65px;
  }

  #hero h1 {
    font-size: 42px !important;
    line-height: 45px;
    text-align: left;
  }

  #hero h1 > span {
    color: #ee7e30;
    font-size: 45px !important;
  }

  #hero button {
    position: relative !important;
    margin: 32px 0px;
  }

  #hero .banner-img {
    height: 70vh;
  }

  .bg-wrapper p {
    font-size: 15px !important;
    padding: 20px !important;
  }
}

.hero-banner h1 {
  line-height: 65px;
}

.hero-banner .read-more-btn button {
  position: absolute;
  bottom: 15px;
  right: 12px;
  transition: 1s all ease;
  z-index: 1;
  background-color: #ee7e30;
  color: #002347;
}

.hero-banner .read-more-btn button::before {
  content: "";
  position: absolute;
  z-index: -1;
  transform: translate(-50%, -50%);
  background-color: #002347;
  border-radius: 5px;
  transition: all 0.3s;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 100%;
}

.hero-banner .read-more-btn button:hover {
  color: #fff !important;
  transition: all 0.6s;
}

.hero-banner .read-more-btn button:hover::before {
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

.hero-banner .read-more-btn button:hover::before {
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .hero-banner h1 {
    line-height: 45px;
  }

  .hero-banner h1 > span {
    font-size: 55px !important;
  }

  .hero-banner .read-more-btn button {
    position: inherit;
    margin: 20px 0 50px 0;
  }

  .responsive-image,
  .overlay {
    width: 90%;
  }
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  overflow: hidden;
}

.responsive-image {
  height: 80vh;
  transition: width 0.8s ease-in-out;
}

.overlay {
  position: absolute;
  height: 80vh;
  opacity: 0;
  background: linear-gradient(192deg, #00000080, #361600) no-repeat scroll
    center;
  transition: opacity 0.4s ease-in-out, width 0.8s ease-in-out;
  pointer-events: none;
  z-index: 1;
}

.reveal {
  position: relative;
  transform: translateY(90px);
  opacity: 0;
  color: white;
  transition: all 0.9s ease-in-out;
  font-size: 32px;
  text-align: center;
  top: 12%;
  padding: 0 100px;
}

.reveal.active {
  transform: translateY(70px);
  opacity: 1;
}
@media screen and (min-width: 576px) {
  .responsive-image,
  .overlay {
    width: 515px;
  }
}

@media screen and (min-width: 768px) {
  .responsive-image,
  .overlay {
    width: 695px;
  }
}

@media screen and (min-width: 992px) {
  .responsive-image,
  .overlay {
    width: 935px;
  }
}

@media screen and (min-width: 1200px) {
  .responsive-image,
  .overlay {
    width: 1115px;
  }
}

@media screen and (min-width: 1400px) {
  .responsive-image,
  .overlay {
    width: 1295px;
  }
}

@media screen and (max-width: 768px) {
  .reveal {
    font-size: 16px;
    padding: 0 20px;
  }
}

.main-bg {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

section .text-container {
  display: flex;
}

.reveal {
  position: relative;
  /* transform: translateY(150px); */
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  /* transform: translateY(0); */
  opacity: 1;
  height: 100vh;
  max-width: 100%;
}

.img-wrapper {
  position: relative;
  margin: auto;
}

.img-wrapper img {
  height: 100%;
}

.bg-wrapper {
  background: linear-gradient(197deg, #5e5a5a7d, #000000) no-repeat scroll
    center !important;
  height: 100%;
  position: absolute;
  color: white !important;
  left: 0;
  right: 0;
  border-radius: 0px;
  bottom: 0;
}

.our-team .row-title h1 > span {
  color: #ee7e30;
}

.our-team .team-member .d-flex {
  overflow-x: scroll;
}

.our-team .team-member .team {
  background-color: #ee7e30;
  min-height: 100px;
  min-width: 383px;
  margin-right: 10px;
  cursor: pointer;
}

.our-team .team-member .team h5,
h6 {
  font-family: "BebusNeue-Regular" !important;
}

.our-team .team-member ::-webkit-scrollbar {
  height: 3px;
  cursor: pointer;
}

.our-team .team-member ::-webkit-scrollbar-track {
  background: #ffffff3b;
  margin: 0px 105px 0px 10px;
}

.our-team .team-member ::-webkit-scrollbar-thumb {
  background: #ffffff;
}

.our-team .team-member ::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
  cursor: pointer;
  height: 5px;
}

@media screen and (max-width: 768px) {
  .our-team .team-member .team {
    min-width: 310px;
    margin-left: 15px;
    margin-right: 0;
  }

  .our-team .team-member .team p {
    font-size: 11px;
  }

  .our-team .team-member ::-webkit-scrollbar-track {
    background: #ffffff3b;
    margin: 0px 50px 0px 30px;
  }
}

.browse-jobs .content {
  position: relative;
  border-radius: 5px;
  /* height: 38vh; */
  background: white;
  padding: 40px 25px 40px 25px;
}

.browse-jobs .content .content-overlay {
  background: transparent linear-gradient(325deg, #ffffff 0%, #ee7e30 100%) 0%
    0% no-repeat padding-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.browse-jobs .content:hover .content-overlay {
  opacity: 1;
  border-radius: 5px;
}

.browse-jobs .content:hover .content-image {
  opacity: 0;
}

.browse-jobs .image-caption {
  transition: all 2s ease-in-out 2s;
}

.browse-jobs .image-caption h1 {
  font-size: 28px !important;
  height: 55px;
}

.browse-jobs .image-caption p {
  color: #aeaeae;
  font-size: 14px;
}

.browse-jobs .image-caption p > span {
  color: #ee7e30;
  font-family: "Lato-SemiBold";
  font-size: 13px;
}

.browse-jobs .content-details {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
  /* padding: 45px 40px; */
  /* height: 100%; */
  padding: 0px 25px 5px 25px;
}

.browse-jobs .content:hover .content-details {
  opacity: 1;
}

.browse-jobs .content-details p {
  color: #2d2d2d;
  font-size: 14px;
}

.browse-jobs .content-details p > span {
  font-family: "Lato-SemiBold";
}

.browse-jobs .content-details p.read-more {
  color: #002347;
  font-family: "BebusNeue-Regular";
  margin-bottom: 0;
}

.browse-jobs .content-details .read-more-icon {
  position: relative;
  top: 20px;
  left: 190px;
  right: 0;
  transition: all 0.3s ease-in-out 0s;
  width: 15px;
}

.browse-jobs .content:hover .read-more-icon {
  -moz-transform: translate(85px, 0);
  transform: translate(85px, 0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  left: -15px;
}

.browse-jobs .read-more-btn button,
.apply-form .read-more-btn button {
  position: absolute;
  transition: 2s all ease;
  z-index: 1;
  background-color: #ee7e30;
  color: #fff;
  width: 225px;
  right: 20px;
}

.browse-jobs .read-more-btn button::before,
.apply-form .read-more-btn button::before {
  content: "";
  position: absolute;
  z-index: -1;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.3s;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 100%;
}

.browse-jobs .read-more-btn button:hover,
.apply-form .read-more-btn button:hover {
  color: #ee7e30;
  transition: all 0.6s;
}

.browse-jobs .read-more-btn button:hover::before,
.apply-form .read-more-btn button:hover::before {
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

@media screen and (max-width: 450px) {
  .browse-jobs {
    padding-top: 35px;
  }

  .browse-jobs .content {
    height: auto;
    padding: 10px 10px 20px 10px;
  }

  .browse-jobs .image-caption h1 {
    font-size: 19px !important;
  }

  .browse-jobs .image-caption p,
  .browse-jobs .content-details p {
    font-size: 12px;
  }

  .browse-jobs .image-caption p > span {
    color: #ee7e30;
    margin-left: 0px;
  }

  .browse-jobs .content-details {
    padding: 20px 10px;
  }

  .browse-jobs .content-details h4 {
    font-size: 19px;
  }

  .browse-jobs .content:hover .read-more-icon {
    left: -35px;
    top: 16px;
  }

  .apply-form .read-more-btn button {
    width: 145px;
    position: relative;
  }

  .browse-jobs .read-more-btn button {
    width: 145px;
    right: 8px;
  }
}

.get-in-touch .heading-title {
  position: relative;
}

.get-in-touch .heading-title > span {
  color: #002347;
}

.get-in-touch .heading-title:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 350px;
  right: 0;
  height: 30px;
  border-top: 2px solid #707070;
}

.get-in-touch .apply-form input.form-control {
  height: 70px;
  margin-top: 35px;
  border: 1px solid #aeaeae;
  font-size: 14px;
  padding-left: 25px;
  font-family: "Lato-Light";
  border-radius: 0;
}

.get-in-touch .apply-form .read-more-btn button {
  background-color: #002347;
  right: 12px;
}

.get-in-touch .apply-form .read-more-btn button:hover {
  color: #002347;
}

.get-in-touch .apply-form .read-more-btn button::before {
  background-color: #ee7e30;
}

@media screen and (max-width: 768px) {
  .get-in-touch {
    padding-bottom: 40px;
  }

  .get-in-touch lottie-player {
    width: 105px !important;
    height: 105px !important;
    margin: -20px 0px 0px -25px;
    margin-left: -28px !important;
  }

  .get-in-touch h2 {
    font-size: 15px;
  }

  .get-in-touch .apply-form input.form-control {
    height: 45px;
    margin-top: 12px;
    font-size: 12px;
    border-radius: 5px;
    padding: 12px 20px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .browse-jobs .content {
    padding: 30px 15px;
  }

  .browse-jobs .image-caption p {
    font-size: 12px;
  }
}
