@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 5));
            transform: translateX(calc(-250px * 5));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 5));
            transform: translateX(calc(-250px * 5));
  }
}

body .vh-title {
  font-size: 60px;
  font-family: "Rubrik Bold";
  padding-top: 0;
}

body header {
  position: relative;
}

body header .vh-header {
  background-color: #fff;
}

.first-wrapper {
  position: relative;
  background: linear-gradient(180deg, #26718f, transparent);
  height: auto;
}

.first-wrapper .wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 999;
  margin-bottom: -2px;
}

.first-wrapper .wave svg {
  fill: #fbfeff;
}

.second-wrapper {
  position: relative;
  background: linear-gradient(360deg, #26718f, transparent);
  z-index: 1;
  padding-bottom: 260px;
}

.second-wrapper .wave-second {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-bottom: -2px;
}

.second-wrapper .wave-second svg {
  fill: #fff;
}

.about-second {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 3fr;
      grid-template-columns: 2fr 3fr;
  gap: 1rem;
}

.about-second > div:first-child {
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
}

.about-second > div:last-child {
  padding: 2rem;
}

.about-second > div h1 {
  font-family: "Rubrik Bold";
  font-size: 60px;
  text-align: center;
  color: #4689a3;
  text-shadow: 1px 2px #ebe5ef;
  -webkit-animation: 1s fade-in-up ease;
          animation: 1s fade-in-up ease;
}

.about-second > div img {
  width: 100%;
}

.about-second > div .choose-us-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 2rem;
}

.about-second > div .choose-us-wrap > div {
  position: relative;
}

.about-second > div .choose-us-wrap > div > * {
  color: #4689a3;
}

.about-second > div .choose-us-wrap > div img {
  width: 50px;
}

.about-second > div .choose-us-wrap > div h3 {
  font-family: "Rubrik Bold";
  font-size: 35px;
  margin-bottom: 0;
  -webkit-animation: 0.5s fade-in-up ease;
          animation: 0.5s fade-in-up ease;
}

.about-second > div .choose-us-wrap > div p {
  font-family: "Rubrik";
  font-size: 20px;
  line-height: 1.7;
  -webkit-animation: 1s fade-in-up ease;
          animation: 1s fade-in-up ease;
}

.about-first {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  position: relative;
  overflow: hidden;
}

.about-first > div:first-child {
  padding: 8rem 2rem 12rem 2rem;
  position: relative;
  z-index: 9;
  background: -webkit-gradient(linear, left top, right top, from(#083038), to(transparent));
  background: linear-gradient(90deg, #083038 0%, transparent 100%);
}

.about-first > div:first-child h1 {
  font-family: "Rubrik Bold";
  font-size: 60px;
  position: relative;
  color: #4689a3;
  text-shadow: 2px 2px #154252;
  -webkit-animation: 1s fade-in-right ease;
          animation: 1s fade-in-right ease;
}

.about-first > div:first-child h1.title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.about-first > div:first-child h1.title::after {
  content: '';
  position: absolute;
  border-bottom: 6px solid #fff;
  border-radius: 10px;
  width: 70%;
  left: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.about-first > div:first-child p {
  font-family: "Rubrik";
  font-size: 20px;
  line-height: 2;
  text-align: justify;
  color: #fff;
  text-shadow: 0px 2px #154252;
  -webkit-animation: 1s fade-in-up ease;
          animation: 1s fade-in-up ease;
}

.about-first > div:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}

.about-first > div img {
  width: 1000px;
  -webkit-animation: 2s fade-in-up ease;
          animation: 2s fade-in-up ease;
}

section.page-banner {
  background-color: #fff;
  height: 600px;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

section.page-banner > div {
  position: relative;
}

section.page-banner > div:last-child {
  background-image: url(../images/busay.webp);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.page-banner > div:last-child::after {
  content: '';
  background: #000000a8;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.page-banner > div:first-child {
  padding: 2rem;
  width: 80%;
  margin: auto;
}

section.page-banner > div img {
  width: 70%;
  height: 400px;
  margin: auto 0;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -4rem;
  z-index: 1;
}

section.page-banner > div > h2 {
  position: relative;
  z-index: 9999;
  font-size: 50px;
  width: auto;
  margin: auto;
  padding: 1rem 0rem;
  padding-bottom: 0;
  border-radius: 4px;
  font-family: 'Rubrik Bold';
  color: #083038;
}

section.page-banner > div p {
  font-family: "Rubrik";
  font-size: 20px;
}

section.about-us {
  background-color: #6fa3b7;
}

section.about-us .v-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 700px;
}

section.about-us .v-middle .vh-row .vh-col-3 {
  margin: auto;
}

section.about-us .v-middle .vh-row .vh-col-3 > .heading-content {
  padding: 0 2rem;
}

section.about-us .v-middle .vh-row .vh-col-3 > .heading-content h2 {
  margin: 0;
  color: #083038;
  text-align: justify;
  font-size: 35px;
  font-family: "Rubik";
  font-weight: 800;
}

section.about-us .v-middle .vh-row .vh-col-3 > .heading-content p {
  color: #FFF;
  text-align: justify;
  font-size: 16px;
  font-family: "Open Sans";
}

section.about-us .img-heading {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 2rem;
}

section.about-us .img-heading > img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

section.about-us-content {
  position: relative;
  padding-bottom: 260px;
}

section.about-us-content p {
  color: #083038;
  text-align: justify;
  font-size: 20px;
  font-family: "Rubrik";
  line-height: 2;
}

section.about-us-content p b {
  font-family: "Rubrik Bold";
}

section.about-us-choose .choose-us-parent-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 3fr;
      grid-template-columns: 2fr 3fr;
}

section.about-us-choose .choose-us-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 7rem;
  text-align: center;
}

section.about-us-choose .choose-us-row > div {
  background-color: #083038;
  padding: 1rem 2rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

section.about-us-choose .choose-us-row > div label {
  cursor: pointer;
}

section.about-us-choose .choose-us-row > div input {
  display: none;
}

section.about-us-choose .choose-us-row > div input:checked + picture + h3 + p span:first-child {
  display: none;
}

section.about-us-choose .choose-us-row > div input:checked + picture + h3 + p span:last-child {
  display: block;
}

section.about-us-choose .choose-us-row > div:focus {
  background: #fff;
  border: 1px solid #083038;
}

section.about-us-choose .choose-us-row > div:focus picture {
  border: 1px solid #f6f6f6;
}

section.about-us-choose .choose-us-row > div:focus h3 {
  color: #000;
}

section.about-us-choose .choose-us-row > div:focus p {
  color: #000;
}

section.about-us-choose .choose-us-row > div:focus p span {
  display: none;
}

section.about-us-choose .choose-us-row > div:focus p span:last-child {
  display: block;
}

section.about-us-choose .choose-us-row > div picture {
  width: 70px;
  height: 70px;
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
  padding: 1rem;
  margin-top: calc(((150px + -1rem)/2) - 150px);
}

section.about-us-choose .choose-us-row > div picture img {
  width: 90%;
}

section.about-us-choose .choose-us-row > div h3 {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-family: "Rubrik Bold";
  letter-spacing: 2;
  margin-bottom: 0;
}

section.about-us-choose .choose-us-row > div p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: "Rubrik";
}

section.about-us-choose .choose-us-row > div p span:last-child {
  display: none;
}

section.about-us-choose .page-width-md {
  padding-bottom: 4rem;
  border-bottom: 3px solid #083038;
}

section.about-us-related-companies h2 {
  color: #083038;
  text-align: center;
  font-size: 30px;
  font-family: "Rubrik Bold";
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

section.about-us-related-companies .related-carousel {
  position: relative;
  overflow: hidden;
}

section.about-us-related-companies .related-carousel .slider {
  background: white;
  -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
          box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 90%;
}

section.about-us-related-companies .related-carousel .slider::before, section.about-us-related-companies .related-carousel .slider::after {
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

section.about-us-related-companies .related-carousel .slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

section.about-us-related-companies .related-carousel .slider::before {
  left: 0;
  top: 0;
}

section.about-us-related-companies .related-carousel .slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(250px * 10);
}

section.about-us-related-companies .related-carousel .slider .slide {
  height: 100px;
  width: 250px;
}

body .vh-title {
  letter-spacing: unset;
}

@media screen and (max-width: 1760px) {
  .about-first {
    -ms-grid-columns: 2fr 1fr;
        grid-template-columns: 2fr 1fr;
  }
  .about-first > div:first-child h1 {
    font-size: 50px;
  }
  .about-first > div img {
    opacity: 0.4;
    width: 820px;
  }
  .about-second > div h1, body .vh-title {
    font-size: 50px;
  }
}

@media screen and (max-width: 1300px) {
  .about-first {
    -ms-grid-columns: 3fr 1fr;
        grid-template-columns: 3fr 1fr;
  }
  .about-first > div img {
    opacity: 0.4;
    width: 820px;
  }
}

@media screen and (max-width: 1200px) {
  section.about-us .img-heading {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  section.about-us .img-heading > img:last-child {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  section.about-us .img-heading > img {
    height: 300px;
  }
  section.about-us .vh-row .vh-col-3, section.about-us .vh-row .vh-col-9 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .about-first {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .about-first > div:first-child {
    padding-top: 4rem;
  }
  .about-second {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .about-second > div:first-child::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 80%;
    background: #083038;
    left: 0;
    bottom: 0;
  }
  .about-second > div:last-child {
    padding-top: 0;
  }
  .about-second > div .choose-us-wrap > div h3 {
    margin-bottom: 0;
  }
  .about-second > div img {
    width: 400px;
    position: relative;
    z-index: 9;
  }
  .second-wrapper {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 900px) {
  section.about-us .img-heading {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  section.about-us .img-heading > img:nth-child(2) {
    display: none;
  }
  section.about-us-choose .choose-us-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  section.about-us-choose .vh-row .vh-col-4, section.about-us-choose .vh-row .vh-col-8 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media screen and (max-width: 600px) {
  section.about-us .vh-row .vh-col-3,
  section.about-us .vh-row .vh-col-9 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  section.about-us .v-middle {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    height: 600px;
  }
  section.about-us .v-middle .vh-row .vh-col-3 > .heading-content {
    padding-top: 2rem;
  }
  section.about-us-choose .vh-row .vh-col-4,
  section.about-us-choose .vh-row .vh-col-8 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .about-first > div img {
    width: 166%;
    margin-right: -156px;
    height: 1700px;
  }
}

@media screen and (max-width: 550px) {
  .about-first > div:first-child h1 {
    font-size: 8vw;
  }
  .about-first > div:first-child p {
    font-size: 3.6vw;
  }
  .second-wrapper {
    padding-bottom: 75px;
  }
  .about-second > div:first-child::after {
    height: 84%;
  }
  .about-second > div:last-child {
    padding-top: 0;
  }
  .about-second > div img {
    width: 70vw !important;
  }
  .about-second > div h1 {
    font-size: 8vw;
  }
  .about-second > div h3 {
    font-size: 6vw !important;
  }
  .about-second > div p {
    font-size: 3.6vw !important;
  }
}

@media screen and (max-width: 500px) {
  section.about-us .v-middle {
    height: 700px;
  }
  body .vh-title {
    font-size: 30px;
  }
}
/*# sourceMappingURL=about-us.css.map */