/**
Deprecated
*/
body {
  font-family: "helvetica", Georgia, serif !important;
}

.overlay::after {
  content: "";
  position: absolute;
  background-color: black;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 1;
}

body {
  font-family: "Roboto", "Dancing Script", sans-serif;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0.75rem 0;
}

/* Utility Classes */
.cust-container {
  max-width: 1200px;
  margin: auto;
  /* padding: 0 1rem; */
  overflow: hidden;
}

#showcase-career {
  min-height: 70vh;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  height: auto!important;
}
#showcase-career img {
  height: 400px;
}
#showcase-career .wrapper {
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 0) {
  #showcase-career .wrapper {
    margin: 4px 4px;
    width: 100%;
  }
  #showcase-career {
    flex-flow: column-reverse;
  }
}
@media (min-width: 768px) {
  #showcase-career .wrapper {
    width: 60%;
    /* margin: 40px 40px; */
    margin-bottom: 40px;
    margin-top: 0px !important;
  }
  #showcase-career {
    flex-flow: row;
  }
}
#showcase-career .wrapper h2 {
  text-align: left;
  letter-spacing: 0px;
  color: #949596;
  opacity: 1;
  font-weight: bold;
}
@media (min-width: 0) {
  #showcase-career .wrapper h2 {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  #showcase-career .wrapper h2 {
    font-size: 135px;
  }
}
#showcase-career .wrapper .career-types {
  display: flex;
  flex-direction: row;
  /* justify-content: center; */
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  #showcase-career .wrapper .career-types {
    flex-direction: row;
  }
}
#showcase-career .wrapper .career-types div {
  background: #2aaae1 0% 0% no-repeat padding-box;
  color: white;
  font-size: 14px;
  font-weight: 200;
  border: none;
  margin-right: 20px;
  margin-bottom: 10px;
  width: 110px;
  height: 110px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#showcase-career .wrapper .career-types div > * {
  margin: 0!important;
}
#showcase-career .wrapper .career-types div img {
  height: 45px;
  margin-bottom: 5px!important;
}

#showcase-career .wrapper .career-types div:hover {
  background: #e04196 0% 0% no-repeat padding-box;
  font-weight: 600;
}

@media (min-width: 0) {
  .careers-role {
    margin-top: 90px;
  }
}

@media (min-width: 768px) {
  .careers-role {
    margin-top: 0px;
  }
}

.careers-role img {
  height: 30px;
}

.careers-role h2 {
  font: normal normal bold 40px/25px Helvetica Neue LT Arabic;
  letter-spacing: 0px;
  color: #797a7c;
  font-size: 35px;
  font-weight: 700;
  padding: 15px 0px;
}

.careers-role p {
  font: normal normal normal 18px/25px Helvetica Neue LT Arabic;
  letter-spacing: 0px;
  color: #797a7c;
  font-size: 16px;
  font-weight: 300;
}

.careers-role div {
  padding: 10px 0px;
}
.careers-role div input {
  background: #efefef 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 15px;
  min-width: 300px;
  border: none;
}

.careers-role button {
  box-shadow: 0px 20px 45px rgba(255, 99, 76, 0.11);
  border: 1px solid #d13aa0;
  padding: 0.75rem 1.75rem;
  opacity: 1;
  font-weight: bold;
  background: white;
  color: #58595b;
  font-size: 1.2rem;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 210px;
  margin-bottom: 20px;
}

body {
  overflow-x: hidden;
}

@media(max-width: 991px) {
  #showcase-career .wrapper .career-types {
    justify-content: center;
  } 
  #showcase-career .wrapper h2 {
    text-align: center;
    margin: 30px 0;
  }
}