/* search */
.search-wrapper{
    background-color: #005df4;
    padding-left: 50px;
    padding-top: 40px;
    padding-right: 50px;
    padding-bottom: 40px;
    margin-bottom: 20px;
}
.three-cols{
    list-style: none;
    margin: 0;
    padding-left: 0px;
    margin-left: -22px;
    margin-right: -22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.three-cols li{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
    padding-left:22px;
    padding-right:22px;
}
.selectbox{
	    position: relative;
}

.search-box .search-field .icon {
    background: url(https://www.xaxis.com/wp-content/uploads/2021/08/search-box.png);
    width: 28px;
    height: 28px;
    background-size: contain;
    background-position: center center;
}.search-box .search-field .icon img{display:none;}
.three-cols select{
	height:40px;
	appearance:none;
	-moz-appearance:none;-webkit-appearance:none;
width: 100%;
background-color: transparent;
border-radius:0;
border: none;
border-bottom-width: 1px;
border-bottom-color: rgba(255,255,255,0.5);
border-bottom-style: solid;
color: #ffffff;   font-weight: 400;
    font-family: 'Gotham';
font-size: 22px;
padding-bottom: 10px;display: inline-block;
padding: 6.5px 0 12px 0;
}
.three-cols select option {color: #000000; }


.search-box{ display: flex;}
.search-box button{
    background: #ff5300;
    border: solid 1px #ff5300;
    padding: 6.5px;    display: inline-block;    color: #fff;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, .10);
    min-width: 102px;
    border-radius: 3px;
}
.search-box .search-field{    width: 100%;
    margin-right: 6px; position: relative;
}
.search-box .search-field input{padding-left: 0px; 
    color: #ffffff;
    font-size: 26px;    font-weight: 400;
    font-family: 'Gotham';
    width: 100%;
    border: none;
    background-color: transparent;
    line-height: 1;
    border-bottom: 1px solid #ffffff;    padding-bottom: 10px; border-radius: 0;

}
.search-box .search-field .icon{
position: absolute;top: 50%; transform: translateY(-50%);       margin-top: -3px;
right: 0;

}
.search-box .search-field .icon img{
    height: 16px;width: 16px; object-fit: cover; object-position: center center;
}
@media screen and (max-width:992px) {
    .three-cols li{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 6px;
    }
    .three-cols li:nth-child(3){
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }    
}
@media screen and (max-width:575px) {
    .jobvite-search .search-wrapper {
        padding: 10px;
    }
    .search-box {
        display: block;
    }
    .three-cols li{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .search-box .search-field {
        margin-right: 0;
        margin-bottom: 6px;
    }
    .search-box button {
        min-width: auto;
        width: 100%;
    }
}
#section-419-96979{
	    background-color: #002c6d;
}

.box1{
    background-color: #002c6d;
}

.box1 .box-inner{
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding:40px 76px 100px 76px;
}
@media screen and (max-width:1199px) {
    .box1 .box-inner{
        padding:40px 56px 100px 56px;
    }
}
@media screen and (max-width:767px) {
    .three-cols select{
        font-size: 20px;
    }
    .search-wrapper {
        padding: 15px;
        margin-bottom: 20px;
    }
    .search-box .search-field input{
        font-size: 20px;
    }
    
    .box1 .box-inner{
        padding:30px 30px 50px 30px;
    }
}
@media screen and (max-width:575px) {
    .box1 .box-inner{
        padding-left:15px;
        padding-right:15px;
    }
    .three-cols li{
        margin-bottom: 16px;
    }
}
.box-inner .three-cols{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 20px;
}


.results-list{
    list-style-type: none;
    padding-left: 0;
    color: #ffffff;
}

.results-list li{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-color: #ffffff;
    border-bottom-style: none;
    padding-top: 30px;
    padding-bottom: 15px;
}

.search-results .button{
    width: 100%;
    background-color: #005df4;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    color: #ffffff;
    display: inline-block;
}
.search-results .result h5{    color: #54edd6;
      margin-bottom: 13px;  font-weight: 400;}
.search-results .result h3{     margin-bottom: 5px;}
.search-results .result h3:hover {

}
.search-results .result h3 a{     color: #ffffff;}
.search-results .result h3 a:hover{    color: #54edd6; }
.search-results .result p{color: #e8e8e8;    margin-top: 0px;}

.d-none{display: none !important;}

#loader, .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.9);
    z-index: 200;
    display: none;
}

#loader img, .loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: rotation 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    width: 100px;
}
.search-results p{color:#e8e8e8;}


  .select2-container--default .select2-results>.select2-results__options {
  max-height: 280px;
  background: rgb(0,44,109);
  background: -moz-linear-gradient(140deg, rgba(0,44,109,1) 0%, rgba(0,44,109,1) 40%, rgba(0,93,244,1) 100%);
  background: -webkit-linear-gradient(
  140deg
  , rgba(0,44,109,1) 0%, rgba(0,44,109,1) 40%, rgba(0,93,244,1) 100%);
  background: linear-gradient(
  140deg
  , rgba(0,44,109,1) 0%, rgba(0,44,109,1) 40%, rgba(0,93,244,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002c6d",endColorstr="#005df4",GradientType=1);
}
.select2-results__option {
    color: #fff;
}
.select2-search--dropdown {
    display: none;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #005df4;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #005df4;
}
.select2-dropdown {
    background-color: white;
    border: none;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single {
    background-color: #005df4;
    border: none; 
    border-radius: 4px;
    color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
    line-height: 28px;
}

/* Single Job */

@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');

*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Gotham';
}


.button {
  display: inline-block;
  padding: 1.2rem 3.2rem;
  text-align: center;
  line-height: 1;
  font-size: 1.8rem;
  color: #012B6D!important;
  border-radius: 7px;
  text-decoration: none;
  min-width: 210px;
}

.button-primary {
 background-color: #53EDD5;
}

.entry-container {
  max-width: 1084px;
  padding: 0 16px;
  margin: auto;
}

.article-section {
  padding: 6rem 14.6rem 6.4rem 7rem;
  color:  #272D3D;
  background-color: #fff;
  border-radius: 22px;
  position: relative;
  margin-top: -18.4rem;
}

.article-section * {
  font-size: 1.8rem;
  line-height: 1.5;
}

.article-section h2, .article-section h3, .article-section h4, .article-section h5, .article-section h6, .article-section ul, .article-section ol, .article-section p {
  margin-bottom: 3rem;
}

.article-section h2 {
  font-size: 2.6rem;
}

.article-section ul, .article-section ol {
  margin-left: 2rem;
}

.article-section ul ol, .article-section ul ul, .article-section ol ul, .article-section ol ol {
  margin-top: 1rem;
}

.article-section li {
  margin-bottom: 1rem;
}

.article-section blockquote {
  border-left: 2px solid #53EDD5;
  padding: 5px 5px 5px 20px;
}

.article-section blockquote p {
  margin-bottom: 0;
}

.job-head {
  padding-top: 6rem;
  padding-bottom: 28rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}

.job-head * {
  font-size: 1.8rem;
  line-height: 1.5;
}

.job-head .countries {
  margin-bottom: 7.6rem;
}

.job-head .more-countries {
  font-weight: 700;
}

.job-head * {
  color: #fff;
}

.job-head .entry-container {
  position: relative;
  z-index: 2;
}


.job-head h1 {
  font-size: 4.2rem;
  line-height: 1.5;
  color: #53EDD5;
  margin-bottom: 1rem;
  font-weight: 500;
}

.job-head a {
  text-decoration: none;
  font-weight: 400;
}

.job-head > img {
  position: absolute;
  top: -20px;
  right: 10%;
  height: 100%;
 object-fit: cover;
  z-index: 0;
}

.job-head .back {
   margin-bottom: 2.9rem;
   display: inline-block;
}

.job-head .content {
  max-width: 675px;
  padding-left: 6rem;
}

.job-head .label {
  font-size: 1.6rem;
  margin-bottom: 4rem;
}

.job-head .countries * {
  font-size: 1.4rem;
}

.job-head .countries span {
  padding: 0 10px;
}

.job-head .location-pin {
  margin-bottom: -7px;
  margin-right: 15px;
}

.job-head .countries span:not(:last-child) {
  border-right: 1px solid #0C4FB1;
}

.job-wrapper {
      background-image: linear-gradient(140deg, #002c6d 40%, #005df4 80%, #54edd6 100%);
}

.job-description {
  padding-bottom: 7rem;
  font-size: 1.8rem;
  line-height: 1.5;
  background-attachment: fixed;
  background-repeat: round;
}

.job-description .apply {
  margin-top: 5rem;
}

.social-icons .fa {
  font-size: 19px;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  text-decoration: none;
  border-radius: 50%;
}

.social-icons .fa:hover {
    opacity: 0.7;
}

.social-icons .fa-share-alt {
  background: #FFF;
  color: #012B6D;
}

.social-icons .fa-envelope{
  background: #000;
  color: #fff;
}

.social-icons .fa-facebook {
  background: #3B5998;
  color: white;
}

.social-icons .fa-twitter {
  background: #55ACEE;
  color: white;
}

.social-icons .fa-linkedin {
  background: #007bb5;
  color: white;
}

.article-section .social-icons {
  position: absolute;
  right: 23px;
  top: 23px;
}

.article-section .button {
  margin-bottom: 3rem;
}

.social-icons {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-icons li {
  margin-bottom: 0.5rem;;
}

.social-icons .share {
  width: 74px;
  height: 74px;
  border: 1px solid #0D72CF;
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  margin-bottom: 1rem;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.1);
}

.social-icons a {
  display: inline-block;
}


@media (max-width: 767px) {
 .article-section {
   padding: 4rem 10rem 4.8rem 4.8rem;
 }

 .job-head {
   padding-bottom: 23.2rem;
 }

 .job-head .countries {
   position: relative;
   padding-left: 30px;
   margin-bottom: 5rem;
 }

 .job-head .countries img {
   position: absolute;
   left: 2px;
   top: -2px
 }

 .job-head .countries span{
  display: block;
  margin-bottom: 4px;
 }

 .job-head .countries span:not(:last-child) {
   border: 0;
 }
}

@media (max-width: 575px) {

  .job-head h1 {
     font-size: 2.5rem;
  }

  .job-head .content {
    padding-left: 0;
  }
  .job-head .back {
    font-size: 1.6rem;
  }

  .article-section {
    padding: 2.4rem;
  }

  .article-section p, .article-section h1, .article-section h2, .article-section h3, .article-section h4, .article-section h5, .article-section h6 {
    margin-bottom: 2rem;
  }

  .article-section h1, .article-section h2, .article-section h3, .article-section h4, .article-section h5, .article-section h6 {
    font-size: 2rem;
  }

  .article-section * {
    font-size: 1.6rem;
  }

  .job-head .label {
    font-size: 1.4rem;
  }

  .article-section li {
    margin-bottom: 2rem;
  }

  .article-section .social-icons {
    position: static;
    flex-direction: row;
    justify-content: center;
    margin: 2rem 0 0;
  }

  .social-icons li {
    margin: 0 1rem 0 0;
  }

  .social-icons .share {
    width: 50px;
    height: 50px;
    line-height: 68px;
    margin-bottom: 0;
  }

  .job-description .apply {
    margin-top: 2.4rem;
  }

}


.page-template-job-single #light-header {
    display: none;
  }
  
  .page-template-job-single #dark-header {
    display: block;
  }
  
  .page-template-job-single .ct-inner-content {
    padding-top: 174px;
  }
  
  @media (max-width: 767px) {
    .page-template-job-single .ct-inner-content {
    padding-top: 94px;
  }
  }