#footer_carrees .elementor-element-populated {
	padding: 0;
}

#lifeSmart .elementor-element-populated {
	padding: 0;
}

#lifeSmart #lifeSmart-banner {
    height: 672px;
	width: 50%;
}

#lifeSmart #lifeSmart-banner img {
  height: 672px;
  margin-top: 0px;
}

.lifeSmart-banner-info {
	position: relative;
}

.lifeSmart-banner-text {
	position: absolute;
	width: 468px;
	top: 216px;
	left: 106px;
	color: #FFFFFF;
}
.lifeSmart-banner-text p {
	font-size: 36px;
  font-weight: bold;
  margin: 0;
}
.lifeSmart-banner-text span {
	font-size: 17px;
  font-weight: 700;
  margin: 0;
}


#lifeSmart #lifeSmart-banner:after {
	 content: "";
}

  #footer_carrees .footer-info_location {
    color: #000;
    font-size: 16px;
    margin: 25px 0px;
    font-weight: 600;
  }

  #footer_carrees .footer-hr {
        width: 296px;
      height: 3px;
      text-align: center;
      background-image: linear-gradient(to right, #2A5BAA , #51B848);
      display: block;
      margin: auto;
  }
  #footer_carrees .footer-info_mail a, .footer-info_phone a {
      font-size: 13px;
      color: #000;
      font-weight: bold;
      font-family: Montserrat;
  }

@media screen and (min-width: 768px) {
  #footer_carrees {
    background-size: 100%;
  }

  #footer_carrees #footer-info_address p {
    margin: 0 0 0px;
  }

  #footer_carrees .footer--info {
    display: flex;
    justify-content: center;
      flex-direction: row;
  }

  #footer_carrees .footer--info {
    display: flex;
    justify-content: center;
  }
	
	#footer_carrees .footer--info .footer-info_phone {
    margin-left: 80px;
  }
}

@media screen and (max-width: 768px) {
	#footer_info {
		padding: 15px;
    background-image: url(../../../uploads/2021/11/Rectangle-4.png);
    background-position: center;
    background-repeat: no-repeat;
	}

    #lifeSmart-banner {
        height: 420px;
    }
    #lifeSmart #lifeSmart-banner {
        width: 100%;
        height: 420px;
    }
    #lifeSmart #lifeSmart-banner img {
        height: 420px;
    }
    .lifeSmart-banner-text {
        width: calc(100% - 20px);
        top: 175px;
        left: 20px;
        font-size: 16px;
    }
}



/* life smart */
.tabs--vertical {
    background: #fff;
    padding-top: 20px;
    width: 100%;
}
.tabs--vertical .tabs__list {
    font-size: 16px;
}
.tabs--vertical .tabs__list ul {
    padding: 0;
}
.tabs--vertical .tabs__list span {
  text-align: center;
  background: 
     linear-gradient(#fff,#fff) padding-box,
     linear-gradient(to right, #2A5BAA, #51B848) border-box;
    color: #000;
    padding: 0px;
    border: 2px solid transparent;
    border-radius:15px;
    display:inline-block;
    font-size: 15px;
    width: 130px;
    font-weight: 600;
		line-height: 32px;
}

.tabs__item {
  margin-bottom: 10px;
  display: flex;
	height: 40px;
	cursor: pointer;
}
.tabs__item:hover {
	opacity: 0.8;
}
.tabs__item .col-4 p:hover {
  background: -webkit-linear-gradient(#2A5BAA, #51B848);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tabs__item div {
  margin-left: 10px;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #000;
  width: 100%;
}

@media only screen and (min-width: 992px) {
    .tabs--vertical {
        padding-top: 40px;
    }
    .tabs--vertical .tabs__list {
        font-size: 24px;
    }
}

.tabs--vertical .tabs__content {
    text-align: center;
}

.slider_item {
	position: relative;
}
.slider_item img {
	height: 424px;
	border-radius: 23px;
	width: 100%;
	margin-bottom: 10px;
}
.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 40px;
    line-height: 1;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: -webkit-linear-gradient(#2A5BAA, #51B848);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 125px;
    list-style: none;
    text-decoration: none;
}

.slick-prev:before {
    content: "‹";
}
[dir="rtl"] .slick-prev:before { content: "›"; }

[dir="rtl"] .slick-next {
    left: -10px;
    top: 70px;
    right: auto;
}
.slick-next:before {
    content: "›";
}
[dir="rtl"] .slick-next:before { content: "‹"; }

.slick-prev, .slick-next {
    list-style-type: none;
}

.slick-prev {
    position: absolute;
    left: -50px;
    top: calc(50% - 100px);
}

.slick-next {
    position: absolute;
    right: -50px;
    top: calc(50% - 100px);
}
.slick-slide {
	font-size: 16px;
	color: #000;
}
.tabs--vertical .slider {
	display: none;
}
.tabs--vertical .slider.active {
	display: block !important;
}
.tabs__item-event:hover {
	background: -webkit-linear-gradient(#2A5BAA, #51B848);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 768px) {
    .tabs--vertical {
        padding-top: 0px;
    }

    .slider_item img {
        height: 272px;
        border-radius: 23px;
        width: 100%;
        margin-bottom: 10px;
    }
    .slider_item p {
      margin: 0 0 -20px 20px;
    }

    .slick-prev:before, .slick-next:before {
        font-size: 64px;
    }
    .slick-prev {
        left: -25px;
        top: calc(50% - 70px);
    }
    .slick-next {
        right: -25px;
        top: calc(50% - 70px);
    }
    .slick-slide p {
        font-size: 13px;
    }
    .tabs__content {
      margin-top: 20px;
    }

    .passion img {
      width: 100%;
      height: 110px !important;
    }

    .passion a p {
      font-size: 11px !important;
      line-height: 15px !important;
    }
}

.employer-logo {
	display: none;
}

.home_looking_for {
  color: green;
  text-decoration: underline;
}

.home_looking_for:hover {
  opacity: 0.8;
}

.passion {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  column-gap: 10px;
  row-gap: 10px;
	justify-items: center;
  align-items: center;
}

.passion img {
  width: 100%;
  height: 274px;
  object-fit: cover;
}

.passion img:hover {
 	transform: scale(1.01);
}

.passion a {
	text-align: center;
	width: 100%;
}

.passion a p {
	  font-style: italic;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-decoration-line: underline;
    color: #fff;
}

.passion_2 {
  grid-column: span 3;
}

.passion_1, .passion_3 {
  grid-column: span 2;
}
.passion_life-smart {
	width: 100%;
	height: 100%;
	display: flex;
  justify-content: center;
  align-items: center;
	background-image: linear-gradient(to right, #2A5BAA , #51B848);
}
.passion_life-smart.passion_3:hover {
  transform: scale(1.01);
}
.passion a p {
  margin-block-end: 0;
  line-height: 11;
}

.home_career_opportunities {
  border: none;
  color: #000;
  font-size: 18px;
}

.home_career_opportunities th, .home_career_opportunities td {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.home_career_opportunities th {
  font-weight: 500;
  font-size: 18px;
  padding: 15px 30px;
}

.home_career_opportunities td {
  padding: 15px 30px;
}
.job-title {
  color: #2A5BAA;
}
.job-title a {
  color: #2A5BAA;
  font-weight: 700;
}
.job-title a:hover {
  opacity: 0.8;
}

.apply_now {
  color: #51B848;
}
.apply_now a {
  color: #51B848;
  font-weight: 500;
  cursor: pointer;
}
.apply_now a:hover {
  opacity: 0.7;
}
.home_career_all {
  text-align: center;
}
.home_career_all a {
  background-image: linear-gradient(to right, #2A5BAA , #51B848);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 160px;
  padding: 10px;
  border-radius: 4px;
  display: block;
  margin: auto;
}

.home_career_all a:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .home_career_opportunities th, .home_career_opportunities td {
    padding: 15px 10px !important;
  }
}

.home-table-responsive {
  border: none;
}
.form-login-register-inner .title {
  font-size: 18px;
  margin: 0 0 15px;
}

@media (min-width: 1200px) {
  .form-recruitment-inner .title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
.file-input-label {
	padding: 0px 10px;
	display: table-cell;
	vertical-align: middle;
  border: 1px solid #ddd;
  border-radius: 4px;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}
.recruitment-form {
  position: relative;
}
.recruitment-form.loading:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9) url(../images/loading.gif) no-repeat center center/32px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
  visibility: hidden;
}
.recruitment-form.loading:before {
  visibility: visible;
  opacity: 1;
}
.plsfe-menu {
  list-style: none;
  display: flex;
}
#link_profile {
  display: flex;
}
.get_in_touch {
  cursor: pointer;
}
#job-job-portfolio {
  display: none;
}
.list-content-job > div > h3 {
  font-size: 18px;
}
#link_profile{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
}
#link_profile a img {
	display: inline-block;
    transition: transform 0.3s ease;
}
#link_profile a img:hover{
	transform: scale(1.2);
}