
/*--
/*  About CSS
/*----------------------------------------*/
.about-section {
  position: relative;
  z-index: 1;
}
.about-section .shape-1 {
  position: absolute;
  top: 65px;
  right: 0;
  z-index: -1;
  width: 318px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .about-section .shape-1 {
    top: 20px;
    width: 250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section .shape-1 {
    width: 220px;
    top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .shape-1 {
    width: 220px;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .about-section .shape-1 {
    display: none;
  }
}
.about-section .shape-2 {
  position: absolute;
  bottom: -115px;
  left: 115px;
  z-index: -1;
  width: 273px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .shape-2 {
    width: 200px;
    bottom: -75px;
    left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about-section .shape-2 {
    bottom: -50px;
    left: 0px;
    width: 150px;
  }
}

.about-image {
  position: relative;
  margin: 0 -33px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .about-image {
    margin: 0 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image {
    margin: 0 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image {
    margin: 0 0px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-image {
    margin: 0 0px 30px;
  }
}
.about-image img {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1500px) {
  .about-content {
    padding: 0 0px 0 70px;
    margin-right: -30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .about-content {
    padding: 0 0px 0 30px;
    margin-right: 0px;
  }
}
.about-content.text-start {
  text-align: left;
}
.about-content.text-center {
  text-align: center;
}
.about-content.text-end {
  text-align: right;
}
.about-content .section-title .title {
  position: relative;
  z-index: 1;
}
.about-content .section-title .title .shape {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10px;
  z-index: -1;
}
.about-content p {
  margin-top: 14px;
}
.about-content h4 {
  color: var(--primary-color);
  line-height: 1.8;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .about-content h4 {
    line-height: 30px;
    margin-top: 15px;
  }
}

.about-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 44px 0 0;
}

.about-content.text-start .about-meta {
  justify-content: flex-start;
}
.about-content.text-center .about-meta {
  justify-content: center;
}
.about-content.text-end .about-meta {
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-meta {
    margin: 28px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-meta {
    margin: 18px 0 0;
  }
}
.about-meta li {
  margin-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-meta li {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .about-meta li {
    margin-right: 15px;
  }
}
.about-meta li:last-child {
  margin-right: 0;
}
.about-meta li .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin-right: 10px;
  -webkit-box-shadow: 0px 0px 36px rgba(235, 37, 37, 0.11);
          box-shadow: 0px 0px 36px rgba(235, 37, 37, 0.11);
}

.about-meta li .icon svg {
  width: 20px;
  height: 20px;
}

.about-meta li .icon svg path {
  stroke: currentColor;
  fill: currentColor;
}

@media only screen and (max-width: 767px) {
  .about-meta li .icon {
    width: 45px;
    height: 45px;
  }
}
.about-meta li.contact-number {
  color: var(--secondary-color);
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-meta li.contact-number span {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .about-meta li.contact-number span {
    font-size: 16px !important;
  }
}





