@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.sec-mission-vision {
  position: relative;
}
.sec-mission-vision .row {
  margin-bottom: 80px;
}
.sec-mission-vision .row:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 1679px) {
  .sec-mission-vision .row {
    margin-bottom: 50px;
  }
}
@media (max-width: 1481px) {
  .sec-mission-vision .row {
    margin-bottom: 30px;
  }
}
.sec-mission-vision .row p {
  margin-bottom: 2.3em;
  line-height: 1.5;
}
.sec-mission-vision .row p:last-child {
  margin-bottom: 0;
}
.sec-mission-vision:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 144px;
  max-width: 7vw;
  aspect-ratio: 0.288;
  background: url(../img/leaf-side.svg) no-repeat;
  background-position: 0 center;
  background-size: cover;
}

.about-banner {
  background: #2d645e url(../img/about-us.png) no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.about-banner .page-subtitle {
  max-width: 26.55em;
}

@media (max-width: 510px) {
  .staff-row > [class^=col-] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.staff-info {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 1679px) {
  .staff-info {
    margin-bottom: 60px;
  }
}
@media (max-width: 1481px) {
  .staff-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 1281px) {
  .staff-info {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .staff-info {
    margin-bottom: 20px;
  }
}
.staff-info .ico {
  width: 56px;
  flex: 0 0 56px;
}
@media (max-width: 1679px) {
  .staff-info .ico {
    width: 42px;
    flex: 0 0 42px;
  }
}
@media (max-width: 1481px) {
  .staff-info .ico {
    width: 36px;
    flex: 0 0 36px;
  }
}
.staff-info .ico img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.staff-info .txt {
  flex: 1;
  padding-left: 30px;
}
@media (max-width: 1679px) {
  .staff-info .txt {
    padding-left: 20px;
  }
}
@media (max-width: 1481px) {
  .staff-info .txt {
    padding-left: 16px;
  }
}
.staff-info .name {
  font-size: 24px;
  font-weight: 700;
  color: #0C3B4B;
}
@media (max-width: 1679px) {
  .staff-info .name {
    font-size: 20px;
  }
}
@media (max-width: 1481px) {
  .staff-info .name {
    font-size: 16px;
  }
}
.staff-info .desc {
  color: #1A517A;
  font-size: 19px;
}
@media (max-width: 1679px) {
  .staff-info .desc {
    font-size: 16px;
  }
}
@media (max-width: 1481px) {
  .staff-info .desc {
    font-size: 14px;
  }
}

.sec-partner {
  padding-bottom: 100px;
  background: url(../img/testimonial-bg.jpg) no-repeat;
  background-position: top center;
}
@media (max-width: 1679px) {
  .sec-partner {
    padding-bottom: 80px;
  }
}
@media (max-width: 1481px) {
  .sec-partner {
    padding-bottom: 60px;
  }
}
@media (max-width: 1281px) {
  .sec-partner {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .sec-partner {
    padding-bottom: 30px;
  }
}

.partner-slider .slick-track {
  display: flex;
}
.partner-slider .partner-item {
  border: 1px solid #A0B5BC;
  border-radius: 24px;
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  background-color: #ffffff;
}
@media (max-width: 1679px) {
  .partner-slider .partner-item {
    border-radius: 20px;
    padding: 16px;
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media (max-width: 1481px) {
  .partner-slider .partner-item {
    border-radius: 16px;
    padding: 14px;
    margin-left: 6px;
    margin-right: 6px;
  }
}
.partner-slider .partner-item img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 80%;
  max-width: 120px;
}