@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-left-box {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .tp-about-left-box {
    margin-bottom: 0px;
  }
}
.tp-about-left-wrap {
  margin-left: 65px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-left-wrap {
    margin-left: 0;
  }
}
.tp-about-left-wrap .tp-about-icon span {
  color: var(--tp-theme);
  background-color: #f3f3f3;
  margin-right: 20px;
  transition: 0.3s;
}

.tp-about-left-wrap .tp-about-text {
  margin-right: 0;
}

.tp-about-text {
  margin-right: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-text {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-text {
    margin-right: 0;
  }
}
.tp-about-text p {
  line-height: 30px;
  margin-bottom: 25px;
}


#welcome-box .tp-service-details-category ul li::before {
    content: none !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-text p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-text p {
    font-size: 14px;
  }
}
.tp-about-text > span {
  color: var(--tp-theme);
  font-size: 20px;
  margin-bottom: 45px;
  display: block;
  padding-right: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-text > span {
    font-size: 18px;
    padding-right: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-text > span {
    font-size: 18px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-text > span {
    font-size: 18px;
    padding-right: 0;
  }
}
.tp-about-icon-wrap {
  border-bottom: 1px solid var(--tp-border-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-icon-wrap {
    padding-right: 200px;
  }
}
@media (max-width: 767px) {
  .tp-about-icon-wrap {
    flex-wrap: wrap;
  }
}
.tp-about-icon span {
  font-size: 50px;
  height: 75px;
  width: 75px;
  line-height: 91px;
  text-align: center;
  display: inline-block;
  margin-right: 30px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-icon span {
    font-size: 40px;
    height: 60px;
    width: 60px;
    line-height: 71px;
    margin-right: 20px;
  }
}
.tp-about-icon-text h5 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 28px;
  font-weight: bold !important;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-icon-text h5 {
    font-size: 18px;
  }
}
.tp-about-icon-shape {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .tp-about-button-box {
    flex-wrap: wrap;
  }
}
.tp-about-button-box a {
  margin-right: 100px;
}

@media (max-width: 767px) {
  .tp-about-button-box a {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-button-box a {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-main-thumb img {
    max-width: 85%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-main-thumb img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tp-about-thumb-sm {
  position: absolute;
  bottom: -110px;
  left: 5px;
  z-index: 1;
  animation: tptranslateX2 4s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-thumb-sm {
    left: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-thumb-sm {
    position: static;
    animation: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-thumb-sm img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tp-about-list ul li {
  list-style-type: none;
  padding-left: 30px;
  position: relative;
}

.tp-about-list ul li:not(:last-child) {
  margin-bottom: 10px;
}

.tp-about-list ul li i {
  color: var(--tp-theme);
  position: absolute;
  top: 5px;
  left: 0;
}

.tp-about-shape-1 {
  position: absolute;
  top: 70px;
  left: 60px;
  animation: tp-rotate-center 15s linear infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-shape-1 {
    margin-left: -60px;
  }
}
.tp-about-shape-2 {
  position: absolute;
  bottom: -43px;
  right: 101px;
}

.tp-about-shape-3 {
  position: absolute;
  top: 0;
  left: 35px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-about-shape-3 img {
    max-width: 50%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-shape-3 {
    display: none;
  }
}
.tp-about-shape-4 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.tp-about-shape-5 {
  position: absolute;
  z-index: -1;
  animation: tptranslateY2 3s infinite alternate;
  z-index: 1;
}

.tp-about-shape-6 {
  position: absolute;
  top: -30px;
  right: 25px;
}

.tp-about-right-wrap {
  padding-right: 60px;
}

.tp-about-right-wrap:hover .tp-about-main-thumb::before {
  animation: shine 1s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-right-wrap {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-right-wrap {
    padding-right: 0px;
    margin-bottom: 40px;
  }
}
.tp-about-right-wrap .tp-about-thumb-sm {
  left: 0;
  bottom: -18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-right-wrap .tp-about-thumb-sm {
    bottom: -105px;
  }
}
.tp-about-right-wrap .tp-about-2-thumb-text {
  left: 190px;
  bottom: -60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-right-wrap .tp-about-2-thumb-text {
    left: 120px;
  }
}
.tp-about-right-wrap .tp-about-shape-2 {
  left: 65px;
  top: 150px;
  z-index: -1;
}

.tp-about-right-wrap .tp-about-thumb-sm {
  animation: none;
  overflow: hidden;
}

.tp-about-right-wrap .tp-about-thumb-sm:hover img {
  transform: scale(1.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-right-wrap .tp-about-thumb-sm:hover img {
    transform: scale(1);
  }
}
.tp-about-right-wrap .tp-about-thumb-sm img {
  transition: 0.7s;
}

.tp-about-right-wrap .tp-about-main-thumb {
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
}

.tp-about-main-thumb img {
  width: 406px;
}

.tp-about-thumb-sm img {
  width: 500px;
}

@media only screen and (max-width: 1024px) {
  .tp-about-main-thumb img {
    width: 100%;
  }
  .tp-about-thumb-sm {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-right-wrap .tp-about-main-thumb {
    display: block;
  }
}
.tp-about-right-wrap .tp-about-main-thumb::before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-right-wrap .tp-about-main-thumb::before {
    display: none;
  }
}
.tp-about-ml {
  margin-left: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-ml {
    margin-left: 0;
  }
}
.tp-about-ml .tp-about-icon span {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-yellow);
  margin-right: 20px;
  transition: 0.3s;
  border-radius: 50%;
}

.tp-about-ml .tp-about-icon-box:hover .tp-about-icon span {
  color: var(--tp-common-white);
  background-color: var(--tp-theme);
}

.tp-about-ml .tp-about-list ul li:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .tp-about-ml .tp-about-list ul li {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-ml .tp-about-button-box a {
    margin-right: 60px;
  }
}
.tp-about-2-main-thumb {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-2-main-thumb {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-2-main-thumb img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.tp-about-2-main-thumb::before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.tp-about-2-thumb-box {
  margin-top: 165px;
  margin-right: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2-thumb-box {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-2-thumb-box {
    margin-right: 0;
    margin-top: 0;
  }
}
.tp-about-2-thumb-box:hover .tp-about-2-main-thumb::before {
  animation: shine 1s;
}

.tp-about-2-thumb-sm {
  position: absolute;
  top: -165px;
  right: 0;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-2-thumb-sm {
    position: static;
  }
}
.tp-about-2-thumb-sm img {
  transition: all 500ms ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-2-thumb-sm img {
    width: 100%;
  }
}
.tp-about-2-thumb-sm:hover img {
  transform: scale(1.1);
}

.tp-about-2-thumb-text {
  bottom: 30px;
  left: 200px;
  width: 310px;
  z-index: 2;
  position: absolute;
  padding: 19px 20px;
  border: 1px solid #fff;
  padding-left: 136px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 4px 6.928px 40px 0px rgba(18, 14, 14, 0.06);
  animation: tp-pulse 1.7s infinite alternate;
}

.font-30 {
  font-size: 30px;
  font-weight: bold;
}

.font-25 {
  font-size: 25px;
  font-weight: bold;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2-thumb-text {
    left: 100px;
    width: 260px;
    padding: 12px 20px;
    padding-left: 100px;
  }
}
.tp-about-2-thumb-text h6 {
  font-size: 48px;
  margin-bottom: 0;
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2-thumb-text h6 {
    font-size: 30px;
  }
}
.tp-about-2-thumb-text h6 i {
  font-style: normal;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2-thumb-text span {
    font-size: 14px;
  }
}
.tp-about-2-shape-1 {
  left: 50px;
  bottom: 4%;
  position: absolute;
  animation: tptranslateY2 4s infinite alternate;
}

.tp-about-4-content {
  margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-4-content {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-4-content {
    margin-right: 180px;
  }
}
@media (max-width: 767px) {
  .tp-about-4-content {
    margin-right: 0;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-4-content {
    flex-wrap: nowrap;
  }
}
.tp-about-4-text p {
  padding-right: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-4-text p {
    padding-right: 30px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-4-text p {
    padding-right: 0px;
    font-size: 14px;
  }
}
.tp-about-4-mission-box {
  display: inline-block;
}

@media (max-width: 767px) {
  .tp-about-4-mission-box {
    margin-bottom: 30px;
  }
}
.tp-about-4-mission-box h4 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
}

.tp-about-4-mission-box h4 i {
  font-size: 44px;
  margin-right: 15px;
  display: inline-block;
  color: var(--tp-theme);
  transform: translateY(12px);
}

.tp-about-4-mission-box p {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-4-mission-box p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-about-4-mission-box p {
    font-size: 14px;
  }
  .tp-about-4-mission-box p br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-4-mission-box p br {
    display: block;
  }
}
.tp-about-4__progress {
  width: 78%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-4__progress {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .tp-about-4__progress {
    width: 100%;
  }
}
.tp-about-4__progress-item {
  position: relative;
}

.tp-about-4__progress-item h4 {
  font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-4__progress-item h4 {
    font-size: 15px;
  }
}
.tp-about-4__progress-item .progress-count {
  position: absolute;
  top: -2px;
  right: 0;
  font-size: 16px;
  font-weight: 400;
}

.tp-about-4__progress-item .progress {
  height: 3px;
  background-color: transparent;
  border-radius: 0;
  overflow: visible;
  position: relative;
}

.tp-about-4__progress-item .progress::after {
  position: absolute;
  content: "";
  left: 0;
  top: 1px;
  height: 1px;
  width: 100%;
  background-color: #d1d1d1;
  z-index: -1;
}

.tp-about-4__progress-item .progress .progress-bar {
  background-color: var(--tp-theme);
  overflow: visible;
}

.tp-about-4-right-box:hover .tp-about-4-thumb::before {
  animation: shine 1s;
}

.tp-about-4-thumb {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.tp-about-4-thumb::before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.tp-about-4-thumb img {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-4-thumb {
    display: block;
  }
}
.tp-black-mode .tp-about-shape-5 {
  z-index: 1;
}

.tp-black-mode .tp-about-icon-wrap {
  border-bottom: none;
}/*# sourceMappingURL=home-wleocme.css.map */