.ITAppCSec-1 {
  background-image: url("../images/career-page/ITCar_Hero_Banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
  position: relative;
}
.ITAppCSec-1 .container {
  position: relative;
}
.ITAppCSec-1 .container::after {
  content: "";
  background-image: url("../images/career-page/favicon-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
  position: absolute;
  top: 20%;
  left: 1%;
  width: 55px;
  height: 55px;
}
@media screen and (max-width: 576px) {
  .ITAppCSec-1 .container::after {
    display: none;
  }
}
.ITAppCSec-1 .appCSec-heroBG h2 {
  font-size: 45px;
  font-weight: 600;
  padding: 200px 0px 100px;
  margin-top: 250px;
  justify-content: start;
}
@media screen and (max-width: 1200px) {
  .ITAppCSec-1 .appCSec-heroBG h2 {
    font-size: 44px;
    padding: 4px 0px 10px;
  }
}
@media screen and (max-width: 768px) {
  .ITAppCSec-1 .appCSec-heroBG h2 {
    font-size: 30px;
    padding: 0px 20px 40px;
  }
}
@media screen and (max-width: 576px) {
  .ITAppCSec-1 .appCSec-heroBG h2 {
    margin-top: 130px;
    font-size: 24px;
    padding: 0px 20px 15px;
  }
}
@media screen and (max-width: 375px) {
  .ITAppCSec-1 .appCSec-heroBG h2 {
    padding: 0px 24px 33px;
    margin-top: 130px;
    font-size: 24px;
  }
}
.ITAppCSec-1 .appCSec-heroBG h2 span {
  color: #0573f1;
  font-size: 90px;
  font-weight: 600;
  text-transform: capitalize;
}
@media screen and (max-width: 1200px) {
  .ITAppCSec-1 .appCSec-heroBG h2 span {
    font-size: 68px;
  }
}
@media screen and (max-width: 768px) {
  .ITAppCSec-1 .appCSec-heroBG h2 span {
    font-size: 44px;
  }
}
@media screen and (max-width: 576px) {
  .ITAppCSec-1 .appCSec-heroBG h2 span {
    font-size: 36px;
  }
}
@media screen and (max-width: 375px) {
  .ITAppCSec-1 .appCSec-heroBG h2 span {
    font-size: 30px;
  }
}
.ITAppCSec-1 .appCSec-heroBG .scrollarDown {
  padding: 100px 0px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .ITAppCSec-1 .appCSec-heroBG .scrollarDown {
    padding: 80px;
  }
}
.ITAppCSec-1 .appCSec-heroBG .scrollarDown img {
  width: 30px;
  height: auto;
}
@media screen and (max-width: 576px) {
  .ITAppCSec-1 .appCSec-heroBG .scrollarDown img {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ITAppCSec-1 .appCSec-heroBG .scrollarDown img {
    width: 26px;
  }
}

.ITAppSec-intro .Intro-content {
  padding-right: 50px;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .ITAppSec-intro .Intro-content {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .ITAppSec-intro .Intro-content {
    padding: 0;
  }
}
.ITAppSec-intro .Intro-content h4 {
  font-size: 44px;
  font-weight: 600;
  padding-bottom: 34px;
}
@media screen and (max-width: 576px) {
  .ITAppSec-intro .Intro-content h4 {
    font-size: 26px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ITAppSec-intro .Intro-content h4 {
    font-size: 30px;
    padding-bottom: 10px;
  }
}
.ITAppSec-intro .Intro-content p {
  font-size: 16px;
  text-align: justify;
}
.ITAppSec-intro .introImg {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.ITAppSec-intro .introImg img {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .ITAppSec-intro .introImg img {
    width: 100%;
  }
}

.ITAppCSec-2 {
  background: #D9D9D9;
}
.ITAppCSec-2 .ITSec4-content h2 {
  color: #000 !important;
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .ITAppCSec-2 .ITSec4-content h2 {
    font-size: 30px !important;
  }
}
@media screen and (min-width: 769px) {
  .ITAppCSec-2 .ITSec4-content h2 {
    font-size: 44px !important;
  }
}

.JobListings-title {
  background: #0263EB;
}
.JobListings-title h2 {
  padding: 22px 0px;
  color: #FFF;
  text-align: center;
  font-family: Lato;
  font-size: 46px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .JobListings-title h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 576px) {
  .JobListings-title h2 {
    font-size: 30px;
  }
}

.jobsSection .title-text {
  color: #000;
  text-align: center;
  font-family: Lato;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 50%;
  justify-content: center;
  margin: auto;
  padding: 50px 0px;
}
@media screen and (max-width: 768px) {
  .jobsSection .title-text {
    width: 70%;
  }
}
@media screen and (max-width: 1440px) {
  .jobsSection .title-text {
    width: 54%;
  }
}
@media screen and (max-width: 576px) {
  .jobsSection .title-text {
    color: #000;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    margin: auto;
    padding: 30px 11px;
  }
}
.jobsSection .card:hover {
  transform: scale(1.1);
}
.jobsSection .card {
  transition: transform 0.5s;
}
.jobsSection .card {
  border-radius: 11px;
  background: #F2F2F2;
  border: 0;
  margin-bottom: 25px;
}
.jobsSection .card .card-body {
  padding: 22px 60px;
}
@media screen and (max-width: 768px) {
  .jobsSection .card .card-body {
    padding: 22px 44px;
  }
}
@media screen and (max-width: 576px) {
  .jobsSection .card .card-body {
    padding: 22px 33px;
  }
}
.jobsSection .card .card-body h4 {
  font-size: 30px;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 768px) {
  .jobsSection .card .card-body h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 576px) {
  .jobsSection .card .card-body h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 375px) {
  .jobsSection .card .card-body h4 {
    font-size: 20px;
  }
}
.jobsSection .card .card-body h3 {
  font-size: 30px;
  font-weight: 900;
  color: #000;
}
@media screen and (max-width: 768px) {
  .jobsSection .card .card-body h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 576px) {
  .jobsSection .card .card-body h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 375px) {
  .jobsSection .card .card-body h3 {
    font-size: 20px;
  }
}
.jobsSection .card .card-body p {
  font-size: 18px;
  color: #000;
  font-weight: 900;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .jobsSection .card .card-body p {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .jobsSection .card .card-body p {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .jobsSection .card .card-body p {
    font-size: 14px;
  }
}
.jobsSection .card .card-body svg {
  width: 30px;
}

.ITAboutSec-6 {
  padding: 100px 0px;
  background-color: #D9D9D9;
}
@media screen and (max-width: 1200px) {
  .ITAboutSec-6 {
    padding: 50px 20px !important;
  }
}
.ITAboutSec-6 p {
  padding-right: 87px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .ITAboutSec-6 p {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 576px) {
  .ITAboutSec-6 p {
    padding: 20px 0px;
  }
}
.ITAboutSec-6 .Sec6-content h2 {
  color: #000000;
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ITAboutSec-6 .Sec6-content h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .ITAboutSec-6 .Sec6-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 375px) {
  .ITAboutSec-6 .Sec6-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.ITAboutSec-6 {
  position: relative;
  overflow: hidden;
}
.ITAboutSec-6::before {
  content: "";
  background-image: url(../images/home-page/wave-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0.2;
  width: 100%;
  height: 654px;
  z-index: 0;
}

.ITSec4-content {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .ITSec4-content {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 576px) {
  .ITSec4-content {
    margin-bottom: 15px !important;
  }
  .ITSec4-content h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 576px) {
  .ITAppCSec-2 .ITSec-carousel .sec-4 .itCard-2 {
    min-height: 339px !important;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .ITAppCSec-2 .ITSec-carousel .sec-4 .itCard-2 {
    min-height: 400px !important;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .ITAppCSec-2 .ITSec-carousel .sec-4 .itCard-2 .card-title {
    font-size: 26px !important;
    line-height: 38px;
  }
}
@media screen and (min-width: 769px) {
  .ITAppCSec-2 .ITSec-carousel .sec-4 .itCard-2 .card-title {
    font-size: 30px !important;
    line-height: 38px;
  }
}

.owl-carousel .owl-item img {
  border-radius: 22px;
}/*# sourceMappingURL=career.css.map */