/*
 * Elementor editor styling
 */
.hello-elementor.elementor-nerd-box .elementor-nerd-box-title {
  -webkit-margin-before: 24px;
  margin-block-start: 24px;
}

.hello-elementor.elementor-nerd-box .elementor-nerd-box-message {
  -webkit-margin-before: 12px;
  margin-block-start: 12px;
}

.hello-elementor.elementor-nerd-box .elementor-nerd-box-link {
  -webkit-margin-before: 24px;
  margin-block-start: 24px;
}

.future .elementor-widget-image:nth-child(2) .elementor-widget-container::before,
.future .elementor-widget-image:nth-child(3) .elementor-widget-container::before {
  content: '';
  background: url('/wp-content/themes/hello-elementor/assets/images/dots-future.svg');
  background-size: contain;
  display: block;
  width: 249px;
  height: 90px;
  position: absolute;
}

.future .elementor-widget-image:nth-child(2) .elementor-widget-container::before {
  top: auto;
  bottom: -40px;
  left: -40px;
}

.future .elementor-widget-image:nth-child(3) .elementor-widget-container::before {
  top: -40px;
  right: -40px;
  left: auto;
}

@media screen and (max-width: 1169px) {

  .future .elementor-widget-image:nth-child(2) .elementor-widget-container::before,
  .future .elementor-widget-image:nth-child(3) .elementor-widget-container::before {
    width: 147px;
    height: 53px;
  }

  .future .elementor-widget-image:nth-child(2) .elementor-widget-container::before {
    bottom: -25px;
    left: -25px;
  }

  .future .elementor-widget-image:nth-child(3) .elementor-widget-container::before {
    top: -25px;
    right: -25px;
  }
}



/* Advantages block*/
.advantages .elementor-element-populated {
  gap: 80px 35px;
}

.advantages .elementor-element-populated .elementor-widget-icon-box {
  width: 22%;
}

.advantages .elementor-widget-icon-box .elementor-icon-box-content {
  margin: 0;
}

.advantages .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.shadow-block {
  display: none;
  width: 100%;
  height: 140px;
  position: absolute !important;
  top: -140px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-40.29%, rgba(255, 255, 255, 0.00)), color-stop(33.09%, #FFF));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.00) -40.29%, #FFF 33.09%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) -40.29%, #FFF 33.09%);
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.shadow-block.hidden {
  display: none;
}


@media screen and (max-width: 1169px) {
  .white-bg {
    background-color: #fff !important;
  }

  .advantages .elementor-element-populated {
    gap: 24px 16px;
  }

  .advantages .elementor-element-populated .elementor-widget-icon-box {
    width: 29%;
  }

  .advantages .elementor-element-populated .elementor-widget-icon-box:nth-child(n+10) {
    display: none;
  }

  .advantages .elementor-element-populated .elementor-widget-icon-box.active {
    display: block !important;
  }

  .shadow-block {
    display: block;
  }
}

@media screen and (max-width: 710px) {
  .advantages .elementor-element-populated .elementor-widget-icon-box {
    width: 47%;
  }

  .advantages .elementor-element-populated .elementor-widget-icon-box:nth-child(n+7) {
    display: none;
  }

  .shadow-block {
    -webkit-filter: none;
    filter: none;
  }
}

/* End Advantages block*/



/*Teams Slider Block*/
.teams-slider .elementor-testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  row-gap: 43px;
}

.teams-slider .elementor-testimonial .elementor-testimonial__text {
  width: 474px;
  margin: 0 auto;
}

.teams-slider .elementor-main-swiper .swiper-slide {
  opacity: 0.25;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.teams-slider .elementor-main-swiper .swiper-slide::before {
  content: '';
  display: block;
  background: url('/wp-content/themes/hello-elementor/assets/images/quotes.svg');
  width: 41px;
  height: 31px;
  position: absolute;
  top: -15px;
  left: 75px;
}

@media screen and (max-width: 1169px) {
  .teams-slider .elementor-main-swiper .swiper-slide::before {
    left: 16px;
  }

  .teams-slider .elementor-main-swiper .swiper-slide {
    padding: 24px 16px 24px 16px !important;
  }
}

.teams-slider .elementor-main-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.teams-slider .elementor-main-swiper {
  position: relative;
  overflow: visible;
  padding-bottom: 60px;
}

.teams-slider .swiper .elementor-swiper-button-prev,
.teams-slider .swiper .elementor-swiper-button-next {
  top: auto !important;
  bottom: 0;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.teams-slider .swiper .elementor-swiper-button-prev:hover,
.teams-slider .swiper .elementor-swiper-button-next:hover {
  opacity: 0.8;
}

.teams-slider.elementor-element .swiper .elementor-swiper-button-prev {
  left: 46%;
}

.teams-slider.elementor-element .swiper .elementor-swiper-button-next {
  right: 46%;
}

@media screen and (max-width: 1169px) {
  .teams-slider .elementor-main-swiper {
    padding-bottom: 42px;
  }

  .teams-slider.elementor-element .swiper .elementor-swiper-button-prev {
    left: 40%;
  }

  .teams-slider.elementor-element .swiper .elementor-swiper-button-next {
    right: 40%;
  }
}

@media screen and (max-width: 710px) {
  .teams-slider .elementor-main-swiper .swiper-slide::before {
    left: 16px;
  }

  .teams-slider.elementor-element .swiper .elementor-swiper-button-prev {
    left: 16px;
  }

  .teams-slider.elementor-element .swiper .elementor-swiper-button-next {
    right: 16px;
  }

  .teams-slider .elementor-testimonial .elementor-testimonial__text {
    width: 100%;
  }
}

/*End Teams Slider Block*/



.apply-block .overlay-image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 1169px) {
  .apply-block .overlay-image {
    top: auto;
    bottom: 120%;
  }
}

@media screen and (max-width: 710px) {
  .apply-block .overlay-image {
    bottom: 115%;
  }
}

.apply-block .elementor-button-content-wrapper,
.interested-block .elementor-button-content-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.apply-block .elementor-button-icon svg,
.interested-block .elementor-button-icon svg {
  width: 22px;
}

.btn-whatsapp .elementor-button-link:hover svg path {
  fill: #fff;
}

.btn-mail .elementor-button-link:hover svg path {
  fill: #008245;
}

.interested-block::before {
  content: '';
  background: url('/wp-content/themes/hello-elementor/assets/images/dots-interesed.svg') no-repeat;
  display: block;
  width: 207px;
  height: 207px;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 1169px) {
  .interested-block::before {
    display: none;
  }
}

/*Process Slider*/
.process-slider .elementor-testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  row-gap: 24px;
}

.process-slider .elementor-testimonial__name {
  border-radius: 13.937px;
  background: #65B32E;
  width: 27.874px;
  height: 27.874px;
  padding: 9px 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
}

.process-slider .elementor-testimonial__title {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.process-slider .elementor-main-swiper {
  padding-bottom: 60px;
  margin: 0;
}

.process-slider .swiper .elementor-swiper-button-prev,
.process-slider .swiper .elementor-swiper-button-next {
  top: auto !important;
  bottom: 0;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.process-slider .swiper .elementor-swiper-button-prev:hover,
.process-slider .swiper .elementor-swiper-button-next:hover {
  opacity: 0.8;
}

.process-slider.elementor-element .swiper .elementor-swiper-button-next {
  right: 0;
}

.process-slider.elementor-element .swiper .elementor-swiper-button-prev {
  left: auto;
  right: 20%;
}

@media screen and (max-width: 1169px) {
  .process-slider.elementor-element .swiper .elementor-swiper-button-prev {
    left: 0;
  }

  .process-slider .elementor-testimonial {
    gap: 16px;
  }

  .process-slider .elementor-main-swiper {
    overflow: visible;
    padding-bottom: 35px;
  }

  .process-slider .elementor-testimonial__name {
    margin-bottom: 16px;
    width: 42px;
    height: 42px;
    border-radius: 64px;
  }
}

@media screen and (max-width: 710px) {
  .process-slider .elementor-testimonial {
    gap: 8px;
  }
}

/*End Process Slider*/



/*Jobs Block*/
.jobs-section .uc_post_list_image img {
  height: 100%;
  height: 214px;
}

.jobs-section .uc_post_list {
  gap: 56px 37px;
}

.jobs-section .elementor-button.hidden {
  display: none;
}

.jobs-section .shadow-block {
  top: -135px;
}

.jobs-section .uc_post_list .uc_post_list_box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jobs-section .uc_post_list .uc_post_list_box .uc_post_list_title {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}



@media screen and (max-width: 1169px) {

  .jobs-section .uc_post_list .uc_post_list_box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .jobs-section .uc_post_list .uc_post_list_box:nth-child(n+7) {
    display: none;
  }

  .jobs-section .uc_post_list .uc_post_list_box.active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .jobs-section .uc_post_list_image img {
    height: 157px;
  }

  .jobs-section .uc_post_list {
    gap: 42px;
  }
}

@media screen and (max-width: 710px) {
  .jobs-section .uc_post_list .uc_post_list_box:nth-child(n+5) {
    display: none;
  }

  .jobs-section .uc_post_list_image {
    margin-bottom: 16px;
  }
}

/*End Jobs Block*/



/* Our DNA*/
@media screen and (max-width: 1169px) {
  .our-dna .elementor-element-populated img {
    -webkit-box-shadow: 0px -10px 20px -1px rgba(0, 0, 0, 0.16);
    box-shadow: 0px -10px 20px -1px rgba(0, 0, 0, 0.16);
  }

  .our-dna .elementor-element-populated .elementor-widget-image:nth-child(2)::before,
  .our-dna .elementor-element-populated .elementor-widget-image:nth-child(5)::before {
    content: '';
    display: inline-block;
    background: url('/wp-content/themes/hello-elementor/assets/images/dots-tablet.svg') no-repeat;
    width: 147px;
    height: 54px;
    position: absolute;
  }

  .our-dna .elementor-element-populated .elementor-widget-image:nth-child(2)::before {
    bottom: -24px;
    left: -24px;
  }

  .our-dna .elementor-element-populated .elementor-widget-image:nth-child(5)::before {
    top: -24px;
    right: -24px;
  }
}

@media screen and (max-width: 710px) {

  .our-dna .elementor-element-populated .elementor-widget-image:nth-child(2)::before,
  .our-dna .elementor-element-populated .elementor-widget-image:nth-child(5)::before {
    width: 155px;
    height: 56px;
  }

  .our-dna .elementor-element-populated .elementor-widget-image:nth-child(2)::before {
    top: auto;
    bottom: -15px;
    left: -15px;
  }

  .our-dna .elementor-element-populated .elementor-widget-image:nth-child(5)::before {
    top: auto;
    bottom: -15px;
    right: -24px;
  }
}

@media screen and (max-width: 330px) {
  .our-dna .elementor-element-populated img {
    width: 120px !important;
    height: 160px !important;
  }
}

/* End Our DNA*/


.video-block .elementor-widget-container {
  overflow: visible !important;
}

.video-block .e-hosted-video::before {
  content: '';
  background: url('/wp-content/themes/hello-elementor/assets/images/dots.png') no-repeat;
  display: block;
  width: 625px;
  height: 422px;
  position: absolute;
  right: -40px;
  bottom: 0;
  z-index: -1;
}


@media screen and (max-width: 1368px) {
  .video-block .e-hosted-video::before {
    width: 550px;
    height: 350px;
  }
}

@media screen and (max-width: 1169px) {
  .video-block .e-hosted-video::before {
    width: 625px;
    height: 422px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 710px) {
  .video-block .e-hosted-video::before {
    width: 307px;
    height: 177px;
  }
}


@media screen and (max-width: 1169px) {

  .video-block,
  .apply-block,
  .teams-block,
  .interested-block {
    background-image: -o-linear-gradient(275deg, #65B32E 13.55%, #008245 75%) !important;
    background-image: linear-gradient(175deg, #65B32E 13.55%, #008245 75%) !important;
  }
}

@media screen and (max-width: 330px) {
  .elementor-823 .elementor-element.elementor-element-27ca518>.elementor-widget-wrap>.elementor-background-overlay {
    display: none;
  }
}

/*FAQ*/
.faq .elementor-tab-content ul {
  padding: 0 0 24px 20px;
}

/*END FAQ*/



/* Training-team */
.training-team .elementor-element-cb39c8b {
  position: absolute;
  bottom: -115px;
}

@media screen and (max-width: 1368px) {
  .training-team .elementor-element-cb39c8b {
    bottom: -140px;
  }
}

.training-team .elementor-main-swiper {
  width: 100% !important;
  padding: 16px 0 45px 0;
}

.training-team .elementor-testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  row-gap: 32px;
}

.training-team .elementor-main-swiper .swiper-slide {
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.training-team .elementor-main-swiper .swiper-slide::before {
  content: '';
  display: block;
  background: url('/wp-content/themes/hello-elementor/assets/images/quotes.svg');
  width: 41px;
  height: 31px;
  position: absolute;
  top: -15px;
  left: 75px;
}

.training-team .elementor-testimonial .elementor-testimonial__name {
  padding-bottom: 10px;
}

.training-team .elementor-testimonial .elementor-testimonial__cite {
  margin-left: 0 !important;
  text-align: center !important;
}

.training-team .elementor-testimonial .elementor-testimonial__footer {
  margin-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.training-team .swiper .elementor-swiper-button-prev,
.training-team .swiper .elementor-swiper-button-next {
  top: auto !important;
  bottom: 0;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.training-team.elementor-element .swiper .elementor-swiper-button-prev {
  left: 0;
}

.training-team.elementor-element .swiper .elementor-swiper-button-next {
  right: 0;
}

.training-team .swiper .elementor-swiper-button-prev:hover,
.training-team .swiper .elementor-swiper-button-next:hover {
  opacity: 0.8;
}

.training-team .swiper .swiper-button-lock {
  display: none !important;
}

@media screen and (max-width: 1169px) {
  .training-team .elementor-main-swiper {
    padding-bottom: 42px;
  }

  .training-team .elementor-element-cb39c8b {
    position: relative;
    bottom: auto;
  }

  .training-team .elementor-testimonial {
    row-gap: 43px;
  }

  .training-team .elementor-main-swiper .swiper-slide {
    padding: 24px 16px !important;
  }

  .training-team .elementor-main-swiper .swiper-slide::before {
    left: 16px;
  }

  .training-team .elementor-testimonial .elementor-testimonial__name {
    padding-bottom: 8px;
  }
}

/* END training-team */


/* Rewiew Slider */
.training-team .reviews-slider {
  position: absolute;
  bottom: -110px;
}

.training-team .reviews-slider .elementor-testimonial .elementor-testimonial__text {
  width: 592px;
}

@media screen and (max-width: 1368px) {
  .training-team .reviews-slider {
    bottom: -200px;
  }

  .training-team .reviews-slider .elementor-testimonial .elementor-testimonial__text {
    width: auto;
  }
}

@media screen and (max-width: 1169px) {
  .training-team .reviews-slider {
    position: relative;
    bottom: auto;
  }
}


.training-team .reviews-slider .elementor-main-swiper {
  overflow: visible;
  padding: 16px 0 60px 0;
}

.training-team .reviews-slider .elementor-main-swiper .swiper-slide {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}

.training-team .elementor-testimonial .elementor-testimonial__footer .elementor-testimonial__image {
  position: absolute;
  top: -62px;
}

.training-team.elementor-element .reviews-slider .swiper .elementor-swiper-button-prev {
  left: auto;
  right: 103px;
}

@media screen and (max-width: 1169px) {
  .training-team .elementor-testimonial .elementor-testimonial__footer .elementor-testimonial__image {
    top: -110px;
  }

  .training-team.elementor-element .reviews-slider .swiper .elementor-swiper-button-prev {
    left: 0;
  }
}

/* END Rewiew Slider */


/* Letter */
.letter .elementor-button-icon svg {
  width: auto;
}

.letter .elementor-button-content-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.letter .column-mask {
  -webkit-box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.20);
  box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.20);
  background: #E8E8E8;
}

.letter .column-mask>.elementor-widget-wrap.elementor-element-populated {
  -webkit-mask: radial-gradient(18px at 50% 30px, #0000 99%, #000) 50% -30px / 54px 110%;
  mask: radial-gradient(18px at 50% 30px, #0000 99%, #000) 50% -30px / 54px 110%;
}

/* End Letter */


/* Info brochure */
@media screen and (max-width: 1700px) {
  .info-brochure {
    background-position: 50% 50% !important;
  }
}

@media screen and (max-width: 1169px) {
  .info-brochure {
    background-image: none !important;
  }
}

/* END Info brochure */


.images-box__item .elementor-widget-wrap {
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}


.images-box__item .elementor-widget-image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.images-box__item .elementor-widget-image a:hover {
  opacity: 0.8;
}

.images-box__item .elementor-widget-image a::before {
  content: '';
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(101, 179, 46, 0.80)), to(rgba(101, 179, 46, 0.80)));
  background: -o-linear-gradient(bottom, rgba(101, 179, 46, 0.80) 0%, rgba(101, 179, 46, 0.80) 100%);
  background: linear-gradient(0deg, rgba(101, 179, 46, 0.80) 0%, rgba(101, 179, 46, 0.80) 100%);
  width: 100%;
  height: 100%;
}

.images-box__item .elementor-widget-image a::after {
  content: '';
  position: absolute;
  background: url('/wp-content/themes/hello-elementor/assets/images/sticky_note_2.svg') no-repeat;
  width: 18px;
  height: 18px;
}



/* Tabs Job*/
.tabs-job .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title span::before {
  background: url('/wp-content/themes/hello-elementor/assets/images/keyboard_arrow_down.svg') no-repeat;
  background-size: contain;
  display: none;
  width: 36px;
  height: 36px;
}

.tabs-job .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active span::before {
  display: block;
}

.tabs-job .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active span {
  margin-left: 44px;
}

.tabs-job .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
  font-size: 28px;
  line-height: 39px;
}

.tabs-job .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tabs-job .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:hover {
  color: #65B32E;
}

.tabs-job .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content ul {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media screen and (max-width: 1169px) {
  .tabs-job .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title span::before {
    width: 26px;
    height: 26px;
  }

  .tabs-job .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active span {
    margin-left: 35px;
  }

  .tabs-job .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    font-size: 24px;
    line-height: 36px;
  }

  .tabs-job .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content ul {
    padding-left: 20px;
  }

}

/* End Tabs Job*/


.hero-job .jet-listing-dynamic-field__icon.is-svg-icon svg {
  width: 20px;
  height: 20px;
}

.hero-job .jet-listing-dynamic-field__icon.is-svg-icon svg path {
  fill: #fff;
}

.hero-job p {
  margin: 0;
}

@media screen and (max-width: 1169px) {

  .column-video .elementor-widget-video,
  .column-video .elementor-widget-video .elementor-widget-container,
  .column-video .elementor-widget-video .e-hosted-video {
    height: 100%;
  }

  .column-video .elementor-widget-video .e-hosted-video {
    --video-aspect-ratio: auto !important;
  }
}