/*----------------------------------------*/
/*  7.1 About css
/*----------------------------------------*/
.tp-about-inner {
  padding-left: 65px;
  padding-left: 65px;
  position: relative;
}

.tp-about-inner-border {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: white;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-inner {
    padding-left: 35px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-inner {
    padding-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .tp-about-inner {
    padding-left: 0;
    padding-left: 0;
  }
}

.tp-about-thumb {
  display: inline-block;
  width: 320px;
  /* height: 320px; */
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid var(--border-color2);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-about-thumb {
    text-align: center;
    margin-bottom: 70px;
  }
}

.tp-about-thumb-wrapper {
  padding-left: 50px;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-thumb-wrapper {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .tp-about-thumb-wrapper {
    padding-left: 0;
  }
}

.tp-about-thumb-bg-shape {
  top: 17px;
  z-index: -1;
  opacity: 0.3;
}

.tp-about-award {
  width: 100%;
  padding-bottom: 25px;
  /* border: 1px solid rgba(255, 255, 255, 0.1); */
  border-radius: 10px;
 
}

.tp-about-award-icon span {
  font-size: 36px;
  color: var(--tp-common-white);
}

.tp-about-award-icon span img {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.tp-about-award-title {
  font-size: 32px;
  font-weight: 700;
  font-variation-settings: "wght" 700, "KSHD" 100;
  color: var(--white-color);
  margin-bottom: 10px;
  line-height: 1;
  text-shadow: 2px 2px 4px black;
}

.tp-about-award-content p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
  margin-bottom: 0;
}

.tp-about-desc-content p {
  font-size: 18px;
border-radius: 20px;
  line-height: 1.3;
  color: var(--black-color);
  padding: 10px;
  background: rgba(240, 240, 240, 0.3);
 

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
 
}

@media (max-width: 767px) {
  .tp-about-desc-content p {
    
    text-align: center;
  }
}

@media (max-width: 991px) {


  .tp-about-award-title {
    text-align: center;

  }

  .tp-about-award {
    text-align: center;
  }
}

.tp-about-desc-content p span {
  color: var(--tp-common-white);
  font-weight: 500;
  font-variation-settings: "wght" 500, "KSHD" 100;

}