.text-oreng {
  color: #ff5e14 !important;
}

.text-green {
  color: #18870e;
}

.fs24 {
  font-size: 24px !important;
}

iframe {
  aspect-ratio: 16/9;
  border-radius: 15px;
}

.br-30 {

  border-radius: 15px;
}

.top-contact {
  a {
    color: #00a651 !important;
    font-weight: 500;
  }
}

.tel-no {
  color: #00a651 !important;
  font-weight: 500;

}

.language-switcher::after {
  content: "";
  height: 38px;
  width: 2px;
  background-color: rgb(255 255 255);
  display: block;
  position: absolute;
  left: 0px;
  top: 14px;
}

.vl {}

.language-switcher {
  align-content: center;

  .btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 3px 8px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #fff;
    color: #00a651;
  }

  .btn.active {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 3px 8px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #094404;
    color: #ffffff;
  }

}

.widget ul#menu-footer-services li a {
  color: #ffffff !important;
}

.widget ul#menu-footer-services li a:hover {
  color: #f9a620 !important;
}

.widget ul#menu-address li a {
  color: #fff !important;
}

.widget ul#menu-address li a:hover {
  color: #f9a620 !important;
}

.about-section {
  /* height: 100vh; */

  img:hover {
    scale: 103%;
    transition: 1s;
  }
}

.process {
  min-height: 100vh;
  align-content: center;

  img {
    position: relative;
    height: 250px;
    top: 40px;
  }

  h2.h2-col1 {
    position: relative;
    z-index: 1;
    height: 120px;
    color: #F7931D;
    font-size: 25px;
    background: linear-gradient(to right, #F7931D 0%, #cf9d12 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    strong {
      font-size: 45px;
    }
  }

  h2.h2-col2 {
    position: relative;
    z-index: 1;
    height: 120px;
    font-size: 25px;
    background: linear-gradient(to right, #F7931D 0%, #CF1512 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    strong {
      font-size: 45px;
    }
  }

  h2.h2-col3 {
    position: relative;
    z-index: 1;
    height: 120px;
    font-size: 25px;
    background: linear-gradient(to right, #CFDD27 -30%, #00833F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    strong {
      font-size: 35px;
    }

  }

  p {
    font-size: 20px;
    color: #4d4747;
  }

  .col:hover {
    scale: 103%;
    transition: 1s;
  }
}

.testimonial-caption h5 {
  color: #ffffff !important;

}
.testimonial-caption label {
  color: #ffffff !important;

}