@font-face {
  font-family: "Poppins";
  src: url("../webfonts/Poppins-Regular.eot");
  src: url("../webfonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/Poppins-Regular.woff2") format("woff2"), url("../webfonts/Poppins-Regular.woff") format("woff"), url("../webfonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "poppinsitalic";
  src: url("../webfonts/poppins-italic.eot");
  src: url("../webfonts/poppins-italic.eot?#iefix") format("embedded-opentype"), url("../webfonts/poppins-italic.woff2") format("woff2"), url("../webfonts/poppins-italic.woff") format("woff"), url("../webfonts/poppins-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../webfonts/Poppins-Medium.eot");
  src: url("../webfonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../webfonts/Poppins-Medium.woff2") format("woff2"), url("../webfonts/Poppins-Medium.woff") format("woff"), url("../webfonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../webfonts/Poppins-SemiBold.eot");
  src: url("../webfonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../webfonts/Poppins-SemiBold.woff2") format("woff2"), url("../webfonts/Poppins-SemiBold.woff") format("woff"), url("../webfonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../webfonts/Poppins-Bold.eot");
  src: url("../webfonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../webfonts/Poppins-Bold.woff2") format("woff2"), url("../webfonts/Poppins-Bold.woff") format("woff"), url("../webfonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
a {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
a:hover {
  text-decoration: none;
}

body {
  font-family: "Poppins";
}

@media (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5) {
  #career-page {
    zoom: 90%;
  }
}


li {
  list-style: none;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.header-section {
  width: 100%;
  padding: 15px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1400.98px) {
  .header-section {
    padding: 15px 50px;
  }
}
@media (max-width: 575.98px) {
  .header-section {
    padding: 20px 20px;
  }
}
@media (max-width: 575.98px) {
  .header-section .header-left {
    width: 70px;
  }
}
.header-section .header-left .logo img {
  width: 255px;
  transition: all 0.5s ease;
}
.header-section .header-right {
  display: flex;
  align-items: center;
}
.header-section .header-right .leave-cv a {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: #24484E;
  height: 35px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  margin-right: 30px;
}
.header-section .header-right .leave-cv a:hover {
  background: #33C2AE;
}
@media (max-width: 390px) {
  .header-section .header-right .leave-cv a {
    font-size: 12px;
    padding: 0 16px;
  }
}
@media (max-width: 280.98px) {
  .header-section .header-right .leave-cv a {
    font-size: 10px;
    padding: 0 7px;
    margin-right: 15px;
    height: 25px;
  }
}
@media (max-width: 280.98px) {
  .header-section .header-right .about-us {
    width: 40px;
  }
}
.header-section .header-right .about-us a {
  display: block;
  text-align: center;
}
.header-section .header-right .about-us a span {
  color: #000;
  font-size: 12px;
  display: block;
  font-weight: 500;
}

.banner-section {
  width: 100%;
  padding: 34px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: calc(100vh - 113px);
}
@media (max-width: 1400.98px) {
  .banner-section {
    padding: 30px 50px;
  }
}
@media (max-width: 991.98px) {
  .banner-section {
    padding: 0px 10%;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .banner-section {
    flex-direction: column;
    padding: 20px;
  }
 .header-section .header-left .logo img {
  width: 170px !important;
  transition: all 0.5s ease;
}
}
.banner-section .banner-left {
  width: 36%;
}
@media (max-width: 1440px) {
  .banner-section .banner-left {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section .banner-left {
    width: 40%;
  }
}
@media (max-width: 575.98px) {
  .banner-section .banner-left {
    width: 100%;
  }
}
.banner-section .banner-left .main-text {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .banner-section .banner-left .main-text {
    justify-content: center;
  }
}
.banner-section .banner-left .main-text h1 {
  font-size: 60px;
  font-weight: 400;
  color: #000;
}
@media (max-width: 1440px) {
  .banner-section .banner-left .main-text h1 {
    font-size: 50px;
  }
}
@media (max-width: 1399.98px) {
  .banner-section .banner-left .main-text h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 991.98px) {
  .banner-section .banner-left .main-text h1 {
    font-size: 35px;
  }
}
@media (max-width: 950px) {
  .banner-section .banner-left .main-text h1 {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width: 767.98px) {
  .banner-section .banner-left .main-text h1 {
    font-size: 25px;
    line-height: 36px;
  }
}
.banner-section .banner-left .main-text h1 span {
  font-size: 89px;
  font-weight: 600;
  display: block;
}
@media (max-width: 1440px) {
  .banner-section .banner-left .main-text h1 span {
    font-size: 80px;
  }
}
@media (max-width: 1399.98px) {
  .banner-section .banner-left .main-text h1 span {
    font-size: 69px;
  }
}
@media (max-width: 991.98px) {
  .banner-section .banner-left .main-text h1 span {
    font-size: 64px;
  }
}
@media (max-width: 950px) {
  .banner-section .banner-left .main-text h1 span {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .banner-section .banner-left .main-text h1 span {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .banner-section .banner-left .main-text .main-text-img {
    width: 80px;
  }
}
@media (max-width: 767.98px) {
  .banner-section .banner-left .main-text .main-text-img {
    width: 62px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .banner-left .main-text .main-text-img {
    width: 80px;
  }
}
.banner-section .banner-left .main-text .main-text-img img {
  width: 100%;
}
.banner-section .banner-left p {
  font-size: 23px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .banner-section .banner-left p {
    zoom: 90%;
  }
}
@media (max-width: 1440px) {
  .banner-section .banner-left p {
    font-size: 20px;
  }
}
@media (max-width: 1399.98px) {
  .banner-section .banner-left p {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .banner-section .banner-left p {
    font-size: 16px;
  }
}
@media (max-width: 950px) {
  .banner-section .banner-left p {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .banner-section .banner-left p {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .banner-left p {
    text-align: center;
    margin: 15px 0;
  }
}
.banner-section .banner-right {
  width: 76%;
  text-align: right;
}
@media (max-width: 1440px) {
  .banner-section .banner-right {
    width: auto;
  }
}
@media (max-width: 1199.98px) {
  .banner-section .banner-right {
    width: 60%;
  }
}
@media (max-width: 575.98px) {
  .banner-section .banner-right {
    width: 100%;
  }
}
.banner-section .banner-right img {
  max-width: 100%;
  margin-right: -40px;
}
@media (max-width: 575.98px) {
  .banner-section .banner-right img {
    margin-right: 0;
  }
}

.benefits-section {
  width: 100%;
}
@media (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .benefits-section {
    padding-top: 60px;
  }
}
@media (max-width: 991.98px) {
  .benefits-section {
    padding: 30px 0px;
  }
}
.benefits-section h2 {
  font-size: 45px;
  font-weight: 400;
  color: rgb(8, 7, 7);
  text-align: center;
}
.benefits-section h2 span {
  font-weight: 600;
  color: #24484E;
}
@media (max-width: 1199.98px) {
  .benefits-section h2 {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .benefits-section h2 {
    font-size: 40px;
  }
}
.benefits-section .benefits {
  margin-top: 30px;
  padding: 60px 0;
  background-image: url("../images/map-pattern.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top 0 center;
}
@media (max-width: 575.98px) {
  .benefits-section .benefits .w-50 {
    width: 50% !important;
  }
}
@media (max-width: 414.98px) {
  .benefits-section .benefits .w-100 {
    width: 100% !important;
  }
}
@media (max-width: 991.98px) {
  .benefits-section .benefits {
    background-size: cover;
    background-position: center center;
    padding: 60px 0 0px 0;
  }
}
.benefits-section .benefits .benefits-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .benefits-section .benefits .benefits-block img {
    zoom: 90%;
  }
}
.benefits-section .benefits .benefits-block h4 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 30px;
  margin-top: 22px;
}
@media (max-width: 1199.98px) {
  .benefits-section .benefits .benefits-block h4 {
    font-size: 18px;
    line-height: 26px;
  }
}
.benefits-section .benefits .benefits-block h4 span {
  display: block;
}

.openings-section {
  width: 100%;
}
.openings-section h2 {
  font-size: 45px;
  font-weight: 400;
  color: rgb(8, 7, 7);
  text-align: center;
}
.openings-section h2 span {
  font-weight: 600;
  color: #24484E;
}
@media (max-width: 1199.98px) {
  .openings-section h2 {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .openings-section h2 {
    font-size: 40px;
  }
}
.openings-section .search {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .openings-section .search {
    flex-direction: column;
  }
}
.openings-section .search label {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-right: 18px;
  margin-bottom: 0;
}
.openings-section .search select {
  width: 396px;
  height: 40px;
  padding: 0 20px;
  font-size: 20px;
  font-family: "poppinsitalic";
  font-weight: 400;
  border: #707070 solid 1px;
  color: #878787;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/select-arrow.png") no-repeat right 12px top 15px;
}
@media (max-width: 575.98px) {
  .openings-section .search select {
    width: 90%;
  }
}
.openings-section .openings {
  margin-top: 50px;
}
.openings-section .openings .row {
  justify-content: center;
}
.openings-section .openings .openings-block-outer:nth-of-type(n+13) {
  display: inline-block;
  width: 0;
  overflow: hidden;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  max-height: 0;
}
.openings-section .openings .openings-block-outer:nth-child(odd) .openings-block {
  background: #EDFAF8;
}
.openings-section .openings .openings-block-outer .openings-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #d1e7e4;
  border-radius: 14px;
  padding: 60px 24px 35px;
  margin-bottom: 50px;
  position: relative;
  transition: 0.2s;
}
@media screen and (min-device-width: 992px) and (max-device-width: 1399.98px) {
  .openings-section .openings .openings-block-outer .openings-block {
    padding: 60px 15px 25px;
  }
}
@media screen and (min-device-width: 576px) and (max-device-width: 767.98px) {
  .openings-section .openings .openings-block-outer .openings-block {
    padding: 60px 15px 25px;
  }
}
.openings-section .openings .openings-block-outer .openings-block:hover {
  -webkit-box-shadow: 0px 3px 14px -3px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 0px 3px 14px -3px rgba(0, 0, 0, 0.61);
  box-shadow: 0px 3px 14px -3px rgba(0, 0, 0, 0.61);
  margin-top: -5px;
}
.openings-section .openings .openings-block-outer .openings-block .hot-tag {
  background: #FF9898;
  border-radius: 0 3px 3px 0;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding: 4px 30px;
  position: absolute;
  top: 20px;
  left: 0;
  line-height: normal;
}
.openings-section .openings .openings-block-outer .openings-block h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
  margin-top: 10px;
  line-height: 28px;
  height: 60px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media screen and (min-device-width: 992px) and (max-device-width: 1199px) {
  .openings-section .openings .openings-block-outer .openings-block h3 {
    font-size: 17px;
    line-height: 26px;
  }
}
@media (max-width: 575.98px) {
  .openings-section .openings .openings-block-outer .openings-block h3 {
    min-height: auto;
  }
}
.openings-section .openings .openings-block-outer .openings-block p {
  font-size: 13px;
  color: #000;
  font-weight: 400;
}
.openings-section .openings .openings-block-outer .openings-block .openings-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.openings-section .openings .openings-block-outer .openings-block .openings-action a {
  color: #000;
  font-size: 16px;
  border-radius: 7px;
  transition: 0.1s;
}
@media screen and (min-device-width: 992px) and (max-device-width: 1399.98px) {
  .openings-section .openings .openings-block-outer .openings-block .openings-action a {
    font-size: 13px;
  }
}
@media screen and (min-device-width: 576px) and (max-device-width: 767.98px) {
  .openings-section .openings .openings-block-outer .openings-block .openings-action a {
    font-size: 13px;
  }
}
.openings-section .openings .openings-block-outer .openings-block .openings-action a.more {
  color: #808080;
  text-decoration: underline;
}
.openings-section .openings .openings-block-outer .openings-block .openings-action a.more:hover {
  color: #33C2AE;
}
.openings-section .openings .openings-block-outer .openings-block .openings-action a.apply {
  background: #24484E;
  color: #fff;
  padding: 5px 20px;
}
@media screen and (min-device-width: 992px) and (max-device-width: 1399.98px) {
  .openings-section .openings .openings-block-outer .openings-block .openings-action a.apply {
    padding: 5px 10px;
  }
}
.openings-section .openings .openings-block-outer .openings-block .openings-action a.apply:hover {
  background: #33C2AE;
  color: #fff;
}
.openings-section .openings .show-text {
  justify-content: center;
  margin-top: 20px;
  display: flex;
  width: 100%;
}
.openings-section .openings .show-text label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border: #33C2AE solid 2px;
  border-radius: 9px;
  padding: 4px 15px;
  transition: 0.2s;
}
.openings-section .openings .show-text label:hover {
  background: #33C2AE;
}

.reasons-section {
  width: 100%;
  padding: 50px 0;
}
.reasons-section h2 {
  font-size: 45px;
  font-weight: 400;
  color: rgb(8, 7, 7);
  text-align: center;
}
.reasons-section h2 span {
  font-weight: 600;
  color: #24484E;
}
@media (max-width: 1199.98px) {
  .reasons-section h2 {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .reasons-section h2 {
    font-size: 40px;
  }
}
.reasons-section .reasons-wrapper {
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .reasons-section .reasons-wrapper .row {
    flex-direction: column-reverse;
  }
}
.reasons-section .reasons-wrapper .reason {
  background: url("../images/dot.png") no-repeat left 8px;
  padding-left: 30px;
  margin-bottom: 25px;
  margin-right: 10%;
}
@media (max-width: 991.98px) {
  .reasons-section .reasons-wrapper .reason {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .reasons-section .reasons-wrapper .reason {
    margin-right: 0;
  }
}
.reasons-section .reasons-wrapper .reason:last-child {
  margin-bottom: 0;
}
.reasons-section .reasons-wrapper .reason h3 {
  font-size: 22px;
  font-weight: 400;
  color: #000;
}
@media (max-width: 1199.98px) {
  .reasons-section .reasons-wrapper .reason h3 {
    font-size: 20px;
  }
}
.reasons-section .reasons-wrapper .reason h3 span {
  font-weight: 600;
  color: #24484E;
}
.reasons-section .reasons-wrapper .reason p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .reasons-section .reasons-wrapper .reason p {
    font-size: 15px;
  }
}
.reasons-section .reasons-wrapper .reasons-img {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .reasons-section .reasons-wrapper .reasons-img {
    margin-bottom: 40px;
  }
}

.gallery-section {
  width: 100%;
  padding: 50px 0;
}
.gallery-section h2 {
  font-size: 45px;
  font-weight: 400;
  color: rgb(8, 7, 7);
  text-align: center;
}
.gallery-section h2 span {
  font-weight: 600;
  color: #24484E;
}
@media (max-width: 1199.98px) {
  .gallery-section h2 {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .gallery-section h2 {
    font-size: 40px;
  }
}
.gallery-section .gallery {
  margin-top: 45px;
}
.gallery-section .gallery .owl-nav .owl-prev {
  width: 38px;
  height: 38px;
  background: url("../images/arrow-prev.png") no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  left: -52px;
  background-size: cover;
}
.gallery-section .gallery .owl-nav .owl-prev:hover {
  background: url("../images/arrow-prev.png") no-repeat;
  background-size: cover;
}
.gallery-section .gallery .owl-nav .owl-prev span {
  display: none;
}
@media (max-width: 635px) {
  .gallery-section .gallery .owl-nav .owl-prev {
    width: 28px;
    height: 28px;
    left: -32px;
  }
}
@media (max-width: 600px) {
  .gallery-section .gallery .owl-nav .owl-prev {
    position: relative;
    margin-top: 20px;
  }
}
.gallery-section .gallery .owl-nav .owl-next {
  width: 38px;
  height: 38px;
  background: url("../images/arrow-next.png") no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  right: -52px;
  background-size: cover;
}
.gallery-section .gallery .owl-nav .owl-next:hover {
  background: url("../images/arrow-next.png") no-repeat;
  background-size: cover;
}
.gallery-section .gallery .owl-nav .owl-next span {
  display: none;
}
@media (max-width: 635px) {
  .gallery-section .gallery .owl-nav .owl-next {
    width: 28px;
    height: 28px;
    right: -32px;
  }
}
@media (max-width: 600px) {
  .gallery-section .gallery .owl-nav .owl-next {
    position: relative;
    margin-top: 20px;
  }
}

.footer-section {
  width: 100%;
  padding: 80px 100px 30px 100px;
  background: #2B2B2B;
}
@media (max-width: 1400.98px) {
  .footer-section {
    padding: 30px 50px;
  }
}
@media (max-width: 1210px) {
  .footer-section {
    padding: 80px 20px;
  }
}
.footer-section .footer-logo-section {
  display: flex;
}
@media (max-width: 767.98px) {
  .footer-section .footer-logo-section {
    justify-content: center;
  }
}
.footer-section .footer-logo {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .footer-section .social-media {
    margin-bottom: 50px;
  }
}
.footer-section .social-media ul {
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 991.98px) {
  .footer-section .social-media ul {
    justify-content: center;
  }
}
.footer-section .social-media ul li {
  margin: 0 5px;
}
.footer-section .social-media ul li a {
  width: 32px;
  height: 32px;
  display: flex;
  background: #55A4A0;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.footer-section .social-media ul li a svg path {
  fill: #fff;
}
.footer-section .quick-link-1 a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.footer-section .quick-link-1 a:hover {
  color: #55A4A0;
}
.footer-section .quick-link-1 ul {
  margin-top: 5px;
  padding-left: 0;
}
@media (max-width: 575.98px) {
  .footer-section .quick-link-1 ul {
    padding-left: 0px;
    margin-bottom: 0px;
  }
}
.footer-section .quick-link-1 ul li {
  line-height: 35px;
}
.footer-section .quick-link-1 ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.footer-section .quick-link-1 ul li a:hover {
  color: #55A4A0;
}
@media (max-width: 575.98px) {
  .footer-section .quick-link-1 {
    text-align: center;
  }
}
.footer-section .quick-link-2 a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.footer-section .quick-link-2 a:hover {
  color: #55A4A0;
}
.footer-section .quick-link-2 ul {
  padding-left: 0;
  margin-top: 10px;
}
.footer-section .quick-link-2 ul li {
  line-height: 35px;
}
.footer-section .quick-link-2 ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.footer-section .quick-link-2 ul li a:hover {
  color: #55A4A0;
}
@media (max-width: 575.98px) {
  .footer-section .quick-link-2 {
    text-align: center;
  }
}
.footer-section .quick-link-3 ul {
  padding-left: 0;
}
.footer-section .quick-link-3 ul li {
  line-height: normal;
  margin-bottom: 10px;
}
.footer-section .quick-link-3 ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.footer-section .quick-link-3 ul li a:hover {
  color: #55A4A0;
}
@media (max-width: 575.98px) {
  .footer-section .quick-link-3 {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .footer-section .news-letter {
    margin-top: 50px;
  }
}
.footer-section .news-letter h5 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 575.98px) {
  .footer-section .news-letter h5 {
    text-align: center;
  }
}
.footer-section .news-letter p {
  font-family: "poppinsitalic";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .footer-section .news-letter p {
    zoom: 90%;
  }
}
@media (max-width: 575.98px) {
  .footer-section .news-letter p {
    text-align: center;
  }
}
.footer-section .news-letter p a {
  color: #55A4A0;
}
.footer-section .news-letter p a:hover {
  color: #33C2AE;
}
.footer-section .news-letter .news-letter-wrapper {
  position: relative;
}
.footer-section .news-letter .news-letter-wrapper input {
  width: 100%;
  height: 45px;
  background: #fff;
  border-radius: 13px;
  border: none;
  padding: 0 65px 0 15px;
}
.footer-section .news-letter .news-letter-wrapper .btn-newsletter {
  width: 50px;
  height: 45px;
  background: #55A4A0 url("../images/send.png") no-repeat top 4px center;
  border: none;
  border-radius: 13px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  padding: 0;
}
.footer-section .news-letter .news-letter-wrapper .wpcf7-response-output {
  position: absolute;
  top: 65px;
  color: #fff;
  width: 100%;
  left: 0;
  margin: 0;
  font-size: 13px;
}
@media (max-width: 575.98px) {
  .footer-section .news-letter .news-letter-wrapper .wpcf7-response-output {
    text-align: center;
    top: 56px;
  }
}
.footer-section .partner {
  background: #fff;
  padding: 5px;
  border-radius: 6px;
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .footer-section .partner {
    margin-top: 0px;
    text-align: center;
  }
}
.footer-section .copyright {
  padding: 20px 0 0px 0;
}
.footer-section .copyright p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.footer-section .copyright p a {
  color: #55A4A0;
}
.footer-section .copyright p a:hover {
  color: #33C2AE;
}

#show-all {
  display: none;
}

#show-all:checked ~ .openings-block-outer {
  width: unset;
  overflow: unset;
  max-height: 1500px;
}

.show-text .text-hide1 {
  display: none;
}

#show-all:checked ~ .show-text .text-show1 {
  display: none;
}

#show-all:checked ~ .show-text .text-hide1 {
  display: inline-block;
}

.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 40px;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 20px;
  line-height: 20px;
  color: #999;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
}
.file-upload-wrapper:before {
  content: "Upload";
  position: absolute;
  top: -1px;
  right: -1px;
  display: inline-block;
  height: 40px;
  background: #33C2AE;
  color: #fff;
  font-weight: 400;
  z-index: 25;
  font-size: 16px;
  line-height: 40px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
}
.file-upload-wrapper:hover:before {
  background: #289a8a;
}
.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

.leave-cv a {
  color: #33C2AE;
}
.leave-cv .modal-header {
  background: #33C2AE;
  padding: 10px 25px;
}
.leave-cv .modal-header .modal-title {
  color: #fff;
}
.leave-cv .modal-footer {
  border: none;
  padding: 0;
}
.leave-cv .modal-footer .btn {
  background-color: #33C2AE;
  border-color: #33C2AE;
  width: 100%;
}
.leave-cv .wpcf7-response-output {
  margin: 0 !important;
}
.leave-cv .modal-body {
  padding: 25px;
}
.leave-cv .modal-body .form-check {
  padding: 0;
}
.leave-cv .modal-body .form-check .wpcf7-list-item {
  margin: 0;
}
.leave-cv .modal-body form .form-group select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* SVG background image */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 0.6em;
  background-position: calc(100% - 1em) center;
  background-repeat: no-repeat;
  padding-right: 40px;
}

.read-more .job-description h4 {
  font-size: 18px;
  font-weight: 500;
  color: #365071;
  margin-top: 20px;
}
.read-more .job-description p {
  font-size: 14px;
  font-weight: 400;
}
.read-more .job-description ul {
  padding: 0;
  margin-top: 15px;
}
.read-more .job-description ul li {
  font-size: 14px;
  font-weight: 400;
  background: url("../images/small-dot.png") no-repeat left 6px;
  padding-left: 18px;
  margin-bottom: 15px;
}
.read-more .modal-header {
  background: #33C2AE;
  padding: 10px 25px;
}
.read-more .modal-header .modal-title {
  color: #fff;
}
.read-more .modal-footer button {
  background-color: #33C2AE;
  border-color: #33C2AE;
}
.read-more .modal-body {
  padding: 0 25px 25px 25px;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.wpcf7 form.sent .wpcf7-response-output {
  top: 50px !important;
}
@media (max-width: 575.98px) {
  .wpcf7 form.sent .wpcf7-response-output {
    top: 48px !important;
  }
}

.modal-backdrop {
  width: 100% !important;
  height: 100% !important;
}

.page-id-251 .container {
  width: 100%;
  padding: 34px 100px;
  max-width: unset;
}
@media (max-width: 1215px) {
  .page-id-251 .container {
    max-width: unset;
    padding: 34px 5%;
  }
}
.page-id-251 .container .reasons-section .container {
  padding: 34px 0;
}

.placement_welcome h2 {
  font-size: 45px;
  font-weight: 400;
  color: #080707;
  text-align: left;
  margin-bottom: 25px;
  margin-top: 110px;
}
@media screen and (max-width: 1024px) {
  .placement_welcome h2 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 781px) {
  .placement_welcome h2 {
    font-size: 32px;
  }
}
.placement_welcome h2 span {
  font-weight: 600;
  color: #24484E;
}
.placement_welcome p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.what_we_offer h3 {
  font-size: 30px;
  font-weight: 400;
  color: #080707;
  text-align: left;
  padding: 15px 0;
}
.what_we_offer p {
  background: url("../images/dot.png") no-repeat left 8px;
  padding-left: 30px;
  margin-bottom: 15px;
  margin-right: 10%;
}

.placement_banner {
  max-height: 488px;
}
@media screen and (max-width: 1440px) {
  .placement_banner {
    max-height: 518px;
  }
}
@media screen and (max-width: 1280px) {
  .placement_banner {
    max-height: 425px;
  }
}
@media screen and (max-width: 920px) {
  .placement_banner {
    max-height: 318px;
  }
}
@media screen and (max-width: 781px) {
  .placement_banner {
    max-height: 825px;
    text-align: center;
  }
}
@media screen and (max-width: 512px) {
  .placement_banner {
    max-height: 575px;
  }
}
.placement_banner h1 {
  font-size: 95px;
  font-weight: 700;
  color: #000;
  line-height: 90px;
  padding-top: 105px;
}
@media screen and (max-width: 1020px) {
  .placement_banner h1 {
    padding-top: 75px;
  }
}
@media screen and (max-width: 1274px) {
  .placement_banner h1 {
    font-size: 72px;
  }
}
.placement_banner h1 span {
  font-size: 75px;
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 1274px) {
  .placement_banner h1 span {
    font-size: 56px !important;
  }
}

.placement_join {
  background-color: #d1e7e4;
  padding: 0;
  margin-top: 35px;
}
.placement_join p {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
  text-align: left;
  padding: 26px 25px;
}
@media screen and (max-width: 1347px) {
  .placement_join p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1064px) {
  .placement_join p {
    text-align: center;
  }
}
.placement_join .placement_cta {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: center;
  position: relative;
  gap: 0;
}
@media screen and (max-width: 1064px) {
  .placement_join .placement_cta {
    display: block;
    text-align: center;
  }
}
.placement_join .placement_cta .wp-block-column {
  flex-basis: unset !important;
}
.placement_join .placement_cta .apply-btn {
  text-align: right;
  margin-top: 0;
  position: relative;
  right: 28px;
  top: 0;
  bottom: 0;
  background: #24484E;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  border: 0;
}
@media screen and (max-width: 1155px) {
  .placement_join .placement_cta .apply-btn {
    text-align: center;
  }
}
@media screen and (max-width: 1064px) {
  .placement_join .placement_cta .apply-btn {
    right: 0;
    position: static;
    background: none;
  }
}
.placement_join .placement_cta .apply-btn a {
  color: #fff;
  padding: 0px;
  font-size: 20px;
  position: absolute;
  left: 0;
  z-index: 1;
  transition: 0.1s;
  line-height: 90px;
  height: 100%;
  width: 100%;
  text-align: center;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 1347px) {
  .placement_join .placement_cta .apply-btn a {
    line-height: 80px;
  }
}
@media screen and (max-width: 1064px) {
  .placement_join .placement_cta .apply-btn a {
    line-height: 80px;
  }
}
@media screen and (max-width: 1064px) {
  .placement_join .placement_cta .apply-btn a {
    position: unset;
    height: auto;
    width: auto;
    display: inline-block;
    line-height: 55px;
    margin: 0 auto 25px auto;
    background: #24484E;
    padding: 0px 35px;
    font-size: 18px;
    border-radius: 35px;
  }
}
.placement_join .placement_cta .apply-btn a:hover {
  color: #52cbe1;
}
.placement_join .placement_cta .apply-btn::before {
  position: absolute;
  left: -70px;
  bottom: 0;
  content: "";
  display: block;
  -webkit-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
  width: 92px;
  height: 100%;
  background: #24484E;
  transition: all 0.7s ease;
}
@media screen and (max-width: 1064px) {
  .placement_join .placement_cta .apply-btn::before {
    display: none;
  }
}
.placement_join .placement_cta .apply-btn::after {
  position: absolute;
  right: -70px;
  bottom: 0;
  content: "";
  display: block;
  -webkit-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
  width: 92px;
  height: 100%;
  background: #24484E;
  transition: all 0.7s ease;
}
@media screen and (max-width: 1064px) {
  .placement_join .placement_cta .apply-btn::after {
    display: none;
  }
}

.placement_popup {
  padding-right: 0 !important;
}
.placement_popup .modal-dialog {
  max-width: 850px;
}
.placement_popup .modal-dialog.placement-modal {
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: table;
}
.placement_popup .modal-dialog.placement-modal .modal-content {
  display: table-cell;
}
.placement_popup .modal-dialog.placement-modal .wpcf7-response-output {
  margin-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .placement_popup .modal-dialog.placement-modal {
    position: unset;
  }
}
.placement_popup .modal-dialog .modal-content .modal-header {
  background: #24484E;
}
.placement_popup .modal-dialog .modal-content .modal-header h5.modal-title {
  color: #fff;
}
.placement_popup .modal-dialog .modal-content .modal-header button.close {
  color: #fff;
}

.placement-form .form-group {
  display: flex;
  column-gap: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 512px) {
  .placement-form .form-group {
    display: block;
  }
}
.placement-form .form-group .form-group-field {
  margin: 0;
  width: 50%;
}
@media screen and (max-width: 512px) {
  .placement-form .form-group .form-group-field {
    width: 100%;
  }
}
.placement-form .form-group .form-group-field br {
  display: none;
}
.placement-form .form-group .form-group-field .resume-upload {
  margin-bottom: 2px;
}
.placement-form p {
  margin-bottom: 0;
}
.placement-form p label {
  color: #000;
  font-size: 14px;
  width: 100%;
}
.placement-form p .wpcf7-form-control-wrap {
  margin: 0 0 10px 0;
  display: block;
}
.placement-form p .wpcf7-form-control-wrap input.wpcf7-text {
  width: 100%;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
}
.placement-form p .wpcf7-form-control-wrap input.wpcf7-text:focus-visible {
  outline: none;
}
.placement-form p .wpcf7-form-control-wrap span.wpcf7-list-item {
  margin-right: 15px;
  margin-left: 0;
}
.placement-form p .wpcf7-form-control-wrap span.wpcf7-list-item label {
  color: #495057;
}
.placement-form p .wpcf7-form-control-wrap span.wpcf7-list-item label input[type=radio] {
  margin-top: 4px;
  float: left;
  margin-right: 8px;
}
.placement-form p .wpcf7-form-control-wrap textarea {
  width: 100%;
  border-radius: 4px;
  margin-top: 5px;
  height: 155px;
  padding: 5px 10px;
  border: 1px solid rgb(206, 212, 218);
}
.placement-form p .wpcf7-form-control-wrap textarea:focus-visible {
  outline: none;
}
.placement-form p input.wpcf7-form-control.wpcf7-submit {
  background-color: #24484E;
  border-color: #24484E;
  width: auto;
  border-radius: 4px;
  padding: 6px 20px;
  font-size: 1rem;
  border: 0;
  float: right;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.placement-form p input.wpcf7-form-control.wpcf7-submit:hover {
  background: #2e7581;
}

.banner_btn {
  background: #24484E;
  color: #fff;
  font-size: 18px;
  padding: 10px 25px;
  border-radius: 30px;
  margin: 20px 0;
  display: inline-block;
}
.banner_btn:hover {
  background: #2e7581;
  color: #fff;
}

.placement_banner .white .sa_hero_slider {
  height: calc(100vh - 280px) !important;
}
@media screen and (max-width: 1024px) {
  .placement_banner .white .sa_hero_slider {
    height: calc(100vh - 210px) !important;
  }
}
@media screen and (max-width: 520px) {
  .placement_banner .white .sa_hero_slider {
    height: 380px !important;
  }
}

/*# sourceMappingURL=main.css.map */
