.about-page {
  padding: 9vw 0vw;
}
.breadcrumb-area {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

.breadcrumb-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 460 55'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='7' opacity='.1'%3E%3Cpath d='M-345 34.5s57.5-13.8 115-13.8 115 13.8 115 13.8S-57.5 48.3 0 48.3s115-13.8 115-13.8 57.5-13.8 115-13.8 115 13.8 115 13.8 57.5 13.8 115 13.8 115-13.8 115-13.8'/%3E%3Cpath d='M-345 20.7s57.5-13.8 115-13.8 115 13.8 115 13.8S-57.5 34.5 0 34.5s115-13.8 115-13.8S172.5 6.9 230 6.9s115 13.8 115 13.8 57.5 13.8 115 13.8 115-13.8 115-13.8m-920 27.6s57.5-13.8 115-13.8 115 13.8 115 13.8S-57.5 62.1 0 62.1s115-13.8 115-13.8 57.5-13.8 115-13.8 115 13.8 115 13.8 57.5 13.8 115 13.8 115-13.8 115-13.8'/%3E%3Cpath d='M-345 6.9s57.5-13.8 115-13.8S-115 6.9-115 6.9-57.5 20.7 0 20.7 115 6.9 115 6.9 172.5-6.9 230-6.9 345 6.9 345 6.9s57.5 13.8 115 13.8S575 6.9 575 6.9'/%3E%3Cpath d='M-345-6.9s57.5-13.8 115-13.8S-115-6.9-115-6.9-57.5 6.9 0 6.9 115-6.9 115-6.9s57.5-13.8 115-13.8S345-6.9 345-6.9 402.5 6.9 460 6.9 575-6.9 575-6.9m-920 69s57.5-13.8 115-13.8 115 13.8 115 13.8S-57.5 75.9 0 75.9s115-13.8 115-13.8 57.5-13.8 115-13.8 115 13.8 115 13.8 57.5 13.8 115 13.8 115-13.8 115-13.8'/%3E%3C/g%3E%3C/svg%3E%0A"),
    linear-gradient(80deg, #000, #01060d);
  background-position: 50% 50%;
  animation: background-move 20s linear infinite;
  background-size: 100vw auto, 100% 100%;
  opacity: 0.3;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area .image-box {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .breadcrumb-area .image-box {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .breadcrumb-area .image-box {
    display: none;
  }
}

.bread-bg {
  background-image: url(../images/bread-bg.jpg);
}

.bread-bg-2 {
  background-image: url(../images/bread-bg2.jpg);
}

.bread-bg-3 {
  background-image: url(../images/bread-bg3.jpg);
}

.bread-bg-4 {
  background-image: url(../images/bread-bg4.jpg);
}

.bread-bg-5 {
  background-image: url(../images/team-cta-bg.jpg);
}

.bread-bg-6 {
  background-image: url(../images/bread-bg5.jpg);
}

.bread-bg-7 {
  background-image: url(../images/bread-bg6.jpg);
}

.bread-bg-8 {
  background-image: url(../images/bread-bg7.jpg);
}

.bread-bg-9 {
  width: 100% !important;
  background-image: url(../images/bread-bg8.jpg);
  text-align: right !important;
}

.bread-bg-10 {
  background-image: url(../images/bread-bg9.jpg);
}

.bread-bg-11 {
  background-image: url(../images/bg1.jpg);
}

.bread-svg {
  position: absolute;
  bottom: -0.1vw !important;
  left: 0 !important;
  width: 104% !important;
  height: 30px;
  stroke: none;
  fill: #f4f4f4 !important;
}
.card-item .card-title {
  text-align: right;
  font-size: 19px;
  color: var(--blue2) !important;
  margin-bottom: 2px;
}
.card-text:last-child {
  text-align: right !important;
}
.card-item {
  margin-bottom: 30px;
  border-radius: 2vw !important;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(82, 85, 90, 0.1) 0px 0px 40px;
  transition: all 0.3s ease 0s;
  position: relative;
  overflow: hidden !important;
}
.card-item .card-img {
  position: relative;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.padding-bottom-90px {
  padding-top: 4vw !important;
}
.about-area .container .row {
  gap: 4vw !important;
}
.section-heading .sec__title {
  font-size: 40px;
  color: var(--blue2) !important;
}
.counter-item-layout-2 .counter-icon {
  background-color: rgba(40, 125, 250, 0.1);
  color: var(--blue2) !important;
}
.counter-item-layout-2 .counter-icon:hover {
  background-color: var(--blue2) !important;
  color: white !important;
}
.counter-item-layout-2:hover {
  border-color: var(--blue2) !important;
}
.counter-item-layout-2 {
  border-radius: 1vw !important;
  height: 8.8vw;
}
.counter-item-layout-2:hover.counter-item:hover .counter-icon {
  background-color: var(--blue2) !important;
  color: #fff !important;
}
.breadcrumb-content .section-heading h2 {
  color: white !important;
  white-space: nowrap !important;
}
.cta-bg-2 {
  background-image: url(../images/team-cta-bg.jpg);
  width: 100% !important;
}
.about-area h2 {
  text-align: right !important;
}
section.hand-picked-comments {
  margin-top: 6vw !important;
  padding-top: 7vw !important;
}
@media (max-width: 450px) {
  .breadcrumb-content .section-heading h2 {
    color: white !important;
    white-space: wrap !important;
    font-size: 5vw !important;
  }
  .breadcrumb-area {
    padding-top: 170px !important;
  }
  .bread-svg {
    bottom: -0.4vw !important;
  }
  .card-text:last-child {
    text-align: right !important;
    font-size: 3.6vw !important;
  }
  .about-area .container .row .sng {
    font-size: 3.39vw !important;
    line-height: 6vw !important;
  }
  .counter-item-layout-2 {
    border-radius: 2.7vw !important;
    height: 28.8vw;
  }
  .counter-item-layout-2 {
    justify-content: space-between !important;
  }
  .card-item {
    border-radius: 3.6vw !important;
  }
  section.hand-picked-comments {
    margin-top: 6vw !important;
    padding-top: 7vw !important;
  }
}
