.section-padding {
  padding: 80px 0; }
  @media (max-width: 767px) {
    .section-padding {
      padding: 60px 0; } }

.page-aboutus {
  font-size: 17px; }
  @media (max-width: 767px) {
    .page-aboutus {
      font-size: 15px; } }

.rst_title-aboutus {
  color: var(--clr-title);
  font-size: 50px;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .rst_title-aboutus {
      font-size: 32px; } }
  @media (max-width: 767px) {
    .rst_title-aboutus {
      font-size: 28px; } }

.rst_title-aboutus {
  margin: 12px 0 15px 0; }

.rst_pgaboutus_heading_center {
  text-align: center; }

@media (min-width: 992px) {
  .rst_pgaboutus_heading_width {
    max-width: 70%;
    margin: 0 auto; } }

.pgabout-flex {
  position: relative;
  display: flex;
  flex-wrap: wrap; }

.pgabout-flex-margin {
  margin: 0 -10px; }

.pgabout-flex-item-padding {
  padding: 0 10px; }

.pgabout-flex-item-padding {
  flex: 0 0 auto;
  width: 100%; }

.pgaboutus-item-title {
  font-size: 20px;
  margin-bottom: 15px; }

/* module intro */
.rst_intro_wrapper {
  margin-top: 50px; }

.intro-item-content {
  background-color: var(--bg-info-content);
  padding: 30px;
  border-radius: 5px;
  border-bottom: 3px solid var(--clr-title-module); }

@media (min-width: 992px) {
  .pgabout-intro-list .pgabout-intro-item {
    width: 50%; }
  .pgabout-intro-item-banner .intro-item-banner {
    flex: 0 0 80%; }
  .pgabout-intro-item-content .intro-item-content {
    flex: 0 0 70%; }
  .pgabout-intro-item-content .block_empty {
    flex: 0 0 30%; }
  .intro-item-content {
    margin-top: -100px; } }

@media (max-width: 991px) {
  .pgabout-intro-item + .pgabout-intro-item {
    margin-top: 30px; } }

/* history */
.wrapper-history-bg {
  padding: 15px;
  background-image: var(--bg-module);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px; }

.wrapper-history-bg {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 767px) {
    .wrapper-history-bg {
      padding-top: 60px;
      padding-bottom: 60px; } }

.rst_history_wrapper {
  margin-top: 50px; }

.rst_history-tab .nav-tabs {
  justify-content: center; }

.rst_history-tab .nav-tabs {
  border-bottom: 0; }

.rst_history-tab .nav-tabs li .nav-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  padding: 10px 36px 10px 36px;
  color: var(--clr-stitle);
  background-color: #FFFFFF;
  border: 0;
  position: relative; }
  .rst_history-tab .nav-tabs li .nav-link:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    right: 0;
    top: 50%;
    background: #DDDDE0;
    display: block;
    transform: translate(-50%, -50%); }
  .rst_history-tab .nav-tabs li .nav-link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    right: 0;
    top: 0;
    background: var(--clr-title-module);
    display: block;
    border-radius: 2px 2px 0 0;
    opacity: 1;
    visibility: hidden; }
  .rst_history-tab .nav-tabs li .nav-link.active:after {
    opacity: 1;
    visibility: visible; }

.rst_history-tab .nav-tabs li:last-child .nav-link:before {
  content: none; }

@media (max-width: 991px) {
  .wrapper-page-aboutus-history .container {
    padding: 0; } }

@media (max-width: 767px) {
  .rst_history-tab .nav-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto; }
  .rst_history-tab .nav-tabs .nav-link {
    white-space: nowrap; } }

.content_tab-history {
  margin-top: 50px; }

.history-item-content {
  row-gap: 20px; }

.history-item-image, .history-item-desc {
  flex: 0 0 auto;
  width: 100%; }

.history-item-image img {
  border-radius: 7px; }

@media (min-width: 992px) {
  .rst_history-tab {
    max-width: 90%;
    margin: 0 auto; }
  .rst_history-tab .nav-tabs li .nav-link {
    min-width: 185px; }
  .history-item-image, .history-item-desc {
    width: 50%; }
  .history-item-image {
    padding-right: 50px; } }

/* team */
#page-aboutus .rst_home-team {
  padding: 80px 0; }
  @media (max-width: 991px) {
    #page-aboutus .rst_home-team {
      padding: 60px 0; } }

/* achievement */
.page-aboutus-achievement {
  background-image: var(--bg-module);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover; }

.rst_achievement_wrapper {
  margin-top: 50px; }

.knk_margin_flex {
  margin: 0 -15px; }

.knk_margin_flex .pgaboutus_achievement_item {
  padding: 0 15px; }

.d-flex-counter {
  display: flex;
  flex-wrap: wrap;
  position: relative; }

.d-flex-counter {
  justify-content: center; }

.pgaboutus_achievement_item {
  flex: 0 0 auto;
  width: 100%; }

@media (min-width: 560px) {
  .pgaboutus_achievement_item {
    width: 50%; } }

@media (min-width: 992px) {
  .pgaboutus_achievement_item {
    width: 25%; } }

.pgaboutus_achievement_item {
  color: var(--clr-stitle); }

.flex-counter {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }

.stroke-counter {
  color: var(--clr-title-module); }

.stroke-counter {
  color: #EA550100;
  font-weight: 500; }

.stroke-counter {
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: var(--clr-title-module);
  stroke: var(--clr-title-module); }

.knk_heading_counter {
  font-size: 20px;
  margin-top: 20px;
  padding-top: 16px;
  font-weight: 500; }

.knk_heading_counter {
  border-top: 1px solid var(--border_shop); }

.knk_desc_counter {
  font-size: 16px; }

@media (min-width: 1200px) {
  .stroke-counter {
    font-size: 100px;
    line-height: 100px; } }

@media (max-width: 991px) {
  .stroke-counter {
    font-size: 80px; }
  .knk_margin_flex .pgaboutus_achievement_item {
    margin-bottom: 16px; }
  .knk_margin_flex .pgaboutus_achievement_item {
    text-align: center; }
  .flex-counter {
    justify-content: center; }
  .knk_home-about-tab .nav-tabs .nav-link {
    margin: 0px 20px -1px 0px; } }

@media (max-width: 767px) {
  .stroke-counter {
    font-size: 60px; }
  .knk_home-counter {
    margin-bottom: 40px; }
  .knk_heading_counter {
    font-size: 18px; } }

@media (min-width: 992px) {
  .achievement_banner_bottom_item {
    width: 50%; } }

.achievement_banner_content_bottom {
  background-image: var(--bg-module);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

.achievement_banner_bottom {
  margin-top: 80px;
  row-gap: 20px; }
  @media (max-width: 991px) {
    .achievement_banner_bottom {
      margin-top: 50px; } }

.achievement_banner_content_bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.achievement_banner_content_bottom {
  padding: 40px; }

.achievement_banner_content_bottom .banner_bottom_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.achievement_banner_content_bottom .banner_bottom_content {
  color: #fff;
  font-size: 15px; }

.achievement_banner_content_bottom .banner_bottom_content h4 {
  margin-top: 10px;
  flex: 1;
  font-size: 42px; }
  @media (max-width: 991px) {
    .achievement_banner_content_bottom .banner_bottom_content h4 {
      font-size: 32px; } }
  @media (max-width: 767px) {
    .achievement_banner_content_bottom .banner_bottom_content h4 {
      font-size: 26px; } }

.achievement_banner img {
  display: block;
  width: 100%;
  height: auto; }

/* testimonial */
.page-aboutus-testimonial {
  background: var(--bg-module); }

.pgabout-testimonial-item-flex {
  flex: 0 0 auto;
  width: 100%; }

@media (min-width: 768px) {
  .pgabout-testimonial-item-flex.pgabout-testimonial-bg {
    width: 30%; }
  .pgabout-testimonial-item-flex.wrapper-pgabout-testimonial-content {
    width: 70%; } }

@media (min-width: 992px) {
  .pgabout-testimonial-item-flex.pgabout-testimonial-bg {
    width: 47%; }
  .pgabout-testimonial-item-flex.wrapper-pgabout-testimonial-content {
    width: 53%; } }

@media (max-width: 767px) {
  .pgabout-testimonial-item-flex.pgabout-testimonial-bg {
    display: none; } }

.pgabout-testimonial-bg {
  padding: 10px;
  display: flex;
  flex-direction: column; }

.pgabout-testimonial-bg {
  background-image: var(--bg-module-image);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

.wrapper-pgabout-testimonial-content {
  padding: 100px 90px; }

.pgabout-testimonial-inner {
  display: flex;
  position: relative; }

.pgabout-testimonial-inner {
  color: var(--clr-stitle); }

.pgabout-quote_icon {
  text-align: center;
  position: absolute;
  top: 95px;
  left: 22px; }

.pgabout-testimonial-img img {
  max-width: 80px;
  width: 80px;
  height: auto;
  border-radius: 100px; }

.pgabout-testimonial-img {
  flex-shrink: 0;
  padding-right: 30px; }

.testi-card-bottom .title {
  font-size: 24px;
  font-weight: 700;
  color: var(--clr-title);
  padding-bottom: 10px; }

.testi-card-bottom .description {
  font-size: 20px;
  line-height: 32px;
  color: currentColor;
  padding-bottom: 30px;
  margin-bottom: 28px;
  border-bottom: 1px solid #FFFFFF38; }

.testi-card-bottom .content-part .name {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  padding: 0;
  margin: 0; }

.testi-card-bottom .content-part .testi-designation {
  font-size: 16px;
  line-height: 26px;
  padding: 0;
  margin: 0; }

@media (max-width: 991px) {
  .wrapper-pgabout-testimonial-content {
    padding: 100px 50px; } }

@media (max-width: 767px) {
  .pgabout-testimonial-inner {
    display: flex;
    flex-direction: column; }
  .pgabout-quote_icon {
    top: unset;
    right: 10px;
    bottom: 15px;
    left: unset; }
  .pgabout-testimonial-img {
    padding-right: 0;
    margin-bottom: 20px; }
  .wrapper-pgabout-testimonial-content {
    padding: 75px 15px; }
  .testi-card-bottom .description {
    font-size: 18px; }
  .testi-card-bottom .content-part .name {
    font-size: 22px; } }

.pgabout-testimonial-slide .owl-nav .owl-prev,
.pgabout-testimonial-slide .owl-nav .owl-next {
  display: none !important; }

.pgabout-testimonial-slide .owl-dots {
  margin-top: 15px;
  text-align: center;
  width: 100%; }

.pgabout-testimonial-slide .owl-dots .owl-dot {
  display: inline-block; }

.pgabout-testimonial-slide .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  background: transparent;
  border: 2px solid var(--clr-title-module);
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out; }

.pgabout-testimonial-slide .owl-dots .owl-dot.active span {
  background: var(--clr-title-module); }

/* partner */
.page-aboutus-partner {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .page-aboutus-partner {
      padding: 60px 0; } }

.page-aboutus-partner {
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .page-aboutus-partner:before {
      content: '';
      background-image: var(--bg-module-image);
      background-position: bottom left;
      background-repeat: no-repeat;
      height: 692px;
      width: 1425px;
      position: absolute;
      top: 0;
      left: 0; } }

.pgabout-flex-partner-item {
  flex: 0 0 auto;
  width: 100%; }

@media (min-width: 768px) {
  .pgabout-flex-partner-item.pgabout-partner_heading {
    width: 34%; }
  .pgabout-flex-partner-item.pgabout-partner_wrapper {
    width: 66%; } }

.pgabout-flex-partner {
  align-items: center; }

.pgabout-partner_heading .text-list-desc {
  color: var(--clr-stitle); }

@media (max-width: 767px) {
  .pgabout-partner_heading {
    margin-bottom: 10px; } }

.pgabout-partner-inner {
  padding: 0 15px;
  position: relative; }

.pgabout-partner-list {
  margin: 0 -15px; }

.pgabout-partner-inner {
  flex: 0 0 25%;
  max-width: 25%; }
  @media (max-width: 767px) {
    .pgabout-partner-inner {
      flex: 0 0 50%;
      max-width: 50%; } }

.pgabout-partner-img {
  clip-path: polygon(0% 0%, 80% 0, 100% 20%, 100% 100%, 0% 100%); }

.pgabout-partner-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px 0px 12px 0px;
  background-color: #FAFAFA;
  box-shadow: 7px 7px 40px -3px rgba(17, 12, 46, 0.05); }

.pgabout-partner-img {
  height: 202px; }
  .pgabout-partner-img img {
    width: 100%;
    max-width: 180px;
    height: auto; }
  @media (max-width: 1024px) {
    .pgabout-partner-img {
      height: 120px; }
      .pgabout-partner-img img {
        width: 145px; } }
  @media (max-width: 767px) {
    .pgabout-partner-img {
      height: 150px;
      text-align: center; } }

/* blog */
.pgabout-blog-item.article-loop .article-title .post-title a, .pgabout-blog-item.article-loop .article-detail .entry-content {
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

.page-aboutus-blog {
  padding: 100px 0;
  background-color: #F7F7F7; }
  @media (max-width: 767px) {
    .page-aboutus-blog {
      padding: 60px 0; } }

.rst_blog_wrapper {
  margin-top: 50px; }

.pgabout-blog-item.article-loop {
  margin-bottom: 30px; }
  .pgabout-blog-item.article-loop .article-inner {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .pgabout-blog-item.article-loop .article-image {
    position: relative;
    overflow: hidden;
    border-radius: 16px; }
    .pgabout-blog-item.article-loop .article-image img {
      border-radius: 16px; }
  .pgabout-blog-item.article-loop .article-image img {
    transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .pgabout-blog-item.article-loop .article-detail {
    padding: 15px 20px; }
  .pgabout-blog-item.article-loop .article-title .post-title {
    font-size: 20px;
    color: var(--clr-title); }
  .pgabout-blog-item.article-loop .article-detail .entry-content {
    font-size: 16px;
    margin-bottom: 8px; }
  .pgabout-blog-item.article-loop .article-post-meta {
    font-size: 13px;
    color: var(--clr-stitle);
    margin: 0 0 5px; }
    .pgabout-blog-item.article-loop .article-post-meta a {
      color: currentColor; }
    .pgabout-blog-item.article-loop .article-post-meta a:hover {
      color: var(--txt_shop_hover); }
    .pgabout-blog-item.article-loop .article-post-meta span {
      position: relative; }
    .pgabout-blog-item.article-loop .article-post-meta span + span:before {
      content: '';
      display: inline-block;
      width: 5px;
      height: 5px;
      margin: -1px 10px 0;
      border-radius: 100%;
      background-color: #74839f;
      opacity: 0.4;
      vertical-align: middle; }
    @media (max-width: 991px) {
      .pgabout-blog-item.article-loop .article-post-meta {
        font-size: 10px; }
      .pgabout-blog-item.article-loop .article-post-meta span + span:before {
        margin: 0 2px; }
      .pgabout-blog-item.article-loop .article-post-meta span.comment:before {
        margin-right: 5px; } }
  @media (min-width: 1200px) {
    .pgabout-blog-item.article-loop .article-inner:hover .article-image img {
      transform: scale(1.07);
      -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
      -o-transform: scale(1.07);
      -moz-transform: scale(1.07);
      opacity: 0.8; } }
