#about-section {
  background: url("/front/project_images/testimonial.png") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#about-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about-section .container {
  position: relative;
  z-index: 10;
}

.about-section {
  position: relative;
  padding: 2rem 0px;
  background-color: rgb(255, 255, 255);
}

.about-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

.about-section .content-column .inner-column {
  position: relative;
  padding-top: 20px;
  padding-right: 100px;
}

.about-section .content-column h2 {
  margin-bottom: 0;
  font-weight: 600;
}

.about-section .content-column .text {
  position: relative;
  color: #434343;
  font-size: 18px;
  line-height: 2em;
  margin-bottom: 10px;
  font-weight: 600;
}

.about-section .content-column .email {
  position: relative;
  font-size: 16px;
  color: #252525;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-section .image-column {
  position: relative;
  margin-bottom: 50px;
  display: flex;
}

.about-section .image-column .inner-column {
  position: relative;
  margin-left: 50px;
  margin-top: auto;
  margin-bottom: auto;
}

/* .about-section .image-column .inner-column:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  left: 40px;
  bottom: 100px;
  z-index: -1;
  border: 2px solid var(--primery-color-light);
} */

.about-section .image-column .inner-column .image {
  position: relative;
}

/* .about-section .image-column .inner-column .image:before {
  position: absolute;
  content: "";
  left: -50px;
  bottom: -50px;
  width: 299px;
  height: 299px;
  background: url(img/pattern-2.png) no-repeat;
  border: 2px solid var(--primery-color-light);
} */

.about-section .image-column .inner-column .image img {
  position: relative;
  display: block;
  max-height: 400px;
  width: 100%;
  border-radius: 5px;
  /* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; */
}

.about-section .image-column .inner-column .image .overlay-box {
  position: absolute;
  left: 40px;
  bottom: 48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box {
  position: relative;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  padding-left: 125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 110px;
  height: 110px;
  color: var(--primery-color-light);
  font-size: 68px;
  font-weight: 700;
  line-height: 105px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #000000;
}

/* .about-section .btn-style-three:before {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  z-index: -1;
  right: -10px;
  bottom: -10px;
  background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
} */

.about-section .btn-style-three {
  position: relative;
  line-height: 24px;
  color: #DEE0FF;
  font-size: 15px;
  font-weight: 800;
  background: none;
  display: inline-block;
  padding: 11px 20px;
  text-transform: capitalize;
  border-radius: 50px;
  background: var(--primery-color);
  border: 2px solid var(--primery-color);
}
.about-section .btn-style-three:hover {
  background-color: #DEE0FF;
  color: var(--primery-color);
}

.about-section .btn-style-three i {
  margin-left: 10px;
}

.sec-title2 {
  color: #fff;
}

.sec-title {
  position: relative;
  padding-bottom: 10px;
}

.sec-title .title{
  font-size: 18px;
  position: relative;
  color: var(--primery-color);
  font-weight: 700;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}
.sec-title h2 {
  position: relative;
  color: var(--primery-color);
  font-size: 25px !important;
  font-weight: 700;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}

/* .sec-title .title:before {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 7px;
  width: 40px;
  height: 1px;
  background-color: #bbbbbb;
} */

@media (max-width: 770px) {
  .about-section .content-column .inner-column {
    margin-left: 0px;
    padding: 0;
    width: 100%;
  }

  .about-section .image-column .inner-column {
    margin-left: 0px;
    padding: 0;
    width: 100%;
  }

  .about-section .content-column .text {
    line-height: 1.5em;
  }

  #about-section {
    padding: 30px 0 20px 0;
  }

  .about-section .image-column {
    margin-bottom: 0px;
  }
}