/*innerbanner*/

.inner_banner {
  width: 100%;
  overflow: hidden;
  display: block;
   margin-top: 100px; 
  position: relative;
  /* background-color: #0f3142; */
}

.inner_banner::after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  content: "";
  background-color: #002133;
  background-image: -webkit-linear-gradient(345deg, #2ac4ff 0%, #002133 35%);
  background-image: -o-linear-gradient(345deg, #2ac4ff 0%, #002133 35%);
  background-image: linear-gradient(345deg, #2ac4ff 0%, #002133 35%);
  opacity: 0.5;
}

.inner_banner img {
  width: 100%;
  /* opacity: 0.4; */
  display: block;
  float: right;
}

.innertxt1 {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  padding: 10px 35px;
  z-index: 99;
  width: 100%;
}

.innertxt1 ul {
  list-style: none;
  text-align: center;
  margin-bottom: 0px;
  padding-left: 0px;
}

.innertxt1 ul li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-weight: 300;
  margin-bottom: 0px;
  color: #04aeef;
  text-transform: uppercase;
}

.innertxt1 ul li:last-child {
  padding-right: 0px;
}

.innertxt1 ul li:after {
  content: ".";
  color: #fff;
  position: absolute;
  font-size: 24px;
  right: 8px;
  top: 50%;
  transform: translateY(-70%);
}

.innertxt1 ul li:last-child:after {
  display: none;
}

.innertxt1 ul li a {
  color: #fff;
  text-decoration: none;
}

.inner_banner h1 {
  color: #fff;
  font-size: 55px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 700;
}

.inner_banner h1 span {
  color: #fff;
}

.inner_banner h1 p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 5px;
  letter-spacing: 2px;
  color: #fff;
}

/*innerbanner*/

/*about_corevalues*/
.about_corevalues {
  width: 100%;
  display: block;
  padding: 60px 0;
  background-color: #f7f7f7;
}
.about_corevalues h2 {
  font-size: 55px;
  color: #003c53;
  margin-top: 50px;
  font-family: "Glacial Indifference";
  position: relative;
  font-weight: 600;
  margin-bottom: 20px;
}
.about_corevalues p {
  color: #000;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
  font-weight: 400;
}
.about_core_right {
  background-color: #fff;
  box-shadow: 9px 9px 20px rgba(0, 0, 0, 0.161);
}
.about_core_box1 {
  padding: 20px;
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 20px;
  align-items: center;
}
.about_core_box1:nth-child(2n) {
  background-color: #f6f6f6;
}
.about_core_box1 h3 {
  display: flex;
  align-items: center;
  font-size: 23px;
  font-weight: 600;
  font-family: "Glacial Indifference";
  color: #003c53;
  margin: 0;
  gap: 20px;
}
.about_core_box1 h3 img {
  width: 40px;
}
.about_core_box1 p {
  margin: 0;
}
/*about_corevalues*/

.inner_ind_sec h2 {
  margin-top: -20px;
}
.inner_ind_sec h3 {
  width: 100%;
  margin: 20px 0;
}
.about_section2in .abtll {
  width: 400px;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.about_section2in ul {
  list-style: none;
}
.about_section2in ul li {
  font-size: 18px;
  padding-left: 40px;
  margin-bottom: 10px;
  position: relative;
  color: #fff;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 23px;
}
/*services_box1*/
.services_box1 {
  padding: 50px 0 30px;
  background-color: #fff;
  width: 100%;
  position: relative;
}
.services_box1 h2,
.staffing_sec1 h2 {
  font-size: 55px;
  color: #003c53;
  margin-top: 0;
  font-family: "Glacial Indifference";
  position: relative;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.services_box1 h3 {
  color: #000;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
.services_box1 ul {
  display: grid;
  list-style: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.services_box1 ul li {
  background-color: #f6f6f6;
  padding: 40px 25px;
}
.services_box1 ul li:nth-child(2n) {
  background-color: #fff;
}
.services_box1 ul li h4 {
  color: #003c53;
  font-weight: 600;
  font-size: 23px;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 4px solid #ea6c6c;
  margin-top: 0;
  margin-bottom: 15px;
}
.services_box1 ul li:nth-child(2n) h4 {
  border-bottom-color: #f0cb74;
}
.services_box1 ul li:nth-child(3n) h4 {
  border-bottom-color: #6388aa;
}
.services_box1 ul li:nth-child(4n) h4 {
  border-bottom-color: #569386;
}
.services_box1 ul li:nth-child(5n) h4 {
  border-bottom-color: #f09974;
}
.services_box1 ul li:nth-child(6n) h4 {
  border-bottom-color: #c59ee7;
}
.services_box1 ul li:nth-child(7n) h4 {
  border-bottom-color: #ad80a2;
}
.services_box1 ul li:nth-child(8n) h4 {
  border-bottom-color: #b0f8b8;
}
.services_box1 ul li:nth-child(9n) h4 {
  border-bottom-color: #ca6161;
}
.services_box1 ul li:nth-child(10n) h4 {
  border-bottom-color: #f8b0e9;
}
.services_box1 ul li p {
  font-size: 16px;
  line-height: 1.6;
}
/*services_box1*/
.about_section2in h3 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 20px;
  text-transform: none;
  letter-spacing: 0;
}

/*staffing_sec1*/
.staffing_sec1 {
  padding: 60px 0;
  background-color: #f6f6f6;
  width: 100%;
}
.staffing_sec1 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 80px;
  row-gap: 40px;
  flex-wrap: wrap;
}
.staffing_sec1 ul li {
  flex-basis: 27%;
  background-color: #ea6c6c;
  border-radius: 20px;
  position: relative;
  padding: 45px 20px 45px 85px;
  box-shadow: 9px 9px 40px rgba(234, 108, 108, 0.459);
}
.staffing_sec1 ul li span {
  background-color: #fff;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  border-radius: 15px;
  box-shadow: 9px 9px 40px rgba(234, 108, 108, 0.459);
}
.staffing_sec1 ul li:nth-child(2) {
  background-color: #f0cb74;
  box-shadow: 9px 9px 40px rgba(240, 203, 116, 0.459);
}
.staffing_sec1 ul li:nth-child(2) span {
  box-shadow: 9px 9px 40px rgba(240, 203, 116, 0.459);
}
.staffing_sec1 ul li:nth-child(3) {
  background-color: #6388aa;
  box-shadow: 9px 9px 40px rgba(99, 136, 170, 1);
}
.staffing_sec1 ul li:nth-child(3) span {
  box-shadow: 9px 9px 40px rgba(99, 136, 170, 1);
}
.staffing_sec1 ul li:nth-child(4) {
  background-color: #569386;
  box-shadow: 9px 9px 40px rgba(86, 147, 134, 0.459);
}
.staffing_sec1 ul li:nth-child(4) span {
  box-shadow: 9px 9px 40px rgba(86, 147, 134, 0.459);
}
.staffing_sec1 ul li:nth-child(5) {
  background-color: #f09974;
  box-shadow: 9px 9px 40px rgba(240, 153, 116, 0.459);
}
.staffing_sec1 ul li:nth-child(5) span {
  box-shadow: 9px 9px 40px rgba(240, 153, 116, 0.459);
}
.staffing_sec1 ul li span img {
  width: 60px;
}
.staffing_sec1 ul li h3 {
  color: #fff;
  margin: 0;
  font-weight: 600;
  font-size: 23px;
}

.staffing_sec1 ul li p {
    color: #fff;
    margin-top: 20px;
}
/*staffing_sec1*/

/*staffing_sec2*/
.staffing_sec2 {
  padding: 40px;
  width: 100%;
  display: table;
  clear: both;
  background-image: url(../images/travelnursing.jpg);
  background-repeat: no-repeat;
  background-position: 85% top;
  background-size: cover;
  position: relative;
}
.staffing_sec2::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 100%;
  content: "";
  background-color: #39bff2;
  opacity: 0.86;
}
.staffing_sec3 {
  background-image: url(../images/tn.jpg);
}
.staffing_sec3::before {
  width: 100%;
  background-color: #003c53;
  opacity: 0.83;
}
.staffing_sec2_info {
  width: 67%;
  display: block;
  position: relative;
}
.staffing_sec3 .staffing_sec2_info {
  width: 100%;
}
.staffing_sec2_info h2 {
  font-weight: 600;
  font-size: 55px;
  margin-bottom: 20px;
  margin-top: 0;
  color: #fff;
  text-align: center;
}
.staffing_sec2_info h3 {
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 18px;
  width: 100%;
  text-align: center;
  line-height: 1.6;
  color: #fff;
}
.staffing_sec2_info ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.staffing_sec3 .staffing_sec2_info ul {
  grid-template-columns: repeat(6, 1fr);
}
.staffing_sec2_info ul li {
  background-color: #fff;
  border-bottom: 3px solid #ea6c6c;
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 10px;
  align-items: center;
  padding: 0 15px;
  width: 100%;
  height: 120px;
}
.staffing_sec2_info ul li:nth-child(2) {
  border-color: #f0cb74;
}
.staffing_sec2_info ul li:nth-child(3) {
  border-color: #6388aa;
}
.staffing_sec2_info ul li:nth-child(4) {
  border-color: #569386;
}
.staffing_sec2_info ul li:nth-child(5) {
  border-color: #f09974;
}
.staffing_sec2_info ul li:nth-child(6) {
  border-color: #c59ee7;
}
.staffing_sec2_info ul li img {
  width: 55px;
  display: block;
}
.staffing_sec2_info ul li h4 {
  margin: 0;
  color: #003c53;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
/*staffing_sec2*/
.section4_inner {
  background-image: url(../images/casestudy-pattern.svg),
    url(../images/casestudy-pattern.svg);
  background-position: left top, right 70%;
  background-size: 25%, 25%;
  background-repeat: no-repeat, no-repeat;
}
.section4_inner .section4_btm_cont1 {
  margin-top: 50px;
}
.section4_btm_cont3 a {
  text-decoration: none;
  background-color: #002133;
  border-radius: 5px;
  padding: 10px 30px;
  color: #fff;
  transition: all 0.3s;
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
  display: inline-block;
  text-transform: capitalize;
}
.careers_qli {
  width: 100%;
  display: block;
  position: relative;
}
.careers_qli img {
  width: 100%;
  display: block;
}
.careers_qli_bx {
  padding: 20px;
  background-color: #f6f6f6;
}
.careers_qli_bx h3 {
  margin: 0 0 10px;
  color: #003c53;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.careers_qli_bx p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
}
.careersmainpg {
  width: 100%;
  display: block;
  padding: 60px;
  background-color: #f6f6f6;
}
.btmcontright form input.form-control,
.modal-body form input.form-control,
.modal-body form select.form-control{
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #02152f;
  box-shadow: none;
  border-radius: 0px;
  font-size: 14px;
  margin-bottom: 25px;
  width: 100%;
  padding: 0;
}
.modal-body form select.form-control{cursor: pointer;}
.btmcontright form input.form-control:focus,
.btmcontright form textarea.form-control:focus,
.modal-body form textarea.form-control:focus,
.modal-body form input.form-control:focus {
  border-color: #00aaff;
}
.btmcontright form textarea.form-control,
.modal-body form textarea.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #02152f;
  box-shadow: none;
  border-radius: 0px;
}

form input.btn-1 {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background-color: #003c53;
  padding: 12px 60px;
  border-radius: 56px;
  margin-top: 25px;
  font-weight: 400;
  transition: all 0.3s;
  cursor: pointer;
  border: 0px;
}

.modal-body input.btn-1 {
  display: table;
  margin: auto;
  margin-top: 20px;
}
.modal-body input.btn-1:hover {
  background-color: #08b1ff;
  color: #fff;
}
.modal-body {
  width: 100%;
}
.modal-dialog {
}
.modal-header {
  border-bottom: 0px;
}
.modal-body {
  display: table;
}
.modal-header .close {
  padding: 0px;
  opacity: 1;
}
.modal-header .close:hover {
  padding: 0px;
  opacity: 1;
}
.modal-backdrop.show {
  opacity: 0.5;
}
label {
  font-weight: 300;
  font-size: 14px;
}
/*contactpg*/
.contactpg {
  padding: 60px 0;
  position: relative;
  z-index: 3;
  background-image: url("../images/bg-tabs3.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
.contactpg h2 {
  font-size: 50px;
  color: #003c53;
  margin-top: 0;
  font-family: "Glacial Indifference";
  position: relative;
  font-weight: 600;
  margin-bottom: 20px;
}
.cont_staffing_sec1 {
  padding: 0;
  background-color: transparent;
}
.cont_staffing_sec1 ul {
  flex-direction: column;
  width: 80%;
  gap: 30px;
}
.cont_staffing_sec1 ul li {
  width: 100%;
  display: block;
  padding: 25px 20px 25px 65px;
}
.cont_staffing_sec1 ul li p {
  color: #fff;
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.6;
}
.cont_staffing_sec1 ul li span img {
  width: 25px;
}
.cont_staffing_sec1 ul li span {
  left: -30px;
}
.default-form .form-group input[type="email"],
.default-form .form-group input[type="text"],
.default-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 20px;
  color: #000;
  height: 50px;
  font-size: 16px;
  background: #f3f3f3;
  font-weight: 400;
  border-radius: 0;
  border: 1px solid #f3f3f3;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  outline: 0;
}
label {
  font-weight: 400;
}
.default-form .form-group input::-webkit-input-placeholder,
.default-form .form-group textarea::-webkit-input-placeholder {
  color: #000;
}
.default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 25px;
  color: #000;
  height: 140px;
  border-radius: 0;
  border: 1px solid #f3f3f3;
  background-color: #f3f3f3;
  resize: none;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.btn-style-one {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  background: #003c53;
  border: 0;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  text-transform: uppercase;
}
.btn-style-one:hover {
  background-color: #04aeef;
  color: #fff;
}
/*contactpg*/

.for_jobseek_bx1 {
  padding: 40px 80px 40px 30px;
  background-color: #fff;
  position: relative;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  box-shadow: 12px 12px 99px rgba(34, 103, 172, 0.078);
  margin-bottom: 15px;
}
.for_jobseek_bx1 h3 {
  border-left: 2px solid #04aeef;
  padding-left: 15px;
  margin-bottom: 25px;
  position: relative;
  font-weight: bold;
  color: #003c53;
}
.for_js_icons {
  display: flex;
  align-items: center;
  gap: 40px;
}
.for_js_icons span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
}
.for_js_icons span img {
  height: 20px;
}
.for_jobseek_bx1 h4 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #003c53;
}
.for_jobseek_bx1 a {
  text-decoration: none;
  color: #fff;
  background-color: #04aeef;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #04aeef;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 14px;
  padding: 10px 30px;
  position: relative;
}
.for_jobseek_bx1 a:hover {
  background-color: #002346;
}
.exploreall {
  text-align: center;
  margin-top: 30px;
}
.exploreall a {
  text-decoration: none;
  color: #fff;
  background-color: #04aeef;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #04aeef;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 14px;
  padding: 10px 30px;
  position: relative;
}
.exploreall a:hover {
  background-color: #002346;
}

@media only screen and (min-width: 240px) and (max-width: 960px) {
  .inner_banner h1,
  .contactpg h2 {
    font-size: 24px;
  }
  .innertxt1 ul li {
    font-size: 14px;
  }
  .inner_banner img {
    height: 40vh;
  }
  .contactpg {
    padding: 20px;
  }
  .cont_staffing_sec1 ul {
    width: 100%;
    margin-bottom: 50px;
  }
  .why-us,
  .about_corevalues,
  .careersmainpg {
    padding: 40px 20px;
  }
  .about_corevalues h2,
  .services_box1 h2,
  .staffing_sec1 h2,
  .staffing_sec2_info h2,
  .careersmainpg h1 {
    font-size: 24px !important;
  }
  .why-us .content p {
    width: 100%;
    font-size: 14px;
  }
  .about_core_box1,
  .services_box1 ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .about_core_box1 h3,
  .staffing_sec1 ul li h3,
  .staffing_sec2_info h3,
  .careers_qli_bx h3 {
    font-size: 18px;
  }
  .about_section2in .abtll {
    top: auto;
    position: relative;
    width: 100%;
    transform: translateY(0);
  }
  .staffing_sec2 {
    display: block;
  }
  .staffing_sec2::before {
    width: 100%;
  }
  .staffing_sec2_info {
    width: 100%;
    clear: both;
  }
  .staffing_sec2_info ul,
  .staffing_sec3 .staffing_sec2_info ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .section4_inner .section4_btm_cont1 {
    margin: 0 !important;
  }
  .jobdescripp {
    padding: 15px !important;
  }
  .accordion-content .jobdescripp p,
  .accordion-content .jobdescripp ul li,
  .careers_qli_bx p {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
  .inner_banner{margin-top: 75px;}
  .for_jobseek_bx1 h3{font-size: 18px}
  .for_js_icons{flex-wrap: wrap; gap: 15px;}
  .for_js_icons span{font-size: 14px; gap: 5px}
  .for_jobseek_bx1{padding: 20px; flex-direction: column;}
  .for_jobseek_bx1 h4{font-size: 21px; margin-top: 10px;}
  h5.modal-title{font-size: 21px !important; letter-spacing: 0 !important;}
  .staffing_sec1 ul li{padding: 20px; flex-basis: 100%; width: 100%;}
  .staffing_sec1{padding: 40px 20px;}
  .staffing_sec1 ul li span {
  background-color: #fff;
  position: relative;
  left: 0;
  top: 0;
  transform: translateY(0%);
  padding: 10px;
  border-radius: 5px;
  box-shadow: 9px 9px 40px rgba(234, 108, 108, 0.459);
  margin-bottom: 10px;
    display: inline-block;
}
.staffing_sec2_info ul li h4{font-size: 15px;}
.staffing_sec1 ul li span img {
  width: 30px;
}
.contactpg .staffing_sec1{padding: 0;}
}
