@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Montserrat:wght@300;400;500;600;700;800;900&family=Satisfy&family=Poppins:wght@300;400;500;600;700&family=Schoolbell&display=swap" rel="stylesheet'); .tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip, .tp-tab-line, .tp-swiper-dot .swiper-pagination-bullet, .tp-swiper-dot-border .swiper-pagination-bullet, .tp-swiper-scrollbar, .back-to-top-wrapper, a, button, p, input, select, textarea, li, .transition-3 {
  transition: all 0.3s ease-out 0s;
}

.tp-hotspot svg, .tp-pagination ul li a svg, .tp-pagination ul li span svg, .tp-swiper-arrow button svg, .tp-theme-toggle-main span svg {
  transform: translateY(-2px);
}

.tp-product-tab-2 .nav-tabs .nav-link:not(:first-child)::after {
  transform: translateY(-50%);
}

:root {
  --tp-ff-body: "Montserrat", sans-serif;
  --tp-ff-heading: "Montserrat", sans-serif;
  --tp-ff-satisfy: "Satisfy", cursive;
  --tp-ff-poppins: "Poppins", sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  --tp-common-white: #fff;
  --tp-common-black: #000000;
  --tp-common-black-2: #0d0d0d;
  --tp-grey-1: #f8f8f8;
  --tp-text-body: #54595f;
  --tp-theme-1: #0e2032;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1320px;
}

.custom-container-1 {
  max-width: 1830px;
}

.custom-container-2 {
  max-width: 1650px;
}

.custom-container-3 {
  max-width: 1870px;
}

.custom-container-4 {
  max-width: 1750px;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font-family: var(--tp-ff-body);
  font-size: 14px;
  font-weight: normal;
  color: var(--tp-text-body);
  line-height: 30px;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--tp-ff-heading);
  color: #0e2032;
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.2;
  transition: color 0.3s ease-out 0s;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: var(--tp-ff-p);
  color: var(--tp-text-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}

img {
  max-width: 100%;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus, .button:focus {
  text-decoration: none;
  outline: none;
}

a:focus, a:hover {
  color: inherit;
  text-decoration: none;
}

a, button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0px;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="url"], textarea {
  outline: none;
  height: 65px;
  width: 100%;
  background-color: transparent;
  line-height: 65px;
  font-size: 16px;
  font-family: var(--tp-ff-heading);
  color: var(--tp-common-black);
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid transparent;
  resize: none;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: var(--tp-common-black);
}

input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, input[type="url"]::placeholder, textarea::placeholder {
  color: var(--tp-common-black);
}

[dir="rtl"] input[type="text"], [dir="rtl"] input[type="email"], [dir="rtl"] input[type="tel"], [dir="rtl"] input[type="number"], [dir="rtl"] input[type="password"], [dir="rtl"] input[type="url"], [dir="rtl"] textarea {
  text-align: right;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="url"]:focus, textarea:focus {
  border-color: var(--tp-theme-1);
}

input[type="text"]:focus::placeholder, input[type="email"]:focus::placeholder, input[type="tel"]:focus::placeholder, input[type="number"]:focus::placeholder, input[type="password"]:focus::placeholder, input[type="url"]:focus::placeholder, textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 20px;
  padding-bottom: 17px;
}

input[type="color"] {
  appearance: none;
  background: none;
  border: 0px;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0px;
  border-radius: 50%;
}

::selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  opacity: 1;
}

.z-index {
  position: relative;
  z-index: 1;
}

.z-index-2 {
  position: relative;
  z-index: 2;
}

.z-index-3 {
  position: relative;
  z-index: 3;
}

.z-index-4 {
  position: relative;
  z-index: 4;
}

.z-index-5 {
  position: relative;
  z-index: 5;
}

.z-index-6 {
  position: relative;
  z-index: 6;
}

.z-index-7 {
  position: relative;
  z-index: 7;
}

.z-index-8 {
  position: relative;
  z-index: 8;
}

.z-index-9 {
  position: relative;
  z-index: 9;
}

.gx-5 {
  --bs-gutter-x: 10px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-15 {
  --bs-gutter-x: 15px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-25 {
  --bs-gutter-x: 25px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.gx-35 {
  --bs-gutter-x: 35px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.gx-45 {
  --bs-gutter-x: 45px;
}

.gx-50 {
  --bs-gutter-x: 50px;
}

.gx-80 {
  --bs-gutter-x: 80px;
}

.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow: hidden visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.demo {
  transition: color 0.3s linear 0s, transform 0.2s ease 0s;
}

[dir="rtl"] .demo {
  margin-left: 0px;
  margin-right: 15px;
}

div.demo img {
  margin-left: 10px;
}

[tp-theme="tp-theme-dark"] .demo {
  color: yellow;
}

.body-overlay {
  background-color: var(--tp-common-black);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 9999;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}

.body-overlay:hover {
  cursor: url("../img/icon/cross-out.html"), pointer;
}

.body-overlay.opened {
  opacity: 0.7;
  visibility: visible;
}

.tp-dropcap::first-letter {
  font-size: 90px;
  font-weight: 500;
  float: left;
  text-align: center;
  color: var(--tp-common-black);
  margin-right: 5px;
  line-height: inherit;
  text-transform: capitalize;
}

.class {
  stroke-dasharray: 189px, 191px;
  stroke-dashoffset: 0px;
}

.tp-gx-20 {
  --bs-gutter-x: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-20 {
      --bs-gutter-x: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-20 {
      --bs-gutter-x: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-20 {
      --bs-gutter-x: 15px;
  }
}

@media (max-width: 767px) {
  .tp-gx-20 {
      --bs-gutter-x: 10px;
  }
}

.tp-gx-20 [class*="col-"] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.tp-gx-30 {
  --bs-gutter-x: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-30 {
      --bs-gutter-x: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-30 {
      --bs-gutter-x: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-30 {
      --bs-gutter-x: 15px;
  }
}

@media (max-width: 767px) {
  .tp-gx-30 {
      --bs-gutter-x: 10px;
  }
}

.tp-gx-30 [class*="col-"] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.tp-gx-40 {
  --bs-gutter-x: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-40 {
      --bs-gutter-x: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-40 {
      --bs-gutter-x: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-40 {
      --bs-gutter-x: 30px;
  }
}

@media (max-width: 767px) {
  .tp-gx-40 {
      --bs-gutter-x: 15px;
  }
}

.tp-gx-40 [class*="col-"] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 1400px) {
  .container-large {
      max-width: 1325px;
  }
}

.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  .back-to-top-wrapper {
      right: 20px;
      bottom: 20px;
  }
}

.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--tp-theme-1);
  box-shadow: rgba(3, 4, 28, 0.3) 0px 8px 16px;
  color: var(--tp-common-white);
  border-radius: 50%;
  transition: all 0.3s ease-out 0s;
}

.back-to-top-btn svg {
  transform: translateY(-2px);
}

.back-to-top-btn:hover {
  transform: translateY(-4px);
}

.tp-theme-settings-area {
  position: fixed;
  top: 50%;
  left: 0px;
  width: 240px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(234, 234, 239);
  transform: translateY(-50%) translateX(-100%);
  z-index: 991;
  direction: ltr;
  border-bottom-right-radius: 4px;
}

.tp-theme-settings-area.settings-opened {
  transform: translateY(-50%) translateX(0%);
}

.tp-theme-settings-area.settings-opened .tp-theme-settings-gear {
  opacity: 0;
}

.tp-theme-settings-area.settings-opened .tp-theme-settings-close {
  opacity: 1;
}

.tp-theme-settings-open {
  position: absolute;
  top: -1px;
  left: 100%;
}

.tp-theme-settings-open button {
  background-color: var(--tp-common-white);
  border-width: 1px 1px 1px 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-color: rgb(234, 234, 239);
  border-right-color: rgb(234, 234, 239);
  border-bottom-color: rgb(234, 234, 239);
  border-image: initial;
  border-left-style: initial;
  border-left-color: initial;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: var(--tp-common-black);
  position: relative;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.tp-theme-settings-gear {
  display: inline-block;
  animation: 4s linear 0s infinite normal none running tp-theme-setting-spin;
}

@-webkit-keyframes tp-theme-setting-spin {
  100% {
      transform: rotate(360deg);
  }
}

@keyframes tp-theme-setting-spin {
  100% {
      transform: rotate(360deg);
  }
}

.tp-theme-settings-close {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.tp-theme-header-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}

.tp-theme-wrapper {
  padding: 20px 30px 30px;
}

.tp-theme-toggle {
  text-align: center;
}

.tp-theme-toggle-main {
  display: inline-block;
  width: 74px;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 5px;
  border-radius: 100px;
}

.tp-theme-toggle-light, .tp-theme-toggle-dark {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: rgb(217, 217, 217);
}

.tp-theme-toggle-light.active, .tp-theme-toggle-dark.active {
  color: var(--tp-common-black);
}

.tp-theme-toggle input {
  display: none;
}

.tp-theme-toggle:hover {
  cursor: pointer;
}

.tp-theme-toggle label {
  color: var(--tp-common-white);
  font-size: 14px;
  font-weight: 500;
}

.tp-theme-toggle label:hover {
  cursor: pointer;
}

.tp-theme-toggle #tp-theme-toggler {
  display: none;
}

.tp-theme-toggle #tp-theme-toggler:checked + i {
  right: calc(50% - 4px);
}

.tp-theme-toggle-slide {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  width: 50%;
  height: 26px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  border-radius: 30px;
  transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  z-index: -1;
}

.tp-theme-dir {
  text-align: center;
}

.tp-theme-dir-main {
  display: inline-block;
  width: 160px;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: rgb(240, 240, 245);
  padding: 4px;
  border-radius: 20px;
}

.tp-theme-dir-ltr, .tp-theme-dir-rtl {
  display: inline-block;
  width: 48%;
  height: 26px;
  line-height: 26px;
}

.tp-theme-dir input {
  display: none;
}

.tp-theme-dir:hover {
  cursor: pointer;
}

.tp-theme-dir label {
  color: var(--tp-common-black);
  font-size: 14px;
  font-weight: 500;
}

.tp-theme-dir label:hover {
  cursor: pointer;
}

.tp-theme-dir #tp-dir-toggler {
  display: none;
}

.tp-theme-dir #tp-dir-toggler:checked + i {
  right: calc(50% - 4px);
}

.tp-theme-dir-slide {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  width: 50%;
  height: 26px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  border-radius: 30px;
  transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  z-index: -1;
}

.tp-theme-color-item.active button::before {
  opacity: 1;
  visibility: visible;
}

.tp-theme-color-btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
}

.tp-theme-color-btn::before {
  position: absolute;
  content: '';
  font-weight: 600;
  font-family: var(--tp-ff-fontawesome);
  color: var(--tp-common-white);
  font-size: 16px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#F50963"] {
  background-color: rgb(245, 9, 99);
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#008080"] {
  background-color: rgb(0, 128, 128);
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#F31E5E"] {
  background-color: rgb(243, 30, 94);
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#AB6C56"] {
  background-color: rgb(171, 108, 86);
  color: black;
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#4353FF"] {
  background-color: rgb(67, 83, 255);
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#3661FC"] {
  background-color: rgb(54, 97, 252);
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#2CAE76"] {
  background-color: rgb(44, 174, 118);
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#FF5A1B"] {
  background-color: rgb(255, 90, 27);
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#03041C"] {
  background-color: rgb(3, 4, 28);
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#ED212C"] {
  background-color: rgb(237, 33, 44);
}

.tp-theme-color-input {
  margin-top: 15px;
}

.tp-theme-color-input h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.tp-theme-color-input label {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--tp-theme-1);
  transition: all 0.3s ease-out 0s;
}

.tp-theme-color-input label:hover {
  cursor: pointer;
}

.tp-theme-color-input input {
  display: none;
}

.tp-btn-theme {
  height: 52px;
  line-height: 52px;
  padding: 0px 30px;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out 0s;
  color: var(--tp-common-white);
  background-color: #000000;
  text-align: center;
  position: relative;
  z-index: 1;
}

.tp-btn-theme.theme-lg {
  padding: 0px 61px;
  height: 70px;
  line-height: 70px;
}

.tp-btn-theme.black-bg {
  padding: 0px 61px;
  height: 70px;
  line-height: 70px;
  border-radius: 5px;
}

.tp-btn-theme.height {
  height: 64px;
  line-height: 64px;
  padding: 0px 50px;
}

.tp-btn-theme.height-2 {
  height: 50px;
  line-height: 50px;
}

.tp-btn-theme span svg {
  display: inline-block;
  margin-left: 4px;
  color: var(--tp-common-white);
}

.tp-btn-theme:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

.tp-btn-black {
  height: 50px;
  line-height: 50px;
  padding: 0px 38px;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out 0s;
  color: var(--tp-common-white);
  background-color: #df3825;
  position: relative;
  z-index: 1;
  text-align: center;
}

.tp-btn-black span svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  color: var(--tp-theme-1);
  display: inline-block;
}

.tp-btn-black.height {
  height: 60px;
  line-height: 60px;
}

.tp-btn-black.theme-bg {
  background-color: #df3825;
}

.tp-btn-black.theme-bg svg {
  color: var(--tp-common-black);
}

.tp-btn-black.theme-bg:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.tp-btn-black.hover-2 {
  transition: all 0.3s ease 0s;
}

.tp-btn-black.hover-2:hover {
  color: #ffffff;
  background-color: #0e2032;
}

.tp-btn-black:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

.tp-btn-black-lg {
  height: 50px;
  line-height: 50px;
  padding: 0px 44px;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out 0s;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  text-align: center;
  position: relative;
  z-index: 1;
}

.tp-btn-black-lg:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

.tp-btn-black-sm {
  height: 50px;
  line-height: 50px;
  padding: 0px 31px;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out 0s;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  text-align: center;
  position: relative;
  z-index: 1;
}

.tp-btn-black-sm span svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  color: var(--tp-theme-1);
  display: inline-block;
}

.tp-btn-black-sm:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}

.tp-btn-border-lg {
  height: 50px;
  line-height: 48px;
  padding: 0px 38px;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out 0s;
  color: var(--tp-common-black);
  text-align: center;
  border: 1px solid var(--tp-common-black);
  position: relative;
  z-index: 1;
}

.tp-btn-border-lg span svg {
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  right: -25px;
  color: var(--tp-theme-1);
  display: inline-block;
  z-index: 1;
}

.tp-btn-border-lg.white-border {
  color: var(--tp-common-white);
  border: 1px solid var(--tp-common-white);
}

.tp-btn-border-lg.white-border:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border: 1px solid var(--tp-theme-1);
}

.tp-btn-border-lg.grey-border {
  border: 1px solid var(--tp-theme-1);
}

.tp-btn-border-lg.grey-border:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

.tp-btn-border-lg.grey-border-2 {
  border-color: rgb(230, 230, 230);
}

.tp-btn-border-lg:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.tp-btn-border {
  height: 45px;
  line-height: 43px;
  padding: 0px 15px;
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out 0s;
  color: #ffffff;
  text-align: center;
  border: 1px solid #0e2032;
  position: relative;
  z-index: 2;
  background: #0e2032;
}

.tp-btn-border span svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  color: var(--tp-theme-1);
  display: inline-block;
}

.tp-btn-border.height {
  height: 65px;
  line-height: 65px;
  border: 2px solid var(--tp-theme-1);
  color: var(--tp-common-white);
}

.tp-btn-border.height:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border: 2px solid var(--tp-theme-1);
}

.tp-btn-border.black-border {
  border-color: var(--tp-common-black);
}

.tp-btn-border.black-border:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border: 1px solid var(--tp-common-black);
}

.tp-btn-border:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border: 1px solid var(--tp-theme-1);
}

.tp-btn-border-bottom {
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out 0s;
  color: var(--tp-common-black);
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  z-index: 1;
  /* padding-left: 24px; */
}

.tp-btn-border-bottom span svg {
  display: inline-block;
  margin-left: 6px;
  color: var(--tp-theme-1);
}

.tp-btn-border-bottom .bottom-line {
  overflow: hidden;
  left: 0px;
  bottom: 4px;
  height: 1px;
  width: 107px;
  background: var(--tp-theme-1);
  display: block;
  position: relative;
}

.tp-btn-border-bottom .bottom-line::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 0px;
  width: 7px;
  height: 1px;
  background-color: rgb(255, 255, 255);
  animation: 1.5s linear 0s infinite normal none running lineAnim;
}

.tp-menu-btn {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  width: 140px;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  overflow: hidden;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  text-align: center;
  position: relative;
  z-index: 1;
}

.tp-menu-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

@-webkit-keyframes tp-pulse {
  0% {
      box-shadow: rgba(255, 255, 255, 0.4) 0px 0px 0px 0px;
  }

  70% {
      box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 45px;
  }

  100% {
      box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 0px;
  }
}

@keyframes tp-pulse {
  0% {
      box-shadow: rgba(255, 255, 255, 0.4) 0px 0px 0px 0px;
  }

  70% {
      box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 45px;
  }

  100% {
      box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 0px;
  }
}

@-webkit-keyframes tp-pulse-2 {
  0% {
      box-shadow: rgba(255, 255, 255, 0.4) 0px 0px 0px 0px;
  }

  70% {
      box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 45px;
  }

  100% {
      box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 0px;
  }
}

@keyframes tp-pulse-2 {
  0% {
      box-shadow: rgba(255, 255, 255, 0.4) 0px 0px 0px 0px;
  }

  70% {
      box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 45px;
  }

  100% {
      box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 0px;
  }
}

@-webkit-keyframes tp-shake {
  10%, 90% {
      transform: translate3d(-1px, 0px, 0px);
  }

  20%, 80% {
      transform: translate3d(2px, 0px, 0px);
  }

  30%, 50%, 70% {
      transform: translate3d(-4px, 0px, 0px);
  }

  40%, 60% {
      transform: translate3d(4px, 0px, 0px);
  }
}

@keyframes tp-shake {
  10%, 90% {
      transform: translate3d(-1px, 0px, 0px);
  }

  20%, 80% {
      transform: translate3d(2px, 0px, 0px);
  }

  30%, 50%, 70% {
      transform: translate3d(-4px, 0px, 0px);
  }

  40%, 60% {
      transform: translate3d(4px, 0px, 0px);
  }
}

@keyframes float-bob-y {
  0% {
      transform: translateY(-20px);
  }

  50% {
      transform: translateY(-10px);
  }

  100% {
      transform: translateY(-20px);
  }
}

@-webkit-keyframes borderanimate2 {
  0% {
      transform: translate(-50%, -50%) scale(0.8);
  }

  60% {
      opacity: 1;
  }

  100% {
      transform: translate(-50%, -50%) scale(2.5);
      opacity: 0;
  }
}

@keyframes borderanimate2 {
  0% {
      transform: translate(-50%, -50%) scale(0.8);
  }

  60% {
      opacity: 1;
  }

  100% {
      transform: translate(-50%, -50%) scale(2.5);
      opacity: 0;
  }
}

@-webkit-keyframes tp-rotate-center {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

@keyframes tp-rotate-center {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

@-webkit-keyframes tp-mobile-view {
  0%, 10% {
      transform: translateY(0%);
  }

  50%, 60% {
      transform: translateY(-57%);
  }

  90%, 100% {
      transform: translateY(0%);
  }
}

@keyframes tp-mobile-view {
  0%, 10% {
      transform: translateY(0%);
  }

  50%, 60% {
      transform: translateY(-57%);
  }

  90%, 100% {
      transform: translateY(0%);
  }
}

@-webkit-keyframes tp-svg-line {
  100% {
      stroke-dashoffset: 350;
  }
}

@keyframes tp-svg-line {
  100% {
      stroke-dashoffset: 350;
  }
}

@-webkit-keyframes tp-border-loader {
  0% {
      stroke-dashoffset: -356px;
      stroke-dasharray: 356px, 366px;
  }

  95% {
      stroke-dashoffset: 0;
      stroke-dasharray: 356px, 366px;
  }

  100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 0, 366px;
  }
}

@keyframes tp-border-loader {
  0% {
      stroke-dashoffset: -356px;
      stroke-dasharray: 356px, 366px;
  }

  95% {
      stroke-dashoffset: 0;
      stroke-dasharray: 356px, 366px;
  }

  100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 0, 366px;
  }
}

@keyframes tfLeftToRight {
  49% {
      transform: translateX(30%);
  }

  50% {
      opacity: 0;
      transform: translateX(-30%);
  }

  51% {
      opacity: 1;
  }
}

@keyframes scrollText-2 {
  0% {
      transform: translateX(-50%);
  }

  100% {
      transform: translateX(0%);
  }
}

@keyframes headerSlideDown {
  0% {
      margin-top: -150px;
  }

  100% {
      margin-top: 0px;
  }
}

@keyframes zoom {
  0% {
      transform: scale(0.5);
  }

  50% {
      transform: scale(1);
  }

  100% {
      transform: scale(0.5);
  }
}

@keyframes moving {
  0% {
      transform: translateY(0px);
  }

  20% {
      transform: translateX(-50px);
  }

  50% {
      transform: translateY(-40px);
  }

  100% {
      transform: translateY(0px);
  }
}

@keyframes rotate2 {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

@keyframes sliderShape {
  0%, 100% {
      border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
      transform: translate3d(0px, 0px, 0px) rotateZ(0.01deg);
  }

  34% {
      border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
      transform: translate3d(0px, 5px, 0px) rotateZ(0.01deg);
  }

  50% {
      transform: translate3d(0px, 0px, 0px) rotateZ(0.01deg);
  }

  67% {
      border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
      transform: translate3d(0px, -3px, 0px) rotateZ(0.01deg);
  }
}

@keyframes lineAnim {
  0% {
      left: 0px;
      opacity: 0;
  }

  10% {
      opacity: 1;
  }

  100% {
      left: 100%;
  }
}

@keyframes shine {
  100% {
      left: 125%;
  }
}

#loading {
  background-color: rgb(255, 255, 255);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  transform: rotate(-135deg);
}

.object {
  border-radius: 50%;
  position: absolute;
  border-width: 5px;
  border-style: solid;
  border-color: rgb(13 32 50) transparent transparent rgb(255, 255, 255);
  animation: 2s ease 0s infinite normal none running animate;
}

#object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

#object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  animation-delay: 0.2s;
}

#object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  animation-delay: 0.4s;
}

#object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  animation-delay: 0.6s;
}

@keyframes animate {
  50% {
      transform: rotate(360deg) scale(0.8);
  }
}

.white-bg {
  background-color: var(--tp-common-white);
}

.black-bg {
  background-color: var(--tp-common-black);
}

.theme-bg {
  background-color: var(--tp-theme-1);
}

.grey-bg {
  background: rgb(14 32 50 / 1%);
}

.tp-range-slider .inside-slider {
  padding-left: 7px;
  padding-right: 17px;
}

.tp-range-slider .noUi-target {
  background-color: rgb(25, 28, 60);
  border-radius: 12px;
  border: 0px;
  box-shadow: none;
}

.tp-range-slider .noUi-connect {
  background-color: var(--tp-theme-primary);
}

.tp-range-slider .noUi-horizontal {
  height: 6px;
}

.tp-range-slider .noUi-handle {
  height: 24px;
  width: 24px;
  background-color: var(--tp-theme-primary);
  border-radius: 50%;
  border: 4px solid var(--tp-common-white);
  box-shadow: rgba(5, 9, 43, 0.3) 0px 4px 10px;
  top: -9px;
}

.tp-range-slider .noUi-handle:hover {
  cursor: pointer;
}

.tp-range-slider .noUi-handle::before, .tp-range-slider .noUi-handle::after {
  display: none;
}

.tp-range-slider-dark .noUi-handle {
  border: 4px solid rgb(45, 49, 75);
}

.tp-swiper-dot {
  line-height: 1;
}

.tp-swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: var(--tp-grey-3);
  opacity: 1;
  margin: 0px 3px;
  position: relative;
}

.tp-swiper-dot .swiper-pagination-bullet button {
  font-size: 0px;
}

.tp-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-primary);
}

.tp-swiper-dot.tp-swiper-dot-style-darkRed .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-secondary);
}

.tp-swiper-dot-border {
  line-height: 1;
}

.tp-swiper-dot-border .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  opacity: 1;
  margin: 0px 3px;
  position: relative;
  border: 1px solid rgba(2, 6, 38, 0.4);
}

.tp-swiper-dot-border .swiper-pagination-bullet button {
  font-size: 0px;
}

.tp-swiper-dot-border .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}

.tp-swiper-dot-border .swiper-pagination-bullet:hover {
  border-color: var(--tp-common-black);
}

.tp-swiper-dot-border.tp-swiper-dot-style-darkRed .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-secondary);
}

.tp-swiper-arrow button {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 20px;
  text-align: center;
  background-color: transparent;
  color: var(--tp-text-2);
  border: 1px solid rgba(2, 6, 38, 0.1);
  border-radius: 50%;
}

.tp-swiper-arrow button:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}

.tp-swiper-scrollbar {
  background-color: rgb(237, 239, 242);
  height: 2px;
}

.tp-swiper-scrollbar .tp-swiper-scrollbar-drag {
  background-color: var(--tp-common-black);
  height: 100%;
}

.tp-swiper-scrollbar .tp-swiper-scrollbar-drag:hover {
  cursor: pointer;
}

.tp-swiper-scrollbar:hover, .tp-swiper-scrollbar:focus {
  transform: scaleY(3);
}

.tp-slick-dot .slick-dots li {
  display: inline-block;
  margin: 0px 4px;
}

.tp-slick-dot .slick-dots li.slick-active button {
  background-color: var(--tp-common-white);
}

.tp-slick-dot .slick-dots li button {
  font-size: 0px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}

.tp-slick-dot-blue .slick-dots li.slick-active button {
  background-color: var(--tp-theme-primary);
}

.tp-slick-dot-blue .slick-dots li button {
  background-color: var(--tp-grey-3);
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  /* background-color: rgb(248, 248, 248); */
  border: 1px solid rgb(224, 226, 227);
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-heading);
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 41px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  text-align: left !important;
  vertical-align: center;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: var(--tp-theme-1);
}

.nice-select::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 33px;
  font-size: 18px;
  font-family: var(--tp-ff-fontawesome);
  color: rgb(84, 89, 95);
  font-weight: 500;
  pointer-events: none;
  transition: all 0.15s ease-in-out 0s;
  margin-top: 0px;
  transform-origin: center center;
  transform: translateY(-50%);
}

.nice-select.open::after {
  transform: translateY(-50%) rotate(-180deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0px);
}

.nice-select.disabled {
  border-color: rgb(237, 237, 237);
  color: rgb(153, 153, 153);
  pointer-events: none;
}

.nice-select.disabled::after {
  border-color: rgb(204, 204, 204);
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0px !important;
  right: 0px !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0px;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small::after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  box-shadow: rgba(68, 68, 68, 0.11) 0px 0px 0px 1px;
  box-sizing: border-box;
  margin-top: 1px;
  opacity: 0;
  overflow: hidden;
  padding: 0px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0px;
  transform-origin: 50% 0px;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25) 0s, opacity 0.15s ease-out 0s;
  z-index: 9;
  width: 100%;
  border: 1px solid rgb(230, 230, 230);
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s ease 0s;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: rgb(153, 153, 153);
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.tp-pagination ul {
  display: flex;
}

.tp-pagination ul li {
  display: inline-block;
}

.tp-pagination ul li:not(:last-child) {
  margin-right: 6px;
}

.tp-pagination ul li a, .tp-pagination ul li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid rgba(2, 6, 38, 0.1);
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-text-body);
}

.tp-pagination ul li a:hover, .tp-pagination ul li a.current, .tp-pagination ul li span:hover, .tp-pagination ul li span.current {
  background: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}

.body-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: all 0.45s ease-in-out 0s;
}

.body-overlay.apply {
  opacity: 1;
  visibility: visible;
}

.body-overlay:hover {
  cursor: url("../img/cross-out.html"), pointer;
}

.tpoffcanvas {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0px;
  right: -100%;
  width: 480px;
  bottom: 0px;
  background-color: #ffffff;
  z-index: 999999;
  padding: 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s ease-in-out 0s;
  overflow-y: scroll;
}

.tpoffcanvas .homemenu {
  margin-bottom: 30px;
}

.tpoffcanvas .homemenu-title {
  color: var(--tp-common-white);
}

.tpoffcanvas .tp-main-menu-mobile {
  margin-bottom: 50px;
}

.tpoffcanvas .tp-main-menu-mobile {
  margin-bottom: 14px;
}

.tpoffcanvas.opened {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .tpoffcanvas {
      width: 300px;
      padding: 40px 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas {
      width: 400px;
      padding: 40px;
  }
}

.tpoffcanvas.opened {
  right: 0px;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.tpoffcanvas__title p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.49);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 50px;
}

.tpoffcanvas__contact-title h5 {
  font-size: 14px;
  color: rgb(136, 136, 136);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  display: inline-block;
}

.tpoffcanvas__input-title h4 {
  font-size: 14px;
  color: rgb(136, 136, 136);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  display: inline-block;
}

.tpoffcanvas__input {
  margin-bottom: 100px;
}

.tpoffcanvas__input input {
  background: rgba(118, 118, 130, 0.3);
  border: transparent;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  padding-right: 80px;
  color: var(--tp-common-white);
}

.tpoffcanvas__input input::-webkit-input-placeholder {
  color: var(--tp-common-white);
}

.tpoffcanvas__input input::placeholder {
  color: var(--tp-common-white);
}

.tpoffcanvas__input button {
  height: 60px;
  width: 60px;
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  font-size: 16px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.tpoffcanvas__contact-info {
  margin-bottom: 50px;
}

.tpoffcanvas__contact-info ul li {
  font-size: 14px;
  margin-bottom: 15px;
  list-style-type: none;
  letter-spacing: 1.2px;
  color: var(--tp-common-white);
}

@media (max-width: 767px) {
  .tpoffcanvas__contact-info ul li {
      font-size: 14px;
  }
}

.tpoffcanvas__contact-info ul li:last-child {
  margin-bottom: 0px;
}

.tpoffcanvas__contact-info ul li a {
  margin-left: 10px;
  transition: all 0.3s ease 0s;
}

.tpoffcanvas__contact-info ul li a:hover {
  color: var(--tp-theme-1);
}

.tpoffcanvas__logo {
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas__logo {
      padding-top: 0px;
  }
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas__logo {
      padding-top: 0px;
  }
}

.tpoffcanvas__close-btn button {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  height: 40px;
  width: 40px;
  line-height: 45px;
  color: #000;
}

.tpoffcanvas__close-btn button:hover i {
  transform: rotate(360deg);
}

.tpoffcanvas__close-btn button i {
  font-weight: 300;
  font-size: 20px;
  transition: all 0.9s ease 0s;
}

.tpoffcanvas__social {
  margin-top: 0;
}

.tpoffcanvas__social .social-icon a {
  /* height: 55px; */
  /* width: 55px; */
  line-height: 58px;
  text-align: center;
  font-size: 16px;
  background-color: rgba(251, 251, 253, 0.08);
  color: #000;
  margin-right: 15px;
  transition: all 0.3s ease 0s;
  display: inline-block;
  border-radius: 50%;
  /* border: 1px solid; */
}

@media (max-width: 767px) {
  .tpoffcanvas__social .social-icon a {
      margin-right: 3px;
      /* height: 50px; */
      /* width: 50px; */
      line-height: 53px;
      font-size: 15px;
      margin-right: 20px;
  }
}

.tpoffcanvas__social .social-icon a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

/* .breadcrumb__pt { padding-top: 120px; } */
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .breadcrumb__pt {
      padding-top: 0px;
  }
}

.breadcrumb__height {
  height: 291px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  background-position: center bottom;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .breadcrumb__height {
      height: 300px;
  }
}

.breadcrumb__overlay {
  position: relative;
}

.breadcrumb__overlay::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.94) 100%);
}

.breadcrumb__title {
  font-weight: 700;
  font-size: 68px;
  text-transform: capitalize;
  color: var(--tp-common-white);
  margin-bottom: 0px;
  line-height: 1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .breadcrumb__title {
      font-size: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .breadcrumb__title {
      font-size: 53px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__title {
      font-size: 52px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__title {
      font-size: 45px;
  }
}

@media (max-width: 767px) {
  .breadcrumb__title {
      font-size: 35px;
      margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__title {
      margin-bottom: 0px;
  }
}

.breadcrumb__list {
  display: inline-block;
  padding: 0px 10px;
}

.breadcrumb__list span {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--tp-common-white);
}

@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) {
  .breadcrumb__list span {
      font-size: 17px;
  }
}

.breadcrumb__list span.dvdr i {
  font-size: 15px;
  display: inline-block;
  margin: 0px 13px;
}

.breadcrumb__list span a {
  color: var(--tp-common-white);
}

@media (max-width: 767px) {
  .breadcrumb__content {
      flex-wrap: wrap;
  }
}

.tp-custom-accordion .accordion-items {
  margin-bottom: 20px;
}

.tp-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  padding: 25px 55px 25px 30px;
  transition: all 0.3s ease 0s;
  font-family: var(--tp-ff-heading);
  color: var(--tp-common-black);
  background-color: rgb(248, 248, 248);
  display: flex;
  align-items: start;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-custom-accordion .accordion-buttons {
      font-size: 17px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-custom-accordion .accordion-buttons {
      font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-custom-accordion .accordion-buttons {
      font-size: 18px;
  }
}

@media (max-width: 767px) {
  .tp-custom-accordion .accordion-buttons {
      font-size: 15px;
      padding-left: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-custom-accordion .accordion-buttons {
      font-size: 17px;
  }
}

.tp-custom-accordion .accordion-buttons::after {
  position: absolute;
  content: '';
  font-family: "Font Awesome 5 Pro";
  top: 21px;
  right: 20px;
  font-weight: 700;
  font-size: 12px;
  opacity: 1;
  transition: all 0.3s ease 0s;
  height: 28px;
  width: 28px;
  line-height: 27px;
  border-radius: 50%;
  text-align: center;
  color: var(--tp-theme-1);
  border: 1px solid var(--tp-theme-1);
}

@media (max-width: 767px) {
  .tp-custom-accordion .accordion-buttons::after {
      right: 20px;
  }
}

.tp-custom-accordion .accordion-buttons span {
  margin-right: 5px;
  display: inline-block;
}

.tp-custom-accordion .accordion-buttons.collapsed::after {
  content: '';
}

.tp-custom-accordion .collapsed {
  position: relative;
  z-index: 99;
}

.tp-custom-accordion .accordion-body {
  padding-top: 17px;
  padding-bottom: 2px;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 16px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-custom-accordion .accordion-body {
      font-size: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-custom-accordion .accordion-body {
      font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-custom-accordion .accordion-body {
      font-size: 14px;
  }
}

@media (max-width: 767px) {
  .tp-custom-accordion .accordion-body {
      font-size: 13px;
      padding-right: 0px;
      line-height: 26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-custom-accordion .accordion-body {
      font-size: 14px;
  }
}

.tp-tab .nav-tabs {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.tp-tab .nav-tabs .nav-link {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.tp-product-tab-2 .nav-tabs .nav-link {
  font-size: 20px;
  color: rgb(160, 162, 164);
  position: relative;
}

@media (max-width: 767px) {
  .tp-product-tab-2 .nav-tabs .nav-link {
      font-size: 15px;
  }
}

.tp-product-tab-2 .nav-tabs .nav-link:not(:first-child) {
  margin-left: 28px;
}

.tp-product-tab-2 .nav-tabs .nav-link:not(:first-child)::after {
  position: absolute;
  left: -17px;
  top: 50%;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgb(206, 210, 214);
}

.tp-product-tab-2 .nav-tabs .nav-link.active {
  color: var(--tp-theme-secondary);
}

.tp-product-tab-2 .nav-tabs .nav-link.active .tp-product-tab-tooltip {
  opacity: 1;
  visibility: visible;
}

.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip {
  position: absolute;
  top: -24px;
  right: 0px;
  background-color: var(--tp-theme-secondary);
  color: var(--tp-common-white);
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  padding: 4px 9px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  font-weight: 700;
}

.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 7px;
  width: 13px;
  height: 6px;
  background-color: var(--tp-theme-secondary);
  clip-path: polygon(100% 0px, 0px 0px, 28% 100%);
}

.tp-product-tab-3 .nav-tabs .nav-link {
  font-size: 16px;
  padding: 0px;
}

@media (max-width: 767px) {
  .tp-product-tab-3 .nav-tabs .nav-link {
      font-size: 15px;
  }
}

.tp-product-tab-3 .nav-tabs .nav-link:not(:first-child) {
  margin-left: 23px;
}

.tp-product-tab-3 .nav-tabs .nav-link:not(:first-child)::after {
  width: 4px;
  height: 4px;
  left: -14px;
}

.tp-product-tab-3 .nav-tabs .nav-link.active {
  color: var(--tp-common-black);
}

.tp-product-tab-3 .nav-tabs .nav-link.active .tp-product-tab-tooltip {
  opacity: 1;
  visibility: visible;
}

.tp-product-tab-3 .nav-tabs .nav-link .tp-product-tab-tooltip {
  background-color: var(--tp-theme-primary);
}

.tp-product-tab-3 .nav-tabs .nav-link .tp-product-tab-tooltip::after {
  background-color: var(--tp-theme-primary);
}

.tp-product-tab-5 .nav-tabs .nav-link {
  padding: 0px 5px;
}

@media (max-width: 767px) {
  .tp-product-tab-5 .nav-tabs .nav-link {
      font-size: 15px;
  }
}

.tp-product-tab-5 .nav-tabs .nav-link:not(:last-child)::after {
  left: -15px;
}

.tp-product-tab-5 .nav-tabs .nav-link:not(:first-child) {
  margin-left: 22px;
}

.tp-product-tab-5 .nav-tabs .nav-link.active {
  color: var(--tp-common-black);
}

.tp-product-tab-5 .nav-tabs .nav-link.active .tp-product-tab-tooltip {
  opacity: 1;
  visibility: visible;
}

.tp-product-tab-5 .nav-tabs .nav-link .tp-product-tab-tooltip {
  background-color: var(--tp-theme-green);
}

.tp-product-tab-5 .nav-tabs .nav-link .tp-product-tab-tooltip::after {
  background-color: var(--tp-theme-green);
}

.tp-tab-line {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -1px;
  width: 38%;
  height: 2px;
  background-color: var(--tp-common-black);
}

.tp-section-subtitle {
  color: var(--tp-theme-1);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  padding-bottom: 5px;
}

@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-section-subtitle {
      font-size: 16px;
  }
}

@media (max-width: 767px) {
  .tp-section-subtitle {
      font-size: 20px;
  }
}

.tp-section-title {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 0px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title {
      font-size: 35px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title {
      font-size: 38px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title {
      font-size: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title {
      font-size: 38px;
  }

  .tp-section-title br {
      display: none;
  }
}

@media (max-width: 767px) {
  .tp-section-title {
      font-size: 29px;
  }

  .tp-section-title br {
      display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title {
      font-size: 34px;
  }

  .tp-section-title br {
      display: none;
  }
}

.search__popup {
  padding: 70px 70px 100px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 55%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  backdrop-filter: blur(16px);
  transform: translateY(calc(-100% - 80px));
  transition: transform 0.6s ease-in-out 0.7s, opacity 0.6s ease-in-out 0s;
}

.search__popup.search-opened {
  transform: translateY(0%);
  transition-delay: 0s;
}

.search__popup.search-opened .search__input {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}

.search__popup.search-opened .search__input::after {
  width: 100%;
  transition-delay: 0.5s;
}

.search__popup-2 {
  background-color: var(--tp-common-black-13);
}

.search__popup-2 .search__input .search-input-field ~ .search-focus-border {
  background-color: var(--tp-theme-8);
}

.search__popup-3 .search__input .search-input-field ~ .search-focus-border {
  background-color: var(--tp-theme-10);
}

.search__top {
  margin-bottom: 80px;
}

.search__input {
  position: relative;
  height: 80px;
  transition: all 0.3s ease-out 0.5s;
  opacity: 0;
}

.search__input::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 0%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-out 0.3s;
}

.search__input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-width: 0px 0px 1px;
  border-top-style: initial;
  border-right-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  border-image: initial;
  outline: 0px;
  font-size: 24px;
  color: var(--tp-common-white);
  border-bottom-style: solid;
  border-bottom-color: transparent;
  padding: 0px 30px 0px 0px;
}

.search__input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input button {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--tp-common-white);
}

.search__input .search-input-field ~ .search-focus-border {
  position: absolute;
  bottom: 0px;
  left: auto;
  right: 0px;
  width: 0px;
  height: 1px;
  background-color: var(--tp-common-orange);
}

.search__input .search-input-field:focus ~ .search-focus-border {
  width: 100%;
  left: 0px;
  right: auto;
}

.search__close-btn {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.3);
}

.search__close-btn:hover {
  color: var(--tp-common-white);
}

.tp-hotspot {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: var(--tp-common-black);
  border-radius: 50%;
  background-color: var(--tp-common-white);
  position: absolute;
  z-index: 1;
}

.tp-hotspot:hover {
  cursor: pointer;
}

.ui-button-icon-only, .ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-checkboxradio-disabled, .ui-state-disabled {
  pointer-events: none;
}

.ui-datepicker .ui-icon, .ui-icon {
  text-indent: -99999px;
  background-repeat: no-repeat;
}

.ui-helper-reset, .ui-menu {
  outline: 0px;
  list-style: none;
}

.ui-helper-hidden, .ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0px;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0px;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0px;
  padding: 0px;
  border: 0px;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
}

.ui-helper-clearfix::after, .ui-helper-clearfix::before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix::after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  overflow: hidden;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0px 0px;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-autocomplete, .ui-menu .ui-menu {
  position: absolute;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0px;
  overflow: auto;
}

.ui-autocomplete {
  top: 0px;
  left: 0px;
  cursor: default;
}

.ui-menu {
  padding: 0px;
  margin: 0px;
  display: block;
}

.ui-button, .ui-controlgroup {
  display: inline-block;
  vertical-align: middle;
}

.ui-button, .ui-menu-icons, .ui-resizable {
  position: relative;
}

.ui-menu .ui-menu-item {
  margin: 0px;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0;
  border-width: 1px 0px 0px;
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-button, .ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0.2em;
  margin: auto 0px;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0px;
}

.ui-button {
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  user-select: none;
  overflow: visible;
}

.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0px;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0px;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0px;
  white-space: normal;
  padding: 0.4em 1em;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0px;
  margin-right: 0px;
}

.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus, .ui-controlgroup > .ui-controlgroup-item:focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: rgb(204, 204, 204) 1px 1px 1px inset;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0px;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0px;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0px 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0px;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0px 0px 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0px;
}

.ui-datepicker td {
  border: 0px;
  padding: 1px;
}

.ui-datepicker td a, .ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0px 0px;
  padding: 0px 0.2em;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-multi .ui-datepicker-group, .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0px auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0px;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0px;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0px;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  overflow: hidden;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0.2em;
  outline: 0px;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0px;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0px 0px;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0px;
  padding: 0.5em 1em;
  background: 0px 0px;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0px 0px;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0px;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0px;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0px;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0px;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0px;
}

.ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0px;
  bottom: 0px;
}

.ui-dialog .ui-resizable-sw {
  left: 0px;
  bottom: 0px;
}

.ui-dialog .ui-resizable-ne {
  right: 0px;
  top: 0px;
}

.ui-dialog .ui-resizable-nw {
  left: 0px;
  top: 0px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle, .ui-selectable, .ui-sortable-handle {
  touch-action: none;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0px;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0px;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0px;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0px;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted rgb(0, 0, 0);
}

.ui-selectmenu-menu {
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: hidden auto;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0px 0px;
  height: auto;
  border: 0px;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0px;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0px;
  background-position: 0px 0px;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0px;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0px;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0px;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0px;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0px;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min, .ui-spinner-down {
  bottom: 0px;
}

.ui-slider-vertical .ui-slider-range-max, .ui-spinner-up {
  top: 0px;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0px;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: 0px 0px;
  color: inherit;
  padding: 0.222em 0px;
  margin: 0.2em 2em 0.2em 0.4em;
  vertical-align: middle;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0px;
  margin: 0px;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0px;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0px;
  padding: 0.2em 0.2em 0px;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0px;
  margin: 1px 0.2em 0px 0px;
  border-bottom-width: 0px;
  padding: 0px;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0px;
  padding: 1em 1.4em;
  background: 0px 0px;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget, .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid rgb(197, 197, 197);
}

.ui-widget-content {
  border: 1px solid rgb(221, 221, 221);
  background: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
}

.ui-widget-content a, .ui-widget-header a {
  color: rgb(51, 51, 51);
}

.ui-widget-header {
  border: 1px solid rgb(221, 221, 221);
  background: rgb(233, 233, 233);
  color: rgb(51, 51, 51);
  font-weight: 700;
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
  border: 1px solid rgb(197, 197, 197);
  background: rgb(246, 246, 246);
  font-weight: 400;
  color: rgb(69, 69, 69);
}

.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
  color: rgb(69, 69, 69);
  text-decoration: none;
}

.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
  border: 1px solid rgb(204, 204, 204);
  background: rgb(237, 237, 237);
  font-weight: 400;
  color: rgb(43, 43, 43);
}

.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
  color: rgb(43, 43, 43);
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: rgb(94, 158, 214) 0px 0px 3px 1px;
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
  border: 1px solid rgb(0, 62, 255);
  background: rgb(0, 127, 255);
  font-weight: 400;
  color: rgb(255, 255, 255);
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: rgb(0, 62, 255);
  background-color: rgb(255, 255, 255);
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid rgb(218, 213, 94);
  background: rgb(255, 250, 144);
  color: rgb(119, 118, 32);
}

.ui-state-checked {
  border: 1px solid rgb(218, 213, 94);
  background: rgb(255, 250, 144);
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: rgb(119, 118, 32);
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid rgb(241, 168, 153);
  background: rgb(253, 223, 223);
  color: rgb(95, 63, 63);
}

.ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
  color: rgb(95, 63, 63);
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  font-weight: 400;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  background-image: none;
}

.ui-state-disabled .ui-icon {
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.html");
}

.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.html");
}

.ui-button:active .ui-icon, .ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.html");
}

.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_777620_256x240.html");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.html");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.html");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0px 0px;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0px;
}

.ui-icon-caret-1-e {
  background-position: -32px 0px;
}

.ui-icon-caret-1-se {
  background-position: -48px 0px;
}

.ui-icon-caret-1-s {
  background-position: -65px 0px;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0px;
}

.ui-icon-caret-1-w {
  background-position: -96px 0px;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0px;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0px;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0px;
}

.ui-icon-triangle-1-n {
  background-position: 0px -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0px -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0px -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0px -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0px -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0px -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0px -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0px -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0px -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first, .ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0px -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0px -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0px -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0px -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: rgb(170, 170, 170);
  opacity: 0.3;
}

.ui-widget-shadow {
  box-shadow: rgb(102, 102, 102) 0px 0px 5px;
}

.tp-onepage-header.header-sticky {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  opacity: 1;
  width: 100%;
  z-index: 999;
  visibility: visible;
  background-color: var(--tp-common-white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.95s ease 0s 1 normal forwards running headerSlideDown;
}

.tp-onepage-header.header-sticky.sticky-bg {
  background-color: var(--tp-common-black);
}

.tp-onepage-header.header-sticky .tp-header-2-pt {
  padding-top: 0px;
}

.tp-onepage-header.header-sticky .tp-header-menu > nav > ul > li > a {
  padding: 20px 0px;
}

.tp-onepage-header.header-sticky.tp-header-style-4 .tp-header-menu > nav > ul > li > a::after {
  bottom: 34%;
}

.tp-onepage-header.header-sticky.tp-header-style-4 .tp-header-icon a.cart-icon {
  color: var(--tp-theme-1);
}

.tp-onepage-header.header-sticky.tp-header-style-4 .tp-header-bar button {
  color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}

.tp-onepage-header.header-sticky.tp-header-style-5.background-bg {
  background-color: var(--tp-common-black);
}

.tp-header-area.tp-header-sticky-cloned {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  visibility: hidden;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transform: perspective(300px) rotateX(0deg) perspective(300px) rotateX(-90deg);
  transform-origin: center top;
  transition: all 0.5s ease-in-out 0s;
}

.tp-header-area.tp-header-sticky-cloned .tp-header-menu > nav > ul > li > a {
  padding: 25px 0px;
}

.tp-header-area.tp-header-sticky-cloned .tp-header-bar button {
  border-radius: 0px;
  color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}

.tp-header-area.tp-header-sticky-cloned .tp-header-icon a.cart-icon svg {
  color: var(--tp-common-black);
}

.tp-header-area.tp-header-sticky-cloned .tp-header-icon a.cart-icon span svg {
  color: var(--tp-common-black);
}

.tp-header-area.tp-header-sticky-cloned.tp-header-style-4 .tp-header-menu > nav > ul > li > a::after {
  bottom: 38%;
}

.tp-header-area.tp-header-sticky-cloned.tp-header-style-4 .tp-header-icon a.cart-icon {
  color: var(--tp-theme-1);
}

.tp-header-area.tp-header-sticky-cloned.tp-header-style-4 .tp-header-icon a.cart-icon span {
  background-color: var(--tp-common-black);
}

.tp-header-area.tp-header-sticky-cloned.tp-header-style-4 .tp-header-icon a.cart-icon span::after {
  background-color: var(--tp-common-white);
}

.tp-header-area.tp-header-sticky-cloned.tp-header-style-4 .tp-header-icon a.cart-icon span i {
  color: var(--tp-common-white);
}

.tp-header-area.tp-header-pinned {
  transform: translateY(0%);
  visibility: visible;
}

.tp-header-2-area.tp-header-sticky-cloned {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  visibility: hidden;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transform: perspective(300px) rotateX(0deg) perspective(300px) rotateX(-90deg);
  transform-origin: center top;
  transition: all 0.5s ease-in-out 0s;
}

.tp-header-2-area.tp-header-sticky-cloned .tp-header-2-menu > nav > ul > li > a {
  padding: 25px 0px;
  color: var(--tp-common-black);
}

.tp-header-2-area.tp-header-sticky-cloned .tp-header-2-menu > nav > ul > li > a::before {
  background-color: var(--tp-common-black);
}

.tp-header-2-area.tp-header-sticky-cloned .tp-header-2-menu > nav > ul > li.has-dropdown::after {
  color: var(--tp-common-black);
}

.tp-header-2-area.tp-header-sticky-cloned .tp-header-2-bar button svg {
  color: var(--tp-common-black);
}

.tp-header-2-area.tp-header-sticky-cloned .tp-header-2-icon button svg {
  color: var(--tp-common-black);
}

.tp-header-2-area.tp-header-sticky-cloned .tp-header-2-icon > a.cart-icon svg {
  color: var(--tp-common-black);
}

.tp-header-2-area.tp-header-sticky-cloned .tp-header-2-icon > a.cart-icon > span svg {
  color: var(--tp-common-black);
}

.tp-header-2-area.tp-header-sticky-cloned.tp-header-inner-style .tp-header-2-menu > nav > ul > li > a {
  padding: 35px 0px 25px;
}

.tp-header-2-area.tp-header-sticky-cloned.tp-header-inner-style .tp-header-2-menu > nav > ul > li > a::after {
  top: 36%;
}

.tp-header-2-area.tp-header-sticky-cloned.tp-header-inner-style .tp-header-icon.cart:hover .minicart {
  top: 151%;
}

.tp-header-2-area.tp-header-pinned {
  transform: translateY(0%) perspective(300px) rotateX(0deg);
  visibility: visible;
}

.tp-header-2-area.tp-header-2-pt {
  padding-top: 0px;
}

.tp-header-style-5.tp-header-sticky-cloned .tp-header-menu > nav > ul > li > a {
  padding: 25px 0px;
  color: var(--tp-common-black);
}

.tp-header-style-5.tp-header-sticky-cloned .tp-header-menu > nav > ul > li > a::after {
  background-color: var(--tp-common-black);
}

.tp-header-tranparent {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}

.tp-header-top-height {
  padding: 0px;
}

.tp-header-top-left ul li {
  display: inline-block;
  list-style-type: none;
}

.tp-header-top-left ul li:not(:last-child) {
  margin-right: 18px;
}

.tp-header-top-left ul li i {
  margin-right: 5px;
  color: var(--tp-common-white);
}

.tp-header-top-left ul li a {
  color: var(--tp-common-white);
  position: relative;
  /* text-transform: capitalize; */
}

.tp-header-top-left ul li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: auto;
  height: 1px;
  width: 0px;
  background-color: var(--tp-common-white);
  transition: all 0.7s ease 0s;
  display: inline-block;
}

.tp-header-top-left ul li a:hover::after {
  width: 100%;
  right: auto;
  left: 0px;
}

.tp-header-top-social a {
  font-size: 14px;
  display: inline-block;
  color: var(--tp-common-white);
  transition: all 0.3s ease 0s;
}

.tp-header-top-social a:hover {
  color: #b1acac;
}

.tp-header-top-social a:not(:last-child) {
  margin-right: 21px;
}

.tp-header-menu {
  padding-left: 285px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-menu {
      padding-left: 200px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-menu {
      padding-left: 150px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-menu {
      padding-left: 85px;
  }
}

.fixed-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  justify-content: end;
}

.tp-header-area .tp-main-menu-content {
  padding: 10px 0px;
}

.tp-header-area {
  height: auto;
  width: 100%;
  background: rgb(255, 255, 255);
}

.tp-header-area .tp-header-area {
  width: 100%;
  color: white;
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 0px;
  visibility: visible;
}

.tp-header-menu > nav > ul > li {
  display: inline-block;
  margin: 0px 20px;
  position: relative;
}

.tp-header-menu > nav > ul > li > a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.2px;
  display: inline-block;
  padding: 36px 0px;
  color: var(--tp-common-black);
  position: relative;
}

.tp-header-menu > nav > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: 40%;
  right: 0px;
  left: auto;
  height: 1px;
  width: 0px;
  background-color: var(--tp-common-white);
  transition: all 0.7s ease 0s;
  display: inline-block;
}

.tp-header-menu > nav > ul > li > .submenu {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 200px;
  /*padding: 0px 20px;*/
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  transform: translate3d(15px, 0px, 0px);
  transform-origin: center top;
  text-align: start;
  background-color: rgb(255, 255, 255);
  border-top: 3px solid var(--tp-theme-1);
  backdrop-filter: blur(12.5px);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tp-header-menu > nav > ul > li > .submenu > li {
  margin: 0px;
  display: block;
  border-bottom: 1px solid rgb(234, 234, 234);
  padding: 5px 16px;
}

.tp-header-menu > nav > ul > li > .submenu > li > a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.2px;
  padding: 0px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  position: relative;
}

.tp-header-menu > nav > ul > li > .submenu > li > a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: auto;
  height: 1px;
  width: 0px;
  background-color: var(--tp-theme-1);
  transition: all 0.7s ease 0s;
  display: inline-block;
}

.tp-header-menu > nav > ul > li > .submenu > li:hover > a::after {
  width: 100%;
  right: auto;
  left: 0px;
  background-color: var(--tp-common-black);
}

.tp-header-menu > nav > ul > li:hover > a::after {
  width: 100%;
  right: auto;
  left: 0px;
  background-color: var(--tp-common-black);
}

.tp-header-menu > nav > ul > li:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0px, 0px, 0px);
}

.tp-header-icon {
  position: relative;
}

.tp-header-icon .cart-icon {
  display: inline-block;
  margin-right: 42px;
  color: var(--tp-theme-1);
  font-size: 22px;
  position: relative;
}

.tp-header-icon .cart-icon span {
  position: absolute;
  top: -2px;
  right: 0px;
  height: 13.5px;
  width: 13.5px;
  line-height: 6.5px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--tp-common-black);
}

.tp-header-icon .cart-icon span::after {
  display: inline-block;
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--tp-common-white);
  transform: scale(1.4);
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  left: 0px;
  top: 0px;
}

.tp-header-icon .cart-icon span i {
  font-size: 9px;
  font-weight: 700;
  color: var(--tp-common-white);
}

.tp-header-icon .cart-icon .shopping-cart {
  position: relative;
  z-index: -1;
}

.tp-header-icon.cart:hover .minicart {
  opacity: 1;
  visibility: visible;
  top: 176%;
}

.tp-header-bar button {
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 15px 0px 15px 20px;
  font-size: 18px;
  color: var(--tp-common-black);
  /* border: 1px solid var(--tp-common-black); */
}

.tp-header-menu > nav > ul.tp-onepage-menu > li > a.active::after {
  width: 100%;
  right: auto;
  left: 0px;
  background-color: var(--tp-common-black);
}

.tp-header-2-pt .tp-header-2-menu > nav > ul.tp-onepage-menu > li > a.active::before {
  width: 100%;
  right: auto;
  left: 0px;
  background-color: var(--tp-common-white);
}

.tp-header-style-5 .tp-header-menu > nav > ul.tp-onepage-menu > li > a.active::after {
  background-color: var(--tp-common-white);
}

.minicart {
  background: rgb(255, 255, 255);
  padding: 25px;
  position: absolute;
  right: 61%;
  top: 250%;
  transition: all 0.3s ease 0s;
  width: 350px;
  z-index: 9;
  box-shadow: rgba(61, 110, 168, 0.3) 0px 8px 20px;
  visibility: hidden;
  opacity: 0;
}

.cart-thumb {
  padding-right: 15px;
}

.cart-title {
  font-size: 15px;
}

.cart-title a {
  display: inline-block;
  position: relative;
}

.cart-title a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: auto;
  height: 1px;
  width: 0px;
  background-color: var(--tp-theme-1);
  transition: all 0.7s ease 0s;
  display: inline-block;
}

.cart-title a:hover::after {
  width: 100%;
  right: auto;
  left: 0px;
  background-color: var(--tp-common-black);
}

.cart-del-icon {
  font-weight: 700;
  color: var(--tp-common-black);
}

.cart-del-icon span {
  transition: all 0.3s ease 0s;
}

.cart-del-icon span:hover {
  cursor: pointer;
  color: red;
}

.cart-content {
  text-align: start;
}

.cart-content span {
  font-size: 14px;
  color: rgb(116, 118, 145);
}

.cart-content span del {
  color: rgb(165, 167, 188);
  font-size: 13px;
}

.cart-content-wrap {
  padding-bottom: 7px;
}

.cart-total-price {
  border-top: 1px solid rgb(202, 202, 219);
  padding-top: 15px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.cart-total-price span {
  color: rgb(116, 118, 145);
  font-weight: 700;
  font-size: 16px;
}

.tp-header-2-pt {
  padding-top: 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-header-2-pt {
      padding-top: 0px;
  }
}

.tp-header-2-menu {
  padding-left: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-2-menu {
      padding-left: 36px;
  }
}

.tp-header-2-menu > nav > ul {
  counter-reset: count 0;
}

.tp-header-2-menu > nav > ul > li {
  display: inline-block;
  margin: 0px 18px;
  position: relative;
}

.tp-header-2-menu > nav > ul > li > a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  display: inline-block;
  padding: 30px 0px;
  color: var(--tp-common-white);
  position: relative;
}

.tp-header-2-menu > nav > ul > li > a::after {
  position: absolute;
  counter-increment: count 1;
  content: counter(count, decimal-leading-zero);
  left: 0px;
  top: 10px;
  font-size: 12px;
  font-weight: 500;
}

.tp-header-2-menu > nav > ul > li > a::before {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 0px;
  width: 0px;
  height: 1px;
  background-color: var(--tp-common-white);
  transition: all 0.3s ease 0s;
}

.tp-header-2-menu > nav > ul > li > .submenu {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 200px;
  z-index: 999;
  padding: 20px 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  transform: translate3d(15px, 0px, 0px);
  transform-origin: center top;
  text-align: start;
  background-color: rgb(255, 255, 255);
  border-top: 3px solid var(--tp-theme-1);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tp-header-2-menu > nav > ul > li > .submenu > li {
  margin: 0px;
  display: block;
}

.tp-header-2-menu > nav > ul > li > .submenu > li > a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  padding: 0px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  position: relative;
}

.tp-header-2-menu > nav > ul > li > .submenu > li > a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: auto;
  height: 1px;
  width: 0px;
  background-color: var(--tp-common-black);
  transition: all 0.7s ease 0s;
  display: inline-block;
}

.tp-header-2-menu > nav > ul > li > .submenu > li:hover > a::after {
  width: 100%;
  right: auto;
  left: 0px;
  background-color: var(--tp-common-black);
}

.tp-header-2-menu > nav > ul > li.has-dropdown::after {
  content: '';
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.3s ease 0s;
  margin-left: 5px;
  transform: translateY(2px);
  color: var(--tp-common-white);
}

.tp-header-2-menu > nav > ul > li:hover.has-dropdown::after {
  transform: rotate(-180deg);
}

.tp-header-2-menu > nav > ul > li:hover > a::before {
  width: 100%;
}

.tp-header-2-menu > nav > ul > li:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.tp-header-2-right ul li {
  display: inline-block;
  list-style-type: none;
}

.tp-header-2-right ul li:not(:last-child) {
  margin-right: 28px;
}

.tp-header-2-icon {
  position: relative;
}

.tp-header-2-icon > a svg {
  color: var(--tp-common-white);
}

.tp-header-2-icon button svg {
  color: var(--tp-common-white);
}

.tp-header-2-icon.cart:hover .minicart {
  opacity: 1;
  visibility: visible;
  top: 176%;
}

.tp-header-2-icon .minicart {
  right: 0%;
  top: 250%;
}

@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-header-2-bar {
      margin: 20px 0px;
  }
}

.tp-header-2-bar button svg {
  color: var(--tp-common-white);
}

.tp-header-style-3 .tp-header-menu {
  padding-left: 280px;
  display: flex;
  justify-content: end;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-style-3 .tp-header-menu {
      padding-left: 220px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-style-3 .tp-header-menu {
      padding-left: 155px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-style-3 .tp-header-menu {
      padding-left: 80px;
  }
}

.tp-header-style-3 .tp-header-menu > nav > ul > li > a {
  padding: 20px 0px;
}

.tp-header-style-4 .tp-header-menu {
  padding-left: 165px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-style-4 .tp-header-menu {
      padding-left: 115px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-style-4 .tp-header-menu {
      padding-left: 85px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-style-4 .tp-header-menu {
      padding-left: 25px;
  }
}

.tp-header-style-4 .tp-header-menu > nav > ul > li > a {
  padding: 52px 0px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-style-4 .tp-header-menu > nav > ul > li > a {
      padding: 35px 0px;
  }
}

.tp-header-style-4 .tp-header-bar button {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-style-4 .tp-header-bar button {
      border-radius: 0px;
      color: var(--tp-common-black);
      border-color: var(--tp-common-black);
  }
}

.tp-header-style-4 .tp-header-icon a.cart-icon {
  margin-right: 20px;
  color: var(--tp-common-white);
}

.tp-header-style-4 .tp-header-icon a.cart-icon span {
  background-color: var(--tp-common-white);
}

.tp-header-style-4 .tp-header-icon a.cart-icon span::after {
  background-color: var(--tp-theme-1);
}

.tp-header-style-4 .tp-header-icon a.cart-icon span i {
  color: var(--tp-theme-1);
}

.tp-header-style-4 .tp-header-icon .minicart {
  right: 49%;
}

.tp-header-style-5 .tp-header-menu {
  padding-left: 335px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-style-5 .tp-header-menu {
      padding-left: 230px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-style-5 .tp-header-menu {
      padding-left: 200px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-style-5 .tp-header-menu {
      padding-left: 120px;
  }
}

.tp-header-style-5 .tp-header-menu > nav > ul > li > a {
  color: var(--tp-common-white);
  padding: 42px 0px;
}

.tp-header-style-5 .tp-header-menu > nav > ul > li > a::after {
  background-color: var(--tp-common-white);
}

.tp-header-style-5 .tp-header-bar button {
  border-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-style-5 .tp-header-bar button {
      border-radius: 50%;
      color: var(--tp-common-white);
  }
}

.tp-header-style-5 .tp-header-icon a.cart-icon span::after {
  background-color: var(--tp-common-black);
}

.tp-header-style-5 .tp-header-icon a.cart-icon span i {
  color: var(--tp-common-black);
}

.tp-header-style-5 .tp-header-icon .pdf-icon {
  color: var(--tp-theme-1);
  margin-left: 17px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-inner-style .tp-header-right {
      margin-left: -20px;
  }
}

.tp-header-inner-style .tp-header-right ul li {
  display: inline-block;
  list-style-type: none;
}

.tp-header-inner-style .tp-header-icon .cart-icon {
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-right: 28px;
  background-color: rgba(166, 161, 130, 0.1);
  color: var(--tp-common-black);
}

.tp-header-inner-style .tp-header-icon .cart-icon span {
  top: -3px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-weight: 600;
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.tp-header-inner-style .tp-header-icon > a {
  color: var(--tp-common-black);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: capitalize;
}

.tp-header-inner-style .tp-header-icon .pdf-icon {
  color: var(--tp-theme-1);
  margin-left: 17px;
}

.tp-header-inner-style .tp-header-icon .minicart {
  right: 41%;
}

@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-header-inner-style .tp-header-2-bar {
      margin: 20px 0px;
  }
}

.tp-header-inner-style .tp-header-2-bar button > svg {
  color: var(--tp-common-black);
}

.tp-header-inner-style .tp-header-2-menu {
  padding-left: 195px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-inner-style .tp-header-2-menu {
      padding-left: 150px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-inner-style .tp-header-2-menu {
      padding-left: 75px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-inner-style .tp-header-2-menu {
      padding-left: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-inner-style .tp-header-2-menu > nav > ul > li {
      margin: 0px 14px;
  }
}

.tp-header-inner-style .tp-header-2-menu > nav > ul > li > a {
  padding-top: 55px;
  padding-bottom: 35px;
  color: var(--tp-common-black);
}

.tp-header-inner-style .tp-header-2-menu > nav > ul > li > a::before {
  bottom: 34%;
  transform: translate(0px, -50%);
  background-color: var(--tp-common-black);
}

.tp-header-inner-style .tp-header-2-menu > nav > ul > li > a::after {
  left: 0px;
  top: 42%;
  transform: translate(0px, -50%);
}

.tp-header-inner-style .tp-header-2-menu > nav > ul > li .submenu > ul > li > a {
  padding: 0px;
}

.tp-header-inner-style .tp-header-2-menu > nav > ul > li.has-dropdown::after {
  color: var(--tp-common-black);
}

.tp-header-menu nav ul li .has-homemenu {
  width: 1100px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tp-header-menu nav ul li .has-homemenu .homemenu {
  padding: 0px 10px;
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-menu nav ul li .has-homemenu {
      left: -150px;
      width: 1000px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-menu nav ul li .has-homemenu {
      left: -150px;
      width: 1000px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-menu nav ul li .has-homemenu {
      left: -100px;
      width: 900px;
  }
}

.tp-header-2-menu nav ul li .has-homemenu {
  width: 1100px;
  opacity: 0;
  left: -105px;
  visibility: hidden;
  padding: 30px 30px 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tp-header-2-menu nav ul li .has-homemenu .homemenu {
  padding: 0px 10px;
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-2-menu nav ul li .has-homemenu {
      width: 900px;
  }
}

.homemenu-btn {
  position: absolute;
  bottom: 20%;
  left: 0px;
  right: 0px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
}

.homemenu-title {
  font-size: 12px;
  margin-bottom: 0px;
  color: var(--tp-common-black);
  display: inline-block;
  font-weight: 500;
  position: relative;
}

.homemenu-title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: auto;
  height: 1px;
  width: 0px;
  background-color: var(--tp-theme-1);
  transition: all 0.7s ease 0s;
  display: inline-block;
}

.homemenu-title:hover::after {
  width: 100%;
  right: auto;
  left: 0px;
  background-color: var(--tp-common-black);
}

.homemenu-thumb {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}

.tp-main-menu-mobile .tp-submenu {
  display: none;
}

.tp-main-menu-mobile .header-icon {
  display: none;
}

.tp-main-menu-mobile ul {
  position: static;
  display: block;
  box-shadow: none;
}

.tp-main-menu-mobile ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0px;
}

.tp-main-menu-mobile ul li:not(:last-child) a {
  border-bottom: 1px solid rgba(6, 7, 40, 0.1);
}

.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn {
  position: absolute;
  right: 0px;
  top: 21%;
  transform: translateY(-2px);
  font-size: 18px;
  color: rgb(127, 131, 135);
  font-family: "Font Awesome 5 Pro";
  z-index: 1;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: background-color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
}

.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn i {
  transition: all 0.3s ease-in-out 0s;
}

.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
  transform: rotate(90deg);
}

.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover i {
  color: var(--tp-common-white);
}

.tp-main-menu-mobile ul li.has-dropdown > a.expanded {
  color: var(--tp-theme-1);
}

.tp-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.tp-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
  color: var(--tp-common-white);
}

.tp-main-menu-mobile ul li.has-dropdown:hover > a::after {
  color: var(--tp-theme-green);
}

.tp-main-menu-mobile ul li.has-dropdown-2 > a .dropdown-toggle-btn {
  position: absolute;
  right: 0px;
  top: 21%;
  transform: translateY(-2px);
  font-size: 18px;
  color: rgb(127, 131, 135);
  font-family: "Font Awesome 5 Pro";
  z-index: 1;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: background-color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
}

.tp-main-menu-mobile ul li.has-dropdown-2 > a .dropdown-toggle-btn i {
  transition: all 0.3s ease-in-out 0s;
}

.tp-main-menu-mobile ul li.has-dropdown-2 > a .dropdown-toggle-btn.dropdown-opened i {
  transform: rotate(90deg);
}

.tp-main-menu-mobile ul li.has-dropdown-2 > a .dropdown-toggle-btn:hover {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.tp-main-menu-mobile ul li.has-dropdown-2 > a .dropdown-toggle-btn:hover i {
  color: var(--tp-common-white);
}

.tp-main-menu-mobile ul li.has-dropdown-2 > a.expanded {
  color: var(--tp-theme-1);
}

.tp-main-menu-mobile ul li.has-dropdown-2 > a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.tp-main-menu-mobile ul li.has-dropdown-2 > a.expanded .dropdown-toggle-btn.dropdown-opened i {
  color: var(--tp-common-white);
}

.tp-main-menu-mobile ul li.has-dropdown-2:hover > a::after {
  color: var(--tp-theme-green);
}

.tp-main-menu-mobile ul li:last-child a span {
  border-bottom: 0px;
}

.tp-main-menu-mobile ul li > a {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: #000;
  position: relative;
  padding: 7px 20px 7px 0px;
}

.tp-main-menu-mobile ul li > a svg {
  transform: translateY(-2px);
}

.tp-main-menu-mobile ul li > a > i {
  display: inline-block;
  width: 11%;
  margin-right: 13px;
  transform: translateY(4px);
  font-size: 21px;
  line-height: 1;
}

.tp-main-menu-mobile ul li > a .menu-text {
  font-size: 16px;
  line-height: 11px;
  border-bottom: 1px solid rgb(234, 235, 237);
  width: 82%;
  display: inline-block;
  padding: 19px 0px 17px;
}

.tp-main-menu-mobile ul li img {
  width: 100%;
}

.tp-main-menu-mobile ul li ul {
  padding: 0px;
}

.tp-main-menu-mobile ul li ul li {
  padding: 0px;
}

.tp-main-menu-mobile ul li ul li a {
  margin-left: auto;
  width: 93%;
  padding: 10px 20px 10px 0px;
  visibility: visible;
  text-shadow: none !important;
}

.tp-main-menu-mobile ul li ul li li a {
  width: 88%;
  padding: 10px 20px 10px 0px;
}

.tp-main-menu-mobile ul li ul li li li a {
  width: 83%;
  padding: 10px 20px 10px 0px;
}

.tp-main-menu-mobile ul li ul li li li li a {
  width: 68%;
  padding: 10px 20px 10px 0px;
}

.tp-main-menu-mobile ul li:hover > a {
  color: var(--tp-theme-1);
}

.tp-main-menu-mobile ul li:hover > a::after {
  color: var(--tp-theme-1);
}

.tp-main-menu-mobile ul li:hover > a .dropdown-toggle-btn i {
  color: var(--tp-theme-1);
}

.tp-main-menu-mobile ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 0px;
}

.tp-main-menu-mobile ul li .mega-menu, .tp-main-menu-mobile ul li .submenu {
  position: static;
  min-width: 100%;
  padding: 0px;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
}

.tp-main-menu-mobile ul li .mega-menu li, .tp-main-menu-mobile ul li .submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0px;
}

.tp-main-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn, .tp-main-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn {
  color: var(--tp-theme-1);
}

.tp-main-menu-mobile .tp-main-menu-content ul li:not(:last-child) .home-menu-title a {
  border-bottom: none;
}

.tp-main-menu-mobile * ul, .tp-main-menu-mobile * li {
  transition: none 0s ease 0s !important;
}

.submenu1 {
  display: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  position: relative;
  /*padding: 0px 20px;*/
}

.submenu1::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: auto;
  height: 1px;
  width: 0px;
  background-color: var(--tp-theme-1);
  transition: all 0.7s ease 0s;
  display: inline-block;
}

.tp-header-menu > nav > ul > li > .submenu > li > ul > li {
  border-bottom: 1px solid rgb(234, 234, 234);
  padding: 5px 16px;
}

.tp-header-menu > nav > ul > li > .submenu > li:hover .submenu1 {
  display: block;
  top: 15px;
  left: 201px;
  width: 200px;
  position: absolute;
  background-color: rgb(255, 255, 255);
  list-style: none;
  color: black;
  /*padding: 0px 20px;*/
  transition: all 0.4s ease 0s;
}

.tp-onepage-menu li a span {
  display: block;
}

.postbox__wrapper {
  margin-right: 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) {
  .postbox__wrapper {
      margin-right: 0px;
  }
}

.postbox__thumb {
  position: relative;
}

.postbox__thumb .play-btn {
  position: absolute;
  top: 38%;
  left: 44%;
  z-index: 1;
}

.postbox__thumb .play-btn a {
  height: 85px;
  width: 85px;
  line-height: 87px;
}

.postbox__thumb .play-btn a::after {
  display: none;
}

.postbox__thumb-text {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
}

.postbox__thumb-text-2 {
  position: absolute;
  left: 30px;
  top: 30px;
}

.postbox__thumb-text-2 > span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 7px 20px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

.postbox__item-single:hover {
  box-shadow: none;
}

.postbox__meta span:not(:last-child) {
  margin-right: 25px;
}

.postbox__meta span svg, .postbox__meta span i {
  margin-right: 4px;
  display: inline-block;
}

.postbox__tag {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.postbox__tag p {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  letter-spacing: 0.135em;
  background: var(--tp-theme-1);
  clip-path: polygon( 0px 0px, 100% 0px, 92.7% 53.45%, 100% 100%, 0px 100%, 0px 50% );
  width: 130px;
}

.postbox__content-single {
  padding-left: 0px;
  padding-right: 0px;
  border: none;
}

@media (max-width: 767px) {
  .postbox__content-thumb {
      flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .postbox__content-thumb img {
      margin-bottom: 20px;
  }
}

.postbox__title {
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-black);
  /* margin-bottom: 22px; */
  padding-left: 19px;
  /* padding-top: 15px; */
}

@media (max-width: 767px) {
  .postbox__title {
      font-size: 25px;
  }
}

.postbox__title a:hover {
  color: var(--tp-theme-1);
}

.postbox__blockquote > blockquote {
  padding-left: 30px;
}

.postbox__blockquote > blockquote::after {
  position: absolute;
  content: "";
  top: 9px;
  height: 100px;
  width: 2px;
  left: 0px;
  background: var(--tp-theme-1);
}

.postbox__blockquote > blockquote > p {
  font-family: var(--tp-ff-heading);
  font-weight: 500;
  font-size: 26px;
  color: var(--tp-common-black);
  margin-bottom: 15px;
  line-height: 35px;
}

@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) {
  .postbox__blockquote > blockquote > p {
      font-size: 22px;
  }

  .postbox__blockquote > blockquote > p br {
      display: none;
  }
}

@media (max-width: 767px) {
  .postbox__blockquote > blockquote > p {
      font-size: 17px;
      line-height: 24px;
  }

  .postbox__blockquote > blockquote > p br {
      display: none;
  }
}

.postbox__blockquote > blockquote cite {
  font-weight: 400;
  font-size: 16px;
  font-style: inherit;
  position: relative;
}

.postbox-details-desc-thumb-caption {
  font-size: 18px;
  font-weight: 500;
  color: rgb(128, 122, 122);
  font-style: italic;
  text-align: center;
  display: block;
  margin-top: 30px;
  margin-bottom: 50px;
}

.postbox__list {
  margin-bottom: 60px;
}

.postbox__list-title {
  font-weight: 600;
  font-size: 28px;
  color: rgb(18, 29, 44);
  margin-bottom: 50px;
}

.postbox__list-content ul li {
  list-style: none;
  font-weight: 400;
  font-size: 16px;
  color: rgb(68, 86, 88);
  margin-bottom: 24px;
  position: relative;
  padding-left: 40px;
}

.postbox__list-content ul li span {
  height: 27px;
  width: 27px;
  line-height: 25px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background-color: var(--tp-common-white);
  color: var(--tp-theme-1);
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 9px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.postbox__list-content ul li span.active {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.postbox__details-share-wrapper {
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(231, 230, 232);
}

.postbox__details-share span {
  font-size: 20px;
  font-weight: 500;
  color: rgb(18, 20, 22);
  margin-right: 15px;
}

.postbox__details-share a {
  height: 37px;
  width: 37px;
  text-align: center;
  line-height: 37px;
  display: inline-block;
  border: 1px solid var(--tp-theme-1);
  color: var(--tp-theme-1);
  margin-right: 10px;
  transition: all 0.3s ease-in-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__details-share a {
      margin-bottom: 10px;
      height: 30px;
      width: 30px;
      line-height: 30px;
      margin-right: 8px;
  }
}

.postbox__details-share a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}

.postbox__details-tag span {
  font-size: 20px;
  font-weight: 500;
  color: rgb(18, 20, 22);
  margin-right: 6px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__details-tag span {
      font-size: 16px;
  }
}

.postbox__read-more .postbox-btn {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: rgb(19, 32, 71);
}

.postbox__read-more .postbox-btn span {
  margin-left: 5px;
}

.postbox__read-more .postbox-btn span::before {
  position: absolute;
  content: "";
  top: 1px;
  right: -10px;
  border: 1px solid rgb(232, 242, 249);
  height: 28px;
  width: 28px;
  display: inline-block;
  border-radius: 50%;
}

.postbox__text-2 {
  border-bottom: 1px solid rgb(230, 230, 230);
}

.postbox__text-2 p {
  margin-bottom: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox__text-2 p {
      font-size: 14px;
  }
}

.postbox__text img {
  max-width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__text img {
      width: 48.5%;
  }
}

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

.postbox__text p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0px;
  padding: 0 23px;
  font-family: var(--tp-ff-p);
  color: var(--tp-text-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 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) {
  .postbox__text p {
      font-size: 14px;
  }
}

.postbox__text-single p {
  margin-bottom: 15px;
}

.postbox__slider button {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 30px;
  color: var(--tp-common-white);
}

.postbox__slider button.postbox-slider-button-next {
  left: auto;
  right: 50px;
}

@media (max-width: 767px) {
  .postbox__slider button.postbox-slider-button-next {
      right: 10px;
  }
}

@media (max-width: 767px) {
  .postbox__slider button {
      left: 10px;
  }
}

.postbox__tag span {
  font-size: 16px;
  margin-bottom: 17px;
  color: var(--tp-common-black);
  margin-right: 10px;
}

.postbox__play-btn a {
  height: 85px;
  width: 85px;
  line-height: 85px;
  background-color: var(--tp-common-white);
  color: var(--tp-theme-1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 50%;
  animation: 2s ease 0s infinite normal none running pulse;
}

@media (max-width: 767px) {
  .postbox__play-btn a {
      height: 70px;
      width: 70px;
      line-height: 70px;
  }
}

.postbox__author {
  padding: 45px 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__author {
      padding: 45px 40px;
  }
}

@media (max-width: 767px) {
  .postbox__author {
      padding: 45px 20px;
  }
}

.postbox__author-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--tp-common-white);
}

.postbox__author-thumb {
  flex: 0 0 auto;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .postbox__author-thumb {
      margin-bottom: 30px;
  }
}

.postbox__author-content p {
  color: rgb(152, 152, 160);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox__author-content p {
      font-size: 14px;
  }

  .postbox__author-content p br {
      display: none;
  }
}

.postbox__author-social a {
  color: var(--tp-common-white);
  margin-right: 20px;
  display: inline-block;
  transition: all 0.3s ease 0s;
}

.postbox__author-social a:hover {
  color: var(--tp-theme-1);
}

.postbox__comment ul li {
  margin-bottom: 10px;
  list-style: none;
  border-bottom: 1px solid rgb(231, 230, 232);
}

.postbox__comment ul li.children {
  margin-left: 65px;
}

@media (max-width: 767px) {
  .postbox__comment ul li.children {
      margin-left: 15px;
  }
}

.postbox__comment-wrap ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.postbox__comment-wrap .postbox__comment-reply span {
  font-size: 16px;
  font-weight: 600;
  margin-right: 90px;
  display: inline-block;
  color: var(--tp-theme-1);
}

.postbox__comment-wrap .postbox__comment-reply a {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  color: var(--tp-common-black);
}

.postbox__comment-form-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .postbox__comment-form-title {
      font-size: 22px;
      margin-bottom: 15px;
  }
}

.postbox__comment-input {
  position: relative;
  margin-bottom: 20px;
}

.postbox__comment-input span {
  font-weight: 600;
  color: var(--tp-common-black);
  margin-bottom: 12px;
  display: block;
}

.postbox__comment-input input, .postbox__comment-input textarea {
  height: 55px;
  padding: 0px 20px;
  width: 100%;
  font-size: 14px;
  color: var(--tp-common-black);
  outline: none;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(229, 229, 229);
  box-shadow: rgba(242, 242, 242, 0.18) 0px 15px 10px;
}

.postbox__comment-input input:focus, .postbox__comment-input textarea:focus {
  border: 1px solid var(--tp-theme-1);
}

.postbox__comment-input input:focus::placeholder, .postbox__comment-input textarea:focus::placeholder {
  font-size: 0px;
}

.postbox__comment-input textarea {
  height: 175px;
  resize: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.postbox__comment-title {
  font-size: 28px;
  color: rgb(18, 20, 22);
  font-weight: 600;
  margin-bottom: 20px;
}

.postbox__comment-box {
  padding-top: 20px;
  padding-bottom: 60px;
}

.postbox__comment-avater {
  flex: 0 0 auto;
}

.postbox__comment-avater img {
  border-radius: 50%;
}

@media (max-width: 767px) {
  .postbox__comment-avater {
      margin-bottom: 30px;
  }
}

.postbox__comment-name {
  margin-bottom: 5px;
}

.postbox__comment-name h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: var(--tp-common-black);
}

.postbox__comment-name span {
  font-weight: 500;
  font-size: 12px;
  color: rgb(148, 147, 146);
}

@media (max-width: 767px) {
  .postbox__comment-text {
      margin-left: 0px;
      margin-top: 15px;
  }
}

.postbox__comment-text p {
  font-size: 16px;
  margin-bottom: 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) {
  .postbox__comment-text p {
      font-size: 14px;
  }

  .postbox__comment-text p br {
      display: none;
  }
}

.postbox__comment-reply a {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  display: block;
  padding-left: 25px;
  color: var(--tp-theme-1);
}

.postbox__comment-reply a i {
  position: absolute;
  top: 10px;
  left: 0px;
}

.postbox__comment-agree {
  padding-left: 5px;
}

.postbox__comment-agree input {
  margin: 0px;
  appearance: none;
  display: block;
  width: 16px;
  height: 16px;
  background: var(--tp-common-white);
  border: 1px solid rgb(148, 147, 146);
  outline: none;
  flex: 0 0 auto;
  transform: translateY(-1px);
}

.postbox__comment-agree input:checked {
  position: relative;
  background-color: var(--tp-theme-1);
  border-color: transparent;
}

.postbox__comment-agree input:checked::after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.postbox__comment-agree input:hover {
  cursor: pointer;
}

.postbox__comment-agree label {
  padding-left: 8px;
  color: rgb(131, 131, 131);
  line-height: 1;
}

.postbox__comment-agree label a {
  color: var(--tp-common-black);
  font-weight: 600;
  padding-left: 4px;
}

.postbox__comment-agree label a:hover {
  color: var(--tp-theme-1);
}

.postbox__comment-agree label:hover {
  cursor: pointer;
}

@media (max-width: 767px) {
  .postbox__comment-info {
      flex-wrap: wrap;
  }
}

.postbox__slider-arrow-wrap button {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  text-align: center;
  font-size: 18px;
  transition: all 0.3s ease 0s;
}

.postbox__slider-arrow-wrap button:hover {
  color: var(--tp-theme-1);
}

.postbox__slider-arrow-wrap .postbox-arrow-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  z-index: 9;
}

.postbox__slider-arrow-wrap .postbox-arrow-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  z-index: 9;
}

.postbox__wrapper .postbox__content {
  padding: 18px 0px 0px;
  background-color: transparent;
}

.postbox__wrapper .postbox__meta {
  margin-bottom: 10px;
}

.postbox__wrapper .postbox__meta span {
  font-weight: 400;
  font-size: 14px;
}

@media (max-width: 767px) {
  .postbox__wrapper .postbox__meta span {
      font-size: 12px;
  }
}

.postbox__wrapper .postbox__meta span:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .postbox__wrapper .postbox__meta span:not(:last-child) {
      margin-right: 17px;
  }
}

.postbox__wrapper .postbox__meta span i {
  color: var(--tp-theme-1);
  margin-right: 10px;
}

.postbox__wrapper .postbox__meta span i.tag {
  transform: rotate(90deg);
  display: inline-block;
}

.postbox__wrapper .postbox__text > p {
  padding-right: 20px;
  margin-bottom: 7px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox__wrapper .postbox__text > p {
      font-size: 14px;
  }
}

@media (max-width: 767px) {
  .postbox__details-tag {
      margin-bottom: 25px;
  }
}

.postbox__details-tag.tagcloud a {
  padding: 2px 15px;
  background-color: rgb(245, 245, 248);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .postbox__details-tag.tagcloud a {
      font-size: 12px;
  }
}

.postbox__more-content p {
  font-size: 18px;
  margin-bottom: 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox__more-content p {
      font-size: 15px;
  }
}

.postbox__more-content h4 {
  font-size: 18px;
  transition: all 0.3s ease 0s;
  margin-bottom: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox__more-content h4 {
      font-size: 15px;
  }
}

.postbox__more-content h4:hover {
  color: var(--tp-theme-1);
}

.postbox__more-icon {
  position: absolute;
  top: 0px;
}

.postbox__more-icon a {
  font-size: 24px;
  transition: all 0.3s ease 0s;
}

.postbox__more-icon:hover a {
  color: var(--tp-theme-1);
}

.postbox__more-left {
  padding-left: 40px;
}

.postbox__more-left .postbox__more-icon {
  left: 0px;
}

.postbox__more-right {
  padding-right: 40px;
}

.postbox__more-right .postbox__more-icon {
  right: 0px;
}

.basic-pagination ul li {
  list-style: none;
  display: inline-block;
  margin-right: 14px;
}

@media (max-width: 767px) {
  .basic-pagination ul li {
      margin-right: 5px;
  }
}

.basic-pagination ul li:hover a {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

.basic-pagination ul li.active a {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

.basic-pagination ul li > a {
  height: 33px;
  width: 33px;
  border-radius: 5px;
  display: inline-block;
  line-height: 33px;
  color: var(--tp-theme-1);
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1.2px;
  text-align: center;
  background-color: rgb(230, 230, 230);
  transform: translateY(3px);
  transition: all 0.3s ease-in-out 0s;
}

.basic-pagination ul li > a.current {
  height: 50px;
  width: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  font-weight: 900;
  font-size: 18px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  transition: all 0.3s ease-in-out 0s;
  border: none;
}

.rc__post:hover .rc__post-thumb::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
  right: auto;
  left: 0px;
}

.rc__post ul li:not(:last-child) {
  margin-bottom: 15px;
}

.rc__post-title {
  font-weight: 700;
  font-size: 16px;
  margin-right: -20px;
  line-height: 22px;
  margin-bottom: 0px;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rc__post-title {
      font-size: 13px;
  }

  .rc__post-title br {
      display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rc__post-title {
      font-size: 14px;
  }

  .rc__post-title br {
      display: none;
  }
}

.rc__post-title a:hover {
  color: var(--tp-theme-1);
}

.rc__meta span {
  font-weight: 400;
  font-size: 16px;
  display: block;
  margin-bottom: 7px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rc__meta span {
      font-size: 14px;
  }
}

.rc__meta span i {
  transform: translateY(-2px);
  margin-right: 3px;
  color: var(--tp-theme-1);
  font-size: 14px;
}

.rc__post-thumb {
  flex: 0 0 auto;
}

.rc__post-thumb img {
  width: 70px;
  height: 70px;
}

.sidebar__widget {
  padding: 36px;
  background: rgb(244, 246, 248);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sidebar__widget {
      padding: 30px 25px;
  }
}

.sidebar__widget-title {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 30px;
  color: var(--tp-common-black);
}

.sidebar__widget ul li {
  list-style: none;
  height: 56px;
  line-height: 56px;
  border-radius: 2px;
  padding: 0px 30px;
  box-shadow: rgba(30, 22, 22, 0.06) 0px 4px 20px 0px;
  background: var(--tp-common-white);
}

.sidebar__widget ul li:hover {
  background-color: var(--tp-theme-1);
}

.sidebar__widget ul li:hover a {
  color: var(--tp-common-white);
}

.sidebar__widget ul li.active {
  background-color: var(--tp-theme-1);
}

.sidebar__widget ul li.active a {
  color: var(--tp-common-white);
}

.sidebar__widget ul li:last-child {
  margin-bottom: 10px;
}

.sidebar__widget ul li a {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  color: var(--tp-common-black);
  display: block;
}

.sidebar__widget ul li a span {
  float: right;
}

.sidebar__about {
  padding: 37px 0px 38px;
}

.sidebar__thumb img {
  border-radius: 50%;
  margin-bottom: 20px;
}

.sidebar__content-title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  margin-bottom: 6px;
}

.sidebar__content-designation {
  font-weight: 400;
  font-size: 14px;
  color: rgb(114, 122, 125);
  display: block;
  margin-bottom: 13px;
}

.sidebar__content p {
  font-size: 16px;
  color: rgb(131, 131, 131);
  margin-bottom: 27px;
}

.sidebar__content-social a {
  height: 37px;
  width: 42px;
  line-height: 37px;
  text-align: center;
  display: inline-block;
  border: 1px solid rgb(232, 232, 232);
  margin-right: 12px;
}

.sidebar__content-social a i {
  transition: all 0.3s ease 0s;
}

.sidebar__content-social a:hover {
  border: 1px solid var(--tp-theme-1);
  background-color: var(--tp-theme-1);
}

.sidebar__content-social a:hover i {
  color: var(--tp-common-white);
}

.sidebar__search {
  position: relative;
}

.sidebar__search input {
  font-size: 14px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0px 70px 0px 25px;
  text-transform: capitalize;
  outline: none;
  border: 1px solid rgb(224, 221, 220);
  background: var(--tp-common-white);
  color: var(--tp-common-black);
}

.sidebar__search input::-webkit-input-placeholder {
  color: rgb(0, 0, 0);
}

.sidebar__search input::placeholder {
  color: rgb(0, 0, 0);
}

.sidebar__search input:focus {
  border: 1px solid var(--tp-theme-1);
}

.sidebar__search button {
  font-size: 16px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 100%;
  line-height: 60px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

.sidebar__banner::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.sidebar__banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: var(--tp-common-white);
}

.sidebar__banner-content h4 {
  padding: 15px 20px;
  font-size: 24px;
  color: var(--tp-common-black);
  text-transform: uppercase;
  margin-bottom: 0px;
}

.tagcloud a {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  padding: 2px 15px;
  margin-right: 5px;
  background-color: var(--tp-common-white);
  margin-bottom: 14px;
  display: inline-block;
}

.tagcloud a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

.tagcloud a.active {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

.tp-blog-item {
  /* height: 100%; */
  line-height: 0;
  background-color: var(--tp-common-white);
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-blog-item {
      flex-wrap: wrap;
  }
}

.tp-blog-item:hover .tp-blog-thumb img {
  transform: scale(1.2) rotate(-2deg);
}

.tp-blog-item:hover .tp-blog-thumb::after {
  left: 0px;
  right: 0px;
  opacity: 0;
  transition: all 400ms linear 0s;
}

.tp-blog-thumb {
  overflow: hidden;
  position: relative;
  height: 100%;
  flex: 0 0 auto;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-blog-thumb {
      width: 100%;
  }
}

.tp-blog-thumb img {
  transition: all 1.3s ease 0s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-blog-thumb img {
      width: 100%;
  }
}

.tp-blog-thumb::after {
  background: rgba(255, 255, 255, 0.3);
  inset: 0px 51% 0px 50%;
  content: "";
  position: absolute;
  opacity: 1;
  pointer-events: none;
  transition: all 400ms linear 0s;
}

.tp-blog-meta span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-meta span {
      font-size: 10px;
  }
}

@media (max-width: 767px) {
  .tp-blog-meta span {
      font-size: 9px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-blog-meta span {
      font-size: 12px;
  }
}

.tp-blog-meta span:not(:last-child) {
  margin-right: 30px;
}

@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-blog-meta span:not(:last-child) {
      margin-right: 20px;
  }
}

.tp-blog-meta span svg {
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-3px);
}

.tp-blog-title {
  margin-right: 50px;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-blog-title {
      font-size: 25px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-blog-title {
      font-size: 21px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-title {
      font-size: 22px;
  }

  .tp-blog-title br {
      display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-title {
      font-size: 25px;
  }

  .tp-blog-title br {
      display: none;
  }
}

@media (max-width: 767px) {
  .tp-blog-title {
      font-size: 19px;
      margin-right: 0px;
  }

  .tp-blog-title br {
      display: none;
  }
}

@media only screen and (min-width: 440px) and (max-width: 575px) {
  .tp-blog-title {
      font-size: 22px;
  }
}

.tp-blog-title a {
  background-repeat: no-repeat;
  background-size: 0% 1px, 0px 1px;
  background-position: 100% 100%, 0px 100%;
  transition: background-size 0.6s linear 0s;
  background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)), linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0));
}

.tp-blog-title a:hover {
  background-size: 0% 1px, 100% 1px;
}

.tp-blog-content {
  padding: 27px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-content {
      padding: 27px 27px 40px;
  }
}

.tp-blog-big-text {
  position: absolute;
  content: "";
  top: 25%;
  right: 10.6%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-blog-big-text {
      right: 9.6%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-blog-big-text {
      right: 7.6%;
  }
}

.tp-blog-big-text h6 {
  color: var(--tp-theme-1);
  font-size: 148px;
  font-style: normal;
  font-weight: 700;
  opacity: 0.05;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-blog-big-text h6 {
      font-size: 130px;
  }
}

.tp-blog-big-text-2 {
  position: absolute;
  content: "";
  bottom: 5%;
  left: 8.6%;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-blog-big-text-2 {
      left: 3%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-blog-big-text-2 {
      left: 1%;
      bottom: 3%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-blog-big-text-2 {
      left: 1%;
  }
}

.tp-blog-big-text-2 h6 {
  color: var(--tp-theme-1);
  font-size: 148px;
  font-style: normal;
  font-weight: 700;
  opacity: 0.05;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-blog-big-text-2 h6 {
      font-size: 130px;
  }
}

.tp-blog-big-text-3 {
  position: absolute;
  content: "";
  top: 3%;
  left: 5.6%;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-blog-big-text-3 {
      left: 2%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-blog-big-text-3 {
      left: 0.5%;
  }
}

.tp-blog-big-text-3 h6 {
  color: var(--tp-theme-1);
  font-size: 118px;
  font-style: normal;
  font-weight: 700;
  opacity: 0.05;
}

.tp-blog-arrow-box {
  position: absolute;
  top: -27%;
  right: 0px;
  z-index: 9;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-arrow-box {
      top: -9%;
  }
}

.tp-blog-arrow-box button {
  color: var(--tp-common-black);
}

.tp-blog-arrow-box button.blog-prev {
  margin-right: 75px;
  position: relative;
}

.tp-blog-arrow-box button.blog-prev::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -20px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid var(--tp-common-black);
  transform: translateY(-50%);
}

.tp-blog-arrow-box button.blog-next {
  position: relative;
}

.tp-blog-arrow-box button.blog-next::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -20px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid var(--tp-common-black);
  transform: translateY(-50%);
}

.tp-blog-2-item {
  padding: 20px 0px;
  border-top: 1px solid rgba(166, 161, 130, 0.4);
}

.tp-blog-2-item.item-border {
  border-bottom: 1px solid rgba(166, 161, 130, 0.4);
}

.tp-blog-2-item:hover .tp-blog-2-thumb img {
  transform: scale(1.2) rotate(-2deg);
}

.tp-blog-2-item:hover .tp-blog-2-thumb::after {
  left: 0px;
  right: 0px;
  opacity: 0;
  transition: all 400ms linear 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-2-title-box {
      margin-bottom: 30px;
  }
}

.tp-blog-2-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 1.3;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-blog-2-title {
      font-size: 22px;
  }

  .tp-blog-2-title br {
      display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-2-title {
      font-size: 18px;
  }

  .tp-blog-2-title br {
      display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-2-title {
      font-size: 27px;
  }
}

@media (max-width: 767px) {
  .tp-blog-2-title {
      font-size: 22px;
  }

  .tp-blog-2-title br {
      display: none;
  }
}

.tp-blog-2-title a {
  background-repeat: no-repeat;
  background-size: 0% 1px, 0px 1px;
  background-position: 100% 100%, 0px 100%;
  transition: background-size 0.6s linear 0s;
  background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)), linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0));
}

.tp-blog-2-title a:hover {
  background-size: 0% 1px, 100% 1px;
}

.tp-blog-2-middle-box {
  margin-left: -40px;
  padding-right: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-blog-2-middle-box {
      margin-left: 30px;
      margin-right: -30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-2-middle-box {
      margin-left: 0px;
      padding-right: 0px;
      margin-right: 0px;
      text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-2-middle-box {
      margin-left: 0px;
      padding-right: 0px;
      margin-right: 0px;
      margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .tp-blog-2-middle-box {
      margin-left: 0px;
      padding-right: 0px;
      margin-right: 0px;
      margin-bottom: 30px;
      flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .tp-blog-2-middle-box .tp-blog-meta {
      margin-bottom: 30px;
  }
}

.tp-blog-2-middle-box .tp-blog-meta span {
  display: block;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-blog-2-middle-box .tp-blog-meta span {
      display: inline-block;
      font-size: 13px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-2-middle-box .tp-blog-meta span {
      display: inline-block;
      margin-right: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-2-middle-box .tp-blog-meta span {
      font-size: 14px;
  }
}

@media (max-width: 767px) {
  .tp-blog-2-middle-box .tp-blog-meta span {
      font-size: 12px;
  }
}

.tp-blog-2-middle-box .tp-blog-meta span:not(:last-child) {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-blog-2-middle-box .tp-blog-meta span:not(:last-child) {
      margin-bottom: 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-blog-2-middle-box .tp-blog-meta span:not(:last-child) {
      margin-bottom: 0px;
  }
}

@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-blog-2-top-text p {
      font-size: 14px;
  }
}

.tp-blog-2-thumb {
  overflow: hidden;
  position: relative;
}

.tp-blog-2-thumb a {
  display: inline-block;
}

.tp-blog-2-thumb img {
  transition: all 0.7s ease 0s;
}

.tp-blog-2-thumb::after {
  background: rgba(255, 255, 255, 0.3);
  inset: 0px 51% 0px 50%;
  content: "";
  position: absolute;
  opacity: 1;
  pointer-events: none;
  transition: all 400ms linear 0s;
}

.tp-blog-style-2 .tp-blog-item {
  flex-wrap: wrap;
  background-color: transparent;
  overflow: hidden;
}

.tp-blog-style-2 .tp-blog-content {
  padding: 22px 0px;
  background-color: transparent;
}

.tp-blog-style-2 .tp-blog-title {
  margin-right: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-style-2 .tp-blog-title {
      font-size: 20px;
  }
}

@media (max-width: 767px) {
  .tp-blog-style-2 .tp-blog-title {
      font-size: 21px;
  }
}

.tp-blog-style-2 .tp-btn-border-lg.grey-border-2:hover {
  background-color: var(--tp-common-black);
}

.tp-blog-style-2 .tp-btn-border-lg.grey-border-2:hover span {
  color: var(--tp-common-white);
}

.tp-blog-style-2 .tp-blog-meta span {
  position: relative;
  padding-left: 110px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-blog-style-2 .tp-blog-meta span {
      padding-left: 90px;
  }
}

.tp-blog-style-2 .tp-blog-meta span::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0px;
  width: 96px;
  height: 1px;
  background-color: var(--tp-theme-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-blog-style-2 .tp-blog-meta span::after {
      width: 65px;
  }
}

.tp-blog-style-3 .tp-blog-meta span {
  padding-left: 0px;
  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-blog-style-3 .tp-blog-meta span {
      font-size: 11px;
  }
}

.tp-blog-style-3 .tp-blog-meta span::after {
  display: none;
}

.tp-blog-style-3 .tp-blog-item:hover .tp-blog-thumb img {
  transform: scale(1.04) translateX(1.5%);
}

.tp-blog-style-3 .tp-blog-thumb {
  flex: 1 1 auto;
  margin-right: 0px;
}

.tp-blog-style-3 .tp-blog-thumb img {
  transform: scale(1.04) translateX(-1.5%);
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0s;
}

.tp-blog-style-3 .tp-blog-title {
  font-size: 28px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-blog-style-3 .tp-blog-title {
      font-size: 26px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-blog-style-3 .tp-blog-title {
      font-size: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-style-3 .tp-blog-title {
      font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-style-3 .tp-blog-title {
      font-size: 22px;
  }
}

@media (max-width: 767px) {
  .tp-blog-style-3 .tp-blog-title {
      font-size: 21px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-blog-style-3 .tp-blog-title {
      font-size: 24px;
  }
}

.tp-blog-style-3 .tp-blog-link a {
  color: var(--tp-common-black);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  display: inline-block;
  line-height: 28px;
}

.tp-footer-logo {
  padding-bottom: 28px;
}

.tp-footer-input-box {
  position: relative;
}

.tp-footer-input-box input {
  height: 56px;
  line-height: 56px;
  color: rgb(84, 89, 95);
  padding-right: 70px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.tp-footer-input-box input::-webkit-input-placeholder {
  color: var(--tp-common-black);
}

.tp-footer-input-box input::placeholder {
  color: var(--tp-common-black);
}

.tp-footer-icon {
  position: absolute;
  top: 0px;
  right: 0px;
}

.tp-footer-icon span {
  height: 56px;
  width: 54px;
  line-height: 56px;
  display: inline-block;
  text-align: center;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-text p {
      font-size: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-text p {
      margin-right: -20px;
      font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-text p {
      font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-text-2 p {
      font-size: 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) {
  .tp-footer-text-2 p {
      font-size: 14px;
  }
}

.tp-footer-list ul li {
  list-style-type: none;
}

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

.tp-footer-list ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  position: relative;
  margin-left: 20px;
  color: rgb(255, 255, 255);
}

@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-footer-list ul li a {
      font-size: 14px;
  }
}

.tp-footer-list ul li a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -20px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: rgb(255, 255, 255);
}

.tp-footer-list ul li a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -20px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  transform: translateY(-50%) scale(0);
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease 0s;
}

.tp-footer-list ul li a:hover::before {
  transform: translateY(-50%) scale(1);
}

.tp-footer-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  padding-top: 10px;
  color: rgb(255, 255, 255);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-title {
      font-size: 21px;
  }
}

@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-footer-title {
      font-size: 20px;
  }
}

.tp-footer-contact ul li {
  list-style-type: none;
  position: relative;
  padding-left: 23px;
}

.tp-footer-contact ul li:not(:last-child) {
  margin-bottom: 12px;
}

.tp-footer-contact ul li span {
  position: absolute;
  top: 0px;
  left: 0px;
  color: rgb(255, 255, 255);
}

.tp-footer-contact ul li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0px 1px;
  background-position: 100% 100%, 0px 100%;
  transition: background-size 0.5s linear 0s;
  background-image: linear-gradient(rgb(166, 161, 130), rgb(166, 161, 130)), linear-gradient(rgb(166, 161, 130), rgb(166, 161, 130));
  color: rgb(255, 255, 255);
}

@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-footer-contact ul li a {
      font-size: 14px;
  }
}

.tp-footer-contact ul li a:hover {
  background-size: 0% 1px, 100% 1px;
}

.tp-footer-style-2 .tp-footer-title {
  color: var(--tp-common-white);
}

.tp-footer-style-2 .tp-footer-text p {
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-style-2 .tp-footer-text p {
      padding-right: 75px;
  }
}

.tp-footer-style-2 .tp-footer-text-2 p {
  color: rgba(255, 255, 255, 0.7);
}

.tp-footer-style-2 .tp-footer-contact ul li a {
  color: rgb(255, 255, 255);
  background-image: linear-gradient( rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) );
}

@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-footer-style-2 .tp-footer-contact ul li a {
      font-size: 14px;
  }
}

.tp-footer-style-2 .tp-footer-list ul li {
  position: relative;
}

.tp-footer-style-2 .tp-footer-list ul li a {
  padding-left: 20px;
  margin-left: 0px;
  color: rgba(255, 255, 255, 0.7);
}

.tp-footer-style-2 .tp-footer-list ul li a i {
  position: absolute;
  top: 7px;
  left: 0px;
  font-size: 14px;
  color: var(--tp-theme-1);
  font-weight: 400;
  transition: all 0.3s ease 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-footer-style-2 .tp-footer-list ul li a {
      font-size: 14px;
  }
}

.tp-footer-style-2 .tp-footer-list ul li a::after {
  display: none;
}

.tp-footer-style-2 .tp-footer-list ul li a::before {
  display: none;
}

.tp-footer-style-2 .tp-footer-list ul li a:hover i {
  color: var(--tp-common-white);
}

.tp-footer-style-2 .tp-footer-input-box {
  position: relative;
  width: 244px;
}

.tp-footer-style-2 .tp-footer-input-box input {
  border: 1px solid rgb(84, 89, 95);
  color: var(--tp-common-white);
}

.tp-footer-style-2 .tp-footer-input-box input::-webkit-input-placeholder {
  color: var(--tp-common-white);
}

.tp-footer-style-2 .tp-footer-input-box input::placeholder {
  color: var(--tp-common-white);
}

.tp-footer-style-2 .tp-footer-logo {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.tp-footer-style-2 .tp-footer-logo::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 122%;
  background-color: var(--tp-theme-1);
}

.tp-footer-style-2 .tp-footer-title {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  overflow: hidden;
}

.tp-footer-style-2 .tp-footer-title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 110%;
  background-color: var(--tp-theme-1);
}

.tp-footer-style-3 .tp-footer-logo::after {
  display: none;
}

.tp-footer-style-3 .tp-footer-title::after {
  position: absolute;
  content: "";
  top: 25px;
  left: -37px;
  height: 1px;
  width: 28px;
  background-color: var(--tp-theme-1);
}

.tp-footer-style-3 .tp-footer-list ul li a {
  padding-left: 0px;
}

.tp-footer-style-3 .tp-footer-list ul li a:hover {
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-style-3 .tp-footer-text p {
      margin-right: -20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-style-3 .tp-footer-text p {
      padding-right: 15px;
      margin-right: 0px;
  }
}

.tp-footer-style-3 .tp-footer-contact ul li {
  padding-left: 0px;
}

.tp-footer-style-3 .tp-footer-social {
  position: relative;
}

.tp-footer-style-3 .tp-footer-social::after {
}

.tp-footer-style-3 .tp-footer-social a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin-right: 7px;
  color: var(--tp-common-black);
  text-align: center;
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease 0s;
}

.tp-footer-style-3 .tp-footer-social a:hover {
  background-color: var(--tp-theme-1);
  color: #fff;
}

.tp-footer-style-4 .tp-footer-title {
  padding-bottom: 0px;
  margin-bottom: 30px;
}

.tp-footer-style-4 .tp-footer-title::after {
  display: none;
}

.tp-footer-style-4 .tp-footer-input-box {
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-style-4 .tp-footer-text p {
      padding-right: 60px;
  }
}

.tp-footer-style-4 .tp-footer-widge-style-2 .tp-footer-list ul li a {
  padding-left: 0px;
}

.tp-footer-style-4 .tp-footer-widge-style-2 .tp-footer-list ul li a:hover {
  color: var(--tp-common-white);
}

.tp-footer-style-4 .tp-footer-widge-style-2 .tp-footer-contact ul li {
  padding-left: 80px;
  position: relative;
}

.tp-footer-style-4 .tp-footer-widge-style-2 .tp-footer-contact ul li:nth-child(2) {
  padding-left: 70px;
}

.tp-footer-style-4 .tp-footer-widge-style-2 .tp-footer-contact ul li:nth-child(3) {
  padding-left: 50px;
}

.tp-footer-style-4 .tp-footer-widge-style-2 .tp-footer-contact ul li:not(:last-child) {
  margin-bottom: 15px;
}

.tp-footer-style-4 .tp-footer-widge-style-2 .tp-footer-contact ul li span {
  position: absolute;
  top: 0px;
  left: 0px;
  color: var(--tp-common-white);
}

.tp-footer-style-5 .tp-footer-list ul li a {
  padding-left: 0px;
}

.tp-footer-style-5 .tp-footer-list ul li a:hover {
  color: var(--tp-common-white);
}

.tp-footer-style-5 .tp-footer-title {
  padding-top: 6px;
  margin-bottom: 30px;
  padding-bottom: 0px;
}

.tp-footer-style-5 .tp-footer-title::after {
  display: none;
}

.tp-footer-style-5 .tp-footer-logo {
  padding-bottom: 0px;
}

.tp-footer-style-5 .tp-footer-logo::after {
  display: none;
}

.tp-footer-style-5 .tp-footer-contact ul li {
  padding-left: 0px;
}

.tp-footer-style-5 .tp-footer-input-box {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-style-5 .tp-footer-text p {
      padding-right: 76px;
  }
}

.tp-copyright-border {
  border-top: 1px solid rgba(84, 89, 95, 0.2);
}

.tp-copyright-height {
  padding: 17px 0px;
}

.tp-copyright-left p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  margin-bottom: 13px;
}

.tp-copyright-right a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  transition: all 0.3s ease 0s;
  position: relative;
}

.tp-copyright-right a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: auto;
  height: 1px;
  width: 0px;
  background-color: var(--tp-theme-1);
  transition: all 0.7s ease 0s;
  display: inline-block;
}

.tp-copyright-right a:hover::after {
  width: 100%;
  right: auto;
  left: 0px;
}

.tp-copyright-right a:not(:last-child) {
  margin-right: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-copyright-right a:not(:last-child) {
      margin-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-copyright-right a:not(:last-child) {
      margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .tp-copyright-right a:not(:last-child) {
      margin-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-copyright-left-pt {
      margin-bottom: 10px;
  }
}

.tp-copyright-style-2.tp-copyright-border {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.tp-copyright-style-2.tp-copyright-height {
  padding: 7px 0px;
  background: rgba(255, 255, 255, 0);
}

.tp-copyright-style-2.tp-copyright-height-2 {
  padding: 30px 0px;
}

.tp-copyright-style-2 .tp-copyright-left p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.96);
  font-weight: 600;
}

@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-copyright-style-2 .tp-copyright-left p {
      font-size: 14px;
  }
}

.tp-copyright-style-2 .tp-copyright-right a {
  font-size: 13px;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

@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-copyright-style-2 .tp-copyright-right a {
      font-size: 14px;
  }
}

.tp-copyright-style-2 .tp-copyright-right a::after {
  background-color: rgba(255, 255, 255, 0.72);
}

.tp-copyright-style-2 .tp-copyright-right a:not(:last-child) {
  margin-right: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-copyright-style-2 .tp-copyright-right a:not(:last-child) {
      margin-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-copyright-style-2 .tp-copyright-right a:not(:last-child) {
      margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .tp-copyright-style-2 .tp-copyright-logo {
      margin-bottom: 20px;
  }
}

.footer-cols-1 {
  margin-right: 116px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-cols-1 {
      margin-right: 95px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-cols-1 {
      margin-right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-cols-1 {
      margin-right: 60px;
  }
}

@media (max-width: 767px) {
  .footer-cols-1 {
      margin-right: 0px;
  }
}

.footer-cols-2 {
  margin-left: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-cols-2 {
      margin-left: 77px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-cols-2 {
      margin-left: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-cols-2 {
      margin-left: 30px;
  }
}

.footer-cols-3 {
  transform: translateX(100px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-cols-3 {
      transform: translateX(70px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-cols-3 {
      transform: translateX(0px);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-cols-4 {
      margin-left: 30px;
  }
}

.footer-cols-2-2 {
  padding-left: 92px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-cols-2-2 {
      padding-left: 0px;
      margin-left: -30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-cols-2-2 {
      padding-left: 0px;
  }
}

.footer-cols-2-3 {
  margin-left: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-cols-2-3 {
      margin-left: -20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-cols-2-3 {
      margin-left: 0px;
  }
}

.footer-cols-3-2 {
  padding-left: 145px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-cols-3-2 {
      padding-left: 112px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-cols-3-2 {
      padding-left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-cols-3-2 {
      padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .footer-cols-3-2 {
      padding-left: 0px;
  }
}

.footer-cols-3-3 {
  padding-left: 110px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-cols-3-3 {
      padding-left: 95px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-cols-3-3 {
      padding-left: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-cols-3-3 {
      padding-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-cols-3-4 {
      padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .footer-cols-3-4 {
      padding-left: 0px;
  }
}

.footer-cols-4-2 {
  padding-left: 130px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-cols-4-2 {
      padding-left: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-cols-4-2 {
      padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .footer-cols-4-2 {
      padding-left: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-cols-4-2 {
      padding-left: 30px;
  }
}

.footer-cols-4-3 {
  padding-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-cols-4-3 {
      padding-left: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-cols-4-3 {
      padding-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-cols-4-4 {
      padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .footer-cols-4-4 {
      padding-left: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-cols-4-4 {
      padding-left: 30px;
  }
}

.footer-cols-5-2 {
  padding-left: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-cols-5-2 {
      padding-left: 0px;
  }
}

.footer-cols-5-3 {
  margin-left: -25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-cols-5-3 {
      margin-left: 0px;
  }
}

.tp-slider-height {
  padding-top: 315px;
  padding-bottom: 270px;
  position: relative;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-slider-height {
      padding-top: 280px;
      padding-bottom: 230px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-height {
      padding-top: 270px;
      padding-bottom: 240px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-height {
      padding-top: 260px;
      padding-bottom: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-height {
      padding-top: 220px;
      padding-bottom: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-height {
      padding-top: 180px;
      padding-bottom: 180px;
  }
}

@media (max-width: 767px) {
  .tp-slider-height {
      padding-top: 120px;
      padding-bottom: 120px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-height {
      padding-top: 160px;
      padding-bottom: 140px;
  }
}

.tp-slider-height::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  background: rgb(0, 0, 0);
  z-index: -1;
}

.tp-slider-title {
  font-size: 68px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-title {
      font-size: 64px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-title {
      font-size: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-title {
      font-size: 53px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-title {
      font-size: 54px;
  }

  .tp-slider-title br {
      display: none;
  }
}

@media (max-width: 767px) {
  .tp-slider-title {
      font-size: 34px;
  }

  .tp-slider-title br {
      display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-title {
      font-size: 48px;
  }
}

@media only screen and (min-width: 440px) and (max-width: 575px) {
  .tp-slider-title {
      font-size: 40px;
  }
}

.tp-slider-title span {
  color: var(--tp-theme-1);
}

.tp-slider-content p {
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-content p {
      font-size: 15px;
      margin-right: 190px;
  }

  .tp-slider-content p br {
      display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-content p {
      font-size: 14px;
      margin-right: 40px;
  }

  .tp-slider-content p br {
      display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-content p {
      font-size: 14px;
      margin-right: 140px;
  }

  .tp-slider-content p br {
      display: none;
  }
}

@media (max-width: 767px) {
  .tp-slider-content p {
      font-size: 12px;
  }

  .tp-slider-content p br {
      display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-content p {
      font-size: 14px;
      margin-right: 100px;
  }
}

.tp-slider-icon {
  position: absolute;
  right: 455px;
  bottom: 345px;
  z-index: 2;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-slider-icon {
      right: 290px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-icon {
      right: 230px;
      transform: scale(0.9);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-icon {
      bottom: 340px;
      right: 140px;
      transform: scale(0.8);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-icon {
      bottom: 340px;
      right: 140px;
      transform: scale(0.7);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-icon {
      display: none;
  }
}

.tp-slider-icon span {
  height: 133px;
  width: 133px;
  line-height: 133px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--tp-theme-1);
  position: relative;
  animation: 1.9s ease 0s infinite alternate none running tp-rotate-center;
}

.tp-slider-icon span::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 60%;
  height: 60%;
  border: 1px solid var(--tp-theme-1);
  animation: 2.3s linear 0s infinite normal none running borderanimate2;
  border-radius: 50%;
}

.tp-slider-icon span svg {
  color: var(--tp-common-white);
}

.tp-slider-funfact-wrap {
  position: absolute;
  right: 315px;
  bottom: 40px;
  z-index: 2;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-slider-funfact-wrap {
      right: 150px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-funfact-wrap {
      right: 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-funfact-wrap {
      right: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-funfact-wrap {
      right: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-funfact-wrap {
      right: -30px;
      transform: scale(0.7);
  }
}

@media (max-width: 767px) {
  .tp-slider-funfact-wrap {
      display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-funfact-wrap {
      display: none;
  }
}

.tp-slider-funfact {
  padding: 60px 0px 60px 45px;
  width: 230px;
  border: 2px solid rgba(255, 255, 255, 0.22);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-funfact {
      padding: 40px 0px 40px 25px;
      width: 200px;
  }
}

.tp-slider-funfact h5 {
  color: var(--tp-common-white);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-funfact h5 {
      font-size: 20px;
  }
}

.tp-slider-funfact h5 i {
  font-style: normal;
}

.tp-slider-funfact span {
  color: var(--tp-common-white);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-funfact span {
      font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-2-content {
      margin-bottom: 80px;
  }
}

.tp-slider-2-content .tp-slider-title {
  line-height: 1.1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-2-content .tp-slider-title {
      font-size: 58px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2-content .tp-slider-title {
      font-size: 44px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2-content .tp-slider-title {
      font-size: 51px;
  }
}

@media (max-width: 767px) {
  .tp-slider-2-content .tp-slider-title {
      font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-2-content .tp-slider-title {
      font-size: 45px;
  }
}

@media only screen and (min-width: 440px) and (max-width: 575px) {
  .tp-slider-2-content .tp-slider-title {
      font-size: 34px;
  }
}

.tp-slider-2-content .tp-hero-2-funfact-box {
  margin-right: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2-content .tp-hero-2-funfact-box {
      margin-right: 200px;
  }
}

@media (max-width: 767px) {
  .tp-slider-2-content .tp-hero-2-funfact-box {
      margin-right: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-2-content .tp-hero-2-funfact-box {
      margin-right: 140px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-2-content .tp-hero-2-funfact h5 {
      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-slider-2-content .tp-hero-2-funfact h5 {
      font-size: 30px;
  }
}

@media (max-width: 767px) {
  .tp-slider-2-content .tp-hero-2-funfact h5 {
      font-size: 24px;
      margin-bottom: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-2-content .tp-hero-2-funfact h5 {
      font-size: 30px;
      margin-bottom: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2-content .tp-hero-2-funfact span {
      font-size: 13px;
  }
}

@media (max-width: 767px) {
  .tp-slider-2-content .tp-hero-2-funfact span {
      font-size: 11px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-2-content .tp-hero-2-funfact span {
      font-size: 13px;
  }
}

.tp-slider-2-content p {
  margin-right: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-2-content p {
      margin-right: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2-content p {
      margin-right: 40px;
      font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-2-content p {
      margin-right: 0px;
      font-size: 14px;
  }
}

.tp-slider-2-height {
  padding-top: 200px;
  padding-bottom: 145px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-2-height {
      padding-top: 190px;
      padding-bottom: 170px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2-height {
      padding-top: 120px;
      padding-bottom: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2-height {
      padding-top: 150px;
      padding-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .tp-slider-2-height {
      padding-top: 120px;
      padding-bottom: 120px;
  }
}

.tp-slider-2-bg {
  position: relative;
}

.tp-slider-2-bg::after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  height: 100%;
  width: 30%;
  background-color: var(--tp-theme-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2-bg::after {
      width: 32%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-2-bg::after {
      display: none;
  }
}

.tp-slider-2-active {
  margin-right: -545px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-2-active {
      margin-right: -480px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2-active {
      margin-right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2-active {
      margin-right: -370px;
  }
}

@media (max-width: 767px) {
  .tp-slider-2-active {
      margin-right: -205px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-2-active {
      margin-right: -405px;
  }
}

.tp-slider-2-wrapper {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2-wrapper {
      margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .tp-slider-2-wrapper {
      margin-left: 15px;
      padding-left: 7px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-2-wrapper {
      margin-left: 25px;
      padding-left: 0px;
  }
}

.tp-slider-2-wrapper::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  transform: scale(1.08);
  border: 4px solid var(--tp-theme-1);
}

.tp-slider-2-wrapper .tp-slider-icon {
  right: -10%;
  bottom: 6%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-2-wrapper .tp-slider-icon {
      right: -5%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-2-wrapper .tp-slider-icon {
      right: 4%;
      bottom: -10%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2-wrapper .tp-slider-icon {
      right: 4%;
      bottom: -10%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2-wrapper .tp-slider-icon {
      display: block;
      right: 18%;
  }
}

.tp-slider-2-wrapper .tp-slider-icon span {
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2-wrapper .tp-slider-icon span {
      height: 85px;
      width: 85px;
      line-height: 85px;
  }
}

.tp-slider-2-wrapper .tp-slider-icon span::after {
  border-color: var(--tp-common-white);
}

.tp-slider-2-wrapper .tp-slider-icon span svg {
  color: var(--tp-theme-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2-wrapper .tp-slider-icon span svg {
      width: 30px;
  }
}

.tp-slider-3-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-position: left center;
  transform: scale(1);
  transition: transform 9000ms ease 0s, opacity 2500ms ease-in 0s, -webkit-transform 9000ms ease 0s;
}

.tp-slider-3-overlay::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}

.tp-slider-3-height {
  padding-top: 227px;
  padding-bottom: 222px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-slider-3-height {
      padding-top: 180px;
      padding-bottom: 220px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-3-height {
      padding-top: 125px;
      padding-bottom: 129px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3-height {
      padding-top: 180px;
      padding-bottom: 180px;
      background-position: right center;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-3-height {
      padding-top: 170px;
      padding-bottom: 180px;
      background-position: left center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-3-height {
      padding-top: 170px;
      padding-bottom: 180px;
      background-position: center center;
  }
}

@media (max-width: 767px) {
  .tp-slider-3-height {
      padding-top: 70px;
      padding-bottom: 60px;
      background-position: center;
  }
}

.tp-slider-3-height .tp-hero-2-funfact-box {
  position: absolute;
  right: 115px;
  bottom: 120px;
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3-height .tp-hero-2-funfact-box {
      right: 5%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-3-height .tp-hero-2-funfact-box {
      right: 2%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-3-height .tp-hero-2-funfact-box {
      right: 2%;
      bottom: 160px;
  }
}

@media (max-width: 767px) {
  .tp-slider-3-height .tp-hero-2-funfact-box {
      display: none;
  }
}

.tp-slider-3-height .tp-hero-2-funfact-box::after {
  content: "";
  position: absolute;
  top: -5%;
  left: -43%;
  height: 111%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-3-height .tp-hero-2-funfact-box::after {
      left: -30%;
  }
}

.tp-slider-3-height .tp-hero-2-funfact:not(:last-child) {
  margin-bottom: 118px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3-height .tp-hero-2-funfact:not(:last-child) {
      margin-bottom: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-3-height .tp-hero-2-funfact:not(:last-child) {
      margin-bottom: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-3-height .tp-hero-2-funfact:not(:last-child) {
      margin-bottom: 65px;
  }
}

.tp-slider-3-height .tp-hero-2-funfact h5 {
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-slider-3-height .tp-hero-2-funfact h5 {
      font-size: 45px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-3-height .tp-hero-2-funfact h5 {
      font-size: 41px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3-height .tp-hero-2-funfact h5 {
      font-size: 36px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-3-height .tp-hero-2-funfact h5 {
      font-size: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-3-height .tp-hero-2-funfact h5 {
      font-size: 29px;
  }
}

.tp-slider-3-height .tp-hero-2-funfact span {
  color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-3-height .tp-hero-2-funfact span {
      font-size: 14px;
  }
}

.tp-slider-3-title {
  color: var(--tp-common-white);
  font-size: 110px;
  font-weight: 700;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-slider-3-title {
      font-size: 100px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-3-title {
      font-size: 75px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3-title {
      font-size: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-3-title {
      font-size: 72px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-3-title {
      font-size: 65px;
  }
}

@media (max-width: 767px) {
  .tp-slider-3-title {
      font-size: 51px;
  }
}

.tp-slider-3-content {
  transform: translateY(200px);
  opacity: 0;
}

.tp-slider-3-content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-3-content p {
      font-size: 14px;
  }
}

@media (max-width: 767px) {
  .tp-slider-3-content p {
      font-size: 14px;
  }

  .tp-slider-3-content p br {
      display: none;
  }
}

.tp-slider-3-content .tp-btn-black span svg {
  color: var(--tp-common-white);
}

.tp-slider-3-big-text {
  color: rgb(255, 255, 255);
  font-size: 115px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 3px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-slider-3-big-text {
      font-size: 105px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-3-big-text {
      font-size: 69px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3-big-text {
      margin-left: 0px;
      font-size: 90px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-3-big-text {
      margin-left: 0px;
      font-size: 85px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-3-big-text {
      margin-left: 0px;
      font-size: 65px;
  }
}

@media (max-width: 767px) {
  .tp-slider-3-big-text {
      margin-left: 0px;
      font-size: 40px;
  }
}

.tp-slider-3-social {
  position: absolute;
  right: 50px;
  bottom: 40px;
  z-index: 2;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-3-social {
      right: 52px;
      bottom: 0px;
  }
}

.tp-slider-3-social::after {
  display: inline-block;
  content: "";
  height: 110px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  transform: translateX(7px);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-3-social::after {
      height: 40px;
  }
}

.tp-slider-3-social a {
  font-size: 20px;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  margin: 19px 0px;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-3-social a {
      font-size: 14px;
      margin: 4px 0px;
  }
}

.tp-slider-3-social a:hover {
  color: var(--tp-common-white);
}

.tp-slider-3-title-box {
  transform: translateY(-200px);
  opacity: 0;
}

.tp-slider-3-wrapper .swiper-slide-active .tp-slider-3-bg {
  transform: scale(1.05);
}

.tp-slider-3-wrapper .swiper-slide-active .tp-slider-3-title-box {
  opacity: 1;
  transform: translateY(0px);
  transition: all 2500ms ease 0s;
  text-align: center;
}

.tp-slider-3-wrapper .swiper-slide-active .tp-slider-3-content {
  opacity: 1;
  transform: translateY(0px);
  transition: all 2500ms ease 0s;
  text-align: center;
}

.tp-slider-dots {
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  bottom: 21px !important;
  left: 50% !important;
}

.tp-slider-dots .swiper-pagination-bullet {
  height: 2px;
  width: 100px;
  position: relative;
  display: inline-block;
  background-color: rgba(217, 217, 217, 0.3);
  margin: 0px 5px;
  opacity: 1;
  border-radius: 0px;
  transition: all 0.4s ease 0s;
}

@media (max-width: 767px) {
  .tp-slider-dots .swiper-pagination-bullet {
      width: 38px;
  }
}

.tp-slider-dots .swiper-pagination-bullet-active {
  background-color: rgb(217, 217, 217);
}

.tp-slider-dots .swiper-pagination-bullet-active::after {
  opacity: 1;
  visibility: visible;
}

.tp-hero-pt {
  padding-top: 190px;
}

.tp-hero-thumb {
  position: relative;
  overflow: hidden;
}

.tp-hero-thumb:hover::after {
  height: 100%;
  opacity: 0;
  transition: all 400ms linear 0s;
}

.tp-hero-thumb::after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
  opacity: 1;
  pointer-events: none;
}

.tp-hero-title {
  font-size: 68px;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 57px;
  color: rgba(0, 0, 0, 0.8);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-title {
      font-size: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-title {
      font-size: 54px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-title {
      font-size: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title {
      font-size: 36px;
  }
}

@media (max-width: 767px) {
  .tp-hero-title {
      font-size: 32px;
      padding-bottom: 30px;
  }

  .tp-hero-title br {
      display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-title {
      font-size: 35px;
  }
}

.tp-hero-title span {
  padding: 0px 50px;
  height: 55px;
  border-radius: 40px;
  display: inline-block;
  transform: translateY(12px);
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-title span {
      padding: 0px 38px;
      height: 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-title span {
      padding: 0px 32px;
      height: 41px;
      transform: translateY(5px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title span {
      padding: 0px 28px;
      height: 30px;
      transform: translateY(5px);
  }
}

@media (max-width: 767px) {
  .tp-hero-title span {
      padding: 0px 25px;
      height: 28px;
      transform: translateY(5px);
  }
}

.tp-hero-title span svg {
  transform: translateY(-16px);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-title span svg {
      transform: translateY(-11px);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-title span svg {
      width: 27px;
      transform: translateY(-12px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-title span svg {
      width: 22px;
      transform: translateY(-9px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title span svg {
      width: 16px;
      transform: translateY(-9px);
  }
}

@media (max-width: 767px) {
  .tp-hero-title span svg {
      width: 16px;
      transform: translateY(-7px);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-title span svg {
      transform: translateY(-9px);
  }
}

.tp-hero-contact-box {
  animation: 4s linear 0s infinite normal none running jumpTwo;
  padding: 25px 26px 30px 42px;
  background-color: var(--tp-common-white);
  border-top: 4px solid var(--tp-theme-1);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 25px 0px;
}

.tp-hero-contact-box span {
  display: block;
  color: rgb(24, 64, 55);
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 10px;
}

.tp-hero-contact-box a {
  display: block;
  color: rgb(24, 64, 55);
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.tp-hero-contact-box a::after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 0px;
  left: auto;
  height: 1px;
  width: 0px;
  background-color: rgb(24, 64, 55);
  transition: all 0.7s ease 0s;
  display: inline-block;
}

.tp-hero-contact-box a:hover::after {
  width: 100%;
  right: auto;
  left: 0px;
}

.tp-hero-contact-wrap {
  position: absolute;
  top: 58px;
  right: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-contact-wrap {
      transform: scale(0.9);
      top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-contact-wrap {
      transform: scale(0.8);
      top: 20px;
  }
}

@media (max-width: 767px) {
  .tp-hero-contact-wrap {
      transform: scale(0.5);
      top: 69px;
      right: -15%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-contact-wrap {
      transform: scale(0.7);
      top: 199px;
      right: -4%;
  }
}

@media only screen and (min-width: 440px) and (max-width: 575px) {
  .tp-hero-contact-wrap {
      top: 103px;
      right: -10%;
      transform: scale(0.6);
  }
}

.tp-hero-funfact-box {
  padding: 40px 33px 30px;
  background-color: var(--tp-common-white);
  animation: 2.5s ease 0s infinite alternate none running tptranslateX2;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 25px 0px;
}

.tp-hero-funfact-wrap {
  position: absolute;
  bottom: 25px;
  left: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-funfact-wrap {
      transform: scale(0.9);
      bottom: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-funfact-wrap {
      transform: scale(0.8);
      bottom: 0px;
  }
}

@media (max-width: 767px) {
  .tp-hero-funfact-wrap {
      transform: scale(0.5);
      bottom: -90%;
      left: -11%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-funfact-wrap {
      transform: scale(0.7);
      bottom: -44%;
      left: -1%;
  }
}

@media only screen and (min-width: 440px) and (max-width: 575px) {
  .tp-hero-funfact-wrap {
      bottom: -51%;
      left: -8%;
      transform: scale(0.6);
  }
}

.tp-hero-funfact h5 {
  color: var(--tp-theme-1);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0px;
}

.tp-hero-funfact h5 i {
  font-style: normal;
}

.tp-hero-funfact span {
  color: var(--tp-common-black);
  font-size: 16px;
  font-weight: 400;
}

.tp-hero-2-height {
  padding-top: 185px;
  padding-bottom: 72px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2-height .tp-slider-title {
      font-size: 56px;
  }
}

.tp-hero-2-shape-1 {
  position: absolute;
  bottom: 0px;
  left: -2%;
  z-index: 1;
  animation: 2.5s ease 0s infinite alternate none running tptranslateX2;
}

@media (max-width: 767px) {
  .tp-hero-2-shape-1 {
      left: -11%;
  }
}

.tp-hero-2-shape-2 {
  position: absolute;
  bottom: 46px;
  left: 30px;
}

.tp-hero-2-shape-3 {
  position: absolute;
  bottom: 70px;
  right: 20px;
  animation: 1s ease 0s infinite alternate forwards running tpswing;
  transform-origin: center top;
}

@media (max-width: 767px) {
  .tp-hero-2-shape-3 {
      right: 0px;
  }
}

@media (max-width: 767px) {
  .tp-hero-2-shape-3 img {
      transform: scale(0.6);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-2-shape-3 img {
      transform: scale(0.8);
  }
}

.tp-hero-2-content {
  padding-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-2-content {
      margin-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2-content p {
      font-size: 14px;
      padding-right: 180px;
  }
}

@media (max-width: 767px) {
  .tp-hero-2-content p {
      font-size: 14px;
  }
}

@media (max-width: 767px) {
  .tp-hero-2-funfact {
      margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-2-funfact {
      margin-bottom: 0px;
  }
}

.tp-hero-2-funfact h5 {
  font-size: 48px;
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2-funfact h5 {
      font-size: 40px;
  }
}

@media (max-width: 767px) {
  .tp-hero-2-funfact h5 {
      font-size: 30px;
  }
}

.tp-hero-2-funfact h5 i {
  font-style: normal;
}

.tp-hero-2-funfact span {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.tp-hero-2-funfact-box {
  padding-top: 60px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-2-funfact-box {
      padding-top: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-2-funfact-box {
      padding-top: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2-funfact-box {
      padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .tp-hero-2-funfact-box {
      padding-top: 40px;
      flex-wrap: wrap;
  }
}

.tp-hero-2-thumb img {
  border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
  will-change: border-radius, transform, opacity;
  display: inline-block;
}

.tp-project-filter button {
  color: rgb(36, 35, 29);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  height: 40px;
  line-height: 16px;
  padding: 0 27px;
  margin: 0px 12px;
  border: 1px solid var(--tp-theme-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-filter button {
      height: 50px;
      line-height: 50px;
      padding: 0px 24px;
      margin: 0px 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-filter button {
      height: 50px;
      line-height: 50px;
      padding: 0px 20px;
      margin: 0px 5px;
  }
}

@media (max-width: 767px) {
  .tp-project-filter button {
      height: 45px;
      line-height: 45px;
      padding: 0px 20px;
      margin: 0px 5px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-project-filter button {
      padding: 0px 35px;
  }
}

.tp-project-filter button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

.tp-project-filter button.active {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

.tp-project-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--tp-common-white);
}

.tp-project-title a {
  background-repeat: no-repeat;
  background-size: 0% 1px, 0px 1px;
  background-position: 100% 100%, 0px 100%;
  transition: background-size 0.6s linear 0s;
  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
}

.tp-project-title a:hover {
  background-size: 0% 1px, 100% 1px;
}

.tp-project-content {
  position: absolute;
  bottom: -16%;
  left: 5%;
  padding: 45px 47px 45px 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
}

.tp-project-content p {
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.tp-project-item-wrap {
  margin-bottom: 80px;
}

.tp-project-item-wrap:hover .tp-project-content {
  opacity: 1;
  visibility: visible;
}

.tp-project-style-2 .tp-project-content {
  padding: 32px 27px 30px;
  display: inline-block;
  left: auto;
  right: 0px;
  transform-origin: right center;
  transform: translateY(-50%) perspective(250px) rotateY(-90deg);
  bottom: -8%;
}

@media (max-width: 767px) {
  .tp-project-style-2 .tp-project-item-wrap {
      margin-bottom: 30px;
  }
}

.tp-project-style-2 .tp-project-item-wrap:hover .tp-project-content {
  transform: translateY(-50%) perspective(250px) rotateY(0deg);
}

.tp-project-style-2 .tp-project-item-wrap:hover .tp-project-thumb {
  width: 87%;
}

.tp-project-style-2 .tp-project-item-wrap:hover .tp-project-thumb img {
  transform: scale(1.1);
  filter: brightness(0.8) contrast(1.1) saturate(1.2);
}

.tp-project-style-2 .tp-project-thumb {
  height: 100%;
  width: calc(100% + 0px);
  transition: all 0.9s ease 0s;
}

.tp-project-style-2 .tp-project-thumb img {
  transition: all 0.9s ease 0s;
  height: 520px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-project-style-2 .tp-project-thumb img {
      height: 480px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-style-2 .tp-project-thumb img {
      height: 450px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-style-2 .tp-project-thumb img {
      height: 420px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-style-2 .tp-project-thumb img {
      height: 370px;
  }
}

@media (max-width: 767px) {
  .tp-project-style-2 .tp-project-thumb img {
      height: 300px;
  }
}

.tp-project-style-2 .tp-project-item {
  overflow: hidden;
  position: relative;
}

.tp-project-style-2 .tp-project-title {
  margin-bottom: 30px;
}

.tp-project-2-title a {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0px 1px;
  background-position: 100% 100%, 0px 100%;
  transition: background-size 0.5s linear 0s;
  background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)), linear-gradient(rgb(0, 0, 0), rgb(0, 0, 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-project-2-title a {
      font-size: 18px;
  }
}

.tp-project-2-title a:hover {
  background-size: 0% 1px, 100% 1px;
}

.tp-project-2-item {
  transition: all 0.5s ease 0s;
}

.tp-project-2-item:hover .tp-project-2-thumb img {
  transform: scale(1.1);
}

.tp-project-2-thumb {
  overflow: hidden;
  position: relative;
}

.tp-project-2-thumb img {
  transition: all 1.3s ease 0s;
}

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

.tp-project-2-thumb:hover::after {
  animation: 1s ease 0s 1 normal none running shine;
}

.tp-project-2-active {
  padding: 50px 0px;
  margin: -50px 0px;
}

.tp-project-2-active .swiper-slide.swiper-slide-active .tp-project-2-item {
  transform: translateY(40px);
}

.tp-project-dots .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  background-color: var(--tp-common-black);
  margin: 0px 7px;
  opacity: 1;
}

.tp-project-dots .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  top: 45%;
  left: 50%;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px solid var(--tp-theme-1);
  transform: translate(-50%, -50%) scale(2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}

.tp-project-dots .swiper-pagination-bullet-active {
  background-color: var(--tp-theme-1);
}

.tp-project-dots .swiper-pagination-bullet-active::after {
  opacity: 1;
  visibility: visible;
}

.tp-project-3-item {
  overflow: hidden;
}

.tp-project-3-item.active .tp-project-3-content {
  transform: perspective(400px) rotateX(0deg);
}

.tp-project-3-item.active .tp-project-3-thumb::after {
  height: 100%;
  opacity: 0;
  transition: all 400ms linear 0s;
}

.tp-project-3-item.active .tp-project-3-thumb img {
  transform: scale(1.1);
}

.tp-project-3-thumb {
  overflow: hidden;
}

.tp-project-3-thumb img {
  width: 100%;
  transition: all 600ms linear 0s;
}

.tp-project-3-thumb::after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
  opacity: 1;
  pointer-events: none;
}

.tp-project-3-title {
  color: var(--tp-common-white);
  font-size: 24px;
  font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-3-title {
      font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-3-title {
      font-size: 20px;
  }
}

@media (max-width: 767px) {
  .tp-project-3-title {
      font-size: 18px;
  }
}

.tp-project-3-title a {
  background-repeat: no-repeat;
  background-size: 0% 1px, 0px 1px;
  background-position: 100% 100%, 0px 100%;
  transition: background-size 0.6s linear 0s;
  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
}

.tp-project-3-title a:hover {
  background-size: 0% 1px, 100% 1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-3-title-box {
      margin-bottom: 30px;
  }
}

.tp-project-3-content {
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
  margin: 0px 20px;
  padding: 25px 30px;
  background-color: var(--tp-common-black);
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: center center;
  transition: all 0.5s ease-in-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-3-content {
      padding: 25px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-3-content {
      padding: 25px 20px;
  }
}

.tp-project-3-content span {
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  padding-left: 50px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-3-content span {
      font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-3-content span {
      font-size: 14px;
  }
}

.tp-project-3-content span::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 18px;
  height: 1px;
  width: 40px;
  margin-right: 12px;
  border-radius: 5px;
  transform: translateY(-4px);
  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-project-3-top-text p {
      font-size: 14px;
  }
}

.tp-project-4-item {
  margin-bottom: 35px;
  overflow: hidden;
  line-height: 0;
}

.tp-project-4-item.active .tp-project-4-content {
  transform: perspective(400px) rotateX(0deg);
}

.tp-project-4-item.active .tp-project-4-thumb::after {
  height: 100%;
  opacity: 0;
  transition: all 400ms linear 0s;
}

.tp-project-4-item.active .tp-project-4-thumb img {
  transform: scale(1.1);
}

.tp-project-4-thumb {
  overflow: hidden;
}

.tp-project-4-thumb img {
  width: 100%;
  transition: all 600ms linear 0s;
}

.tp-project-4-thumb::after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
  opacity: 1;
  pointer-events: none;
}

.tp-project-4-title {
  color: var(--tp-common-white);
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 4px;
}

@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-title {
      font-size: 22px;
  }
}

.tp-project-4-title a {
  background-repeat: no-repeat;
  background-size: 0% 1px, 0px 1px;
  background-position: 100% 100%, 0px 100%;
  transition: background-size 0.6s linear 0s;
  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
}

.tp-project-4-title a:hover {
  background-size: 0% 1px, 100% 1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-4-title-box {
      margin-bottom: 30px;
  }
}

.tp-project-4-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 40px 40px 45px;
  margin: 25px;
  display: inline-block;
  background-color: var(--tp-common-black);
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: center center;
  transition: all 0.5s ease-in-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-project-4-content {
      padding: 25px;
      margin: 20px;
  }
}

.tp-project-4-content p {
  max-width: 290px;
  padding-bottom: 2px;
  color: 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-project-4-content p {
      font-size: 14px;
  }
}

.tp-project-5-item {
  transition: all 0.6s ease 0s;
  padding-top: 70px;
}

.tp-project-5-thumb {
  overflow: hidden;
}

.tp-project-5-thumb img {
  width: 100%;
  transition: all 1.3s ease 0s;
}

.tp-project-5-thumb:hover img {
  transform: scale(1.2);
}

.tp-project-5-title {
  color: var(--tp-common-white);
  font-size: 20px;
  font-weight: 600;
}

.tp-project-5-title a {
  background-repeat: no-repeat;
  background-size: 0% 1px, 0px 1px;
  background-position: 100% 100%, 0px 100%;
  transition: background-size 0.6s linear 0s;
  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
}

.tp-project-5-title a:hover {
  background-size: 0% 1px, 100% 1px;
}

.tp-project-5-content {
  position: absolute;
  bottom: -19%;
  left: 20px;
  right: 20px;
  padding: 45px 38px;
  transform: perspective(400px) rotateY(-90deg);
  transform-origin: center center;
  transition: all 0.5s ease-in-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-project-5-content {
      padding: 25px 29px;
  }
}

@media only screen and (min-width: 440px) and (max-width: 575px) {
  .tp-project-5-content {
      bottom: -10%;
  }
}

.tp-project-5-content p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  color: 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-project-5-content p {
      font-size: 14px;
  }
}

@media only screen and (min-width: 440px) and (max-width: 575px) {
  .tp-project-5-content p {
      padding-right: 60px;
  }
}

.tp-project-5-active {
  margin: -60px -120px;
  padding: 60px 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-5-active {
      margin: -40px;
      padding: 40px 0px;
  }
}

@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-5-active {
      margin: -40px 0px;
      padding: 40px 0px;
  }
}

.tp-project-5-active .swiper-slide.swiper-slide-active .tp-project-5-content {
  transform: perspective(400px) rotateY(0deg);
}

.tp-project-5-active .swiper-slide.swiper-slide-active .tp-project-5-item {
  transform: translateY(-70px);
}

.tp-project-5-active .swiper-slide.swiper-slide-active .tp-project-5-thumb img {
  transform: scale(1.1);
}

.tp-project-5-big-text {
  position: absolute;
  content: "";
  top: 57%;
  left: 1.6%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-project-5-big-text {
      left: 0.6%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-5-big-text {
      left: 1%;
      top: 87%;
  }
}

.tp-project-5-big-text h6 {
  color: var(--tp-theme-1);
  font-size: 148px;
  font-style: normal;
  font-weight: 700;
  opacity: 0.05;
  text-transform: capitalize;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-project-5-big-text h6 {
      font-size: 125px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-5-big-text h6 {
      font-size: 100px;
  }
}

.tp-project-details-left-box {
  margin-top: -35px;
  margin-left: 30px;
  padding: 50px 34px;
  position: relative;
  z-index: 9;
  background-color: var(--tp-common-white);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 25px;
}

@media (max-width: 767px) {
  .tp-project-details-left-box {
      margin-top: 30px;
      margin-left: 0px;
      padding: 20px 34px;
  }
}

.tp-project-details-left-box ul li {
  position: relative;
  padding-left: 35px;
  color: var(--tp-common-black);
  list-style: 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-project-details-left-box ul li {
      font-size: 14px;
  }
}

.tp-project-details-left-box ul li:not(:last-child) {
  margin-bottom: 19px;
}

@media (max-width: 767px) {
  .tp-project-details-left-box ul li:not(:last-child) {
      margin-bottom: 5px;
  }
}

.tp-project-details-left-box ul li span {
  position: absolute;
  top: -2px;
  left: 0px;
  color: var(--tp-theme-1);
}

.tp-project-details-title {
  font-size: 28px;
}

.tp-project-details-list ul {
  display: inline-block;
}

.tp-project-details-list ul li {
  padding-left: 22px;
  list-style-type: none;
  position: relative;
  width: 50%;
  float: left;
  margin-bottom: 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-details-list ul li {
      font-size: 14px;
  }
}

@media (max-width: 767px) {
  .tp-project-details-list ul li {
      font-size: 14px;
      width: 100%;
  }
}

.tp-project-details-list ul li::after {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  top: 11px;
  left: 0px;
  background-color: var(--tp-theme-1);
}

.tp-project-details-social span {
  display: inline-block;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .tp-project-details-social span {
      margin-right: 10px;
  }
}

.tp-project-details-social a {
  width: 65px;
  height: 40px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  margin: 0px 2px;
  border: 1px solid rgba(84, 89, 95, 0.2);
  transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
  .tp-project-details-social a {
      width: 44px;
      height: 34px;
      line-height: 30px;
  }
}

.tp-project-details-social a svg {
  color: var(--tp-theme-1);
  transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
  .tp-project-details-social a svg {
      width: 15px;
  }
}

.tp-project-details-social a:hover svg {
  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-project-details-content p {
      font-size: 14px;
  }
}

@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-details-text p {
      font-size: 14px;
  }
}

.grid-sizer-2 {
  width: 33.33%;
}

.tp-service-item:hover .tp-service-thumb img {
  transform: scale(1.2);
}

.tp-service-item:hover .tp-service-thumb::after {
  left: 0px;
  right: 0px;
  opacity: 0;
}

.tp-service-item:hover .tp-service-icon span {
  transform: scaleX(-1);
  color: var(--tp-common-black);
}

.tp-service-item:hover .tp-service-icon-box span svg {
  transform: scaleX(-1);
  color: var(--tp-common-black);
}

.tp-service-thumb {
  overflow: hidden;
}

.tp-service-thumb img {
  width: 100%;
  transition: all 1.3s ease 0s;
}

.tp-service-thumb::after {
  background: rgba(255, 255, 255, 0.3);
  inset: 0px 51% 0px 50%;
  content: "";
  position: absolute;
  opacity: 1;
  pointer-events: none;
  transition: all 500ms ease 0s;
}

.tp-service-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tp-service-icon span {
  width: 100px;
  height: 103px;
  line-height: 103px;
  display: inline-block;
  text-align: center;
  background-color: var(--tp-common-white);
  transition: all 500ms ease 0s;
  color: var(--tp-theme-1);
}

.tp-service-icon-box span {
  display: inline-block;
}

.tp-service-icon-box span svg {
  width: 65px;
  height: 66px;
  color: var(--tp-theme-1);
  transition: all 500ms ease 0s;
}

.tp-service-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.tp-service-title a {
  background-repeat: no-repeat;
  background-size: 0% 1px, 0px 1px;
  background-position: 100% 100%, 0px 100%;
  transition: background-size 0.6s linear 0s;
  background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)), linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0));
}

.tp-service-title a:hover {
  background-size: 0% 1px, 100% 1px;
}

.tp-service-content {
  padding: 40px 40px 25px;
  background-color: var(--tp-common-white);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 25px 0px;
}

@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-content {
      padding: 35px 20px;
  }
}

.tp-service-content p {
  margin-bottom: 10px;
}

@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-content p {
      font-size: 14px;
  }
}

.tp-service-link a {
  color: var(--tp-common-black);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: capitalize;
}

.tp-service-style-2 .tp-service-content {
  padding: 50px 20px 45px;
}

.tp-service-2-item:hover .tp-service-2-icon span {
  transform: scaleX(-1);
}

.tp-service-2-icon {
  color: var(--tp-theme-1);
  padding-bottom: 14px;
}

.tp-service-2-icon span {
  display: inline-block;
  transition: all 500ms ease 0s;
  width: 65px;
  height: 66px;
  text-align: center;
}

.tp-service-2-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  padding-bottom: 10px;
  transition: all 500ms ease 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-2-title {
      font-size: 21px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-2-title {
      font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-2-title {
      font-size: 22px;
  }
}

.tp-service-2-title a {
  background-repeat: no-repeat;
  background-size: 0% 1px, 0px 1px;
  background-position: 100% 100%, 0px 100%;
  transition: background-size 0.6s linear 0s;
  background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)), linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0));
}

.tp-service-2-title a:hover {
  background-size: 0% 1px, 100% 1px;
}

.tp-service-2-text p {
  margin-bottom: 11px;
  transition: all 500ms ease 0s;
}

@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: 992px) and (max-width: 1199px) {
  .tp-service-2-text p {
      font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-2-text p {
      font-size: 14px;
  }
}

.tp-service-2-text a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  position: relative;
  transition: all 500ms ease 0s;
}

.tp-service-2-text a:hover {
  color: var(--tp-theme-1);
}

.tp-service-2-top-text p {
  margin-bottom: 0px;
  padding-left: 80px;
}

@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-2-top-text p {
      padding-left: 0px;
      font-size: 14px;
  }
}

.tp-service-style-3 .tp-service-2-item {
  padding: 40px 35px;
  background-color: rgb(248, 248, 248);
}

@media (max-width: 767px) {
  .tp-service-style-3 .tp-service-2-item {
      padding: 40px 25px;
  }
}

@media (max-width: 767px) {
  .tp-service-style-3 .tp-service-2-text p {
      font-size: 13px;
  }
}

.tp-service-style-3 .tp-service-2-icon {
  margin-right: 20px;
}

.tp-service-style-3 .tp-service-2-title {
  line-height: 1.2;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-style-3 .tp-service-2-title br {
      display: none;
  }
}

.tp-service-style-4 .tp-service-2-item {
  padding: 40px 38px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-style-4 .tp-service-2-item {
      flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-style-4 .tp-service-2-item {
      padding: 40px 25px;
  }
}

@media (max-width: 767px) {
  .tp-service-style-4 .tp-service-2-item {
      flex-wrap: wrap;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-style-4 .tp-service-2-item {
      padding: 40px 28px;
  }
}

.tp-service-style-4 .tp-service-2-item::after {
  content: "";
  position: absolute;
  inset: 0px;
  display: block;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center top;
  transition: all 500ms ease 0s;
  visibility: hidden;
  background-size: cover;
  background-color: var(--tp-common-black);
}

.tp-service-style-4 .tp-service-2-item.active::after {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.tp-service-style-4 .tp-service-2-item.active .tp-service-2-icon span {
  color: var(--tp-common-white);
}

.tp-service-style-4 .tp-service-2-item.active .tp-service-2-title {
  color: var(--tp-common-white);
}

.tp-service-style-4 .tp-service-2-item.active .tp-service-2-text p {
  color: var(--tp-common-white);
}

.tp-service-style-4 .tp-service-2-item.active .tp-service-2-text a {
  color: var(--tp-common-white);
}

.tp-service-style-4 .tp-service-2-icon {
  margin-right: 30px;
  padding-bottom: 0px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-service-style-4 .tp-service-2-icon {
      padding-bottom: 30px;
  }
}

.tp-service-style-4 .tp-service-2-content {
  position: relative;
  z-index: 1;
}

.tp-service-style-5 .tp-service-2-item {
  border: 1px solid rgba(230, 230, 230, 0.56);
  background-color: white;
  transition: all 500ms ease 0s;
  position: relative;
  margin-left: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-style-5 .tp-service-2-item {
      padding: 40px 26px;
  }
}

.tp-service-style-5 .tp-service-2-item.active::after {
}

.tp-service-style-5 .tp-service-2-item.active .tp-service-2-title {
}

.tp-service-style-5 .tp-service-2-item.active .tp-service-2-content p {
}

.tp-service-style-5 .tp-service-2-item.active .tp-btn-border-lg {
}

.tp-service-style-5 .tp-service-2-item.active .tp-service-2-icon span {
}

.tp-service-style-5 .tp-service-2-item::after {
  content: "";
  position: absolute;
  inset: 0px;
  display: block;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center top;
  transition: all 500ms ease 0s;
  visibility: hidden;
  background-size: cover;
  background-color: var(--tp-common-black);
  z-index: -1;
}

.tp-service-style-5 .tp-service-2-icon {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .tp-service-style-5 .tp-service-2-title-box {
      margin-bottom: 30px;
  }
}

.tp-service-style-5 .tp-service-2-title a {
  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
}

.tp-service-style-5 .tp-service-2-big-text {
  position: absolute;
  content: "";
  top: 30%;
  right: 18%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-style-5 .tp-service-2-big-text {
      top: 31%;
      right: 7%;
  }
}

.tp-service-style-5 .tp-service-2-big-text h6 {
  color: var(--tp-theme-1);
  font-size: 118px;
  font-style: normal;
  font-weight: 700;
  opacity: 0.05;
  text-transform: capitalize;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-style-5 .tp-service-2-big-text h6 {
      font-size: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-style-5 .tp-service-2-big-text h6 {
      left: 30%;
  }
}

.tp-link {
  position: relative;
  display: inline-block;
}

.tp-link .bottom-line {
  overflow: hidden;
  left: 0px;
  bottom: 4px;
  height: 1px;
  width: 100%;
  background: var(--tp-theme-1);
  display: block;
  position: relative;
}

.tp-link .bottom-line::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 0px;
  width: 5px;
  height: 1px;
  background-color: rgb(255, 255, 255);
  animation: 1.5s linear 0s infinite normal none running lineAnim;
}

.tp-sv-sidebar-widget ul li {
  list-style-type: none;
}

.tp-sv-sidebar-widget ul li:not(:last-child) {
  margin-bottom: 20px;
}

.tp-sv-sidebar-widget ul li a {
  display: block;
  color: var(--tp-theme-1);
  padding: 16px 20px;
  border: 1px solid var(--tp-grey-1);
  transition: all 0.3s ease 0s;
}

.tp-sv-sidebar-widget ul li:hover a {
  background-color: rgb(248, 248, 248);
  border-color: transparent;
}

.tp-sv-sidebar-widget ul li.active a {
  background-color: rgb(248, 248, 248);
  border-color: transparent;
}

.tp-sv-sidebar-author-info {
  padding: 30px 30px 20px;
  border-radius: 5px;
  box-shadow: rgba(19, 16, 34, 0.05) 0px 4.4px 20px -1px;
}

.tp-sv-sidebar-author-info h5 {
  font-size: 20px;
  margin-bottom: 3px;
}

@media (max-width: 767px) {
  .tp-sv-sidebar-author-info h5 {
      font-size: 17px;
  }
}

@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-sv-sidebar-author-info p {
      font-size: 14px;
  }
}

@media (max-width: 767px) {
  .tp-sv-details-text {
      flex-wrap: wrap;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-sv-details-text {
      flex-wrap: nowrap;
  }
}

.tp-sv-details-text p {
  padding-right: 10px;
}

@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-sv-details-text p {
      padding-right: 0px;
      font-size: 14px;
  }
}

.tp-sv-details-text span {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  flex: 0 0 auto;
  margin-right: 45px;
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

@media (max-width: 767px) {
  .tp-sv-details-text span {
      margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-sv-details-text span {
      margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .tp-sv-details-left-wrap {
      margin-bottom: 30px;
  }
}

.tp-sv-details-left h6 {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  color: var(--tp-text-body);
}

@media (max-width: 767px) {
  .tp-sv-details-left h6 {
      font-size: 16px;
  }
}

.tp-sv-details-left h6 i {
  position: absolute;
  top: 3px;
  left: 0px;
  font-size: 18px;
  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-sv-details-left p {
      font-size: 14px;
  }

  .tp-sv-details-left p br {
      display: none;
  }
}

.tp-sv-details-left-box h6 {
  font-size: 20px;
}

.tp-sv-details-left-box p {
  margin-right: -35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-sv-details-left-box p {
      margin-right: 0px;
  }
}

@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-sv-details-left-box p {
      margin-right: 0px;
      font-size: 14px;
  }
}

@media (max-width: 767px) {
  .tp-sv-details-thumb img {
      width: 100%;
  }
}

.tp-feature-item {
  padding: 40px 25px 35px;
  background-color: rgb(10, 10, 10);
  position: relative;
}

.tp-feature-item::after {
  content: "";
  position: absolute;
  inset: 0px;
  display: block;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center top;
  transition: all 600ms ease 0s;
  visibility: hidden;
  background-size: cover;
  background-color: var(--tp-common-white);
}

.tp-feature-item.active::after {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.tp-feature-item.active .tp-feature-icon span svg {
  transform: scaleX(-1);
  color: var(--tp-common-black);
}

.tp-feature-item.active .tp-feature-title {
  color: var(--tp-common-black);
}

.tp-feature-item.active .tp-feature-text p {
  color: var(--tp-common-black);
}

.tp-feature-title {
  font-size: 24px;
  transition: all 600ms ease 0s;
  color: var(--tp-common-white);
  position: relative;
  z-index: 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-feature-title {
      font-size: 18px;
  }
}

.tp-feature-title a {
  background-repeat: no-repeat;
  background-size: 0% 1px, 0px 1px;
  background-position: 100% 100%, 0px 100%;
  transition: background-size 0.6s linear 0s;
  background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)), linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0));
}

.tp-feature-title a:hover {
  background-size: 0% 1px, 100% 1px;
}

.tp-feature-icon {
  position: relative;
  z-index: 1;
}

.tp-feature-icon span svg {
  color: var(--tp-theme-1);
  transition: all 600ms ease 0s;
}

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

.tp-feature-text {
  position: relative;
  z-index: 1;
}

.tp-feature-text p {
  margin-bottom: 0px;
  color: var(--tp-common-white);
  transition: all 600ms ease 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-feature-text p {
      font-size: 14px;
  }

  .tp-feature-text p br {
      display: none;
  }
}

.tp-feature-shape-1 {
  position: absolute;
  bottom: 0px;
  left: -2%;
  z-index: -1;
  animation: 2.5s ease 0s infinite alternate none running tptranslateX2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-exp-fea-wrap {
      margin-right: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-exp-fea-wrap {
      margin-right: 80px;
  }
}

.tp-exp-fea-text p {
  color: var(--tp-common-black);
  font-size: 16px;
  font-weight: 400;
}

@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-exp-fea-text p {
      font-size: 14px;
  }
}

.tp-exp-fea-list ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  padding-left: 33px;
  list-style-type: none;
  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), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-exp-fea-list ul li {
      font-size: 14px;
  }
}

.tp-exp-fea-list ul li:not(:last-child) {
  margin-bottom: 11px;
}

.tp-exp-fea-list ul li i {
  position: absolute;
  top: 4px;
  left: 0px;
  color: var(--tp-theme-1);
}

.tp-exp-fea-canva-box {
  padding: 35px 55px;
  background-color: rgb(248, 248, 248);
}

@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-exp-fea-canva-box {
      padding: 35px 27px;
  }
}

@media (max-width: 767px) {
  .tp-exp-fea-canva-box {
      padding: 35px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-exp-fea-canva-box {
      padding: 35px 55px;
  }
}

@media only screen and (min-width: 440px) and (max-width: 576px) {
  .tp-exp-fea-canva-box {
      padding: 35px 40px;
  }
}

.tp-exp-fea-canva-box span {
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-black);
}

@media (max-width: 767px) {
  .tp-exp-fea-canva-box span {
      font-size: 14px;
  }
}

.tp-exp-fea-thumb {
  position: relative;
  overflow: hidden;
  margin-right: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-exp-fea-thumb {
      margin-right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-exp-fea-thumb {
      margin-right: 0px;
      margin-bottom: 30px;
  }
}

.tp-exp-fea-thumb img {
  width: 100%;
  transition: all 1.3s ease 0s;
}

.tp-exp-fea-thumb-2 {
  position: relative;
  overflow: hidden;
  margin-left: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-exp-fea-thumb-2 {
      margin-left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-exp-fea-thumb-2 {
      margin-left: 0px;
      margin-bottom: 30px;
  }
}

.tp-exp-fea-thumb-2 img {
  width: 100%;
  transition: all 1.3s ease 0s;
}

.tp-exp-fea-thumb-2:hover::after {
  height: 100%;
  opacity: 0;
}

.tp-exp-fea-big-text {
  position: absolute;
  content: "";
  top: 46%;
  right: -8.4%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-exp-fea-big-text {
      right: -7.6%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-exp-fea-big-text {
      right: 7.6%;
  }
}

.tp-exp-fea-big-text h6 {
  color: var(--tp-theme-1);
  font-size: 148px;
  font-style: normal;
  font-weight: 700;
  opacity: 0.05;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-exp-fea-big-text h6 {
      font-size: 130px;
  }
}

@media (max-width: 767px) {
  .tp-exp-fea-right {
      margin-bottom: 30px;
  }
}

.fa-check::before {
  content: '';
  padding: 5px;
}

.tp-progress {
  height: 72px;
  width: 72px;
  text-align: center;
  line-height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto auto 10px;
}

.tp-progress input {
  color: rgb(0, 0, 0) !important;
  font-size: 16px !important;
  height: 72px !important;
  margin-top: 0px !important;
}

.tp-about-bg {
  position: relative;
  z-index: 2;
}

.tp-about-bg::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 13.5%;
  background-color: var(--tp-common-white);
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-bg::after {
      height: 7.5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-bg::after {
      height: 100%;
  }
}

.tp-about-list ul li {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  color: var(--tp-common-black);
  list-style-type: none;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-list ul li {
      font-size: 17px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-list ul li {
      font-size: 15px;
      margin-bottom: 6px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-list ul li {
      font-size: 17px;
  }
}

.tp-about-list ul li i {
  position: absolute;
  left: 0px;
  top: 8px;
  font-size: 16px;
  color: var(--tp-theme-1);
}

.tp-about-big-text {
  position: absolute;
  content: "";
  top: 0px;
  right: 20.6%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-big-text {
      right: 9.6%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-big-text {
      right: 7.6%;
  }
}

.tp-about-big-text h6 {
  color: var(--tp-theme-1);
  font-size: 148px;
  font-style: normal;
  font-weight: 700;
  opacity: 0.05;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-big-text h6 {
      font-size: 130px;
  }
}

@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-about-text p {
      font-size: 14px;
  }
}

.tp-about-thumb-box {
  margin-right: 35px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-thumb-box {
      margin-top: 50px;
      margin-right: 0px;
  }
}

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

.tp-about-2-right {
  padding-top: 45px;
  padding-bottom: 20px;
  margin-left: 9px;
}

@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-2-right {
      margin-left: 0px;
      padding-top: 0px;
      padding-bottom: 0px;
  }
}

.tp-about-2-thumb {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 46.2%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-2-thumb {
      position: static;
      margin-top: 50px;
      height: 100%;
      width: 100%;
  }
}

.tp-about-2-icon span {
  position: relative;
  display: inline-block;
}

.tp-about-2-icon span svg {
  color: var(--tp-theme-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2-icon span svg {
      width: 45px;
  }
}

.tp-about-2-icon span::after {
  position: absolute;
  content: "";
  top: 0px;
  left: -10px;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  background-color: rgb(248, 248, 248);
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2-icon span::after {
      height: 35px;
      width: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2-text p {
      font-size: 13px;
  }

  .tp-about-2-text p br {
      display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-2-text p {
      font-size: 14px;
  }

  .tp-about-2-text p br {
      display: none;
  }
}

.tp-about-2-title {
  font-size: 24px;
  font-weight: 600;
  margin-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2-title {
      font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-2-title {
      font-size: 20px;
  }
}

.tp-about-2-shape-1 {
  position: absolute;
  bottom: -45px;
  right: -35px;
  z-index: -1;
}

.tp-about-2-shape-2 {
  position: absolute;
  top: 40px;
  right: -12px;
  animation: 2.5s ease 0s infinite alternate none running tptranslateY2;
}

.tp-about-3-title-box {
  padding-left: 250px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-3-title-box {
      padding-left: 150px;
  }
}

@media (max-width: 767px) {
  .tp-about-3-title-box {
      padding-left: 0px;
  }
}

.tp-about-3-content {
  margin-top: 62px;
  padding-left: 180px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-3-content {
      padding-left: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-3-content {
      padding-left: 0px;
  }
}

.tp-about-3-content::before {
  position: absolute;
  top: 9px;
  left: 0px;
  content: "";
  width: 153px;
  height: 1px;
  background-color: var(--tp-theme-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-3-content::before {
      width: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-3-content::before {
      display: none;
  }
}

.tp-about-3-content p {
  color: var(--tp-common-black);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-3-content p {
      font-size: 14px;
  }
}

.tp-about-3-thumb {
  overflow: hidden;
  position: relative;
}

.tp-about-3-thumb img {
  width: 100%;
  transition: all 1.3s ease 0s;
}

.tp-about-3-thumb-sm {
  overflow: hidden;
  margin-right: 53px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-3-thumb-sm {
      margin-right: 0px;
  }
}

.tp-about-3-thumb-sm img {
  width: 100%;
  transition: all 1.3s ease 0s;
}

.tp-about-3-big-text {
  position: absolute;
  content: "";
  bottom: -21%;
  left: -80px;
}

.tp-about-3-big-text h6 {
  color: var(--tp-theme-1);
  font-size: 118px;
  font-style: normal;
  font-weight: 700;
  opacity: 0.05;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-3-big-text h6 {
      font-size: 110px;
  }
}

.tp-about-4-left {
  margin-right: 36px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-4-left {
      margin-bottom: 50px;
      margin-right: 0px;
  }
}

.tp-about-4-text {
  margin-bottom: 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-about-4-text p {
      font-size: 14px;
  }
}

.tp-about-4-thumb-1 {
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-4-thumb-1 {
      transform: translateX(70px);
  }
}

@media (max-width: 767px) {
  .tp-about-4-thumb-1 {
      transform: scale(0.9);
  }
}

.tp-about-4-thumb-2 {
  margin-top: 90px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-4-thumb-2 {
      transform: translateX(20px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-4-thumb-2 {
      transform: translateX(-70px);
  }
}

@media (max-width: 767px) {
  .tp-about-4-thumb-2 {
      transform: scale(0.9);
  }
}

.tp-about-4-circle {
  position: absolute;
  left: 73px;
  top: 20px;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-4-circle {
      left: 5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-4-circle {
      left: 15%;
  }
}

@media (max-width: 767px) {
  .tp-about-4-circle {
      left: -29%;
      transform: scale(0.45);
      top: -27%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-4-circle {
      display: none;
  }
}

@media only screen and (min-width: 440px) and (max-width: 575px) {
  .tp-about-4-circle {
      left: -13%;
      transform: scale(0.6);
      top: -16%;
  }
}

.tp-about-4-circle span {
  height: 477px;
  width: 477px;
  border-radius: 50%;
  display: inline-block;
  border: 3px dashed var(--tp-theme-1);
  z-index: -1;
  animation: 25s linear 0s infinite normal none running rotate2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-4-circle span {
      height: 377px;
      width: 377px;
  }
}

.tp-about-4-list {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .tp-about-4-list {
      margin-bottom: 20px;
  }
}

.tp-about-4-list ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 17px;
  position: relative;
  list-style-type: none;
  padding-left: 30px;
  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-about-4-list ul li {
      font-size: 14px;
      margin-bottom: 10px;
  }
}

.tp-about-4-list ul li:last-child {
  margin-bottom: 0px;
}

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

.tp-about-5-style .tp-about-list ul li {
  padding-left: 37px;
  font-size: 19px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-5-style .tp-about-list ul li {
      font-size: 17px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-5-style .tp-about-list ul li {
      font-size: 18px;
      margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-5-style .tp-about-list ul li {
      font-size: 16px;
      margin-bottom: 7px;
  }
}

.tp-about-5-style .tp-about-list ul li i {
  font-size: 24px;
  transform: translateY(-5px);
}

@media (max-width: 767px) {
  .tp-about-5-style .tp-about-content {
      margin-bottom: 50px;
  }
}

.tp-about-5-thumb-box {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-5-thumb-box {
      padding-left: 0px;
      transform: scale(0.9);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-5-thumb-box {
      padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .tp-about-5-thumb-box {
      padding-left: 0px;
      padding-bottom: 0px;
  }
}

.tp-about-5-thumb {
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-5-thumb {
      transform: scale(0.7) translateX(-10px);
      margin-left: -30px;
  }
}

@media (max-width: 767px) {
  .tp-about-5-thumb {
      margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .tp-about-5-thumb img {
      width: 100%;
  }
}

.tp-about-5-thumb::after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
  opacity: 1;
  pointer-events: none;
}

.tp-about-5-thumb:hover::after {
  height: 100%;
  opacity: 0;
  transition: all 400ms linear 0s;
}

.tp-about-5-thumb-sm {
  position: absolute;
  right: 0px;
  bottom: 0px;
  border: 7px solid var(--tp-common-white);
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-5-thumb-sm {
      right: -6%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-5-thumb-sm {
      transform: scale(0.8);
      right: -7%;
  }
}

@media (max-width: 767px) {
  .tp-about-5-thumb-sm {
      position: static;
      border: none;
  }
}

@media (max-width: 767px) {
  .tp-about-5-thumb-sm img {
      width: 100%;
  }
}

.tp-about-5-thumb-sm::after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
  opacity: 1;
  pointer-events: none;
}

.tp-about-5-thumb-sm:hover::after {
  height: 100%;
  opacity: 0;
  transition: all 400ms linear 0s;
}

.tp-about-5-shape-1 {
  position: absolute;
  top: 9%;
  left: -25px;
  animation: 2.5s ease 0s infinite alternate none running tptranslateY2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-5-shape-1 {
      transform: scale(0.7);
      left: -20px;
  }
}

@media (max-width: 767px) {
  .tp-about-5-shape-1 {
      display: none;
  }
}

.tp-about-5-big-text {
  position: absolute;
  content: "";
  top: 59%;
  left: 39%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-5-big-text {
      left: 35%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-5-big-text {
      left: 30%;
  }
}

.tp-about-5-big-text h6 {
  color: var(--tp-theme-1);
  font-size: 118px;
  font-style: normal;
  font-weight: 700;
  opacity: 0.05;
  text-transform: capitalize;
}

.tp-hover-distort-wrapper {
  position: relative;
}

.tp-hover-distort-wrapper .canvas {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.tp-hover-distort-img {
  opacity: 0;
  object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hover-distort-img {
      width: 100%;
  }
}

.tp-hover-distort-img.back {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.tp-funfact-height {
  padding: 145px 0px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-funfact-height {
      padding: 115px 0px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-funfact-height {
      padding: 115px 0px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-funfact-height {
      padding: 85px 0px;
  }
}

@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-height {
      padding: 85px 0px;
  }
}

.tp-funfact-bg {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-funfact-bg {
      display: none;
  }
}

.tp-funfact-bg img {
  mix-blend-mode: luminosity;
  opacity: 0.14;
  height: 100%;
}

.tp-funfact-item-box {
  margin-top: 15px;
  margin-right: 35px;
}

@media (max-width: 767px) {
  .tp-funfact-item-box {
      flex-wrap: wrap;
      margin-right: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-funfact-item-box {
      margin-right: 35px;
  }
}

.tp-funfact-item {
  padding: 50px 34px 44px;
  text-align: center;
  width: auto;
  border-bottom: 5px solid var(--tp-theme-1);
  border-right: 5px solid var(--tp-theme-1);
  background-color: var(--tp-common-black-2);
}

@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-funfact-item {
      padding: 30px 34px;
  }
}

@media (max-width: 767px) {
  .tp-funfact-item {
      padding: 30px 34px;
      text-align: center;
      margin: 0px auto 70px;
  }
}

.tp-funfact-item span {
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

@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-funfact-item span {
      font-size: 14px;
  }
}

.tp-funfact-number {
  color: var(--tp-common-white);
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 0px;
}

@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-funfact-number {
      font-size: 32px;
  }
}

.tp-funfact-number i {
  font-style: normal;
}

.tp-funfact-icon {
  position: absolute;
  top: -27px;
  right: -27px;
}

.tp-funfact-icon span {
  height: 54px;
  width: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--tp-theme-1);
}

.tp-funfact-icon span svg {
  color: var(--tp-common-white);
}

.tp-funfact-shape-1 {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.tp-funfact-title-box {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-funfact-title-box {
      margin-top: 0px;
      margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .tp-funfact-2-item-box {
      margin-bottom: 50px;
  }
}

.tp-funfact-2-item-box ul li {
  list-style-type: none;
  padding-bottom: 20px;
  margin-bottom: 58px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-funfact-2-item-box ul li {
      padding-bottom: 20px;
      margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-funfact-2-item-box ul li {
      padding-bottom: 20px;
      margin-bottom: 20px;
  }
}

.tp-funfact-2-item-box ul li:last-child {
  margin-bottom: 0px;
}

.tp-funfact-2-item span {
  font-size: 16px;
  font-weight: 400;
  color: rgb(227, 227, 227);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-funfact-2-item span {
      font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-funfact-2-item span {
      font-size: 14px;
  }

  .tp-funfact-2-item span br {
      display: none;
  }
}

.tp-funfact-2-title {
  font-size: 68px;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 1;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-funfact-2-title {
      font-size: 56px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-funfact-2-title {
      font-size: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-funfact-2-title {
      font-size: 48px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-funfact-2-title {
      font-size: 44px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-funfact-2-title {
      font-size: 38px;
  }
}

.tp-funfact-2-title i {
  font-style: normal;
}

.tp-funfact-2-thumb {
  display: block;
  overflow: hidden;
  margin-left: 35px;
  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-funfact-2-thumb {
      margin-left: 0px;
  }
}

.tp-funfact-2-thumb img {
  width: 100%;
  transform: scale(1.04) translateX(-1%);
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0s;
}

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

.tp-funfact-2-thumb:hover img {
  transform: scale(1.04) translateX(1%);
}

.tp-funfact-2-thumb:hover::after {
  animation: 1s ease 0s 1 normal none running shine;
}

.tp-funfact-style-2.tp-funfact-height {
  padding: 105px 0px;
}

.tp-funfact-style-2 .tp-funfact-wrap {
  margin-left: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-funfact-style-2 .tp-funfact-wrap {
      margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .tp-funfact-style-2 .tp-funfact-wrap {
      flex-wrap: wrap;
      margin-top: 40px;
      text-align: start;
      margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .tp-funfact-style-2 .tp-funfact-item {
      margin: 0px 0px 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-funfact-style-2 .tp-funfact-title-box {
      margin-bottom: 0px;
  }
}

.tp-funfact-style-2 .tp-section-title {
  position: relative;
  padding-left: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-funfact-style-2 .tp-section-title {
      padding-left: 0px;
      margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .tp-funfact-style-2 .tp-section-title {
      padding-left: 0px;
  }
}

.tp-funfact-style-2 .tp-section-title::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0px;
  height: 112px;
  width: 1px;
  transform: translateY(-50%);
  background-color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-funfact-style-2 .tp-section-title::after {
      display: none;
  }
}

.tp-funfact-style-2 .tp-funfact-item {
  padding: 0px;
  text-align: start;
  background-color: transparent;
}

.tp-funfact-style-3 .tp-funfact-2-title {
  width: 200px;
  color: transparent;
  font-family: var(--tp-ff-poppins);
  -webkit-text-stroke: 1px var(--tp-common-black);
  font-weight: 700;
}

@media (max-width: 767px) {
  .tp-funfact-style-3 .tp-funfact-2-title {
      width: 100%;
      font-size: 42px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-funfact-style-3 .tp-funfact-2-title {
      width: 100%;
      font-size: 60px;
  }
}

@media (max-width: 767px) {
  .tp-funfact-style-3 {
      width: 100%;
      margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-funfact-style-3 {
      width: 100%;
      margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .tp-funfact-style-3 .tp-funfact-2-item-box {
      flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .tp-funfact-style-3 .tp-funfact-2-item {
      margin-bottom: 50px;
  }
}

.tp-funfact-style-4 .tp-funfact-2-big-text {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tp-funfact-style-4 .tp-funfact-2-big-text h6 {
  color: rgb(255, 255, 255);
  font-size: 118px;
  font-style: normal;
  font-weight: 700;
  opacity: 0.1;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .tp-funfact-style-4 .tp-funfact-2-item-box {
      flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .tp-funfact-style-4 .tp-funfact-2-item {
      text-align: center;
      margin-bottom: 55px;
      width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-funfact-style-4 .tp-funfact-2-item span br {
      display: block;
  }
}

.tp-funfact-style-4 .tp-funfact-2-item h5 {
  font-size: 48px;
  color: rgb(255, 255, 255);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-funfact-style-4 .tp-funfact-2-item h5 {
      font-size: 36px;
  }
}

@media (max-width: 767px) {
  .tp-testimonial-item {
      flex-wrap: wrap;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testimonial-item {
      flex-wrap: nowrap;
  }
}

.tp-testimonial-item:hover .tp-testimonial-author-thumb img {
  transform: scale(1.1);
}

.tp-testimonial-author-thumb-box {
  flex: 0 0 auto;
}

.tp-testimonial-author-thumb {
  overflow: hidden;
}

@media (max-width: 767px) {
  .tp-testimonial-author-thumb {
      margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testimonial-author-thumb {
      margin-bottom: 0px;
  }
}

.tp-testimonial-author-thumb img {
  transition: all 500ms ease 0s;
}

.tp-testimonial-top-text p {
  margin-left: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-top-text p {
      font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-top-text p {
      font-size: 14px;
      margin-left: 0px;
  }
}

.tp-testimonial-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-testimonial-title {
      font-size: 25px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-title {
      font-size: 22px;
  }
}

@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-testimonial-title {
      font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-title-box {
      margin-bottom: 20px;
  }
}

.tp-testimonial-author-thumb {
  margin-right: 30px;
  flex: 0 0 auto;
}

.tp-testimonial-author-info span {
  font-size: 16px;
  font-weight: 400;
}

@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-testimonial-author-info span {
      font-size: 14px;
  }
}

.tp-testimonial-author-info {
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(166, 161, 130);
}

.tp-testimonial-text p {
  margin-bottom: 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-text p {
      font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-text p {
      font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-text p {
      font-size: 14px;
  }
}

.tp-testimonial-quot {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.tp-testimonial-quot span {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--tp-theme-1);
}

.tp-testimonial-quot span svg {
  color: var(--tp-common-white);
}

.tp-testimonial-active {
  padding: 40px 0px;
  margin: -40px 0px;
}

.tp-testimonial-2-thumb {
  display: block;
  overflow: hidden;
}

@media (max-width: 767px) {
  .tp-testimonial-2-thumb {
      margin-bottom: 30px;
  }
}

.tp-testimonial-2-thumb img {
  width: 526px;
  height: 342px;
  max-width: inherit;
  transform: scale(1.04) translateX(-1%);
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0s;
}

@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-testimonial-2-thumb img {
      width: 100%;
  }
}

.tp-testimonial-2-thumb:hover img {
  transform: scale(1.04) translateX(1%);
}

.tp-testimonial-2-rate i {
  padding: 0px 3px;
  font-size: 14px;
  color: #ffc107;
}

.tp-testimonial-2-rate i:first-child {
  padding-left: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-2-text p {
      font-size: 14px;
      margin-bottom: 0px;
  }

  .tp-testimonial-2-text p br {
      display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-2-text p {
      font-size: 13px;
      margin-bottom: 0px;
  }

  .tp-testimonial-2-text p br {
      display: none;
  }
}

@media (max-width: 767px) {
  .tp-testimonial-2-text p {
      font-size: 14px;
      margin-bottom: 0px;
  }

  .tp-testimonial-2-text p br {
      display: none;
  }
}

.tp-testimonial-2-author-info {
  padding-bottom: 8px;
  margin-bottom: 30px;
  position: relative;
}



.tp-testimonial-2-author-info h5 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-2-author-info h5 {
      font-size: 24px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-2-author-info h5 {
      font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-2-author-info h5 {
      font-size: 18px;
  }
}

@media (max-width: 767px) {
  .tp-testimonial-2-author-info h5 {
      font-size: 19px;
  }
}

.tp-testimonial-2-author-info span {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-2-author-info span {
      font-size: 14px;
  }
}

.tp-testimonial-2-wrapper {
  margin-left: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-2-wrapper {
      margin-left: 20px;
  }
}

@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-testimonial-2-wrapper {
      margin-left: 0px;
  }
}

.tp-testimonial-2-big-text {
  position: absolute;
  content: "";
  right: 270px;
  top: 300px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-testimonial-2-big-text {
      right: 120px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-2-big-text {
      right: 150px;
  }
}

.tp-testimonial-2-big-text h6 {
  color: var(--tp-theme-1);
  font-size: 118px;
  font-style: normal;
  font-weight: 700;
  opacity: 0.05;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-2-big-text h6 {
      font-size: 110px;
  }
}

.tp-testimonial-2-arrow-box {
  position: relative;
  z-index: 3;
  margin-top: 9px;
}

.tp-testimonial-2-arrow-box button svg {
  transition: all 0.3s ease 0s;
  color: rgba(0, 0, 0, 0.38);
  width: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-2-arrow-box button svg {
      width: 45px;
  }
}

.tp-testimonial-2-arrow-box button:hover svg {
  color: var(--tp-common-black);
  opacity: 1;
}

.tp-testimonial-2-arrow-box button.testimonial-prev {
  margin-right: 15px;
}

@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-testimonial-2-arrow-box button.testimonial-prev {
      margin-right: 30px;
  }
}

.tp-testimonial-3-author-thumb {
  flex: 0 0 auto;
  margin-right: 20px;
}

.tp-testimonial-3-author-thumb img {
  border-radius: 50%;
}

.tp-testimonial-3-title {
  font-size: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-3-title {
      font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-3-title {
      font-size: 21px;
  }
}

@media (max-width: 767px) {
  .tp-testimonial-3-title {
      font-size: 19px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-3-wrap .tp-testimonial-title-box {
      margin-bottom: 60px;
  }
}

.tp-testimonial-3-content {
  padding: 40px 42px;
  background-color: var(--tp-common-white);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 25px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-3-content {
      padding: 40px 37px;
  }
}

@media (max-width: 767px) {
  .tp-testimonial-3-content {
      padding: 40px 18px;
  }
}

.tp-testimonial-3-quot {
  position: absolute;
  right: 30px;
  bottom: 22px;
}

.tp-testimonial-3-quot span svg {
  color: var(--tp-theme-1);
}

.tp-testimonial-3-text p {
  margin-bottom: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-3-text p {
      font-size: 14px;
  }
}

@media (max-width: 767px) {
  .tp-testimonial-3-text p {
      font-size: 13px;
  }
}

.tp-testimonial-3-arrow-box button svg {
  transition: all 0.3s ease 0s;
  color: var(--tp-theme-1);
  opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-3-arrow-box button svg {
      width: 45px;
  }
}

.tp-testimonial-3-arrow-box button:hover svg {
  color: var(--tp-common-black);
  opacity: 1;
}

.tp-testimonial-3-arrow-box button.testimonial-prev {
  position: absolute;
  top: 29%;
  left: -13%;
  z-index: 3;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-testimonial-3-arrow-box button.testimonial-prev {
      left: -10%;
  }
}

.tp-testimonial-3-arrow-box button.testimonial-next {
  position: absolute;
  top: 29%;
  right: -13%;
  z-index: 3;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-testimonial-3-arrow-box button.testimonial-next {
      right: -10%;
  }
}

.tp-testimonial-3-active {
  padding: 30px;
  margin: -30px;
}

@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-product-top-text p {
      font-size: 14px;
  }
}

.tp-product-content-box {
  padding: 35px 30px;
}

.tp-product-item {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 25px 0px;
}

.tp-product-item:hover .tp-product-thumb img {
  transform: scale(1.1);
}

.tp-product-title {
  font-size: 20px;
  font-weight: 600;
}

@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-product-title {
      font-size: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-product-title-box {
      margin-bottom: 20px;
  }
}

.tp-product-title a {
  background-repeat: no-repeat;
  background-size: 0% 1px, 0px 1px;
  background-position: 100% 100%, 0px 100%;
  transition: background-size 0.6s linear 0s;
  background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)), linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0));
}

.tp-product-title a:hover {
  background-size: 0% 1px, 100% 1px;
}

.tp-product-price {
  font-size: 28px;
  font-weight: 700;
  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), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-product-price {
      font-size: 24px;
  }
}

.tp-product-thumb {
  overflow: hidden;
}

.tp-product-thumb img {
  transition: all 1.3s ease 0s;
}

.tp-product-active {
  margin: -30px;
  padding: 30px;
}

.tp-product-2-item:hover .tp-product-2-btn {
  top: 74%;
  opacity: 1;
  visibility: visible;
}

.tp-product-2-item:hover .tp-product-2-thumb img {
  transform: scale(1.2);
}

.tp-product-2-content {
  padding: 15px 20px;
  background-color: rgb(255, 255, 255);
}

.tp-product-2-btn {
  position: absolute;
  top: 120%;
  left: 0%;
  right: 0px;
  text-align: center;
  transition: all 0.6s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.tp-product-2-title {
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  margin-bottom: 0px;
}

.tp-product-2-title a {
  background-repeat: no-repeat;
  background-size: 0% 1px, 0px 1px;
  background-position: 100% 100%, 0px 100%;
  transition: background-size 0.6s linear 0s;
  background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)), linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0));
}

.tp-product-2-title a:hover {
  background-size: 0% 1px, 100% 1px;
}

.tp-product-2-thumb {
  position: relative;
  overflow: hidden;
}

.tp-product-2-thumb img {
  width: 100%;
  transition: all 1.3s ease 0s;
}

.tp-product-2-rate {
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: var(--tp-theme-1);
}

.tp-product-2-rate span {
  color: var(--tp-common-white);
  font-size: 28px;
  font-weight: 700;
}

.tp-product-2-rate-2 {
  position: absolute;
  top: 0px;
  right: 20px;
  width: 73px;
  height: 125px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.05);
  clip-path: polygon(100% 100%, 50% 64%, 0px 100%, 0px 100%, 0px 0px, 100% 0px);
}

.tp-product-2-rate-2 span {
  display: inline-block;
  color: var(--tp-common-black);
  font-size: 24px;
  font-weight: 600;
  transform: translateY(30px);
}

.tp-product-2-big-text {
  position: absolute;
  content: "";
  left: 445px;
  top: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-product-2-big-text {
      left: 380px;
  }
}

.tp-product-2-big-text h6 {
  color: var(--tp-theme-1);
  font-size: 118px;
  font-style: normal;
  font-weight: 700;
  opacity: 0.05;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-product-2-big-text h6 {
      font-size: 100px;
  }
}

@media (max-width: 767px) {
  .tp-product-2-title-box {
      margin-bottom: 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: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-product-2-arrow-box {
      display: none;
  }
}

.tp-product-2-arrow-box button svg {
  color: var(--tp-theme-1);
}

.tp-product-2-arrow-box .price-prev {
  position: absolute;
  top: 50%;
  left: -11%;
  transform: translateY(-50%);
  z-index: 2;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-product-2-arrow-box .price-prev {
      position: absolute;
      top: 50%;
      left: -9%;
      transform: translateY(-50%) scale(0.7);
  }
}

.tp-product-2-arrow-box .price-prev::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -34%;
  transform: translateY(-50%);
  width: 79px;
  height: 78px;
  border-radius: 50%;
  border: 3px solid var(--tp-theme-1);
}

.tp-product-2-arrow-box .price-next {
  position: absolute;
  top: 50%;
  right: -11%;
  z-index: 2;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-product-2-arrow-box .price-next {
      position: absolute;
      top: 50%;
      right: -9%;
      transform: translateY(-50%) scale(0.7);
  }
}

.tp-product-2-arrow-box .price-next::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -34%;
  transform: translateY(-50%);
  width: 79px;
  height: 78px;
  border-radius: 50%;
  border: 3px solid 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-product-2-top-text p {
      font-size: 14px;
  }
}

.tp-product-2-style-2 .tp-product-content {
  padding-bottom: 66px;
}

.tp-product-2-style-3 .tp-product-2-content {
  padding: 30px;
}

.tp-product-2-style-3 .tp-product-2-item:hover .tp-product-2-button-box {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}

.tp-product-2-style-3 .tp-product-2-item:hover .tp-product-2-thumb {
  position: relative;
}

.tp-product-2-style-3 .tp-product-2-item:hover .tp-product-2-thumb::after {
  opacity: 1;
  visibility: visible;
  height: 100%;
  bottom: auto;
  top: 0px;
}

.tp-product-2-style-3 .tp-product-2-button-box {
  position: absolute;
  top: 30%;
  left: 0px;
  right: 0px;
  opacity: 0;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  z-index: 2;
}

.tp-product-2-style-3 .tp-product-2-button-box .tp-btn-black-lg:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.tp-product-2-style-3 .tp-product-2-thumb {
  position: relative;
}

.tp-product-2-style-3 .tp-product-2-thumb::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 0%;
  background-color: rgba(166, 161, 130, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
}

.tp-product-2-style-3 .tp-product-2-rate-2 {
  background-color: transparent;
  position: static;
  height: auto;
  width: auto;
  clip-path: none;
}

.tp-product-2-style-3 .tp-product-2-rate-2 span {
  transform: translate(0px);
}

.tp-product-2-style-4 .tp-product-2-btn {
  position: absolute;
  top: 20%;
  left: 0%;
  right: 0px;
  transform: translateY(-50%);
  text-align: center;
  transition: all 0.6s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.tp-product-2-style-4 .tp-product-2-thumb {
  transition: all 0.6s ease 0s;
}

.tp-product-2-style-4 .tp-product-2-thumb::after {
  display: none;
}

.tp-product-2-style-4 .tp-product-2-item {
  background-color: var(--tp-grey-1);
}

.tp-product-2-style-4 .tp-product-2-item:hover .tp-product-2-btn {
  top: 50%;
  left: 0px;
  right: 0px;
  transform: translateY(-50%);
  text-align: center;
  opacity: 1;
  visibility: visible;
}

.tp-product-2-style-4 .tp-product-2-item:hover .tp-product-2-thumb img {
  transform: scale(1.2);
}

.tp-shop-sidebar-wrap {
  padding-top: 45px;
  padding-bottom: 50px;
    margin-right: 15px;
    margin-left: -100px;
  background-color: var(--tp-grey-1);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-shop-sidebar-wrap {
      margin-right: -100px;
      margin-left: 0px;
  }
}

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

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-sidebar-wrap {
      margin-right: 0px;
      margin-left: 0px;
      margin-top: 30px;
  }
}

.tp-shop-sidebar-wrap .sidebar__widget-content {
  padding: 0px 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-shop-sidebar-wrap .sidebar__widget-content {
      padding: 0px 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-shop-sidebar-wrap .sidebar__widget-content {
      padding: 0px 20px;
  }
}

.tp-shop-sidebar-wrap .sidebar__widget {
  padding: 0px;
  background-color: transparent;
}

.tp-shop-sidebar-widget-title {
  font-size: 28px;
  margin: 0px 60px;
  padding-bottom: 30px;
  color: rgba(0, 0, 0, 0.7);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-shop-sidebar-widget-title {
      margin: 0px 30px;
      font-size: 24px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-shop-sidebar-widget-title {
      margin: 0px 30px;
      font-size: 21px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-shop-sidebar-widget-title {
      margin: 0px 20px;
      font-size: 21px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-sidebar-widget-title {
      margin: 0px 30px;
      font-size: 21px;
  }
}

.tp-shop-sidebar-widget-title.title-border {
  padding-bottom: 23px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.tp-shop-sidebar-widget-content ul li {
  list-style-type: none;
}

.tp-shop-sidebar-widget-content ul li.active {
  background-color: var(--tp-theme-1);
}

.tp-shop-sidebar-widget-content ul li.active a {
  color: var(--tp-common-white);
  border-color: transparent;
}

.tp-shop-sidebar-widget-content ul li:hover {
  background-color: var(--tp-theme-1);
}

.tp-shop-sidebar-widget-content ul li:hover a {
  color: var(--tp-common-white);
  border-color: transparent;
}

.tp-shop-sidebar-widget-content ul li a {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  display: block;
  padding: 12px 0px 12px 28px;
  margin: 0px 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-shop-sidebar-widget-content ul li a {
      margin: 0px 30px;
      font-size: 17px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-shop-sidebar-widget-content ul li a {
      margin: 0px 20px;
      font-size: 16px;
      padding-left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-sidebar-widget-content ul li a {
      margin: 0px 30px;
      font-size: 17px;
  }
}

.tp-shop-sidebar-widget-content ul li a i {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

.tp-shop-widget-filter {
  padding: 0px 60px;
  position: relative;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-shop-widget-filter {
      padding: 0px 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-shop-widget-filter {
      padding: 0px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-widget-filter {
      padding: 0px 30px;
  }
}

.tp-shop-widget-filter .ui-widget.ui-widget-content {
  height: 3px;
  background-color: rgb(237, 237, 237);
  border: 0px;
  width: 70%;
}

.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: -8px;
  width: 16px;
  height: 16px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  border-radius: 50%;
  background-color: var(--tp-theme-1);
  position: absolute;
}

.tp-shop-widget-filter-info .input-range input {
  width: auto;
  height: 62px;
  background-color: transparent;
  color: var(--tp-ff-body);
  padding: 0px;
  border: 0px;
  font-weight: 400;
  font-size: 16px;
}

.tp-shop-widget-filter-info .tp-shop-widget-filter-btn {
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-common-black);
  background-color: rgb(245, 245, 245);
  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);
}

.basic-navigation a {
  color: var(--tp-common-black);
}

.tp-shop-details__wrapper {
  margin-bottom: 64px;
}

@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 rgb(237, 231, 231);
  margin-right: 30px;
  text-align: center;
  /* padding-top: 39px; */
  /* padding-bottom: 43px; */
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-details__tab-big-img {
      margin-right: 0px;
  }
}
.tp-product-2-title-box{
  text-align: center;
}

.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: rgb(248, 248, 249);
}

/* .tp-shop-details__tab-btn-box button.active {
border: 1px solid rgb(237, 231, 231);
} */
.tp-shop-details__ratting {
  margin-bottom: 15px;
}

.tp-shop-details__ratting span {
  color: var(--tp-theme-1);
}

.tp-shop-details__ratting span svg {
  color: rgb(255, 180, 27);
}

.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: rgb(247, 247, 247);
  width: 205px;
  height: 67px;
  position: relative;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .tp-shop-details__quantity {
      margin-bottom: 20px;
  }
}

.tp-shop-details__quantity input {
  border: 0px;
  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: 0px;
  left: 0px;
  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: 0px;
  right: 0px;
  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;
      display: flex;
  }
}

.tp-shop-details__right-warp {
  /*margin-top: 25px;*/
}

@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: 700;
  font-size: 28px;
  color: rgb(6, 7, 40);
  padding-bottom: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-shop-details__title-sm {
      font-size: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-shop-details__title-sm {
      font-size: 29px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-shop-details__title-sm {
      font-size: 29px;
  }

  .tp-shop-details__title-sm br {
      display: none;
  }
}

@media (max-width: 767px) {
  .tp-shop-details__title-sm {
      font-size: 30px;
  }

  .tp-shop-details__title-sm br {
      display: none;
  }
}

.tp-shop-details__text {
  margin-bottom: 50px;
}

.tp-shop-details__text-2 p {
  padding-bottom: 3px;
  padding-right: 40px;
}

.tp-shop-details__price {
  margin-bottom: 20px;
}

.tp-shop-details__price span {
  font-weight: 700;
  font-size: 18px;
  color: rgb(6, 7, 40);
}

.tp-shop-details__price span.red-color {
  border-radius: 1px;
  background: rgb(234, 27, 37);
  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: var(--tp-common-black);
  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: 0px;
}

.tp-shop-details__product-info ul li > span {
  color: rgb(35, 35, 35);
  font-family: var(--tp-ff-heading);
  font-size: 16px;
  font-weight: 600;
}

.tp-shop-details__social span {
  color: rgb(18, 20, 22);
  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: rgb(7, 28, 31);
  transition: all 0.3s ease 0s;
  margin-right: 11px;
}

.tp-shop-details__social a:hover {
  color: var(--tp-theme-1);
}

.tp-shop-details__size {
  display: inline-block;
  margin-left: 25px;
}

.tp-shop-details__size > span {
  display: inline-block;
  border: 1px solid rgb(232, 232, 232);
  padding: 4px 13px;
  color: rgb(141, 136, 132);
  font-family: "--tp-ff-heading";
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  margin-right: 7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-details__size > span {
      padding: 4px 8px;
  }
}

.tp-shop-details__size > span:hover {
  background-color: var(--tp-theme-1);
  border: 1px solid var(--tp-theme-1);
  color: var(--tp-common-white);
}

.tp-shop-details__size > span.active {
  background-color: var(--tp-theme-1);
  border: 1px solid var(--tp-theme-1);
  color: var(--tp-common-white);
}

.tp-shop-details__variation-list {
  display: inline-block;
  margin-left: 17px;
}

.tp-shop-details__variation-list button {
  transform: translateY(3px);
}

.tp-shop-details__variation-list button span {
  width: 14.27px;
  height: 14px;
  background-color: var(--tp-theme-1);
  display: inline-block;
  border-radius: 50%;
  margin-right: 12px;
}

.tp-shop-details__variation-list button span.red {
  background-color: red;
}

.tp-shop-details__variation-list button span.blue {
  background-color: blue;
}

.tp-shop-details__variation-list button span.purple {
  background-color: purple;
}

.tp-product-quantity .cart-minus, .tp-product-quantity .cart-plus {
  cursor: pointer;
  color: rgb(141, 136, 132);
}

.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: rgb(255, 220, 96);
}

.product-dinfo {
  display: flex;
}

.product-dprice del {
  font-size: 20px;
  color: rgb(185, 185, 185);
}

.pro-details-nav {
  background: rgb(249, 250, 251);
  /* display: inline-block; */
  /* padding: 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;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

.pro-details-nav-btn li button::before {
  content: "";
  height: 100%;
  width: 102%;
  top: 0px;
  left: -1px;
  background: rgb(255, 255, 255);
  position: absolute;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}

.pro-details-nav-btn li button.active::before {
  opacity: 1;
  visibility: visible;
  border-bottom: 1px solid #00000040;
}
.tp-modal-form-input-box.modal-box textarea {
  height: 83px;
  line-height: 1px;
  color: var(--tp-common-black);
  border: 1px solid rgb(230, 230, 230);
}
.pro-details-nav-btn li::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 1px;
  background: rgb(223, 227, 233);
  top: 50%;
  transform: translateY(-50%);
}
.tp-form-top img {
  width: 100%;
  height: 485px;
}
@media (max-width: 767px) {
  .pro-details-nav-btn li::after {
      display: none;
  }
}
.color-img img {
  height: 40px;
    width: 40px;
}
.color-img span {
  /*padding-left: 10px;*/
}

.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: 16px 45px;
  border-radius: 5px;
}

@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: rgb(255, 220, 96);
}

.comments-text span, .comments-text p {
  font-size: 14px;
  color: rgb(119, 119, 119);
  line-height: 26px;
}

.comment-title p {
  color: rgb(119, 119, 119);
  font-size: 16px;
}

.comment-rating span {
  font-weight: 500;
  margin-right: 5px;
}

.comment-rating ul li {
  display: inline-block;
  color: rgb(255, 220, 96);
}

.comment-input textarea {
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
  border: 1px solid rgb(231, 231, 231);
  padding: 20px;
  resize: none;
}

.comment-input textarea:focus {
  outline: 0px;
  border: 1px solid var(--tp-theme-1);
}

.comment-input input {
  width: 100%;
  height: 50px;
  resize: none;
  outline: 0px;
  border: 1px solid rgb(231, 231, 231);
  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: 0px;
      margin-right: 0px;
  }
}

.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: 0px 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: var(--tp-common-black);
  font-size: 16px;
  font-weight: 400;
  width: 50%;
  float: left;
  padding-left: 30px;
  position: relative;
  padding-bottom: 12px;
  list-style-type: 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: 8px;
  left: 0px;
}

.tp-contact-right {
  margin-left: -20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-right {
      margin-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-right {
      margin-top: 40px;
      margin-left: 0px;
  }
}

.tp-contact-text p {
  margin-right: 95px;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-text p {
      font-size: 14px;
      margin-right: 65px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-text p {
      font-size: 14px;
      margin-right: 0px;
  }
}

.tp-contact-shape-1 {
  position: absolute;
  bottom: 0px;
  left: -2%;
  z-index: -1;
  animation: 2.5s ease 0s infinite alternate none running tptranslateX2;
}

.tp-contact-icon {
  position: absolute;
  top: 16px;
  right: 20px;
}

.tp-contact-icon span {
  color: var(--tp-common-white);
}

.tp-contact-input-box {
  position: relative;
}

.tp-contact-input-box input {
  padding-right: 50px;
  border: 1px solid rgba(230, 230, 230, 0.4);
  color: var(--tp-common-white);
}

.tp-contact-input-box input::-webkit-input-placeholder {
  color: var(--tp-common-white);
}

.tp-contact-input-box input::placeholder {
  color: var(--tp-common-white);
}

.tp-contact-textarea-box {
  position: relative;
}

.tp-contact-textarea-box textarea {
  height: 150px;
  padding-right: 50px;
  border: 1px solid rgba(230, 230, 230, 0.4);
  color: var(--tp-common-white);
}

.tp-contact-textarea-box textarea::-webkit-input-placeholder {
  color: var(--tp-common-white);
}

.tp-contact-textarea-box textarea::placeholder {
  color: var(--tp-common-white);
}

.tp-contact-textarea-box textarea:focus {
  border-color: var(--tp-theme-1);
}

.tp-contact-box {
  margin-left: 8px;
  /* border: 1px solid #d9d4d4; */
  /* background-color: rgb(248,248,248); */
}

@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-box {
      margin-left: 0px;
  }
}

.tp-contact-box ul li {
  list-style-type: none;
}

.tp-contact-box ul li:not(:last-child) {
  margin-bottom: 30px;
}

.tp-contact-box p {
  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-box p {
      font-size: 14px;
  }
}

.tp-contact-icon-2 span {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background-color: rgb(248, 248, 248);
  display: inline-block;
  margin-right: 28px;
  color: var(--tp-common-black);
  margin-left: 24px;
}

@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-icon-2 span {
      margin-right: 18px;
  }
}

.tp-contact-content h5 {
  font-size: 20px;
  font-weight: 600;
}

.tp-contact-content a {
  color: var(--tp-common-black);
  background-repeat: no-repeat;
  background-size: 0% 1px, 0px 1px;
  background-position: 100% 100%, 0px 100%;
  transition: background-size 0.6s linear 0s;
  background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)), linear-gradient(rgb(0, 0, 0), rgb(0, 0, 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-contact-content a {
      font-size: 14px;
  }
}

.tp-contact-content a:hover {
  background-size: 0% 1px, 100% 1px;
}

.tp-form-input-box input {
  height: 42px;
  line-height: 70px;
  color: var(--tp-common-black);
  border: 1px solid rgb(230, 230, 230);
}

.tp-form-input-box input::-webkit-input-placeholder {
  color: var(--tp-common-black);
}

.tp-form-input-box input::placeholder {
  color: var(--tp-common-black);
}

.tp-form-textarea-box textarea {
  height: 100px;
  color: var(--tp-common-black);
  border: 1px solid rgb(230, 230, 230);
}

@media (max-width: 767px) {
  .tp-form-textarea-box textarea {
      height: 160px;
  }
}

.tp-form-textarea-box textarea::-webkit-input-placeholder {
  color: var(--tp-common-black);
}

.tp-form-textarea-box textarea::placeholder {
  color: var(--tp-common-black);
}

.tp-form-textarea-box textarea:focus {
  border-color: var(--tp-theme-1);
}

.tp-form-box-style-2 {
  margin-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-form-box-style-2 {
      margin-right: 0px;
  }
}

.tp-form-box-style-2 .tp-form-input-box input {
  background-color: rgb(248, 248, 248);
  border: 1px solid rgb(224, 226, 227);
}

.tp-form-box-style-2 .tp-form-input-box input:focus {
  border-color: var(--tp-theme-1);
}

.tp-form-box-style-2 .tp-form-textarea-box textarea {
  background-color: rgb(248, 248, 248);
  border: 1px solid rgb(224, 226, 227);
}

.tp-form-box-style-2 .tp-form-textarea-box textarea:focus {
  border-color: var(--tp-theme-1);
}

.tp-form-box-style-2 .tp-btn-theme {
  border-radius: 0px;
}

.tp-map-box {
  line-height: 0;
}

.tp-map-box iframe {
  height: 361px;
  width: 100%;
}

.tp-team-item:hover .tp-team-thumb img {
  transform: scale(1.2);
}

.tp-team-item:hover .tp-team-social a {
  opacity: 1;
  visibility: visible;
}

.tp-team-item:hover .tp-team-social a:nth-child(1) {
  transform: translateX(0px);
}

.tp-team-item:hover .tp-team-social a:nth-child(2) {
  transform: translateX(0px);
}

.tp-team-item:hover .tp-team-social a:nth-child(3) {
  transform: translateX(0px);
}

.tp-team-item:hover .tp-team-social a:nth-child(4) {
  transform: translateX(0px);
}

.tp-team-thumb {
  overflow: hidden;
}

.tp-team-thumb img {
  width: 100%;
  transition: all 1.3s ease 0s;
}

.tp-team-social {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.tp-team-social a {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
  opacity: 0;
  visibility: hidden;
}

.tp-team-social a:nth-child(1) {
  transition: all 0.3s ease 0s;
  transform: translateX(-20px);
}

.tp-team-social a:nth-child(2) {
  transition: all 0.5s ease 0s;
  transform: translateX(-30px);
}

.tp-team-social a:nth-child(3) {
  transition: all 0.7s ease 0s;
  transform: translateX(-40px);
}

.tp-team-social a:nth-child(4) {
  transition: all 0.9s ease 0s;
  transform: translateX(-50px);
}

.tp-team-social a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.tp-team-social a:not(:last-child) {
  margin-right: 7px;
}

.tp-team-author-info span {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

@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-author-info span {
      font-size: 14px;
  }
}

.tp-team-author-info span::before {
  /*content: "";*/
  /*height: 1px;*/
  /*width: 38px;*/
  /*display: inline-block;*/
  /*margin-right: 10px;*/
  /*transform: translateY(-4px);*/
  /*background-color: var(--tp-theme-1);*/
}

.tp-team-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-team-title {
      font-size: 24px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-team-title {
      font-size: 22px;
  }
}

@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: 18px;
  }
}

.tp-team-title a {
  background-repeat: no-repeat;
  background-size: 0% 1px, 0px 1px;
  background-position: 100% 100%, 0px 100%;
  transition: background-size 0.6s linear 0s;
  background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)), linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0));
}

.tp-team-title a:hover {
  background-size: 0% 1px, 100% 1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-title-box {
      margin-bottom: 30px;
  }
}

.tp-team-top-text {
  margin-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-team-top-text {
      margin-left: 0px;
  }
}

@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-team-top-text p {
      font-size: 14px;
  }
}

.tp-team-style-2 .tp-team-item:hover .tp-team-social-box {
  transform: scaleY(1);
  transition-delay: 300ms;
}

.tp-team-style-2 .tp-team-social-box {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform: scaleY(0);
  transform-style: preserve-3d;
  transition: all 0.3s linear 0s;
  transform-origin: center bottom;
  z-index: 2;
}

.tp-team-style-2 .tp-team-social-box a {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  margin: 5px 0px;
  transition: all 0.3s ease 0s;
  color: var(--tp-common-white);
  background-color: rgba(255, 255, 255, 0.1);
}

.tp-team-style-2 .tp-team-social-box a:hover {
  background-color: var(--tp-theme-1);
}

.tp-team-style-2 .tp-team-author-info span::before {
  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-team-style-3 .tp-team-item {
      flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .tp-team-style-3 .tp-team-title-box {
      margin-bottom: 30px;
  }
}

.tp-team-style-3 .tp-team-big-text {
  position: absolute;
  content: "";
  top: 86%;
  right: -7.4%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-team-style-3 .tp-team-big-text {
      right: -3.4%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-team-style-3 .tp-team-big-text {
      right: -7.4%;
  }
}

.tp-team-style-3 .tp-team-big-text h6 {
  color: var(--tp-theme-1);
  font-size: 148px;
  font-style: normal;
  font-weight: 700;
  opacity: 0.05;
  text-transform: capitalize;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-team-style-3 .tp-team-big-text h6 {
      font-size: 130px;
  }
}

.tp-team-style-3 .tp-team-thumb {
  position: relative;
  height: 100%;
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .tp-team-style-3 .tp-team-thumb {
      width: 100%;
  }
}

.tp-team-style-3 .tp-team-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .tp-team-style-3 .tp-team-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-team-style-3 .tp-team-thumb {
      margin-right: 0px;
      margin-bottom: 20px;
  }
}

.tp-team-style-3 .tp-team-author-info {
  padding: 40px 40px 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-team-style-3 .tp-team-author-info {
      padding-left: 30px;
      padding-bottom: 30px;
      padding-top: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-team-style-3 .tp-team-author-info {
      padding: 40px;
  }
}

.tp-team-style-3 .tp-team-author-info span::before {
  display: none;
}

.tp-team-style-3 .tp-team-social-box a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  color: var(--tp-theme-1);
  background-color: rgb(248, 248, 248);
  transition: all 0.3s ease 0s;
}

.tp-team-style-3 .tp-team-social-box a:not(:last-child) {
  margin-right: 7px;
}

.tp-team-style-3 .tp-team-social-box a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.tp-team-style-4 .tp-team-item {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 25px 0px;
}

.tp-team-style-4 .tp-team-active {
  margin: -30px;
  padding: 30px;
}

.tp-team-style-4 .tp-team-author-info {
  padding: 25px 30px 30px;
}

.tp-team-inner-style .tp-team-item {
  background-color: rgb(248, 248, 248);
  height: 100%;
}

.tp-team-inner-style .tp-team-author-info {
  padding: 40px;
}

.tp-team-inner-style .tp-team-social-box a {
  width: auto;
  background-color: transparent;
  color: var(--tp-common-black);
}

.tp-team-inner-style .tp-team-social-box a:not(:last-child) {
  margin-right: 20px;
}

.tp-team-inner-style .tp-team-social-box a:hover {
  color: var(--tp-theme-1);
  background-color: transparent;
}

.tp-team-inner-style .tp-team-author-info span::before {
  background-color: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-details-inner-style .tp-section-title {
      font-size: 39px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team-details-inner-style .tp-section-title {
      font-size: 35px;
      padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .tp-team-details-inner-style .tp-section-title {
      font-size: 26px;
      padding-bottom: 30px;
  }
}

.tp-team-details-title {
  font-size: 48px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-team-details-title {
      font-size: 33px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-details-title {
      font-size: 27px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team-details-title {
      font-size: 25px;
  }
}

@media (max-width: 767px) {
  .tp-team-details-title {
      font-size: 22px;
  }
}

.tp-team-details-wrap {
  margin-left: 5px;
}

@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-details-wrap {
      margin-left: 0px;
  }
}

.tp-team-details-wrap .tp-team-author-info span::before {
  width: 70px;
  background-color: var(--tp-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-team-details-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-team-details-text p {
      font-size: 14px;
  }

  .tp-team-details-text p br {
      display: none;
  }
}

.tp-team-details-social {
  padding-left: 104px;
}

@media (max-width: 767px) {
  .tp-team-details-social {
      margin-top: 30px;
      padding-left: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-team-details-social {
      padding-left: 60px;
  }
}

.tp-team-details-social span {
  display: inline-block;
  margin-right: 22px;
}

.tp-team-details-social a {
  display: inline-block;
  color: var(--tp-theme-1);
  transition: all 0.3s ease 0s;
}

.tp-team-details-social a:hover {
  color: var(--tp-common-black);
}

.tp-team-details-social a:not(:last-child) {
  margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-details-thumb {
      margin-bottom: 30px;
  }
}

.tp-team-details-thumb img {
  width: 100%;
}

.tp-price-item {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 60px 0px;
}

.tp-price-content {
  padding: 40px 40px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-price-content {
      padding: 40px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-price-content {
      padding: 40px 50px;
  }
}

.tp-price-title {
  padding-top: 43px;
  font-size: 28px;
  font-weight: 700;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-price-title {
      font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-price-title {
      font-size: 22px;
  }
}

.tp-price-title a {
  background-repeat: no-repeat;
  background-size: 0% 1px, 0px 1px;
  background-position: 100% 100%, 0px 100%;
  transition: background-size 0.6s linear 0s;
  background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)), linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0));
}

.tp-price-title a:hover {
  background-size: 0% 1px, 100% 1px;
}

.tp-price-rate {
  padding: 18px 0px;
  background-color: rgba(166, 161, 130, 0.1);
}

.tp-price-rate h6 {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 0px;
  color: var(--tp-theme-1);
}

.tp-price-rate h6 i {
  font-style: normal;
  font-size: 48px;
  font-weight: 700;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-price-rate h6 i {
      font-size: 44px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-price-rate h6 i {
      font-size: 38px;
  }
}

.tp-price-list ul li {
  list-style-type: none;
  position: relative;
  padding-left: 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-price-list ul li {
      font-size: 14px;
  }
}

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

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

.tp-gallery-item:hover .tp-gallery-thumb img {
  transform: scale(1.2);
}

.tp-gallery-thumb {
  overflow: hidden;
  position: relative;
}

.tp-gallery-thumb img {
  width: 100%;
  transition: all 1.3s ease 0s;
}

.tp-gallery-thumb::after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
  opacity: 1;
  pointer-events: none;
}

.tp-gallery-thumb:hover::after {
  height: 100%;
  opacity: 0;
  transition: all 400ms linear 0s;
}

.tp-gallery-title {
  color: var(--tp-common-white);
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .tp-gallery-title {
      margin-bottom: 20px;
  }
}

.tp-gallery-title a {
  background-repeat: no-repeat;
  background-size: 0% 1px, 0px 1px;
  background-position: 100% 100%, 0px 100%;
  transition: background-size 0.6s linear 0s;
  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
}

.tp-gallery-title a:hover {
  background-size: 0% 1px, 100% 1px;
}

.tp-gallery-content {
  position: absolute;
  bottom: -11%;
  left: 40px;
  right: 40px;
  padding: 40px 50px 45px;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: center center;
  transition: all 0.5s ease-in-out 0s;
}

@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-gallery-content {
      padding: 40px 20px;
      left: 20px;
      right: 20px;
  }
}

.tp-gallery-content p {
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

@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-gallery-content p {
      font-size: 12px;
  }
}

.tp-gallery-active {
  margin: -150px 0px;
  padding: 150px 0px;
}

.tp-gallery-active .swiper-slide.swiper-slide-active .tp-gallery-content {
  transform: perspective(400px) rotateX(0deg);
}

.tp-newsletter-bg {
  position: relative;
}

.tp-newsletter-bg::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 43%;
  background-color: var(--tp-common-black);
}

.tp-newsletter-height {
  padding: 60px 135px 60px 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-newsletter-height {
      padding: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-newsletter-height {
      padding: 60px 50px;
  }
}

@media (max-width: 767px) {
  .tp-newsletter-height {
      padding: 60px 20px;
  }
}

.tp-newsletter-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 17px;
  color: var(--tp-common-white);
  text-transform: capitalize;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-newsletter-title {
      font-size: 45px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-newsletter-title {
      font-size: 42px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-newsletter-title {
      font-size: 34px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-newsletter-title {
      font-size: 38px;
  }

  .tp-newsletter-title br {
      display: none;
  }
}

@media (max-width: 767px) {
  .tp-newsletter-title {
      font-size: 27px;
  }

  .tp-newsletter-title br {
      display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-newsletter-content {
      margin-bottom: 40px;
  }
}

.tp-newsletter-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0px;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-newsletter-content p br {
      display: none;
  }
}

@media (max-width: 767px) {
  .tp-newsletter-content p {
      font-size: 14px;
  }

  .tp-newsletter-content p br {
      display: none;
  }
}

@media (max-width: 767px) {
  .tp-newsletter-input-box {
      margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-newsletter-input-box {
      margin-bottom: 0px;
  }
}

@media only screen and (min-width: 440px) and (max-width: 575px) {
  .tp-newsletter-input-box {
      width: 100%;
  }
}

.tp-newsletter-input-box input {
  width: 469px;
  padding-right: 60px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-newsletter-input-box input {
      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-newsletter-input-box input {
      height: 50px;
      line-height: 50px;
      width: 100%;
  }
}

@media only screen and (min-width: 440px) and (max-width: 575px) {
  .tp-newsletter-input-box input {
      width: 100%;
  }
}

.tp-newsletter-input-box input::-webkit-input-placeholder {
  color: rgb(84, 89, 95);
}

.tp-newsletter-input-box input::placeholder {
  color: rgb(84, 89, 95);
}

.tp-newsletter-input-icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.tp-newsletter-input-icon span {
  color: rgb(84, 89, 95);
}

.tp-newsletter-input-wrap {
  margin-left: -40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-newsletter-input-wrap {
      margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .tp-newsletter-input-wrap {
      margin-left: 0px;
      flex-wrap: wrap;
  }
}

.tp-newsletter-wrap .tp-btn-black {
  margin-left: 10px;
  height: 65px;
  line-height: 65px;
  padding: 0px 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-newsletter-wrap .tp-btn-black {
      height: 50px;
      line-height: 50px;
      padding: 0px 20px;
  }
}

@media (max-width: 767px) {
  .tp-newsletter-wrap .tp-btn-black {
      height: 50px;
      line-height: 50px;
      padding: 0px 20px;
      margin-left: 0px;
  }
}

.tp-newsletter-shape-1 {
  position: absolute;
  top: 18%;
  left: 4%;
  opacity: 0.4;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-newsletter-shape-1 {
      left: 2%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-newsletter-shape-1 {
      left: 0%;
      top: 50%;
      transform: scale(0.6);
  }
}

@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-newsletter-shape-1 {
      display: none;
  }
}

.tp-progress-bar-item {
  overflow: hidden;
  margin-bottom: 50px;
  padding-top: 11px;
  background-color: rgb(13, 13, 13);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-progress-bar-item {
      padding-top: 20px;
  }
}

.tp-progress-bar-item label {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 17px;
  display: inline-block;
  padding-left: 20px;
  color: var(--tp-common-white);
}

@media (max-width: 767px) {
  .tp-progress-bar-item label {
      font-size: 12px;
      margin-bottom: 7px;
      padding-left: 0px;
  }
}

.tp-progress-bar .progress {
  overflow: visible;
  background: rgb(13, 13, 13);
  height: 6px;
  border-radius: 0px;
}

.tp-progress-bar .progress-bar {
  background-color: var(--tp-theme-1);
  position: relative;
  overflow: visible;
  height: 100%;
  border-radius: 0px;
  top: 0px;
}

.tp-progress-bar .progress-bar span {
  position: absolute;
  right: 0px;
  top: -28px;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.4px;
  color: var(--tp-common-white);
}

.tp-progress-2-bar-wrap h5 {
  font-size: 28px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-progress-2-bar-wrap h5 {
      font-size: 24px;
  }
}

@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-progress-2-bar-wrap h5 {
      font-size: 20px;
  }
}

.tp-progress-2-bar-item {
  overflow: hidden;
  position: relative;
  width: 76%;
}

@media (max-width: 767px) {
  .tp-progress-2-bar-item {
      width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-progress-2-bar-item {
      width: 80%;
  }
}

.tp-progress-2-bar-item:not(:last-child) {
  padding-bottom: 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-progress-2-bar-item:not(:last-child) {
      font-size: 14px;
      padding-bottom: 17px;
  }
}

.tp-progress-2-bar-item label {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 8px;
  display: inline-block;
}

@media (max-width: 767px) {
  .tp-progress-2-bar-item label {
      font-size: 14px;
      margin-bottom: 7px;
      padding-left: 12px;
  }
}

.tp-progress-2-bar-item span {
  position: absolute;
  right: 0px;
  top: 0px;
}

.tp-progress-2-bar .progress {
  overflow: visible;
  border-radius: 10px;
  background: rgb(230, 230, 230);
  height: 8px;
}

.tp-progress-2-bar .progress-bar {
  background-color: var(--tp-theme-1);
  position: relative;
  overflow: visible;
  height: 100%;
  top: 0px;
  border-radius: 10px;
}

.tp-progress-2-bar .progress-bar span {
  position: absolute;
  right: 0px;
  top: -20px;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.4px;
  color: var(--tp-common-white);
}

.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: 0px;
  display: inline-block;
  border: 1px dashed rgb(170, 176, 178);
  padding: 18px 40px;
  width: 100%;
}

@media (max-width: 767px) {
  .tp-checkout-verify-reveal {
      padding: 40px 15px;
  }
}

.tp-checkout-verify-reveal button {
  color: var(--tp-theme-1);
  position: relative;
}

.tp-checkout-verify-reveal button::after {
  position: absolute;
  content: "";
  left: 0px;
  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: 0px 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: rgb(255, 255, 255);
  color: var(--tp-common-black);
  height: 64px;
  border: 1px solid rgb(224, 226, 227);
}

.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: 0px;
  border: 0px;
  float: none;
  padding: 0px 25px;
  font-size: 14px;
}

.tp-checkout-input .nice-select::after {
  right: 26px;
}

.tp-checkout-input .nice-select.open .list {
  transform: scale(1) translateY(0px);
}

.tp-checkout-input .nice-select .list {
  margin-top: 0px;
  border-radius: 0px;
  transform-origin: center center;
  transform: scale(0.9) translateY(0px);
  width: 100%;
  padding: 12px 0px;
}

.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: rgb(85, 88, 91);
  position: relative;
  padding-left: 26px;
  z-index: 1;
}

.tp-checkout-option label::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0px;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid rgba(6, 7, 40, 0.2);
  z-index: -1;
  transition: all 0.3s ease 0s;
}

.tp-checkout-option label::before {
  position: absolute;
  content: '';
  left: 15px;
  top: 13px;
  position: absolute;
  color: var(--tp-theme-1);
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}

.coupon-accordion span {
  color: rgb(111, 113, 114);
  cursor: pointer;
  transition: all 0.3s ease 0s;
  font-weight: 500;
}

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

.coupon-content {
  border: 1px solid rgb(234, 237, 255);
  display: none;
  margin-bottom: 20px;
  padding: 30px;
}

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

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

.coupon-info p.form-row-first label, .coupon-info p.form-row-last label {
  display: block;
  color: rgb(111, 113, 114);
}

.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 rgb(234, 237, 255);
  height: 45px;
  margin: 0px 0px 14px;
  max-width: 100%;
  padding: 0px 0px 0px 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: none 0px 0px repeat scroll rgb(62, 151, 108);
}

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

.form-row > label {
  margin-top: 15px;
  margin-left: 15px;
  color: rgb(111, 113, 114);
}

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

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

p.lost-password a {
  color: rgb(111, 111, 111);
}

p.checkout-coupon input[type="text"] {
  height: 45px;
  padding: 0px 15px;
  width: 100%;
  border: 1px solid rgb(234, 237, 255);
  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 rgb(234, 237, 255);
  font-size: 26px;
  margin: 0px 0px 20px;
  padding-bottom: 10px;
  width: 100%;
}

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

.country-select select {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgb(234, 237, 255);
  padding: 0px 10px;
  height: 50px;
}

.country-select label, .checkout-form-list label {
  color: rgb(111, 113, 114);
  display: block;
  margin: 0px 0px 5px;
}

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

.country-select .nice-select {
  border: 1px solid rgb(234, 237, 255);
  height: 45px;
  padding-left: 10px;
  width: 100%;
  color: rgb(111, 113, 114);
  margin-bottom: 20px;
}

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

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

.checkout-form-list label {
  color: rgb(111, 113, 114);
}

.checkout-form-list input[type="text"], .checkout-form-list input[type="password"], .checkout-form-list input[type="email"] {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(234, 237, 255);
  border-radius: 0px;
  height: 45px;
  padding: 0px 0px 0px 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"]::placeholder, .checkout-form-list input[type="password"]::placeholder, .checkout-form-list input[type="email"]::placeholder {
  color: rgb(111, 113, 114);
  opacity: 1;
}

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

.create-acc label {
  color: rgb(111, 113, 114);
  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 rgb(234, 237, 255);
  height: 120px;
  padding: 15px;
  width: 100%;
  outline: 0px;
  resize: none;
}

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

.order-notes textarea::placeholder {
  color: rgb(111, 113, 114);
  opacity: 1;
}

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

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

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

.your-order {
  padding: 30px 40px 45px;
  border: 3px solid rgb(247, 247, 247);
}

@media (max-width: 767px) {
  .your-order {
      padding: 15px;
  }
}

.your-order h3 {
  border-bottom: 1px solid rgb(234, 237, 255);
  font-size: 30px;
  margin: 0px 0px 20px;
  padding-bottom: 10px;
  width: 100%;
}

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

.your-order-table table th, .your-order-table table td {
  border-bottom: 1px solid rgb(234, 237, 255);
  border-right: medium none;
  color: rgb(111, 113, 114);
  font-size: 14px;
  padding: 15px 0px;
  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: rgb(111, 113, 114);
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.panel-body > p {
  color: rgb(34, 34, 34);
}

.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: rgb(111, 113, 114);
}

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

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

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

.your-order-table table tr.cart_item:hover {
  background: rgb(249, 249, 249);
}

.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: 0px;
  border-bottom-left-radius: 0px;
}

.payment-method .accordion-item {
  background-color: rgb(255, 255, 255);
  border-width: 0px 0px 1px;
  border-top-style: initial;
  border-right-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-bottom-style: solid;
  border-bottom-color: rgb(231, 231, 231);
}

.payment-method .accordion-button {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-black);
  padding: 23px 0px;
  border: none;
}

.payment-method .accordion-button::after {
  position: absolute;
  content: '';
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 400;
  margin-left: 0px;
  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: '';
}

.payment-method .accordion-body {
  padding: 8px 0px 40px;
}

.payment-method .accordion-collapse {
  border: none;
}

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

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

.order-button-payment input:hover {
  background: none 0px 0px repeat scroll rgb(62, 151, 108);
}

.payment-method .btn-link {
  background: no-repeat;
  border: medium none;
  border-radius: 0px;
  color: rgb(68, 68, 68);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0px;
  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: rgb(255, 255, 255);
  border: 1px solid rgb(234, 237, 255);
  border-radius: 0px;
  margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
  border: 1px solid rgb(234, 237, 255);
}

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

.payment-method .card-header {
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(234, 237, 255);
}

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

@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;
  }
}

.tp-error-content .tp-btn-black-sm {
  padding: 0px 23px;
}

.tp-slider-3-area {
}

.process-section ul {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.process-section ul li {
  float: left;
  width: calc(33.3333%);
}

.proz-minterio {
  width: 100%;
  border-left: 2px solid rgb(255, 255, 255);
  padding: 30px 38px;
  position: relative;
  min-height: 203px;
}

.process-section ul li:nth-child(1) .proz-minterio, .process-section ul li:nth-child(2) .proz-minterio, .process-section ul li:nth-child(3) .proz-minterio {
  border-bottom: 2px solid rgb(255, 255, 255);
}

.process-section ul li:nth-child(1) .proz-minterio::before, .process-section ul li:nth-child(2) .proz-minterio::before, .process-section ul li:nth-child(3) .proz-minterio::before {
  top: 0px;
  bottom: auto;
}

.proz-minterio::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 21px;
  height: 2px;
  background: white;
}

.proz-minterio > h3 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  max-width: 210px;
}

.proz-minterio > p {
  color: rgb(255, 255, 255);
  font-size: 16px;
  max-width: 210px;
}

.p-num {
  position: absolute;
  bottom: -12px;
  right: 13px;
  font-size: 49px;
  font-weight: 700;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.21);
}

.proz-minterio::after {
  content: "";
  position: absolute;
  top: -13px;
  left: -13px;
  width: 24px;
  height: 24px;
  border: 2px solid;
  z-index: 9;
  border-radius: 100%;
  background: linear-gradient( to right, rgb(255, 251, 144), rgb(254, 247, 138), rgb(245, 218, 101), rgb(175, 158, 77), rgb(143, 128, 52) );
}

.process-section ul li:nth-child(1) .proz-minterio::after, .process-section ul li:nth-child(2) .proz-minterio::after, .process-section ul li:nth-child(3) .proz-minterio::after {
  bottom: -13px;
  top: auto;
}

.tp-service-style-5 .tp-service-2-item:hover .tp-service-2-button .tp-btn-border-lg.grey-border {
  background: var(--tp-theme-1);
  color: rgb(255, 255, 255);
}

.products-mainn .nav-link.active {
  border-bottom: 1px solid rgb(0, 0, 0);
  background: transparent;
}

.products-mainn .nav-link {
  color: rgb(36, 35, 29);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  height: 60px;
  line-height: 60px;
  padding: 0px 25px;
  margin: 0px 12px;
  border: none;
}

.products-mainn .tp-product-2-item {
  display: flex;
  flex-direction: column-reverse;
  border: 1px solid rgba(230, 230, 230, 0.56);
  padding: 5px;
  background: rgb(255, 255, 255);
}

.products-mainn #nav-tabContent {
  margin-top: 17px;
}

.products-mainn .nav-tabs {
  justify-content: center;
}

.products-mainn .nav-link {
  position: relative;
}

.products-mainn .nav-link::after {
  content: "";
  width: 1px;
  height: 37%;
  background-color: rgb(140, 140, 140);
  position: absolute;
  right: -4px;
  transform: rotate(36deg) translateY(-50%);
  top: 50%;
}

.swiper-horizontal {
  touch-action: pan-y;
  overflow-x: hidden;
}

.tp-header-logo img {
  height: 74px;
}

.products-mainn .nav-link:last-child::after {
  display: none;
}

.sec-bg {
  background-color: rgba(248, 244, 242, 0.68);
}

.products-mainn, .tp-service-2-area, .process {
  background: linear-gradient(
rgba(248, 246, 246, 0.66),
rgba(255, 255, 255, 0.68)
),
url("../img/bg-white-3.png");
  border: 1px solid rgba(232, 232, 232, 0.55);
}
.category {
  font-weight: 600 !important;
}
.process {
  /*background-image: linear-gradient(rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.61)), url("../img/foot-back1.jpg");*/
  /*background-image: linear-gradient(rgb(255 255 255 / 100%), rgb(255 255 255 / 90%)), url("../img/gallery/process-bg.jpg");*/
  background: #fdfdfd;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgb(232 232 232 / 31%);
  background-attachment: fixed !important;
  opacity: 1;
}

.tp-funfact-2-area {
  background: url("../img/counter.jpg") 0% 0% / cover fixed;
  border: 1px solid rgb(232, 232, 232);
}

.process .coulmn {
  position: relative;
  border: 1px solid #00000017;
  min-height: 420px;
  margin-bottom: 30px;
  padding: 20px;
}



.process .item {
  /* text-align: center; */
}

.process .item .bg-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /* margin: 0px auto 30px; */
  text-align: center;
  position: relative;
  background-size: cover;
  border: 3px solid rgb(14 32 50);
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff !important;
}

.process .item .bg-img::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  background: rgb(218 218 218 / 59%);
}

.process .item .bg-img h3 {
  color: #000000;
  font-size: 35px;
  font-weight: 500;
  /* line-height: 96px; */
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}

.turnkey-main .nav-tabs {
  justify-content: center;
}

.turnkey-main .nav-link {
  position: relative;
  color: rgb(0, 0, 0);
}

.turnkey-main .nav-link::after {
  content: "";
  width: 1px;
  height: 37%;
  background-color: rgb(140, 140, 140);
  position: absolute;
  right: -4px;
  transform: rotate(36deg) translateY(-50%);
  top: 50%;
}

.turnkey-main .nav-link.active {
  border-bottom: 1px solid rgb(0, 0, 0);
  background: transparent;
}

.turnkey-main .tab-content {
  margin-top: 45px;
}

.turnkey-main .nav-link {
  color: rgb(36, 35, 29);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  height: 60px;
  line-height: 60px;
  padding: 0px 25px;
  margin: 0px 12px;
  border: none;
}

.tp-blog-thumb {
  padding: 5px;
  background: rgb(236, 236, 236);
  border: 1px solid rgba(230, 230, 230, 0.56);
}

.tp--2-top-text {
  display: none;
}

.tp--2-title-box {
  position: relative;
  padding-left: 20px;
  margin-bottom: 29px;
}

.tp--2-title-box::before {
  height: 100%;
  width: 4px;
  background-color: #df3824;
  content: "";
  left: 0px;
  position: absolute;
}

.tp-footer-area {
  background-image: linear-gradient(to left bottom, rgb(0 0 0 / 61%), rgb(0 0 0 / 39%)), url(../img/foot-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.tp-footer-logo img {
  width: 210px;
}

.tp-footer-contact {
  margin-bottom: 20px;
}

.tp-footer-style-2 .tp-footer-contact ul li a i {
  margin-right: 12px;
}

.footer-bottom ul {
  display: flex;
  justify-content: center;
  flex-wrap:wrap;
}

.footer-bottom ul li {
  list-style: none;
}

.footer-bottom ul li a {
  color: rgba(255, 255, 255, 0.81);
  margin: 0px 30px;
  font-size: 15px;
  font-weight: 600;
}

.footer-bottom ul {
  display: flex;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.04);
  padding: 15px 0px;
  margin-bottom: 20px;
  background: rgba(215, 205, 205, 0.09);
}

.tp-copyright-right.text-center.text-md-end {
  color: rgb(255, 255, 255);
}

.footer-padding-l {
  padding-left: 85px;
}

.tp-turnkey-2-arrow-box {
  text-align: center;
  margin-top: 30px;
}

.tp-turnkey-2-arrow-box .turnkey-next, .turnkey-prev {
  margin: 0px 10px;
}

.tp-turnkey-2-arrow-box button svg {
  transition: all 0.3s ease 0s;
  color: rgba(0, 0, 0, 0.38);
  width: 30px;
}

.tp-turnkey-2-arrow-box button:hover svg {
  color: var(--tp-common-black);
  opacity: 1;
}

.tp-product-2-arrow-box {
  text-align: center;
  margin-top: 30px;
}

.tp-product-2-arrow-box .product-next, .product-prev {
  margin: 0px 10px;
}

.tp-product-2-arrow-box button svg {
  transition: all 0.3s ease 0s;
  color: rgba(0, 0, 0, 0.38);
  width: 30px;
}

.tp-product-2-arrow-box button:hover svg {
  color: var(--tp-common-black);
  opacity: 1;
}

.tp-service-2-arrow-box {
  text-align: center;
  margin-top: 30px;
}

.tp-service-2-arrow-box .service-next, .product-prev {
  margin: 0px 10px;
}

.tp-service-2-arrow-box button svg {
  transition: all 0.3s ease 0s;
  color: rgba(0, 0, 0, 0.38);
  width: 30px;
}

.tp-service-2-arrow-box button:hover svg {
  color: var(--tp-common-black);
  opacity: 1;
}

.swiper-container button {
  background: rgb(217, 217, 217);
  height: 30px;
  width: 30px;
}

.swiper-container button svg {
  color: rgb(0, 0, 0) !important;
  width: 14px !important;
}

.swiper-container button .turnkey-next, .turnkey-prev {
  margin: 0px 4px;
}

.tp-testimonial-2-arrow-box button {
  /* background: #df3825; */
  /* height: 30px; */
  /* width: 30px; */
  border-radius: 100px;
  line-height: 24px;
}

.tp-testimonial-2-arrow-box button svg {
  color: rgb(14 32 50) !important;
  width: 20px !important;
}

.tp-header-top-left ul li {
  position: relative;
}

.tp-header-top-left ul li::after {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.16);
  content: "";
  right: -11px;
  position: absolute;
}

.tp-header-top-left ul li:last-child::after {
  display: none;
}

.products-mainn .swiper-slide {
  margin-left: 5px;
}

.sec-work-section {
  background-image: url("assets/img/about2.jpg");
}

.working-away-wrap {
  margin: 0px 0px 33px;
}

.working-away-wrap .work-img {
  display: flex;
}

.about-img {
  position: relative;
  z-index: 1;
}

.working-away {
  display: flex;
  margin: 0px 0px 21px;
}

.dlicon.ui-1_home-51::before {
  content: '';
}

.working-away .working-away-icon i {
  color: rgb(153, 62, 7);
  font-size: 35px;
}

.working-away .working-content {
  margin-left: 20px;
}

.working-away .working-content .title {
  font-size: 22px;
  margin: 0px 0px 7px;
  transition: all 0.4s ease 0s;
}

.working-away .working-content p {
  width: 80%;
}

.btn-style-three::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
  transform: scaleX(1);
  transform-origin: left center;
  background: linear-gradient( 90deg, rgb(255, 255, 255) 3%, rgb(196, 152, 81) 48%, rgb(195, 150, 78) 49% );
}

.fixed-header .tp-main-menu-content ul li a {
  padding: 16px 0px !important;
}

.tp-brand-item {
  padding: 12px;
  border: 1px solid rgb(226, 226, 226);
  transition: all 0.3s ease 0s;
}

.tp-brand-item:hover {
  transform: translateY(-10px);
  transition: all 0.3s ease 0s;
}

.tp-brand-active {
  padding-top: 10px;
}

.cont h6 {
  color: rgb(0, 0, 0);
}
.text-white{
    color: #000 !important;
}
.cont p {
  color: rgb(0, 0, 0);
}

.tp-testimonial-2-area {
  border-top: 1px solid rgb(232 232 232 / 14%);
}

.tp-copyright-right.text-center.text-md-end p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.96);
  font-weight: 600;
}

.tp-sec-text {
  padding-top: 15px;
}

.sec-img {
  padding-top: 35px;
}

.tp-team-wrapper {
  margin-top: 35px;
}

.team-btn {
  margin-top: 50px;
}

.team-btn {
  text-align: center;
}

.btn-outer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.map-box {
  width: 100%;
}

.address-box {
  top: 20px;
  margin-top: 29px;
  padding-bottom: 77px;
  /* background-color: rgb(248,248,248); */
}
.image-title h4 {
  font-size: 12px;
  color: #000;
  text-align: center;
  padding-top: 5px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  height: 40px;
  line-height: 16px;
}

.call_me {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 100000 !important;
  cursor: pointer
}

.call_me,
.call_me::before {
  background: radial-gradient(#33a93c, #33a93c, #18791f)
}

.call_me i {
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  -webkit-animation: uptocallphone 1.5s linear infinite;
  -moz-animation: uptocallphone 1.5s linear infinite;
  animation: uptocallphone 1.5s linear infinite;
  position: relative;
  z-index: 10001
}

.call_me::before {
  content: '';
  transform: scale(1, 1);
  opacity: .5;
  width: 60px;
  height: 60px;
  display: block;
  position: fixed;
  left: 30px;
  bottom: 30px;
  border-radius: 100%;
  z-index: 9999;
  -webkit-animation: uptocallmini 1.5s infinite;
  -moz-animation: uptocallmini 1.5s infinite;
  animation: uptocallmini 1.5s infinite
}

@-webkit-keyframes uptocallphone {
  0% {
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }
  25% {
      -ms-transform: rotate(30deg);
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg)
  }
  50% {
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }
  75% {
      -ms-transform: rotate(-30deg);
      -webkit-transform: rotate(-30deg);
      transform: rotate(-30deg)
  }
  100% {
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }
}

@-moz-keyframes uptocallphone {
  0% {
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }
  25% {
      -ms-transform: rotate(30deg);
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg)
  }
  50% {
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }
  75% {
      -ms-transform: rotate(-30deg);
      -webkit-transform: rotate(-30deg);
      transform: rotate(-30deg)
  }
  100% {
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }
}

@keyframes uptocallphone {
  0% {
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }
  25% {
      -ms-transform: rotate(30deg);
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg)
  }
  50% {
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }
  75% {
      -ms-transform: rotate(-30deg);
      -webkit-transform: rotate(-30deg);
      transform: rotate(-30deg)
  }
  100% {
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }
}

@-webkit-keyframes uptocallmini {
  0% {
      -webkit-transform: scale(1, 1);
      opacity: .5
  }
  80% {
      opacity: 0;
      -webkit-transform: scale(1.5, 1.5)
  }
  85% {
      -webkit-transform: scale(.5, .5);
      opacity: 0
  }
  100% {
      -webkit-transform: scale(1, 1);
      opacity: .5
  }
}

@keyframes uptocallmini {
  0% {
      transform: scale(1, 1);
      opacity: .5
  }
  80% {
      opacity: 0;
      transform: scale(1.5, 1.5)
  }
  85% {
      transform: scale(.5, .5);
      opacity: 0
  }
  100% {
      transform: scale(1, 1);
      opacity: .5
  }

}

.tp-project-filter a{
  color: rgb(36, 35, 29);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  height: 40px !important;
  line-height: 16px;
  padding: 10px 27px;
  margin: 0px 12px;
  border: 1px solid var(--tp-theme-1);
}

.tp-project-filter .active {
  background-color: #7a3105;
  color: #fff;
}

.postbox__meta {
  padding-left: 23px;
}

.blog-box {
  border: 1px solid #bcb8b85e;
  /* background-color: #e6e6e645; */
}

.about-sec {
  border: 1px solid #ebe6e6;
  padding: 20px 30px;
}

.cont-heading {
  padding: 14px 38px;
}

.about-head {
  font-size: 30px;
}

.textbox {
  margin: 0;
}

.blog__thumb-text-2 {
  position: absolute;
  left: 37px;
  top: 133px;
}

.blog__thumb-text-2 > span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 17px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

form#contact-form {
  padding-top: 2px;
  border: 1px solid #0000001a;
  padding: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 6px 20px;
}

.basic-pagination {
  text-align: center;
  padding-top: 6px;
}

.top-category {
  margin-bottom: 16px;
}

.buy-btn {
  margin-left: 41px;
  padding: 0 48px !important;
}

.modal-title {
  text-align: center;
}

.modal-header {
  border: none;
  font-size: 20px;
}

.modal-btn {
  width: 21%;
  left: 40%;
}

.modal-title {
  margin-left: 35%;
  font-size: 36px;
}

.fa-solid, .fas {
  font-size: 12px;
}

.tp-project-4-area {
  background: linear-gradient(rgba(248, 246, 246, 0.66), rgb(248, 246, 246, 0.66)), url(../img/bg-white-3.png);
  border: 1px solid rgba(232, 232, 232, 0.55);
}

.post__title {
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-black);
  /* margin-bottom: 22px; */
  padding-left: 10px;
}

.detail-text {
  padding: 0 11px;
  font-family: var(--tp-ff-p);
  color: var(--tp-text-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}

.tp-modal-form-input-box input {
  height: 42px;
  line-height: 70px;
  color: var(--tp-common-black);
  border: 1px solid rgb(230, 230, 230);
}

.cont-title {
  margin-bottom: 20px;
}

.tp-shop-details__tab-big-img img {
  width: 100%;
  height: 473px;
}

.products-mainn-sec {
  background: linear-gradient(rgba(248, 246, 246, 0.66), rgba(255, 255, 255, 0.68)), url(../img/bg-white-3.png);
  border: 1px solid rgba(232, 232, 232, 0.55);
}

.ser-thm-btn {
  height: 47px;
  line-height: 43px;
}

.cont-ser-sec {
  margin-bottom: 25px;
}

.cont-label {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 5px;
}

.modal-ku {
  width: 600px;
}


/*all changes start here */
@media only screen and  (max-width: 767px) {
    .process{
  position:relative;
  text-align:center;
  width:100%;
  max-width:85%;
  left:30px;
}
.process .coulmn::after {
    /*position: absolute;*/
    /*content: "";*/
    /*width: 75px;*/
    /*border-top: 2px dashed rgb(0, 0, 0);*/
    /*top: 75px;*/
    /*right: 5px;*/
    /*display:flex;*/
    /*flex-wrap:wrap;*/
    
    display:none;
}

.footer-bottom ul {
   
    margin: -4px;
}
.tp-service-2-button{
    padding:10px 0px;
}
.tp-service-2-button{
    padding: 10px 0px;
}
.tp-project-filter a{
           margin: 22px 82px;
        padding: 9px 2px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
}
.nav-item button{
      margin: 22px 82px;
        padding: 9px 2px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    
}
.tp-main-menu-content ul{
    display:block;
}
.tp-header-style-3 .tp-header-menu {
    padding-left: 280px;
    display: flex;
    justify-content: end;
    position:relative;
    bottom:40px;
}
.tp-header-logo img {
    position:relative;
  
}
.tp-main-menu-content {
    display:none;
}
.footer-padding-l {
    padding-left: 10px;
}
.mb-60 {
    margin-bottom: 0px;
}
.order{
        order: 1 !important;
}
.modal-btn {
    width: 41%;
    left: 32%;
}
.modal-title {
     margin-left: 17%; 
    font-size: 28px;
}
    
}
.products-mainn .nav-link {
    color: rgb(36, 35, 29);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    height: 60px;
    line-height: 28px;
    padding: 0px 17px;
    margin: 0px 5px;
    border: none;
}


.tp-about-4-thumb-1 img {
  width: 280px;
}

.tp-about-4-thumb-2 img {
  width: 280px;
}

.process-section {
  margin-top: 70px;
} 
@media only screen and (max-width: 1024px) {
    .tp-header-area {
        height: 91px;
        width: 100%;
        background: rgb(255, 255, 255);
        padding: 9px 0;
    }
}
@media only screen and (max-width: 1024px) {
    .tp-header-style-3 .tp-header-menu {
        padding-left: 280px;
        display: flex;
        justify-content: end;
        position: relative;
        bottom: 73px;
    }
}

button.tp-menu-bar i{
    font-size:20px;
}

.tp-main-menu-mobile .tp-main-menu-content {
        display: block;
    }
    .cont{
        text-align:left;
    }
    
    .tp-copyright-right img {
    width: 75px;
}