
.hr-about-us {
  background: #f6f5ef;
}
.hr-about-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 30px;
}
.hr-about-head h2 {
    max-width: 790px;
    position: relative;
    margin: 0;
    text-align: center;
}
.hr-about-head h2 span {
  position: absolute;
  top: 0;
  right: 0px;
}
.hr-about-head p {
    max-width: 880px;
    margin: 0;
    text-align: center;
}

.hr-about-inner {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
.hr-about-left img {
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 5px solid #000;
  transition: .5s ease-in-out;
}
.hr-about-left figure {
  border-radius: 20px;
  overflow: hidden;
}

.hr-about-left figure:hover img {
  transform: scale(1.1);
  transition: .5s ease-in-out;
}
.hr-about-right {
  padding: 30px;
  border-radius: 25px;
  text-align: center;
  background-color: #000;
}
.hr-about-wapper {
  padding-bottom: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
}

.hr-about-wapper .counter {
  font-size: 70px;
  line-height: 1.07em;
  letter-spacing: -.7px;
  color: #06b453;
  font-family: var(--font-01);
}
.hr-about-wapper h3 {
  font-size: 18px;
  font-weight: 600;
  color: rgb(253 253 225);
  font-family: var(--font-02);
}
.hr-about-wapper:last-child {
  margin: 0;
  border: none;
  padding: 0;
}



.our-story-img img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
  border: 5px solid #000;
}

.our-story-head {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.our-story-head h2 {
  max-width: 700px;
  position: relative;
  margin: 0 auto;
}
.our-story-head h2 span {
  position: absolute;
  right: 0;
  top: 0;
}
.our-story {
  background: #f6f5ef;
}
.our-story-inner {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
.our-story-img {
}
.our-story-content h3 {
  font-size: 30px;
  line-height: 1.4em;
  font-family: var(--font-01);
  font-weight: 700;
}

.our-mission-img img {
  width: 100%;
  border-radius: 20px;
}
.our-mission-right {
  margin-left: 47px;
}
.our-mission-left {
  position: relative;
}
.our-mission-shape {
  position: absolute;
  top: -90px;
  left: -80px;
  animation: float-left-right 6s ease-in-out infinite;
}
.our-mission-right h2 {
  font-size: 75px;
  letter-spacing: -1px;
  line-height: 1em;
  color: #000;
  font-family: var(--font-01);
}
.our-mission {
  background: #f6f5ef;
}

/*Section 21 css start*/
.section21 {
    overflow: hidden;
}
.section21 .about-box-outer-three {
    padding-bottom: 75px;
    border-bottom: 1px solid #00000033;
    margin-bottom: 120px;
}
.section21 .gutter-y-30 {
    --bs-gutter-y: 30px;
}
.about-box-three {
  display: flex;
  align-items: start;
  column-gap: 18px;
  max-width: 100%;
  position: relative;
}
.section21 .about-icon-three {
    height: 74px;
    width: 74px;
    border-radius: 100%;
    background-color: #F8F4EB;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.section21 .about-details-three h4 {
  font-size: 24px;
  margin-bottom: 8px;
  font-family: var(--font-01);
  color: #000;
  letter-spacing: -0.01em;
  font-weight: 600;
  line-height: 1.3;
}

.section21 .about-box-three::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -65px;
    transform: translateY(-50%);
    width: 1px;
    height: 55px;
    background-color: #00000033;
}
.section21 ul.about-list-three {
    margin: 0;
    padding: 0;
    list-style: none;
}
.section21 ul.about-list-three li {
  display: flex;
  align-items: center;
  column-gap: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #616866;
  font-family: "Inter", serif;
  position: relative;
}
.section21 ul.about-list-three li::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f5d3";
  font-size: 17px;
  left: 0;
  top: 2px;
  position: absolute;
  width: 17px;
  height: 25px;
  color: #06b453;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.section21 ul.about-list-three li span {
    height: 9px;
    width: 9px;
    display: inline-block;
    border-radius: 5px 1px 1px 5px;
    background-color: #3b4443;
}
.section21 ul.about-list-three li p {
  margin-bottom: 10px;
  padding-left: 30px;

}
.about-icon-three i {
  font-size: 35px;
  color: #06b453;
}
.section21 .about-right-three {
    position: relative;
    height: 100%;
}
.section21 .about-shape-three-1 {
    position: absolute;
    bottom: -30px;
    right: 0;
    animation: updown1 10s infinite;
}
.section21 .about-shape-three-2 {
    position: absolute;
    bottom: -6px;
    left: 85px;
    animation: updown 10s infinite;
}
.section21 .about-shape-three-3 {
    width: 567px;
    height: 340px;
    border-radius: 30px;
    overflow: hidden;
    transform: rotateZ(68deg) skew(-22deg, 0deg);
    position: absolute;
    top: 85px;
    left: 0;
    background-color: gray;
}
.section21 .about-shape-image-container {
    position: absolute;
    top: -30px;
    left: -90px;
    height: 600px;
    width: 730px;
    transform: rotateZ(-90deg) skew(-19deg, 0deg);
}
.section21 .about-shape-three-3 img {
    height: 100%;
    width: 100%;
    position: absolute;
    transition: all 1s;
}
.section21 .about-shape-three-3:hover img {
    transform: scale(1.2) translate(-73px, 32px);
}
.section21 .about-shape-box-three {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 17px;
  background-color: rgba(6, 180, 83, .1);
  padding: 30px;
  padding-right: 78px;
}
.section21 .about-shape-icon-three {
    width: 76px;
    height: 70px;
    background-color: #fff;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.section21 .about-shape-box-three h4 {
    font-size: 63px;
    margin-bottom: -10px;
}
.section21 .about-shape-box-three p {
    font-family: "Inter", serif;
    font-size: 20px;
    margin-bottom: 0;
    color: #3b4443;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.01em;
}
@keyframes updown1 {
    0%{
        transform: translateX(-200px);
    }
    50%{
        transform: translateX(0px);
    }
    100%{
        transform: translateX(-200px);
    }
}
@keyframes updown {
    0%{
        transform: translateY(-200px);
    }
    50%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(-200px);
    }
}
@media only screen and (max-width: 1199px) {
    .section21 .about-box-three {
        max-width: 100%;
    }
    .section21 .about-shape-three-1, .section21 .about-shape-three-2 {
        max-width: 400px;
    }
    .section21 .about-shape-three-3 {
        top: 70px;
        left: 93px;
    }
    .section21 .about-shape-box-three {
        top: 70%;
    }
}
@media only screen and (max-width: 991px) {
    .section21 .about-shape-three-3 {
        top: 30px;
    }
    .section21 .about-shape-box-three {
        top: 60px;
    }
    .section21 .about-right-three {
        height: 500px;
    }
}
.our-vision-shape {
  position: absolute;
  left: -90px;
  top: -100px;
  animation: float-left-right 6s ease-in-out infinite;
}
.our-vision-left {
  margin-left: 0 !important;
  margin-right: 47px;
}
@media only screen and (max-width: 768px) {
    .section21 {
        padding: 80px 0 90px 0;
    }
    .section21 .about-box-outer-three {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .section21 .about-shape-three-3 {
        left: 0;
        transform: rotateZ(0deg) skew(0deg, 0deg);
    }
     .section21 .about-shape-box-three {
        top: auto;
        bottom: 0;
    }
    .section21 .about-shape-image-container {
        transform: rotateZ(0deg) skew(0deg, 0deg);
    }
}
@media only screen and (max-width: 570px) {
    .section21 p.lead {
        font-size: 16px;
    }
}
/*Section 21 css end*/

@media(max-width:1400px){
  .hr-about-head h2 span {
  right: -20px;
}
.our-story-head h2 span {
  right: -50px;
}
}
@media(max-width1200px){
  .hr-about-head h2 span {
  right: 0;
}
}
@media(max-width:991px){
  .hr-about-head {
  flex-direction: column;
  row-gap: 10px;
  text-align: center;
}
.our-story-head h2 span {
  display: none;
}
}
@media(max-width:575px){
  .hr-about-head h2 span {
  display: none;
}
.hr-about-head {
  flex-direction: column;
  row-gap: 10px;
}
.hr-about-inner {
  row-gap: 50px;
}
.our-story-inner {
  row-gap: 50px;
}
.our-story-content h3 {
  font-size: 24px;
}
}