.career-search {
 /* background: #16304c;*/
  
color:#fff;
      height: 80px;
    position: relative;
  
    width: 100%;
    bottom: 90px;
    margin-bottom: -90px;
    z-index: 1;
  transition-property: height;
  transition-duration: 1s;
  flex-direction: column;
  display: flex;
  background: url("../images/blue-overlay.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;

}
.career-search .explore-opp {
  padding: 9px 40px;
  background-color: transparent;
  border: 1px solid #fff;
  position: relative;
  top: 2px;
  color: #fff;
  font-size: 1.4em;
  line-height: 30px;
  height: 40px;
  box-sizing: border-box;
  vertical-align: top;
  right: 1px;
  border-radius: 25px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 16px;
}
.career-search .explore-opp:hover {
  color: #43474e;
  background: rgba(255, 255, 255, 0.8);
}
.career-search .location-find .home-search {
	text-align: center;
	padding: 18px 0px;
	margin-top:0px;
	margin-bottom: 0px;
}
.career-search h2 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0px;
}
 
.careersocial h2
{
font-size:28px;
 margin-bottom: 0px;
margin-top:10px;
}
.career-search p {
  color: #fff;
  margin-bottom: 0px;
}
.multicol .features-types:first-child {margin-bottom:22px;}
.facts-figures .container .row {
  flex-wrap: nowrap;
  text-align: center;
}
.facts-figures h4 {
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 0px;
  margin-top: -15px;
  font-weight:100;
}
.facts-figures h3 {
  font-weight: 400;
  font-style: normal;
  color: #29588c;
  font-size: 32px;
  line-height: revert;
  margin-bottom: 0px;
direction:ltr;
}

.facts-figures .container .row div:not(:last-child):after {
  content: "";
  width: 2px;
  border-right: 2px solid #d3d3d3;
  position: absolute;
  right: 0px;
  height: 100%;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arbic-lang .facts-figures .container .row div:not(:last-child):after {
  
  left: 0px;
 right:unset;
}
.facts-figures .container .row div {
  align-items: center;
  display: flex;
  flex-direction: column;
}

/* career-features */

.arbic-lang .features-types .image-wrapper img {
border-radius: 0px 0px 0px 30px;
}
.arbic-lang .features-types .image-wrapper {
border-radius: 0px 0px 0px 30px;
}

.features-types .image-wrapper img {
  /*max-height: 494px; */
  object-fit: cover;
  width: 100%;
  border-radius: 0px 0px 30px 0px;
  transition: transform 0.5s ease;
}

.features-types .image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0px 0px 30px 0px;
}

.features-types .image-wrapper:hover img {
  transform: scale(1.5);
}
.arbic-lang .features-types .image-wrapper .caption-text 
{
 border-radius: 0px 0px 0px 30px;
text-align:right;
}
.features-types .image-wrapper .caption-text {
  position: absolute;
text-align:left;
  bottom: 0;
  left: 0px;
  right: 0px;
  padding: 20px;
  border-radius: 0px 0px 30px 0px;
  height: 70px;
  transition-property: height;
  transition-duration: 1s;
  flex-direction: column;
  display: flex;
  background: url("../images/blue-overlay.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
cursor:pointer;
}
.arbic-lang .features-types .image-wrapper .caption-text, .arbic-lang .features-types .image-wrapper .caption-text span, .arbic-lang .features-types .image-wrapper:hover .caption-text
{
text-align:right;
}
.features-types .image-wrapper .caption-text p {
  transform: translateY(50px);
  margin-top: 10px;
  transition-property: transform, opacity;
  opacity: 0;
  transition-duration: 1s;
  transition-timing-function: ease;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
}

.features-types .image-wrapper .caption-text p a {
  color: #fff;
}

.features-types .image-wrapper:hover .caption-text {
  height: 100%;
  justify-content: center;
  text-align:left;
}

.features-types .image-wrapper:hover p {
  transform: translateY(0);
  opacity: 1;
}

.features-types .image-wrapper .caption-text span {
  color: #fff;
  font-size: 20px;
  margin-top: 8px;
  text-align:left;
}
.arbic-lang .mobileFeature a {
  color: #fff;
  font-size: 16px;
  margin-top: 8px;
  text-align:right;
}

.features-types .image-wrapper:hover span {
  margin-top: 0px;
}

.features-types .image-wrapper:hover a.features-link {
  opacity: 1;
  transform: translateY(0px);
}

.features-types .features-link {
  color: #43474e;
}
.features-types .image-wrapper a.rdmore
{
z-index:999!important;
}
.features-types .image-wrapper a.features-link {
  display: block;
  line-height: 45px;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  color: #fff;
  opacity: 0;
  transform: translateY(200px);
  transition-property: opacity, transform;
  transition-timing-function: ease;
  transition-duration: 1s;
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
  min-width:118px;
  padding: 0px 20px;
  width: fit-content;
  text-decoration: none;
}
.features-types .image-wrapper a.features-link:hover {
  color: #43474e;
  background: rgba(255, 255, 255, 0.8);
}

.features-types .features-link:hover {
  color: #2a588d;
}

.career-notify .container {
  background: #29598d;
  border-radius: 15px;
}

.careernotify-text {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0px;
  color: #ffffff;
}

.careernotify-btn {
  text-align: center;
  margin: 0 0 22px 0px;
}

.careernotify-btn span a {
  font-size: 16px;
  padding: 12px 16px 5px;
  border: 1px solid #ffffff;
  border-radius: 25px;
  background: #29588c;
  color: #ffffff;
  text-decoration: none;
}
.careernotify-btn span a:hover{ 
	color: #43474e;
	background: rgba(255, 255, 255, 0.8); 
}
.carousel-item.testiMonialItem0
{
	display:block !important;
}
.facts-figures
{
margin:40px 0 30px;
}
.career-features{
  margin-top:0px;
  margin-bottom: 20px;
}
.testimonial-slider{
  margin-top:0px;
  margin-bottom: 24px;
}
.testimonial-slider .carousel-btn {
  font-size: 16px;
  padding: 15px 35px 5px;
  border: 1px solid #ffffff;
  border-radius: 25px;
  background: #29588c;
  color: #ffffff;
  text-decoration: none;
    position: absolute;
z-index:1;
   
}

.testimonial-slider .carousel-btn:hover {
     border-color: #29abe2;
    background-color: #29abe2; color: #ffffff;
}
.testimonial-slider h2 {
  margin-bottom:0px;
}
.testimonial-slider h4 {
  font-size: 24px;
margin-bottom:10px;
}
.testimonial-slider h4 span {
  font-size: 18px;
  color: #43474e;
}
.testimonial-slider img {
  border-radius: 0px 0px 0px;
}


#owl-testimonial-slider.owl-carousel .item {
 position: relative;
 z-index: 100;
  
 overflow: hidden;
}
#owl-testimonial-slider.owl-carousel .item:hover img {
 /*transform: scale(1.1);
transition: transform 3s ease;*/
}
/* owl-dots */
#owl-testimonial-slider.owl-carousel .owl-dots button.owl-dot {
 background: #fff;
 color: inherit;
 border: 1px solid #43474e;
 width: 15px;
 height: 15px;
 border-radius: 50%;
 margin-right: 5px;

  
}

#owl-testimonial-slider.owl-carousel .item .carousel-caption {
 position: relative;
 bottom: 0px;
 left: 0;
 z-index: 10;
 padding: 18px 20px;
 color: #43474e;
 height: auto;
 right: 0; 
 text-align: left; 
 
}
#testimonial-arbic .owl-carousel .item .carousel-caption {
 position: relative;
 bottom: 0px;
 left: 0;
 z-index: 10;
 padding: 18px 20px;
 color: #43474e;
 height: auto;
 right: 0; 
 text-align: right; 
 
}

#owl-testimonial-slider.owl-carousel .item .carousel-caption p {
 font-size: 14px;
 margin-bottom: 0px;
}

#owl-testimonial-slider.owl-carousel .item .carousel-caption p span {
 font-weight: 500;
 display: block;
font-size:14px;
}

#owl-testimonial-slider.owl-carousel .owl-dots {
 display: flex;
 align-items: center;
 justify-content: center;
 height: 20px;
 
}
#owl-testimonial-slider.owl-carousel .owl-dots button.owl-dot.active {
 background: #29588c;
 border-color: #29588c;
}
/* owl-nav */
#owl-testimonial-slider.owl-carousel .owl-nav .owl-prev,
#owl-testimonial-slider.owl-carousel .owl-nav .owl-next {
 margin-top: -26px;
 position: absolute;
 top: 27%;
 color: #cdcbcd;
}

#owl-testimonial-slider.owl-carousel .owl-nav i {
 font-size: 60px;
 color: #43474e;
 -webkit-text-fill-color: #43474e;
 -webkit-text-stroke-width: 6px;
 -webkit-text-stroke-color: white;
}

#owl-testimonial-slider.owl-carousel .owl-nav .owl-prev {
 left: -32px;
}

#owl-testimonial-slider.owl-carousel .owl-nav .owl-next {
 right: -32px;
}

.testimonial-slider .carousel-indicators li,#owl-testimonial-slider.owl-carousel .owl-dots button.owl-dot {
  border-radius: 50%;
  border: 1px solid #29588c;
  width: 15px;
  height: 15px;
  opacity: 1;
}
.testimonial-slider .carousel-indicators li.active,
.testimonial-slider .carousel-indicators li:hover {
  background-color: #29588c;
}
.testimonial-slider .carousel-indicators {
  margin-left: 29%;
  justify-content: start;
  bottom: 40px;
}
#testimonial-arbic .carousel-indicators {
 margin-right: 29%;
}
.testimonial-slider h2 {
  font-size: 34px;
}

.careersocial .socialmedia-menu{
	display:none;
}
.careerHeadline
{
	top:7px;
	position:relative;
}
#content .breadcrumbsection .breadcrumb
{
  justify-content:start;
}
@media (max-width: 992px) {
  .testimonial-slider h4 span {
    font-size: 16px;
  }
  .testimonial-slider h2 {
    font-size: 24px;
  }
  
  .testimonial-slider h4 {
    font-size: 20px;
  }
  .facts-figures .container .row {
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start !important;
  }
  .facts-figures h3 {
    font-size: 22px;
  }
  .facts-figures h4 {
    font-size: 16px;
    margin-top: 0px;
  }
  .facts-figures .container .row div:not(:last-child):after {
    display: none;
  }
  .facts-figures .container .row::before {
    content: "";
    width: 30%;
    border-top: 2px solid #d3d3d3;
    position: absolute;
    right: auto;
    height: 2px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -15px;
  }
  .facts-figures .container .row div {
    margin-top: 15px;
  }
  .career-search {
    padding-top: 17px;
  }
  .facts-figures {
    margin-bottom: 0px;
  }
  .career-features {
    margin-top: 10px;
  }
  .testimonial-slider .carousel-indicators {
    margin-left: 0;
    justify-content: center;
    bottom: 17px;
    margin-right: 0;
  }
  .career-features .image-wrapper a.features-link {
    overflow: initial;
    display: block;
    margin-top: 10px;
  }
  .career-features .image-wrapper .caption-text p {
    margin-top: 0px;
  }
  .career-features .container > .row > div {
    padding: 0px;
  }
  .homesocial h2, #content .breadcrumbsection
  {
	  display:block!important;
  }
  .viewStories
  {
	  display:none;
	  /*top:23px;*/
  }
   .facts-figures .container .row::before {
   display:none;
  }
  .testimonial-slider, .career-features
  {
	  margin-bottom:0px;
  }
.testimonial-slider .carousel-btn
{
top:-10px;
}
  .career-search h2 
  {
	font-size: 18px;
  }
   .career-search .location-find .home-search {
	  padding:15px;
  }
  .featureSection1 section
  {
	  top:19px;
	  position:relative;
  }
	.featureSection2 section
  {
	  margin-top:17px;
	  top:0px;
	  position:relative;
  }
  .testimonial-slider
  {
	
    position: relative;
     margin-left:10px;
  }
  .careernotify-btn span a{
	  font-size: 15px;
	  padding: 12px 9px 5px;
	  border: 1px solid #29588c;
	  border-radius: 25px;
	  background: #f1f1f1;
	  color: #29588c;
	  text-decoration: none;
  }
  .career-notify .container
  {
	  background:#f1f1f1;
	  border-radius:0px;
          margin-bottom:0px;
          max-width:100%;
  }
  .careernotify-text
  {
	  color: #29588c;
  }
  .career-notify
  {
top: 25px;
    position: relative; 
  }
  .mobileFeature a
  {
	  text-align:left;
  }
  .careernotify-text h4
  {
	  font-size:14px;
	  text-align:center;
  }

}
@media (min-width:361px) and (max-width: 767px) {
#featurecountrypopups img {
    max-height: 321px!important;
    min-height: 321px!important;
}
}
@media  (max-width: 360px) {
#featurecountrypopups img {
    max-height: 240px!important;
    min-height: 240px!important;
}
}
@media  (max-width: 992px) {
	
.careerHeadline

{

  text-align: center;

}
 
.featureSection1 section
{
  top:0px;
margin-top:0px;
margin-bottom:0px;
}
.career-search {
 
color:#29588c;
      height: 80px;
    position: relative;
 
    width: 100%;
    bottom: 0px;
    margin-bottom: 0px;
    z-index: 1;
  transition-property: height;
  transition-duration: 1s;
  flex-direction: column;
  display: flex;
  background:none;
      height:100px;  
}
.career-search h2{ color:#29588c;    text-align: center; }
.career-search p {display:none;}
.features-types .image-wrapper .caption-text
{
height: 50px!important;
padding:10px 0px!important;
}
.mobiletab {
    width: 350px;
    margin: 40px auto 0px;
    font-size: 18px;
    position: sticky;
    top: 125px;
    background: #fff;
    z-index: 11;
    padding-bottom: 5px;
}
.mobileFeature  {
    height: 50px!important;
    justify-content: center;
}
.career-search .explore-opp
{
padding:15px 31px;
background-color: #29588c;
    border: 1px solid #29588c;
    position: relative;
    top: 10px;
    color: #ffffff;
height:50px;
}
.features-types .image-wrapper a.features-link:hover
{
background:none;
}
#featurecountrypopups img {
    max-height: 574px;
    min-height: 574px;
}
/*
.facts-figures .container .row::before {
    content: "";
    width: 30%;
    border-top: 2px solid #d3d3d3;
    position: absolute;
    right: auto;
    height: 2px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -15px;
}*/

.testimonial-slider img
{
border-radius:0;
}
}
.bannertop .breadcrumbsection 
{
display:none;
}
.viewStories
{
	 position: relative;
    height: 50px;
	margin-top:-70px;
}
@media  (min-width: 1200px) {
	#owl-testimonial-slider.owl-carousel .owl-dots {
    
    position: absolute;
    left: 344px;
    bottom: 20px;
	}
.testimonial-slider .carousel-btn{bottom:20px;}
#testimonial-arbic .owl-carousel .owl-dots {
    
    position: absolute;
    right: 344px;
left:auto;
    bottom: 20px;
	}


}
@media  (min-width: 992px) and (max-width: 1199px) {
	#owl-testimonial-slider.owl-carousel .owl-dots {
    
    position: absolute;
    left: 300px;
    bottom: -20px;
	}
.testimonial-slider .carousel-btn {bottom:0px;}
#testimonial-arbic .owl-carousel .owl-dots {
    
    position: absolute;
    right: 300px;
left:auto;
    bottom: 20px;
	}
}
@media   (max-width:767px) {
.testhead
{
left: 13px!important;
}
}
@media  (min-width: 767px) and (max-width:991.98px) {
.testhead
{
	position: relative!important;
    bottom: 0px;
    left: 20px;
    top: 0px!important;
    background: rgba(255,255,255,.7);
    z-index: 10;
    padding: 18px 0 0 0px!important;
    color: #000;
    /* height: auto; */
    right: 0;
}

}
@media  (max-width: 992px) {
	#owl-testimonial-slider.owl-carousel .owl-dots {
    display:none;
	}
	#owl-testimonial-slider 
	{
		border:1px solid #ccc;
		border-radius: 0 0 10px 0px;
	}
	.viewStories
{
	 position: relative;
    height: 30px;
	margin-top:0px;
}
.testhead
{
	position: absolute;
    bottom: 0px;
    left: 20px;
    top: -80px;
    background: rgba(255,255,255,.7);
    z-index: 10;
    padding: 18px 20px;
    color: #000;
    /* height: auto; */
    right: 0;
}

#owl-testimonial-slider.owl-carousel .item .carousel-caption
{ padding:5px 0 15px 20px;}
 
.pplstories
{
	 margin: 20px 0!important;
    padding: 15px 0;
    /* border: 1px solid #ccc; */
    /* border-radius: 0 0 10px 10px; */
    box-shadow: 5px 5px 20px #ddd;
}
.pplstories h2
{
	font-size:22px!important;
	padding:5px 0;
color:#29588c;
}
.pplstories h4
{
	font-size:20px!important;
	padding:5px 0;
color:#29588c;
}
.pplstories p
{
	font-size:14px!important;
	padding:5px 0;
}
.stories-caption
{
	padding:20px 0;
}
#owl-testimonial-slider.owl-carousel .owl-nav .owl-prev, #owl-testimonial-slider.owl-carousel .owl-nav .owl-next
{
top:47%;
}
#owl-testimonial-slider.owl-carousel .item .carousel-caption p
{
font-size:12px;
}

}
.pplstories 
{
 margin: 20px 0!important;
padding: 15px 0; 
box-shadow: 5px 5px 20px #ddd;
}
.pplstories h2
{
	font-size:24px;
	padding:5px 0 0 0;
color:#29588c;
}
.pplstories h4
{
	font-size:18px;
	padding:5px 0;
color:#29588c;
}
.pplstories p
{
	font-size:16px;
	padding:5px 0;
}
.pplstories img
{
	border-radius:30px;
 
}
.odddiv{background:#f5f5f5}
.evendiv{background:#ffffff}
.peoplestories h1{font-size: 25px;color:#43474e;
    line-height: 38px;
    height: 21px;}
.applicant-login{display:block!important;}

.carrerstore {display:none!important; }
.carrerapplicant {display:block!important;padding: 0.3rem 1rem 0.5rem 0rem !important;}
