

.tp-offcanvas-area,
a,
button,
p,
input,
select,
textarea,
li {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* transform */

@font-face {
  font-family: "gallery_modernregular";
  src: url("../fonts/gallerymodern-webfont.woff2") format("woff2"), url("../fonts/gallerymodern-webfont.woff") format("woff"), url("../fonts/gallerymodern-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Montserrat', sans-serif;
  --tp-ff-heading: 'Unbounded', cursive;
  --tp-ff-p: 'Montserrat', sans-serif;
  --tp-ff-subheading: 'Unbounded', cursive;
  --tp-ff-unbounded: 'Unbounded', cursive;
  --tp-ff-Montserrat: 'Montserrat', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #F5F7F5;
  --tp-common-white-solid: #fff;
  --tp-common-black: #1E1E1E;
  --tp-common-black-2: #1E1E1E;
  --tp-common-black-3: #141414;
  --tp-common-dark: #121212;
  --tp-common-orange: #EB5939;
  --tp-grey-1: #262626;
  --tp-grey-2: #F4F4F4;
  --tp-grey-3: #5D5D63;
  --tp-grey-4: #F7F7F7;
  --tp-text-body: #5D5D63;
  --tp-theme-1: #336EF9;
  --tp-border-1: #EAEAEB;
}

@media (min-width: 1400px) {

  .container {
    max-width: 1200px;
  }

  .container-1480 {
    max-width: 1480px;
  }

  .container-1330 {
    max-width: 1330px;
  }

  .container-1480 {
    max-width: 1480px;
  }

  .container-1430 {
    max-width: 1430px;
  }

  .container-1775 {
    max-width: 1775px;
  }

  .container-1530 {
    max-width: 1530px;
  }
}

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

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--tp-ff-body);
  font-size: 14px;
  font-weight: normal;
  color: var(--tp-text-body);
  line-height: 26px;
}

a {
  text-decoration: none;
}

h1,
h4,
h5,
h6 {
  font-family: var(--tp-ff-heading);
  color: var(--tp-common-black);
  margin-top: 0;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

h1 {
  font-size: 40px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0;
  padding: 0;
}

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

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: 0;
}

.uppercase {
  text-transform: uppercase;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=url],
textarea {
  outline: none;
  background-color: #fff;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  color: var(--tp-common-black);
  padding-left: 26px;
  padding-right: 26px;
  border: 1px solid #E0E2E3;
}

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=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #95999D;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #95999D;
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 4-18 */
  color: #95999D;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: #95999D;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  /* MODERN BROWSER */
  color: #95999D;
}

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

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

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

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

textarea:focus::placeholder {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

/*---------------------------------
    1.2 Common Classes
---------------------------------*/

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.p-relative {
  position: relative;
}

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

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

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

/* dropcap */
.tp-dropcap::first-letter {
  padding-left: 100px;
}

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

/* gutter for x axis */

/* gutter for x axis */

/* gutter for x axis */

/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.2 Theme Settings
/*----------------------------------------*/

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

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

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

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

/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/

.tp-btn-black-2 {
  height: 60px;
  line-height: 55px;
  border-radius: 40px;
  padding: 0 20px 0 26px;
  font-weight: 700;
  font-size: 18px;
  z-index: 9;
  overflow: hidden;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s;
  font-family: var(--tp-ff-unbounded);
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  border: 2px solid transparent;
}

@media (max-width: 767px) {
  .tp-btn-black-2 {
    height: 50px;
    line-height: 43px;
    padding: 0 30px;
  }
}

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

.tp-btn-black-2:hover span .svg-icon {
  color: var(--tp-common-white);
}

.tp-btn-black-2:hover span .svg-bg {
  animation: rotate2 10s linear infinite;
}

.tp-btn-black-2 span {
  margin-left: 12px;
}

.tp-btn-black-2 span .svg-icon {
  position: absolute;
  top: 7px;
  left: -2px;
  right: 0;
  z-index: 2;
  margin: 0 auto;
  transition: 0.3s;
  color: var(--tp-common-black);
}

.tp-btn-black-md {
  height: 50px;
  line-height: 46px;
  padding: 0 27px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  z-index: 9;
  overflow: hidden;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s;
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  border: 2px solid transparent;
}

.tp-btn-black-md span {
  margin-left: 10px;
}

.tp-btn-black-md.white-bg {
  color: var(--tp-common-black-2);
}

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

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

/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/
/* pulse effect animation */

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

@keyframes scroll-up-down {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

@-webkit-keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@-moz-keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@-ms-keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@-webkit-keyframes tp_zoom_in_out_2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes tp_zoom_in_out_2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes tp_zoom_in_out_2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes tp_zoom_in_out_2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

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

  100% {
    margin-top: 0;
  }
}

@keyframes float {

  0%,
  to {
    transform: translateY(-2rem);
  }

  50% {
    transform: translateY(3rem);
  }
}

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

  to {
    transform: rotate(360deg);
  }
}

@keyframes circle-animations {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes scrollText {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-50%);
  }
}

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

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

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

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

  51% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes sliderShape {

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

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

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

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

@keyframes iconMove {
  0% {
    transform: translateX(0);
    transform: translateX(0);
  }

  30% {
    opacity: 0;
  }

  31% {
    transform: translateX(1.25rem);
    transform: translateX(1.25rem);
  }

  32% {
    transform: translateX(-1.25rem);
    transform: translateX(-1.25rem);
  }

  84% {
    opacity: 1;
  }

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

@keyframes iconMove {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  30% {
    opacity: 0;
  }

  31% {
    -webkit-transform: translateX(1.25rem);
    transform: translateX(1.25rem);
  }

  32% {
    -webkit-transform: translateX(-1.25rem);
    transform: translateX(-1.25rem);
  }

  84% {
    opacity: 1;
  }

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

@keyframes bar_anim {

  0%,
  100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }

  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }

  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}

/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
.preloader-wrap {
  background-color: #000000;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.preloader-2 {
  display: inline-block;
}

.loader-text {
  font-size: 20px;
  color: var(--tp-common-white);
  margin-top: 10px;
  opacity: 0.6;
}

.preloader-2 .line {
  width: 2px;
  height: 40px;
  background: #fff;
  margin: 0 4px;
  display: inline-block;
  animation: opacity-2 1000ms infinite ease-in-out;
}

.preloader-2 .line-1 {
  animation-delay: 800ms;
}

.preloader-2 .line-2 {
  animation-delay: 600ms;
}

.preloader-2 .line-3 {
  animation-delay: 400ms;
}

.preloader-2 .line-4 {
  animation-delay: 200ms;
}

.preloader-2 .line-6 {
  animation-delay: 200ms;
}

.preloader-2 .line-7 {
  animation-delay: 400ms;
}

.preloader-2 .line-8 {
  animation-delay: 600ms;
}

.preloader-2 .line-9 {
  animation-delay: 800ms;
}

@keyframes opacity-2 {
  0% {
    opacity: 1;
    height: 40px;
  }

  50% {
    opacity: 0;
    height: 24px;
  }

  100% {
    opacity: 1;
    height: 40px;
  }
}

/*----------------------------------------*/
/*  2.6 Background
/*----------------------------------------*/
.white-bg {
  background-color: var(--tp-common-white);
}

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

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

/*----------------------------------------*/
/*  2.7 Carousel
/*----------------------------------------*/
/* tp range slider css */

/* tp swiper slider dot */

/* tp swiper scrollbar */

/* tp slick arrow */

/*----------------------------------------*/
/*  2.8 Nice Select
/*----------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 0;
  font-family: var(--tp-ff-fontawesome);
  color: var(--tp-common-black);
  font-weight: 500;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

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

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled::after {
  border-color: #cccccc;
}

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

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

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

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

.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: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.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;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

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

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

/*----------------------------------------*/
/*  2.9 Pagination
/*----------------------------------------*/

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

.tp-offcanvas-logo img {
  width: 85px;
  height: 100%;
}

.tp-offcanvas-area {
  position: fixed;
  top: 0;
  right: 0;
  width: 450px;
  height: 100%;
  z-index: 99;
  z-index: 99999;
  padding: 50px 50px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  background: #FFF;
  overscroll-behavior-y: contain;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
}

@media (max-width: 767px) {
  .tp-offcanvas-area {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-offcanvas-area {
    width: 450px;
  }
}

.tp-offcanvas-area .tp-main-menu-mobile ul li>a {
  font-size: 25px;
}

.tp-offcanvas-top {
  margin-bottom: 90px;
}

.tp-offcanvas-close-btn {
  color: black;
}

.tp-offcanvas-close-btn:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*----------------------------------------*/
/*  2.11 Breadcrumb
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.12 Accordion
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.13 Tab
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.14 Modal
/*----------------------------------------*/

.modal {
  overflow-y: scroll;
  overflow-x: hidden;
  --bs-modal-border-width: 0;
  --bs-modal-border-radius: 0;
}

/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/

.tp-section-title-90 {
  font-size: clamp(50px, 7vw, 90px);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}


.tp-section-title-90 span {
  font-size: 36px;
  transform: translateY(-23px);
  display: inline-block;
}

/*----------------------------------------*/
/*  2.16 Search css start
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.17 Hostspot css start
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.178 Range Slider css start
/*----------------------------------------*/
.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: 0;
  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: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  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: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(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: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  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: 0;
  overflow: auto;
}

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

.ui-menu {
  padding: 0;
  margin: 0;
  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: 0;
  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 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

.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: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

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

.ui-button {
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  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: 0;
}

.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: 0;
  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: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

.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: 0;
  margin-bottom: 0;
  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: 75%;
  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: inset 1px 1px 1px #ccc;
  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 0;
  display: none;
}

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

.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: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

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

.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: 0 0 0.4em;
}

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

.ui-datepicker td {
  border: 0;
  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 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.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: 0 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: 0;
}

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

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

.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: 0;
  border-left-width: 1px;
}

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

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

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

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  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 0 0;
  padding: 1px;
  height: 20px;
}

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

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  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 0;
  cursor: pointer;
}

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

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

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

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

.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: 0;
  bottom: 0;
}

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

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

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

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

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

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

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

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

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

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  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 #000;
}

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

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  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 0 0;
  height: auto;
  border: 0;
}

.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: 0;
}

.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;
  -ms-touch-action: none;
  touch-action: none;
}

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

.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: 0;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

.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: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  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: 0;
  padding: 1em 1.4em;
  background: 0 0;
}

.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 #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a,
.ui-widget-header a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  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 #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545;
}

.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: #454545;
  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 #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b;
}

.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: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.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 #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.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: #5f3f3f;
}

.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;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

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

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
  background-image: none;
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: none;
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
  background-image: none;
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
  background-image: none;
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: none;
}

.ui-button .ui-icon {
  background-image: none;
}

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

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

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

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

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

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

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

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

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

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

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

.ui-icon-triangle-1-n {
  background-position: 0 -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: 0 -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: 0 -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: 0 -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: 0 -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: 0 -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: 0 -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: 0 -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: 0 -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: 0 -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: 0 -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: 0 -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: 0 -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: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/* Ball view 
============= */

/* Ball drag 
============= */

/* Ball close 
============== */

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.container {
  transition: all 1s;
}

.tp-transparent {
  padding-top: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.header-sticky {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 999;
  visibility: visible;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 3px 0 rgba(18, 20, 32, 0.14);
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

.header-sticky::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  z-index: -1;
}

.logo-2 {
  display: none;
}

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

.tp-header-area.header-sticky .container {
  max-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-header-mob-space {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-area {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-header-area {
    padding-left: 0;
    padding-right: 0;
  }
}


.tp-header-menu>nav>ul>li {
  display: inline-block;
  list-style-type: none;
  margin: 0 25px;
}

.tp-header-menu>nav>ul>li>a {
  padding: 25px;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-black);
  position: relative;
  transition: color 0.3s ease;
}

.tp-header-menu>nav>ul>li>a::after {
  content: "";
  position: absolute;
  left: 25px;
  /* Matches left padding */
  right: 25px;
  /* Matches right padding */
  bottom: 10px;
  /* Adjust based on visual preference */
  height: 2px;
  background-color: var(--tp-common-white);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.tp-header-menu>nav>ul>li>a:hover::after {
  transform: scaleX(1);
}


.tp-header-bar {
  line-height: 0;
}

.tp-header-bar button span {
  height: 2px;
  width: 40px;
  background-color: var(--tp-common-black);
  display: block;
  margin: 6px 0;
}

.tp-header-bar button:hover span {
  animation: bar_anim 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}

.tp-header-bar button:hover span:nth-child(2) {
  animation-delay: 0.1s;
}

/*----------------------------------------*/
/*  3.2 Header Style 2
/*----------------------------------------*/

/*----------------------------------------*/
/*  3.3 Header Style 3
/*----------------------------------------*/

/*----------------------------------------*/
/*  3.4 Header Style 4
/*----------------------------------------*/

/*----------------------------------------*/
/*  3.5 Header Style 5
/*----------------------------------------*/

/*----------------------------------------*/
/*  3.6 Header Style 6
/*----------------------------------------*/

/*----------------------------------------*/
/*  3.7 Header Style 7
/*----------------------------------------*/

/*----------------------------------------*/
/*  3.9 Header Style 9
/*----------------------------------------*/

/*----------------------------------------*/
/*  3.10 Header Style 10
/*----------------------------------------*/

/*----------------------------------------*/
/*  3.11 Header Style 11
/*----------------------------------------*/

/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/

.tp-main-menu-mobile nav ul {
  position: static;
  display: block;
  box-shadow: none;
  margin-bottom: 50px;
}

.tp-main-menu-mobile nav ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}

.tp-main-menu-mobile nav ul li:not(:last-child)>a {
  border-bottom: 1px solid rgba(6, 7, 40, 0.1);
}

.tp-main-menu-mobile nav ul li:last-child a span {
  border-bottom: 0;
}

.tp-main-menu-mobile nav ul li>a {
  display: block;
  position: relative;
  padding: 15px 0;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.15px;
  color: var(--tp-common-black);
  text-transform: uppercase;
}

.tp-main-menu-mobile nav ul li>a svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.tp-main-menu-mobile nav ul li>a>i {
  display: inline-block;
  width: 11%;
  margin-right: 13px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  font-size: 21px;
  line-height: 1;
}

.tp-main-menu-mobile nav ul li img {
  width: 100%;
}

.tp-main-menu-mobile nav ul li ul {
  padding: 0;
}

.tp-main-menu-mobile nav ul li ul li {
  padding: 0;
}

.tp-main-menu-mobile nav ul li ul li a {
  margin-left: auto;
  width: 93%;
  padding: 10px 5%;
  text-shadow: none !important;
  visibility: visible;
  padding-left: 0;
  padding-right: 20px;
}

.tp-main-menu-mobile nav ul li ul li li a {
  width: 88%;
  padding: 10px 7%;
  padding-left: 0;
  padding-right: 20px;
}

.tp-main-menu-mobile nav ul li ul li li li a {
  width: 83%;
  padding: 10px 9%;
  padding-left: 0;
  padding-right: 20px;
}

.tp-main-menu-mobile nav ul li ul li li li li a {
  width: 68%;
  padding: 10px 11%;
  padding-left: 0;
  padding-right: 20px;
}

.tp-main-menu-mobile * ul,
.tp-main-menu-mobile * li {
  transition: none !important;
}

/*----------------------------------------*/
/*  5.2 Postbox css
/*----------------------------------------*/

@media (max-width: 767px) {
  .postbox__area {
    padding-top: 60px;
  }
}

/*----------------------------------------*/
/*  5.3 Recent Post css
/*----------------------------------------*/

/*----------------------------------------*/
/*  5.4 Sidebar css
/*----------------------------------------*/

/*----------------------------------------*/
/*  5.1 blog css start
/*----------------------------------------*/

.blog-details-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 30px;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-title {
    font-size: 85px;
  }
}

@media (max-width: 767px) {
  .blog-details-title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-title {
    font-size: 80px;
  }
}

.blog-details-top-text p {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  color: var(--tp-common-black);
  margin-bottom: 50px;
}

.blog-details-left-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.6px;
  color: var(--tp-common-black);
  margin-bottom: 20px;
}

.blog-details-left-content {
  margin-bottom: 70px;
}

.blog-details-left-content p {
  color: #5D5D63;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.blog-details-left-content p i {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/

.tp-footer-2-widget-logo img {
  width: 85px;
  height: 100%;
}

/*----------------------------------------*/
/*  6.2 Footer Style 2
/*----------------------------------------*/
.tp-footer-2-widget-logo {
  margin-bottom: 30px;
}

.tp-footer-2-widget-text p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0;
}

.tp-footer-2-widget-title {
  color: var(--tp-common-white);
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.26px;
  margin-bottom: 30px;
}

.tp-footer-2-widget-menu ul li {
  list-style-type: none;
  margin-bottom: 7px;
}

.tp-footer-2-widget-menu ul li:last-child {
  margin-bottom: 0;
}

.tp-footer-2-widget-menu ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: 0.3s linear;
}

.tp-footer-2-widget-menu ul li a:hover {
  background-size: 0% 1px, 100% 1px;
  color: var(--tp-common-white);
}

.tp-footer-2-contact-item {
  margin-bottom: 15px;
}

.tp-footer-2-contact-item span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 4px;
}

.tp-footer-2-contact-item span:hover a {
  color: rgba(255, 255, 255, 0.9);
}

.tp-footer-2-input input {
  background-color: transparent;
  border: none;
  height: 100%;
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  padding: 0;
  padding-bottom: 20px;
  padding-right: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tp-footer-2-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
}

.tp-footer-2-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
}

.tp-footer-2-input input:-moz-placeholder {
  /* Firefox 4-18 */
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
}

.tp-footer-2-input input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
}

.tp-footer-2-input input::placeholder {
  /* MODERN BROWSER */
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
}

.tp-footer-2-input input:focus {
  border-color: var(--tp-common-white);
}

.tp-footer-2-input button {
  position: absolute;
  top: 0;
  right: 20px;
}

.footer-col-2-2 {
  padding-left: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-col-2-2 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .footer-col-2-2 {
    padding-left: 0;
  }
}

.footer-col-2-3 {
  padding-left: 60px;
  padding-right: 55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-col-2-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-col-2-3 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .footer-col-2-3 {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer-col-2-4 {
  padding-left: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-col-2-4 {
    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) {
  .footer-col-2-4 {
    padding-left: 0;
  }
}

.tp-copyright-2-left p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-copyright-2-left p {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .tp-copyright-2-left p {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

.tp-copyright-2-social a {
  height: 35px;
  line-height: 35px;
  padding: 0 35px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.14px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  margin-left: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-copyright-2-social a {
    padding: 0 30px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .tp-copyright-2-social a {
    padding: 0 20px;
    font-size: 12px;
  }
}

.tp-copyright-2-social a:hover {
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
  color: var(--tp-common-black);
}

.tp-copyright-2-bdr-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 35px;
  padding-bottom: 35px;
}

/*----------------------------------------*/
/*  6.3 Footer Style 3
/*----------------------------------------*/

.tp-reveal-line {
  overflow: hidden;
}

/*----------------------------------------*/
/*  6.4 Footer Style 4
/*----------------------------------------*/

/*----------------------------------------*/
/*  6.5 Footer Style 5
/*----------------------------------------*/

/*----------------------------------------*/
/*  6.6 Footer Style 6
/*----------------------------------------*/

/*----------------------------------------*/
/*  7.11 Hero css start
/*----------------------------------------*/

.full-height-hero {
  min-height: 100vh !important;
  display: flex;
  align-items: center;
}

.tp-hero-3-ptb {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 0 !important;
  background: radial-gradient(120% 120% at 8% 8%, rgba(198, 98, 255, 0.2) 0%, rgba(198, 98, 255, 0) 52%), radial-gradient(90% 90% at 92% 88%, rgba(198, 98, 255, 0.14) 0%, rgba(198, 98, 255, 0) 56%), linear-gradient(rgba(8, 8, 12, 0.97) 0%, rgb(8, 8, 12) 100%) !important;
}


.tp-hero-3-title {
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
  margin-bottom: 35px;
  word-break: break-word;
  text-align: center;
  z-index: 10 !important;
}

@media (max-width: 767px) {
  .tp-hero-3-title {
    margin-bottom: 10px;
  }
}

.tp-hero-3-category {
  font-size: clamp(12px, 1.5vw, 20px);
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
  margin-bottom: 60px;
}

.tp-hero-3-circle-shape {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.rotate-wrapper {
  width: 90vw;
  height: 60vw;
  max-width: 1000px;
  max-height: 1000px;
  animation: rotateGradient 10s linear infinite;
  transform-origin: center;
}


.tp-hero-3-circle-shape span {
  width: 100%;
  height: 100%;
  display: block;
  filter: blur(60px);
  border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
  background: linear-gradient(135deg,
  rgb(255 20 147 / 0.4),
  rgb(198 98 255)) !important;
}

/* Keyframes for rotating the wrapper only */
@keyframes rotateGradient {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.tp-studio-plr {
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 40px;
}

@media (max-width: 767px) {
  .tp-studio-plr {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*----------------------------------------*/
/*  7.3 brand css start
/*----------------------------------------*/

/*----------------------------------------*/
/*  7.19 service css start
/*----------------------------------------*/

.tp-service-4-title-sm {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
  margin-bottom: 15px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-4-title-sm {
    font-size: 27px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-4-title-sm {
    font-size: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-4-title-sm {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .tp-service-4-title-sm {
    font-size: 26px;
  }
}

.tp-service-4-title-sm a {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
}

.tp-service-4-title-sm a:hover {
  background-size: 0% 1px, 100% 1px;
}

.tp-service-4-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 45px;
}

@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-service-4-content p br {
    display: none;
  }
}

.tp-service-4-icon {
  margin-bottom: 65px;
  height: 100px;
  width: 100%;
}

.tp-service-4-icon img {
  height: 100%;
  /* Now this works because parent has height */
  object-fit: contain;
  /* Optional: keeps aspect ratio */
}

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

}

@media (max-width: 767px) {
  .tp-service-4-icon img {
    width: 20%;
  }

  .tp-service-5-area {
    padding-top: 100px;
  }
}

.tp-service-5-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-5-title br {
    display: none;
  }
}

.tp-service-5-item .tp-service-4-content p {
  color: #5D5D63;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.tp-service-5-item .tp-service-4-icon {
  margin-bottom: 30px;
}

.tp-service-5-item.space-1 {
  padding-left: 30px;
  padding-right: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-5-item.space-1 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-5-item.space-1 {
    padding: 0;
  }
}

.tp-service-5-item.space-2 {
  padding-left: 0;
  padding-right: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-5-item.space-2 {
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .tp-service-5-item.space-2 {
    padding-right: 0;
  }
}

.tp-service-5-item.space-3 {
  padding-left: 10px;
  padding-right: 90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-5-item.space-3 {
    padding-right: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-5-item.space-3 {
    padding-right: 0;
    padding-left: 0;
  }
}

.tp-service-5-wrap {
  margin-top: 15px;
  margin-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-5-wrap {
    margin-left: 0;
  }
}

.sv-hero-title-box {
  text-align: center;
}

.sv-hero-title-box p {
  color: #5D5D63;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.sv-hero-title {
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 800;
  color: var(--tp-common-black-2);
  margin-bottom: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sv-hero-title {
    font-size: 90px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sv-hero-title {
    font-size: 110px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sv-hero-title {
    font-size: 90px;
  }
}

@media (max-width: 767px) {
  .sv-hero-title {
    font-size: 60px;
  }
}

.sv-hero-ptb {
  padding-top: 225px;
  padding-bottom: 225px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sv-hero-ptb {
    padding-top: 170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sv-hero-ptb {
    padding-top: 140px;
  }
}

@media (max-width: 767px) {
  .sv-hero-ptb {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.sv-service-content-wrap {
  height: 100%;
  width: 100%;
  padding: 110px;
  background-color: var(--tp-common-black-2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sv-service-content-wrap {
    padding: 80px;
  }
}

@media (max-width: 767px) {
  .sv-service-content-wrap {
    padding: 80px 30px;
  }
}

.sv-service-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
  display: inline-block;
}

.sv-service-subtitle i {
  font-style: normal;
}

.sv-service-subtitle i::after {
  content: "";
  height: 1px;
  width: 40px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-4px);
  margin: 0 11px;
}

.sv-service-title {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.6px;
  color: var(--tp-common-white);
}

.sv-service-text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 435px;
  margin-bottom: 40px;
}

.sv-service-list {
  margin-bottom: 50px;
}

.sv-service-list ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
  list-style-type: none;
  color: rgba(255, 255, 255, 0.9);
}

.sv-service-list ul li::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  height: 4px;
  width: 4px;
  background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 767px) {
  .sv-service-space-wrap {
    padding-left: 0;
  }
}

.sv-service-title-box {
  margin-bottom: 32px;
}

.sv-service-thumb {
  height: 100%;
}

.sv-service-thumb img {
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*----------------------------------------*/
/*  7.18 project css start
/*----------------------------------------*/

@media (max-width: 767px) {
  .tp-project-4-area {
    padding-bottom: 90px;
  }
}



@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-4-bg {
    height: 850px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-4-bg {
    height: 700px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-4-bg {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .tp-project-4-bg {
    height: 300px;
  }
}

@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-project-4-bg a {
    height: 100%;
  }
}

.tp-project-4-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease, filter 1s ease;
  /* Added filter transition */
}

.tp-project-4-bg:hover img {
  transform: scale(1.1);
  filter: saturate(1.5)
}



.tp-project-4-thumb {
  overflow: hidden;
  height: 100%;
}

.tp-project-5-2-thumb {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-5-2-thumb {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .tp-project-5-2-thumb {
    margin-bottom: 30px;
  }
}

.tp-project-5-2-thumb img {
  border-radius: 10px;
  width: 100%;
  transition: filter 0.3s ease;
  filter: grayscale(0);
}

.tp-project-5-2-thumb:hover img {
  filter: grayscale(100%);
}

.tp-project-5-2-category {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 40px;
}

.tp-project-5-2-category span {
  font-size: 18px;
  font-weight: 400;
  line-height: 13px;
  color: var(--tp-common-white);
}

.tp-project-5-2-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  z-index: 2;
}

.tp-project-5-2-meta {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-common-white);
  z-index: 2;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom, 
        rgba(0,0,0,0.4) 0%, 
        rgba(0,0,0,0.1) 30%, 
        rgba(0,0,0,0.1) 70%, 
        rgba(0,0,0,0.4) 100%
    );
    pointer-events: none;
}

.tp-project-5-2-title-sm {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-project-5-2-title-sm {
    font-size: 30px;
  }
}

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

.portfolio-filter button {
  color: #5D5D63;
  font-size: 17px;
  font-weight: 500;
  line-height: 13px;
  text-transform: uppercase;
  margin: 0 21px;
  position: relative;
  transition: 0.3s;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .portfolio-filter button {
    margin: 0 15px;
    margin-bottom: 20px;
  }
}

.portfolio-filter button::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 1px;
  width: 0%;
  content: "";
  opacity: 0;
  visibility: hidden;
  background-color: var(--tp-common-black);
  transition: 0.4s;
}

.portfolio-filter button:hover {
  color: var(--tp-common-black);
}

.portfolio-filter button:hover::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.portfolio-filter button.active {
  color: var(--tp-common-black);
}

.portfolio-filter button.active::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.port-showcase-slider-title {
  text-transform: uppercase;
  font-size: 130px;
  font-weight: 800;
  line-height: 1;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .port-showcase-slider-title {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .port-showcase-slider-title {
    font-size: 60px;
  }
}

.blurred-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit; /* fallback */
  background-size: cover;
  background-position: center;
  filter: blur(6px) grayscale(0.6);
  z-index: 0;
  pointer-events: none;
}

.blurred-bg > * {
  position: relative;
  z-index: 1;
}


.tp-showcase-details-bg {
  height: 100vh;
}

.tp-showcase-details-scroll {
  position: absolute;
  bottom: 60px;
}

.tp-showcase-details-scroll a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}

.tp-showcase-details-scroll a i {
  font-weight: 700;
  margin-right: 10px;
}

.showcase-details-subtitle {
  line-height: 50px;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--tp-ff-unbounded);
}


.showcase-details-overview-right {
  padding-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .showcase-details-overview-right {
    padding-left: 0;
  }
}

.showcase-details-overview-right p {
  font-size: 24px;
  line-height: 34px;
  color: var(--tp-common-black-2);
  padding-bottom: 30px;
}

.showcase-details-overview-info-item {
  border-bottom: 1px solid rgba(25, 25, 26, 0.14);
  padding: 19px 0;
}

.showcase-details-overview-info-left span {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  color: var(--tp-common-black-2);
  font-family: var(--tp-ff-unbounded);
}

.showcase-details-overview-info-right {
  padding-left: 60px;
}

.showcase-details-overview-info-right span {
  font-size: 24px;
  font-family: var(--tp-ff-Montserrat);
}

.showcase-details-thumb img {
  width: 100%;
  border-radius: 10px;
}

/* SLIDER */

.showcase-details-thumb {
  border-radius: 10px;
  height: 730px;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .showcase-details-thumb {
    height: 500px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .showcase-details-thumb {
    height: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .showcase-details-thumb {
    height: 370px;
  }
}

@media (max-width: 767px) {
  .showcase-details-thumb {
    height: 190px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .showcase-details-thumb {
    height: 370px;
  }
}

/* SLIDER */

.tp-project-4-bg.project-panel a {
  height: 100%;
}

/*----------------------------------------*/
/*  7.2 award css start
/*----------------------------------------*/

/*----------------------------------------*/
/*  7.22 team css start
/*----------------------------------------*/

.tm-hero-ptb {
  padding-top: 200px;
  padding-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-hero-ptb {
    padding-top: 150px;
  }
}

@media (max-width: 767px) {
  .tm-hero-ptb {
    padding-top: 140px;
  }
}

.tm-hero-subtitle {
  font-family: var(--tp-ff-unbounded);
  text-transform: uppercase;
  color: #5D5D63;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.tm-hero-subtitle::after {
  content: "";
  height: 1px;
  width: 40px;
  background-color: #5D5D63;
  display: inline-block;
  transform: translateY(-3px);
  margin-left: 14px;
}

.tm-hero-title {
  font-size: 200px;
  font-weight: 800;
  line-height: 1;
  color: var(--tp-common-black-2);
  text-transform: uppercase;
  padding-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-hero-title {
    font-size: 110px;
  }
}

@media (max-width: 767px) {
  .tm-hero-title {
    font-size: 65px;
  }
}

.tm-hero-text {
  padding-left: 200px;
}

@media (max-width: 767px) {
  .tm-hero-text {
    padding-left: 0;
  }
}

.tm-hero-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #5D5D63;
  max-width: 460px;
}

@media (max-width: 767px) {
  .tm-hero-text p br {
    display: none;
  }
}

/*----------------------------------------*/
/*  7.23 testimonial css start
/*----------------------------------------*/

@media (max-width: 767px) {
  .tp-studio-testimonial-xs-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.tp-studio-testimonial-shape img {
  height: 90%;
  width: 90%;
}
.tp-studio-testimonial-top-title span {
  font-size: 18px;
  font-weight: 400;
  margin-right: 100px;
  display: inline-block;
  transform: translateY(6px);
  font-family: var(--tp-ff-unbounded);
  text-transform: uppercase;
  color: var(--tp-common-white);
}

@media (max-width: 767px) {
  .tp-studio-testimonial-wrap {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .tp-studio-testimonial-top-title span {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.tp-studio-testimonial-text {
  margin-bottom: 50px;
}

.tp-studio-testimonial-text p {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-studio-testimonial-text p {
    font-size: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-studio-testimonial-text p {
    font-size: 27px;
  }
}

@media (max-width: 767px) {
  .tp-studio-testimonial-text p {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .tp-studio-testimonial-user-info-box {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .tp-studio-testimonial-user-info {
    margin-right: 30px;
  }
}

.tp-studio-testimonial-user-name {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
}

.tp-studio-testimonial-line span {
  height: 1px;
  width: 150px;
  margin: 0 25px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.12);
}

.tp-studio-testimonial-logo img {
  height: 60px; 
  width: 60px;
  border-radius: 100%;
  filter: saturate(0);
}


.tp-studio-testimonial-item {
  padding-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-studio-testimonial-item {
    padding-right: 0;
  }
}

.tp-studio-testimonial-arrow {
  position: absolute;
  bottom: 3%;
  left: -29%;
}

@media (max-width: 767px) {
  .tp-studio-testimonial-arrow {
    bottom: -25%;
    left: 0;
  }
}

.tp-studio-prev span,
.tp-studio-next span {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 1.8px;
  background: var(--tp-common-white);
  font-size: 0;
  transition: all 0.25s;
}

.tp-studio-prev:hover span,
.tp-studio-next:hover span {
  width: 50px;
}

.tp-studio-next span {
  left: 0;
}

.tp-studio-prev span {
  right: 0;
}

.tp-studio-prev {
  margin-right: 30px;
}

.tp-studio-prev span svg {
  left: 0;
}

.tp-studio-next span svg {
  right: 0;
}

.tp-studio-prev svg,
.tp-studio-next svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

.tp-studio-prev,
.tp-studio-next {
  position: relative;
  width: 30px;
  height: 40px;
  font-size: 0;
}

/*----------------------------------------*/
/*  7.1 about css start
/*----------------------------------------*/


@media (max-width: 767px) {
  main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .full-width-section {
    margin-left: -30px;
    margin-right: -30px;
  }

  .inner-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}



.tp-about-3-content {
  margin-top: 30px;
  padding-right: 230px;
}

@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-3-content {
    padding-right: 0;
  }
}

.tp-about-3-shape {
  width: 80%;
  margin-left: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-3-shape {
    margin-top: 20px;
    width: 60%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .tp-about-3-shape {
    margin-top: 20px;
    width: 60%;
    margin-left: 0;
  }
}

.tp-about-3-shape img {
  animation: clickPulse 1.5s ease-in-out infinite;
  transform-origin: center;
}

@keyframes clickPulse {
  0% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }

  30% {
    transform: scale(1.05) translateY(-2px);
    opacity: 0.95;
  }

  60% {
    transform: scale(0.98) translateY(1px);
    opacity: 1;
  }

  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

.breadcurmb-site h6 {
  color: var(--tp-common-white);
  transform: rotate(-90deg);
  position: absolute;
  top: 58.5%;
  left: 10px;
}

.breadcurmb-site h6::before {
  content: "";
  height: 1px;
  width: 50px;
  display: inline-block;
  background-color: var(--tp-common-white);
  transform: translateY(-4px);
  margin-right: 12px;
}

.ab-inner-hero-scroll {
  position: absolute;
  right: 60px;
  top: 62%;
}

@media (max-width: 767px) {
  .ab-inner-hero-scroll {
    top: 61%;
  }
}

.ab-inner-hero-scroll span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.36px;
  color: rgba(255, 255, 255, 0.7);
}

.ab-inner-hero-scroll span svg {
  margin-left: 20px;
  display: inline-block;
  color: var(--tp-common-white);
  animation: scroll-up-down 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;
  animation-delay: 0s;
  animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  margin-top: -25px;
}

.ab-inner-hero-bg {
  padding-top: 290px;
  padding-bottom: 110px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ab-inner-hero-bg {
    padding-top: 210px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ab-inner-hero-bg {
    padding-top: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ab-inner-hero-bg {
    padding-top: 160px;
  }
}

.ab-inner-hero-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.ab-inner-hero-subtitle {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--tp-common-white);
  display: inline-block;
  position: relative;
  padding-left: 14px;
  margin-bottom: 20px;
}

.ab-inner-hero-subtitle::after {
  position: absolute;
  top: -3px;
  left: 0;
  width: 2px;
  height: 40px;
  content: "";
  background-color: var(--tp-common-white);
}

.ab-inner-hero-title {
  font-weight: 800;
  color: var(--tp-common-white);
  transform: translateX(-8px);
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: clamp(28px, 7vw, 120px);
  white-space: normal;
  /* Allow normal line breaks */
  overflow-wrap: break-word;
  /* Let words wrap properly */
}

/* Optional overrides if you want more control */

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ab-inner-hero-title {
    font-size: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ab-inner-hero-title {
    font-size: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ab-inner-hero-title {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .ab-inner-hero-title {
    font-size: 75px;
  }
}


.ab-inner-hero-title-box {
  margin-bottom: 205px;
}

.ab-inner-hero-title-box p {
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.44px;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767px) {
  .ab-inner-hero-title-box p {
    font-size: 20px;
  }
}

.ab-inner-hero-content p {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.8px;
  color: var(--tp-common-white);
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ab-inner-hero-content p {
    font-size: 33px;
  }
}

@media (max-width: 767px) {
  .ab-inner-hero-content p {
    font-size: 30px;
  }
}

.ab-inner-hero-content span {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.36px;
  color: var(--tp-common-white);
  position: relative;
  margin-left: 20px;
  display: inline-block;
}

.ab-inner-hero-content span::before {
  position: absolute;
  top: 6px;
  left: -18px;
  height: 8px;
  width: 8px;
  content: "";
  border-radius: 50%;
  border: 1px solid var(--tp-common-white);
}

.ab-inner-hero-content span::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 1px;
  width: 100%;
  content: "";
  background-color: var(--tp-common-white);
}

.ab-about-mt {
  margin-top: -110px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ab-about-mt {
    margin-top: 0;
    margin-top: 100px;
  }
}

.ab-about-left-thumb img {
  border-radius: 10px;
}

.ab-about-left-thumb {
  border-radius: 10px;
  height: 690px;
  width: 600px;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ab-about-left-thumb {
    width: 500px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ab-about-left-thumb {
    height: 550px;
    width: 450px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ab-about-left-thumb {
    height: 550px;
    width: 330px;
  }
}

@media (max-width: 767px) {
  .ab-about-left-thumb {
    height: 400px;
    width: 100%;
  }
}

.ab-about-left-thumb img {
  display: inline-block;
}

@media (max-width: 767px) {
  .ab-about-left-thumb img {
    width: 100%;
  }
}

.ab-about-right-thumb .inner-img {
  height: 90%;
  position: absolute;
  bottom: -44%;
  right: 0;
}

.ab-about-right-thumb img {
  border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ab-about-right-thumb .inner-img {
    position: static;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .ab-about-right-thumb .inner-img {
    position: static;
    margin: 30px 0;
    width: 100%;
  }
}

.ab-about-content {
  margin-bottom: 80px;
}

.ab-about-content span {
  height: 60px;
  line-height: 60px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black-2);
  padding: 0 20px;
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  position: absolute;
  top: -55px;
  left: 20px;
  transform: rotate(-24deg);
}

.ab-about-content span svg {
  transform: translateY(-5px) rotate(25deg);
  margin-left: -5px;
}

.ab-about-content P {
  font-size: 54px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -1.08px;
  color: var(--tp-common-black-2);
  padding-right: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ab-about-content P {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ab-about-content P {
    font-size: 33px;
  }
}

@media (max-width: 767px) {
  .ab-about-content P {
    font-size: 30px;
  }
}

.ab-about-category-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.88px;
  text-transform: uppercase;
  color: var(--tp-common-black-2);
  display: inline-block;
}

.ab-about-category-title span {
  color: #141414;
  font-size: 18px;
  font-weight: 500;
}

.ab-about-category-title-box {
  display: inline-block;
  padding-left: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ab-about-category-title-box {
    padding-left: 0;
  }
}

.ab-about-category-list ul li {
  color: #5D5D63;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  list-style-type: none;
  padding-left: 18px;
  margin-bottom: 18px;
}

.ab-about-category-list ul li::after {
  position: absolute;
  top: 6px;
  left: 0;
  height: 6px;
  width: 6px;
  background-color: #5D5D63;
  content: "";
}

.ab-about-category-list.category-space-1 {
  padding-left: 10px;
}

@media (max-width: 767px) {
  .ab-about-category-list.category-space-1 {
    padding-left: 0;
  }
}

.ab-about-shape-1 {
  height: 90%;
  position: absolute;
  bottom: -40px;
  right: 5%;
}

.ab-inner-funfact-title {
  text-transform: uppercase;
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.08px;
  color: var(--tp-common-black-2);
}

.ab-funfact-item {
  font-family: var(--tp-ff-unbounded);
  padding-bottom: 50px;
  border-bottom: 1px solid #D9D9D9;
}

.ab-funfact-item span {
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2px;
  color: var(--tp-common-black-2);
  margin-bottom: 10px;
  display: inline-block;
}

.ab-funfact-item span i {
  font-size: 100px;
  font-style: normal;
}

.ab-funfact-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  color: var(--tp-common-black-2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .ab-funfact-title-box {
    margin-bottom: 40px;
  }
}

.ab-brand-title {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.2px;
  color: var(--tp-common-white);
}

.ab-brand-slide-wrap {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.ab-brand-content p {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--tp-common-white);
  margin-bottom: 45px;
}

.ab-brand-content span {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.36px;
  color: var(--tp-common-white);
  position: relative;
  margin-left: 20px;
  display: inline-block;
}

.ab-brand-content span::before {
  position: absolute;
  top: 6px;
  left: -18px;
  height: 8px;
  width: 8px;
  content: "";
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.ab-brand-content span::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 1px;
  width: 100%;
  content: "";
  background-color: var(--tp-common-white);
}

@media (max-width: 767px) {
  .ab-inner-funfact-title {
    margin-bottom: 40px;
  }
}

/*----------------------------------------*/
/*  7.25 video css start
/*----------------------------------------*/

/*----------------------------------------*/
/*  7.10 gallery css start
/*----------------------------------------*/

/*----------------------------------------*/
/*  7.12 instagram css start
/*----------------------------------------*/

.tp_text_invert>div {
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 50%);
}

/*----------------------------------------*/
/*  7.7 cta css start
/*----------------------------------------*/

.tp-cta-title-box {
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-cta-title-box {
    padding-left: 0;
  }
}

.tp-cta-title-box p {
  max-width: 80%;
  font-size: 17px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-title-box p {
    margin: 0;
    margin-bottom: 30px;
    display: inline-block;
  }
}

.tp-cta-title {
  font-size: clamp(80px, 12vw, 200px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -4px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-title {
    text-align: center;
  }

  .tp-cta-title-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

}

@media (max-width: 767px) {
  .tp-cta-title {
    text-align: center;
  }

  .tp-cta-title-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-cta-title {
    text-align: center;
    font-size: 110px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-cta-title span {
    padding-left: 0;
  }
}

/*----------------------------------------*/
/*  7.6 contact css start
/*----------------------------------------*/

.cn-contactform-style .ab-about-category-title-box {
  padding-left: 0;
}

.cn-contactform-input label {
  color: #414144;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.cn-contactform-input input,
.cn-contactform-input textarea {
  border: none;
  background-color: transparent;
  color: #B2B2B2;
  font-size: 22px;
  font-weight: 400;
  padding-left: 0;
  height: 45px;
  border-bottom: 1px solid rgba(25, 25, 26, 0.24);
}

@media (max-width: 767px) {

  .cn-contactform-input input,
  .cn-contactform-input textarea {
    font-size: 18px;
  }
}

.cn-contactform-input input::-webkit-input-placeholder,
.cn-contactform-input textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #B2B2B2;
  font-size: 22px;
  font-weight: 400;
}

@media (max-width: 767px) {

  .cn-contactform-input input::-webkit-input-placeholder,
  .cn-contactform-input textarea::-webkit-input-placeholder {
    font-size: 18px;
  }
}

.cn-contactform-input input::-moz-placeholder,
.cn-contactform-input textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #B2B2B2;
  font-size: 22px;
  font-weight: 400;
}

@media (max-width: 767px) {

  .cn-contactform-input input::-moz-placeholder,
  .cn-contactform-input textarea::-moz-placeholder {
    font-size: 18px;
  }
}

.cn-contactform-input input:-moz-placeholder,
.cn-contactform-input textarea:-moz-placeholder {
  /* Firefox 4-18 */
  color: #B2B2B2;
  font-size: 22px;
  font-weight: 400;
}

@media (max-width: 767px) {

  .cn-contactform-input input:-moz-placeholder,
  .cn-contactform-input textarea:-moz-placeholder {
    font-size: 18px;
  }
}

.cn-contactform-input input:-ms-input-placeholder,
.cn-contactform-input textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: #B2B2B2;
  font-size: 22px;
  font-weight: 400;
}

@media (max-width: 767px) {

  .cn-contactform-input input:-ms-input-placeholder,
  .cn-contactform-input textarea:-ms-input-placeholder {
    font-size: 18px;
  }
}

.cn-contactform-input input::placeholder,
.cn-contactform-input textarea::placeholder {
  /* MODERN BROWSER */
  color: #B2B2B2;
  font-size: 22px;
  font-weight: 400;
}

@media (max-width: 767px) {

  .cn-contactform-input input::placeholder,
  .cn-contactform-input textarea::placeholder {
    font-size: 18px;
  }
}

.cn-contactform-input textarea {
  resize: none;
  height: 100px;
}

.cn-contactform-input textarea:focus {
  border-color: var(--tp-common-black);
}

.cn-contactform-wrap {
  padding-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .cn-contactform-wrap {
    padding-left: 0;
  }
}

.cn-contactform-support-bg {
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  height: 385px;
}

.cn-contactform-2-bg .cn-contactform-wrap {
  padding-left: 0;
  padding: 140px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cn-contactform-2-bg .cn-contactform-wrap {
    padding: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cn-contactform-2-bg .cn-contactform-wrap {
    padding: 70px;
  }
}

@media (max-width: 767px) {
  .cn-contactform-2-bg .cn-contactform-wrap {
    padding: 30px;
  }
}

.cn-contactform-2-bg .cn-contactform-input label {
  color: rgba(255, 255, 255, 0.8);
}

.cn-contactform-2-bg .cn-contactform-input input,
.cn-contactform-2-bg .cn-contactform-input textarea {
  color: var(--tp-common-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.cn-contactform-2-bg .cn-contactform-input input::-webkit-input-placeholder,
.cn-contactform-2-bg .cn-contactform-input textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5F5F65;
}

.cn-contactform-2-bg .cn-contactform-input input::-moz-placeholder,
.cn-contactform-2-bg .cn-contactform-input textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #5F5F65;
}

.cn-contactform-2-bg .cn-contactform-input input:-moz-placeholder,
.cn-contactform-2-bg .cn-contactform-input textarea:-moz-placeholder {
  /* Firefox 4-18 */
  color: #5F5F65;
}

.cn-contactform-2-bg .cn-contactform-input input:-ms-input-placeholder,
.cn-contactform-2-bg .cn-contactform-input textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: #5F5F65;
}

.cn-contactform-2-bg .cn-contactform-input input::placeholder,
.cn-contactform-2-bg .cn-contactform-input textarea::placeholder {
  /* MODERN BROWSER */
  color: #5F5F65;
}

.cn-contactform-2-bg .cn-contactform-input input:focus,
.cn-contactform-2-bg .cn-contactform-input textarea:focus {
  border-bottom: 1px solid var(--tp-common-white);
}

.cn-contactform-2-map {
  height: 100%;
}

.cn-contactform-2-map img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .cn-contactform-2-map {
    height: 500px;
  }
}

.cn-contactform-2-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .cn-contactform-2-title {
    margin-bottom: 40px;
    font-size: 25px;
  }
}

/*----------------------------------------*/
/*  7.21 social css start
/*----------------------------------------*/

/*----------------------------------------*/
/*  7.16 price css start
/*----------------------------------------*/

/*----------------------------------------*/
/*  7.9 funfact css start
/*----------------------------------------*/
.slide-funfact-overlay {
  position: relative;
}

.slide-funfact-overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(30, 30, 30, 0.6) 0.12%, rgba(30, 30, 30, 0.86) 51.83%, rgba(30, 30, 30, 0.6) 99.87%);
  content: "";
}

.slide-funfact-height {
  position: relative;
  overflow: hidden;
  height: 545px;
  background-color: var(--tp-common-black);
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide-funfact-height {
    height: 400px;
  }
}

.slide-funfact:after {
  content: "";
  z-index: 1;
  width: 100%;
  height: 1px;
  max-width: 80rem;
  background: linear-gradient(64deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.24) 51.22%, rgba(255, 255, 255, 0) 100%);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-funfact:before {
  content: "";
  z-index: 1;
  width: 100%;
  height: 1px;
  max-width: 80rem;
  background: linear-gradient(64deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.24) 51.22%, rgba(255, 255, 255, 0) 100%);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  top: 0%;
  left: 0%;
  right: 0%;
}

.slide-funfact .img-marq {
  z-index: -1;
  opacity: 0.7;
  -webkit-perspective: 1412px;
  perspective: 1412px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slide-funfact .img-marq .slide-img-right {
  z-index: -1;
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -10%;
  -webkit-transform: rotateX(0) rotateY(-80deg) rotate(0);
  transform: rotateX(0) rotateY(-80deg) rotate(0);
}

.slide-funfact .img-marq .slide-img-right .box {
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
  -webkit-animation-name: bgshotsright;
  animation-name: bgshotsright;
  -webkit-animation-duration: 45s;
  animation-duration: 45s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slide-funfact .img-marq .slide-img-left {
  z-index: -1;
  -webkit-transform-origin: 0%;
  transform-origin: 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -10%;
  right: auto;
  -webkit-transform: rotate3d(0, 1, 0.00009, 80deg);
  transform: rotate3d(0, 1, 0.00009, 80deg);
}

.slide-funfact .img-marq .slide-img-left .box {
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
  -webkit-animation-name: bgshots;
  animation-name: bgshots;
  -webkit-animation-duration: 45s;
  animation-duration: 45s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slide-funfact .img-marq img {
  width: 50vw;
  -webkit-perspective: 100px;
  perspective: 100px;
  object-fit: contain;
  -webkit-box-flex: 0;
  flex: none;
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-transform: perspective(100px);
  transform: perspective(100px);
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.slide-funfact .img-marq .box {
  -webkit-box-flex: 0;
  flex: none;
  display: -webkit-box;
  display: flex;
}

.middle-shadow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.middle-shadow span {
  height: 230px;
  width: 350px;
  display: inline-block;
  background: linear-gradient(90deg, rgba(25, 25, 26, 0) 0%, #19191A 14.76%, #19191A 84.25%, rgba(25, 25, 26, 0) 100%);
}

.slide-funfact-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slide-funfact-item h4 {
  font-size: clamp(70px, 7vw, 90px);
  font-weight: 800;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}

.slide-funfact-item h4 i {
  font-style: normal;
}

.slide-funfact-item span {
  font-size: clamp(14px, 2.2vw, 20px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.4px;
  color: var(--tp-common-white);
}

@-webkit-keyframes bgshots {
  from {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }

  to {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@keyframes bgshots {
  from {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }

  to {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@-webkit-keyframes bgshotsright {
  from {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }

  to {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}

@keyframes bgshotsright {
  from {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }

  to {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}

/*----------------------------------------*/
/*  7.20 shop css start
/*----------------------------------------*/

@keyframes zoomInOut {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

/*----------------------------------------*/
/*  7.4 cart css start
/*----------------------------------------*/


td,
th {
  border-style: none;
}

/*----------------------------------------*/
/*  7.5 checkout css start
/*----------------------------------------*/

/*----------------------------------------*/
/*  7.15 order css start
/*----------------------------------------*/

/*----------------------------------------*/
/*  7.17 Profile CSS
/*----------------------------------------*/

/*----------------------------------------*/
/*  7.14 Login CSS
/*----------------------------------------*/

/*----------------------------------------*/
/*  7.13 liko-dark css start
/*----------------------------------------*/
.liko-dark-active body {
  background-color: var(--tp-common-dark);
}

.liko-dark-active .logo-2 {
  display: block;
}

.liko-dark-active .tp-main-menu-mobile nav ul li>a {
  color: var(--tp-common-white);
}

.liko-dark-active .header-sticky {
  background: rgba(36, 36, 36, 0.85);
}

.liko-dark-active .tp-header-menu>nav>ul>li>a {
  color: var(--tp-common-white);
}

.liko-dark-active .tp-header-bar button span {
  background-color: var(--tp-common-white);
}

.liko-dark-active .tp-hero-3-title {
  color: var(--tp-common-white);
}

.liko-dark-active .tp-hero-3-category {
  color: var(--tp-common-white);
}

.liko-dark-active .tp-btn-black-2 {
  background-color: var(--tp-common-white);
  color: var(--tp-common-dark);
  border: 2px solid var(--tp-common-white);
}

.liko-dark-active .tp-btn-black-2:hover {
  background-color: transparent;
  color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}

.liko-dark-active .tp-btn-black-2:hover span .svg-icon {
  color: var(--tp-common-dark);
}

.liko-dark-active .tp-btn-black-2 span .svg-icon {
  color: var(--tp-common-white);
}

.liko-dark-active .tp-section-title-90 {
  color: var(--tp-common-white);
}

.liko-dark-active .tp-about-3-content p {
  color: #929298;
}

.liko-dark-active .tp-service-5-title {
  color: var(--tp-common-white);
}

.liko-dark-active .tp-service-5-item .tp-service-4-content p {
  color: var(--tp-common-white);
}

.liko-dark-active .ab-about-content P {
  color: var(--tp-common-white);
}

.liko-dark-active .ab-about-category-title {
  color: var(--tp-common-white);
}

.liko-dark-active .ab-about-category-list ul li {
  color: rgba(245, 247, 245, 0.7);
}

.liko-dark-active .ab-about-category-list ul li::after {
  background-color: rgba(245, 247, 245, 0.7);
}

.liko-dark-active .ab-about-category-title span {
  color: var(--tp-common-white);
}

.liko-dark-active .ab-inner-funfact-title {
  color: var(--tp-common-white);
}

.liko-dark-active .ab-funfact-item span {
  color: var(--tp-common-white);
}

.liko-dark-active .ab-funfact-item p {
  color: var(--tp-common-white);
}

.liko-dark-active .ab-funfact-item {
  border-bottom: 1px solid rgba(245, 247, 245, 0.3);
}

.liko-dark-active .blog-details-top-text p {
  color: var(--tp-common-white);
}

.liko-dark-active .blog-details-left-title {
  color: var(--tp-common-white);
}

.liko-dark-active .blog-details-left-content p {
  color: rgba(245, 247, 245, 0.6);
}


.liko-dark-active textarea {
  color: var(--tp-common-white);
  background-color: transparent;
}


.liko-dark-active textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--tp-common-white);
}


.liko-dark-active textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--tp-common-white);
}


.liko-dark-active textarea:-moz-placeholder {
  /* Firefox 4-18 */
  color: var(--tp-common-white);
}


.liko-dark-active textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: var(--tp-common-white);
}


.liko-dark-active textarea::placeholder {
  /* MODERN BROWSER */
  color: var(--tp-common-white);
}

.liko-dark-active .tm-hero-subtitle {
  color: rgba(245, 247, 245, 0.6);
}

.liko-dark-active .tm-hero-subtitle::after {
  background-color: rgba(245, 247, 245, 0.6);
}

.liko-dark-active .tm-hero-title {
  color: var(--tp-common-white);
}

.liko-dark-active .tm-hero-text p {
  color: rgba(245, 247, 245, 0.6);
}

.liko-dark-active .cn-contactform-input input,
.liko-dark-active .cn-contactform-input textarea {
  border-bottom: 1px solid rgba(245, 247, 245, 0.12);
}

.liko-dark-active .cn-contactform-input input:focus,
.liko-dark-active .cn-contactform-input textarea:focus {
  border-bottom: 1px solid var(--tp-common-white);
}

.liko-dark-active .tp-btn-black-md {
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--tp-ff-unbounded);
  border-radius: 100px;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  border: 2px solid transparent;
}

.liko-dark-active .tp-btn-black-md:hover {
  background-color: transparent;
  border-color: var(--tp-common-white);
  color: var(--tp-common-white);
}

.liko-dark-active .tp-footer-2-input button {
  color: var(--tp-common-white);
}

.liko-dark-active .sv-hero-title {
  color: var(--tp-common-white);
}

.liko-dark-active .sv-hero-title-box p {
  color: #82828a;
}

.liko-dark-active .portfolio-filter button::after {
  background-color: var(--tp-common-white);
}

.liko-dark-active .portfolio-filter button {
  color: rgba(245, 247, 245, 0.6);
}

.liko-dark-active .portfolio-filter button.active {
  color: var(--tp-common-white);
}

.liko-dark-active .portfolio-filter button:hover {
  color: var(--tp-common-white);
}

.liko-dark-active .showcase-details-subtitle {
  color: var(--tp-common-white);
}

.liko-dark-active .showcase-details-overview-right p {
  color: var(--tp-common-white);
}

.liko-dark-active .showcase-details-overview-info-left span {
  color: var(--tp-common-white);
}

.liko-dark-active .showcase-details-overview-info-right span {
  color: var(--tp-common-white);
}

.liko-dark-active .showcase-details-overview-info-item {
  border-bottom: 1px solid rgba(217, 217, 217, 0.12);
}

.liko-dark-active .tp_text_invert>div {
  background-image: linear-gradient(to right, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.5) 50%);
}

.liko-dark-active .tp-text-black {
  color: var(--tp-common-white);
}

.liko-dark-active .ab-about-shape-1 {
  filter: invert(1);
}

.liko-dark-active .tp-error-wrapper img {
  filter: invert(1);
}

.liko-dark-active .tp-error-title {
  color: var(--tp-common-white);
}

.liko-dark-active .tp-error-title-sm {
  color: var(--tp-common-white);
}


.liko-dark-active .tp-offcanvas-area {
  backdrop-filter: blur(10px);
  background: rgba(36, 36, 36, 0.85);
  box-shadow: 0 1px 3px 0 rgba(18, 20, 32, 0.14);
  width: 100% !important;
}

.liko-dark-active .tp-offcanvas-close-btn {
  color: var(--tp-common-white);
}

.liko-dark-active .tp-offcanvas-logo .logo-2 {
  display: block;
}

/*----------------------------------------*/
/*  7.24 tp custom css
/*----------------------------------------*/
.tp-text-black {
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  7.24 update-css css
/*----------------------------------------*/

/*----------------------------------------*/
/*  7.8 error css start
/*----------------------------------------*/
.tp-error-title {
  font-weight: 700;
  font-size: 64px;
  margin-bottom: 50px;
  color: var(--tp-common-black);
}

.tp-error-title-sm {
  font-weight: 600;
  font-size: 26px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tp-common-black);
}

.tp-error-content p {
  font-weight: 400;
  font-size: 18px;
  color: #57575a;
  margin-bottom: 30px;
}

.tp-error-wrapper img {
  margin-bottom: 55px;
}