.hero-section {
  height: 100vh;
  background-image: url("../images/bg/careerbg.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
}

.hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.hero-caption {
  margin: 0 auto;
  padding-top: calc(50vh - 130px);
  color: #fff;
  position: relative;
  font-weight: bolder;
  text-align: center;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  z-index: 3;
}

.hero-caption span {
  font-size: 2em;
  font-weight: 500;
}
.hero-caption h1 {
  color: #fff;
  font-size: 6em;
  font-weight: bolder;
}

.hero-footer-center {
  text-align: center;
  flex-grow: 1;
}

.career-icon{
  height: 75px;
}

.career-item img{
  width: 50%;
}

.career-item:hover {
  transition: all ease 0.6s;
  transform: translateY(-25px);
}

.succeed{
  text-align: center;
  color: #fff;  
  overflow: hidden;
  position: relative;
  backdrop-filter: blur(5px);
}

.succeed-bg {
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.succeed-container{
  max-width: 800px;
}

.succeed h1, .succeed h2, .succeed h3 {
  color: #fff;
}

.in-it{
  min-height: 350px;
  background-image: url("../images/career/in-it-bg.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
}

.in-it img {
  width: 50px;
  margin-right: 25px;
}

.in-it-container{
  padding: 0 15px;
}

.in-it-items li {
  margin-bottom: 30px;
}

.in-it-items li img:hover, .in-it-items li span:hover {
  transition: all ease 0.6s;
  transform: translateY(-15px);
}

.text-bg {
  background-color: rgba(0, 0, 0, 0.40);
  backdrop-filter: blur(3px);
  height: 100%;
}

.main-section{
  text-align: center;
}

.main-section h2, .main-section h1 {
  color: #732B90 !important;
  margin-bottom: 30px;
  font-weight: 800;
}

.positions-wrapper{
  background-color: #F4F4F4;
  padding: 50px;
}

.positions-item{
  border-radius: 10px;
  border: 1px solid #E3E3E3;
}

.positions-item:hover{
  transition: all ease 0.6s;
  border-radius: 10px;
  border: 1px solid #732B90;
  box-shadow: 0px 5px 8px #33333320;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 
}

@media only screen and (max-width: 767px) {

  .hero-caption h1 {
    color: #fff;
    font-size: 3.5em;
    font-weight: bolder;
  }

  .hero-caption {
    padding-top: 130px;
  }

  .hero-section,
  .hero-section::after {
    height: calc(100vh - 90px);
  }

}
