.tp-about-2-thumb-text {
  background: #fff;
  padding-left: 0;
  text-align: center !important;
}

.text-xxl-start {
  text-align: right !important;
}

@media (max-width: 1200px) {
  .tp-header-logo img {
    width: 65%;
  }

  .tp-header-logo img {
    margin: 30px;
  }
}
.tpoffcanvas__logo {
  width: 60%;
}

.tp-copyright-area {
  width: 100%;
}

footer {
  height: 280px;
  background: #1d1e22;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}

.tp-feature-2-text {
  margin-bottom: 0;
  transition: 0.5s;
  position: relative;
  z-index: 2;
}

.tp-feature-2-item.active .tp-feature-2-text {
  color: #fff;
}

.tp-black-mode .tp-feature-2-item {
  min-height: 420px;
}

.tp-project-2-main-thumb img {
  min-height: 340px;
  object-fit: cover;
  object-position: center center;
}

.tp-header-top-left-box ul li a {
  font-size: 11px;
}

/* CUSTOM CSS – VERSION 2 */

.tp-slider-2-subtitle {
  font-size: 20px;
  font-weight: 500;
  color: #ddd;
  text-transform: none;
}

#feature-box .products {
  display: flex;
  gap: 20px;
}

#feature-box .products .item {
  width: 600px;
}

#feature-box .products .item img {
  width: 100%;
  height: 85%;
  border-radius: 8px;
}

#feature-box .service-list .tp-about-icon span {
  font-size: 30px;
  height: 50px;
  width: 50px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
  color: #000000;
  background-color: #ffffff;
}

#feature-box .service-list {
  display: flex;
  justify-content: space-between;
}

#feature-box .service-list .cta-container {
  margin-top: 20px;
  text-align: center;
}

.tp-cta-right-box input, .tp-cta-right-box input:focus  {
  background-color: #249a55;
  border: 2px solid #249a55;
}

.tp-slider-3-title {
  letter-spacing: 4px;
  line-height: 85px;
}

#highlights .service {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.service .tp-about-icon span {
  font-size: 30px;
  height: 55px;
  width: 55px;
  line-height: 55px;
  color: #000000;
  background-color: #ffffff;
}

.flex-contact {
  display: flex;
  justify-content: space-between;
}

figcaption {
  margin-top: 5px;
}

#loading {
  background-color: var(--tp-common-black-5) !important;
}

/* RESPONSIVE VERSION */

@media (max-width: 500px) {
  #feature-box .products {
    display: block;
    margin-bottom: 30px;
  }

  #feature-box .products .item {
    width: 100%;
  }


  #feature-box .service-list {
    display: block;
  }

  #feature-box .products .item img {
    margin-bottom: 5px;
  }

  .tp-slider-3-title {
    letter-spacing: 2px;
    line-height: 50px;
  }

  #highlights .service {
    display: block;
  }

  .flex-contact {
    display: block;
  }

  iframe {
    border: 0;
    width: 100%;
  }

  .tp-cta-wrap {
    height: 180px;
  }

  .tp-btn.green-bg {
    font-size: 12px;
    width: 100%;
  }

  .tp-cta-title {
    margin-bottom: 20px;
    font-size: 25px;
  }

  figcaption {
    margin-top: 0px;
  }

  .tp-cta-wrap-box {
    margin-bottom: -110px;
  }

  .tp-header-logo img {
    margin: 0px;
  }

  .tp-header-logo img {
    width: 100%;
  } 

  .back-to-top-btn, .tp-header-bar button { 
    background: #333;
  }

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

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