.ITContact-1 {
  padding-top: 98px;
  background-image: url("/assets/images/career-page/ITcon_Hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.ITContact-1 .container {
  position: relative;
}
.ITContact-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: 14%;
  left: 4%;
  width: 55px;
  height: 55px;
}
@media screen and (max-width: 768px) {
  .ITContact-1 .container::after {
    display: none;
  }
}
.ITContact-1 span {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.ITContact-1 h2 {
  font-size: 45px;
  font-weight: 600;
  padding: 30px 0px;
  padding-bottom: 0px;
  color: #fff;
  text-transform: capitalize;
}
@media screen and (max-width: 576px) {
  .ITContact-1 h2 {
    font-size: 30px;
  }
}
.ITContact-1 p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .ITContact-1 p {
    font-size: 16px;
  }
}
.ITContact-1 .p-5 {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.ITContact-1 .contact-form {
  padding: 60px 0px;
}

.country-dropdown {
  border: none;
  background-color: rgba(198, 198, 198, 0.14);
  border-radius: 15px;
  padding: 18px 34px 18px;
  border-right: 0;
}

#hidden-text {
  display: none;
}

.form-control {
  border: none;
  background-color: rgba(198, 198, 198, 0.14);
  border-radius: 15px;
  padding: 18px 34px 18px;
}

.btn-outline-primary {
  width: 100%;
  border-radius: 30px;
}

.form-box {
  padding: 50px;
  border-radius: 50px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
}
@media screen and (max-width: 576px) {
  .form-box {
    padding: 30px;
    border-radius: 5px;
  }
}
.form-box .form-control {
  border: none;
  background-color: rgb(255, 255, 255);
}
.form-box .country-dropdown {
  border: none;
  background-color: rgb(255, 255, 255);
}
.form-box #mobile {
  border-radius: 0px 15px 15px 0px;
}
.form-box label {
  color: white;
  padding-bottom: 3px;
}

.btn-outline-primary {
  width: 100%;
  border-radius: 30px;
  border-color: #ffffff;
  color: white;
}

.form-box .form-group .submit {
  position: absolute;
  bottom: -27px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  background-color: #275df8;
  border-color: #275df8;
}
@media screen and (max-width: 320px) {
  .form-box .form-group .submit {
    bottom: -19px;
  }
}

.contact-form .form-box .submit {
  font-size: 24px;
  color: #ffffff;
  background-color: #275df8;
  padding: 12px 40px;
  font-weight: 500;
  border: 1px solid #275df8;
  border-radius: 55px;
}
@media screen and (max-width: 576px) {
  .contact-form .form-box .submit {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .contact-form .form-box .submit {
    padding: 7px 12px;
  }
}

@media screen and (max-width: 576px) {
  .input-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .input-group .form-select {
    max-width: 100%;
    width: 100%;
    border-radius: 8px !important;
    height: 44px;
    padding: 10px 21px;
  }
  .input-group .form-control {
    max-width: 100%;
    width: 100%;
    border-radius: 8px !important;
    height: 44px;
  }
  .form-control {
    max-width: 100%;
    width: 100%;
    border-radius: 8px !important;
    height: 44px;
  }
}
.ITContact-map {
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .ITContact-map {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 576px) {
  .ITContact-map img {
    width: 100%;
    height: 100%;
  }
}
.ITContact-map .mapTitle {
  color: #000;
  font-family: Lato;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .ITContact-map .mapTitle {
    font-size: 30px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 375px) {
  .ITContact-map .mapTitle {
    font-size: 24px;
    justify-content: center;
    text-align: center;
  }
}

.ITadress {
  background: #0263EB;
  padding: 20px 0px;
}
.ITadress .Adress {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}
@media screen and (max-width: 576px) {
  .ITadress .Adress {
    flex-direction: column;
    gap: 25px;
  }
}
.ITadress .Adress h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
.ITadress .Adress p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
}

.ITCompany {
  margin-bottom: 10px;
}
.ITCompany h2 {
  font-size: 34px;
  color: #000;
  font-weight: 900;
}
@media screen and (max-width: 576px) {
  .ITCompany h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 375px) {
  .ITCompany h2 {
    font-size: 24px;
  }
}
.ITCompany p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}

@media screen and (max-width: 576px) {
  iframe {
    height: 300px;
  }
}/*# sourceMappingURL=contact.css.map */