.breadcrumbSection {
  min-height: 610px;
  /* background-color: transparent; */
}
.breadcrumbSection .shape02 img {
  width: 370px;
}
.breadcrumbSection .shadow01 {
  width: 500px;
  height: 500px;
}
.breadcrumbSection .center_content {
  height: unset;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  margin-top: 5rem;
  z-index: 1;
}
.breadcrumbSection .center_content h1 {
  font-family: "evogria_regular", sans-serif;
  font-size: 88px;
  line-height: 88px;
  color: var(--light-white-color);
  font-weight: 400;
  margin-top: 24px;
}
.breadcrumbSection .center_content p {
  font-size: 18px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 30px;
}
.breadcrumbSection .center_content .breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 39px;
}
.breadcrumbSection .center_content .breadcrumb a,
.breadcrumbSection .center_content .breadcrumb p {
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: left;
  color: var(--white-color);
}
.breadcrumbSection .center_content .breadcrumb a:hover {
  color: var(--light-blue-color);
}
.breadcrumbSection .center_content .breadcrumb .arrow img {
  width: 24px;
}

.aboutUsPage_aboutUs .center_content .leftSide {
  left: -3.7rem;
  top: 48px;
}
.aboutUsPage_aboutUs .center_content .leftSide img {
  width: 440px;
}

/* whyChooseUs */
/* =========== */

.whyChooseUs {
  width: 100%;
  min-height: 708px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  background-color: var(--black-color);
}
.whyChooseUs .shape01 {
  position: absolute;
  top: -114px;
  left: 0;
}
.whyChooseUs .shape01 img {
  width: 220px;
}
.whyChooseUs .shape02 {
  position: absolute;
  bottom: -122px;
  right: 0px;
}
.whyChooseUs .shape02 img {
  width: 844px;
}
.whyChooseUs .shadow01 {
  width: 530px;
  height: 530px;
  position: absolute;
  bottom: 0px;
  right: 0;
  background: radial-gradient(
    circle at 74% 73%,
    rgb(0 162 194 / 70%) 20%,
    transparent 70%,
    transparent 70%
  );
}
.whyChooseUs .shadow02 {
  width: 400px;
  height: 400px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: radial-gradient(
    circle at 55% 64%,
    rgb(0 162 194 / 31%) 20%,
    transparent 70%,
    transparent 70%
  );
}
.whyChooseUs .center_content {
  display: flex;
  width: 1145px;
  justify-content: flex-start;
  align-items: center;
  padding: 119px 0;
}
.whyChooseUs .center_content .leftSide h1 {
  font-size: 88px;
  font-family: "evogria_regular", sans-serif;
  font-weight: 400;
  color: var(--light-white-color);
}
.whyChooseUs .center_content .leftSide p {
  font-size: 16px;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: var(--white-color);
  margin: 10px 0;
}
.whyChooseUs .center_content .leftSide .row01 {
  display: flex;
  gap: 119px;
  margin: 37px 0;
}
.whyChooseUs .center_content .leftSide .row01 .col01 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 26px;
  align-items: flex-start;
}
.whyChooseUs .center_content .leftSide .row01 .col01 li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.whyChooseUs .center_content .leftSide .row01 .col01 li img {
  width: 26px;
}
.whyChooseUs .center_content .leftSide .row01 .col01 li p {
  margin: 0;
}
.whyChooseUs .center_content .leftSide .btns {
  gap: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 45px;
}
.whyChooseUs .center_content .leftSide .btns a {
  min-width: 176.52px;
  padding: 11px 22px;
}
.whyChooseUs .center_content .leftSide .btns a:nth-child(2) {
  padding: 8px 22px;
}
.whyChooseUs .center_content .rightSide {
  width: 412px;
  position: absolute;
  right: 60px;
  bottom: -6px;
  display: flex;
}
.whyChooseUs .center_content .rightSide img {
  width: 100%;
}

@media screen and (max-width: 1365px) {
  .aboutUsPage_aboutUs .center_content .leftSide {
    left: 3.3rem;
  }
}

@media screen and (max-width: 1180px) {
  .whyChooseUs .center_content {
    width: 90%;
  }
  .aboutUsPage_aboutUs .center_content .leftSide img {
    width: 380px;
  }
  .aboutUsPage_aboutUs .center_content .leftSide {
    top: unset;
    bottom: -5px;
  }
  .aboutUsPage_aboutUs .center_content .rightSide h1 {
    font-size: 74px;
  }
  .aboutUsPage_aboutUs .center_content .rightSide h4 {
    font-size: 20px;
  }
  .aboutUsPage_aboutUs .center_content .rightSide p {
    font-size: 15px;
    line-height: 23px;
  }
  .aboutUsPage_aboutUs .center_content .rightSide ul li img {
    width: 18px;
  }
  .aboutUsPage_aboutUs .center_content .rightSide ul {
    gap: 12px;
    margin: 24px 0;
  }
  .fillBtn,
  .outlineBtn {
    font-size: 16px;
  }
  .aboutUsPage_aboutUs {
    min-height: 600px;
  }
  .whyChooseUs .center_content .leftSide h1 {
    font-size: 74px;
  }
  .whyChooseUs .center_content .leftSide p {
    font-size: 15px;
    line-height: 23px;
  }
  .whyChooseUs .center_content .leftSide .row01 {
    gap: 80px;
  }
  .whyChooseUs .center_content .rightSide {
    width: 356px;
  }
  .whyChooseUs .center_content .leftSide {
    width: 578px;
  }
  .whyChooseUs .center_content .leftSide p br {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .aboutUsPage_aboutUs {
    align-items: flex-end;
  }
  .aboutUsPage_aboutUs .center_content {
    padding-top: 90px;
  }
  .aboutUsPage_aboutUs .center_content .rightSide p br {
    display: none;
  }
  .aboutUsPage_aboutUs .center_content .rightSide {
    width: 490px;
    padding-bottom: 4rem;
  }
  .aboutUsPage_aboutUs .center_content .leftSide {
    height: unset;
    display: flex;
  }
}

@media screen and (max-width: 925px) {
  .whyChooseUs .center_content .rightSide {
    position: unset;
  }
  .whyChooseUs .center_content {
    z-index: 1;
    flex-direction: column;
    padding-bottom: 0;
    gap: 45px;
    padding-top: 90px;
  }
  .whyChooseUs .center_content .leftSide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .whyChooseUs .center_content .leftSide p {
    text-align: center;
  }
  .whyChooseUs .center_content .leftSide .btns {
    margin-top: 14px;
  }
  .whyChooseUs .center_content .leftSide .row01 .col01 {
    gap: 18px;
  }
  .breadcrumbSection .center_content p br {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .whyChooseUs .center_content .rightSide {
    width: 230px;
    transform: translateX(32%);
  }
  .whyChooseUs .center_content .leftSide .row01 {
    flex-direction: column;
    gap: 10px;
    margin: 18px 0;
  }
  .whyChooseUs .center_content .leftSide .btns {
    gap: 14px;
    flex-wrap: wrap;
  }
  .breadcrumbSection .center_content h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .breadcrumbSection .center_content p {
    font-size: 12px;
    line-height: 20px;
  }
  .breadcrumbSection .center_content {
    padding-top: 0;
  }
  .breadcrumbSection .center_content .breadcrumb a,
  .breadcrumbSection .center_content .breadcrumb p {
    font-size: 16px;
  }
  .breadcrumbSection .center_content .breadcrumb {
    margin-top: 10px;
    gap: 15px;
  }
  .breadcrumbSection .center_content .breadcrumb .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .breadcrumbSection .shape02 img {
    width: 260px;
  }
  .breadcrumbSection .center_content .breadcrumb .arrow img {
    width: 18px;
  }
  .breadcrumbSection .shadow01 {
    width: 300px;
    height: 300px;
  }
  .breadcrumbSection {
    min-height: 470px;
  }
  .aboutUsPage_aboutUs .center_content .rightSide {
    width: 100%;
  }
  .aboutUsPage_aboutUs .center_content .rightSide h1 {
    font-size: 32px;
  }
  .aboutUsPage_aboutUs .center_content .rightSide h4 {
    font-size: 16px;
  }
  .aboutUsPage_aboutUs .center_content .rightSide p {
    font-size: 12px;
    line-height: 20px;
  }
  .aboutUsPage_aboutUs .center_content .rightSide ul {
    gap: 10px;
    margin: 18px 0;
  }
  .aboutUsPage_aboutUs .center_content .leftSide img {
    width: 250px;
  }
  .aboutUsPage_aboutUs .center_content .rightSide {
    padding-bottom: 3rem;
  }
  .whyChooseUs .center_content .leftSide {
    width: 100%;
  }
  .whyChooseUs .center_content .leftSide h1 {
    font-size: 32px;
  }
  .whyChooseUs .center_content .leftSide {
    align-items: flex-start;
  }
  .whyChooseUs .center_content .leftSide p {
    text-align: left;
  }
  .whyChooseUs .center_content .leftSide p {
    font-size: 12px;
    line-height: 20px;
  }
  .whyChooseUs .center_content .leftSide .row01 .col01 {
    gap: 10px;
  }
  .whyChooseUs .center_content .leftSide .row01 .col01 li img {
    width: 18px;
  }
  .whyChooseUs .shape02 img {
    width: 350px;
  }
  .whyChooseUs .shadow01 {
    width: 350px;
    height: 350px;
  }
  .whyChooseUs .shadow02 {
    width: 100px;
    height: 100px;
  }
  .whyChooseUs .shape02 {
    bottom: 0;
  }
  .fillBtn,
  .outlineBtn {
    font-size: 14px;
  }
  .whyChooseUs .center_content .leftSide .btns a {
    min-width: 159.52px;
  }
}
