.section-story {
  padding: 40px 0 0; }
  @media screen and (max-width: 767px) {
    .section-story {
      padding: 40px 15px 0; } }
  .section-story .container .row {
    align-items: center; }
    @media screen and (max-width: 991px) {
      .section-story .container .row {
        align-items: start; } }
  .section-story .box-content {
    padding-right: 50px; }
    @media screen and (max-width: 1024px) {
      .section-story .box-content {
        padding-right: 0; } }
    @media screen and (max-width: 767px) {
      .section-story .box-content {
        margin-bottom: 30px; } }
    .section-story .box-content h2 {
      font-size: 24px;
      font-family: "Montserrat SemiBold";
      color: #012f86;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .section-story .box-content h2 {
          font-size: 22px; } }
    .section-story .box-content p {
      font-family: "Montserrat Regular";
      font-size: 16px;
      line-height: 25px;
      text-align: justify;
      color: #4e4b66;
      margin-bottom: 10px; }
  .section-story .box-image img {
    width: 100%;
    height: auto;
    object-fit: cover; }

.section-timeline {
  padding: 40px 0; }
  .section-timeline .box-heading {
    text-align: center;
    max-width: 80%;
    margin: 0 auto 50px; }
    @media screen and (max-width: 991px) {
      .section-timeline .box-heading {
        max-width: 100%;
        margin-bottom: 30px; } }
    .section-timeline .box-heading h2 {
      font-size: 24px;
      font-family: "Montserrat SemiBold";
      color: #012f86;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .section-timeline .box-heading h2 {
          font-size: 22px; } }
    .section-timeline .box-heading p {
      font-family: "Montserrat Regular";
      font-size: 16px;
      line-height: 25px;
      color: #4e4b66;
      margin-bottom: 10px; }
  .section-timeline .timeline .time-container {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }
    .section-timeline .timeline .time-container::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -1px;
      width: 3px;
      height: 100%;
      background: #ae7d30;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .section-timeline .timeline .time-container::before {
          left: 50px; } }
    .section-timeline .timeline .time-container:first-child::before {
      top: 70px; }
      @media screen and (max-width: 767px) {
        .section-timeline .timeline .time-container:first-child::before {
          top: 110px; } }
    .section-timeline .timeline .time-container:nth-child(even) .timeline-block {
      float: left;
      flex-direction: row-reverse; }
      @media screen and (max-width: 767px) {
        .section-timeline .timeline .time-container:nth-child(even) .timeline-block {
          float: none;
          flex-direction: row; } }
    .section-timeline .timeline .time-container:nth-child(odd) .timeline-block {
      float: right; }
      @media screen and (max-width: 767px) {
        .section-timeline .timeline .time-container:nth-child(odd) .timeline-block {
          float: none; } }
    .section-timeline .timeline .time-container .timeline-block {
      width: calc(50% + 57px);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      clear: both;
      margin-bottom: 30px; }
      .section-timeline .timeline .time-container .timeline-block:hover .marker .time {
        transform: scale(1.2); }
      .section-timeline .timeline .time-container .timeline-block:hover .timeline-content h3 {
        color: #81491e; }
      @media screen and (max-width: 767px) {
        .section-timeline .timeline .time-container .timeline-block {
          width: 100%; } }
      .section-timeline .timeline .time-container .timeline-block .marker {
        width: 110px;
        height: 110px;
        min-width: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #81491e;
        background: #fff;
        margin-top: 18px;
        z-index: 1;
        border-radius: 50%; }
        @media screen and (max-width: 767px) {
          .section-timeline .timeline .time-container .timeline-block .marker {
            width: 100px;
            height: 100px;
            min-width: 100px; } }
        .section-timeline .timeline .time-container .timeline-block .marker .time {
          transition: transform 0.5s;
          background: #81491e;
          width: 73%;
          height: 73%;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff;
          font-size: 14px;
          font-family: "Montserrat SemiBold"; }
      .section-timeline .timeline .time-container .timeline-block .timeline-content {
        width: 70%;
        padding: 0 15px;
        margin: 4px 16px; }
        .section-timeline .timeline .time-container .timeline-block .timeline-content h3 {
          font-size: 16px;
          font-family: "Montserrat SemiBold";
          color: #012f86;
          margin: 8px 0 5px; }
        .section-timeline .timeline .time-container .timeline-block .timeline-content p {
          font-size: 14px;
          line-height: 1.5em;
          word-spacing: 1px;
          color: #4e4b66;
          font-family: "Montserrat Regular";
          text-align: justify; }

.section-timeline-gallery {
  padding: 40px 0; }
  .section-timeline-gallery .timeline-gallery {
    text-align: center; }
    .section-timeline-gallery .timeline-gallery .tab-control {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 8px;
      border: 1px solid #d9dbe9;
      border-radius: 100px;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .section-timeline-gallery .timeline-gallery .tab-control {
          flex-wrap: wrap; } }
      .section-timeline-gallery .timeline-gallery .tab-control .tab-item {
        padding: 15px 25px;
        border-radius: 100px;
        font-size: 14px;
        line-height: 1;
        font-family: "Montserrat SemiBold";
        color: #81491e;
        cursor: pointer; }
        @media screen and (max-width: 767px) {
          .section-timeline-gallery .timeline-gallery .tab-control .tab-item {
            padding: 5px 10px;
            margin: 4px 0; } }
        .section-timeline-gallery .timeline-gallery .tab-control .tab-item.active {
          border-radius: 100px;
          background: #ffeed3; }
    .section-timeline-gallery .timeline-gallery .tab-content-area .tab-content {
      display: none; }
      .section-timeline-gallery .timeline-gallery .tab-content-area .tab-content .box-content {
        max-width: 70%;
        margin: 0 auto 30px; }
        @media screen and (max-width: 767px) {
          .section-timeline-gallery .timeline-gallery .tab-content-area .tab-content .box-content {
            max-width: 100%; } }
        .section-timeline-gallery .timeline-gallery .tab-content-area .tab-content .box-content p {
          color: #4e4b66;
          font-size: 16px;
          line-height: 25px;
          font-family: "Montserrat Regular"; }
      .section-timeline-gallery .timeline-gallery .tab-content-area .tab-content .slider-gallery .slick-list .slick-track .slick-slide {
        margin: 20px 20px;
        transition: all 0.3s ease-in-out; }
        .section-timeline-gallery .timeline-gallery .tab-content-area .tab-content .slider-gallery .slick-list .slick-track .slick-slide:hover {
          transform: scale(1.1); }
        .section-timeline-gallery .timeline-gallery .tab-content-area .tab-content .slider-gallery .slick-list .slick-track .slick-slide img {
          display: block;
          height: 250px;
          border-radius: 12px;
          object-fit: cover; }
          @media screen and (min-width: 768px) and (max-width: 991px) {
            .section-timeline-gallery .timeline-gallery .tab-content-area .tab-content .slider-gallery .slick-list .slick-track .slick-slide img {
              height: 150px; } }
      .section-timeline-gallery .timeline-gallery .tab-content-area .tab-content .slider-gallery .slick-arrow {
        background: #00000033;
        border-radius: 100px;
        cursor: pointer;
        position: absolute;
        width: 35px;
        height: 35px;
        top: 50%;
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: center; }
        .section-timeline-gallery .timeline-gallery .tab-content-area .tab-content .slider-gallery .slick-arrow::before {
          display: none !important; }
        .section-timeline-gallery .timeline-gallery .tab-content-area .tab-content .slider-gallery .slick-arrow.slick-prev {
          left: -50px; }
          @media screen and (max-width: 1024px) {
            .section-timeline-gallery .timeline-gallery .tab-content-area .tab-content .slider-gallery .slick-arrow.slick-prev {
              left: 0; } }
          @media screen and (max-width: 767px) {
            .section-timeline-gallery .timeline-gallery .tab-content-area .tab-content .slider-gallery .slick-arrow.slick-prev {
              left: 0;
              top: 50%; } }
        .section-timeline-gallery .timeline-gallery .tab-content-area .tab-content .slider-gallery .slick-arrow.slick-next {
          right: -50px; }
          @media screen and (max-width: 1024px) {
            .section-timeline-gallery .timeline-gallery .tab-content-area .tab-content .slider-gallery .slick-arrow.slick-next {
              right: 0; } }
          @media screen and (max-width: 767px) {
            .section-timeline-gallery .timeline-gallery .tab-content-area .tab-content .slider-gallery .slick-arrow.slick-next {
              right: 0;
              top: 50%; } }

/*# sourceMappingURL=about-us.css.map */
