section:not(:first-child) {
  padding-bottom: 50px; }
  @media screen and (max-width: 767px) {
    section:not(:first-child) {
      padding-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    section:not(:first-child) p {
      font-size: 18px; } }

section:nth-child(2) {
  padding-top: 50px; }

section h1 {
  font-size: 48px; }
  @media screen and (max-width: 1024px) {
    section h1 {
      font-size: 36px; } }
  @media screen and (max-width: 767px) {
    section h1 {
      font-size: 32px; } }
  @media screen and (max-width: 375px) {
    section h1 {
      font-size: 30px; } }
section h2 {
  font-size: 40px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    section h2 {
      font-size: 32px; } }
  @media screen and (max-width: 767px) {
    section h2 {
      font-size: 28px; } }
  @media screen and (max-width: 375px) {
    section h2 {
      font-size: 26px; } }
section h3 {
  font-size: 18px; }
section button {
  background: none;
  padding: 0;
  border-radius: 8px; }
  section button a.link-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 8px;
    background: #ffcb13;
    font-size: 18px;
    color: #2a2f38;
    font-family: "Mulish ExtraBold";
    position: relative;
    z-index: 1;
    overflow: hidden; }
    section button a.link-contact i {
      margin-left: 10px; }
    section button a.link-contact::after {
      content: "";
      position: absolute;
      display: block;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 100%;
      background: #0086d7;
      z-index: -1;
      transition: all 0.3s ease; }
    section button a.link-contact:hover {
      color: #ffffff; }
      section button a.link-contact:hover::after {
        width: 100%;
        transition: all 0.3s ease-out; }
section .box-content-main .box-title h2 {
  font-family: "Mulish Bold";
  line-height: 1.25;
  text-transform: capitalize;
  margin-bottom: 24px;
  text-align: center; }
section .box-content-main p {
  font-family: "Mulish SemiBold";
  font-size: 16px; }
section .box-content-main .box-description {
  font-family: "Mulish SemiBold";
  font-size: 16px;
  text-align: center; }

section a {
  display: block; }

section.section-hero-banner {
  position: relative;
  padding: 50px 0; }
  @media screen and (max-width: 767px) {
    section.section-hero-banner {
      padding-bottom: 0;
      border-radius: 0 0 25px 25px;
      padding-top: 0; } }
  section.section-hero-banner div.hero-banner-image img {
    width: 100%;
    height: auto; }
  section.section-hero-banner div.container div.box-content-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%; }
    @media screen and (max-width: 767px) {
      section.section-hero-banner div.container div.box-content-banner {
        height: auto;
        margin-bottom: 30px;
        padding: 0 12px; } }
    section.section-hero-banner div.container div.box-content-banner #breadcrumbs {
      width: 100%;
      padding: 10px 0;
      margin: 0; }
    section.section-hero-banner div.container div.box-content-banner h1 {
      font-family: "Mulish Bold";
      color: #fff;
      line-height: 1.25;
      margin-bottom: 15px; }
    section.section-hero-banner div.container div.box-content-banner p {
      font-family: "Mulish Regular";
      font-size: 18px;
      color: #fff; }
      @media screen and (max-width: 767px) {
        section.section-hero-banner div.container div.box-content-banner p {
          text-align: justify; } }
    section.section-hero-banner div.container div.box-content-banner button {
      margin: 0 auto 0 0; }
      section.section-hero-banner div.container div.box-content-banner button a.link-contact {
        min-width: 235px;
        width: 100%; }
  section.section-hero-banner div.container img.image-intro {
    width: 100%;
    height: auto;
    object-fit: cover; }
    @media screen and (max-width: 767px) {
      section.section-hero-banner div.container img.image-intro {
        margin-bottom: -125px;
        max-width: 300px; } }
  @media screen and (max-width: 767px) {
    section.section-hero-banner div.container .row .col-12:last-child {
      padding: 0;
      text-align: center; } }

@media screen and (max-width: 767px) {
  section.section-value {
    padding-top: 170px; } }
section.section-value .container {
  max-width: 1080px; }
  section.section-value .container .box-value {
    display: flex;
    flex-direction: row;
    position: relative;
    background-color: #eaf3fd;
    border-radius: 32px; }
    @media screen and (max-width: 767px) {
      section.section-value .container .box-value {
        flex-direction: column; } }
    section.section-value .container .box-value .box-item {
      padding: 50px;
      position: relative; }
      @media screen and (max-width: 991px) {
        section.section-value .container .box-value .box-item {
          padding: 30px; } }
      section.section-value .container .box-value .box-item .box-title h2 {
        font-family: "Mulish Bold";
        margin-bottom: 0 !important; }
      section.section-value .container .box-value .box-item .box-description {
        font-family: "Mulish Regular";
        font-size: 18px;
        color: #2a2f38; }
        @media screen and (max-width: 767px) {
          section.section-value .container .box-value .box-item .box-description {
            text-align: justify; } }
        section.section-value .container .box-value .box-item .box-description p:last-child {
          margin-bottom: 0; }
      section.section-value .container .box-value .box-item .box-icon-image {
        margin-right: 20px; }
      section.section-value .container .box-value .box-item .box-item-heading {
        display: flex;
        align-items: center;
        margin-bottom: 20px; }
    section.section-value .container .box-value .box-our-vision.box-item {
      background-color: #eaf3fd;
      border-top-left-radius: 32px;
      border-bottom-left-radius: 32px; }
      @media screen and (max-width: 767px) {
        section.section-value .container .box-value .box-our-vision.box-item {
          border-radius: 32px; } }
      section.section-value .container .box-value .box-our-vision.box-item .box-title h2 {
        color: #0086d7;
        margin-bottom: 20px; }
      section.section-value .container .box-value .box-our-vision.box-item .triangle {
        display: block;
        height: 35px;
        width: 20px;
        background-color: inherit;
        border: inherit;
        position: absolute;
        clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
        border-radius: 0 0 0 0.25em;
        z-index: 99; }
        @media screen and (min-width: 768px) {
          section.section-value .container .box-value .box-our-vision.box-item .triangle {
            top: 50%;
            bottom: 0;
            right: 0;
            transform: rotate(-135deg); } }
        @media screen and (max-width: 767px) {
          section.section-value .container .box-value .box-our-vision.box-item .triangle {
            width: 35px;
            bottom: -5px;
            left: calc(50% - 10px);
            transform: rotate(-45deg); } }
    section.section-value .container .box-value .box-our-mission.box-item {
      background-color: #005398;
      border-top-right-radius: 32px;
      border-bottom-right-radius: 32px;
      border-bottom-left-radius: 32px; }
      @media screen and (max-width: 767px) {
        section.section-value .container .box-value .box-our-mission.box-item {
          border-top-right-radius: none;
          border-top-left-radius: 32px; } }
      section.section-value .container .box-value .box-our-mission.box-item .box-title h2 {
        color: #fff;
        margin-bottom: 20px; }
      section.section-value .container .box-value .box-our-mission.box-item .box-description {
        color: #fff; }

section.section-core-values {
  padding-top: 50px; }
  @media screen and (max-width: 767px) {
    section.section-core-values {
      padding-top: 30px; } }
  section.section-core-values .container .box-content-main {
    position: relative;
    padding-bottom: 30px; }
    @media screen and (max-width: 767px) {
      section.section-core-values .container .box-content-main {
        padding-bottom: 0; } }
    section.section-core-values .container .box-content-main .box-title h2 {
      color: #2a2f38; }
      section.section-core-values .container .box-content-main .box-title h2 span {
        color: #2260d3; }
    section.section-core-values .container .box-content-main .box-vector {
      position: absolute;
      top: -40px;
      left: 0;
      right: 0;
      text-align: center; }
      section.section-core-values .container .box-content-main .box-vector svg {
        max-width: 414px;
        width: 100%;
        height: auto; }
  section.section-core-values .container .core-values-main {
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 991px) {
      section.section-core-values .container .core-values-main {
        flex-direction: column; } }
    section.section-core-values .container .core-values-main .core-thumbnail {
      flex: 0 0 54%; }
      @media screen and (min-width: 1024px) {
        section.section-core-values .container .core-values-main .core-thumbnail {
          padding-right: 30px; } }
      @media screen and (max-width: 991px) {
        section.section-core-values .container .core-values-main .core-thumbnail {
          text-align: center;
          margin-bottom: 20px; } }
      section.section-core-values .container .core-values-main .core-thumbnail img {
        width: 100%;
        height: auto;
        border-radius: 20px; }
        @media screen and (min-width: 768px) and (max-width: 991px) {
          section.section-core-values .container .core-values-main .core-thumbnail img {
            width: 70%;
            margin: 0 auto; } }
    section.section-core-values .container .core-values-main .core-listing .core-item {
      background: #ffffff;
      box-shadow: 0px 33px 19.7999992371px 17px rgba(0, 0, 0, 0.04);
      margin-bottom: 10px;
      padding: 15px 30px;
      border-radius: 14px; }
      @media screen and (max-width: 991px) {
        section.section-core-values .container .core-values-main .core-listing .core-item {
          padding: 30px; } }
      section.section-core-values .container .core-values-main .core-listing .core-item .core-title {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 4px; }
        @media screen and (max-width: 767px) {
          section.section-core-values .container .core-values-main .core-listing .core-item .core-title {
            margin-bottom: 10px; } }
        section.section-core-values .container .core-values-main .core-listing .core-item .core-title .core-icon {
          margin-right: 15px; }
          section.section-core-values .container .core-values-main .core-listing .core-item .core-title .core-icon img {
            width: 100%;
            height: auto; }
        section.section-core-values .container .core-values-main .core-listing .core-item .core-title h3 {
          font-family: "Mulish ExtraBold";
          font-size: 20px;
          color: #272b2f;
          margin-bottom: 0;
          text-transform: capitalize; }
      section.section-core-values .container .core-values-main .core-listing .core-item .core-description p {
        font-family: "Mulish Regular";
        font-size: 18px;
        color: #525560; }
        @media screen and (max-width: 767px) {
          section.section-core-values .container .core-values-main .core-listing .core-item .core-description p {
            text-align: justify; } }
      section.section-core-values .container .core-values-main .core-listing .core-item .core-description p:last-child {
        margin-bottom: 0; }

section.section-philosophy {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 0;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    section.section-philosophy {
      padding-top: 50px; } }
  @media screen and (max-width: 767px) {
    section.section-philosophy .container .row .box-content-main {
      padding-bottom: 30px; } }
  section.section-philosophy .container .row .box-content-main .box-title h2 {
    text-align: left;
    color: #ffffff; }
    @media screen and (max-width: 767px) {
      section.section-philosophy .container .row .box-content-main .box-title h2 {
        text-align: center; } }
  section.section-philosophy .container .row .box-content-main .box-description {
    text-align: left; }
    section.section-philosophy .container .row .box-content-main .box-description .content-philosophy {
      display: flex;
      flex-direction: row;
      max-width: 490px; }
      section.section-philosophy .container .row .box-content-main .box-description .content-philosophy .box-icon {
        margin-right: 15px; }
        section.section-philosophy .container .row .box-content-main .box-description .content-philosophy .box-icon img {
          width: 100%;
          height: auto; }
        section.section-philosophy .container .row .box-content-main .box-description .content-philosophy .box-icon i {
          font-size: 32px;
          color: #ffffff; }
      section.section-philosophy .container .row .box-content-main .box-description .content-philosophy p {
        font-family: "Mulish Regular";
        font-size: 18px;
        color: #ffffff; }
        @media screen and (max-width: 991px) {
          section.section-philosophy .container .row .box-content-main .box-description .content-philosophy p {
            font-size: 16px; } }
        @media screen and (max-width: 767px) {
          section.section-philosophy .container .row .box-content-main .box-description .content-philosophy p {
            margin-bottom: 0;
            font-size: 18px;
            text-align: justify; } }
        section.section-philosophy .container .row .box-content-main .box-description .content-philosophy p strong {
          font-family: "Mulish Bold";
          font-size: 20px;
          text-transform: capitalize; }
          @media screen and (max-width: 991px) {
            section.section-philosophy .container .row .box-content-main .box-description .content-philosophy p strong {
              font-size: 18px; } }
      @media screen and (max-width: 767px) {
        section.section-philosophy .container .row .box-content-main .box-description .content-philosophy:not(:last-child) {
          margin-bottom: 20px;
          padding-bottom: 20px;
          border-bottom: 1px solid #1193ff; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    section.section-philosophy .container .row .philosophy-thumbnail {
      display: flex;
      justify-content: end;
      height: 100%;
      flex-direction: column; } }
  section.section-philosophy .container .row .philosophy-thumbnail img {
    width: 100%;
    height: auto; }

section.section-history .container .box-content-main {
  padding-bottom: 50px; }
  @media screen and (max-width: 767px) {
    section.section-history .container .box-content-main {
      padding-bottom: 30px; } }
  section.section-history .container .box-content-main .box-title h2 {
    color: #2a2f38; }
    section.section-history .container .box-content-main .box-title h2 span {
      color: #2260d3; }
section.section-history .container .box-history-listing {
  display: flex;
  flex-direction: row; }
  @media screen and (max-width: 991px) {
    section.section-history .container .box-history-listing {
      flex-direction: column; } }
  section.section-history .container .box-history-listing .history-item {
    flex: 0 0 33.33%; }
    @media screen and (max-width: 991px) {
      section.section-history .container .box-history-listing .history-item {
        display: flex;
        flex-direction: row;
        position: relative; } }
    @media screen and (max-width: 991px) {
      section.section-history .container .box-history-listing .history-item .history-tree {
        position: relative;
        flex: 0 0 25%; } }
    @media screen and (max-width: 767px) {
      section.section-history .container .box-history-listing .history-item .history-tree {
        flex: 0 0 15%; } }
    section.section-history .container .box-history-listing .history-item .history-vector {
      padding: 40px 0;
      border-top-right-radius: 50px;
      border-bottom-right-radius: 50px;
      position: relative; }
      @media screen and (max-width: 991px) {
        section.section-history .container .box-history-listing .history-item .history-vector {
          padding: 0;
          width: 40px;
          height: 100%;
          border-top-right-radius: 0;
          border-bottom-left-radius: 50px;
          border-bottom-right-radius: 50px; } }
      section.section-history .container .box-history-listing .history-item .history-vector:before {
        content: "";
        display: block;
        height: 80px;
        width: 70px;
        background-color: #fff;
        border: inherit;
        position: absolute;
        clip-path: polygon(0 0, 0 100%, 50% 50%);
        transform: rotate(0);
        z-index: 99;
        top: 0;
        left: 0; }
        @media screen and (max-width: 991px) {
          section.section-history .container .box-history-listing .history-item .history-vector:before {
            clip-path: polygon(0 0, 0 100%, 32% 50%);
            width: 40px;
            height: 40px;
            transform: rotate(90deg); } }
      section.section-history .container .box-history-listing .history-item .history-vector:after {
        display: none;
        content: "\2022";
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        left: -58px;
        right: 0;
        bottom: 0;
        text-align: center;
        background: #fff;
        margin: auto;
        border-radius: 4px;
        transform: rotate(45deg);
        font-family: "Mulish Black";
        font-size: 24px;
        line-height: 24px; }
        @media screen and (max-width: 991px) {
          section.section-history .container .box-history-listing .history-item .history-vector:after {
            width: 20px;
            height: 20px;
            left: 0;
            font-size: 16px;
            line-height: 16px; } }
        @media screen and (max-width: 767px) {
          section.section-history .container .box-history-listing .history-item .history-vector:after {
            display: none; } }
    section.section-history .container .box-history-listing .history-item .history-year {
      font-family: "Mulish ExtraBold";
      text-align: center;
      font-size: 24px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (min-width: 992px) {
        section.section-history .container .box-history-listing .history-item .history-year {
          margin-top: 20px; } }
      @media screen and (max-width: 991px) {
        section.section-history .container .box-history-listing .history-item .history-year {
          position: absolute;
          top: -25px;
          bottom: 0;
          flex-direction: column-reverse;
          width: 160px;
          font-size: 16px; } }
  @media screen and (max-width: 991px) and (max-width: 360px) {
    section.section-history .container .box-history-listing .history-item .history-year {
      width: 130px; } }

      @media screen and (max-width: 767px) {
        section.section-history .container .box-history-listing .history-item .history-year {
          display: none; } }
      section.section-history .container .box-history-listing .history-item .history-year .arrow {
        margin: 25px;
        display: inline-block;
        width: 12px;
        height: 11px;
        position: relative;
        z-index: 110;
        top: 20px; }
        @media screen and (max-width: 991px) {
          section.section-history .container .box-history-listing .history-item .history-year .arrow {
            top: 0;
            left: 10px;
            margin: 10px; } }
      section.section-history .container .box-history-listing .history-item .history-year .arrow.is-bottom {
        display: none;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
        @media screen and (max-width: 991px) {
          section.section-history .container .box-history-listing .history-item .history-year .arrow.is-bottom {
            display: none; } }
      section.section-history .container .box-history-listing .history-item .history-year .arrow.is-right {
        -moz-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg); }
        @media screen and (min-width: 992px) {
          section.section-history .container .box-history-listing .history-item .history-year .arrow.is-right {
            display: none; } }
      section.section-history .container .box-history-listing .history-item .history-year .arrow.arrow-bar::before {
        bottom: 0;
        content: "";
        height: 97px;
        position: absolute;
        right: 0;
        transform-origin: bottom;
        width: 2px;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
        @media screen and (max-width: 991px) {
          section.section-history .container .box-history-listing .history-item .history-year .arrow.arrow-bar::before {
            height: 76px; } }
        @media screen and (max-width: 360px) {
          section.section-history .container .box-history-listing .history-item .history-year .arrow.arrow-bar::before {
            height: 60px; } }
      section.section-history .container .box-history-listing .history-item .history-year .arrow::before,
      section.section-history .container .box-history-listing .history-item .history-year .arrow .arrow::before {
        background-color: #2a2f38; }
      section.section-history .container .box-history-listing .history-item .history-year .arrow::after,
      section.section-history .container .box-history-listing .history-item .history-year .arrow .arrow::after {
        border-color: #2a2f38;
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-right-style: solid;
        border-right-width: 2px;
        content: "";
        display: inline-block;
        height: 12px;
        left: 0;
        position: absolute;
        top: 0;
        width: 12px; }
    section.section-history .container .box-history-listing .history-item .history-content {
      text-align: center;
      padding: 20px 25px 0 25px; }
      @media screen and (max-width: 991px) {
        section.section-history .container .box-history-listing .history-item .history-content {
          padding: 0; } }
      section.section-history .container .box-history-listing .history-item .history-content .history-thumbnail img {
        max-width: 190px;
        margin: 0 auto 15px auto;
        height: auto;
        border-radius: 50%; }
        @media screen and (max-width: 991px) {
          section.section-history .container .box-history-listing .history-item .history-content .history-thumbnail img {
            max-width: 100px; } }
      section.section-history .container .box-history-listing .history-item .history-content .history-title {
        position: relative; }
        section.section-history .container .box-history-listing .history-item .history-content .history-title h3 {
          font-family: "Mulish ExtraBold";
          color: #2a2f38;
          text-transform: capitalize;
          margin-bottom: 15px;
          padding-bottom: 15px; }
          @media screen and (max-width: 767px) {
            section.section-history .container .box-history-listing .history-item .history-content .history-title h3 {
              position: relative;
              padding-bottom: 0; } }
        section.section-history .container .box-history-listing .history-item .history-content .history-title p {
          font-family: "Mulish ExtraBold";
          color: #0086d7; }
          @media screen and (min-width: 768px) {
            section.section-history .container .box-history-listing .history-item .history-content .history-title p {
              display: none; } }
      section.section-history .container .box-history-listing .history-item .history-content .history-description {
        font-family: "Mulish Regular";
        font-size: 18px;
        color: #2a2f38;
        text-align: left; }
        section.section-history .container .box-history-listing .history-item .history-content .history-description ul {
          padding-left: 20px; }
          section.section-history .container .box-history-listing .history-item .history-content .history-description ul li {
            margin-bottom: 10px; }
        @media screen and (max-width: 991px) {
          section.section-history .container .box-history-listing .history-item .history-content .history-description {
            font-size: 16px;
            padding: 15px 0 30px 15px; }
            section.section-history .container .box-history-listing .history-item .history-content .history-description p {
              font-size: 16px; } }
        @media screen and (max-width: 767px) {
          section.section-history .container .box-history-listing .history-item .history-content .history-description {
            font-size: 18px; }
            section.section-history .container .box-history-listing .history-item .history-content .history-description p {
              font-size: 18px; }
            section.section-history .container .box-history-listing .history-item .history-content .history-description ul {
              font-size: 18px; } }
    section.section-history .container .box-history-listing .history-item:first-child .history-vector {
      background: #005398;
      z-index: 100; }
    section.section-history .container .box-history-listing .history-item:first-child .history-year {
      color: #0086d7; }
    section.section-history .container .box-history-listing .history-item:nth-child(2) .history-vector {
      background: #22bfef;
      z-index: 99; }
    section.section-history .container .box-history-listing .history-item:nth-child(2) .history-year {
      color: #0086d7; }
    section.section-history .container .box-history-listing .history-item:last-child .history-vector {
      background: #2260d3;
      z-index: 98; }
    section.section-history .container .box-history-listing .history-item:last-child .history-year {
      color: #0086d7; }
    section.section-history .container .box-history-listing .history-item:nth-last-child(n + 4) {
      z-index: calc(3 - (1 * (n - 3))); }
    @media screen and (min-width: 1024px) {
      section.section-history .container .box-history-listing .history-item:not(:first-child) .history-vector {
        margin-left: -35px; }
        section.section-history .container .box-history-listing .history-item:not(:first-child) .history-vector:after {
          left: -24px; } }

section.section-commit .container .row .commit-thumbnail {
  height: 100%; }
  @media screen and (max-width: 991px) {
    section.section-commit .container .row .commit-thumbnail {
      margin-bottom: 30px;
      height: auto; } }
  section.section-commit .container .row .commit-thumbnail img {
    width: 100%;
    height: 100%;
    padding: 5px;
    border-radius: 21px 21px 192px 21px;
    object-fit: cover; }
    @media screen and (max-width: 991px) {
      section.section-commit .container .row .commit-thumbnail img {
        height: auto; } }
    @media screen and (max-width: 767px) {
      section.section-commit .container .row .commit-thumbnail img {
        border-radius: 10px 10px 120px 10px; } }
section.section-commit .container .row .box-content-main {
  position: relative; }
  section.section-commit .container .row .box-content-main .box-title h2 {
    text-align: left;
    color: #2a2f38; }
    @media screen and (max-width: 991px) {
      section.section-commit .container .row .box-content-main .box-title h2 {
        text-align: center; } }
    section.section-commit .container .row .box-content-main .box-title h2 span {
      color: #2260d3;
      display: block; }
      @media screen and (max-width: 991px) {
        section.section-commit .container .row .box-content-main .box-title h2 span {
          display: inline-block; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  section.section-commit .container .row .commit-listing {
    display: flex; } }
section.section-commit .container .row .commit-listing .commit-item {
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px; }
  @media screen and (min-width: 1024px) {
    section.section-commit .container .row .commit-listing .commit-item {
      display: flex; } }
  @media screen and (max-width: 767px) {
    section.section-commit .container .row .commit-listing .commit-item {
      display: flex; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    section.section-commit .container .row .commit-listing .commit-item {
      padding: 0 15px; } }
  section.section-commit .container .row .commit-listing .commit-item .commit-number p {
    color: #22bfef;
    font-size: 40px;
    font-family: "Mulish ExtraBold";
    line-height: 60px;
    margin-right: 15px;
    margin-bottom: 0; }
  section.section-commit .container .row .commit-listing .commit-item .commit-content p {
    color: #2a2f38;
    font-family: "Mulish Regular";
    font-size: 18px; }
  section.section-commit .container .row .commit-listing .commit-item .commit-content:last-child p {
    margin-bottom: 0; }
section.section-commit .container .row .commit-button .box-contact {
  width: 100%; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    section.section-commit .container .row .commit-button .box-contact {
      width: auto; } }
  @media screen and (max-width: 767px) {
    section.section-commit .container .row .commit-button .box-contact {
      margin-bottom: 15px; } }
  section.section-commit .container .row .commit-button .box-contact a.link-contact {
    display: block;
    text-align: left;
    padding: 10px 18px;
    min-width: auto;
    text-transform: capitalize; }
    @media screen and (min-width: 992px) and (max-width: 1024px) {
      section.section-commit .container .row .commit-button .box-contact a.link-contact {
        font-size: 14px; } }
    @media screen and (max-width: 767px) {
      section.section-commit .container .row .commit-button .box-contact a.link-contact {
        text-align: center; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  section.section-commit .container .row .commit-button .row .col-lg-6:first-child {
    text-align: right; } }
section.section-commit .container .row .commit-button .row .col-lg-6:first-child .box-contact {
  background: transparent; }
  section.section-commit .container .row .commit-button .row .col-lg-6:first-child .box-contact a.link-contact {
    background: transparent;
    color: #0086d7;
    border: 1px solid #0086d7;
    text-transform: initial; }
    section.section-commit .container .row .commit-button .row .col-lg-6:first-child .box-contact a.link-contact:hover {
      color: #fff;
      border-color: #0086d7; }
section.section-commit .container .row .commit-button .row .col-lg-6 .box-contact a.link-contact {
  background: #0086d7;
  color: #ffffff;
  text-transform: initial; }
  @media screen and (max-width: 767px) {
    section.section-commit .container .row .commit-button .row .col-lg-6 .box-contact a.link-contact {
      display: inline-block;
      max-width: 330px;
      width: 100%; } }

section.section-clinic {
  overflow: hidden;
  padding-bottom: 150px; }
  @media screen and (min-width: 768px) {
    section.section-clinic {
      padding-top: 50px; } }
  @media screen and (max-width: 767px) {
    section.section-clinic {
      padding-bottom: 50px; } }
  section.section-clinic .box-heading {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 65px; }
    @media screen and (max-width: 767px) {
      section.section-clinic .box-heading {
        margin-bottom: 24px;
        padding: 0 12px; } }
    section.section-clinic .box-heading h2 {
      font-size: 40px;
      font-family: "Mulish Bold";
      color: #2a2f38; }
      section.section-clinic .box-heading h2 span {
        color: #2260d3; }
      @media screen and (max-width: 767px) {
        section.section-clinic .box-heading h2 {
          font-size: 28px; } }
      @media screen and (max-width: 390px) {
        section.section-clinic .box-heading h2 {
          font-size: 24px; } }
    section.section-clinic .box-heading p {
      color: #525560;
      font-size: 18px;
      font-family: "Mulish Regular";
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        section.section-clinic .box-heading p {
          text-align: justify; } }
  section.section-clinic .gallery-clinic-o2 {
    display: flex;
    height: 550px;
    margin: 0 -12px;
    gap: 20px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      section.section-clinic .gallery-clinic-o2 {
        margin: 0; } }
    @media screen and (max-width: 767px) {
      section.section-clinic .gallery-clinic-o2 {
        justify-content: flex-start;
        gap: 20px;
        overflow-x: auto;
        scroll-snap-type: inline mandatory;
        padding-bottom: 25px;
        margin-left: 0;
        height: 350px; } }
    section.section-clinic .gallery-clinic-o2 .gallery-item-clinic {
      padding: 0 12px;
      position: relative;
      cursor: pointer;
      transition: width 0.5s ease;
      border-radius: 16px;
      width: 20%; }
      @media screen and (max-width: 767px) {
        section.section-clinic .gallery-clinic-o2 .gallery-item-clinic {
          width: 100%;
          min-width: 320px;
          scroll-snap-align: start; } }
      @media screen and (min-width: 768px) {
        section.section-clinic .gallery-clinic-o2 .gallery-item-clinic.active {
          width: 60%; } }
      section.section-clinic .gallery-clinic-o2 .gallery-item-clinic.active .box-content {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%); }
      section.section-clinic .gallery-clinic-o2 .gallery-item-clinic img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 16px;
        transition: all 0.5s ease; }
        @media screen and (max-width: 767px) {
          section.section-clinic .gallery-clinic-o2 .gallery-item-clinic img {
            height: 300px; } }
      section.section-clinic .gallery-clinic-o2 .gallery-item-clinic .box-content {
        background: #edeef2;
        padding: 24px 36px;
        width: 30.85rem !important;
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        position: absolute;
        bottom: auto;
        left: -1rem;
        bottom: -50px;
        -webkit-transform: translateX(2.5rem);
        transform: translateX(2.5rem);
        z-index: 1;
        max-height: none;
        border-radius: 0.8rem;
        overflow: hidden; }
        @media screen and (min-width: 768px) and (max-width: 1180px) {
          section.section-clinic .gallery-clinic-o2 .gallery-item-clinic .box-content {
            width: 26rem !important;
            padding: 24px 30px; } }
        @media screen and (max-width: 767px) {
          section.section-clinic .gallery-clinic-o2 .gallery-item-clinic .box-content {
            width: 280px !important;
            left: 0;
            transform: none;
            opacity: 1;
            padding: 15px;
            bottom: 0; } }
        section.section-clinic .gallery-clinic-o2 .gallery-item-clinic .box-content h3 {
          font-size: 24px;
          font-family: "Mulish ExtraBold";
          color: #2a2f38;
          margin-bottom: 8px; }
          @media screen and (max-width: 767px) {
            section.section-clinic .gallery-clinic-o2 .gallery-item-clinic .box-content h3 {
              font-size: 18px; } }
        section.section-clinic .gallery-clinic-o2 .gallery-item-clinic .box-content p {
          color: #525560;
          font-size: 16px;
          font-family: "Mulish Medium"; }
          @media screen and (max-width: 767px) {
            section.section-clinic .gallery-clinic-o2 .gallery-item-clinic .box-content p {
              font-size: 14px; } }
    section.section-clinic .gallery-clinic-o2:not(:last-child) {
      margin-bottom: 100px; }
      @media screen and (max-width: 767px) {
        section.section-clinic .gallery-clinic-o2:not(:last-child) {
          margin-bottom: 0; } }

section.section-map {
  position: relative; }
  section.section-map img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background: #0086d7; }
  section.section-map .box-main-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    section.section-map .box-main-content .box-content {
      max-width: 560px;
      text-align: center; }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        section.section-map .box-main-content .box-content {
          max-width: 300px; } }
      @media screen and (max-width: 767px) {
        section.section-map .box-main-content .box-content {
          max-width: 360px; } }
      @media screen and (max-width: 360px) {
        section.section-map .box-main-content .box-content {
          padding: 0 15px; } }
      section.section-map .box-main-content .box-content h2 {
        font-size: 40px;
        font-family: "Mulish Bold";
        color: #fff;
        margin-bottom: 14px; }
        @media screen and (max-width: 991px) {
          section.section-map .box-main-content .box-content h2 {
            font-size: 28px; } }
        @media screen and (max-width: 390px) {
          section.section-map .box-main-content .box-content h2 {
            font-size: 24px; } }
      section.section-map .box-main-content .box-content p {
        color: #ffffff;
        font-size: 18px;
        font-family: "Mulish Regular";
        margin-bottom: 0; }
        @media screen and (min-width: 768px) and (max-width: 991px) {
          section.section-map .box-main-content .box-content p {
            font-size: 14px; } }
      section.section-map .box-main-content .box-content .btn-readmore {
        display: inline-block;
        border-radius: 8px;
        padding: 10px 18px;
        margin-top: 30px;
        background: #ffcb13;
        font-size: 18px;
        font-family: "Mulish ExtraBold";
        color: #2a2f38;
        position: relative;
        z-index: 1;
        overflow: hidden;
        max-width: 330px;
        width: 100%; }
        @media screen and (max-width: 767px) {
          section.section-map .box-main-content .box-content .btn-readmore {
            width: auto; } }
        section.section-map .box-main-content .box-content .btn-readmore::after {
          content: "";
          position: absolute;
          display: block;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          width: 0;
          height: 100%;
          background: #0086d7;
          z-index: -1;
          transition: all 0.3s ease; }
        section.section-map .box-main-content .box-content .btn-readmore:hover {
          color: #ffffff; }
          section.section-map .box-main-content .box-content .btn-readmore:hover::after {
            width: 100%;
            transition: all 0.3s ease-out; }
        section.section-map .box-main-content .box-content .btn-readmore i {
          margin-left: 10px; }

section.section-partners .box-heading,
section.section-media .box-heading {
  text-align: center;
  max-width: 830px;
  margin: 0 auto 30px auto; }
  @media screen and (max-width: 767px) {
    section.section-partners .box-heading,
    section.section-media .box-heading {
      margin-bottom: 24px;
      padding: 0 12px; } }
  section.section-partners .box-heading h2,
  section.section-media .box-heading h2 {
    font-family: "Mulish Bold";
    color: #2a2f38;
    margin-bottom: 0;
    text-transform: capitalize;
    margin-bottom: 15px; }
    section.section-partners .box-heading h2 span,
    section.section-media .box-heading h2 span {
      color: #2260d3; }
  section.section-partners .box-heading p,
  section.section-media .box-heading p {
    font-family: "Mulish Regular";
    color: #525560;
    font-size: 18px; }
    @media screen and (max-width: 767px) {
      section.section-partners .box-heading p,
      section.section-media .box-heading p {
        text-align: justify; } }
section.section-partners .list-logo,
section.section-media .list-logo {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  justify-content: center; }
  section.section-partners .list-logo .logo-item,
  section.section-media .list-logo .logo-item {
    flex: 0 0 auto;
    width: 25%;
    padding: 10px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      section.section-partners .list-logo .logo-item,
      section.section-media .list-logo .logo-item {
        width: 33%; } }

hr.hr-line-center {
  max-width: 100px;
  height: 5px;
  color: #22bfef;
  margin: 70px auto;
  opacity: 1; }
  @media screen and (max-width: 767px) {
    hr.hr-line-center {
      margin: 30px auto; } }

section.section-form-bottom .container .background-section-form {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px;
  border-radius: 16px; }
  @media screen and (max-width: 767px) {
    section.section-form-bottom .container .background-section-form {
      padding: 24px; } }
  section.section-form-bottom .container .background-section-form .row .box-content-main {
    text-align: left;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 80px 0 20px; }
    @media screen and (max-width: 991px) {
      section.section-form-bottom .container .background-section-form .row .box-content-main {
        padding: 0; } }
    @media screen and (max-width: 767px) {
      section.section-form-bottom .container .background-section-form .row .box-content-main .box-title {
        text-align: center; } }
    section.section-form-bottom .container .background-section-form .row .box-content-main .box-title h2 {
      text-align: left;
      color: #ffffff; }
      @media screen and (max-width: 767px) {
        section.section-form-bottom .container .background-section-form .row .box-content-main .box-title h2 {
          text-align: center; } }
      section.section-form-bottom .container .background-section-form .row .box-content-main .box-title h2 span {
        font-family: "Mulish Bold";
        display: inline-block;
        color: #ffcb13; }
    section.section-form-bottom .container .background-section-form .row .box-content-main .box-title p {
      font-family: "Mulish Regular";
      color: #ffffff;
      font-size: 18px; }
      @media screen and (max-width: 767px) {
        section.section-form-bottom .container .background-section-form .row .box-content-main .box-title p {
          text-align: left; } }
  section.section-form-bottom .container .background-section-form .row .box-form {
    background: #ffffff;
    border-radius: 24px;
    padding: 48px 36px; }
    @media screen and (max-width: 991px) {
      section.section-form-bottom .container .background-section-form .row .box-form {
        padding: 30px 18px; } }
    section.section-form-bottom .container .background-section-form .row .box-form .form-heading {
      margin-bottom: 36px; }
      @media screen and (max-width: 767px) {
        section.section-form-bottom .container .background-section-form .row .box-form .form-heading {
          margin-bottom: 32px; } }
      section.section-form-bottom .container .background-section-form .row .box-form .form-heading h3 {
        font-size: 28px;
        color: #2a2f38;
        font-family: "Mulish ExtraBold";
        margin-bottom: 12px; }
        @media screen and (max-width: 767px) {
          section.section-form-bottom .container .background-section-form .row .box-form .form-heading h3 {
            font-size: 20px; } }
      section.section-form-bottom .container .background-section-form .row .box-form .form-heading p {
        color: #525560;
        font-family: "Mulish Medium";
        font-size: 16px;
        margin-bottom: 0; }
        @media screen and (max-width: 767px) {
          section.section-form-bottom .container .background-section-form .row .box-form .form-heading p {
            font-size: 14px; } }
    section.section-form-bottom .container .background-section-form .row .box-form .form-content .ps-relative {
      position: relative;
      margin-bottom: 24px; }
      @media screen and (max-width: 767px) {
        section.section-form-bottom .container .background-section-form .row .box-form .form-content .ps-relative {
          margin-bottom: 12px; } }
    section.section-form-bottom .container .background-section-form .row .box-form .form-content .icon-form {
      position: absolute;
      top: 10px;
      left: 30px; }
      section.section-form-bottom .container .background-section-form .row .box-form .form-content .icon-form i {
        color: #22bfef; }
    section.section-form-bottom .container .background-section-form .row .box-form .form-content .form-control {
      border: 1.2px solid #d2d6de;
      padding: 10px 16px 10px 40px;
      border-radius: 8px;
      font-size: 16px;
      font-family: "Mulish Medium";
      line-height: 24px;
      color: #969697;
      resize: none; }
      @media screen and (max-width: 767px) {
        section.section-form-bottom .container .background-section-form .row .box-form .form-content .form-control {
          font-size: 14px; } }
      section.section-form-bottom .container .background-section-form .row .box-form .form-content .form-control::-ms-input-placeholder {
        /* Edge 12-18 */
        color: #969697; }
      section.section-form-bottom .container .background-section-form .row .box-form .form-content .form-control::placeholder {
        color: #969697; }
      section.section-form-bottom .container .background-section-form .row .box-form .form-content .form-control::-webkit-input-placeholder {
        font-family: "Mulish Regular", Arial, Helvetica, sans-serif; }
      section.section-form-bottom .container .background-section-form .row .box-form .form-content .form-control:-ms-input-placeholder {
        font-family: "Mulish Regular", Arial, Helvetica, sans-serif; }
      section.section-form-bottom .container .background-section-form .row .box-form .form-content .form-control:-moz-placeholder {
        font-family: "Mulish Regular", Arial, Helvetica, sans-serif; }
      section.section-form-bottom .container .background-section-form .row .box-form .form-content .form-control::-moz-placeholder {
        font-family: "Mulish Regular", Arial, Helvetica, sans-serif; }
    section.section-form-bottom .container .background-section-form .row .box-form .form-content .button-wrapper {
      margin-top: 12px; }
      section.section-form-bottom .container .background-section-form .row .box-form .form-content .button-wrapper button {
        width: 100%;
        border-radius: 8px;
        padding: 10px 18px;
        text-align: center;
        font-size: 18px;
        font-family: "Mulish ExtraBold";
        background: #ffcb13;
        color: #2a2f38;
        position: relative;
        z-index: 1;
        overflow: hidden; }
        section.section-form-bottom .container .background-section-form .row .box-form .form-content .button-wrapper button::after {
          content: "";
          position: absolute;
          display: block;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          width: 0;
          height: 100%;
          background: #0086d7;
          z-index: -1;
          transition: all 0.3s ease; }
        section.section-form-bottom .container .background-section-form .row .box-form .form-content .button-wrapper button:hover {
          color: #ffffff; }
          section.section-form-bottom .container .background-section-form .row .box-form .form-content .button-wrapper button:hover::after {
            width: 100%;
            transition: all 0.3s ease-out; }
        section.section-form-bottom .container .background-section-form .row .box-form .form-content .button-wrapper button i {
          margin-left: 10px; }

/*# sourceMappingURL=page-about.css.map */
