.elementor-4408 .elementor-element.elementor-element-769aac3 > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-4408 .elementor-element.elementor-element-2dcd3ae{text-align:center;}.elementor-4408 .elementor-element.elementor-element-2dcd3ae .elementor-heading-title{color:#000000;}.elementor-4408 .elementor-element.elementor-element-2dcd3ae > .elementor-widget-container{padding:20px 0px 20px 0px;}.elementor-4408 .elementor-element.elementor-element-fe1bea6 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-4408 .elementor-element.elementor-element-fe1bea6:after{content:"0.66";}.elementor-4408 .elementor-element.elementor-element-fe1bea6 .elementor-post__thumbnail__link{width:100%;}.elementor-4408 .elementor-element.elementor-element-fe1bea6{--grid-column-gap:50px;--grid-row-gap:35px;}.elementor-4408 .elementor-element.elementor-element-fe1bea6 .elementor-post{border-radius:6px;box-shadow:0px 0px 5px -2px rgba(0,0,0,0.5);}.elementor-4408 .elementor-element.elementor-element-fe1bea6.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-4408 .elementor-element.elementor-element-fe1bea6.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-4408 .elementor-element.elementor-element-fe1bea6.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}.elementor-4408 .elementor-element.elementor-element-fe1bea6 .elementor-post__title{margin-bottom:0px;}.elementor-4408 .elementor-element.elementor-element-fe1bea6 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-4408 .elementor-element.elementor-element-fe1bea6 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-4408 .elementor-element.elementor-element-fe1bea6:after{content:"0.5";}.elementor-4408 .elementor-element.elementor-element-fe1bea6 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-ed0b4eb */.minimumFee {
    animation: from-btm ease-in-out 1.5s;
}

@keyframes from-btm {
  from {
        opacity: 0;
        transform: translateY(100%);
    }
    to { opacity: 1 }
}

@media screen and (max-width: 980px) {
    .minimumFee {
        font-size: 18px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dc32cb8 */.nueSlider {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: scroll;
    width: 100vw;
    height: 200px;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-7ac35e0 *//*.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 html, class: .elementor-element-aa27802 */.info {
    margin-bottom: 4rem;
}

.list-items {
    font-size: 14px;
  counter-reset: my-counter;
  list-style: none;
}

.list-items li {
  counter-increment: my-counter;
}

.list-items li::before {
  content: counter(my-counter) ")";
  margin-right: 10px;
}

.list-items span {
  margin-left: 1.5rem;
}

@media screen and (max-width: 980px) {
    h3 {
        font-size: 20px;
    }
    
    .info {
        margin-bottom: 3rem;
    }
    
    .list-items {
    margin: 0;
    padding-left: 1rem;
  }
}

#mail-magazine {
  background-color: #073f7f;
  color: white;
  width: 40%;
  font-size: 0.875rem;
  text-align: center;
  padding: 1rem 1rem;
  margin: auto;
  margin-top: 5rem;
}

.bullet-points {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bullet-points svg {
}

.bullet-points > ul {
  padding-inline-start: 2rem;
  list-style: disc !important;
}

li {
  text-align: start;
}

.learn-more {
  margin: 1rem 0;
}

.learn-more p {
  margin: 0;
}

.first-line {
  color: #ffa600;
}

#form-details {
  display: grid;
  gap: 1rem;
  justify-content: center;
  text-align: start;
  margin-bottom: 1rem;
}

.input-div input {
  width: 15rem;
  padding: 1px 2px;
}

.submit-btn {
  cursor: pointer;
  color: white;
  height: 2rem;
  padding: 0 1rem;
  border-radius: 0.375rem;
  border-style: none;
  background-color: #26c049;
}

.submit-btn:hover {
  background-color: #178230;
}

@media screen and (max-width: 980px) {
  #mail-magazine {
    width: fit-content;
  }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-2dcd3ae */.elementor-heading-title{
    text-align: center;
    color: black !important;
    margin-top: 20px;
    margin-bottom: 20px;
}/* End custom CSS */
/* Start custom CSS for posts, class: .elementor-element-fe1bea6 */.elementor-widget-container .elementor-posts-container.elementor-posts {
    grid-gap: 1em;
    padding: 0 10vw 0 10vw;
}
.elementor-post__thumbnail img {
    height:200px;
    object-fit: cover;
}
.elementor-post__text {
    margin: 14px 0px 0px;
    padding: 0px 14px;
}

.elementor-widget:not(:last-child) {
     margin-bottom: 0px; 
}

.elementor-posts-container {
    padding: 0px 10vw 100px 10vw !important;
}

.elementor-post {
    border-radius: 6px;
    box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.5);
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-750397e */@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{
    padding: 0 !important;
}
.nueSlider{
    display:flex; 
    flex-wrap: nowrap;
    flex-direction:row;
    overflow-x: scroll;
    width: 100vw;
}/* End custom CSS */