.elementor-4960 .elementor-element.elementor-element-98f274e > .elementor-widget-container{padding:0px 0px 100px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-8215d06 */.subscribe-button {
margin: 0 0 0 15px;
padding: 20px 60px;
font-size: 19px;
font-weight: bold;
line-height: 1;
color: white;
background-color: #26c049;
border-radius: 4px;
transition: 0.3s;
}

@media screen and (max-width: 767px) {
    .subscribe-button {
        padding: 16px 25px;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-a8b5b3a */.nueSlider {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: scroll;
    width: 100vw;
    height: 200px;
}

div::-webkit-scrollbar {
    height: 7px;
    width: 7px;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-98f274e *//*.nueCaseImage img {*/
/*     width: 84px; */
/*     height: auto; */
/*     margin: auto !important; */
/*     position: absolute; */
/*     bottom: -15px; */
/*     left: 0 !important; */
/*     right: 0 !important; */
/*}*/

#case_study {
    margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
}

#first_case,
#second_case {
  background-color: #f6f6f6;
  padding: 1rem;
}

#first_case > div:first-child,
#second_case > div:first-child {
  display: flex;
  align-items: center;
  gap: 2rem;
  height: 7rem;
}

.employer-image {
  height: 7rem;
  width: 8.5rem;
}

.employer-image img {
  border-radius: 9999px;
   /*width: 100%; */
  height: 100%;
}

.employer-details {
  list-style-type: disc !important;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.location {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  color: #ff5c66;
  font-weight: 700;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.location > p:first-child {
  font-size: 1rem;
  line-height: 1.5rem;
}

.line-divider {
  width: 65%;
  height: 2.5rem;
}

.line-divider > div:first-child {
  width: 100%;
  height: 2px;
  background-color: #ff5c66;
  margin-top: 1.25rem;
}

.location-details {
  display: flex;
  align-items: center;
}

.location-details img {
  width: 8rem;
  height: 5rem;
}

.country-goal {
  display: grid;
  padding-left: 1rem;
  padding-right: 1rem;
}

.country-name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0;
}

.goal {
  font-weight: 600;
  margin: 0;
}

@media screen and (max-width: 980px) {
  #case_study {
      margin-top: 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  #first_case > div:first-child,
  #second_case > div:first-child {
    display: flex;
    gap: 1.5rem;
    height: auto;
  }

  .employer-details {
    margin: 0;
  }

  .location {
    gap: 0;
  }

  .line-divider {
    width: 55%;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-c40bce8 */@media screen and (max-width:980px) {
  .nuFooter {
      margin: 0;
      padding: 30px 0;
  }
}

.nuFooterSns.facebook a span {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin-left: 30px;
}

#whatsapp-chat {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}

.whatsapp-text {
  background-color: white;
  padding: 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  border-width: 1px;
  border-color: #d6d6d6;
  border-style: solid;
}

.whatsapp-icon {
  display: flex;
  justify-content: end;
}

@media screen and (max-width: 767px) {
  #whatsapp-chat {
    bottom: 1rem;
    right: 1rem;
  }

  .whatsapp-text {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS */.elementor-container {
    max-width : unset !important;
}
.elementor-widget-wrap.elementor-element-populated {
    padding: 0px !important;
}
#lightbox{
    display: none !important;
}/* End custom CSS */