@font-face {
  font-family: eurostile-black;
  src: url(/font/fonnts.com-Eurostile_Black.otf);
}
@font-face {
  font-family: eurostile;
  src: url(/font/fonnts.com-Eurostile.otf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.aboutusheader {
  background-image: url(images/qserve_carrer-banner.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100vh;
  overflow: hidden;
  z-index: -6;
}
.banner_text {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 75%;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 50px;
}
.banner_text .banner-descripton {
  font-family: "eurostile";
  font-size: 16px;
  text-transform: none;
  width: 75%;
  text-align: start;
}
.banner_text h5 {
  letter-spacing: 2px;
  font-family: "eurostile-black";
  font-size: 44px;
}
.banner_text span {
  letter-spacing: 5px;
  font-family: "eurostile-black";
  font-size: 22px;
}

/* ----------------------tabsection---------------------- */
.tabouter {
  background-color: #302a72;
}
.tabouter .qword {
  letter-spacing: 2px;
  font-family: "eurostile-black";
  text-transform: uppercase;
  font-size: 30px;
}
.tabouter h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 20px;
}
.tabouter .tabheading {
  background-color: #1b155e;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-size: 18px;
  text-transform: uppercase;
}

.tabouter .tabheading .active {
  font-weight: bold;
  border-bottom: 2px solid white;
}
.tabouter .tabheading > div {
  cursor: pointer;
  text-align: center;
  width: 150px;
  padding: 15px 0px 15px 0px;
  transition: font-weight 0.03s ease-in;
}
.tabouter .tabheading > div:hover {
  font-weight: bold;
}

.tabouter .tabcontent {
  display: flex;
  justify-content: start;
  align-items: center;
}
.tabouter .tabcontent img {
  box-shadow: 8px 0px 12px 0px rgba(0, 0, 0, 0.59);
  height: 100%;
  width: 50%;
  object-fit: cover;
}
.tabouter .tabcontent .tabdescription {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px 50px 0px 50px;
}
.tabouter .tabcontent .tabdescription h4 {
  margin-bottom: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.tabouter .tabcontent .tabdescription p {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-size: 16px;
  letter-spacing: 2px;
}

/* touchwithus */
.touchwithus {
  background-image: url(images/carrervector-body-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.touchwithus .touchtext h4 {
  color: #302a72;
  letter-spacing: 2px;
  font-family: "eurostile-black";
  text-transform: uppercase;
  font-size: 30px;
}
.touchwithus .touchtext span {
  color: #747474;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-weight: 200;
  font-size: 20px;
}
.touchwithus .touchtext p {
  color: #747474;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 16px;
}
.touchwithus .cvupload {
  background-color: #302a72;
  border-radius: 5px;
}
.joineinput .joineinputgroup .error {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: red;
}

.joineinput .countrysection {
  display: flex;
  flex-direction: row;
}
.joineinput .countrysection .custom-wid {
  width: 50%;
}
.joineinput {
  border-radius: 5px;
  border: 1px solid #cdcdcd;
  background-color: white;
  box-shadow: 8px 0px 12px 0px rgba(0, 0, 0, 0.3);
}
.cvuploadouter .uploadbox .custom-width {
  width: 75%;
}
.cvuploadouter .uploadbox p span {
  font-size: 10px;
  text-transform: uppercase;
}
.cvuploadouter .uploadbox .custom-w {
  width: 75%;
}
.joineinput button {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  padding: 5px 5px;
  border-radius: 5px;
  font-size: 16px;
  border: none;
  background-color: #302a72;
}
.cvuploadouter {
  cursor: pointer;
  border-radius: 5px;
  background-image: url(images/cv_uploadbg.webp);
  background-size: cover;
}
.cvuploadouter .uploadbox {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  padding: 5px 5px;
  border-radius: 5px;
  font-size: 14px;
  border: 2px dashed white;
  background-color: rgba(27, 21, 94, 0.7);
}
.cvuploadouter .uploadbox:hover {
  background-color: #302a72;
}
.cvuploadouter .uploadbox_dark {
  border: 2px dashed white;
  background-color: #302a72;
}
.cvuploadouter .uploadbox i {
  font-size: 40px;
}
.error {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 12px !important;
  color: red;
}

.joineinput .custom-w {
  width: 75%;
}
/*animation */

/*responsive*/
/* desktops */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/*laptops*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  /*banner*/
  .banner_text .banner-descripton {
    font-size: 14px;
  }
  .banner_text h5 {
    font-size: 38px;
  }
  .banner_text span {
    font-size: 20px;
  }
  /*tabsection*/
  .tabouter .qword {
    font-size: 28px;
  }
  .tabouter h4 {
    font-size: 18px;
  }
  .tabouter .tabheading {
    font-size: 18px;
  }
  .tabouter .tabcontent .tabdescription h4 {
    font-size: 20px;
  }
  .tabouter .tabcontent .tabdescription p {
    font-size: 14px;
  }
  /*touchwithus*/
  .touchwithus .touchtext h4 {
    font-size: 28px;
  }
  .touchwithus .touchtext span {
    font-size: 18px;
  }
  .touchwithus .touchtext p {
    font-size: 16px;
  }
  .joineinput .joineinputgroup .error {
    font-size: 14px;
  }
  /* inputbox */
  .cvuploadouter .uploadbox p span {
    font-size: 10px;
  }
  .joineinput button {
    font-size: 16px;
  }
  .cvuploadouter .uploadbox {
    font-size: 14px;
  }
  .cvuploadouter .uploadbox i {
    font-size: 40px;
  }
  .error {
    font-size: 12px !important;
  }
}

/*tablets*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner_text {
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .aboutusheader {
    background-image: url(images/qserve_carrer-banner-md.webp);
  }
  .menu_text li {
    display: none !important;
  }
  .banner_text .banner-descripton {
    font-size: 16px;
    text-align: center;
  }
  .banner_text h5 {
    font-size: 38px;
    text-align: center;
  }
  .banner_text span {
    letter-spacing: 5px;
    font-family: "eurostile-black";
    font-size: 20px;
  }
  /*tabsection*/
  .tabouter .tabcontent {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 350px;
  }
  .tabouter .tabcontent img {
    box-shadow: 8px 0px 12px 0px rgba(0, 0, 0, 0);
    height: 100%;
    width: 100%;
  }
  .tabouter .tabcontent .tabdescription {
    padding: 0px 48px 48px 48px;
  }
  .tabouter .qword {
    font-size: 28px;
  }
  .tabouter {
    height: 100%;
  }
  .tabouter h4 {
    font-size: 18px;
  }
  .tabouter .tabheading {
    font-size: 18px;
  }
  .tabouter .tabcontent .tabdescription h4 {
    font-size: 22x;
  }
  .tabouter .tabcontent .tabdescription p {
    font-size: 16px;
  }
  .touchwithus {
    background-image: url(images/carrervector-body-bg-md.webp);
  }
  /*touchwithus*/
  .touchwithus .touchtext h4 {
    font-size: 28px;
  }
  .touchwithus .touchtext span {
    font-size: 18px;
  }
  .touchwithus .touchtext p {
    font-size: 16px;
  }
  .joineinput .joineinputgroup .error {
    font-size: 14px;
  }
  /* inputbox */
  .cvuploadouter .uploadbox p span {
    font-size: 10px;
  }
  .joineinput .custom-w {
    width: 100%;
  }
  .joineinput button {
    font-size: 16px;
  }
  .cvuploadouter .uploadbox {
    font-size: 14px;
  }
  .cvuploadouter .uploadbox i {
    font-size: 40px;
  }
  .error {
    font-size: 12px !important;
  }
}

/*landscape phones*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-left: 0px;
  }
  .aboutusheader {
    background-image: url(images/qserve_carrer-banner-landsm.webp);
  }

  .menu_text li {
    display: none !important;
  }
  .banner_text .banner-descripton {
    display: none;
  }
  .banner_text h5 {
    font-size: 30px;
    text-align: center;
  }
  .banner_text span {
    letter-spacing: 5px;
    font-family: "eurostile-black";
    font-size: 18px;
  }
  /*tabsection*/
  .tabouter .tabcontent {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 350px;
  }
  .tabouter .tabcontent img {
    box-shadow: 8px 0px 12px 0px rgba(0, 0, 0, 0);
    height: 100%;
    width: 100%;
  }
  .tabouter .tabcontent .tabdescription {
    padding: 0px 48px 48px 48px;
  }
  .tabouter .qword {
    font-size: 28px;
  }
  .tabouter {
    height: 100%;
  }
  .tabouter h4 {
    font-size: 18px;
  }
  .tabouter .tabheading {
    font-size: 16px;
  }
  .tabouter .tabcontent .tabdescription h4 {
    font-size: 20px;
  }
  .tabouter .tabcontent .tabdescription p {
    font-size: 14px;
  }
  /*touchwithus*/
  .touchwithus {
    background-image: url(images/carrervector-body-bg-md.webp);
  }
  .touchwithus .touchtext h4 {
    font-size: 28px;
  }
  .touchwithus .touchtext span {
    font-size: 18px;
  }
  .touchwithus .touchtext p {
    font-size: 16px;
  }
  .joineinput .joineinputgroup .error {
    font-size: 14px;
  }
  /* inputbox */
  .joineinput .countrysection {
    display: flex;
    flex-direction: column;
  }
  .joineinput .countrysection .custom-wid {
    width: 100%;
  }
  .cvuploadouter .uploadbox p span {
    font-size: 10px;
  }
  .joineinput .custom-w {
    width: 100%;
  }
  .joineinput button {
    font-size: 16px;
  }
  .cvuploadouter .uploadbox {
    font-size: 14px;
  }
  .cvuploadouter .uploadbox i {
    font-size: 40px;
  }
  .error {
    font-size: 12px !important;
  }
}

/*portrait phones*/
@media (max-width: 575.98px) {
  .banner_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-left: 0px;
  }
  .aboutusheader {
    background-image: url(images/qserve_carrer-banner-sm.webp);
  }
  .menu_text li {
    display: none !important;
  }
  .banner_text .banner-descripton {
    font-size: 14px;
    text-align: center;
  }
  .banner_text h5 {
    font-size: 24px;
    text-align: center;
  }
  .banner_text span {
    letter-spacing: 5px;
    font-family: "eurostile-black";
    font-size: 16px;
  }
  /*tabsection*/
  .tabouter .tabheading {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .tabouter .tabheading .tab {
    flex: 0 0 auto;
    min-width: max-content;
    padding: 10px 15px;
    white-space: nowrap;
  }
  #tabheading::-webkit-scrollbar {
    display: none;
  }
  .tabouter .tabcontent {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 350px;
    /* width: 50%; */
  }
  .tabouter .tabcontent img {
    box-shadow: 8px 0px 12px 0px rgba(0, 0, 0, 0);
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
  }
  .tabouter .tabcontent .tabdescription {
    padding: 0px 24px 48px 24px;
  }
  .tabouter .qword {
    font-size: 24px;
  }
  .tabouter {
    height: 100%;
  }
  .tabouter h4 {
    font-size: 16px;
  }
  .tabouter .tabheading {
    font-size: 14px;
  }
  .tabouter .tabcontent .tabdescription h4 {
    font-size: 20px;
  }
  .tabouter .tabcontent .tabdescription p {
    font-size: 14px;
  }
  /*touchwithus*/
  .touchwithus {
    background-image: url(images/carrervector-body-sm.webp);
  }
  .touchwithus .touchtext h4 {
    font-size: 24px;
  }
  .touchwithus .touchtext span {
    font-size: 16px;
  }
  .touchwithus .touchtext p {
    font-size: 14px;
  }
  .joineinput .joineinputgroup .error {
    font-size: 14px;
  }
  /* inputbox */
  .cvuploadouter .uploadbox p span {
    font-size: 10px;
  }
  .joineinput .custom-w {
    width: 100%;
  }
  /* inputbox */
  .joineinput .countrysection {
    display: flex;
    flex-direction: column;
  }
  .joineinput .countrysection .custom-wid {
    width: 100%;
  }
  .joineinput button {
    font-size: 16px;
  }
  .cvuploadouter .uploadbox .custom-width {
    width: 100%;
  }
  .cvuploadouter .uploadbox {
    font-size: 14px;
  }
  .cvuploadouter .uploadbox i {
    font-size: 40px;
  }
  .error {
    font-size: 12px !important;
  }
}
