/* abount us start*/

.cms-about-us .page-main{
  max-width: 100% !important; 
  margin-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.about-banner {
  width: 100%;
  height: 317px;
  box-sizing: border-box;
  position: relative;
}
.about-breadcum {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.about-breadcum-inner {
  max-width: 1650px;
  margin: 0 auto;
  padding: 0 30px;
}
.about-breadcum ul {
  display: flex;
  align-items: center;
  margin: 40px 0;
}

.about-breadcum ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
}

.about-breadcum ul li::before {
  content: "/";
  position: absolute;
  left: 5px;
  top: 3px;
  color: #fffdfc;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}

.about-breadcum ul li:first-child::before {
  display: none;
}

.about-breadcum ul li:first-child {
  padding-left: 0;
}

.about-breadcum ul li a {
  color: #fffdfc;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  font-family: var(--project-2nd-font);
}

.about-breadcum ul li a:hover {
  color: var(--base-color);
}
.about-banner figure {
  width: 100%;
  height: 100%;
}
.about-banner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-banner .about-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 660px;
  text-align: center;
}
.about-banner .about-text h1 {
  color: var(--color-white);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.about-banner .about-text p {
  color: var(--color-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 12px 0;
}
.about-banner .about-text .underline-txt {
  color: var(--color-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
.about-mission {
  max-width: 1680px;
  margin: 100px auto 0;
  padding: 0 30px;
}
.about-mission-wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.about-mission-wrap .mission-txt {
  width: 100%;
  max-width: calc(100% - 575px);
  padding-right: 15px;
}
.about-mission-wrap .mission-txt h2 {
  color: var(--body-font-color);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
.about-mission-wrap .mission-txt p {
  color: #6d6d6d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  max-width: 993px;
}
.mission-img {
  width: 100%;
  max-width: 575px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.mission-img .col-img {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 8px;
  margin-bottom: 10px;
}
.mission-img .col-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.mission-img .col-img-one img {
  border-radius: 95.216px 95.216px 0px 95.216px;
}
.mission-img .col-img-two img {
  border-radius: 95.216px 95.216px 95.216px 0px;
}
.mission-img .col-img-three img {
  border-radius: 95.216px 0 95.216px 95.216px;
}
.mission-img .col-img-four img {
  border-radius: 0 95.216px 95.216px 95.216px;
}
.values-section {
  background: var(--light-base-color);
  padding: 54px 0;
  margin-top: 100px;
}
.values-container {
  max-width: 1680px;
  margin: 0px auto 0;
  padding: 0 30px;
}
.values-section h2 {
  color: var(--base-color);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 38px;
}
.values-section .values-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.values-section .values-col {
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 10px;
  margin-top: 16px;
}
.values-section .values-card {
  border-radius: 30px;
  border: 0.5px solid #e4e4e4;
  background: #fffdfc;
  box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
  text-align: center;
  padding: 42px 21px;
  height: 100%;
}
.values-section .values-card img {
  width: 66px;
  height: 66px;
  margin: 0 auto;
}
.values-section .values-card h4 {
  color: var(--common-font-color);
  font-size: var(--font-medium-20);
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 8px;
}
.values-section .values-card p {
  color: #6d6d6d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
  min-width: 164px;
  width: 100%;
}
.values-section .values-card span {
  font-size: 66px;
  color: var(--base-color);
  margin-bottom: 20px;
  display: inline-block;
}
.core-team-container {
  width: 100%;
  max-width: 1500px;
  margin: 72px auto 0;
  padding: 0 30px;
}
.core-team-container h2 {
  text-align: center;
  color: var(--common-font-color);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
.core-team-row {
  display: flex;
  flex-wrap: wrap;
  margin: 32px -10px 0;
}
.core-team-col {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 10px;
  margin-bottom: 70px;
}
.core-team-card {
  display: flex;
  align-items: start;
  height: 100%;
}
.core-team-card figure {
  border-radius: 59px 59px 0px 59px;
  background: var(--light-base-color);
  width: 100%;
  max-width: 263px;
  height: 260px;
}
.core-team-card figure img {
  border-radius: 59px 59px 0px 59px;
  width: 100%;
  height: 100%;
}
.core-team-card .core-team-txt {
  width: 100%;
  max-width: calc(100% - 263px);
  padding-left: 20px;
  padding-top: 23px;
  height: 100%;
  position: relative;
}
.core-team-card .core-team-txt h3 {
  color: var(--body-font-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
}
.core-team-card .core-team-txt h6 {
  color: var(--color-gray);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.core-team-card .core-team-txt p {
  color: #6d6d6d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  max-width: 405px;
}
.core-team-card .core-team-txt a {
  display: inline-block;
  margin-top: 16px;
  position: absolute;
  bottom: 0;
}
.core-team-card .core-team-txt a img {
  width: 32px;
  height: 32px;
}
.for-mobile-mission {
  display: none;
}
@media (max-width: 1440px) {
  .about-mission-wrap .mission-txt h2 {
    font-size: 35px;
  }
  .about-mission-wrap .mission-txt p {
    font-size: 15px;
  }
  .mission-img {
    max-width: 500px;
  }
  .mission-img .col-img img {
    height: 220px;
  }
  .about-mission-wrap .mission-txt {
    max-width: calc(100% - 500px);
  }
  .values-section h2 {
    font-size: 35px;
  }
  .values-section .values-card span {
    font-size: 50px;
  }
  .values-section .values-card h4 {
    font-size: 18px;
  }
  .values-section .values-card {
    padding: 27px 15px;
  }
  .core-team-container h2 {
    font-size: 38px;
  }
  .core-team-card .core-team-txt h3 {
    font-size: 20px;
  }
  .core-team-card figure {
    max-width: 245px;
    height: 245px;
  }
  .core-team-card .core-team-txt {
    max-width: calc(100% - 245px);
  }
}

@media (max-width: 1280px) {
  .about-breadcum ul li a {
    font-size: 20px;
  }
  .about-breadcum ul {
    margin: 25px 0;
  }
  .about-banner .about-text h1 {
    font-size: 35px;
  }
  .about-banner .about-text p {
    font-size: 14px;
  }
  .about-banner .about-text .underline-txt {
    font-size: 14px;
  }
  .about-mission-wrap .mission-txt h2 {
    font-size: 30px;
  }
  .values-section h2 {
    font-size: 30px;
  }
  .values-section {
    padding: 40px 0;
  }
  .core-team-card figure {
    max-width: 215px;
    height: 215px;
  }
  .core-team-card .core-team-txt {
    max-width: calc(100% - 215px);
  }
  .core-team-card .core-team-txt p {
    font-size: 14px;
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 1169px) {
.cms-about-us .page-main{
  padding-left: 0px !important; 
 padding-right: 0px !important;
}
@media (max-width: 991px) {
  .values-section .values-col {
    flex-basis: 50%;
    max-width: 50%;
  }
  .values-section h2 {
    margin-bottom: 20px;
  }
  .core-team-col {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .core-team-card .core-team-txt p {
    max-width: 100%;
  }
  .about-mission-wrap {
    display: block;
  }
  .about-mission-wrap .mission-txt {
    max-width: 100%;
    padding: 0;
  }
  .mission-img {
    max-width: 500px;
    margin: 30px auto 30px;
  }
  .for-desktop-mission {
    display: none;
  }
  .for-mobile-mission {
    display: flex;
  }
  .about-mission-wrap br {
    display: none;
  }
}
@media (max-width: 768px) {
  .about-banner .about-text h1 {
    font-size: 24px;
  }
  .about-mission-wrap .mission-txt h2 {
    font-size: 24px;
  }
  .about-mission {
    margin: 48px auto 0;
  }
  .about-banner .about-text {
    width: 100%;
    padding: 0 30px;
  }
  .core-team-card figure {
    max-width: 200px;
    height: 200px;
  }
  .core-team-card .core-team-txt {
    max-width: calc(100% - 200px);
    padding-left: 10px;
    padding-top: 0;
  }
  .values-section {
    margin-top: 48px;
  }
  .core-team-container {
    margin: 48px auto 0;
  }
  .cms-about-us .page-main{
  padding-left: 0px !important; 
 padding-right: 0px !important;
}
}
@media (max-width: 575px) {
  .mission-img {
    max-width: 390px;
  }
  .mission-img .col-img-one img {
    border-radius: 60.216px 60.216px 0px 60.216px;
  }
  .mission-img .col-img img {
    height: 160px;
  }
  .mission-img .col-img-two img {
    border-radius: 60.216px 60.216px 60.216px 0px;
  }
  .mission-img .col-img-three img {
    border-radius: 60.216px 0 60.216px 60.216px;
  }
  .mission-img .col-img-four img {
    border-radius: 0 60.216px 60.216px 60.216px;
  }
  .values-section h2 {
    display: none;
  }
  .values-section {
    padding: 25px 0;
  }
  .values-section .values-col {
    flex-basis: 100%;
    max-width: 100%;
  }
  .core-team-container h2 {
    display: none;
  }
  .about-breadcum-inner {
    padding: 0 20px;
  }
  .about-banner .about-text {
    padding: 0 20px;
  }
  .about-mission {
    padding: 0 20px;
  }
  .about-mission-wrap .mission-txt p {
    line-height: 1.4;
  }
  .mission-img .col-img img {
    height: 157px;
  }
  .values-container {
    padding: 0 20px;
  }
  .values-section .values-card span {
    margin-bottom: 16px;
  }
  .values-section .values-card {
    padding: 20px 15px;
  }
  .core-team-card figure {
    max-width: 134px;
    height: 134px;
    border-radius: 24px 24px 0px 24px;
  }
  .core-team-card figure img {
    border-radius: 24px 24px 0px 24px;
  }
  .core-team-container {
    padding: 0 20px;
  }
  .core-team-card .core-team-txt {
    max-width: calc(100% - 134px);
    padding-left: 8px;
  }
  .core-team-card .core-team-txt h3 {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .core-team-card .core-team-txt h6 {
    font-size: 13px;
  }
  .core-team-card .core-team-txt p {
    font-size: 12px;
    line-height: 1.2;
    margin: 10px 0;
    overflow: initial;
    text-overflow: unset;
    display: block;
  }
  .core-team-card .core-team-txt a {
    bottom: 0;
    margin-top: 0px;
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 10px;
  }
  .core-team-card .core-team-txt a img {
    width: 24px;
    height: 24px;
  }
  .core-team-col {
    margin-bottom: 24px;
  }
  .mission-img .col-img {
    padding: 0 3px;
    margin-bottom: 3px;
  }
  .choose-us {
    margin-top: 48px;
  }
  .about-banner {
    height: 250px;
  }
}
/* abount us end*/