@charset "UTF-8";
@import url("../fontello/css/fontello.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");
button {
  outline: 0;
}
button:focus, button:active {
  outline: 0;
  box-shadow: none;
}

.main-btn {
  font-size: 1em;
  font-weight: 400;
  padding: 8px 24px;
  border-radius: 4px;
  background-color: #26AE61;
  border: 0;
  color: #ffffff;
  transition: all 0.3s linear;
}
.main-btn:disabled, .main-btn:disabled:hover {
    background-color: #b5b5b5;
}
.main-btn:hover {
  background-color: #219754;
}
.main-btn__rounded {
  border-radius: 30px;
}
.main-btn__border {
  border: 1px solid #8B8585;
  color: #2C382F;
  background-color: transparent;
}
.main-btn__border:hover {
  border-color: #26AE61;
  background-color: #26AE61;
  color: #ffffff;
}
.main-btn__gray {
  background-color: #EAEDF3;
  color: #666666;
}
.main-btn__gray:hover {
  background-color: #D8DEE9;
}

.service-card {
  text-align: center;
  padding: 35px 40px;
  border: 1px solid #DBEDDF;
  border-radius: 16px;
  transition: all 0.3s linear;
  height: 100%;
}
.service-card img {
  height: 125px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 17px;
}
.service-card h3 {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 0.8em;
  transition: all 0.3s linear;
  text-transform: capitalize;
}
.service-card p {
  font-size: 14px;
  margin-bottom: 15px;
  transition: all 0.3s linear;
}
.service-card:hover {
  background-color: #26AE61;
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.25);
}
.service-card:hover h3 {
  color: #ffffff;
}
.service-card:hover p {
  color: #ffffff;
}
.service-card:hover .main-btn {
  background-color: #ffffff;
  color: #2C382F;
}
@media only screen and (max-width: 1199px) {
  .service-card {
    padding: 25px 30px;
  }
}

.breadcrumbs li {
  list-style: none;
  display: inline-block;
  color: #2C382F;
  font-size: 1em;
  font-weight: 500;
}
.breadcrumbs li a {
  color: #2C382F;
  transition: color 0.2s linear;
}
.breadcrumbs li a:hover {
  color: #2C382F;
}
.breadcrumbs li:not(:last-child) {
  padding-right: 17px;
  position: relative;
  margin-right: 5px;
}
.breadcrumbs li:not(:last-child):after {
  content: "\e809";
  font-family: "fontello";
  font-size: 0.8em;
  position: absolute;
  right: 0;
  top: 3px;
}

input {
  border: 0;
}

input:focus, input:focus-visible, input:active,
select:focus,
select:focus-visible,
select:active {
  box-shadow: none;
  outline: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  position: relative;
  background-image: url(../images/down-chevron.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center right 12px;
}
select.custom-input__field {
  padding-right: 40px;
}

.custom-input__label {
  font-size: 1em;
  font-weight: 500;
  display: block;
  margin-bottom: 0.3em;
  color: #000000;
}
.custom-input__group {
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
}
.custom-input__field {
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  flex: 1;
  -ms-flex: 1;
}
.custom-input__field::-moz-placeholder {
  color: #A7AEA4;
}
.custom-input__field:-ms-input-placeholder {
  color: #A7AEA4;
}
.custom-input__field::placeholder {
  color: #A7AEA4;
}
.custom-input__field[type=radio] {
  padding: 0;
  display: none;
  line-height: auto;
}
.custom-input__field[type=radio] + label {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
}
.custom-input__field[type=radio] + label:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 0;
  border: 1px solid #666666;
}
.custom-input__field[type=radio]:checked + label:before {
  content: "•";
  font-size: 34px;
  line-height: 14px;
  color: #26AE61;
}
.custom-input__field[type=checkbox] {
  padding: 0;
  display: none;
  line-height: auto;
}
.custom-input__field[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
}
.custom-input__field[type=checkbox] + label:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 3px;
  position: absolute;
  top: 2px;
  left: 0;
  border: 1px solid #666666;
  text-align: center;
}
.custom-input__field[type=checkbox]:checked + label:before {
  content: "\e80a";
  font-family: "fontello";
  font-size: 12px;
  line-height: 14px;
  color: #26AE61;
}

.pagination-nav {
  font-size: 14px;
  font-weight: 500;
  color: #2C382F;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.pagination-nav:disabled {
  color: #666666;
  pointer-events: none;
}
.pagination-prev {
  margin-right: 14px;
}
.pagination-prev i {
  margin-right: 20px;
}
.pagination-next {
  margin-left: 14px;
}
.pagination-next i {
  margin-left: 20px;
}
.pagination-list li {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}
.pagination-list li a {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #2C382F;
  transition: all 0.3s linear;
}
.pagination-list li a.active {
  background-color: #26AE61;
  color: #ffffff;
}
.password-eye {
  background-color: transparent;
  display: inline-block;
  right: 15px;
  top: 8px;
  position: relative;
  cursor: pointer;
}

.password-eye i:active {
  background-color: #cdcdcd;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .pagination-prev {
    margin-right: 10px;
  }
  .pagination-prev i {
    margin-right: 15px;
  }
  .pagination-next {
    margin-left: 10px;
  }
  .pagination-next i {
    margin-left: 15px;
  }
  .pagination-list li {
    margin-left: 6px;
    margin-right: 6px;
  }
}

@media only screen and (max-width: 480px) {
  .pagination-prev {
    margin-right: 7px;
    font-size: 12px;
  }
  .pagination-prev i {
    margin-right: 10px;
  }
  .pagination-next {
    margin-left: 7px;
    font-size: 12px;
  }
  .pagination-next i {
    margin-left: 10px;
  }
  .pagination-list li {
    margin-left: 3px;
    margin-right: 3px;
  }
  .pagination-list li a {
    font-size: 12px;
    width: 22px;
    height: 22px;
  }
}

@-webkit-keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.navbar {
  padding-top: 25px;
  padding-bottom: 25px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
}
.navbar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: sticky 0.5s ease;
          animation: sticky 0.5s ease;
  z-index: 111;
}
.navbar-nav .nav-item {
  margin-right: 65px;
}
.navbar-nav .nav-item .nav-link {
  padding: 0;
  color: #2C382F;
  font-size: 1em;
  font-weight: 400;
  transition: color 0.3s linear;
}
.navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item .nav-link.active {
  color: #26AE61;
}
.navbar-additional li {
  display: inline-block;
  list-style: none;
}
.navbar-additional li:not(:last-child) {
  margin-right: 25px;
}
.navbar-additional li a {
  font-size: 1em;
}
.navbar-toggler {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
@media only screen and (max-width: 1199px) {
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav .nav-item {
    margin-right: 35px;
  }
  .navbar-nav .nav-item .nav-link {
    font-size: 1em;
  }
  .navbar-additional li:not(:last-child) {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-additional {
    margin-left: auto;
    order: 2;
    margin-right: 30px;
  }
  .navbar-additional li:not(:last-child) {
    margin-right: 10px;
  }
  .navbar-additional li a {
    padding: 5px 20px;
  }
  .navbar-toggler {
    order: 3;
  }
  .navbar-collapse {
    order: 4;
  }
  .navbar-nav {
    padding-top: 15px;
  }
  .navbar-nav .nav-item {
    margin-right: 0;
  }
  .navbar-nav .nav-item:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-brand {
    max-width: 50px;
  }
  .navbar-additional {
    margin-right: 15px;
  }
  .navbar-additional li a {
    padding: 5px 15px;
  }
}

footer {
  background-color: #26AE61;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  footer {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}

.footer-upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 0.5px solid #DBDADA;
}
.footer-upper__list {
  padding-right: 40px;
  margin-top: -10px;
  flex: 1;
}
.footer-upper__list li {
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  margin-top: 10px;
}
.footer-upper__list li:not(:last-child) {
  margin-right: 50px;
}
.footer-upper__list li a {
  color: #ffffff;
}
.footer-upper__list li a:hover {
  color: #ffffff;
}
.footer-upper__social {
  flex: 0 0 auto;
  margin-top: -10px;
}
.footer-upper__social li {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-top: 10px;
}
.footer-upper__social li:not(:last-child) {
  margin-right: 20px;
}
.footer-upper__social li a {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.2em;
}
.footer-lower {
  text-align: center;
  padding-top: 30px;
}
.footer-lower p {
  font-size: 1em;
}
@media only screen and (max-width: 1199px) {
  .footer-upper__list {
    padding-right: 20px;
  }
  .footer-upper__list li:not(:last-child) {
    margin-right: 20px;
  }
  .footer-upper__social li {
    width: 40px;
    height: 40px;
  }
  .footer-upper__social li:not(:last-child) {
    margin-right: 10px;
  }
  .footer-upper__social li a {
    font-size: 1em;
  }
}
@media only screen and (max-width: 575px) {
  .footer-upper {
    padding-bottom: 25px;
  }
  .footer-upper__list {
    padding-right: 0;
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .footer-upper__social {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
  }
  .footer-upper__social li {
    width: 35px;
    height: 35px;
  }
  .footer-upper__social li a {
    font-size: 0.8em;
  }
  .footer-lower {
    padding-top: 25px;
  }
}

.inner-page__hero {
  padding-top: 35px;
  padding-bottom: 35px;
}
.inner-page__hero--content h1 {
  font-weight: 700;
  font-size: 2.5em;
  margin-bottom: 13px;
}
@media only screen and (max-width: 991px) {
  .inner-page__hero--content h1 {
    font-size: 2em;
    margin-bottom: 10px;
  }
}

.pt-5 {
  padding-top: 5px;
}
.pb-5 {
  padding-bottom: 5px;
}
.mt-5 {
  margin-top: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.mt-15 {
  margin-top: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pb-25 {
  padding-bottom: 25px;
}
.mt-25 {
  margin-top: 25px;
}
.mb-25 {
  margin-bottom: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.pt-35 {
  padding-top: 35px;
}
@media only screen and (max-width: 991px) {
  .pt-35 {
    padding-top: 17.5px;
  }
}

.pb-35 {
  padding-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .pb-35 {
    padding-bottom: 17.5px;
  }
}

.mt-35 {
  margin-top: 35px;
}
@media only screen and (max-width: 991px) {
  .mt-35 {
    margin-top: 17.5px;
  }
}

.mb-35 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .mb-35 {
    margin-bottom: 17.5px;
  }
}

.pt-40 {
  padding-top: 40px;
}
@media only screen and (max-width: 991px) {
  .pt-40 {
    padding-top: 20px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .mt-40 {
    margin-top: 20px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.pt-45 {
  padding-top: 45px;
}
@media only screen and (max-width: 991px) {
  .pt-45 {
    padding-top: 22.5px;
  }
}

.pb-45 {
  padding-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .pb-45 {
    padding-bottom: 22.5px;
  }
}

.mt-45 {
  margin-top: 45px;
}
@media only screen and (max-width: 991px) {
  .mt-45 {
    margin-top: 22.5px;
  }
}

.mb-45 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .mb-45 {
    margin-bottom: 22.5px;
  }
}

.pt-50 {
  padding-top: 50px;
}
@media only screen and (max-width: 991px) {
  .pt-50 {
    padding-top: 25px;
  }
}

.pb-50 {
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .pb-50 {
    padding-bottom: 25px;
  }
}

.mt-50 {
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .mt-50 {
    margin-top: 25px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .mb-50 {
    margin-bottom: 25px;
  }
}

.pt-55 {
  padding-top: 55px;
}
@media only screen and (max-width: 991px) {
  .pt-55 {
    padding-top: 27.5px;
  }
}

.pb-55 {
  padding-bottom: 55px;
}
@media only screen and (max-width: 991px) {
  .pb-55 {
    padding-bottom: 27.5px;
  }
}

.mt-55 {
  margin-top: 55px;
}
@media only screen and (max-width: 991px) {
  .mt-55 {
    margin-top: 27.5px;
  }
}

.mb-55 {
  margin-bottom: 55px;
}
@media only screen and (max-width: 991px) {
  .mb-55 {
    margin-bottom: 27.5px;
  }
}

.pt-60 {
  padding-top: 60px;
}
@media only screen and (max-width: 991px) {
  .pt-60 {
    padding-top: 30px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .pb-60 {
    padding-bottom: 30px;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .mt-60 {
    margin-top: 30px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

.pt-65 {
  padding-top: 65px;
}
@media only screen and (max-width: 991px) {
  .pt-65 {
    padding-top: 32.5px;
  }
}

.pb-65 {
  padding-bottom: 65px;
}
@media only screen and (max-width: 991px) {
  .pb-65 {
    padding-bottom: 32.5px;
  }
}

.mt-65 {
  margin-top: 65px;
}
@media only screen and (max-width: 991px) {
  .mt-65 {
    margin-top: 32.5px;
  }
}

.mb-65 {
  margin-bottom: 65px;
}
@media only screen and (max-width: 991px) {
  .mb-65 {
    margin-bottom: 32.5px;
  }
}

.pt-70 {
  padding-top: 70px;
}
@media only screen and (max-width: 991px) {
  .pt-70 {
    padding-top: 20px;
  }
}

.pb-70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .pb-70 {
    padding-bottom: 20px;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media only screen and (max-width: 991px) {
  .mt-70 {
    margin-top: 20px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .mb-70 {
    margin-bottom: 20px;
  }
}

.pt-75 {
  padding-top: 75px;
}
@media only screen and (max-width: 991px) {
  .pt-75 {
    padding-top: 37.5px;
  }
}

.pb-75 {
  padding-bottom: 75px;
}
@media only screen and (max-width: 991px) {
  .pb-75 {
    padding-bottom: 37.5px;
  }
}

.mt-75 {
  margin-top: 75px;
}
@media only screen and (max-width: 991px) {
  .mt-75 {
    margin-top: 37.5px;
  }
}

.mb-75 {
  margin-bottom: 75px;
}
@media only screen and (max-width: 991px) {
  .mb-75 {
    margin-bottom: 37.5px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media only screen and (max-width: 991px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  .mt-80 {
    margin-top: 40px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.pt-85 {
  padding-top: 85px;
}
@media only screen and (max-width: 991px) {
  .pt-85 {
    padding-top: 42.5px;
  }
}

.pb-85 {
  padding-bottom: 85px;
}
@media only screen and (max-width: 991px) {
  .pb-85 {
    padding-bottom: 42.5px;
  }
}

.mt-85 {
  margin-top: 85px;
}
@media only screen and (max-width: 991px) {
  .mt-85 {
    margin-top: 42.5px;
  }
}

.mb-85 {
  margin-bottom: 85px;
}
@media only screen and (max-width: 991px) {
  .mb-85 {
    margin-bottom: 42.5px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media only screen and (max-width: 991px) {
  .pt-90 {
    padding-top: 45px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 991px) {
  .pb-90 {
    padding-bottom: 45px;
  }
}

.mt-90 {
  margin-top: 90px;
}
@media only screen and (max-width: 991px) {
  .mt-90 {
    margin-top: 45px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 991px) {
  .mb-90 {
    margin-bottom: 45px;
  }
}

.pt-95 {
  padding-top: 95px;
}
@media only screen and (max-width: 991px) {
  .pt-95 {
    padding-top: 47.5px;
  }
}

.pb-95 {
  padding-bottom: 95px;
}
@media only screen and (max-width: 991px) {
  .pb-95 {
    padding-bottom: 47.5px;
  }
}

.mt-95 {
  margin-top: 95px;
}
@media only screen and (max-width: 991px) {
  .mt-95 {
    margin-top: 47.5px;
  }
}

.mb-95 {
  margin-bottom: 95px;
}
@media only screen and (max-width: 991px) {
  .mb-95 {
    margin-bottom: 47.5px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 50px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  .mt-100 {
    margin-top: 50px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}

.t-col-primary {
  color: #26AE61 !important;
}

.t-col-white {
  color: #ffffff !important;
}

.t-col-hover-primary:hover {
  color: #26AE61 !important;
}

.section-header {
  margin-bottom: 60px;
}
.section-header h4 {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 0.7em;
}
.section-header h2 {
  font-size: 2.5em;
  font-weight: 600;
  margin-bottom: 0.3em;
}
.section-header p {
  font-size: 1em;
}
@media only screen and (max-width: 991px) {
  .section-header {
    margin-bottom: 40px;
  }
  .section-header h2 {
    font-size: 2em;
    margin-bottom: 0.4em;
  }
}
@media only screen and (max-width: 767px) {
  .section-header h4 {
    font-size: 1.2em;
  }
  .section-header h2 {
    font-size: 1.8em;
  }
}

.bg-gray {
  background-color: #ACACAC;
}

h1, h2, h3, h4, h5, h6 {
  color: #2C382F;
}

p {
  color: #666666;
}

a {
  color: #26AE61;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

ul, ol {
  padding-left: 0;
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

[class^=icon-]:before, [class*=" icon-"]:before {
  margin-left: 0;
  margin-right: 0;
}

html {
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.hero-section {
  padding-top: 100px;
  padding-bottom: 125px;
}
.hero-section__content h1 {
  font-size: 3em;
  line-height: 1.3;
  margin-bottom: 0.3em;
}
.hero-section__content h1 span {
  color: #26AE61;
}
.hero-section__content p {
  font-size: 0.875em;
  line-height: 1.6;
  margin-bottom: 1.8em;
}
.hero-section__content .main-btn {
  padding: 10px 75px;
}
.hero-section__img {
  text-align: right;
  position: relative;
  padding-top: 80px;
}
.hero-section__img:before {
  content: "";
  border: 2px solid #26AE61;
  width: 430px;
  height: 430px;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  transform: translate(-20%, -20px);
  z-index: -1;
}
.hero-section__img--abs {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(142px, -60px);
}
.hero-section__shape {
  position: absolute;
  right: 30px;
  top: 5px;
  z-index: -1;
}
.hero-section .hero-shape__indicator {
  position: absolute;
  bottom: -50px;
  left: 0;
  transform: translate(70px, -2px);
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  .hero-section__img--abs {
    transform: translate(60px, -60px);
  }
  .hero-section__img:before {
    transform: translate(-31%, -20px);
  }
  .hero-section .hero-shape__indicator {
    transform: translate(-8px, -5px);
  }
}
@media only screen and (max-width: 1199px) {
  .hero-section__img--main {
    max-width: 350px;
  }
  .hero-section__img--abs {
    transform: translate(35px, -50px);
    width: 260px;
  }
  .hero-section__img:before {
    width: 380px;
    height: 380px;
    transform: translate(-34%, -27px);
  }
  .hero-section .hero-shape__indicator {
    transform: translate(87px, -5px);
    width: 75%;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section {
    padding-top: 50px;
    padding-bottom: 75px;
  }
  .hero-section__content {
    text-align: center;
    margin-bottom: 100px;
  }
  .hero-section__content h1 {
    font-size: 2em;
    margin-bottom: 0.4em;
  }
  .hero-section__content p {
    font-size: 14px;
    margin-bottom: 1.3em;
  }
  .hero-section__img {
    padding-top: 0;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-section__img:before {
    width: 100%;
    height: 100%;
    transform: translate(-43%, -12px);
  }
  .hero-section__img--main {
    max-width: 100%;
  }
  .hero-section__img--abs {
    transform: translate(-25px, -50px);
    width: auto;
    height: 385px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .hero-section__shape {
    right: 25px;
    top: -70px;
  }
  .hero-section .hero-shape__indicator {
    display: none;
  }
}

.notice-board__area {
  padding: 25px 25px;
  background: #FFFFFF;
  border: 1px solid #DBEDDF;
  box-shadow: 0px 4px 25px rgba(0, 121, 28, 0.1);
  border-radius: 16px;
  position: relative;
}
.notice-board__area:after {
  content: "";
  position: absolute;
  right: 21px;
  width: 6px;
  height: 100%;
  background: #ffffff;
  top: 0;
  z-index: 1;
}
.notice-board__area p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  font-size: 14px;
  line-height: 1.8;
}
.notice-board__area a {
  font-size: 1em;
  font-weight: 500;
}
.notice-board__area .owl-item {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  border-right: 1px solid rgba(131, 10, 0, 0.21);
}
.notice-board__area .owl-nav {
  margin-top: 0;
}
.notice-board__area .owl-prev, .notice-board__area .owl-next {
  margin: 0 !important;
  font-size: 40px !important;
  line-height: 1 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(131, 10, 0, 0.46) !important;
}
.notice-board__area .owl-prev:hover, .notice-board__area .owl-prev:active, .notice-board__area .owl-prev:focus, .notice-board__area .owl-next:hover, .notice-board__area .owl-next:active, .notice-board__area .owl-next:focus {
  background-color: transparent !important;
}
.notice-board__area .owl-prev {
  left: 0;
}
.notice-board__area .owl-next {
  right: 0;
}
@media only screen and (max-width: 1199px) {
  .notice-board__area .owl-item {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .notice-board__area {
    padding: 20px;
  }
  .notice-board__area:after {
    right: 16px;
    width: 5px;
  }
  .notice-board__area .owl-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .notice-board__area:after {
    content: none;
  }
  .notice-board__area .owl-item {
    border-right: 0;
  }
}

.about-section .section-header {
  margin-bottom: 75px;
}
.about-section__content--item {
  max-width: 220px;
  margin-bottom: 40px;
}
.about-section__content--item p {
  font-size: 14px;
}
.about-section__content--info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.about-section__content--info h3 {
  padding-left: 16px;
  font-size: 1em;
  font-weight: 600;
}
.about-section__content--icon {
  flex: 0 0 auto;
  width: 38px;
  height: 34px;
  border-radius: 4px;
  background-color: #26AE61;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
}
.about-section__img--group {
  display: flex;
  gap: 30px;
  margin-top: 125px;
  position: relative;
}
.about-section__img--group img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section__img--shape {
  position: absolute;
  top: -30px;
  left: 53%;
  z-index: -1;
}
.about-section__img--lg {
  flex: 1;
}
.about-section__img--sm {
  flex: 0 0 auto;
  width: 190px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: flex-end;
  margin-top: 135px;
}
@media only screen and (max-width: 1399px) {
  .about-section__img--group {
    margin-top: 125px;
  }
  .about-section__img--sm {
    width: 170px;
    margin-top: 85px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-section__img--group {
    margin-top: 175px;
  }
  .about-section__img--sm {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .about-section .section-header {
    margin-bottom: 50px;
  }
  .about-section__content--item {
    margin-bottom: 30px;
  }
  .about-section__img--group {
    margin-top: 135px;
    gap: 20px;
  }
  .about-section__img--shape {
    left: 48%;
  }
  .about-section__img--sm {
    width: 130px;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .about-section .section-header {
    margin-bottom: 35px;
  }
  .about-section__content--item {
    max-width: 100%;
  }
  .about-section__content--info h3 br {
    display: none;
  }
  .about-section__content--icon {
    font-size: 1em;
  }
  .about-section__img--group {
    margin-top: 30px;
  }
  .about-section__img--shape {
    left: 60%;
  }
  .about-section__img--lg figure {
    height: 100%;
  }
  .about-section__img--lg figure img {
    height: 100%;
  }
  .about-section__img--sm {
    margin-top: 0;
  }
}

.job-area__section {
  padding-bottom: 130px;
}
.job-area__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.job-area__header h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 10px;
  flex: 0 0 auto;
  padding-right: 10px;
}
.job-area__header .custom-input {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.job-area__header .custom-input__label {
  margin-right: 13px;
  margin-bottom: 0;
}
.job-area__header .custom-input__group {
  border-color: #999999;
  min-width: 140px;
}
.job-area__filter--item {
  border: 1px solid #E0E0E0 !important;
  border-radius: 8px !important;
  padding: 25px 20px;
  margin-bottom: 30px;
}
.job-area__filter--item .accordion-header {
  font-size: 1em;
}
.job-area__filter--item .accordion-header .accordion-button {
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  background: transparent;
  font-size: 1em;
  font-weight: 600;
  color: #2C382F;
}
.job-area__filter--item .accordion-header .accordion-button:after {
  content: "-";
  transform: none;
  width: 33px;
  height: 33px;
  background: #26AE61;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  color: #ffffff;
  position: absolute;
  top: -7px;
  right: 0;
}
.job-area__filter--item .accordion-header .accordion-button.collapsed:after {
  content: "+";
}
.job-area__filter--item .accordion-body {
  margin-top: 16px;
  padding: 16px 0 0;
  border-top: 0.5px solid #878787;
}
.job-area__filter--shadow {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
}
.job-area__filter--search .custom-input:not(:last-child) {
  margin-bottom: 19px;
}
.job-area__filter--search .custom-input__field {
  padding: 11px 20px;
}
.job-area__filter--header h3 {
  font-size: 1em;
  font-weight: 600;
}
.job-area__filter--body {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 0.5px solid #878787;
}
.job-area__filter--radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job-area__filter--radio:not(:last-child) {
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 0.5px dashed #999999;
}
.job-area__filter--radio p {
  font-size: 14px;
  color: #666666;
}
.job-list {
  margin-bottom: 80px;
}
.job-list__item {
  padding: 20px 30px 30px 20px;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.job-list__item:not(:last-child) {
  margin-bottom: 15px;
}
.job-list__header {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #E0E0E0;
}
.job-list__header--info {
  display: flex;
  align-items: center;
  flex: 1;
  padding-right: 10px;
  margin-bottom: 10px;
}
.job-list__header--info figure {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #D9D9D9;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-list__header--info figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.job-list__header--content {
  padding-left: 24px;
}
.job-list__header--content h3 {
  font-weight: 600;
  font-size: 1.25em;
  margin-bottom: 2px;
}
.job-list__header--content p {
  font-size: 0.9375em;
  font-weight: 500;
}
.job-list__header--position {
  font-size: 1em;
  font-weight: 500;
  color: #666666;
  flex: 0 0 auto;
  margin-bottom: 10px;
}
.job-list__header--position span {
  margin-left: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #26AE61;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.job-list__body {
  padding-top: 20px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.job-list__body--info {
  flex: 1;
  padding-right: 10px;
}
.job-list__body--action {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.job-list__desc--item {
  display: flex;
}
.job-list__desc--item:first-child {
  margin-top: -5px;
}
.job-list__desc--item:not(:last-child) {
  margin-bottom: 7px;
}
.job-list__desc--item > * {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 5px;
  color: #666666;
}
.job-list__desc--item h4 {
  flex: 0 0 auto;
  width: 140px;
}
.job-list__desc--item h4 + * {
  flex: 1;
}
.job-list__desc--item ul li {
  display: inline-block;
  font-size: 1em;
  position: relative;
  color: #26AE61;
  margin-right: 15px;
}
.job-list__desc--item ul li:before {
  content: "•";
  color: #26AE61;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  .job-area__section {
    padding-bottom: 100px;
  }
  .job-area__header {
    margin-top: 25px;
  }
  .job-area__header h3 {
    font-size: 1.25em;
  }
  .job-list {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .job-area__filter--item {
    padding: 20px;
    margin-bottom: 25px;
  }
  .job-area__filter--search .custom-input:not(:last-child) {
    margin-bottom: 15px;
  }
  .job-list__item {
    padding: 15px 25px 15px 20px;
  }
  .job-list__header--position span {
    margin-left: 10px;
  }
  .job-list__body--info {
    flex: 0 0 auto;
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
  }
  .job-list__body--action {
    padding-top: 20px;
    flex-direction: row;
    gap: 15px;
  }
}

.job-details__hero {
  background: rgba(38, 174, 97, 0.03);
}
.job-details__hero .breadcrumbs li {
  color: #666060;
}
.job-details__hero .breadcrumbs li a {
  color: #666060;
}
.job-details__hero .breadcrumbs li:not(:last-child):after {
  color: #666060;
}
.job-details__content img {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 8px;
}
.job-details__content h3 {
  font-size: 1.25em;
  font-weight: 600;
  margin-top: 1.4em;
  margin-bottom: 0.9em;
}
.job-details__content p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 1.2em;
}
.job-details__content ul {
  padding-left: 22px;
}
.job-details__content ul li {
  font-size: 14px;
  color: #666666;
  margin-bottom: 1.2em;
}
.job-details__content .main-btn {
  margin-top: 40px;
  padding: 12px 35px;
}
.job-details__sidebar--item {
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  padding: 25px 20px;
  margin-bottom: 30px;
}
.job-details__profile {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.job-details__profile figure {
  flex: 0 0 auto;
}
.job-details__profile figure img {
  width: 48px;
}
.job-details__profile--content {
  padding-left: 15px;
}
.job-details__profile--content h4 {
  font-size: 1em;
  font-weight: 500;
  color: #000000;
  margin-bottom: 2px;
}
.job-details__profile--content p {
  font-size: 12px;
}
.job-details__info:not(:last-child) {
  border-bottom: 1px solid #A7AEA4;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.job-details__info--title {
  font-size: 1.25em;
  color: #000000;
  margin-bottom: 0.9em;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.job-details__info--title span {
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #26AE61;
  margin-right: 10px;
}
.job-details__info > p {
  color: #5E5858;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.6;
}
.job-details__info--action {
  display: flex;
  gap: 12px;
}
.job-details__info--action .main-btn {
  padding: 8px 10px;
  flex-grow: 1;
  text-align: center;
  border-radius: 8px;
  font-size: 14px;
}
.job-details__info--action .main-btn__border {
  border-color: #A7AEA4;
  color: #828282;
}
.job-details__info--action .main-btn__border:hover {
  border-color: #A7AEA4;
  background-color: transparent;
}
.job-details__office li {
  list-style: none;
  display: flex;
}
.job-details__office li:not(:last-child) {
  margin-bottom: 15px;
}
.job-details__office li i {
  color: #9D9D9D;
  font-size: 1.3em;
  line-height: 1;
  width: 30px;
  flex: 0 0 auto;
}
.job-details__office--content {
  padding-left: 10px;
}
.job-details__office--content h4 {
  font-size: 1em;
  color: #9D9D9D;
  font-weight: 500;
}
.job-details__office--content h4:not(:last-child) {
  margin-bottom: 7px;
}
.job-details__office--content h5 {
  font-size: 1em;
  font-weight: 500;
}
.job-details__calender li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #7D7B7B;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.job-details__calender li:last-child {
  margin-bottom: 0;
}
.job-details__calender li h4,
.job-details__calender li p {
  font-size: 14px;
  font-weight: 500;
  color: #7D7B7B;
}
@media only screen and (max-width: 991px) {
  .job-details__content {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .job-details__sidebar--item {
    padding: 20px;
    margin-bottom: 25px;
  }
  .job-details__info--title span {
    width: 33px;
    height: 33px;
  }
}
@media only screen and (max-width: 480px) {
  .job-details__content img {
    margin-bottom: 10px;
  }
}

.recent-job__section--inner {
  padding-top: 60px;
  border-top: 1px solid #A7AEA4;
}
.recent-job__section--title {
  font-size: 1.25em;
  font-weight: 500;
  color: #000000;
  position: relative;
  margin-bottom: 45px;
}
.recent-job__section--title span {
  background: #ffffff;
  display: inline-block;
  padding-right: 15px;
}
.recent-job__section--title:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #A7AEA4;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .recent-job__section--inner {
    padding-top: 55px;
  }
  .recent-job__section--title {
    margin-bottom: 35px;
  }
}

.authentication-section {
  padding-top: 120px;
  padding-bottom: 120px;
}
.authentication-box {
  max-width: 485px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 65px;
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.authentication-box .custom-input {
  margin-bottom: 20px;
}
.authentication-box .custom-input__append {
  border-right: 1px solid #e0e0e0;
  padding: 8px 13px;
  color: #26AE61;
  font-size: 1em;
}
.authentication-box .custom-input__append i {
  vertical-align: middle;
}
.authentication-box .custom-input__group {
  border-radius: 30px;
  height: 42px;
}
.authentication-box .custom-input__field {
  padding: 10px 15px;
}
.authentication-box .custom-input__field[type=checkbox] + label {
  font-size: 14px;
  font-weight: 700;
  color: #8B8585;
}
.authentication-box .main-btn {
  margin-top: 10px;
  width: 100%;
  height: 42px;
}
.authentication-title {
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 45px;
}
.authentication-info {
  font-size: 14px;
  font-weight: 700;
  color: #8B8585;
}
.authentication-info a {
  color: #8B8585;
}
.authentication-info a:hover {
  color: #26AE61;
}
.authentication-helper {
  font-weight: 400;
  font-size: 14px;
  color: #B7B7B7;
}
.authentication-helper a {
  color: #26AE61;
}
@media only screen and (max-width: 767px) {
  .authentication-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .authentication-title {
    font-size: 1.8em;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .authentication-box {
    padding: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .authentication-box {
    padding: 25px;
  }
}/*# sourceMappingURL=style.css.map */

/* For select2 height correction */
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:35px !important;
}
.select2-container .select2-selection--single{
    height:38px !important;
}

.required > label:after {
    content: '*';color: #F00;font-weight: bold; font-size: 18px; padding-right: 10px; vertical-align: middle !important; position: absolute; margin-left: 5px;
} 

.daterangepicker {
    height: 240px;
}

.daterangepicker.show-calendar .ranges {
    height: 0 !important;
}

.daterangepicker select {
    padding-left: 7px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 4px !important;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    margin-top: auto;
}

.language-change {
    margin-left: 20px;
}