.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-1);
}
@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: 20px;
  margin-bottom: 0;
  line-height: 28px;
}
@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-1);
  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;
  bottom: 115px;
  left: -2%;
  z-index: -1;
  animation: tptranslateY2 3s infinite alternate;
}
.tp-about-shape-6 {
  position: absolute;
  top: -30px;
  right: 25px;
  z-index: -1;
}
.tp-about-right-wrap {
  padding-right: 60px;
}
.tp-about-right-wrap:hover .tp-about-main-thumb::before {
  -webkit-animation: shine 1s;
  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: -85px;
}
@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;
}
@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: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  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-theme-1);
  background-color: #f3f3f3;
  margin-right: 20px;
  transition: 0.3s;
}
.tp-about-ml .tp-about-icon-box:hover .tp-about-icon span {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.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: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  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 {
  -webkit-animation: shine 1s;
  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;
  padding-left: 115px;
  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;
}
@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-1);
  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-1);
  overflow: visible;
}
.tp-about-4-right-box:hover .tp-about-4-thumb::before {
  -webkit-animation: shine 1s;
  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: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  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;
}

/*----------------------------------------*/
/*  7.6 choose css start
/*----------------------------------------*/
.tp-choose-space {
  padding-top: 120px;
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  .tp-choose-space {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-choose-content {
    margin-bottom: 50px;
  }
}
.tp-choose-text p {
  line-height: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-choose-text p {
    padding-right: 100px;
  }
  .tp-choose-text p br {
    display: none;
  }
}
@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-choose-text p {
    font-size: 14px;
  }
  .tp-choose-text p br {
    display: none;
  }
}
.tp-choose-wrap {
  margin-right: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-choose-wrap {
    margin-right: 50px;
  }
}
@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-choose-wrap {
    margin-right: 0px;
  }
}
.tp-choose-item {
  padding: 15px 20px;
  transition: 0.3s;
  background-color: var(--tp-common-black-2);
}
.tp-choose-item:hover {
  background-color: var(--tp-common-white);
}
.tp-choose-item:hover span::after {
  transform: scale(1);
}
.tp-choose-item:hover .tp-choose-item-title {
  color: var(--tp-common-black);
}
.tp-choose-item span {
  font-size: 36px;
  height: 60px;
  width: 60px;
  line-height: 69px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  transition: 0.3s;
  position: relative;
}
.tp-choose-item span::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  transition: 0.4s;
  border-radius: 50%;
  background-color: var(--tp-common-black);
}
.tp-choose-item span i {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-choose-item span {
    font-size: 26px;
    height: 50px;
    width: 50px;
    line-height: 59px;
  }
}
.tp-choose-item-title {
  font-size: 20px;
  margin-bottom: 0;
  color: var(--tp-common-white);
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-choose-item-title {
    font-size: 18px;
  }
}
@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-choose-item-title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-choose-item-title {
    font-size: 17px;
  }
}
.tp-choose-item-wrap .tp-choose-item {
  background-color: var(--tp-common-black);
}
.tp-choose-item-wrap .tp-choose-item:hover {
  background-color: var(--tp-common-white);
}
.tp-choose-thumb-box {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-choose-thumb-box {
    right: -5%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-choose-thumb-box {
    right: -12%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-choose-thumb-box {
    right: -16%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-choose-thumb-box {
    right: -35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-choose-thumb-box {
    position: static;
  }
}
.tp-choose-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.tp-choose-shape-2 {
  position: absolute;
  bottom: 60px;
  left: 30px;
  animation: tptranslateX2 4s infinite alternate;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-choose-shape-2 img {
    max-width: 70%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-choose-shape-2 img {
    max-width: 60%;
  }
}
.tp-choose-shape-3 {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 2;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-choose-shape-3 {
    right: -6%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-choose-shape-3 {
    right: -12%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-choose-shape-3 {
    right: -12%;
  }
}
.tp-choose-shape-4 {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1;
  animation: tptranslateX2 2s infinite alternate;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-choose-shape-4 {
    right: -4%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-choose-shape-4 {
    right: -14%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-choose-shape-4 {
    right: -14%;
  }
}
.tp-choose-shape-5 {
  position: absolute;
  bottom: 0px;
  right: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-choose-shape-5 {
    right: -4%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-choose-shape-5 {
    right: -12%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-choose-shape-5 {
    right: -18%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-choose-shape-5 {
    display: none;
  }
}

.tp-choose-2-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 45.5%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-choose-2-bg {
    width: 50.5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-choose-2-bg {
    width: 50.5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-choose-2-bg {
    width: 49.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-choose-2-bg {
    position: static;
    height: 600px;
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-choose-2-bg {
    position: static;
    height: 350px;
    width: 100%;
    margin-bottom: 50px;
    background-position: center;
  }
}
.tp-choose-2-text p {
  line-height: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-choose-2-text p {
    padding-right: 40px;
  }
  .tp-choose-2-text p br {
    display: none;
  }
}
@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-choose-2-text p {
    font-size: 14px;
  }
  .tp-choose-2-text p br {
    display: none;
  }
}
.tp-choose-2-icon-box {
  margin-right: 120px;
}
.tp-choose-2-icon-box p {
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-choose-2-icon-box {
    margin-right: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-choose-2-icon-box {
    margin-right: 0px;
  }
}
.tp-choose-2-icon-box:hover .tp-choose-2-icon span {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-choose-2-icon span {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  font-size: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  transition: 0.3s;
  color: var(--tp-theme-1);
  background-color: var(--tp-grey-2);
}
.tp-choose-2-icon-text h5 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}
.tp-choose-2-icon-text p {
  line-height: 30px;
  margin-bottom: 0;
}
@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-choose-2-icon-text p {
    font-size: 14px;
  }
  .tp-choose-2-icon-text p br {
    display: none;
  }
}
.tp-choose-2-shape-1 {
  position: absolute;
  bottom: -6%;
  left: 0;
  animation: tptranslateY2 4s infinite alternate;
}
.tp-choose-2-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  animation: tptranslateX2 4s infinite alternate;
}

.tp-choose-3-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 45.5%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-choose-3-bg {
    position: static;
    height: 600px;
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-choose-3-bg {
    position: static;
    height: 300px;
    width: 100%;
    margin-bottom: 50px;
  }
}
.tp-choose-3-shape {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tp-choose-3-shape img {
  animation: tpupdown 0.8s infinite alternate;
}
.tp-choose-3-text {
  position: absolute;
  bottom: 135px;
  left: 385px;
  padding: 45px 60px;
  padding-right: 80px;
  background-color: var(--tp-common-white);
  z-index: 2;
  animation: tp-pulse 1.7s infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-choose-3-text {
    left: 200px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-choose-3-text {
    left: 130px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-choose-3-text {
    left: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-choose-3-text {
    left: 70px;
    padding: 35px 30px;
    padding-right: 40px;
  }
}
.tp-choose-3-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 115%;
  width: 108%;
  opacity: 0.2;
  transform: translate(-50%, -50%);
  background-color: rgb(255, 255, 255);
  z-index: -1;
}
.tp-choose-3-text span {
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-choose-3-text span {
    font-size: 18px;
  }
}
.tp-choose-3-text a {
  font-size: 28px;
  color: var(--tp-theme-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-choose-3-text a {
    font-size: 24px;
  }
}

.tp-black-mode .tp-choose-3-wrap {
  background-repeat: no-repeat;
  background-size: cover;
}

/*----------------------------------------*/
/*  7.7 contact css start
/*----------------------------------------*/
.tp-contact-bg {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tp-contact-bg::after {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgb(0, 0, 0);
  opacity: 0.702;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-contact-wrap {
    margin-bottom: 50px;
  }
}
@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-contact-text p {
    font-size: 14px;
  }
  .tp-contact-text p br {
    display: none;
  }
}
.tp-contact-tab ul li:not(:last-child) {
  margin-right: 10px;
}
.tp-contact-tab button {
  font-size: 14px;
  font-weight: 700;
  color: var(--tp-common-black);
  padding: 9px 46px;
  background-color: var(--tp-common-white);
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-tab button {
    padding: 9px 30px;
  }
}
@media (max-width: 767px) {
  .tp-contact-tab button {
    padding: 9px 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-tab button {
    padding: 9px 35px;
  }
}
.tp-contact-tab button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-contact-tab button.active {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-contact-tab-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tp-contact-tab-play-icon a {
  font-size: 15px;
  height: 60px;
  width: 60px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  display: inline-block;
  position: relative;
}
.tp-contact-tab-play-icon a::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 70%;
  height: 70%;
  background-color: rgba(221, 7, 50, 0.611);
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
}
.tp-contact-tab-play-icon a::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  transform: scale(1.5);
  border: 1px solid var(--tp-theme-1);
  animation: borderanimate2 2s linear infinite;
  border-radius: 50%;
}
.tp-contact-tab-play-icon a i {
  display: inline-block;
  padding-left: 2px;
}
@media (max-width: 767px) {
  .tp-contact-tab-content-thumb {
    margin-bottom: 30px;
  }
}
.tp-contact-tab-content-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-tab-content-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-contact-tab-content-title {
    font-size: 22px;
  }
}
.tp-contact-tab-content-right {
  padding-left: 7px;
}
.tp-contact-tab-content-list ul li {
  list-style-type: none;
  font-size: 16px;
  position: relative;
  padding-bottom: 15px;
  padding-left: 30px;
  color: var(--tp-common-white);
}
.tp-contact-tab-content-list ul li i {
  position: absolute;
  top: 4px;
  left: 0;
}
.tp-contact-right-box {
  background-color: var(--tp-common-white);
  padding: 55px 57px;
  padding-bottom: 60px;
  padding-bottom: 70px;
  margin-left: 45px;
  margin-bottom: -65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-right-box {
    padding: 60px 40px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-right-box {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-contact-right-box {
    padding: 40px 20px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-right-box {
    padding: 40px;
  }
}
.tp-contact-right-tel-icon i {
  font-size: 35px;
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  margin-right: 25px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
@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-contact-right-tel-icon i {
    font-size: 30px;
    height: 60px;
    width: 60px;
    line-height: 70px;
  }
}
.tp-contact-right-tel-content span {
  display: block;
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .tp-contact-right-tel-content span {
    font-size: 17px;
  }
}
.tp-contact-right-tel-content a {
  font-weight: 700;
  font-size: 24px;
  color: var(--tp-common-black);
}
@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-contact-right-tel-content a {
    font-size: 20px;
  }
}
.tp-contact-right-tel-content a:hover {
  color: var(--tp-theme-1);
}
.tp-contact-shape-1 {
  position: absolute;
  bottom: 0;
  right: 50px;
}
.tp-contact-shape-2 {
  position: absolute;
  bottom: 90px;
  left: 47%;
  z-index: 2;
}

.tp-order-form-space {
  margin-top: -70px;
  padding: 43px 55px;
  position: relative;
  z-index: 2;
  background-color: rgb(255, 255, 255);
  box-shadow: 2px 3.464px 90px 0px rgba(35, 35, 49, 0.08);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-order-form-space {
    padding: 40px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-order-form-space {
    padding: 35px 15px;
  }
}
.tp-order-form-group {
  width: 20%;
}
.tp-order-form-group:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-order-form-group:not(:last-child) {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-order-form-group:not(:last-child) {
    margin-right: 10px;
  }
}
.tp-order-form-group button {
  height: 55px;
  line-height: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-order-form-group button {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-order-form-group button {
    font-size: 13px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
  }
}
.tp-order-form-group input {
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-order-form-group input {
    height: 40px;
    line-height: 40px;
  }
}
.tp-order-form-group input:focus {
  border-color: var(--tp-theme-1);
  color: var(--tp-common-black);
}

.tp-contact-2-bg {
  position: relative;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-contact-2-bg {
    padding-bottom: 0;
    padding-top: 120px;
  }
}
.tp-contact-2-bg::after {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 60%;
  position: absolute;
  background-color: var(--tp-grey-2);
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-contact-2-bg::after {
    display: none;
  }
}
.tp-contact-2-item {
  padding: 60px;
  padding-top: 50px;
  background-color: var(--tp-common-white);
  box-shadow: 2px 3.464px 80px 0px rgba(22, 23, 26, 0.14);
}
@media (max-width: 767px) {
  .tp-contact-2-item {
    padding: 50px 15px;
    padding-top: 60px;
  }
}
.tp-contact-2-subtitle {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.tp-contact-2-title {
  font-weight: 700;
  font-size: 36px;
}
@media (max-width: 767px) {
  .tp-contact-2-title {
    font-size: 30px;
  }
}
.tp-contact-2-input-box input {
  margin-bottom: 20px;
}
.tp-contact-2-input-box textarea {
  height: 130px;
  margin-bottom: 20px;
}
.tp-contact-2-thumb {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-contact-2-thumb {
    background-position: right;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-2-thumb {
    left: -33%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-2-thumb {
    left: -33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-contact-2-thumb {
    position: static;
    margin-top: 50px;
  }
}
.tp-contact-2-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-2-shape-1 {
    left: -33%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-2-shape-1 {
    left: -33%;
  }
}
.tp-contact-2-shape-2 {
  position: absolute;
  bottom: 0;
  left: 600px;
  z-index: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-contact-2-shape-2 {
    left: 450px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-contact-2-shape-2 {
    left: 300px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-2-shape-2 {
    left: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-2-shape-2 {
    left: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-2-shape-2 {
    left: 150px;
  }
}
.tp-contact-2-shape-3 {
  position: absolute;
  bottom: 0;
  left: 435px;
  z-index: 1;
  animation: tptranslateX2 2.8s infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-contact-2-shape-3 {
    left: 280px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-contact-2-shape-3 {
    left: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-2-shape-3 {
    left: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-2-shape-3 {
    left: -5%;
  }
}
.tp-contact-2-shape-4 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.tp-contact-3-item {
  padding: 30px 15px;
  box-shadow: 0px 4px 60px 0px rgba(22, 23, 26, 0.06);
}
.tp-contact-3-item:hover .tp-contact-3-icon span {
  text-align: center;
  line-height: 80px;
}
.tp-contact-3-icon {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #f5f5f8;
  display: inline-block;
  position: relative;
}
.tp-contact-3-icon span {
  transition: 0.3s;
}
.tp-contact-3-title {
  font-weight: 500;
  font-size: 26px;
}
.tp-contact-3-text {
  margin-top: 70px;
}
.tp-contact-3-text a {
  font-weight: 500;
  line-height: 26px;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  transition: background-size 0.4s linear;
  background-image: linear-gradient(#727272, #727272),
    linear-gradient(#727272, #727272);
}
.tp-contact-3-text a:hover {
  background-size: 0% 1px, 100% 1px;
}

.tp-contact-form-border {
  border: 1px solid #dcdcdc;
  padding: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-form-border {
    padding: 60px 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-form-border {
    padding: 60px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-contact-form-border {
    padding: 60px 0px;
    border: none;
  }
}
.tp-contact-form-title {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-form-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .tp-contact-form-title {
    font-size: 30px;
  }
}
.tp-contact-form-input-box textarea {
  height: 165px;
}
.tp-contact-form-bg {
  padding: 80px 70px;
  background-color: #d4d4d4;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-contact-form-bg {
    padding: 40px 20px;
  }
}

.tp-map__item {
  line-height: 0;
}
.tp-map__item iframe {
  width: 100%;
  height: 490px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-map__item iframe {
    height: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-map__item iframe {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .tp-map__item iframe {
    height: 250px;
  }
}

/*----------------------------------------*/
/*  7.8 cta css start
/*----------------------------------------*/
.tp-cta-bg {
  position: relative;
}
.tp-cta-bg::after {
  content: "";
  top: 0;
  left: 0;
  height: 30%;
  width: 100%;
  background-color: var(--tp-grey-2);
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-cta-bg::after {
    height: 55%;
  }
}
.tp-cta-wrap {
  height: 195px;
  display: flex;
  align-items: center;
  padding-left: 80px;
  padding-right: 60px;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-cta-wrap {
    height: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cta-wrap {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-cta-wrap {
    padding: 0 35px;
  }
}
@media (max-width: 767px) {
  .tp-cta-wrap {
    padding: 0 15px;
  }
}
.tp-cta-wrap-box {
  margin-bottom: -135px;
  position: relative;
  z-index: 8;
}
.tp-cta-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-cta-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tp-cta-title {
    margin-bottom: 40px;
    font-size: 25px;
  }
}
.tp-cta-right-box {
  margin-left: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-cta-right-box {
    margin-left: 0;
  }
}
.tp-cta-right-box input {
  height: 80px;
  line-height: 80px;
  padding: 0 30px;
  font-size: 16px;
  padding-right: 260px;
  color: var(--tp-common-white);
  background-color: #c4062d;
  border: 2px solid #e38b9d;
}
@media (max-width: 767px) {
  .tp-cta-right-box input {
    height: 60px;
    line-height: 60px;
    padding: 0 12px;
    padding-right: 12px;
    font-size: 14px;
    padding-right: 155px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-cta-right-box input {
    height: 70px;
    line-height: 70px;
    padding: 0 12px;
    padding-right: 12px;
    font-size: 14px;
    padding-right: 220px;
  }
}
.tp-cta-right-box input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--tp-common-white);
}
.tp-cta-right-box input::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--tp-common-white);
}
.tp-cta-right-box input:-moz-placeholder {
  /* Firefox 4-18 */
  color: var(--tp-common-white);
}
.tp-cta-right-box input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: var(--tp-common-white);
}
.tp-cta-right-box input::placeholder {
  /* MODERN BROWSER */
  color: var(--tp-common-white);
}
.tp-cta-button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .tp-cta-button {
    right: 5px;
    top: 49%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-cta-button {
    right: 10px;
    top: 50%;
  }
}
.tp-cta-shape {
  position: absolute;
  top: 0;
  left: 51%;
  transform: translateX(-50%);
}

.tp-cta-3-left-wrap {
  padding: 30px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cta-3-left-wrap {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-cta-3-left-wrap {
    padding: 20px 0;
    margin-bottom: 30px;
  }
}
.tp-cta-3-left-wrap:hover .tp-cta-3-left-thumb::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.tp-cta-3-left-box {
  height: 480px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-cta-3-left-box {
    height: 350px;
  }
}
@media 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) {
  .tp-cta-3-left-box {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .tp-cta-3-left-box {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.tp-cta-3-left-text {
  padding-left: 15px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-cta-3-left-text {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-cta-3-left-text {
    padding-left: 0px;
    margin-left: -20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-cta-3-left-text {
    padding-left: 0px;
    margin-left: -20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px) {
  .tp-cta-3-left-text {
    padding-left: 0px;
  }
}
.tp-cta-3-left-title {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 40px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-cta-3-left-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-cta-3-left-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-cta-3-left-title {
    font-size: 23px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cta-3-left-title {
    font-size: 25px;
  }
  .tp-cta-3-left-title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-3-left-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .tp-cta-3-left-title {
    font-size: 26px;
  }
  .tp-cta-3-left-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-cta-3-left-title {
    font-size: 28px;
  }
  .tp-cta-3-left-title br {
    display: block;
  }
}
.tp-cta-3-left-shape {
  position: absolute;
  bottom: 0;
  right: 65px;
  z-index: -1;
}
@media 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-cta-3-left-shape {
    bottom: -15%;
    right: 30px;
  }
}
.tp-cta-3-left-thumb {
  position: relative;
  overflow: hidden;
  margin-right: 30px;
}
@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-cta-3-left-thumb {
    margin-right: 0;
  }
}
.tp-cta-3-left-thumb::before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
.tp-cta-3-left-thumb:hover img {
  transform: scale(1.1);
}
.tp-cta-3-left-thumb img {
  height: 480px;
  transition: all 700ms ease;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-cta-3-left-thumb img {
    height: 350px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cta-3-left-thumb img {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-cta-3-left-thumb img {
    height: 300px;
    width: 100%;
  }
}
.tp-cta-3-right-wrap {
  padding: 30px 0;
}
@media 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-cta-3-right-wrap {
    padding: 20px 0;
  }
}
.tp-cta-3-right-box {
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-cta-3-right-box {
    height: 350px;
  }
}
@media 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-cta-3-right-box {
    height: 300px;
  }
}
.tp-cta-3-right-box::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(22, 23, 26, 0.702);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-3-right-box .tp-section-title {
    font-size: 30px;
  }
  .tp-cta-3-right-box .tp-section-title br {
    display: block;
  }
}
@media (max-width: 767px) {
  .tp-cta-3-right-box .tp-section-title {
    font-size: 25px;
  }
  .tp-cta-3-right-box .tp-section-title br {
    display: block;
  }
}
.tp-cta-3-right-shape {
  position: absolute;
  top: 0;
  right: 2%;
  z-index: 1;
  animation: tptranslateX2 4s infinite alternate;
}

/*----------------------------------------*/
/*  7.12 funfact css start
/*----------------------------------------*/
.tp-funfact-item {
  position: relative;
  z-index: 1;
}
.tp-funfact-item:hover .tp-funfact-icon span i {
  animation: icon-bounce 0.8s 1;
}
.tp-funfact-icon span {
  font-size: 62px;
  border-radius: 50%;
  height: 130px;
  width: 130px;
  margin-bottom: 20px;
  line-height: 149px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-funfact-icon span i {
  display: inline-block;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-funfact-icon span {
    font-size: 44px;
    height: 90px;
    width: 90px;
    line-height: 105px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-funfact-icon span {
    font-size: 51px;
    height: 110px;
    width: 110px;
    line-height: 128px;
  }
}
.tp-funfact-number {
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-funfact-number {
    font-size: 40px;
  }
}
@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-funfact-number {
    font-size: 38px;
  }
}
.tp-funfact-number i {
  font-style: normal;
}
.tp-funfact-content span {
  font-weight: 500;
  font-size: 16px;
}
.tp-funfact-shape-1 {
  position: absolute;
  left: 0;
  bottom: -7%;
  animation: tptranslateY2 4s infinite alternate;
}
.tp-funfact-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  animation: tptranslateX2 4s infinite alternate;
}

.tp-funfact-4-icon {
  line-height: 0;
}
.tp-funfact-4-icon span {
  font-size: 52px;
  color: var(--tp-theme-1);
}
.tp-funfact-4-content {
  padding-top: 35px;
  border-top: 1px solid #f2f2f2;
  position: relative;
}
.tp-funfact-4-content::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -10px;
  width: 20px;
  height: 3px;
  z-index: 1;
  background-color: var(--tp-theme-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-funfact-4-content::after {
    display: none;
  }
}
.tp-funfact-4-content.content-box::after {
  display: none;
}
.tp-funfact-4-number {
  color: #f2f2f2;
  font-weight: 700;
  font-size: 100px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-funfact-4-number {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-funfact-4-number {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-funfact-4-number {
    font-size: 75px;
  }
}
.tp-funfact-4-text {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tp-funfact-4-text span {
  font-size: 22px;
  font-weight: 700;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-funfact-4-text span {
    font-size: 19px;
  }
}
@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-funfact-4-text span {
    font-size: 18px;
  }
}

/*----------------------------------------*/
/*  7.14 project css start
/*----------------------------------------*/
.tp-project-plr {
  padding: 0 165px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-project-plr {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-project-plr {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-plr {
    padding: 0 40px;
  }
}
@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-project-plr {
    padding: 0px 15px;
  }
}
.tp-project-thumb {
  position: relative;
  overflow: hidden;
}
.tp-project-thumb::after {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(22, 23, 26, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.tp-project-thumb img {
  width: 100%;
  transition: 1.3s all ease;
}
.tp-project-content {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 35px;
  text-align: center;
  padding: 40px 15px;
  background-color: var(--tp-theme-1);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.6);
  transition: 0.4s;
}
.tp-project-content > a {
  height: 60px;
  width: 60px;
  line-height: 69px;
  text-align: center;
  border-radius: 50%;
  font-size: 21px;
  margin-bottom: 35px;
  display: inline-block;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.tp-project-content span {
  font-size: 18px;
  color: #eeeeee;
  display: block;
  margin-bottom: 5px;
}
.tp-project-title {
  font-size: 22px;
  margin-bottom: 0;
  color: var(--tp-common-white);
}
.tp-project-item:hover .tp-project-content {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.tp-project-item:hover .tp-project-thumb::after {
  opacity: 1;
  visibility: visible;
}
.tp-project-item:hover .tp-project-thumb img {
  transform: scale(1.2);
}
.tp-project-shape-1 {
  position: absolute;
  left: 0;
  top: 0;
}

.tp-project-2-item:hover .tp-project-2-main-thumb::after {
  opacity: 1;
  visibility: visible;
}
.tp-project-2-item:hover .tp-project-2-main-thumb img {
  transform: scale(1.2) rotate(-2deg);
}
.tp-project-2-item:hover .tp-project-2-thumb-text {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.tp-project-2-main-thumb {
  position: relative;
  overflow: hidden;
}
.tp-project-2-main-thumb::after {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(22, 23, 26, 0.549);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.tp-project-2-main-thumb img {
  width: 100%;
  transition: 0.9s;
}
.tp-project-2-thumb-text {
  left: -20%;
  bottom: 40px;
  padding: 20px 40px;
  position: absolute;
  width: 295px;
  z-index: 1;
  background-color: var(--tp-common-white);
  transition: 0.7s;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-project-2-thumb-text {
    width: 275px;
  }
}
@media (max-width: 767px) {
  .tp-project-2-thumb-text {
    width: 255px;
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-project-2-thumb-text {
    padding: 20px 40px;
    width: 295px;
  }
}
.tp-project-2-thumb-text span {
  font-size: 18px;
  display: block;
  margin-bottom: 7px;
}
.tp-project-2-thumb-icon {
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.tp-project-2-thumb-icon a {
  font-size: 16px;
  height: 50px;
  width: 50px;
  line-height: 54px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-project-2-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .tp-project-2-title {
    font-size: 20px;
  }
}
.tp-project-2-title:hover {
  color: var(--tp-theme-1);
}
.tp-project-2-shape-1 {
  position: absolute;
  left: 0%;
  top: 0;
}
.tp-project-2-shape-2 {
  position: absolute;
  right: 0;
  top: 0;
  animation: tptranslateX2 4s infinite alternate;
}

.tp-project-4-active {
  margin: 0 -390px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px),
  only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-project-4-active {
    margin: 0 -280px;
  }
}
@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-project-4-active {
    margin: 0px;
  }
}
.tp-project-4-item {
  position: relative;
  overflow: hidden;
}
.tp-project-4-item:hover .tp-project-4-thumb::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.tp-project-4-item:hover .tp-project-4-thumb img {
  transform: scale(1.2);
}
.tp-project-4-item:hover .tp-project-4-content {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}
.tp-project-4-thumb {
  position: relative;
}
.tp-project-4-thumb img {
  transition: 0.9s;
  width: 100%;
}
.tp-project-4-thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: scale(0);
  background-color: rgba(19, 20, 22, 0.502);
}
.tp-project-4-content {
  position: absolute;
  bottom: -100px;
  left: 40px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.tp-project-4-content span {
  display: inline-block;
  font-size: 14px;
  padding: 2px 20px;
  margin-bottom: 5px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.tp-project-4-title {
  font-weight: 500;
  font-size: 20px;
  padding: 9px 20px;
  margin-bottom: 0;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}

.tp-scrollbar-2 {
  height: 2px;
  width: 50%;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  background: #cccccc;
  margin-top: 65px;
}
@media (max-width: 767px) {
  .tp-scrollbar-2 {
    display: none;
  }
}

.tp-project-4-wrapper .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--tp-common-white);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0px;
  left: 0;
  top: 0;
}

.project-details-customize .evn-avata-content-wrap {
  padding-right: 55px;
  padding-bottom: 52px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .project-details-customize .evn-avata-content-wrap {
    padding-right: 0;
  }
}
.project-details-customize .evn-list-box {
  padding-left: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .project-details-customize .evn-list-box {
    padding-left: 0;
  }
}
.project-details-customize .evn-list-box ul {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .project-details-customize .evn-list-box ul {
    margin-left: 0;
  }
}
.project-details-customize .evn-list-box ul li {
  list-style: none;
  position: relative;
  padding-left: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .project-details-customize .evn-list-box ul li {
    font-size: 14px;
  }
  .project-details-customize .evn-list-box ul li br {
    display: none;
  }
}
.project-details-customize .evn-list-box ul li:not(:last-child) {
  margin-bottom: 20px;
}
.project-details-customize .evn-list-box ul li span {
  line-height: 30px;
}
.project-details-customize .evn-list-box ul li span i {
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  color: var(--tp-theme-1);
  font-size: 22px;
  background-color: #f5f5f8;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .project-details-customize .evn-related-info {
    flex-wrap: wrap;
  }
}
.project-details-customize .evn-related-info span {
  font-size: 18px;
  color: #727272;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-details-customize .evn-related-info span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .project-details-customize .evn-related-info span {
    font-size: 16px;
    margin-right: 70px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-details-customize .evn-related-info span {
    margin-right: 40px;
  }
}
.project-details-customize .evn-related-info span b {
  color: var(--tp-common-black);
  margin-right: 5px;
  font-weight: 700;
}
.project-details-customize .evn-thumb::after {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .project-details-customize .evn-text-box p {
    font-size: 14px;
  }
  .project-details-customize .evn-text-box p br {
    display: none;
  }
}
.project-details-customize .postbox__details-share-wrapper {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .project-details-customize .postbox__details-tag {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-details-customize .postbox__details-tag {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .project-details-sm-thumb {
    margin-bottom: 50px;
  }
}
.project-details-sm-thumb img {
  width: 100%;
}
.project-details-sm-thumb-play-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.project-details-sm-thumb-play-box a {
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  line-height: 62px;
  text-align: center;
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  position: relative;
  font-size: 18px;
}
@media (max-width: 767px) {
  .project-details-sm-thumb-play-box a {
    font-size: 14px;
    height: 45px;
    width: 45px;
    line-height: 45px;
  }
}
.project-details-sm-thumb-play-box a i {
  display: inline-block;
  padding-left: 4px;
}
.project-details-sm-thumb-play-box a::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  opacity: 0.502;
  animation: borderanimate2 2.7s linear infinite;
  border-radius: 50%;
  z-index: -1;
}

.tp-inner-title {
  font-weight: 700;
  font-size: 48px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px),
  only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-inner-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-inner-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-inner-title {
    font-size: 38px;
  }
  .tp-inner-title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-inner-title {
    font-size: 35px;
  }
  .tp-inner-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-inner-title {
    font-size: 31px;
  }
  .tp-inner-title br {
    display: none;
  }
}

/*----------------------------------------*/
/*  7.15 service css start
/*----------------------------------------*/
.tp-service-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .tp-service-section-box {
    margin-bottom: 40px;
  }
}
.tp-service-item:hover .tp-service-icon span {
  color: var(--tp-common-white);
}
.tp-service-item:hover .tp-service-icon-shape {
  opacity: 1;
  visibility: visible;
}
.tp-service-item:hover .tp-service-arrow {
  margin-left: 0;
}
.tp-service-item:hover .tp-service-shape-1 {
  opacity: 1;
  visibility: visible;
}
.tp-service-item:hover > .tp-service-thumb img {
  transform: scale(1.2);
}
.tp-service-item:hover > .tp-service-thumb::before {
  opacity: 1;
  visibility: visible;
}
.tp-service-item:hover > .tp-service-thumb::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.tp-service-content-box {
  background-color: var(--tp-common-white);
  padding: 40px;
  padding-bottom: 35px;
  margin-top: -95px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-content-box {
    padding: 30px;
    margin-top: -95px;
  }
}
@media (max-width: 767px) {
  .tp-service-content-box {
    padding: 40px 20px;
    padding-bottom: 35px;
  }
}
.tp-service-thumb {
  position: relative;
  overflow: hidden;
}
.tp-service-thumb::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 6px;
  position: absolute;
  background-color: #dd0733;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 2;
}
.tp-service-thumb::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(22, 22, 22, 0.4);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.tp-service-thumb img {
  width: 100%;
  transition: 0.7s;
}
.tp-service-icon {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.tp-service-icon span {
  font-size: 40px;
  color: var(--tp-theme-1);
  display: inline-block;
  height: 100px;
  line-height: 110px;
  text-align: center;
  width: 100px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 2px 3.464px 20px 0px rgba(18, 14, 14, 0.06);
  transition: 0.5s;
}
.tp-service-icon span i {
  position: relative;
  z-index: 2;
}
.tp-service-icon-shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.tp-service-icon-shape img {
  max-width: inherit;
}
.tp-service-text {
  margin-top: 25px;
}
@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-service-text p {
    font-size: 14px;
  }
}
.tp-service-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 14px;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-title {
    font-size: 22px;
  }
}
.tp-service-title:hover {
  color: var(--tp-theme-1);
}
.tp-service-arrow {
  margin-left: -90px;
  transition: 0.5s;
}
.tp-service-arrow a {
  color: var(--tp-theme-1);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.tp-service-arrow a i {
  font-weight: 700;
  display: inline-block;
  margin-left: 11px;
  transform: translateY(3px);
  font-size: 16px;
}
.tp-service-shape-1 {
  position: absolute;
  right: 40px;
  bottom: 0;
  opacity: 0;
  visibility: visible;
  transition: 0.5s;
}
.tp-service-shape-2 {
  position: absolute;
  right: 0;
  top: 110px;
  animation: jumpTwo 3s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-shape-2 {
    top: 25px;
  }
}
.tp-service-slider-arrow {
  transform: translateY(-10px);
}
.tp-service-slider-arrow button {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  font-size: 24px;
  transition: 0.3s;
  line-height: 60px;
  color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
  box-shadow: 2px 3.464px 40px 0px rgba(30, 22, 22, 0.06);
}
@media (max-width: 767px) {
  .tp-service-slider-arrow button {
    font-size: 20px;
    height: 48px;
    line-height: 48px;
    width: 48px;
  }
}
.tp-service-slider-arrow button.test-next {
  margin-right: 15px;
}
.tp-service-slider-arrow button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-service-slider-arrow button.active {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

.tp-service-2-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
.tp-service-2-item {
  background-color: var(--tp-common-white);
  padding: 40px 20px;
  padding-bottom: 30px;
  transition: 0.5s;
}
.tp-service-2-item:hover {
  background-color: var(--tp-theme-1);
}
.tp-service-2-item:hover .tp-service-2-icon span {
  color: var(--tp-common-white);
}
.tp-service-2-item:hover .tp-service-2-title {
  color: var(--tp-common-white);
}
.tp-service-2-item:hover .tp-service-2-text p {
  color: var(--tp-common-white);
}
.tp-service-2-item:hover .tp-service-2-link a {
  background-color: var(--tp-common-white);
}
.tp-service-2-icon span {
  font-size: 60px;
  color: var(--tp-theme-1);
  display: block;
  margin-bottom: 30px;
  transition: 0.5s;
}
.tp-service-2-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
  transition: 0.3s;
}
.tp-service-2-text p {
  padding: 0 10px;
  margin-bottom: 25px;
  transition: 0.5s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-2-text p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-2-text p {
    padding: 0 70px;
  }
}
.tp-service-2-link a {
  font-size: 20px;
  height: 60px;
  line-height: 68px;
  text-align: center;
  width: 60px;
  color: var(--tp-theme-1);
  display: inline-block;
  border-radius: 50%;
  transition: 0.5s;
  background-color: rgba(221, 7, 7, 0.1215686275);
}
.tp-service-2-bottom-text p {
  color: #97989a;
  font-weight: 500;
  font-size: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-service-2-bottom-text p {
    font-size: 15px;
  }
}
.tp-service-2-bottom-text p a {
  color: var(--tp-common-white);
  text-decoration: underline;
}

.tp-service-3-item {
  padding: 60px;
  padding-top: 65px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@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-service-3-item {
    padding: 60px 30px;
    padding-top: 65px;
  }
}
.tp-service-3-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(22, 23, 26, 0.902);
  transition: 0.5s;
}
.tp-service-3-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--tp-common-white);
  transition: 0.5s;
}
.tp-service-3-item.active::before {
  opacity: 1;
  visibility: visible;
}
.tp-service-3-item.active::after {
  opacity: 0;
  visibility: hidden;
}
.tp-service-3-item.active .tp-service-3-icon span {
  color: var(--tp-common-white);
  animation: icon-bounce 0.8s 1;
}
.tp-service-3-item.active .tp-service-3-title {
  color: var(--tp-common-white);
}
.tp-service-3-item.active .tp-service-3-title:hover {
  color: var(--tp-theme-1);
}
.tp-service-3-item.active .tp-service-3-text p {
  color: var(--tp-common-white);
}
.tp-service-3-item.active .tp-service-3-shape-3 {
  right: 0;
}
.tp-service-3-item.active .tp-service-3-link {
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
  position: relative;
  transition: 0.3s;
}
.tp-service-3-item.active .tp-service-3-link::after {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0%;
  height: 100%;
  content: "";
  background: var(--tp-theme-1);
  transition: all 300ms ease-in-out;
}
.tp-service-3-item.active .tp-service-3-link:hover {
  border-color: var(--tp-theme-1);
}
.tp-service-3-item.active .tp-service-3-link:hover::after {
  left: 0%;
  right: auto;
  width: 100%;
}
.tp-service-3-item.active .tp-service-3-link:hover span {
  color: var(--tp-common-white);
}
.tp-service-3-item.active .tp-service-3-link:hover i {
  color: var(--tp-common-white);
}
.tp-service-3-item.active .tp-service-3-link span {
  color: var(--tp-theme-1);
  position: relative;
  z-index: 5;
}
.tp-service-3-item.active .tp-service-3-link i {
  color: var(--tp-theme-1);
  position: relative;
  z-index: 5;
}
.tp-service-3-icon span {
  font-size: 70px;
  color: var(--tp-theme-1);
  display: inline-block;
  transition: all 0.3s ease-out 0s;
}
.tp-service-3-title {
  font-weight: 700;
  font-size: 24px;
  transition: 0.3s;
  display: inline-block;
}
@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-service-3-title {
    font-size: 22px;
  }
}
.tp-service-3-text p {
  transition: 0.5s;
}
.tp-service-3-link {
  padding: 11px 30px;
  border: 1px solid #d8d2d0;
  transition: 0.3s;
}
.tp-service-3-link span {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  transition: 0.3s;
}
.tp-service-3-link i {
  font-size: 16px;
  transition: 0.5s;
  color: var(--tp-common-black);
}
.tp-service-3-shape-1 {
  position: absolute;
  top: 105px;
  left: 0;
  animation: tptranslateY2 4s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-3-shape-1 {
    top: 60px;
  }
}
.tp-service-3-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
}
.tp-service-3-shape-3 {
  position: absolute;
  bottom: 0;
  right: -10%;
  transition: all 0.5s ease-out 0s;
}
@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-service-3-shape-3 {
    bottom: -3%;
    right: -6%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-3-section-title .tp-section-title br {
    display: block;
  }
}

.tp-service-4-right-box .tp-header-right-tel-icon i {
  background-color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-service-4-right-box .tp-header-right-btn {
    margin-left: 0;
  }
}
.tp-service-4-item-bg {
  position: relative;
  overflow: hidden;
}
.tp-service-4-item-bg img {
  width: 100%;
  transition: 1s all ease;
}
.tp-service-4-item-bg::before {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgb(22, 23, 26);
  opacity: 0.5;
  z-index: 1;
}
.tp-service-4-text p {
  color: var(--tp-common-black);
  transition: 0.5s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-4-text p {
    font-size: 14px;
  }
}
.tp-service-4-content-wrap {
  height: 100%;
  padding: 40px;
}
@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: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-service-4-content-wrap {
    padding: 40px 25px;
  }
}
.tp-service-4-title-1 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
  transition: 0.5s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-service-4-title-1 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-4-title-1 {
    font-size: 23px;
  }
}
.tp-service-4-title-1.title-transparent {
  display: none;
  transition: 0.5s;
}
.tp-service-4-title-2 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
  transition: 0.6s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-service-4-title-2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-4-title-2 {
    font-size: 23px;
  }
}
.tp-service-4-title-3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
  transition: 0.6s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-service-4-title-3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-4-title-3 {
    font-size: 23px;
  }
}
.tp-service-4-title-3.title-transparent {
  display: none;
  transition: 0.6s;
}
.tp-service-4-icon a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 68px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-service-4-icon a {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-4-icon a {
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 68px;
  }
}
.tp-service-4-shape-1 {
  position: absolute;
  right: 0;
  top: 115px;
  animation: tptranslateY2 4s infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-service-4-shape-1 {
    top: 60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-4-shape-1 {
    right: -1%;
    top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-service-4-section-box {
    margin-bottom: 30px;
  }
}
.tp-service-4-item {
  background-color: var(--tp-common-white);
  height: 350px;
  transition: 0.5s;
}
@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: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-service-4-item {
    height: 300px;
  }
}
.tp-service-4-item:hover {
  background-color: transparent;
}
.tp-service-4-item:hover .tp-service-4-text p {
  display: none;
}
.tp-service-4-item:hover .tp-service-4-item-bg img {
  transform: scale(1.2);
}
.tp-service-4-item:hover .tp-service-4-title-1 {
  color: var(--tp-common-white);
  transition: 0.5s;
}
.tp-service-4-item:hover .tp-service-4-title-1.title-transparent {
  display: block;
}
.tp-service-4-item:hover .tp-service-4-title-2 {
  display: none;
}
.tp-service-4-item:hover .tp-service-4-title-3 {
  display: block;
  color: var(--tp-common-white);
}
.tp-service-4-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.tp-service-4-item-bg img {
  height: 100%;
}
.tp-service-4-active .swiper-slide.swiper-slide-active .tp-service-4-item {
  background-color: transparent;
}
.tp-service-4-active .swiper-slide.swiper-slide-active .tp-service-4-text p {
  display: none;
}
.tp-service-4-active
  .swiper-slide.swiper-slide-active
  .tp-service-4-item-bg
  img {
  transform: scale(1.2);
}
.tp-service-4-active .swiper-slide.swiper-slide-active .tp-service-4-title-1 {
  color: var(--tp-common-white);
}
.tp-service-4-active
  .swiper-slide.swiper-slide-active
  .tp-service-4-title-1.title-transparent {
  display: block;
}
.tp-service-4-active .swiper-slide.swiper-slide-active .tp-service-4-title-2 {
  display: none;
}
.tp-service-4-active .swiper-slide.swiper-slide-active .tp-service-4-title-3 {
  display: block;
  color: var(--tp-common-white);
}

.tp-scrollbar {
  height: 2px;
  width: 50%;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  background: #cccccc;
  margin-top: 65px;
}
@media (max-width: 767px) {
  .tp-scrollbar {
    display: none;
  }
}

.tp-service-4-wrapper .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--tp-common-white);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0px;
  left: 0;
  top: 0;
}

.tp-service-details-category ul li {
  list-style: none;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #f4f4f4;
}
.tp-service-details-category ul li:not(:last-child) {
  margin-bottom: 10px;
}
.tp-service-details-category ul li a {
  position: relative;
  display: block;
  font-weight: 500;
  color: var(--tp-common-black);
}
.tp-service-details-category ul li a i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.tp-service-details-category ul li:hover {
  border: 1px solid #fbfbfb;
  box-shadow: 0px 6px 20px 0px rgba(35, 35, 49, 0.08);
}
.tp-service-details-category ul li:hover a {
  color: var(--tp-theme-1);
}
.tp-service-details-category ul li.active {
  border: 1px solid #fbfbfb;
  box-shadow: 0px 6px 20px 0px rgba(35, 35, 49, 0.08);
}
.tp-service-details-category ul li.active a {
  color: var(--tp-theme-1);
}
.tp-service-details-title {
  font-size: 26px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-details-title {
    font-size: 22px;
  }
}
.tp-service-details-title-sm {
  font-size: 24px;
}
.tp-service-details-thumb-box {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #f5f5f8;
}
.tp-service-details-thumb img {
  width: 100%;
}
@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-service-details-thumb img {
    width: 90%;
  }
}
.tp-service-details-contact-box {
  padding: 25px;
  background-color: #f5f5f8;
}
.tp-service-details-contact-icon span {
  font-size: 24px;
  height: 60px;
  width: 60px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
  background-color: var(--tp-common-white);
  color: var(--tp-theme-1);
}
.tp-service-details-contact-text > span {
  display: block;
}
.tp-service-details-contact-text a {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-black);
}
@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-service-details-contact-text a {
    font-size: 14px;
  }
}
.tp-service-details-contact-text a span {
  color: #727272;
  font-weight: 400;
}
.tp-service-details-list-box ul {
  display: inline-block;
}
@media (max-width: 767px) {
  .tp-service-details-list-box ul {
    flex-wrap: wrap;
  }
}
.tp-service-details-list-box ul li {
  width: 50%;
  float: left;
  list-style: none;
  position: relative;
  line-height: 30px;
  padding-left: 75px;
  font-weight: 500;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-details-list-box ul li {
    line-height: 20px;
    padding-left: 65px;
    font-size: 14px;
  }
  .tp-service-details-list-box ul li br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-service-details-list-box ul li {
    font-size: 14px;
  }
  .tp-service-details-list-box ul li br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-service-details-list-box ul li {
    width: 100%;
    font-size: 14px;
  }
  .tp-service-details-list-box ul li br {
    display: none;
  }
}
.tp-service-details-list-box ul li:not(:last-child) {
  margin-bottom: 20px;
}
.tp-service-details-list-box ul li span {
  line-height: 30px;
}
.tp-service-details-list-box ul li span i {
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  color: var(--tp-theme-1);
  font-size: 22px;
  background-color: #f5f5f8;
}
@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-service-details-icon {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-details-icon {
    margin-bottom: 0px;
  }
}
.tp-service-details-icon-box {
  padding: 40px;
  padding-right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-details-icon-box {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .tp-service-details-icon-box {
    flex-wrap: wrap;
    padding: 30px 20px;
    width: 100%;
  }
}
.tp-service-details-icon span {
  font-size: 40px;
  height: 80px;
  width: 80px;
  line-height: 89px;
  border-radius: 50%;
  text-align: center;
  margin-right: 30px;
  display: inline-block;
  color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}
.tp-service-details-icon span.active {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-service-details-icon-text h5 {
  color: var(--tp-common-white);
  font-size: 18px;
  font-weight: 700;
}
.tp-service-details-icon-text p {
  color: #9898a0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tp-service-details-icon-text p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-service-details-icon-wrap {
    flex-wrap: wrap;
  }
}
.tp-service-details-right-wrap {
  padding-left: 35px;
}
@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-service-details-right-wrap {
    padding-left: 0;
  }
}
@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-service-details-text p {
    font-size: 14px;
  }
  .tp-service-details-text p br {
    display: none;
  }
}

.tp-black-mode .tp-service-3-item::after {
  background-color: #26272a;
}
.tp-black-mode .tp-service-3-title {
  color: var(--tp-common-white);
}
.tp-black-mode .tp-service-3-link {
  border-color: #68696c;
}
.tp-black-mode .tp-service-3-link span {
  color: var(--tp-common-white);
}
.tp-black-mode .tp-service-3-link i {
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  7.19 team css start
/*----------------------------------------*/
.tp-team-thumb {
  position: relative;
  overflow: hidden;
}
.tp-team-thumb::after {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: scale(0);
  background-color: rgba(22, 23, 26, 0.4);
}
.tp-team-thumb img {
  width: 100%;
  transition: 1.3s all ease;
}
.tp-team-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
  transition: 0.3s;
  display: inline-block;
}
@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-team-title {
    font-size: 21px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-team-title {
    font-size: 25px;
  }
}
.tp-team-title:hover {
  color: var(--tp-theme-1);
}
.tp-team-content {
  padding: 30px 15px;
  padding-top: 25px;
}
.tp-team-content span {
  font-weight: 500;
  display: block;
}
.tp-team-item:hover .tp-team-thumb::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.tp-team-item:hover .tp-team-thumb img {
  transform: scale(1.2);
}
.tp-team-social-wrap {
  position: absolute;
  left: 20px;
  bottom: -20px;
  z-index: 2;
}
.tp-team-social-wrap span {
  font-size: 18px;
  height: 40px;
  width: 40px;
  line-height: 43px;
  text-align: center;
  border-radius: 50%;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  display: inline-block;
}
.tp-team-social-wrap:hover {
  cursor: pointer;
}
.tp-team-social-wrap:hover .tp-team-social-box {
  bottom: 45px;
  opacity: 1;
  visibility: visible;
}
.tp-team-social-box {
  position: absolute;
  left: 0px;
  bottom: 95px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.tp-team-social-box a {
  display: inline-block;
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 5px 0;
  text-align: center;
  border-radius: 50%;
  color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
  display: inline-block;
  transition: 0.3s;
}
.tp-team-social-box a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-team-text p {
  padding: 9px 30px;
  margin-bottom: 0;
  margin-top: 15px;
  display: inline-block;
  background-color: var(--tp-grey-2);
}
@media (max-width: 767px) {
  .tp-team-text p {
    font-size: 14px;
    padding: 9px 20px;
  }
}
.tp-team-text p a {
  color: var(--tp-theme-1);
  font-weight: 700;
}

.tp-team-3-item {
  padding: 50px 15px;
  padding-top: 50px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.tp-team-3-item:hover .tp-team-3-thumb::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
}
.tp-team-3-item:hover .tp-team-3-thumb-shape-2 {
  opacity: 1;
  visibility: visible;
}
.tp-team-3-social {
  position: absolute;
  bottom: -150px;
  left: 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.tp-team-3-social-box {
  position: absolute;
  left: 50%;
  top: -25px;
  z-index: 1;
  transform: translateX(-50%);
  z-index: 9;
}
.tp-team-3-social-box button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-team-3-social-box:hover .tp-team-3-social {
  bottom: -140px;
  opacity: 1;
  visibility: visible;
}
.tp-team-3-social a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  margin: 5px 0;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  transition: 0.3s;
}
.tp-team-3-social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-team-3-thumb {
  position: relative;
  border-radius: 50%;
  height: 260px;
  width: 260px;
  margin: 0 auto;
  margin-bottom: 45px;
}
.tp-team-3-thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: rgba(22, 23, 26, 0.302);
  transform: scale(0, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  z-index: 8;
}
.tp-team-3-thumb > img {
  border-radius: 50%;
  transition: 0.9s;
  position: relative;
  z-index: 8;
}
.tp-team-3-thumb-shape-1 {
  position: absolute;
  top: -15px;
  left: -15px;
  border-radius: 0%;
  z-index: 1;
}
.tp-team-3-thumb-shape-1 img {
  max-width: inherit;
}
.tp-team-3-thumb-shape-2 {
  position: absolute;
  top: -15px;
  left: -15px;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.tp-team-3-thumb-shape-2 img {
  max-width: inherit;
}
.tp-team-3-title {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 0px;
  transition: 0.3s;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-team-3-title {
    font-size: 22px;
  }
}
.tp-team-3-title:hover {
  color: var(--tp-theme-1);
}
.tp-team-3-text span {
  font-weight: 500;
  display: block;
}
.tp-team-3-active {
  margin: -30px;
  padding: 30px;
}

.tp-team-details-bg {
  padding: 80px 100px;
  border: 1px solid #e2e1e1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-details-bg {
    padding: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-team-details-bg {
    border: none;
    padding: 0;
  }
}
.tp-team-details-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team-details-bg-shape {
    height: 50%;
    width: 100%;
  }
}
.tp-team-details-bg-shape img {
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team-details-bg-shape img {
    width: 100%;
    height: 100%;
  }
}
.tp-team-details-info-box {
  padding-left: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-team-details-info-box {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-team-details-text-box p {
    font-size: 14px;
  }
}
.tp-team-details-text-box p b {
  color: var(--tp-theme-1);
}
.tp-team-details-title {
  font-size: 40px;
  color: #0e3631;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-team-details-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-details-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-team-details-title {
    font-size: 28px;
  }
}
.tp-team-details-title-box span {
  font-size: 18px;
  font-weight: 400;
  color: var(--tp-theme-1);
  margin-bottom: 30px;
  display: inline-block;
}
.tp-team-details-title-box p {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-team-details-title-box p {
    font-size: 14px;
  }
}
.tp-team-details-personal-info-wrap {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-team-details-personal-info-wrap {
    margin-bottom: 20px;
  }
}
.tp-team-details-personal-info span {
  margin-bottom: 17px;
  font-size: 16px;
  display: inline-block;
  color: #727272;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-team-details-personal-info span {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.tp-team-details-personal-info span b {
  color: #0e3631;
  margin-right: 25px;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team-details-personal-info span b {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tp-team-details-personal-info span b {
    font-size: 15px;
    margin-right: 15px;
  }
}
.tp-team-details-personal-info span a {
  transition: 0.3s;
}
.tp-team-details-personal-info span a:hover {
  color: var(--tp-theme-1);
}
.tp-team-details-social a {
  font-size: 16px;
  margin-right: 20px;
  transition: 0.3s;
  color: #0e3631;
}
.tp-team-details-social a:hover {
  color: var(--tp-theme-1);
}
.tp-team-details-contact-box {
  padding: 60px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .tp-team-details-contact-box {
    padding: 30px;
  }
}
.tp-team-details-right-box {
  padding-left: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-details-right-box {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-team-details-right-box {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .tp-team-details-thumb {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-team-details-thumb img {
    width: 100%;
  }
}

.tp-black-mode .tp-team-3-item {
  background-color: #232428;
}
.tp-black-mode .tp-team-3-title {
  color: var(--tp-common-white);
}
.tp-black-mode .tp-team-3-title:hover {
  color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  7.20 testimonial css start
/*----------------------------------------*/
.tp-testimonial-active {
  margin: -40px -20px;
  padding: 40px 20px;
}
.tp-testimonial-active
  .swiper-slide.swiper-slide-active
  .tp-testimonial-item::after {
  background-image: -moz-linear-gradient(
    -90deg,
    rgb(226, 9, 53) 0%,
    rgb(22, 23, 26) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgb(226, 9, 53) 0%,
    rgb(22, 23, 26) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(226, 9, 53) 0%,
    rgb(22, 23, 26) 100%
  );
  opacity: 100%;
}
.tp-testimonial-item {
  padding: 40px;
  padding-left: 100px;
  margin-left: 65px;
  background-color: var(--tp-common-white);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  position: relative;
}
@media (max-width: 767px) {
  .tp-testimonial-item {
    padding: 40px 20px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testimonial-item {
    padding: 40px;
    margin-left: 0;
  }
}
.tp-testimonial-item::after {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  position: absolute;
  background-image: -moz-linear-gradient(
    -90deg,
    rgb(226, 9, 53) 0%,
    rgb(22, 23, 26) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgb(226, 9, 53) 0%,
    rgb(22, 23, 26) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(226, 9, 53) 0%,
    rgb(22, 23, 26) 100
  );
  opacity: 0.2;
}
.tp-testimonial-thumb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -65px;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp-testimonial-thumb {
    position: static;
    transform: translateY(0%);
    margin-bottom: 50px;
  }
}
.tp-testimonial-thumb img {
  border-radius: 50%;
  height: 130px;
  width: 130px;
}
.tp-testimonial-thumb-quot {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .tp-testimonial-thumb-quot {
    position: absolute;
    left: 26%;
    transform: translateX(-50%);
    top: 95px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testimonial-thumb-quot {
    position: absolute;
    left: 16%;
    transform: translateX(-50%);
    top: 95px;
  }
}
.tp-testimonial-thumb-quot span {
  height: 60px;
  width: 60px;
  line-height: 70px;
  font-size: 24px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-testimonial-text p {
  line-height: 30px;
  padding-right: 20px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-text p {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-text p {
    padding-right: 0px;
    font-size: 15px;
  }
}
.tp-testimonial-author-info span {
  font-weight: 500;
}
.tp-testimonial-author-name {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
}
.tp-testimonial-star i {
  color: var(--tp-theme-1);
}
.tp-testimonial-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.tp-testimonial-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  animation: tptranslateX2 4s infinite alternate;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-testimonial-shape-2 {
    top: -10%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-shape-2 {
    top: -20%;
  }
}
.tp-testimonial-shape-3 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.tp-testimonial-shape-4 {
  position: absolute;
  left: -3%;
  bottom: 0;
  animation: tptranslateX2 3s infinite alternate;
}
.tp-testimonial-shape-5 {
  position: absolute;
  right: 0;
  top: 0;
  animation: tptranslateY2 4s infinite alternate;
}

.tp-testimonial-3-space {
  padding-top: 120px;
  padding-bottom: 235px;
}
.tp-testimonial-3-item {
  padding: 40px;
  padding-top: 80px;
  background-color: var(--tp-common-white);
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .tp-testimonial-3-item {
    padding: 40px 20px;
    padding-top: 80px;
  }
}
.tp-testimonial-3-item::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 35px;
  height: 33px;
  width: 55px;
  background-color: var(--tp-common-white);
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
.tp-testimonial-3-item-wrap {
  margin-top: 50px;
}
.tp-testimonial-3-item-box .tp-testimonial-3-item {
  background-color: transparent;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.tp-testimonial-3-item-box .tp-testimonial-3-item::after {
  display: none;
}
.tp-testimonial-3-item-box .tp-testimonial-3-active {
  margin: -30px -20px;
  padding: 30px 20px;
}
.tp-testimonial-3-avata {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}
.tp-testimonial-3-avata img {
  border-radius: 50%;
  width: 101px;
  height: 101px;
}
.tp-testimonial-3-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.tp-testimonial-3-author-info {
  position: relative;
  z-index: 5;
}
.tp-testimonial-3-author-info span {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-theme-1);
}
.tp-testimonial-3-text p {
  line-height: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-3-text p {
    padding: 0 100px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-3-text p {
    font-size: 14px;
  }
}
.tp-testimonial-3-star i {
  color: var(--tp-theme-1);
}
.tp-testimonial-3-active {
  margin: -30px;
  padding: 30px;
}
.tp-testimonial-3-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
}
.tp-testimonial-3-shape-2 {
  position: absolute;
  bottom: 0;
  left: -5%;
  animation: tptranslateX2 4s infinite alternate;
}
.tp-testimonial-3-shape-3 {
  position: absolute;
  top: 0;
  right: 0;
  animation: tptranslateX2 4s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-3-section-box .tp-section-title br {
    display: block;
  }
}

.tp-black-mode .tp-testimonial-3-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tp-black-mode .tp-testimonial-3-item {
  background-color: #1f2023;
}
.tp-black-mode .tp-testimonial-3-item::after {
  background-color: #1f2023;
}
.tp-black-mode .tp-testimonial-3-title {
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  7.13 price css start
/*----------------------------------------*/
.tp-price-tab button {
  font-weight: 700;
  font-size: 16px;
  color: var(--tp-common-black);
  transition: 0.3s;
  border: 1px solid var(--tp-common-black);
  padding: 7px 20px;
  margin: 0 10px;
}
.tp-price-tab button:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
  background-color: var(--tp-theme-1);
}
.tp-price-tab button.active {
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
  background-color: var(--tp-theme-1);
}
.tp-price-wrapper {
  background-color: rgb(255, 255, 255);
  box-shadow: 3px 5.196px 60px 0px rgba(30, 22, 22, 0.08);
}
.tp-price-item {
  padding: 50px 60px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-price-item {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-price-item {
    padding: 50px 30px;
  }
}
.tp-price-item.active {
  margin-top: -45px;
  background-color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .tp-price-item.active {
    margin-top: 0;
  }
}
.tp-price-item.active .tp-price-middle-number {
  color: var(--tp-common-white);
}
.tp-price-item.active .tp-price-middle-box {
  position: relative;
}
.tp-price-item.active .tp-price-middle-box::after {
  content: "";
  bottom: -50px;
  left: 0;
  height: 1px;
  width: 160px;
  position: absolute;
  background-color: #9a9797;
}
.tp-price-item.active .tp-price-middle-box span {
  color: var(--tp-common-white);
}
.tp-price-item.active .tp-price-top-box span {
  color: var(--tp-common-white);
}
.tp-price-item.active .tp-price-list ul li {
  color: #b4b4b4;
}
.tp-price-top-box {
  padding-right: 20px;
}
.tp-price-top-box span {
  font-weight: 700;
  font-size: 24px;
  color: var(--tp-common-black);
}
@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-price-top-box span {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-price-top-box span {
    font-size: 24px;
  }
}
.tp-price-top-box img {
  margin-top: 10px;
}
.tp-price-middle-number {
  font-weight: 700;
  font-size: 50px;
  color: var(--tp-theme-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-price-middle-number {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-price-middle-number {
    font-size: 40px;
  }
}
.tp-price-middle-box span {
  font-weight: 700;
  font-size: 16px;
  color: var(--tp-common-black);
}
@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-price-middle-box span {
    font-size: 14px;
  }
}
.tp-price-list ul li {
  position: relative;
  padding-left: 30px;
  list-style: none;
  transition: 0.3s;
}
@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-price-list ul li {
    font-size: 14px;
  }
}
.tp-price-list ul li.color {
  color: var(--tp-common-black);
}
.tp-price-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.tp-price-list ul li i {
  color: var(--tp-theme-1);
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 14px;
  font-weight: 500;
}
.tp-price-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*----------------------------------------*/
/*  7.11 feature css start
/*----------------------------------------*/
.tp-feature-2-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
.tp-feature-2-item-custom {
  padding: 40px;
  border: 1px solid var(--tp-border-2);
  position: relative;
  transition: all 0.3s ease;
}

.tp-feature-2-item-custom:hover {
  border: 1px solid var(--tp-border-2);
}

.tp-feature-2-item-custom::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 3px solid transparent;
  transition: border-color 0.3s ease;
  z-index: -1;
}

.tp-feature-2-item-custom:hover::before {
  border-color: var(--tp-theme-1);
}

.tp-feature-2-item {
  padding: 40px;
  border: 1px solid var(--tp-border-2);
  position: relative;
  transition: 0.3s;
}
.tp-feature-2-item::before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: scale(0.7);
  content: "";
  position: absolute;
  background-color: var(--tp-theme-1);
  z-index: 1;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.tp-feature-2-item::after {
  width: 10px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: "";
  position: absolute;
  z-index: 1;
  transition: 0.5s;
}
.tp-feature-2-item.active {
  border-color: transparent;
}
.tp-feature-2-item.active::before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.tp-feature-2-item.active::after {
  opacity: 0;
  visibility: hidden;
}
.tp-feature-2-item.active .tp-feature-2-icon span {
  color: var(--tp-common-white);
}

.tp-feature-2-item.active .tp-feature-2-icon::after {
  opacity: 1;
  visibility: visible;
}
.tp-feature-2-item.active .tp-feature-2-title {
  color: var(--tp-common-white);
}
.tp-feature-2-item.active .tp-feature-2-title-custom {
  color: var(--tp-common-white);
}
.tp-feature-2-item.active .tp-feature-2-subtitle {
  color: var(--tp-common-white);
}
.tp-feature-2-icon {
  position: relative;
}
.tp-feature-2-icon span {
  font-size: 62px;
  color: var(--tp-theme-1);
  display: block;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  transition: 0.5s;
}
.tp-feature-2-icon::after {
  width: 55px;
  height: 35px;
  top: 15px;
  left: 25px;
  content: "";
  position: absolute;
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.tp-feature-2-title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0;
  transition: 0.5s;
  position: relative;
  z-index: 2;
}

.tp-feature-2-subtitle {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 0;
  transition: 0.5s;
  position: relative;
  margin-bottom: 5px;
  z-index: 2;
  color: rgb(85, 85, 85);
}

.tp-feature-2-title-custom {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0;
  transition: 0.5s;
  position: relative;
  margin-bottom: 5px;
  z-index: 2;
  color: var(--tp-theme-1);
}
.tp-feature-2-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  animation: tptranslateY2 4s infinite alternate;
}

.tp-black-mode .tp-feature-2-item {
  border: 1px solid #343538;
}
.tp-black-mode .tp-feature-2-item::after {
  background-color: #343538;
}
.tp-black-mode .tp-feature-2-title {
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  7.18 step css start
/*----------------------------------------*/
.tp-step-item {
  padding: 0 32px;
  padding-top: 80px;
  background-color: var(--tp-common-white);
  box-shadow: 2px 3.464px 40px 0px rgba(35, 35, 49, 0.08);
}

.tp-step-item-v2 {
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: var(--tp-common-white);
  box-shadow: 2px 3.464px 40px 0px rgba(35, 35, 49, 0.08);
}
.tp-step-item-box {
  margin-top: 50px;
}
.tp-step-item-box-pl {
  padding-top: 60px;
}
@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-step-item-box-pl {
    padding-top: 0;
  }
}
.tp-step-item-box.active .tp-step-icon span::after {
  transform: scale(1);
}
.tp-step-item:hover .tp-step-icon span i {
  animation: icon-bounce 0.8s 1;
}
.tp-step-icon {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: inline-block;
}
.tp-step-icon span {
  font-size: 44px;
  display: inline-block;
  height: 95px;
  width: 95px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  transition: 0.3s;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-step-icon span i {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.tp-step-icon span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: var(--tp-theme-1);
  transform: scale(0);
  transition: 0.4s;
}
.tp-step-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--tp-common-black);
  transition: 0.3s;
}
.tp-step-title:hover {
  color: var(--tp-theme-1);
}
.tp-step-number {
  transform: translateY(21px);
  padding: 8px 35px;
  background-color: var(--tp-theme-1);
  display: inline-block;
  position: relative;
}
.tp-step-number::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -16px;
  height: 22px;
  width: 16px;
  background-color: #6e006e;
  clip-path: polygon(100% 100%, 100% 0, 0 0);
}
.tp-step-number::after {
  position: absolute;
  content: "";
  top: 0;
  right: -16px;
  height: 22px;
  width: 16px;
  background-color: #6e006e;
  clip-path: polygon(100% 100%, 0 0, 0 100%);
}
.tp-step-number span {
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-white);
}
.tp-step-text {
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-step-section-title .tp-section-title br {
    display: block;
  }
}

.tp-black-mode .tp-step-icon span {
  background-color: #26272a;
}
.tp-black-mode .tp-step-item {
  background-color: var(--tp-common-black-3);
}
.tp-black-mode .tp-step-title {
  color: var(--tp-common-white);
}
.tp-black-mode .tp-step-title:hover {
  color: var(--tp-theme-1);
}
.tp-black-mode .tp-step-number {
  background-color: #26272a;
}
.tp-black-mode .tp-step-number::after {
  background-color: #16171a;
}
.tp-black-mode .tp-step-number::before {
  background-color: #1c1d20;
}

/*----------------------------------------*/
/*  7.21 video css start
/*----------------------------------------*/
.tp-video-3-bg {
  height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-video-3-bg {
    height: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-video-3-bg {
    height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-video-3-bg {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .tp-video-3-bg {
    height: 750px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-video-3-bg {
    height: 620px;
  }
}
.tp-video-3-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(30, 30, 30);
  opacity: 0.902;
}
.tp-video-3-play-box {
  position: absolute;
  right: 530px;
  top: 220px;
  z-index: 2;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-video-3-play-box {
    right: 400px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-video-3-play-box {
    right: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-video-3-play-box {
    right: 100px;
  }
}
.tp-video-3-play-box a {
  display: inline-block;
  height: 120px;
  width: 120px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  position: relative;
}
.tp-video-3-play-box a i {
  font-size: 18px;
}
.tp-video-3-play-box a::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 70%;
  height: 70%;
  background-color: rgba(221, 7, 50, 0.311);
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
}
.tp-video-3-play-box a::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  transform: scale(1.5);
  border: 1px solid var(--tp-theme-1);
  animation: borderanimate2 2s linear infinite;
  border-radius: 50%;
}
@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-video-3-content p {
    font-size: 14px;
  }
  .tp-video-3-content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-video-3-btn-box a {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-video-3-btn-box a {
    margin-bottom: 0px;
  }
}
.tp-video-3-shape-1 {
  position: absolute;
  top: 370px;
  right: 280px;
  z-index: 1;
}
.tp-video-3-shape-2 {
  position: absolute;
  z-index: 1;
  top: 280px;
  right: 425px;
  animation: tpswing 1s ease-in-out 1s forwards infinite alternate;
  transform-origin: bottom left;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-video-3-shape-2 {
    right: 280px;
  }
}
.tp-video-3-shape-3 {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  animation: tptranslateX2 2.7s infinite alternate;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-video-3-shape-3 {
    right: -3%;
    bottom: -10%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-video-3-shape-3 {
    right: -3%;
    bottom: -15%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-video-3-section-box .tp-section-title {
    font-size: 33px;
  }
}

.tp-video-4-bg {
  background-repeat: no-repeat;
  background-size: cover;
  height: 840px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-video-4-bg {
    height: 700px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-video-4-bg {
    height: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-video-4-bg {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-video-4-bg {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .tp-video-4-bg {
    height: 300px;
  }
}
.tp-video-4-play-box a {
  display: inline-block;
  height: 190px;
  width: 190px;
  line-height: 190px;
  border-radius: 50%;
  text-align: center;
  color: var(--tp-common-white);
  background-color: rgba(255, 255, 255, 0.149);
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-video-4-play-box a {
    height: 120px;
    width: 120px;
    line-height: 120px;
  }
}
.tp-video-4-play-box a i {
  font-size: 24px;
  padding-left: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-video-4-play-box a i {
    font-size: 18px;
  }
}
.tp-video-4-play-box a::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.065);
  animation: borderanimate2 2.7s linear infinite;
  border-radius: 50%;
}
.tp-video-4-play-box a::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.065);
  animation: borderanimate2 2.3s linear infinite;
  border-radius: 50%;
}

/*----------------------------------------*/
/*  7.3 brand css start
/*----------------------------------------*/
.tp-brand-wrap {
  padding: 66px 120px;
  margin-top: -80px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px),
  only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-brand-wrap {
    padding: 66px 50px;
  }
}
@media 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-brand-wrap {
    padding: 66px 30px;
  }
}
.tp-brand-item img {
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s linear;
}
.tp-brand-item img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.tp-brand-2-item {
  text-align: center;
}
.tp-brand-2-item img {
  opacity: 100%;
  transition: all 0.3s linear;
}
.tp-brand-2-item img:hover {
  opacity: 100%;
}

/*----------------------------------------*/
/*  7.10 faq css start
/*----------------------------------------*/
.tp-faq-thumb {
  position: absolute;
  top: -120px;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.tp-faq-thumb:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.tp-faq-thumb::before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-faq-thumb::before {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-faq-thumb {
    width: 47%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-thumb {
    width: 47%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-faq-thumb {
    position: static;
    height: 600px;
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-faq-thumb {
    position: static;
    height: 300px;
    width: 100%;
    margin-bottom: 50px;
  }
}
.tp-faq-thumb-box {
  position: relative;
}
.tp-faq-thumb-box img {
  width: 100%;
}
.tp-faq-thumb-box::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  transition: 0.5s;
  background-color: rgb(22, 23, 26);
}
.tp-faq-thumb-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}
.tp-faq-thumb-text > a {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  color: var(--tp-common-white);
  border: 1px solid var(--tp-common-white);
}
@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-faq-thumb-text > a {
    height: 50px;
    width: 50px;
    line-height: 55px;
    font-size: 18px;
  }
}
.tp-faq-item:hover .tp-faq-thumb-box::after {
  opacity: 0.8;
}
.tp-faq-item:hover .tp-faq-thumb-text a {
  background-color: var(--tp-theme-1);
  border: 1px solid transparent;
}
.tp-faq-text {
  position: absolute;
  left: 1%;
  bottom: 51%;
  transform: rotate(-90deg);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-faq-text {
    left: -7%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-faq-text {
    left: -12%;
    bottom: 42%;
  }
}
.tp-faq-text h5 {
  font-size: 80px;
  color: #f1f1f2;
  letter-spacing: 18px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-faq-text h5 {
    font-size: 65px;
  }
}
.tp-faq-title {
  color: var(--tp-common-white);
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-title {
    font-size: 27px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-faq-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.tp-faq-space {
  padding-top: 205px;
  padding-bottom: 50px;
  margin-top: -100px;
}

/*----------------------------------------*/
/*  7.2 app css start
/*----------------------------------------*/
.tp-app-section-box p {
  padding-right: 70px;
}
@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-app-section-box p {
    font-size: 14px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .tp-app-thumb img {
    max-width: 45%;
  }
}
.tp-app-shape-1 {
  position: absolute;
  bottom: 0;
  left: 80px;
  animation: tptranslateX2 4s infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-app-shape-1 {
    left: 30px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-app-shape-1 {
    left: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-app-shape-1 {
    left: 40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-app-shape-1 img {
    max-width: 50%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-app-shape-1 img {
    max-width: 40%;
  }
}
.tp-app-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-app-shape-2 {
    right: -14%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-app-shape-2 {
    right: -30%;
  }
}
.tp-app-shape-3 {
  position: absolute;
  bottom: 40px;
  right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-app-shape-3 {
    right: -15%;
  }
}
.tp-app-shape-4 {
  position: absolute;
  bottom: 0px;
  right: 225px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-app-shape-4 {
    right: 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-app-shape-4 {
    right: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-app-shape-4 {
    right: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-app-shape-4 {
    right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-app-shape-4 {
    position: static;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-app-shape-4 img {
    max-width: 95%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-app-shape-4 img {
    max-width: 80%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-app-shape-4 img {
    max-width: 90%;
  }
}
.tp-app-shape-5 {
  position: absolute;
  bottom: 0px;
  right: 605px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-app-shape-5 {
    right: 500px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-app-shape-5 {
    right: 400px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-app-shape-5 {
    right: 300px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-app-shape-5 img {
    max-width: 95%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-app-shape-5 img {
    max-width: 80%;
  }
}

/*----------------------------------------*/
/*  7.9 error css start
/*----------------------------------------*/
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-error-thumb-box img {
    max-width: 70%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-error-thumb-box img {
    max-width: 60%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-error-thumb-box img {
    max-width: 60%;
  }
}
.tp-error-title {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-error-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-error-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-error-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .tp-error-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-error-title {
    font-size: 34px;
  }
}

/*----------------------------------------*/
/*  7.4 cart css start
/*----------------------------------------*/
/* 16. Cart */
.table-content .table > :not(:first-child) {
  border-top: 0;
}
.table-content table {
  background: #ffffff;
  border-color: #eaedff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.table-content .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #eaedff;
}

.table-content .product-quantity {
  float: none;
}

.table-content table td.product-name {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.table-content table td.product-name a:hover {
  color: var(--tp-theme-1);
}

.table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 16px;
}

.table-content table th,
.table-content table td {
  border-bottom: 1px solid rgba(6, 7, 40, 0.1);
  border-right: 1px solid rgba(6, 7, 40, 0.1);
}

.product-quantity input {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  height: 64px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  .coupon-all button {
    padding: 0 20px;
    font-size: 13px;
    height: 60px;
    line-height: 60px;
  }
}
.coupon input {
  height: 58px;
  line-height: 58px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: 1px solid #e0e2e3;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .coupon input {
    height: 60px;
    line-height: 60px;
    font-size: 10px;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.tp-quantity {
  width: 200px;
  margin: 0 auto;
}
.tp-quantity .cart-minus {
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.tp-quantity .cart-plus {
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.table td,
.table th {
  border-top: 1px solid #eaedff;
}

.product-thumbnail,
.cart-product-name,
.product-price,
.product-quantity,
.product-subtotal,
.product-remove {
  font-weight: 600;
  font-size: 20px;
  color: #060728;
  font-family: var(--tp-ff-clash-semibold);
}

.product-quantity > input {
  width: 80px;
  text-align: center;
}

.table-content table td .cart-plus-minus {
  float: none;
  margin: 0 auto;
}

.coupon-all {
  margin-top: 50px;
}

.coupon {
  float: left;
}

@media (max-width: 767px) {
  .coupon {
    float: none;
  }
}
#coupon_code {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  margin-right: 10px;
  width: inherit;
  height: 67px;
  line-height: 67px;
  padding: 0 25px;
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #coupon_code {
    height: 54px;
  }
}
@media (max-width: 767px) {
  #coupon_code {
    padding: 0px 15px;
  }
}

@media (max-width: 767px) {
  #coupon_code {
    margin-bottom: 15px;
  }
}
.coupon2 {
  float: right;
}

.checkout-link .tp-btn:hover {
  background-color: var(--tp-theme-2);
}
.checkout-link .tp-btn-dark-lg:hover {
  background-color: var(--tp-theme-1);
}

@media (max-width: 767px) {
  .coupon2 {
    float: none;
    margin-top: 15px;
  }
}
.cart-page-total {
  padding: 35px;
  margin-top: 100px;
  background: var(--tp-grey-1);
}
@media (max-width: 767px) {
  .cart-page-total {
    padding: 30px 15px;
  }
}

.cart-page-total > h2 {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.cart-page-total > ul {
  border: 1px solid rgba(6, 7, 40, 0.1);
}

.cart-page-total > ul > li {
  list-style: none;
  padding: 21px 30px;
  border-bottom: 1px solid rgba(6, 7, 40, 0.1);
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #696a7e;
}

.cart-page-total ul > li > span {
  float: right;
}

.cart-page-total li:last-child {
  border-bottom: 0;
}

td.product-thumbnail img {
  width: 125px;
}

/* 17. Checkout */
.coupon-accordion h3 {
  background-color: #f7f7f7;
  border-top: 3px solid var(--tp-theme-1);
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 25px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}

.coupon-accordion h3::before {
  content: "\f07b";
  left: 15px;
  top: 13px;
  position: absolute;
  color: var(--tp-theme-1);
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}

.coupon-accordion span {
  color: #6f7172;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
}

.coupon-accordion span:hover,
p.lost-password a:hover {
  color: var(--tp-common-black);
}

.coupon-content {
  border: 1px solid #eaedff;
  display: none;
  margin-bottom: 20px;
  padding: 30px;
}

.coupon-info p.coupon-text {
  margin-bottom: 15px;
}

.coupon-info p {
  margin-bottom: 0;
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
  display: block;
  color: #6f7172;
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
  color: var(--tp-theme-1);
  font-weight: 700;
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
  border: 1px solid #eaedff;
  height: 45px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 100%;
  outline: none;
}
.coupon-info p.form-row-first input:focus,
.coupon-info p.form-row-last input:focus {
  border-color: var(--tp-common-black);
}

.coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
  background: #3e976c none repeat scroll 0 0;
}

.coupon-info p.form-row input[type="checkbox"] {
  position: relative;
  top: -1px;
}

.form-row > label {
  margin-top: 15px;
  margin-left: 15px;
  color: #6f7172;
}

.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

p.lost-password {
  margin-top: 15px;
}

p.lost-password a {
  color: #6f6f6f;
}

p.checkout-coupon input[type="text"] {
  height: 45px;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #eaedff;
  margin-bottom: 15px;
  outline: none;
}
p.checkout-coupon input[type="text"]:focus {
  border-color: var(--tp-common-black);
}

.coupon-checkout-content {
  display: none;
}

.checkbox-form h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 26px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.country-select {
  margin-bottom: 30px;
  position: relative;
}

.country-select select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #eaedff;
  padding: 0 10px;
  height: 50px;
}

.country-select label,
.checkout-form-list label {
  color: #6f7172;
  display: block;
  margin: 0 0 5px;
}

.country-select label span.required,
.checkout-form-list label span.required {
  color: var(--tp-theme-1);
}

.country-select .nice-select {
  border: 1px solid #eaedff;
  height: 45px;
  padding-left: 10px;
  width: 100%;
  color: #6f7172;
  margin-bottom: 20px;
}

.country-select .nice-select .list {
  width: 100%;
}

.checkout-form-list {
  margin-bottom: 30px;
}

.checkout-form-list label {
  color: #6f7172;
}

.checkout-form-list input[type="text"],
.checkout-form-list input[type="password"],
.checkout-form-list input[type="email"] {
  background: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  height: 45px;
  padding: 0 0 0 10px;
  width: 100%;
  outline: none;
}
.checkout-form-list input[type="text"]:focus,
.checkout-form-list input[type="password"]:focus,
.checkout-form-list input[type="email"]:focus {
  border-color: var(--tp-common-black);
}

.checkout-form-list input[type="text"]::-moz-placeholder,
.checkout-form-list input[type="password"]::-moz-placeholder,
.checkout-form-list input[type="email"]::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type="text"]::placeholder,
.checkout-form-list input[type="password"]::placeholder,
.checkout-form-list input[type="email"]::placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type="checkbox"] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.create-acc label {
  color: #6f7172;
  display: inline-block;
}

.create-account {
  display: none;
}

.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
  color: var(--tp-theme-1);
}

.order-notes textarea {
  border: 1px solid #eaedff;
  height: 120px;
  padding: 15px;
  width: 100%;
  outline: 0;
  resize: none;
}

.order-notes textarea:focus {
  border-color: var(--tp-common-black);
}

.order-notes textarea::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.order-notes textarea::placeholder {
  color: #6f7172;
  opacity: 1;
}

#ship-box-info {
  display: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default > .panel-heading {
  border-radius: 0;
}

.your-order {
  padding: 30px 40px 45px;
  border: 3px solid #f7f7f7;
}

@media (max-width: 767px) {
  .your-order {
    padding: 15px;
  }
}
.your-order h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.your-order-table table {
  background: none;
  border: 0;
  width: 100%;
}

.your-order-table table th,
.your-order-table table td {
  border-bottom: 1px solid #eaedff;
  border-right: medium none;
  color: #6f7172;
  font-size: 14px;
  padding: 15px 0;
  text-align: left;
}

@media (max-width: 767px) {
  .your-order-table table th,
  .your-order-table table td {
    padding-right: 10px;
  }
}
.your-order-table table th {
  border-top: medium none;
  color: #6f7172;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.panel-body > p {
  color: #222;
}

.your-order-table table .shipping ul li {
  list-style: none;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: -1px;
}

.your-order-table table .shipping ul li label {
  color: #6f7172;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: 0;
  font-size: 14px;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
  background: #f9f9f9;
}

.your-order-table table tr.order-total td span {
  color: var(--tp-common-black);
  font-size: 18px;
  font-weight: 500;
}

.payment-method {
  margin-top: 40px;
}
.payment-method .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.payment-method .accordion-item {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
}
.payment-method .accordion-button {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-black);
  padding: 23px 0;
  border: none;
}
.payment-method .accordion-button::after {
  position: absolute;
  content: "\f067";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 400;
  margin-left: 0;
  background-image: none;
  color: var(--tp-theme-1);
}
.payment-method .accordion-button:not(.collapsed) {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  box-shadow: none;
}
.payment-method .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.payment-method .accordion-body {
  padding: 8px 0;
  padding-bottom: 40px;
}
.payment-method .accordion-collapse {
  border: none;
}

.panel-title > a {
  display: block;
}

.order-button-payment input {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  margin: 0px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.order-button-payment input:hover {
  background: #3e976c none repeat scroll 0 0;
}

.payment-method .btn-link {
  -moz-user-select: none;
  background: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 3px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.payment-method .card {
  background-color: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
  border: 1px solid #eaedff;
}

.card-header:first-child {
  border-radius: 0;
}

.payment-method .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eaedff;
}

.order-button-payment button {
  width: 100%;
}

/*----------------------------------------*/
/*  7.5 checkout css start
/*----------------------------------------*/
.tp-checkout-verify-item {
  margin-bottom: 40px;
}
.tp-checkout-verify-item:not(:last-child) {
  margin-bottom: 14px;
}
.tp-checkout-verify-reveal {
  font-size: 14px;
  color: var(--tp-common-black);
  margin-bottom: 0;
  display: inline-block;
  border: 1px dashed #aab0b2;
  padding: 18px 40px;
  width: 100%;
}
.tp-checkout-verify-reveal button {
  color: var(--tp-theme-1);
  position: relative;
}
.tp-checkout-verify-reveal button::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background-color: var(--tp-theme-1);
}
.tp-checkout-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-2);
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-align: center;
}
.tp-checkout-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-checkout-input {
  margin-bottom: 20px;
}
.tp-checkout-input label {
  font-weight: 500;
  color: var(--tp-common-black);
  padding-bottom: 10px;
  font-size: 14px;
}
.tp-checkout-input label span {
  color: red;
}
.tp-checkout-input input,
.tp-checkout-input textarea {
  width: 100%;
  background: #ffffff;
  color: var(--tp-common-black);
  height: 64px;
  border: 1px solid #e0e2e3;
}
.tp-checkout-input input:focus,
.tp-checkout-input textarea:focus {
  border-color: var(--tp-theme-1);
}
.tp-checkout-input textarea {
  height: 200px;
  resize: none;
  padding: 25px;
  font-size: 14px;
}
.tp-checkout-input .nice-select {
  height: 64px;
  line-height: 63px;
  border-radius: 0;
  border: 0;
  float: none;
  padding: 0 25px;
  font-size: 14px;
}
.tp-checkout-input .nice-select::after {
  right: 26px;
}
.tp-checkout-input .nice-select.open .list {
  -webkit-transform: scale(1) translateY(0px);
  -moz-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.tp-checkout-input .nice-select .list {
  margin-top: 0;
  border-radius: 0;
  transform-origin: center center;
  -webkit-transform: scale(0.9) translateY(0px);
  -moz-transform: scale(0.9) translateY(0px);
  -ms-transform: scale(0.9) translateY(0px);
  -o-transform: scale(0.9) translateY(0px);
  transform: scale(0.9) translateY(0px);
  width: 100%;
  padding: 12px 0;
}
.tp-checkout-input .nice-select .list .option {
  line-height: 1.2;
  min-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
}
.tp-checkout-input .nice-select .list .option:hover {
  color: var(--tp-theme-2);
}
.tp-checkout-option {
  margin-bottom: 4px;
}
.tp-checkout-option-wrapper {
  margin-top: 10px;
  margin-bottom: 17px;
}
.tp-checkout-option input {
  display: none;
}
.tp-checkout-option input:checked ~ label::after {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}
.tp-checkout-option input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-checkout-option label {
  font-size: 15px;
  color: #55585b;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.tp-checkout-option label::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid rgba(6, 7, 40, 0.2);
  z-index: -1;
  transition: 0.3s;
}
.tp-checkout-option label::before {
  position: absolute;
  content: "\f00c";
  top: 1px;
  left: 5px;
  font-size: 12px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: 0.3s;
  font-family: "Font Awesome 5 Pro";
}
.tp-checkout-option label a:hover {
  color: var(--tp-theme-2);
}
.tp-checkout-option label:hover {
  cursor: pointer;
}
.tp-checkout-bill-area {
  padding: 45px 40px 24px;
  background-color: var(--tp-grey-1);
}
@media (max-width: 767px) {
  .tp-checkout-bill-area {
    padding: 45px 25px 24px;
  }
}
.tp-checkout-bill-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 35px;
}
.tp-checkout-place {
  padding: 44px 50px 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-checkout-place {
    padding: 35px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-checkout-place {
    padding: 35px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-checkout-place {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .tp-checkout-place {
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tp-checkout-place-title {
  font-size: 26px;
  font-weight: 600;
  margin-right: 37px;
}
.tp-checkout-payment {
  padding-bottom: 26px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e0e2e3;
}
.tp-checkout-payment-item:not(:last-child) {
  margin-bottom: 10px;
}
.tp-checkout-payment-item.paypal-payment label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tp-checkout-payment-item input {
  display: none;
}
.tp-checkout-payment-item input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.tp-checkout-payment-item label {
  font-size: 14px;
  position: relative;
  padding-left: 27px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.tp-checkout-payment-item label:hover {
  cursor: pointer;
}
.tp-checkout-payment-item label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--tp-theme-1);
  transition: 0.3s;
}
.tp-checkout-payment-item label::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--tp-theme-1);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.tp-checkout-payment-item label img {
  margin-left: 14px;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}
.tp-checkout-payment-item label a {
  margin-left: 20px;
  position: relative;
}
.tp-checkout-payment-desc {
  position: relative;
  padding-top: 10px;
  display: none;
}
.tp-checkout-payment-desc::after {
  position: absolute;
  content: "";
  left: 57px;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-transform: translateY(3px) rotate(45deg);
  -moz-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  -o-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
}
.tp-checkout-payment-desc p {
  background-color: #fff;
  padding: 19px 30px;
  margin-left: 27px;
  font-size: 14px;
  line-height: 1.57;
  color: #55585b;
  margin-bottom: 0;
}
.tp-checkout-agree {
  margin-bottom: 24px;
}

.tp-return-customer {
  display: none;
  margin-top: 14px;
  padding: 40px 40px;
  background-color: var(--tp-grey-1);
}
.tp-return-customer-input {
  margin-bottom: 20px;
}
.tp-return-customer-input label {
  font-weight: 500;
  color: var(--tp-common-black);
  padding-bottom: 10px;
}
.tp-return-customer-input label span {
  color: red;
}
.tp-return-customer-input input {
  width: 100%;
  background: #fff;
  border: 0;
  color: var(--tp-common-black);
  height: 64px;
  transition: 0.3s;
  border: 1px solid transparent;
}
.tp-return-customer-input input:focus {
  border: 1px solid var(--tp-theme-1);
}
.tp-return-customer-remeber input {
  display: none;
}
.tp-return-customer-remeber input:checked ~ label::after {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}
.tp-return-customer-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-return-customer-remeber label {
  font-size: 15px;
  color: #55585b;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.tp-return-customer-remeber label::after {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid rgba(6, 7, 40, 0.2);
  z-index: -1;
  transition: 0.3s;
}
.tp-return-customer-remeber label::before {
  position: absolute;
  content: "\f00c";
  top: 0px;
  left: 5px;
  font-size: 10px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: 0.3s;
  font-family: "Font Awesome 5 Pro";
}
.tp-return-customer-remeber label a:hover {
  color: var(--tp-common-orange);
}
.tp-return-customer-remeber label:hover {
  cursor: pointer;
}
.tp-return-customer-forgot a {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-theme-2);
  position: relative;
  display: inline-block;
}
.tp-return-customer-forgot a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: var(--tp-theme-primary);
}
.tp-return-customer-forgot a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

.tp-order-details {
  padding: 70px 100px 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-order-details {
    padding: 70px 70px 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-order-details {
    padding: 70px 30px 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-order-details {
    padding: 70px 50px 55px;
  }
}
@media (max-width: 767px) {
  .tp-order-details {
    padding: 40px 30px 45px;
  }
}
.tp-order-details-icon {
  margin-bottom: 22px;
}
.tp-order-details-icon span {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 118px;
  text-align: center;
  font-size: 55px;
  color: var(--tp-common-white);
  border: 1px solid rgba rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.tp-order-details-title {
  font-size: 30px;
  font-weight: 600;
  color: var(--tp-common-white);
  margin-bottom: 7px;
}
.tp-order-details-content p {
  font-size: 16px;
  color: var(--tp-common-white);
  line-height: 1.38;
}
.tp-order-details-item {
  margin-bottom: 38px;
}
.tp-order-details-item-wrapper
  .row
  [class*="col-"]:nth-child(2n)
  .tp-order-details-item {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .tp-order-details-item-wrapper
    .row
    [class*="col-"]:nth-child(2n)
    .tp-order-details-item {
    padding-left: 0;
  }
}
.tp-order-details-item h4 {
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 0;
  font-weight: 400;
}
.tp-order-details-item p {
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
.tp-order-info-wrapper {
  padding: 42px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-order-info-wrapper {
    padding: 42px 40px;
  }
}
@media (max-width: 767px) {
  .tp-order-info-wrapper {
    padding: 42px 30px;
  }
}
.tp-order-info-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}
.tp-order-info-list ul li {
  list-style: none;
  padding: 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tp-order-info-list ul li:not(:last-child) {
  border-bottom: 1px solid #e0e2e3;
}
.tp-order-info-list ul li span {
  font-size: 15px;
  color: var(--tp-common-black);
}
.tp-order-info-list ul li.tp-order-info-list-header {
  padding-top: 0;
  padding-bottom: 12px;
}
.tp-order-info-list ul li.tp-order-info-list-header h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.tp-order-info-list ul li.tp-order-info-list-desc p {
  font-size: 15px;
  margin-bottom: 0;
}
.tp-order-info-list ul li.tp-order-info-list-desc p span {
  font-size: 15px;
  font-weight: 500;
}
.tp-order-info-list ul li.tp-order-info-list-subtotal span:last-child {
  color: var(--tp-theme-primary);
}
.tp-order-info-list ul li.tp-order-info-list-shipping span input {
  display: none;
}
.tp-order-info-list
  ul
  li.tp-order-info-list-shipping
  span
  input:checked
  ~ label::before {
  opacity: 1;
  visibility: visible;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label {
  font-size: 14px;
  position: relative;
  padding-right: 27px;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label span {
  color: var(--tp-theme-primary);
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label:hover {
  cursor: pointer;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label::after {
  position: absolute;
  content: "";
  right: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--tp-theme-1);
  transition: 0.3s;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label::before {
  position: absolute;
  content: "";
  right: 4px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--tp-theme-1);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.tp-order-info-list ul li.tp-order-info-list-total {
  padding: 14px 0;
}
.tp-order-info-list ul li.tp-order-info-list-total span {
  font-size: 16px;
  font-weight: 500;
}
.tp-order-inner {
  background-color: var(--tp-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
}

.tp-checkout-place {
  background-color: var(--tp-grey-1);
}

/*----------------------------------------*/
/*  7.16 shop css start
/*----------------------------------------*/
.tp-product-item-2:hover .tp-product-thumb-2 img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tp-product-item-2:hover .tp-product-action-2 {
  left: 24px;
  visibility: visible;
  opacity: 1;
}
.tp-product-thumb-2 {
  overflow: hidden;
}
.tp-product-thumb-2 img {
  width: 100%;
  transition: 0.7s;
}
.tp-product-action-2 {
  position: absolute;
  left: 0;
  top: 57px;
  right: auto;
  bottom: auto;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .tp-product-action-2 {
    top: 30px;
  }
}
.tp-product-action-blackStyle .tp-product-action-btn-2:hover {
  background-color: var(--tp-common-black);
}
.tp-product-action-primaryStyle .tp-product-action-btn-3:hover {
  background-color: var(--tp-theme-primary);
}
.tp-product-action-btn-2 {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  border-bottom: 0;
  box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);
  border-radius: 50%;
  margin-bottom: 6px;
}
.tp-product-action-btn-2 svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.tp-product-action-btn-2:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-product-action-btn-2:hover .tp-product-tooltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(8px) translateY(-50%);
  -moz-transform: translateX(8px) translateY(-50%);
  -ms-transform: translateX(8px) translateY(-50%);
  -o-transform: translateX(8px) translateY(-50%);
  transform: translateX(8px) translateY(-50%);
}
.tp-product-tag-2 a {
  font-size: 16px;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  transition: 0.3s;
}
.tp-product-tag-2 a:hover {
  color: var(--tp-theme-1);
}
.tp-product-tag-2 a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.tp-product-tag-2 a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--tp-theme-1);
  transition: 0.3s;
}
.tp-product-title-2 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 2px;
  color: var(--tp-common-black);
}
.tp-product-title-2:hover {
  color: var(--tp-theme-1);
}
.tp-product-rating-icon {
  margin-bottom: 4px;
}
.tp-product-rating-icon span {
  color: #ffb21d;
  font-size: 12px;
}
.tp-product-rating-icon span:not(:last-child) {
  margin-right: 2px;
}
.tp-product-price-2.new-price {
  color: var(--tp-common-black);
  font-weight: 700;
  font-size: 16px;
}
.tp-product-price-2.old-price {
  font-weight: 400;
  font-size: 14px;
  text-decoration-line: line-through;
}
.tp-product-tooltip {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 12px;
  left: 100%;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  display: inline-block;
  width: max-content;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 0px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24),
    -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24),
    -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24),
    -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -o-transition: opacity 0.3s ease, visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24),
    -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24),
    -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.tp-product-tooltip::before {
  position: absolute;
  content: "";
  left: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  right: auto;
  border-left: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid var(--tp-common-black);
  border-bottom: 8px solid transparent;
}
.tp-product__text span {
  font-weight: 700;
}
.tp-product__filter .nice-select {
  background-color: #f9f9f9;
  border: 1px solid rgba(1, 15, 28, 0.1);
  border-radius: 0;
  font-size: 14px;
  color: var(--tp-common-black);
  height: 40px;
  line-height: 38px;
  padding: 0 25px;
  min-width: 204px;
  font-weight: 500;
  float: none;
}
.tp-product__filter .nice-select.open::after {
  transform: translateY(-45%) rotate(-180deg);
}
.tp-product__filter .nice-select .option.selected {
  font-weight: 700;
  color: var(--tp-common-black);
}
.tp-product__filter .nice-select::after {
  border: none;
  background-color: transparent;
  transform: translateY(-50%);
  margin-top: 0;
  right: 30px;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  transform-origin: center;
  color: #77829d;
  height: auto;
  width: auto;
  font-size: 16px;
  font-weight: 400;
}
.tp-product__filter .nice-select ul {
  padding: 25px;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 0;
}
.tp-product__filter .nice-select ul li {
  color: #77829d;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
}
.tp-product__filter .nice-select ul li:last-child {
  margin-bottom: 0;
}
.tp-product__filter .nice-select .option {
  line-height: 1;
  min-height: 0;
}
.tp-product__filter .nice-select.open ul {
  opacity: 1;
  visibility: visible;
}
.tp-product__input {
  position: relative;
}
.tp-product__input input {
  padding: 0px 30px;
  padding-right: 80px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  transition: 0.3s;
  border: 1px solid #e6e9e9;
}
.tp-product__input input:focus {
  border: 1px solid var(--tp-common-orange);
}

.tp-shop-details__wrapper {
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-shop-details__wrapper {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-shop-details__tab-big-img img {
    width: 100%;
  }
}
.tp-shop-details__tab-big-img {
  border: 1px solid #ede7e7;
  margin-right: 30px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-shop-details__tab-big-img {
    margin-right: 0;
  }
}
.tp-shop-details__tab-btn-box button {
  display: inline-block;
  margin-right: 20px;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .tp-shop-details__tab-btn-box button {
    margin-bottom: 20px;
  }
}
.tp-shop-details__tab-btn-box button img {
  background-color: #f8f8f9;
  width: 80px;
  height: 90px;
}
.tp-shop-details__tab-btn-box button.active {
  border: 1px solid #ede7e7;
}
.tp-shop-details__ratting {
  margin-bottom: 15px;
}
.tp-shop-details__ratting span {
  color: var(--tp-theme-1);
}
.tp-shop-details__ratting span svg {
  color: #ffb41b;
}
.tp-shop-details__price span {
  color: var(--tp-common-black);
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .tp-shop-details__quantity-wrap {
    flex-wrap: wrap;
  }
}
.tp-shop-details__quantity {
  background-color: #f7f7f7;
  width: 205px;
  height: 67px;
  position: relative;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .tp-shop-details__quantity {
    margin-bottom: 30px;
  }
}
.tp-shop-details__quantity input {
  border: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  text-align: center;
  color: var(--tp-common-black);
}
.tp-shop-details__quantity .tp-cart-minus {
  position: absolute;
  top: 0;
  left: 0;
  height: 64px;
  width: 64px;
  line-height: 64px;
  text-align: center;
  color: var(--tp-common-black);
}
.tp-shop-details__quantity .tp-cart-plus {
  position: absolute;
  top: 0;
  right: 0;
  height: 64px;
  width: 64px;
  line-height: 64px;
  text-align: center;
  color: var(--tp-common-black);
}
.tp-shop-details__btn {
  line-height: 0;
}
@media (max-width: 767px) {
  .tp-shop-details__btn {
    margin-bottom: 30px;
  }
}
.tp-shop-details__right-warp {
  margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-shop-details__right-warp {
    margin-bottom: 50px;
  }
}
.tp-shop-details__title-sm {
  font-weight: 500;
  font-size: 28px;
  color: var(--tp-common-black);
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-shop-details__title-sm br {
    display: none;
  }
}
.tp-shop-details__text {
  margin-bottom: 50px;
}
.tp-shop-details__text-2 p {
  padding-bottom: 15px;
  padding-right: 40px;
}
.tp-shop-details__price {
  margin-bottom: 20px;
}
.tp-shop-details__price span {
  font-weight: 700;
  font-size: 18px;
  color: #060728;
}
.tp-shop-details__price span.red-color {
  border-radius: 0px;
  background: #ea1b25;
  font-size: 14px;
  color: var(--tp-common-white);
  width: 51px;
  line-height: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
}
.tp-shop-details__price del {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-left: 13px;
  margin-right: 10px;
}
.tp-shop-details__product-info {
  margin-bottom: 30px;
}
.tp-shop-details__product-info ul li {
  color: rgba(20, 33, 43, 0.8);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 23px;
  list-style-type: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-shop-details__product-info ul li {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-shop-details__product-info ul li {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tp-shop-details__product-info ul li {
    font-size: 16px;
  }
}
.tp-shop-details__product-info ul li:last-child {
  margin-bottom: 0;
}
.tp-shop-details__product-info ul li > span {
  color: var(--tp-common-black);
  font-family: var(--tp-ff-heading);
  font-size: 16px;
  font-weight: 600;
}
.tp-shop-details__social span {
  color: #121416;
  font-family: var(--tp-ff-heading);
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  display: inline-block;
  margin-right: 10px;
}
.tp-shop-details__social a {
  display: inline-block;
  font-size: 16px;
  color: var(--tp-common-black);
  transition: 0.3s;
  margin-right: 11px;
}
.tp-shop-details__social a:hover {
  color: var(--tp-theme-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-product-img {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-product-img img {
    max-width: 100%;
  }
}

.tp-product-quantity .cart-minus,
.tp-product-quantity .cart-plus {
  cursor: pointer;
  color: #8d8884;
}
.tp-product-quantity .cart-minus:hover,
.tp-product-quantity .cart-plus:hover {
  color: var(--tp-theme-primary);
}
.tp-product-quantity input {
  height: 30px;
  width: 32px;
  font-size: 14px;
  border: none;
  font-weight: 700;
  text-align: center;
}

.product-rating {
  margin-right: 20px;
}
.product-rating a {
  font-size: 16px;
  color: #ffdc60;
}

.product-dinfo {
  display: flex;
}

.product-dprice del {
  font-size: 20px;
  color: #b9b9b9;
}

.pro-details-nav {
  background: #f9fafb;
  display: inline-block;
  padding: 7px 7px;
}

.pro-details-nav-btn {
  border: none;
}
.pro-details-nav-btn li {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-text-body);
  position: relative;
}
.pro-details-nav-btn li button span {
  position: relative;
  z-index: 9;
}
.pro-details-nav-btn li button::before {
  content: "";
  height: 100%;
  width: 102%;
  top: 0;
  left: -1px;
  background: #fff;
  position: absolute;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}
.pro-details-nav-btn li button.active::before {
  opacity: 1;
  visibility: visible;
}
.pro-details-nav-btn li::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 1px;
  background: #dfe3e9;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .pro-details-nav-btn li::after {
    display: none;
  }
}
.pro-details-nav-btn li:last-child::after {
  display: none;
}
@media (max-width: 767px) {
  .pro-details-nav-btn li {
    font-size: 16px;
  }
}
.pro-details-nav-btn li .nav-links {
  padding: 20px 45px;
  border-radius: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pro-details-nav-btn li .nav-links {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .pro-details-nav-btn li .nav-links {
    padding: 5px 15px;
  }
}
.pro-details-nav-btn li .nav-links.active {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
}

.tab-para p {
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .tab-para p {
    font-size: 14px;
  }
}

.comments-box {
  margin-bottom: 50px;
}

.user-rating ul li {
  display: inline-block;
  color: #ffdc60;
}

.comments-text span,
.comments-text p {
  font-size: 14px;
  color: #777777;
  line-height: 26px;
}

.comment-title p {
  color: #777777;
  font-size: 16px;
}

.comment-rating span {
  font-weight: 500;
  margin-right: 5px;
}
.comment-rating ul li {
  display: inline-block;
  color: #ffdc60;
}

.comment-input textarea {
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
  border: 1px solid #e7e7e7;
  padding: 20px;
  resize: none;
}
.comment-input textarea:focus {
  outline: 0;
  border: 1px solid var(--tp-theme-1);
}
.comment-input input {
  width: 100%;
  height: 50px;
  resize: none;
  outline: 0;
  border: 1px solid #e7e7e7;
  padding: 8px 20px;
  margin-bottom: 30px;
}
.comment-input input:focus {
  border: 1px solid var(--tp-theme-1);
}

.comments-avatar {
  flex: 0 0 auto;
}

.table .add-info {
  font-size: 18px;
  font-weight: 500;
}

.table td {
  padding: 18px;
}

@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) {
  .shop-left-right {
    margin-left: 0;
    margin-right: 0;
  }
}

.tp-comments-title {
  font-size: 24px;
  color: var(--tp-common-black);
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .tp-comments-title {
    font-size: 18px;
  }
}

.avatar-name b {
  color: var(--tp-common-black);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}

.shop-faq .accordion-header button {
  font-size: 18px;
  padding: 20px 55px 20px 30px;
}
@media (max-width: 767px) {
  .shop-faq .accordion-header button {
    font-size: 14px;
  }
}
.shop-faq .accordion-content p br {
  display: none;
}
.shop-faq .accordion-content p {
  padding: 0 75px 20px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-button a {
    margin-bottom: 10px;
  }
}

.latest-comments ul li {
  list-style-type: none;
}

.comment-title {
  font-size: 24px;
  color: var(--tp-common-black);
  font-weight: 700;
  text-transform: capitalize;
}

.tp-product-slider-title {
  color: var(--tp-common-black);
  font-size: 30px;
  font-weight: 500;
}

.product-details-list-box > span {
  color: var(--tp-common-black);
  font-size: 22px;
  font-weight: 700;
  display: block;
  margin-bottom: 30px;
}
.product-details-list-box ul {
  display: inline-block;
}
.product-details-list-box ul li {
  color: #445658;
  font-size: 16px;
  font-weight: 400;
  width: 50%;
  float: left;
  padding-left: 30px;
  position: relative;
  padding-bottom: 22px;
  list-style: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .product-details-list-box ul li {
    width: 100%;
  }
}
.product-details-list-box ul li svg {
  color: var(--tp-theme-1);
  position: absolute;
  top: 3px;
  left: 0;
}

.tp-shop-widget-title {
  color: var(--tp-common-black);
  font-family: var(--tp-ff-heading);
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.tp-shop-widget-filter {
  position: relative;
}
.tp-shop-widget-filter .ui-widget.ui-widget-content {
  height: 3px;
  background-color: #ededed;
  border: 0;
}
.tp-shop-widget-filter .ui-slider-horizontal .ui-slider-range {
  background-color: var(--tp-theme-1);
  position: absolute;
}
.tp-shop-widget-filter .ui-slider .ui-slider-handle {
  top: -7px;
  width: 5px;
  height: 17px;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: var(--tp-theme-1);
  position: absolute;
}
.tp-shop-widget-filter-info .input-range input {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--tp-common-black);
  padding: 0;
  border: 0;
  font-weight: 500;
  font-size: 14px;
}
.tp-shop-widget-filter-info .tp-shop-widget-filter-btn {
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-common-black);
  background-color: #f5f5f5;
  padding: 2px 21px;
}
.tp-shop-widget-filter-info .tp-shop-widget-filter-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-shop-widget-categories {
  height: 288px;
  overflow-y: scroll;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: thin;
  padding-right: 10px;
}
.tp-shop-widget-categories ul li {
  list-style: none;
  width: 100%;
}
.tp-shop-widget-categories ul li:not(:last-child) {
  margin-bottom: 10px;
}
.tp-shop-widget-categories ul li a {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-text-body);
  position: relative;
  padding-left: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.tp-shop-widget-categories ul li a::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  text-align: center;
  background-color: #e7e7e7;
  border-radius: 50%;
  transition: 0.3s;
}
.tp-shop-widget-categories ul li a:hover {
  color: var(--tp-theme-primary);
}
.tp-shop-widget-categories ul li a:hover::after {
  background-color: var(--tp-theme-1);
}
.tp-shop-widget-categories ul li a:hover span {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-shop-widget-categories ul li a span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #eaeaea;
  border-radius: 0px;
  padding: 5px 6px 3px;
  transition: 0.3s;
}
.tp-shop-widget-product-item:not(:last-child) {
  margin-bottom: 20px;
}
.tp-shop-widget-product-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.tp-shop-widget-product-rating span {
  font-size: 12px;
  color: #ffb21d;
  margin-right: 1px;
}
.tp-shop-widget-product-rating-number span {
  font-weight: 500;
  font-size: 12px;
  color: #818487;
}
.tp-shop-widget-product-thumb {
  flex: 0 0 auto;
}
.tp-shop-widget-product-thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin-right: 14px;
}
.tp-shop-widget-product-title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}
.tp-shop-widget-product-price {
  font-size: 14px;
  color: #55585b;
}
.tp-shop-widget-brand {
  margin-right: 40px;
}
.tp-shop-widget-brand-item {
  width: 50%;
  flex: 0 0 50%;
  margin-bottom: 30px;
}

.tp-shop-widget-categories-item input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}

.tp-shop-widget-categories-item input:checked ~ label::after {
  background-color: var(--tp-common-purple);
  border-color: var(--tp-common-purple);
}

.basic-pagination-2 ul li {
  display: inline-block;
}
.basic-pagination-2 ul li:not(:last-child) {
  margin-right: 8px;
}
.basic-pagination-2 ul li a,
.basic-pagination-2 ul li span {
  display: inline-block;
  padding: 0 14px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 12px;
  transition: 0.3s;
  border: 1px solid #e6e9e9;
  color: var(--tp-theme-1);
}
.basic-pagination-2 ul li a.current i,
.basic-pagination-2 ul li span.current i {
  display: inline-block;
  transform: translateY(2px);
}
.basic-pagination-2 ul li a:hover,
.basic-pagination-2 ul li a.current {
  background: var(--tp-theme-2);
  color: var(--tp-common-white);
}
.basic-pagination-2 ul li span:hover,
.basic-pagination-2 ul li span.current {
  background: var(--tp-theme-2);
  color: var(--tp-common-white);
}
.basic-pagination-2 ul li a i {
  font-size: 20px;
}

.service-card {
  height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.map-and-cred-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.cred-box {
  width: 55%;
}

.map-box {
  width: 45%;
  height: 100%;
}

.sponsors-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
  .map-and-cred-section {
    flex-direction: column;
    gap: 20px;
  }

  .cred-box,
  .map-box {
    width: 100%;
  }

  .map-box {
    height: 300px; /* Set a fixed height or use min-height as needed */
  }

  .sponsors-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.countdown-item {
  color: white;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}

.countdown-number {
  font-size: 40px;
  font-weight: bold;
}

.countdown-label {
  font-size: 25px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .countdown-grid {
    display: none;
    grid-template-columns: repeat(2, 1fr);
  }

  .countdown-item {
    padding: 30px;
    border-width: 5px;
  }

  .countdown-number {
    font-size: 40px;
  }

  .countdown-label {
    font-size: 24px;
  }

  .pt-120 {
    padding-top: 80px;
  }

  .pb-90 {
    padding-bottom: 60px;
  }

  .breadcrumb__title {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .countdown-grid {
    display: none;
    grid-template-columns: 1fr;
  }

  .countdown-item {
    padding: 20px;
  }

  .countdown-number {
    font-size: 32px;
  }

  .countdown-label {
    font-size: 20px;
  }

  .row {
    gap: 30px;
  }
}

.tp-service-details-area {
  padding-bottom: 60px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.service-item {
  display: flex;
  gap: 15px;
  align-items: center;
}

.service-item i {
  color: var(--tp-theme-1);
  font-size: 50px;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .service-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .service-item i {
    font-size: 40px;
  }

  .service-item h5 {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .tp-service-details-area {
    padding-bottom: 80px;
  }

  .service-item {
    gap: 10px;
  }

  .service-item i {
    font-size: 35px;
  }
}

/*# sourceMappingURL=main.css.map */
