@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@100;200;300;400;500;600;700;800;900&amp;family=Marcellus&amp;family=Syne:wght@400;500;600;700;800&amp;family=Aladin&amp;display=swap");
.tp-header-menu > nav > ul > li
.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip, .tp-tab-line, .tp-offcanvas-area, .tp-offcanvas-social ul li a, .tp-offcanvas-2-left, .tp-offcanvas-2-right, .tp-offcanvas-2-close, .tp-offcanvas-2-close-btn .text, .tp-offcanvas-2-close-btn .text span, .tpoffcanvas__logo, .tpoffcanvas__right-info, .tpoffcanvas__social-link ul li a::before, .tp-swiper-dot .swiper-pagination-bullet, .tp-swiper-dot-border .swiper-pagination-bullet, .tp-swiper-scrollbar, .back-to-top-wrapper, a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-hotspot svg, .tp-pagination ul li a svg, .tp-pagination ul li span svg, .tp-swiper-arrow button svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.tp-offcanvas-2-close-btn {
  font-family: var(--tp-ff-dmsans);
}

/* transform */
.tp-product-tab-2 .nav-tabs .nav-link:not(:first-child)::after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@font-face {
  font-family: 'FormaDJR';
  src: url('./fonts/FormaDJRDeck-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FormaDJR';
  src: url('./fonts/FormaDJRDeck-ThinItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@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: 'FormaDJR', sans-serif;
  --tp-ff-heading: 'FormaDJR', sans-serif;
  --tp-ff-p: 'FormaDJR', sans-serif;
  --tp-ff-syne: 'FormaDJR', sans-serif;
  --tp-ff-gallery: 'gallery_modernregular', sans-serif;
  --tp-ff-shoulders: 'Big Shoulders Display', cursive;
  --tp-ff-marcellus: 'Marcellus', sans-serif;
  --tp-ff-aladin: 'Aladin', system-ui;
  --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: #8b8787;
  --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, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
  }
  .container-1630 {
    max-width: 1630px;
  }
  .container-1400 {
    max-width: 1400px;
  }
  .container-1480 {
    max-width: 1480px;
  }
  .container-1740 {
    max-width: 1740px;
  }
  .container-1770 {
    max-width: 1770px;
  }
  .container-1330 {
    max-width: 1330px;
  }
  .container-1380 {
    max-width: 1380px;
  }
  .container-1800 {
    max-width: 1800px;
  }
  .container-1300 {
    max-width: 1300px;
  }
  .container-1720 {
    max-width: 1720px;
  }
  .container-1480 {
    max-width: 1480px;
  }
  .container-1430 {
    max-width: 1430px;
  }
  .container-1870 {
    max-width: 1870px;
  }
  .container-1775 {
    max-width: 1775px;
  }
  .container-1840 {
    max-width: 1840px;
  }
  .container-1650 {
    max-width: 1650px;
  }
  .container-1560 {
    max-width: 1560px;
  }
  .container-1500 {
    max-width: 1500px;
  }
  .container-1530 {
    max-width: 1530px;
  }
  .container-1550 {
    max-width: 1550px;
  }
}
.container-1685 {
  max-width: 1685px;
}
@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .container-1685 {
    padding: 0px 100px;
  }
}

* {
  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,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-ff-heading);
  color: var(--tp-common-black);
  margin-top: 0px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

.table {
  --bs-table-bg: unset;
}

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;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  background-color: #fff;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  color: var(--tp-common-black);
  padding-left: 3px;
  padding-right: 26px;
  /* border: 1px solid #E0E2E3; */
  border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #cdcdcd;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* 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=password]::-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=password]:-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=password]:-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=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder { /* MODERN BROWSER */
  color: #95999D;
}
[dir=rtl] input[type=text],
[dir=rtl] input[type=email],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=number],
[dir=rtl] input[type=password],
[dir=rtl] input[type=url],
[dir=rtl] textarea {
  text-align: right;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--tp-common-black);
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 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: 18px;
  opacity: 1;
}

*::placeholder {
  color: var(--tp-common-black);
  font-size: 18px;
  opacity: 1;
}

.z-index {
  position: relative;
  z-index: 1;
}

.z-index-2 {
  position: relative;
  z-index: 2;
}

.z-index-3 {
  position: relative;
  z-index: 3;
}

.z-index-4 {
  position: relative;
  z-index: 4;
}

.z-index-5 {
  position: relative;
  z-index: 5;
}

.z-index-6 {
  position: relative;
  z-index: 6;
}

.z-index-7 {
  position: relative;
  z-index: 7;
}

.z-index-8 {
  position: relative;
  z-index: 8;
}

.z-index-9 {
  position: relative;
  z-index: 9;
}

.gx-5 {
  --bs-gutter-x: 5px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-15 {
  --bs-gutter-x: 15px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-25 {
  --bs-gutter-x: 25px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.gx-35 {
  --bs-gutter-x: 35px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.gx-45 {
  --bs-gutter-x: 45px;
}

.gx-50 {
  --bs-gutter-x: 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .gx-50 {
    --bs-gutter-x: 30px;
  }
}

.gx-60 {
  --bs-gutter-x: 60px;
}

.gx-75 {
  --bs-gutter-x: 75px;
}

.gx-80 {
  --bs-gutter-x: 80px;
}

.gx-140 {
  --bs-gutter-x: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gx-140 {
    --bs-gutter-x: 40px;
  }
}

.gx-90 {
  --bs-gutter-x: 90px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .gx-90 {
    --bs-gutter-x: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gx-90 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .gx-90 {
    --bs-gutter-x: 50px;
  }
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.demo {
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear, transform 0.2s ease;
  -moz-transition: color 0.3s linear, transform 0.2s ease;
  -ms-transition: color 0.3s linear, transform 0.2s ease;
  -o-transition: color 0.3s linear, transform 0.2s ease;
  transition: color 0.3s linear, transform 0.2s ease;
}
[dir=rtl] .demo {
  margin-left: 0;
  margin-right: 15px;
}
div.demo img {
  margin-left: 10px;
}

[tp-theme=tp-theme-dark] .demo {
  color: yellow;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); /* default position */
  }
  40% {
    transform: translateY(-15px); /* move up */
  }
  60% {
    transform: translateY(-8px); /* small bounce */
  }
}
/*----------------------------------------
    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;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.body-overlay:hover {
  cursor: url("../img/icon/cross-out.html"), pointer;
}

.body-overlay.opened {
  opacity: 0.7;
  visibility: visible;
}

/* dropcap */
.tp-dropcap::first-letter {
  padding-left: 100px;
}

.class {
  stroke-dasharray: 189px, 191px;
  stroke-dashoffset: 0px;
}

/* gutter for x axis */
.tp-gx-20 {
  --bs-gutter-x: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-20 {
    --bs-gutter-x: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-20 {
    --bs-gutter-x: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-20 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 767px) {
  .tp-gx-20 {
    --bs-gutter-x: 10px;
  }
}
.tp-gx-20 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-30 {
  --bs-gutter-x: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-30 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-30 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-30 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 767px) {
  .tp-gx-30 {
    --bs-gutter-x: 10px;
  }
}
.tp-gx-30 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-40 {
  --bs-gutter-x: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-40 {
    --bs-gutter-x: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-40 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-40 {
    --bs-gutter-x: 30px;
  }
}
@media (max-width: 767px) {
  .tp-gx-40 {
    --bs-gutter-x: 15px;
  }
}
.tp-gx-40 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 1400px) {
  .container-large {
    max-width: 1325px;
  }
}
/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 16px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 75px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--tp-common-white);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--tp-common-black);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/
.tp-btn-black {
  height: 60px;
  line-height: 60px;
  border-radius: 40px;
  padding: 0 42px;
  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);
  transition-duration: 800ms;
}
.tp-btn-black::before {
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  z-index: 1;
  border-radius: 50%;
  transition-duration: 800ms;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: var(--tp-common-white);
  webkit-transition-duration: 800ms;
}
.tp-btn-black-wrap {
  position: relative;
  z-index: 1;
  float: left;
  overflow: hidden;
  display: inline-block;
}
.tp-btn-black-wrap .text-1 {
  position: relative;
  display: block;
  color: var(--tp-common-white);
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.tp-btn-black-wrap .text-2 {
  position: absolute;
  top: 100%;
  display: block;
  color: var(--tp-common-black);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .tp-btn-black {
    height: 50px;
    line-height: 50px;
    padding: 0px 30px;
  }
}
.tp-btn-black:hover {
  color: var(--tp-common-white);
  background-color: transparent;
}
.tp-btn-black:hover::before {
  top: -40%;
}
.tp-btn-black:hover .tp-btn-black-wrap .text-1 {
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
}
.tp-btn-black:hover .tp-btn-black-wrap .text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-btn-black-animated span {
  font-size: 26px;
  font-weight: 700;
  border-radius: 100px;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  font-family: var(--tp-ff-shoulders);
  position: relative;
}
.tp-btn-black-animated span.btn-1 {
  padding: 0px 80px;
  height: 140px;
  line-height: 140px;
  transition: all 0.5s ease-in-out 0s;
}
.tp-btn-black-animated span.btn-2 {
  padding: 0px 36px;
  height: 140px;
  line-height: 140px;
  position: relative;
  left: -5px;
  transition: all 0.5s ease-in-out 0s;
}
.tp-btn-black-animated span.btn-3 {
  height: 60px;
  line-height: 60px;
  padding: 0px 43px;
  transform: rotate(-90deg);
  position: relative;
  left: -44px;
  transition: all 0.5s ease-in-out 0s;
}
.tp-btn-black-animated span.btn-expand {
  position: absolute;
  left: 0;
  height: 100%;
  width: 172px;
  border-radius: 100px;
  background-color: var(--tp-common-black);
  transition: all 0.5s ease-in-out 0s;
}
.tp-btn-black-animated:hover span.btn-expand {
  width: 295px;
}
.tp-btn-black-animated:hover span.btn-2 {
  left: -65px;
  padding: 0;
}
.tp-btn-black-animated:hover span.btn-3 {
  left: -53px;
  padding: 0;
  transform: rotate(0deg);
}
.tp-btn-black-2 {
  height: 60px;
  line-height: 55px;
  border-radius: 40px;
  padding: 0 18px 0 24px;
  font-weight: 500;
  font-size: 18px;
  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;
}
@media (max-width: 767px) {
  .tp-btn-black-2 {
    height: 50px;
    line-height: 43px;
    padding: 0px 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-square {
  height: 66px;
  line-height: 66px;
  padding: 0 35px;
  font-weight: 500;
  letter-spacing: -0.18px;
  font-size: 20px;
  z-index: 9;
  overflow: hidden;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s;
  border: 1.5px solid rgba(18, 18, 18, 0.2);
  color: var(--tp-common-black);
}
.tp-btn-black-square span {
  margin-left: 10px;
}
.tp-btn-black-square:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.tp-btn-black-sm {
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  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;
  border: 2px solid transparent;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-btn-black-sm:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  background-color: transparent;
}
.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;
}
.tp-btn-white {
  height: 38px;
  line-height: 33px;
  border-radius: 100px;
  padding: 0 20px;
  font-weight: 600;
  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-white);
  color: var(--tp-common-black);
}
.tp-btn-white span {
  padding-left: 3px;
  color: var(--tp-common-black);
  transform: translateY(-1px);
  display: inline-block;
  transition: 0.3s;
}
.tp-btn-white:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-btn-white:hover span {
  color: var(--tp-common-white);
}
.tp-btn-white.background-black {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  border: 2px solid transparent;
  transition: 0.3s;
}
.tp-btn-white.background-black span {
  color: var(--tp-common-white);
}
.tp-btn-white.background-black:hover {
  background-color: transparent;
  border-color: var(--tp-common-black);
  color: var(--tp-common-black);
}
.tp-btn-white.background-black:hover span {
  color: var(--tp-common-black);
}
.tp-btn-white-lg {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 16px;
  z-index: 9;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  overflow: hidden;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s;
  transition: 0.4s;
}
.tp-btn-white-lg:hover {
  transform: scale(1.2);
  color: var(--tp-common-black);
}
.tp-btn-white-sm {
  z-index: 9;
  height: 30px;
  line-height: 30px;
  padding: 0 17px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s;
  white-space: nowrap;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.tp-btn-white-sm svg {
  margin-left: 5px;
  margin-top: -1px;
  width: 18px;
}
.tp-btn-white-sm:hover svg {
  -webkit-animation: iconMove ease-out 0.35s;
  animation: iconMove ease-out 0.35s;
}
.tp-btn-white-sm.border-style {
  height: 40px;
  line-height: 37px;
  font-size: 17px;
  background-color: transparent;
  color: var(--tp-common-white);
  border: 1px solid #fff;
  border-radius: 0;
}
.tp-btn-white-sm.border-style:hover {
  background-color: #fff;
  color: var(--tp-common-black);
}
.tp-btn-white-shape {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  padding: 32px 52px;
  text-align: center;
  transition: all 0.3s;
  border-radius: 100%;
  border: 2px solid transparent;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white-solid);
}
.tp-btn-white-shape:hover {
  background-color: transparent;
  color: var(--tp-common-white);
  border-color: var(--tp-common-white-solid);
}
.tp-btn-zikzak {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: var(--tp-common-black);
  z-index: 1;
}
.tp-btn-zikzak .zikzak-content {
  position: absolute;
  top: -17px;
  left: 43px;
  padding-left: 0;
}
.tp-btn-zikzak .zikzak-content svg {
  display: block;
  margin-top: 7px;
  transition: 0.7s;
}
.tp-btn-zikzak svg.anim {
  position: relative;
  z-index: -1;
}
.tp-btn-zikzak:hover {
  color: var(--tp-common-black);
}
.tp-btn-zikzak:hover svg.anim {
  animation: rotate2 10s linear infinite;
}
.tp-btn-zikzak:hover .zikzak-content svg {
  transform: translateX(60px);
}
.tp-btn-zikzak.zikzak-inner {
  color: var(--tp-common-white);
}
.tp-btn-zikzak.zikzak-inner .zikzak-content {
  left: 37px;
}
.tp-btn-zikzak.zikzak-inner:hover .zikzak-content svg {
  transform: translateX(40px);
}
.tp-btn-zikzak-sm {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: var(--tp-common-black);
  text-align: left;
  transition: 0.3s ease-in-out;
}
.tp-btn-zikzak-sm .zikzak-content {
  position: absolute;
  top: -20px;
  left: 43px;
  z-index: 2;
}
.tp-btn-zikzak-sm .zikzak-content svg {
  display: block;
  margin-top: 7px;
  transition: 0.7s;
}
.tp-btn-zikzak-sm span .svg-bg {
  color: var(--tp-common-white-solid);
  transition: 0.3s ease-in-out;
}
.tp-btn-zikzak-sm:hover .zikzak-content {
  color: var(--tp-common-white-solid);
}
.tp-btn-zikzak-sm:hover .zikzak-content svg {
  transform: translateX(30px);
}
.tp-btn-zikzak-sm:hover span .svg-bg {
  color: var(--tp-common-black);
  animation: rotate2 10s linear infinite;
}
.tp-btn-project-sm {
  height: 32px;
  line-height: 32px;
  border-radius: 20px;
  padding: 0 22px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.tp-btn-project-sm:hover {
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
.tp-btn-animation {
  border-top: 1px solid rgba(18, 18, 18, 0.1);
  border-bottom: 1px solid rgba(18, 18, 18, 0.1);
  height: 45px;
  line-height: 45px;
  padding: 0 17px;
  display: inline-block;
  white-space: nowrap;
  animation: scrollText 20s infinite linear;
}
.tp-btn-animation:hover {
  animation-play-state: paused;
}
.tp-btn-animation span {
  font-weight: 500;
  font-size: 16px;
  z-index: 9;
  overflow: hidden;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s;
  color: var(--tp-common-black);
}
.tp-btn-animation span::before {
  height: 5px;
  width: 5px;
  background-color: var(--tp-common-black);
  display: inline-block;
  content: "";
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 50%;
  transform: translateY(-3px);
}
.tp-btn-circle {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
  width: 149px;
  height: 149px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-btn-circle.style-2 {
  border-color: rgba(25, 25, 26, 0.14);
  color: var(--tp-common-black);
}
.tp-btn-circle-icon {
  transform: translateY(10px);
  margin-left: 8px;
}
.tp-btn-circle .tp-btn-circle-dot {
  position: absolute;
  bottom: 0;
  left: 32px;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background-color: var(--tp-common-white);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.tp-btn-circle:hover {
  border: 1px solid transparent;
}
.tp-btn-circle:hover .tp-btn-circle-dot {
  width: 420px;
  height: 420px;
}
.tp-btn-circle:hover span {
  color: var(--tp-common-black);
}
.tp-btn-circle-2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  width: 149px;
  height: 149px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.tp-btn-circle-2 span {
  text-align: center;
}
.tp-btn-circle-2 .tp-btn-circle-dot {
  position: absolute;
  bottom: 0;
  left: 32px;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background-color: var(--tp-common-white);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.tp-btn-circle-2:hover {
  border: 1px solid transparent;
}
.tp-btn-circle-2:hover .tp-btn-circle-dot {
  width: 420px;
  height: 420px;
}
.tp-btn-circle-2:hover span {
  color: var(--tp-common-black);
}
.tp-btn-orange {
  height: 50px;
  line-height: 50px;
  padding: 0 43px;
  font-size: 16px;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s;
  color: var(--tp-common-white);
  background-color: var(--tp-common-orange);
  z-index: 9;
}
.tp-btn-orange:hover {
  color: var(--tp-common-white);
}

.tp-btn-border {
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  padding: 0 70px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.03em;
  z-index: 9;
  overflow: hidden;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s;
  color: var(--tp-common-black);
  border: 1px solid var(--tp-border-1);
  transition-duration: 800ms;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-btn-border {
    height: 60px;
    line-height: 60px;
    border-radius: 40px;
    padding: 0 40px;
  }
}
.tp-btn-border::before {
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  z-index: 1;
  border-radius: 50%;
  transition-duration: 800ms;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: var(--tp-common-black);
  webkit-transition-duration: 800ms;
}
.tp-btn-border-wrap {
  position: relative;
  z-index: 1;
  float: left;
  overflow: hidden;
  display: inline-block;
}
.tp-btn-border-wrap .text-1 {
  position: relative;
  display: block;
  color: var(--tp-common-black);
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.tp-btn-border-wrap .text-2 {
  position: absolute;
  top: 30%;
  display: block;
  color: var(--tp-common-white);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .tp-btn-border {
    height: 60px;
    line-height: 60px;
    padding: 0px 50px;
  }
}
.tp-btn-border:hover {
  border-color: var(--tp-common-black);
}
.tp-btn-border:hover::before {
  top: -40%;
}
.tp-btn-border:hover .tp-btn-border-wrap .text-1 {
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
}
.tp-btn-border:hover .tp-btn-border-wrap .text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}
.tp-btn-border-lg {
  height: 60px;
  line-height: 58px;
  border-radius: 40px;
  padding: 0 30px;
  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;
}
@media (max-width: 767px) {
  .tp-btn-border-lg {
    height: 50px;
    line-height: 50px;
    padding: 0px 30px;
  }
}
.tp-btn-border-lg:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  background-color: transparent;
}
.tp-btn-border-lg span {
  margin-left: 12px;
}
.tp-btn-border-lg span .svg-icon {
  position: absolute;
  top: 7px;
  left: -3px;
  right: 0;
  z-index: 2;
  margin: 0 auto;
}
.tp-btn-border-sm {
  height: 44px;
  line-height: 42px;
  border-radius: 100px;
  padding: 0 30px;
  z-index: 9;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.16px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  border: 1px solid var(--tp-common-white);
}
.tp-btn-border-sm:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/
/* pulse effect animation */
.tp-zoom-in-out {
  -webkit-animation: tp_zoom_in_out 3s infinite linear;
  -moz-animation: tp_zoom_in_out 3s infinite linear;
  -ms-animation: tp_zoom_in_out 3s infinite linear;
  -o-animation: tp_zoom_in_out 3s infinite linear;
  animation: tp_zoom_in_out 3s infinite linear;
}

@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);
  }
}
.tp-zoom-in-out {
  -webkit-animation: tp_zoom_in_out 3s infinite linear;
  -moz-animation: tp_zoom_in_out 3s infinite linear;
  -ms-animation: tp_zoom_in_out 3s infinite linear;
  -o-animation: tp_zoom_in_out 3s infinite linear;
  animation: tp_zoom_in_out 3s infinite linear;
}

@-webkit-keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-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);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-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);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-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);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@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);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


@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);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@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.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);
}

.black-bg-3 {
  background-color: var(--tp-common-black-3);
}

.dark-bg {
  background-color: var(--tp-common-dark);
}

.grey-bg {
  background-color: var(--tp-grey-1);
}

.grey-bg-2 {
  background-color: var(--tp-grey-4);
}

.grey-bg-3 {
  background-color:rgb(105 105 241 / 17%);
}


/*----------------------------------------*/
/*  2.8 Nice Select
/*----------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  /* background-color: #fff; */
  border: none;
  /* border-radius: 5px; */
  border-bottom: 1px solid rgba(25, 25, 26, 0.24);
  box-sizing: border-box;
  color: #B2B2B2;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 17px;
  font-weight: 400;
  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;
  z-index: 99;
  width: 100%;
}
.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%);
  -o-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);
  -o-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;
  -ms-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;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}


.tp-offcanvas-logo img {
  width: 199px;
  height: auto;
}
.tp-offcanvas-area {
  position: fixed;
  top: 0;
  right: 0;
  width: 450px;
  height: 100%;
  z-index: 99;
  z-index: 99999;
  padding: 14px 14px;
  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));
  -o-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.opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.tp-offcanvas-area .tp-homemenu-wrapper {
  margin-top: 20px;
}
.tp-offcanvas-area .tp-homemenu-wrapper .gx-25 {
  --bs-gutter-x: 10px;
}
.tp-offcanvas-area .homemenu-thumb-wrap {
  margin-bottom: 0;
  margin-bottom: 10px;
}
.tp-offcanvas-area .homemenu {
  margin-bottom: 15px;
}
.tp-offcanvas-area .homemenu-title {
  font-size: 13px;
}
.tp-offcanvas-area .tp-megamenu-list-box {
  padding: 0;
}
.tp-offcanvas-area .tp-megamenu-wrapper {
  padding: 20px 0px;
}
.tp-offcanvas-area .tp-megamenu-title {
  margin-bottom: 15px;
}
.tp-offcanvas-area .tp-megamenu-list-wrap ul {
  margin-left: 0;
}
.tp-offcanvas-area .tp-megamenu-list-wrap ul li a::before {
  top: 17px;
}
.tp-offcanvas-area .tp-main-menu-mobile ul li > a {
  font-size: 15px;
}
.tp-offcanvas-area .tp-megamenu-shop-style .tp-shop-banner-thumb {
  margin-bottom: 20px;
}
.tp-offcanvas-area .tp-megamenu-portfolio {
  padding-top: 20px;
}
.tp-offcanvas-area .tp-megamenu-portfolio-banner {
  display: none;
}
.tp-offcanvas-area .tp-megamenu-list-2 {
  padding-left: 0;
}
.tp-offcanvas-top {
  margin-bottom: 50px;
}
.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);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-offcanvas-content {
  margin-bottom: 45px;
}
.tp-offcanvas-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #414144;
}
.tp-offcanvas-title {
  font-size: 19px;
  line-height: 1;
  letter-spacing: -0.8px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--tp-common-black);
}
.tp-offcanvas-title.sm {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
.tp-offcanvas-gallery {
  margin-bottom: 65px;
}
.tp-offcanvas-contact {
  margin-bottom: 55px;
}
.tp-offcanvas-contact ul li {
  list-style: none;
}
.tp-offcanvas-contact ul li:not(:last-child) {
  margin-bottom: 2px;
}
.tp-offcanvas-contact ul li a {
  display: inline-block;
  color: #414144;
  font-size: 18px;
  position: relative;
}
.tp-offcanvas-contact ul li a::after {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  transition: 0.4s;
  background-color: #1e1e1e;
}
.tp-offcanvas-contact ul li a:hover {
  color: var(--tp-common-black);
}
.tp-offcanvas-contact ul li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.tp-offcanvas-social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tp-offcanvas-social ul li {
  list-style: none;
}
.tp-offcanvas-social ul li:not(:last-child) {
  margin-right: 8px;
}
.tp-offcanvas-social ul li a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 40px;
  color: var(--tp-common-black);
  border: 1px solid rgba(2, 11, 24, 0.1);
}
.tp-offcanvas-social ul li a:hover {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-offcanvas-social ul li a svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
/*----------------------------------------*/
/*  2.12 Accordion
/*----------------------------------------*/
.tp-service-2-accordion-box .accordion-items {
  border-bottom: 1px solid rgba(25, 25, 26, 0.1);
  position: relative;
}
.tp-service-2-accordion-box .accordion-header .accordion-buttons {
  padding: 20px 0;
  padding-left: 30px;
  padding-right: 50px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-common-black);
  width: 100%;
  text-align: left;
}
.tp-service-2-accordion-box .accordion-header .accordion-buttons:not(.collapsed) .accordion-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.tp-service-2-accordion-box .accordion-header .accordion-buttons .accordion-icon {
  position: absolute;
  top: 40px;
  right: 0;
}
.tp-service-2-accordion-box .accordion-header .accordion-buttons .accordion-icon::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #525258;
  border-radius: 2px;
  transition: 0.4s;
}
.tp-service-2-accordion-box .accordion-header .accordion-buttons .accordion-icon::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #525258;
  border-radius: 2px;
}
.tp-service-2-accordion-box .accordion-header span {
  margin-right: 20px;
}
.tp-service-2-accordion-box .accordion-body {
  padding: 0px 10px 40px 85px;
}
@media (max-width: 767px) {
  .tp-service-2-accordion-box .accordion-body {
    padding: 0px 10px 40px 50px;
  }
}
.tp-service-2-accordion-box .accordion-body p {
  margin-bottom: 40px;
}

.fq-faq-wrapper .tp-service-2-accordion-box .accordion-header .accordion-buttons {
  padding: 35px 0;
  padding-left: 0px;
  padding-right: 50px;
  font-size: 19px;
  font-weight: 600;
  color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .fq-faq-wrapper .tp-service-2-accordion-box .accordion-header .accordion-buttons {
    font-size: 17px;
  }
}
.fq-faq-wrapper .tp-service-2-accordion-box .accordion-body {
  padding: 0;
  padding-right: 100px;
}
@media (max-width: 767px) {
  .fq-faq-wrapper .tp-service-2-accordion-box .accordion-body {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-2-accordion-box {
    margin-bottom: 60px;
  }
}

.fq-faq-bdr {
  border-top: 1px solid rgba(25, 25, 26, 0.1);
}
.fq-faq-sidebar {
  padding-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fq-faq-sidebar {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fq-faq-sidebar {
    padding-left: 0px;
  }
}
.fq-faq-sidebar-title {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
  color: var(--tp-common-black-3);
}
.fq-faq-sidebar-content p {
  color: #5D5D63;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fq-faq-sidebar-content p br {
    display: none;
  }
}
.fq-faq-sidebar-thumb {
  margin-bottom: 40px;
}
.fq-faq-sidebar-search {
  position: absolute;
  top: 15px;
  right: 0;
}

.tp-section-title-40 {
  color: var(--tp-common-black);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-40 {
    font-size: 37px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-40 {
    font-size: 34px;
  }
}
.tp-section-title-40.font-style-2 {
  font-family: var(--tp-ff-marcellus);
}

.tp-section-subtitle-3 {
  color: var(--tp-common-black);
  font-size: 20px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.4px;
  margin-bottom: 20px;
  display: inline-block;
}
.tp-section-subtitle-3 span svg {
  margin-right: 8px;
  transform: translateY(-2px);
  color: var(--tp-common-black);
  animation: rotate2 3s linear infinite;
}


/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.container {
  transition: all 1s;
}

.tp-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.header-sticky {
  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: 0px 1px 3px 0px 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 .ab-logo-1 {
  display: none;
}
.header-sticky .ab-logo-2 {
  display: block;
}
.header-sticky::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  z-index: -1;
}

.ab-logo-2 {
  display: none;
}

.tp-header-style-9 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.logo-2 {
  display: none;
}

.tp-header-logo img {
  width: 199px;
  height: auto;
}
.tp-header-area.header-sticky .container {
  max-width: 100%;
}
.tp-header-area.header-sticky .tp-header-menu > nav > ul > li > a {
  padding: 27px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-mob-space {
    padding: 20px 0px;
  }
}
@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: 0px;
    padding-right: 0px;
  }
}
.tp-header-menu > nav > ul > li {
  display: inline-block;
  list-style-type: none;
  margin: 0px 15px;
}
.tp-header-menu > nav > ul > li > a {
  padding: 40px 0;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  text-transform: none;
  color: var(--tp-common-black);
}
.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;
}

/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
.header-main-menu > nav > ul > li > .submenu {
  position: absolute;
  width: 330px;
  z-index: 999;
  padding: 35px 0px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  text-align: left;
  margin-left: 0;
  overflow: hidden;
  transform-origin: top;
  transition-duration: 0.1s;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255);
  box-shadow: 0px 10px 30px 0px rgba(25, 25, 26, 0.1);
  -webkit-transform: perspective(300px) rotateX(-18deg);
  -moz-transform: perspective(300px) rotateX(-18deg);
  -ms-transform: perspective(300px) rotateX(-18deg);
  -o-transform: perspective(300px) rotateX(-18deg);
  transform: perspective(300px) rotateX(-18deg);
}
.header-main-menu > nav > ul > li > .submenu > li {
  list-style: none;
  display: block;
  padding: 0 30px;
}
.header-main-menu > nav > ul > li > .submenu > li:not(:last-child) {
  margin-bottom: 13px;
}
.header-main-menu > nav > ul > li > .submenu > li > a {
  color: #575758;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  position: relative;
}
.header-main-menu > nav > ul > li > .submenu > li > a::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  height: 2px;
  width: 0px;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  background-color: var(--tp-common-black);
}
.header-main-menu > nav > ul > li > .submenu > li:hover > a {
  padding-left: 25px;
  color: var(--tp-common-black);
}
.header-main-menu > nav > ul > li > .submenu > li:hover > a::before {
  width: 20px;
  visibility: visible;
  opacity: 1;
}
.header-main-menu > nav > ul > li > .submenu .submenu {
  left: 100%;
  top: 0;
}
.header-main-menu > nav > ul > li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.2s;
  -webkit-transform: perspective(300px) rotateX(0deg);
  -moz-transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -o-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg);
}
.header-main-menu > nav > ul > li.has-homemenu {
  position: static;
}
.header-main-menu > nav > ul > li.has-homemenu .tp-mega-menu {
  width: 100%;
}
.header-main-menu > nav > ul > li > .tp-mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  width: 1170px;
  margin: 0 auto;
}
.header-main-menu > nav > ul > li > .tp-mega-menu .tp-homemenu-wrapper {
  padding: 70px 70px 20px 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-main-menu > nav > ul > li > .tp-mega-menu .tp-homemenu-wrapper {
    padding: 50px 50px 20px 50px;
  }
}
.header-main-menu > nav > ul > li > .tp-mega-menu .tp-homemenu-wrapper .homemenu {
  margin-bottom: 40px;
}
.header-main-menu > nav > ul > li > .tp-mega-menu .tp-megamenu-portfolio {
  padding: 20px 0px 25px 70px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-main-menu > nav > ul > li > .tp-mega-menu .tp-megamenu-portfolio {
    padding: 20px 0px 25px 20px;
  }
}

.homemenu-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.15px;
  color: var(--tp-common-black);
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .homemenu-title {
    font-size: 13px;
    letter-spacing: normal;
  }
}
.homemenu-thumb img {
  width: 100%;
  transition: 1s;
}
.homemenu-thumb-wrap {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.homemenu-thumb:hover img {
  transform: scale(1.1);
}

.tp-megamenu-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 30px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  border-bottom: 1px solid rgba(58, 57, 54, 0.1);
  padding-left: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-title {
    font-size: 15px;
  }
}
.tp-megamenu-title a {
  padding-left: 20px;
}
.tp-megamenu-list-box {
  padding: 25px 0px 30px 20px;
}
.tp-megamenu-list-wrap ul {
  margin-left: 20px;
  display: inline-block;
}
.tp-megamenu-list-wrap ul li {
  list-style: none;
  width: 50%;
  float: left;
}
.tp-megamenu-list-wrap ul li:not(:last-child) {
  margin-bottom: 0px;
}
.tp-megamenu-list-wrap ul li a {
  color: #575758;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-list-wrap ul li a {
    font-size: 13px;
    letter-spacing: normal;
  }
}
.tp-megamenu-list-wrap ul li a::before {
  position: absolute;
  top: 10px;
  left: 0;
  /* content: ""; */
  height: 2px;
  width: 0px;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  background-color: var(--tp-common-black);
}
.tp-megamenu-list-wrap ul li:hover a {
  padding-left: 25px;
  color: var(--tp-common-black);
}
.tp-megamenu-list-wrap ul li:hover a::before {
  width: 20px;
  visibility: visible;
  opacity: 1;
}
.tp-megamenu-list-2 .tp-megamenu-list-wrap ul li {
  float: inherit;
  width: 100%;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), 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-megamenu-list-2 {
    margin-left: 0;
  }
}
.tp-megamenu-shop-style {
  height: 100%;
}
.tp-megamenu-shop-style .tp-shop-banner-left {
  height: 100%;
}
.tp-megamenu-shop-style .tp-shop-banner-thumb {
  height: 100%;
  overflow: hidden;
}
.tp-megamenu-shop-style .tp-shop-banner-thumb img {
  height: 371px;
  width: 100%;
}
.tp-megamenu-shop-style .tp-shop-banner-content {
  margin: 25px;
}
.tp-megamenu-shop-style .tp-shop-banner-title {
  font-size: 50px;
  margin-bottom: 10px;
}
.tp-megamenu-shop-style .tp-shop-banner-content span {
  font-size: 14px;
  margin-bottom: 18px;
}
.tp-megamenu-shop-style .tp-shop-btn {
  font-size: 13px;
  height: 30px;
  line-height: 29px;
  padding: 0px 18px;
  transition: 0.3s;
}
.tp-megamenu-shop-style .tp-shop-btn:hover {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
}
.tp-megamenu-portfolio-banner {
  position: absolute;
  top: 0;
  right: 0px;
  height: 100%;
}
.tp-megamenu-portfolio-banner img {
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-portfolio-banner {
    right: -130px;
  }
}
.tp-megamenu-wrapper {
  padding: 20px;
}
.tp-megamenu-portfolio-text {
  position: relative;
  z-index: 99;
  bottom: -35px;
  transform: rotate(-90deg) translateY(-110%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-megamenu-portfolio-text {
    bottom: -40px;
  }
}
.tp-megamenu-portfolio-text h4 {
  font-size: 160px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -1.6px;
  -webkit-text-stroke-width: 1px;
  font-family: var(--tp-ff-shoulders);
  -webkit-text-stroke-color: rgba(25, 25, 26, 0.1);
  color: transparent;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-megamenu-portfolio-text h4 {
    font-size: 120px;
  }
}
.tp-megamenu-portfolio-text span {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.3px;
  color: rgba(25, 25, 26, 0.4);
  font-family: var(--tp-ff-shoulders);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-megamenu-portfolio-text span {
    font-size: 21px;
  }
}

.tp-main-menu-mobile .tp-submenu {
  display: none;
}
.tp-main-menu-mobile .header-icon {
  display: none;
}
.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.has-dropdown > a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  font-size: 18px;
  color: #7F8387;
  font-family: "Font Awesome 5 Pro";
  transition: all 0.3s ease-in-out;
  text-align: center;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  padding: 15px 20px;
  padding-left: 100px;
}
@media (max-width: 767px) {
  .tp-main-menu-mobile nav ul li.has-dropdown > a .dropdown-toggle-btn {
    right: 0;
  }
}
.tp-main-menu-mobile nav ul li.has-dropdown > a .dropdown-toggle-btn i {
  transition: all 0.3s ease-in-out;
}
.tp-main-menu-mobile nav ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tp-main-menu-mobile nav ul li.has-dropdown > a.expanded {
  color: var(--tp-common-black);
}
.tp-main-menu-mobile nav ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
  color: var(--tp-common-black);
}
.tp-main-menu-mobile nav ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
  color: var(--tp-common-black);
}
.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);
  -o-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);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  font-size: 21px;
  line-height: 1;
}
.tp-main-menu-mobile nav ul li > a .menu-text {
  font-size: 16px;
  line-height: 11px;
  border-bottom: 1px solid #EAEBED;
  width: 82%;
  display: inline-block;
  /* padding: 19px 0 17px; */
}
.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 nav ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.tp-main-menu-mobile nav ul li .mega-menu, .tp-main-menu-mobile nav ul li .submenu {
  position: static;
  min-width: 100%;
  padding: 0;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
}
.tp-main-menu-mobile nav ul li .mega-menu li, .tp-main-menu-mobile nav ul li .submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}
.tp-main-menu-mobile nav ul li .mega-menu li:hover a .dropdown-toggle-btn, .tp-main-menu-mobile nav ul li .submenu li:hover a .dropdown-toggle-btn {
  color: var(--tp-theme-1);
}
.tp-main-menu-mobile .tp-main-menu-content ul li:not(:last-child) .home-menu-title a {
  border-bottom: none;
}
.tp-main-menu-mobile * ul, .tp-main-menu-mobile * li {
  transition: none !important;
}

.tp-portfolio-menu-style.tp-megamenu-list-wrap ul li {
  width: 100%;
  float: inherit;
}

@media (max-width: 767px) {
  .blog-details-bg {
    padding-bottom: 140px;
  }
}
.blog-details-bg-height {
  height: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-bg-height {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .blog-details-bg-height {
    height: 600px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-bg-height {
    height: 700px;
  }
}
.blog-details-overlay {
  position: relative;
}
.blog-details-overlay::after {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
.blog-details-overlay-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .blog-details-overlay-shape {
    width: 100%;
    left: 0;
    top: 0;
    width: 100%;
  height: 100%;
  }
}
.blog-details-overlay-shape img {
  height: 100%;
}
.blog-details-meta {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
  margin-bottom: 10px;
  display: inline-block;
}
.blog-details-meta i {
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  font-style: normal;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.blog-details-title {
  font-size: 30px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 30px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-title {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .blog-details-title {
    font-size: 25px;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-title {
    font-size: 80px;
  }
}
.blog-details-top-author img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-right: 20px;
}
.blog-details-top-author span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-common-white);
}
.blog-details-top-author span i {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  font-style: normal;
  color: rgba(255, 255, 255, 0.6);
}
.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);
}
.blog-details-thumb-box {
  margin-bottom: 75px;
}
.blog-details-blockquote {
  margin-left: 100px;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-blockquote {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .blog-details-blockquote {
    margin-left: 30px;
  }
}
.blog-details-blockquote p {
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.88px;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-blockquote p {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .blog-details-blockquote p {
    font-size: 30px;
  }
}
.blog-details-blockquote .quote-icon {
  position: absolute;
  top: -30px;
  left: -35px;
}
.blog-details-blockquote .blockquote-info {
  color: #5D5D63;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.blog-details-tag a, .blog-details-share a {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-black);
  margin-left: 20px;
  position: relative;
}
.blog-details-tag a::after, .blog-details-share a::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  transition: 0.4s;
  background-color: var(--tp-common-black);
}
.blog-details-tag a:hover::after, .blog-details-share a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .blog-details-tag a, .blog-details-share a {
    margin-left: 10px;
  }
}
.blog-details-tag span, .blog-details-share span {
  transform: translateY(-2px);
  display: inline-block;
}
.blog-details-author {
  background-color: #F7F7F7;
}
@media (max-width: 767px) {
  .blog-details-author {
    flex-wrap: wrap;
  }
}
.blog-details-author-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-black);
  margin-bottom: 15px;
}
.blog-details-author-content-wrap {
  padding: 40px;
}
@media (max-width: 767px) {
  .blog-details-author-content-wrap {
    padding: 20px;
  }
}
.blog-details-author-content p {
  color: #5D5D63;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
.blog-details-author-img {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .blog-details-author-img {
    width: 100%;
  }
}
.blog-details-author-img img {
  height: 100%;
  width: 100%;
}
.blog-details-author-social a {
  color: var(--tp-common-black);
  margin-left: 20px;
}
.blog-details-navigation-style .project-details-1-navigation {
  border-top: 1px transparent;
  padding: 0;
  padding-top: 0;
}
.blog-details-realated-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2px;
  color: var(--tp-common-black);
}
.blog-details-thumb-wrap {
  border-top: 1px solid #D9D9D9;
}
.blog-details-top-meta {
  padding: 55px 0;
}
@media (max-width: 767px) {
  .blog-details-top-meta {
    padding: 20px 0;
  }
}
.blog-details-top-meta span {
  color: #414145;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
}

.tp-flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tp-flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-details-without-sidebar .blog-details-thumb {
  height: 740px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-details-without-sidebar .blog-details-thumb {
    height: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-without-sidebar .blog-details-thumb {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-without-sidebar .blog-details-thumb {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .blog-details-without-sidebar .blog-details-thumb {
    height: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-without-sidebar .blog-details-thumb {
    height: 200px;
  }
}
.blog-details-without-sidebar .blog-details-thumb img {
  margin-top: -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) {
  .blog-details-without-sidebar .blog-details-thumb img {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .blog-details-without-sidebar .blog-details-thumb img {
    margin-top: 0px;
  }
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.counter-row {
  counter-reset: count;
}

.tp-footer-2-widget-logo img {
  width: 190px;
  height: 100%;
}

.tp-footer-dark .logo-2 {
  display: none;
}

.tp-copyright-logo img {
  width: 85px;
  height: 100%;
}

.tp-footer-wrap {
  padding: 0px 50px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .tp-footer-wrap {
    padding: 0;
  }
}
.tp-footer-middle-wrap {
  padding-left: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-middle-wrap {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-middle-wrap {
    padding-left: 0;
  }
}
.tp-footer-menu {
  margin-right: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-menu {
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.tp-footer-menu ul li {
  list-style-type: none;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
}
.tp-footer-menu ul li::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  width: 0%;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease-out 0s;
  background-color: var(--tp-common-white);
}
.tp-footer-menu ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.tp-footer-menu ul li:last-child::before {
  display: none;
}
.tp-footer-menu ul li:first-child {
  padding-top: 0;
}
.tp-footer-menu ul li.active a {
  color: var(--tp-common-white);
}
.tp-footer-menu ul li.active a::after {
  color: var(--tp-common-white);
}
.tp-footer-menu ul li a {
  font-weight: 400;
  font-size: 50px;
  line-height: 1;
  position: relative;
  padding-left: 50px;
  transition: 0.3s;
  display: block;
  color: rgba(245, 247, 245, 0.3);
  font-family: var(--tp-ff-gallery);
}
.tp-footer-menu ul li a .tp-menu-text {
  display: inline-flex;
  overflow: hidden;
  text-shadow: 0 80px 0 var(--tp-common-white);
  height: 55px;
}
.tp-footer-menu ul li a .tp-menu-text span {
  display: block;
  backface-visibility: hidden;
  font-style: normal;
  transition: transform 0.4s ease;
  transform: translateY(var(--m)) translateZ(0);
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(1) {
  transition-delay: 0.0333333333s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(2) {
  transition-delay: 0.0666666667s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(3) {
  transition-delay: 0.1s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(4) {
  transition-delay: 0.1333333333s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(5) {
  transition-delay: 0.1666666667s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(6) {
  transition-delay: 0.2s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(7) {
  transition-delay: 0.2333333333s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(8) {
  transition-delay: 0.2666666667s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(9) {
  transition-delay: 0.3s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(10) {
  transition-delay: 0.3333333333s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(11) {
  transition-delay: 0.3666666667s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(12) {
  transition-delay: 0.4s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(13) {
  transition-delay: 0.4333333333s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(14) {
  transition-delay: 0.4666666667s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(15) {
  transition-delay: 0.5s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(16) {
  transition-delay: 0.5333333333s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(17) {
  transition-delay: 0.5666666667s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(18) {
  transition-delay: 0.6s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(19) {
  transition-delay: 0.6333333333s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(20) {
  transition-delay: 0.6666666667s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(21) {
  transition-delay: 0.7s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(22) {
  transition-delay: 0.7333333333s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(23) {
  transition-delay: 0.7666666667s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(24) {
  transition-delay: 0.8s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(25) {
  transition-delay: 0.8333333333s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(26) {
  transition-delay: 0.8666666667s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(27) {
  transition-delay: 0.9s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(28) {
  transition-delay: 0.9333333333s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(29) {
  transition-delay: 0.9666666667s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(30) {
  transition-delay: 1s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(31) {
  transition-delay: 1.0333333333s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(32) {
  transition-delay: 1.0666666667s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(33) {
  transition-delay: 1.1s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(34) {
  transition-delay: 1.1333333333s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(35) {
  transition-delay: 1.1666666667s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(36) {
  transition-delay: 1.2s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(37) {
  transition-delay: 1.2333333333s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(38) {
  transition-delay: 1.2666666667s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(39) {
  transition-delay: 1.3s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(40) {
  transition-delay: 1.3333333333s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(41) {
  transition-delay: 1.3666666667s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(42) {
  transition-delay: 1.4s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(43) {
  transition-delay: 1.4333333333s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(44) {
  transition-delay: 1.4666666667s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(45) {
  transition-delay: 1.5s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(46) {
  transition-delay: 1.5333333333s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(47) {
  transition-delay: 1.5666666667s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(48) {
  transition-delay: 1.6s;
}
.tp-footer-menu ul li a .tp-menu-text span:nth-child(49) {
  transition-delay: 1.6333333333s;
}
.tp-footer-menu ul li a::after {
  content: "0" counter(count);
  counter-increment: count;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 22px;
  color: rgba(245, 247, 245, 0.2);
  font-family: var(--tp-ff-body);
  transition: 0.3s;
}
.tp-footer-menu ul li:hover a {
  --y: -0px;
  background-color: transparent;
  color: var(--tp-common-white);
}
.tp-footer-menu ul li:hover a span {
  --m: calc(80px * -1);
}
.tp-footer-menu ul li:hover a::after {
  color: var(--tp-common-white);
}
.tp-footer-menu ul li:hover::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
  left: 0;
  right: 0;
}
.tp-footer-big-title {
  font-weight: 400;
  font-size: 170px;
  line-height: 1;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-gallery);
  margin-bottom: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-big-title {
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  .tp-footer-big-title {
    font-size: 85px;
  }
}
.tp-footer-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  color: var(--tp-common-white);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .tp-footer-widget {
    margin-bottom: 40px;
  }
}
.tp-footer-widget-info-mail {
  display: inline-block;
}
.tp-footer-widget-info-mail a {
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--tp-common-white);
}
.tp-footer-widget-info-mail a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
}
.tp-footer-widget-info-mail a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--tp-common-white);
  content: "";
  transition: 0.4s;
}
.tp-footer-widget-info-mail:hover a::before {
  width: 100%;
}
.tp-footer-widget-info-location a {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
}
.tp-footer-widget-info-location a:hover {
  color: var(--tp-common-white);
}
.tp-footer-widget-social {
  display: inline-block;
}
.tp-footer-widget-social li {
  list-style-type: none;
  width: 50%;
  float: left;
  margin-bottom: 13px;
}
.tp-footer-widget-social li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--tp-common-white);
  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-footer-widget-social li a:hover {
  background-size: 0% 1px, 100% 1px;
  color: var(--tp-common-white);
}

.tp-footer-shape-wrap {
  position: fixed;
  right: 70px;
  bottom: 116px;
  left:10px;
}
.tp-footer-shape {
  display: inline-block;
}
.tp-footer-shape span {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: #00d757;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tp-footer-shape .img-1 {
  animation: rotate2 15s linear infinite;
}
.tp-footer-shape .img-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.tp-copyright-wrap {
  padding: 30px 0px;
  margin: 0px 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 767px) {
  .tp-copyright-wrap {
    margin: 0;
  }
}
.tp-copyright-logo img {
  margin-bottom: 20px;
}
.tp-copyright-text p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: rgba(245, 247, 245, 0.8);
}
@media (max-width: 767px) {
  .tp-copyright-text p {
    font-size: 14px;
  }
}

/*----------------------------------------*/
/*  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: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0;
}
.tp-footer-2-widget-title {
  color: var(--tp-common-white);
  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: 16px;
  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: none;
  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: 0px;
  }
}
@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: 0px;
  }
}

.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: 0px 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: 0px 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .tp-copyright-2-social a {
    padding: 0px 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: 35px 0;
  padding-bottom: 92px;
}

.tp-footer-white .tp-footer-2-widget-text p {
  color: #5D5D63;
}
.tp-footer-white .tp-footer-2-widget-title {
  color: var(--tp-common-black-2);
}
.tp-footer-white .tp-footer-2-widget-menu ul li a {
  color: #5D5D63;
  background-image: linear-gradient(#5D5D63, #5D5D63), linear-gradient(#5D5D63, #5D5D63);
}
.tp-footer-white .tp-footer-2-contact-item span {
  color: #5D5D63;
}
.tp-footer-white .tp-footer-2-input input {
  color: #5D5D63;
  border-bottom: 1px solid #5D5D63;
}
.tp-footer-white .tp-footer-2-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5D5D63;
}
.tp-footer-white .tp-footer-2-input input::-moz-placeholder { /* Firefox 19+ */
  color: #5D5D63;
}
.tp-footer-white .tp-footer-2-input input:-moz-placeholder { /* Firefox 4-18 */
  color: #5D5D63;
}
.tp-footer-white .tp-footer-2-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #5D5D63;
}
.tp-footer-white .tp-footer-2-input input::placeholder { /* MODERN BROWSER */
  color: #5D5D63;
}
.tp-footer-white .tp-footer-2-contact-item span:hover a {
  color: var(--tp-common-black-2);
}

.tp-copyright-white .tp-copyright-2-left p {
  color: #5D5D63;
}
.tp-copyright-white .tp-copyright-2-social a {
  color: var(--tp-common-black);
  border: 1.5px solid rgba(25, 25, 26, 0.2);
}
.tp-copyright-white .tp-copyright-2-social a:hover {
  background-color: var(--tp-common-black-2);
  color: var(--tp-common-white);
  border-color: var(--tp-common-black-2);
}
.tp-copyright-white.tp-copyright-2-bdr-top {
  border-top: 1px solid rgba(25, 25, 26, 0.2);
}

/*----------------------------------------*/
/*  6.3 Footer Style 3
/*----------------------------------------*/
.tp-footer-3-logo img {
  height: 100%;
  width: 85px;
}
.tp-footer-3-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.3px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
  margin-bottom: 30px;
}
.tp-footer-3-menu ul {
  display: inline-block;
}
.tp-footer-3-menu ul li {
  list-style-type: none;
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
.tp-footer-3-menu ul li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
  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-footer-3-menu ul li a:hover {
  background-size: 0% 1px, 100% 1px;
  color: var(--tp-common-white);
}
.tp-footer-3-btn .icon-1 {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 2;
}
.tp-footer-3-btn:hover .icon-2 svg {
  animation: rotate2 10s linear infinite;
}
.tp-footer-3-input-box input {
  background-color: transparent;
  margin-right: 10px;
  border-radius: 30px;
  height: 60px;
  line-height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
}
.tp-footer-3-input-box input:focus {
  border-color: var(--tp-common-white);
}
.tp-footer-3-input-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
}
.tp-footer-3-input-box input::-moz-placeholder { /* Firefox 19+ */
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
}
.tp-footer-3-input-box input:-moz-placeholder { /* Firefox 4-18 */
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
}
.tp-footer-3-input-box input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
}
.tp-footer-3-input-box input::placeholder { /* MODERN BROWSER */
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
}
.tp-footer-3-logo {
  margin-bottom: 105px;
  display: inline-block;
}
.tp-footer-3-bg-text {
  position: absolute;
  top: 0;
  left: 0;
}
.tp-footer-3-logo-box p {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}
.tp-footer-3-copyright {
  font-size: 18px;
  font-weight: 400;
  line-height: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.tp-footer-3-social a {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
  display: inline-block;
  margin-right: 6px;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: 0.3s;
}
.tp-footer-3-social a:hover {
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
  color: var(--tp-common-black);
}

.footer-col-3-1 {
  padding-right: 53px;
}
@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-3-1 {
    padding-right: 0;
  }
}
.footer-col-3-2 {
  padding-left: 80px;
  margin-left: 33px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-col-3-2 {
    padding-left: 30px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-col-3-2 {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
}
.footer-col-3-3 {
  padding-left: 130px;
  margin-left: 33px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-col-3-3 {
    margin-left: 0;
    padding-left: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-col-3-3 {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
}

.tp-reveal-line {
  overflow: hidden;
  padding-bottom: 18px;
}

/*----------------------------------------*/
/*  6.4 Footer Style 4
/*----------------------------------------*/
.tp-footer-4-big-title {
  font-size: 49px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: var(--tp-ff-marcellus);
  color: var(--tp-common-white);
  margin-bottom: 70px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-footer-4-big-title {
    font-size: 125px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-footer-4-big-title {
    font-size: 108px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-4-big-title {
    font-size: 92px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-4-big-title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-4-big-title {
    font-size: 101px;
  }
}
@media (max-width: 767px) {
  .tp-footer-4-big-title {
    font-size: 25px;
  }
}
.tp-footer-4-big-title span {
  display: inline-block;
  line-height: 0;
  transform: translateX(20px);
}
.tp-footer-4-top {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-footer-4-top-left p {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
}

/*----------------------------------------*/
/*  6.5 Footer Style 5
/*----------------------------------------*/
.tp-footer-5-subtitle {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-common-white);
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .tp-footer-5-subtitle {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.tp-footer-5-title {
  font-size: 230px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -4.6px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-5-title {
    font-size: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-5-title {
    font-size: 160px;
  }
}
@media (max-width: 767px) {
  .tp-footer-5-title {
    font-size: 75px;
  }
}
.tp-footer-5-title .tp-reveal-line-2 {
  padding-bottom: 0;
}
.tp-footer-5-mail {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  margin-right: 15px;
  display: inline;
  color: var(--tp-common-white);
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
}
@media (max-width: 767px) {
  .tp-footer-5-mail {
    font-size: 35px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.tp-footer-5-mail:hover {
  color: var(--tp-common-white);
  background-size: 0% 2px, 100% 2px;
}
.tp-footer-5-link {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background-color: var(--tp-common-white);
  display: inline-block;
}
@media (max-width: 767px) {
  .tp-footer-5-link {
    margin-left: 15px;
    transform: translateY(-7px);
  }
}
.tp-footer-5-content-wrap {
  padding-left: 60px;
  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-footer-5-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .tp-footer-5-info {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .tp-copyright-5-left-info {
    margin-bottom: 30px;
  }
}
.tp-copyright-5-left-info span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-common-white);
  display: block;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-copyright-5-style-2 .tp-copyright-2-social a {
    padding: 0px 23px;
  }
}
@media (max-width: 767px) {
  .tp-copyright-5-style-2 .tp-copyright-2-social a {
    margin-left: 0;
    margin-right: 10px;
  }
  .tp-copyright-5-style-2 .tp-copyright-2-social {
    margin-bottom: 30px;
  }
}

.tp-copyright-6-text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.tp-copyright-6-text p a {
  color: #F58156;
}

/*----------------------------------------*/
/*  6.6 Footer Style 6
/*----------------------------------------*/
.tp-footer-6-widget-title {
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 22px;
  color: #bbb;
  font-family: var(--tp-ff-marcellus);
}
.tp-footer-6-widget.footer-col-6-2 {
  padding-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-6-widget.footer-col-6-2 {
    padding-left: 0;
  }
}
.tp-footer-6-widget.footer-col-6-3 {
  padding-left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-6-widget.footer-col-6-3 {
    padding-left: 0;
  }
}
.tp-footer-6-widget.footer-col-6-4 {
  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) {
  .tp-footer-6-widget.footer-col-6-4 {
    padding-left: 0;
  }
}
.tp-footer-6-widget-wrap {
  margin-bottom: 20px;
}
.tp-footer-6-logo {
  margin-bottom: 25px;
}
.tp-footer-6-talk {
  margin-bottom: 25px;
}
.tp-footer-6-talk span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
}
.tp-footer-6-talk h4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
}
.tp-footer-6-contact-item {
  margin-bottom: 10px;
}
.tp-footer-6-contact-icon span {
  margin-right: 10px;
  transform: translateY(-2px);
  display: inline-block;
}
.tp-footer-6-contact-content a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--tp-ff-marcellus);
}
.tp-footer-6-list ul li {
  list-style-type: none;
  position: relative;
  padding-left: 15px;
  margin-bottom: 9px;
}
.tp-footer-6-list ul li::after {
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
  background-color: #BBBBBB;
}
.tp-footer-6-list ul li a {
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--tp-ff-marcellus);
}
.tp-footer-6-input-box {
  margin-bottom: 25px;
}
.tp-footer-6-input-box label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--tp-ff-marcellus);
  margin-bottom: 20px;
}
.tp-footer-6-input input {
  color: #7D7F82;
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  font-family: var(--tp-ff-marcellus);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(1, 15, 28, 0.1);
  padding-right: 140px;
}
.tp-footer-6-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7D7F82;
  font-size: 14px;
  font-weight: 400;
}
.tp-footer-6-input input::-moz-placeholder { /* Firefox 19+ */
  color: #7D7F82;
  font-size: 14px;
  font-weight: 400;
}
.tp-footer-6-input input:-moz-placeholder { /* Firefox 4-18 */
  color: #7D7F82;
  font-size: 14px;
  font-weight: 400;
}
.tp-footer-6-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #7D7F82;
  font-size: 14px;
  font-weight: 400;
}
.tp-footer-6-input input::placeholder { /* MODERN BROWSER */
  color: #7D7F82;
  font-size: 14px;
  font-weight: 400;
}
.tp-footer-6-input input:focus {
  border-color: #7D7F82;
}
.tp-footer-6-input .tp-btn-subscribe {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.tp-footer-6-social-title {
  color: #BBB;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
  font-family: var(--tp-ff-marcellus);
}
.tp-footer-6-social a {
  color: #BBB;
  height: 38px;
  width: 38px;
  margin-right: 4px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(1, 15, 28, 0.1);
}
.tp-footer-6-social a:hover {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
}

.tp-footer-6-logo img {
  width: 85px;
  height: 100%;
}

/*----------------------------------------*/
/*  7.11 Hero css start
/*----------------------------------------*/


.tp-overlay-bg {
  background-size: cover;
}



@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .panels-container-2 {
    flex-wrap: wrap;
  }
}

.panel-width {
  width: 100%;
}

/*----------------------------------------*/
/*  7.3 brand css start
/*----------------------------------------*/
.brand-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.tp-brand-area {
  padding-top: 600px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-brand-area {
    padding-top: 450px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-brand-area {
    padding-top: 640px;
  }
}
@media (max-width: 767px) {
  .tp-brand-area {
    padding-top: 0;
  }
}
.tp-brand-ptb {
  padding-top: 85px;
}
.tp-brand-brd-top {
  border-top: 1px solid var(--tp-border-1);
}
.tp-brand-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-black);
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-brand-title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-brand-title {
    margin-bottom: 40px;
  }
}
.tp-brand-item {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-brand-item {
    text-align: center;
  }
}
.tp-brand-slider-active .swiper-wrapper {
  display: flex;
  align-items: center;
}

.tp-brand-3-slider-active .swiper-wrapper {
  display: flex;
  align-items: center;
}
.tp-brand-3-slider-active .tp-brand-item {
  text-align: center;
}

.tp-brand-4-area {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 9999;
  margin-bottom: -3px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-brand-4-area {
    padding-top: 0;
  }
}
.tp-brand-4-item {
  border: 1px solid rgba(25, 25, 26, 0.1);
  text-align: center;
  margin: -1px 0 0 -1px;
  padding: 15px 15px;
  height: 150px;
  overflow: hidden;
}
.tp-brand-4-item img {
  transition: 0.3s;
}
.tp-brand-4-item:hover .tp-brand-4-line-text {
  opacity: 1;
  visibility: visible;
}
.tp-brand-4-item:hover img {
  opacity: 0;
  visibility: hidden;
}
.tp-brand-4-line-text {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  animation: scrollText-2 25s infinite linear;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tp-brand-4-line-text span {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
  white-space: nowrap;
  margin: 0px 15px;
}

@media (max-width: 767px) {
  .bd-brand-item {
    margin-bottom: 20px;
  }
}
.bd-brand-item img {
  width: 100%;
}

/*----------------------------------------*/
/*  7.19 service css start
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-area {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .tp-service-area {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.tp-service-title-box {
  display: inline-block;
  margin-bottom: 30px;
}
.tp-service-title-sm {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  color: var(--tp-common-black);
}
.tp-service-title-sm a {
  background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
  display: inline;
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
}
.tp-service-title-sm a:hover {
  background-size: 0% 2px, 100% 2px;
}
.tp-service-icon {
  flex: 0 0 auto;
}
.tp-service-icon img {
  flex: 0 0 auto;
  margin-right: 42px;
  transform: translateY(-10px);
}
@media (max-width: 767px) {
  .tp-service-icon img {
    margin-right: 0;
    margin-bottom: 30px;
    transform: translateY(0);
  }
}
.tp-service-content p {
  padding-right: 100px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-content p {
    padding-right: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-content p {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .tp-service-item {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-left-btn {
    margin-bottom: 60px;
  }
}

.tp-service-2-area {
  margin-top: 200px;
}
@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-service-2-area {
    margin-top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-2-area {
    padding-bottom: 60px;
  }
}
.tp-service-2-shape-img {
  padding-left: 90px;
}
.tp-service-2-shape-img img {
  animation: rotate2 8s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-2-shape-img {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-2-shape-img {
    padding-left: 0;
    margin-bottom: 50px;
  }
}
.tp-service-2-title {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -2px;
  color: var(--tp-common-black-2);
}
.tp-service-2-title-box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--tp-common-black-2);
}

.tp-service-3-wrap {
  padding-top: 65px;
  padding-bottom: 70px;
  border-top: 1px solid rgba(25, 25, 26, 0.1);
}
.tp-service-3-wrap:last-child {
  border-bottom: 1px solid rgba(25, 25, 26, 0.1);
}
@media (max-width: 767px) {
  .tp-service-3-btn-box {
    margin-top: 30px;
  }
}
.tp-service-3-icon {
  position: absolute;
  top: 33%;
  left: 41%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-3-icon {
    top: 31%;
    left: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-3-icon {
    top: 28%;
    left: 37%;
  }
}
@media (max-width: 767px) {
  .tp-service-3-icon {
    top: 24%;
    left: 58%;
  }
}
.tp-service-3-icon img {
  animation: rotate2 5s linear infinite;
}
.tp-service-3-title {
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-3-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-3-title {
    margin-bottom: 20px;
  }
}
.tp-service-3-title a {
  background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
  display: inline;
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
}
.tp-service-3-title:hover a {
  background-size: 0% 2px, 100% 2px;
}
.tp-service-3-content {
  padding: 0px 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-3-content {
    padding: 0px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-3-content {
    padding: 0;
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .tp-service-3-content {
    padding: 0;
  }
}
.tp-service-3-content p {
  color: #48484D;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-service-3-content p br {
    display: none;
  }
}
.tp-service-3-category span {
  height: 32px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 20px;
  padding: 0px 20px;
  line-height: 30px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
  border: 1px solid #E4E4E8;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .tp-service-3-category span {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .tp-service-4-area {
    padding-bottom: 38px;
    padding-top: 23px;
  }
}
.tp-service-4-title-wrap {
  margin-bottom: 20px;
}
.tp-service-4-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.8px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-4-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .tp-service-4-title {
    font-size: 33px;
  }
}
.tp-service-4-shape-1 {
  margin-right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-4-shape-1 {
    margin-right: 0;
  }
}
.tp-service-4-item {
  background-color: #f1f1f1;
  /* padding: 20px 26px; */
  border-radius: 20px;
}
.tp-service-4-item1 {
  background-color: #f1f1f1;
  /* padding: 20px 26px; */
  border-radius: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-4-item1 {
    padding: 40px 30px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-4-item1 {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-4-item {
    padding: 40px 30px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-4-item {
    margin-right: 0;
  }
}
.tp-service-4-title-sm {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
  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 {
      padding: 20px 20px;
}
.tp-service-4-icon img{
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.tp-service-4-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 18px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-4-content p br {
    display: none;
  }
}
.tp-service-4-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.14px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  position: relative;
}
.tp-service-4-link::after {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: var(--tp-common-white);
  content: "";
  transition: 0.3s;
}
.tp-service-4-link:hover {
  color: var(--tp-common-white);
}
.tp-service-4-link:hover::after {
  width: 100%;
}
.tp-service-4-icon {
  margin-bottom: 24px;
}
.tp-service-4-icon img {
  min-height: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-5-area {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .tp-service-5-area {
    padding-top: 100px;
  }
  .tp-service-5-area.sv-service-style {
    padding-top: 0;
  }
}
.tp-service-5-title {
  font-size: 20px;
  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-title .text-space {
  padding-left: 155px;
}
.tp-service-5-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-common-black);
  position: absolute;
  top: 0;
  left: 0;
}
.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: 0px;
  padding-right: 0px;
}
@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: 0px;
  }
}
.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: 0px;
    padding-left: 0;
  }
}
.tp-service-5-wrap {
  /* 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;
  }
}

.tp-service-6-left-box {
  min-width: 530px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-6-left-box {
    min-width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-6-left-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tp-service-6-left-box {
    margin-bottom: 30px;
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .tp-service-6-section-title-box {
    margin-bottom: 30px;
  }
}
.tp-service-6-count-number span {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-gallery);
  margin-right: 65px;
  min-width: 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  .tp-service-6-count-number span {
    margin-right: 15px;
  }
}
.tp-service-6-line::before {
  margin-top: 10px;
  margin-right: 20px;
  content: "";
  height: 1px;
  width: 0px;
  background-color: var(--tp-common-black);
  display: inline-block;
  transition: 0.4s;
}
.tp-service-6-title-sm {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-gallery);
}
@media (max-width: 767px) {
  .tp-service-6-title-sm {
    font-size: 20px;
  }
  .tp-service-6-title-sm br {
    display: none;
  }
}
.tp-service-6-title-box:hover .tp-service-6-line::before {
  width: 60px;
}
.tp-service-6-text p {
  max-width: 350px;
  color: #5D5D63;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .tp-service-6-text p {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-6-text p {
    margin-right: 51px;
  }
}
.tp-service-6-category {
  min-width: 150px;
  margin-left: 160px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-6-category {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-6-category {
    margin-left: 100px;
  }
}
@media (max-width: 767px) {
  .tp-service-6-category {
    margin-left: 0px;
  }
}
.tp-service-6-category span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-common-black);
  display: block;
  margin-bottom: 15px;
}
.tp-service-6-category span:last-child {
  margin-bottom: 0;
}
.tp-service-6-item {
  padding: 48px 0;
  border-bottom: 1px solid rgba(25, 25, 26, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-6-item {
    flex-wrap: wrap;
  }
}
.tp-service-6-item:first-child {
  border-top: 1px solid rgba(25, 25, 26, 0.1);
}
.tp-service-6-section-title-box .tp-section-subtitle {
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .tp-service-6-right-box {
    flex-wrap: wrap;
  }
}

.sv-hero-title-box {
  margin-bottom: 90px;
  padding-left: 165px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sv-hero-title-box {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sv-hero-title-box {
    padding-left: 0px;
    margin-bottom: 45px;
  }
}
.sv-hero-title-box p {
  color: #5D5D63;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}
.sv-hero-title {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.8px;
  color: var(--tp-common-black-2);
  transform: translateX(-8px);
  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: 120px;
}
@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: 60px;
  }
}
.sv-hero-thumb-shape {
  position: absolute;
  top: -70px;
  right: 165px;
}
.sv-hero-thumb-box {
  height: 700px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sv-hero-thumb-box {
    height: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sv-hero-thumb-box {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sv-hero-thumb-box {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .sv-hero-thumb-box {
    height: 200px;
  }
}
.sv-hero-thumb-box img {
  margin-top: -250px;
}
@media (max-width: 767px) {
  .sv-hero-thumb-box img {
    height: 400px;
  }
}

.sv-service-content-wrap {
  height: 100%;
  width: 100%;
  padding: 110px;
  background-color: #7646f9;
}
@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: 0px 11px;
}
.sv-service-title {
  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);
}
.sv-service-space-wrap {
  padding-left: 50px;
}
@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 {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.sv-port-thumb.port-thumb-1 img {
  border-radius: 300px;
}
.sv-port-thumb.port-thumb-2 img {
  border-radius: 40px;
}

.sv-small-text-box span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  color: var(--tp-common-black-2);
}

.sv-big-text {
  font-size: 199px;
  font-weight: 700;
  line-height: -4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--tp-common-black-2);
  white-space: nowrap;
  margin-bottom: 0;
  transform: translateX(-12px);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sv-big-text {
    font-size: 170px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sv-big-text {
    font-size: 151px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sv-big-text {
    font-size: 129px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sv-big-text {
    font-size: 101px;
  }
}
@media (max-width: 767px) {
  .sv-big-text {
    font-size: 36px;
        white-space: break-spaces;
        font-weight: 700;
    }
  }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sv-big-text {
    font-size: 80px;
    white-space: nowrap;
  }
}

.service-details__subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: var(--tp-common-black);
}
.service-details__title {
  font-weight: 500;
  font-size: 100px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details__title {
    font-size: 85px;
  }
}
@media (max-width: 767px) {
  .service-details__title {
    font-size: 58px;
  }
}
.service-details__banner-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details__banner-text p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details__banner-text p {
    font-size: 17px;
  }
  .service-details__banner-text p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .service-details__banner-text p {
    font-size: 17px;
  }
  .service-details__banner-text p br {
    display: none;
  }
}
.service-details__tab-btn ul li button {
  font-weight: 500;
  font-size: 17px;
  line-height: 42px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--tp-ff-didoneright);
  color: var(--tp-common-white);
  padding: 0px 50px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  margin: 0 5px;
  transition: 0.3s;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-details__tab-btn ul li button {
    padding: 0px 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details__tab-btn ul li button {
    padding: 0px 25px;
  }
}
.service-details__tab-btn ul li button:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.service-details__tab-btn ul li button.active {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
}
.service-details__left-text .text-1 {
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  padding-bottom: 20px;
  color: var(--tp-common-black);
}
.service-details__left-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--tp-common-black);
}
.service-details__fea-list {
  margin-bottom: 25px;
}
.service-details__fea-list ul li {
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
  color: var(--tp-common-black);
  list-style-type: none;
  position: relative;
  padding-left: 17px;
  margin-bottom: 10px;
}
.service-details__fea-list ul li:last-child {
  margin-bottom: 0;
}
.service-details__fea-list ul li::after {
  position: absolute;
  top: 15px;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  display: inline-block;
  background-color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details__space {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .service-details__space {
    padding-top: 25px;
  }
}
.service-details__sm-thumb img {
  width: 100%;
}
.service-details__right-wrap {
  padding: 31px 30px;
  margin-left: 70px;
  background-color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .service-details__right-wrap {
    margin-left: 0;
    margin-top: 60px;
  }
}
.service-details__right-category {
  margin-bottom: 200px;
}
.service-details__right-category a {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--tp-common-black);
  border: 1px solid var(--tp-common-black);
  padding: 0px 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  transition: 0.3s;
  margin-bottom: 10px;
  display: table;
}
.service-details__right-category a.active {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.service-details__right-text-box h4 {
  font-weight: 600;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
.service-details__right-text-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--tp-common-black);
}
.service-details__rotate-text {
  position: absolute;
  top: 20%;
  right: -119px;
}
.service-details__rotate-text span {
  transform: rotate(90deg);
  padding: 5px 30px;
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  background-color: #fff;
  letter-spacing: 1.2px;
}
.service-details__tab-thumb {
  overflow: hidden;
  position: relative;
  width: auto;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .service-details__tab-thumb {
    height: 340px;
  }
  .service-details__tab-thumb img {
    height: 500px;
    object-fit: cover;
  }
}

.tp-studio-service-ptb {
  padding-top: 120px;
  padding-bottom: 310px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-studio-service-ptb {
    padding-bottom: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-studio-service-ptb {
    padding-bottom: 230px;
  }
}
@media (max-width: 767px) {
  .tp-studio-service-ptb {
    padding: 100px 15px;
  }
}
.tp-studio-service-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  color: var(--tp-common-white);
}
.tp-studio-service-title {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-shoulders);
  margin-bottom: 15px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-studio-service-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-studio-service-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-studio-service-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .tp-studio-service-title {
    font-size: 30px;
  }
}
.tp-studio-service-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-studio-service-content p {
    font-size: 16px;
  }
}
.tp-studio-service-icon span {
  margin-right: 40px;
  display: inline-block;
}
@media (max-width: 767px) {
  .tp-studio-service-icon span {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.tp-studio-service-item {
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-studio-service-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-studio-service-item {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tp-studio-service-item {
    flex-wrap: wrap;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.tp-studio-service-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.tp-studio-service-item:last-child .tp-studio-border::after {
  display: none;
}
.tp-studio-service-item .tp-studio-border::after {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: calc(100% - 170px);
  background-color: rgba(255, 255, 255, 0.12);
  content: "";
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-studio-service-item .tp-studio-border::after {
    width: calc(100% - 0px);
  }
}
.tp-studio-service-item.space-ml-2 {
  margin-left: 175px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-studio-service-item.space-ml-2 {
    margin-left: 0;
  }
}
.tp-studio-service-item.space-ml-3 {
  margin-left: 345px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-studio-service-item.space-ml-3 {
    margin-left: 0;
  }
}
.tp-studio-service-linetext-wrap {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-studio-service-linetext-wrap {
    bottom: -7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-studio-service-linetext-wrap {
    bottom: 0px;
  }
}
.tp-studio-service-linetext {
  font-size: 250px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-shoulders);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-studio-service-linetext {
    font-size: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-studio-service-linetext {
    font-size: 125px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-studio-service-linetext {
    font-size: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-studio-service-linetext {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .tp-studio-service-linetext {
    font-size: 100px;
  }
}
.tp-studio-service-linetext span {
  font-weight: 200;
}

/*----------------------------------------*/
/*  7.18 project css start
/*----------------------------------------*/
.tp-line-content span {
  font-size: 180px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -8px;
  text-transform: uppercase;
  color: #DCDDDF;
  font-family: var(--tp-ff-marcellus);
}
@media (max-width: 767px) {
  .tp-line-content span {
    font-size: 65px;
  }
}

.tp-line-text-wrap .swiper-wrapper {
  transition-timing-function: linear;
}
.tp-line-text-wrap .swiper-slide {
  width: auto;
}
.tp-line-text-wrap .swiper, .tp-line-text-wrap .swiper-container {
  direction: rtl;
}

.tp-line-text-wrap-2 .swiper, .tp-line-text-wrap-2 .swiper-container {
  direction: ltr;
}

.tp-project-textline {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .tp-project-textline {
    margin-bottom: 60px;
  }
}
.tp-project-textline-1 {
  margin-right: 50px;
}
.tp-project-textline span {
  font-weight: 400;
  font-size: 200px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-textline span {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .tp-project-textline span {
    font-size: 70px;
  }
}
.tp-project-textline span img {
  margin: 0 50px;
  transform: translateY(-15px);
  animation: rotate2 15s linear infinite;
  margin-top: -40px;
}
.tp-project-textline span.textline-1 {
  margin-right: 50px;
  flex: 0 0 auto;
  font-family: var(--tp-ff-gallery);
}
@media (max-width: 767px) {
  .tp-project-textline span.textline-1 {
    margin-right: 20px;
  }
}
.tp-project-textline span.textline-2 {
  margin-right: 50px;
}
.tp-project-left-wrap {
  padding-right: 100px;
  margin-top: 190px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-left-wrap {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-left-wrap {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .tp-project-left-wrap {
    padding-right: 0px;
    margin-top: 0;
  }
}
.tp-project-right-wrap {
  padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-right-wrap {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-right-wrap {
    padding-left: 0px;
  }
}
.tp-project-mr {
  margin-right: 90px;
}
@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-mr {
    margin-right: 0;
  }
}
.tp-project-ml {
  margin-left: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-ml {
    margin-left: 0;
  }
}
.tp-project-img {
  overflow: hidden;
  position: relative;
  height: 100%;
  display: inline-block;
}
.tp-project-img.height-1 {
  height: 450px;
  width: 100%;
}
@media (max-width: 767px) {
  .tp-project-img.height-1 {
    height: 300px;
    width: 100%;
  }
}
.tp-project-img.height-2 {
  height: 580px;
}
@media (max-width: 767px) {
  .tp-project-img.height-2 {
    height: 300px;
    width: 100%;
  }
}
.tp-project-img.height-3 {
  height: 820px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-img.height-3 {
    height: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-img.height-3 {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .tp-project-img.height-3 {
    height: 300px;
    width: 100%;
  }
}
.tp-project-img.height-4 {
  height: 830px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-img.height-4 {
    height: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-img.height-4 {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .tp-project-img.height-4 {
    height: 300px;
    width: 100%;
  }
}
.tp-project-img.height-5 {
  height: 400px;
}
@media (max-width: 767px) {
  .tp-project-img.height-5 {
    height: 300px;
    width: 100%;
  }
}
.tp-project-img.height-6 {
  height: 450px;
  width: 100%;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .tp-project-img.height-6 {
    height: 300px;
    width: 100%;
    margin-top: 0;
  }
}
.tp-project-img img {
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}
@media (max-width: 767px) {
  .tp-project-img img {
    width: 100%;
  }
}
.tp-project-img:hover .tp-project-content span {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}
.tp-project-img:hover .tp-project-content .tp-project-title-sm {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}
.tp-project-full-img-wrap {
  height: 100vh;
}
.tp-project-full-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  background-position: top;
  background-repeat: no-repeat;
  object-fit: cover;
}
.tp-project-content span {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  display: inline-block;
  transform: translateX(20px);
  transition: all 0.5s ease-out 0s;
  transition-delay: 0.2s;
}
.tp-project-title-sm {
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-gallery);
  margin-bottom: 0;
  color: var(--tp-common-black);
  transform: translateX(20px);
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.2s;
}
.tp-project-btn {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .tp-project-item {
    margin-bottom: 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) {
  .panels-container {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .panels-container .panel {
    width: 100%;
  }
}

.tp-project-2-area {
  margin: 0px -15px;
  transition: 0.3s;
}
.tp-project-2-area.addclass {
  background-color: var(--tp-common-black);
}
.tp-project-2-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-2-content {
    padding: 0 50px;
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-project-2-content {
    padding: 30px;
  }
}
.tp-project-2-content span {
  color: var(--tp-common-white);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
}
.tp-project-2-title-sm {
  color: var(--tp-common-white);
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.8px;
  margin-bottom: 0;
}
.tp-project-2-title-sm a {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  display: inline;
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
}
.tp-project-2-title-sm a:hover {
  background-size: 0% 2px, 100% 2px;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-project-2-title-sm {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-2-thumb {
    width: 100%;
  }
}
.tp-project-2-thumb img {
  border-radius: 12px;
  max-width: inherit;
  object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-2-thumb img {
    width: 100%;
    height: 100%;
  }
}
.tp-project-2-item {
  padding: 0px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-2-item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.tp-project-3-title-box .tp-section-title-200 {
  margin-bottom: 40px;
}
.tp-project-3-btn-box {
  position: absolute;
  right: 26%;
  top: 25px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-project-3-btn-box {
    right: 22%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-project-3-btn-box {
    right: 25%;
    top: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-3-btn-box {
    right: -6%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-3-btn-box {
    position: static;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-3-btn-box {
    right: 18%;
    top: 0;
  }
}
@media (max-width: 767px) {
  .tp-project-3-btn-box {
    position: static;
  }
}
.tp-project-3-wrap {
  margin-bottom: 220px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-3-wrap {
    margin-bottom: 130px;
  }
}
@media (max-width: 767px) {
  .tp-project-3-wrap {
    margin-bottom: 100px;
  }
}
.tp-project-3-thumb img {
  border-radius: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .tp-project-3-thumb.pro-img-1 {
    margin-bottom: 30px;
  }
}
.tp-project-3-thumb.pro-img-1 img {
  transform-origin: bottom left;
  transform: rotate(-2deg);
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-3-thumb.pro-img-1 img {
    transform: rotate(0);
  }
}
.tp-project-3-thumb.pro-img-2 img {
  transform-origin: bottom right;
  transform: rotate(2deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-3-thumb.pro-img-2 img {
    transform: rotate(0);
  }
}
.tp-project-3-meta {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--tp-ff-marcellus);
  margin-bottom: 120px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-3-meta {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-3-meta {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-project-3-meta {
    margin-bottom: 25px;
  }
}
.tp-project-3-title-sm {
  font-size: 90px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.9px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-3-title-sm {
    font-size: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-3-title-sm {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .tp-project-3-title-sm {
    font-size: 40px;
  }
}
.tp-project-3-content {
  margin-bottom: 105px;
  margin-top: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-3-content {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-3-content {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .tp-project-3-content {
    margin-bottom: 60px;
  }
}
.tp-project-3-border span {
  width: 240px;
  height: 20px;
  border-radius: 100px;
  background: linear-gradient(90deg, rgba(76, 73, 104, 0.7) 0%, rgba(115, 3, 192, 0.7) 33.33%, rgba(236, 56, 188, 0.7) 66.67%, rgba(253, 239, 249, 0.7) 100%);
  display: inline-block;
}
.tp-project-3-border.color-2 span {
  background: linear-gradient(90deg, rgba(26, 42, 108, 0.7) 0%, rgba(178, 31, 31, 0.7) 50%, rgba(253, 187, 45, 0.7) 100%);
}
.tp-project-3-border.color-3 span {
  background: linear-gradient(90deg, rgba(255, 75, 31, 0.7) 0%, rgba(31, 221, 255, 0.7) 100%);
}

.tp-reveal-line-2 {
  overflow: hidden;
  padding-bottom: 40px;
}

.tp_img_reveal {
  visibility: hidden;
  overflow: hidden;
}

.tp_img_reveal img {
  transform-origin: left;
  overflow: hidden;
}

@media (max-width: 767px) {
  .tp-project-4-area {
    padding-bottom: 90px;
  }
}
.tp-project-4-bg {
  position: relative;
  height: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@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%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tp-project-4-thumb {
  overflow: hidden;
  height: 100%;
}
.tp-project-4-overlay {
  position: relative;
  overflow: hidden;
}
.tp-project-4-overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 9, 11, 0.2);
  content: "";
  z-index: 2;
}
.tp-project-4-content {
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  display: inline-block;
}
.tp-project-4-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 11px;
  color: var(--tp-common-white);
}
.tp-project-4-title {
  font-size: 300px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -12px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-4-title {
    font-size: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-4-title {
    font-size: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-4-title {
    font-size: 170px;
  }
}
@media (max-width: 767px) {
  .tp-project-4-title {
    font-size: 90px;
  }
}
.tp-project-4-title span {
  color: #FFF;
  text-align: center;
  font-family: Marcellus;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 125% */
}

.tp-project-5-wrap {
  margin-right: -3%;
}
@media (max-width: 767px) {
  .tp-project-5-wrap {
    flex-wrap: wrap;
    margin-right: 0;
  }
}
.tp-project-5-text {
  line-height: 0;
  flex: 0 0 auto;
}
.tp-project-5-text span {
  color: #5D5D63;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  margin-right: 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-project-5-text span {
    font-size: 16px;
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .tp-project-5-text span {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-project-5-thumb-wrap {
    flex-wrap: wrap;
  }
}
.tp-project-5-thumb {
  flex: 0 0 auto;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .tp-project-5-thumb {
    flex: initial;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-project-5-thumb {
    width: 100%;
  }
}
.tp-project-5-thumb img {
  display: inline-block;
  flex: 0 0 auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-project-5-thumb img {
    width: 100%;
    margin-right: 0;
  }
}

.tp-project-5-2-title {
  font-size: 190px;
  font-weight: 600;
  letter-spacing: -5.6px;
  color: rgba(245, 247, 245, 0.0784313725);
  white-space: nowrap;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-5-2-title {
    font-size: 210px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-5-2-title {
    font-size: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-5-2-title {
    font-size: 140px;
  }
}
@media (max-width: 767px) {
  .tp-project-5-2-title {
    font-size: 85px;
  }
}
.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 {
  width: 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;
}
.tp-project-5-2-title-sm {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.8px;
  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;
  }
}

.pd-custom-info-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) {
  .pd-custom-info-wrap {
    padding-left: 0;
  }
}
.pd-custom-full-img {
  overflow: hidden;
  height: 740px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pd-custom-full-img {
    height: 530px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pd-custom-full-img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .pd-custom-full-img {
    height: 200px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pd-custom-full-img {
    height: 300px;
  }
}
.pd-custom-full-img img {
  width: 100%;
}
.pd-custom-full-img-2 {
  overflow: hidden;
  height: 640px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pd-custom-full-img-2 {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .pd-custom-full-img-2 {
    height: 200px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pd-custom-full-img-2 {
    height: 300px;
  }
}
.pd-custom-full-img-2 img {
  width: 100%;
  margin-top: -400px;
}
@media (max-width: 767px) {
  .pd-custom-full-img-2 img {
    margin-top: -100px;
  }
}

.pd-visual-subtitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-black-2);
  font-family: var(--tp-ff-shoulders);
}
.pd-visual-title-box {
  margin-bottom: 75px;
}
.pd-visual-left-text span {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-black-2);
  font-family: var(--tp-ff-shoulders);
}
.pd-visual-right-list ul li {
  list-style-type: none;
  color: #414145;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}
.pd-visual-right-list ul li:last-child {
  margin-bottom: 0;
}
.pd-visual-right-list ul li::before {
  height: 5px;
  width: 5px;
  content: "";
  background-color: #414145;
  display: inline-block;
  transform: translateY(-3px);
  margin-right: 14px;
}
.pd-visual-right-content p {
  color: #414145;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
}

.pd-visual-slider-active {
  margin: 0px -250px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pd-visual-slider-active {
    margin: 0;
  }
}
.pd-visual-slider-thumb img {
  width: 100%;
  transition: 0.9s;
}
.pd-visual-slider-thumb:hover img {
  transform: scale(1.1);
}

.pd-typography-left {
  padding-left: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pd-typography-left {
    padding-left: 0;
  }
}
.pd-typography-left span {
  display: block;
}
.pd-typography-left span.text-1 {
  color: #97979D;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 45px;
}
.pd-typography-left span.text-2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.4px;
  color: var(--tp-common-black-2);
  font-family: var(--tp-ff-shoulders);
  margin-bottom: 20px;
}
.pd-typography-left span.text-3 {
  color: #414145;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.96px;
  font-family: var(--tp-ff-shoulders);
  margin-bottom: 20px;
}
.pd-typography-left span.text-4 {
  color: #414145;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.96px;
  font-family: var(--tp-ff-shoulders);
  margin-bottom: 30px;
}
.pd-typography-left span.text-5 {
  font-size: 230px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-black-2);
  font-family: var(--tp-ff-shoulders);
}

.pd-typography-middle {
  margin-top: 65px;
  padding-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pd-typography-middle {
    padding-left: 0;
  }
}
.pd-typography-middle .pd-typography-left {
  padding-left: 0px;
}
.pd-typography-middle .pd-typography-left span {
  font-family: var(--tp-ff-syne);
}

.pd-typography-color {
  padding-left: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pd-typography-color {
    padding-left: 0;
  }
}
.pd-typography-color span {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  line-height: 100px;
  font-size: 22px;
  font-weight: 600;
  display: block;
  text-align: center;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  border: 6px solid #FDFDFD;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-shoulders);
  background-color: var(--tp-common-black-2);
  box-shadow: 0px 1px 3px 0px rgba(25, 25, 26, 0.14);
}
.pd-typography-color span.color-2 {
  background-color: #5D5D63;
  margin-top: -35px;
}
.pd-typography-color span.color-3 {
  background-color: #ECECEA;
  color: var(--tp-common-black-2);
  margin-top: -35px;
}
.pd-typography-color .text-1 {
  color: #97979D;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 45px;
}

.tp-showcase-details-bg {
  height: 100vh;
}
.tp-showcase-details-bg .port-showcase-slider-social {
  position: absolute;
  right: 60px;
  bottom: 60px;
}
@media (max-width: 767px) {
  .tp-showcase-details-bg .port-showcase-slider-social {
    right: 15px;
  }
}
.tp-showcase-details-scroll {
  position: absolute;
  bottom: 60px;
  left: 60px;
}
@media (max-width: 767px) {
  .tp-showcase-details-scroll {
    left: 15px;
  }
}
.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;
}
.tp-showcase-details-copyright {
  position: absolute;
  right: 60px;
  bottom: 60px;
}
.tp-showcase-details-copyright p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-white);
  margin-bottom: 0;
}

.showcase-details-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-common-black-2);
}
.showcase-details-subtitle.fs-40 {
  font-size: 40px;
}
.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;
  font-weight: 400;
  line-height: 34px;
  color: var(--tp-common-black-2);
  font-family: var(--tp-ff-marcellus);
  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 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-common-black-2);
  font-family: var(--tp-ff-marcellus);
}
.showcase-details-overview-info-right {
  padding-left: 60px;
}
.showcase-details-overview-info-right span {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-common-black-2);
  font-family: var(--tp-ff-marcellus);
}

.showcase-details-thumb img {
  width: 100%;
}

.showcase-details-2-bg {
  padding-top: 400px;
  padding-bottom: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .showcase-details-2-bg {
    padding-top: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .showcase-details-2-bg {
    padding-top: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .showcase-details-2-bg {
    padding-top: 240px;
  }
}
@media (max-width: 767px) {
  .showcase-details-2-bg {
    padding-top: 200px;
    padding-bottom: 120px;
  }
}
.showcase-details-2-title {
  font-size: 200px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -8px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .showcase-details-2-title {
    font-size: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .showcase-details-2-title {
    font-size: 135px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .showcase-details-2-title {
    font-size: 105px;
  }
}
@media (max-width: 767px) {
  .showcase-details-2-title {
    font-size: 100px;
  }
}
.showcase-details-2-title-box {
  margin-bottom: 180px;
}
.showcase-details-2-subtitle {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  color: var(--tp-common-white);
}
.showcase-details-2-content p {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -0.8px;
  padding-bottom: 100px;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .showcase-details-2-content p {
    font-size: 32px;
  }
}
.showcase-details-2-info span {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
}
.showcase-details-2-info h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.44px;
  color: var(--tp-common-white);
}
.showcase-details-2-link {
  position: absolute;
  top: 50%;
  right: 200px;
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .showcase-details-2-link {
    top: 42%;
  }
}
@media (max-width: 767px) {
  .showcase-details-2-link {
    top: 38%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .showcase-details-2-link {
    top: 44%;
  }
}
.showcase-details-2-link .project-details-custom-link {
  color: var(--tp-common-white);
}
.showcase-details-2-link .project-details-custom-link::after {
  background-color: rgba(255, 255, 255, 0.3);
}
.showcase-details-2-link .project-details-custom-link::before {
  background-color: var(--tp-common-white);
}
.showcase-details-2-section-title-box {
  margin-bottom: 85px;
}
.showcase-details-2-section-title {
  font-size: 150px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -6px;
  margin-bottom: 85px;
  color: var(--tp-common-black-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .showcase-details-2-section-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .showcase-details-2-section-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .showcase-details-2-section-title {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .showcase-details-2-section-title {
    font-size: 60px;
    margin-bottom: 20px;
  }
}
.showcase-details-2-content-right p {
  color: #414145;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  max-width: 670px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .showcase-details-2-content-right p {
    font-size: 20px;
  }
}
.showcase-details-2-slider-item {
  margin: 0px 10px;
  display: inline-block;
}
.showcase-details-2-slider-item img {
  max-width: inherit;
}
@media (max-width: 767px) {
  .showcase-details-2-slider-item img {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.showcase-details-2-grid-img img {
  max-width: inherit;
}
@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-2-grid-img img {
    max-width: 100%;
    width: 100%;
  }
}
.showcase-details-2-grid-img img.img-left {
  margin-left: -50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .showcase-details-2-grid-img img.img-left {
    margin-left: 0;
  }
}
.showcase-details-2-grid-img img.img-right {
  margin-right: -20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .showcase-details-2-grid-img img.img-right {
    margin-right: 0;
  }
}

.rm-project-tab-wrap {
  position: absolute;
  bottom: 5%;
  right: 23%;
}
.rm-project-tab-wrap ul {
  display: flex;
  flex-direction: column;
}
.rm-project-tab-wrap ul li {
  margin-bottom: 5px;
}
.rm-project-tab-wrap ul li:last-child {
  margin-bottom: 0;
}
.rm-project-tab-wrap ul li button {
  color: #626265;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  transition: 0.3s;
}
.rm-project-tab-wrap ul li button::before {
  position: absolute;
  top: 9px;
  left: -50px;
  content: "";
  height: 1.5px;
  width: 40px;
  margin-right: 15px;
  display: inline-block;
  background-color: var(--tp-common-black-2);
  width: 0;
  transition: 0.4s;
}
.rm-project-tab-wrap ul li button.active {
  color: var(--tp-common-black-2);
}
.rm-project-tab-wrap ul li button.active::before {
  width: 40px;
}
.rm-project-tab-wrap ul li button:hover::before {
  width: 40px;
}

#canvas-slider {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: width 0.5s ease-in-out 0;
  transition: width 0.5s ease-in-out 0s;
  z-index: 1;
}

#showcase-slider-holder {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  opacity: 1;
  z-index: 1033;
}

#canvas-slider .slider-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #222;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* SLIDER */
.tp-perspective-slider {
  width: 100%;
  overflow: hidden;
  padding: 2vw 3vw 0;
  box-sizing: border-box;
  margin-bottom: 80px;
}
.tp-perspective-slider .tp-slide-inner {
  width: 100%;
  height: 90vh;
  position: relative;
  display: inline-block;
}
.tp-perspective-slider .tp-slide-inner .tp-slider-content {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.tp-perspective-slider .tp-slide-inner .tp-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  display: inline-block;
}
.tp-perspective-slider .tp-slide-inner .tp-image:before {
  content: "";
  width: 40px;
  height: 103%;
  background: #fff;
  position: absolute;
  left: -20px;
  top: -1.5%;
  z-index: 10;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.tp-perspective-slider .tp-slide-inner .tp-image:after {
  content: "";
  width: 40px;
  height: 103%;
  background: #fff;
  position: absolute;
  right: -20px;
  top: -1.5%;
  z-index: 10;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.tp-portfolio-9-category {
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
  margin-bottom: 0px;
}
.tp-portfolio-9-category.tp_reveal_anim {
  padding-bottom: 0;
}
.tp-portfolio-9-category.tp_reveal_anim .tp-reveal-line {
  padding-bottom: 10px;
}
.tp-portfolio-9-title {
  font-weight: 400;
  font-size: 180px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-9-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-9-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-9-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-portfolio-9-title {
    font-size: 80px;
  }
}

.showcase-details-2-fullwidth-img {
  height: 900px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .showcase-details-2-fullwidth-img {
    height: 745px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .showcase-details-2-fullwidth-img {
    height: 520px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .showcase-details-2-fullwidth-img {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .showcase-details-2-fullwidth-img {
    height: 200px;
  }
}

.showcase-details-thumb {
  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;
  }
}

.tp-project-details-3-ptb {
  padding-top: 220px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-details-3-ptb {
    padding-top: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-details-3-ptb {
    padding-top: 150px;
  }
}
.tp-project-details-3-scroll a {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  color: #515155;
}
.tp-project-details-3-scroll a span {
  margin-right: 10px;
  transform: translateY(-3px);
  display: inline-block;
}
.tp-project-details-3-link a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-black);
  position: relative;
}
.tp-project-details-3-link a span {
  margin-left: 5px;
  transform: translateY(-2px);
}
.tp-project-details-3-link a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--tp-common-black);
  content: "";
}

#myline {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-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) {
  #myline {
    display: none !important;
  }
}

.tp-studio-portfolio-shape {
  position: absolute;
  top: 180px;
  left: 110px;
  animation: rotate2 5s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-studio-portfolio-shape {
    left: auto;
    right: 125px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-studio-portfolio-shape {
    left: auto;
    right: 80px;
    top: 100px;
  }
}
.tp-studio-portfolio-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-shoulders);
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-studio-portfolio-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-studio-portfolio-title-box {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-studio-portfolio-title-box {
    margin-bottom: 30px;
  }
}
.tp-studio-portfolio-title-box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #5D5D63;
  padding-right: 20px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-studio-portfolio-title-box p {
    font-size: 16px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-studio-portfolio-title-box p {
    font-size: 17px;
    padding-right: 0;
  }
}
.tp-studio-portfolio-inner-title {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  background-size: 200% 100%;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-shoulders);
  mix-blend-mode: difference;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-studio-portfolio-inner-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-studio-portfolio-inner-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-studio-portfolio-inner-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-studio-portfolio-inner-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-studio-portfolio-inner-title {
    font-size: 30px;
  }
}
.tp-studio-portfolio-inner-title span {
  color: #5D5D63;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  top: -1px;
  right: -25px;
  font-family: var(--tp-ff-syne);
}
.tp-studio-portfolio-inner-title-box {
  position: relative;
  z-index: 5;
}
.tp-studio-portfolio-inner-title-box .tp-hover-reveal-bg {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: -1;
  width: 220px;
  height: 270px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tp-studio-portfolio-item {
  padding-top: 43px;
  padding-bottom: 43px;
  padding-left: 40px;
  border-bottom: 1px solid #E4E4E5;
  border-left: 1px solid #E4E4E5;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-studio-portfolio-item {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-studio-portfolio-item {
    padding-top: 30px;
    padding-bottom: 30px;
    border-right: 1px solid #E4E4E5;
  }
}
@media (max-width: 767px) {
  .tp-studio-portfolio-item {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-right: 1px solid #E4E4E5;
  }
}
.tp-studio-portfolio-item:first-child {
  border-top: 1px solid #E4E4E5;
}
.tp-studio-portfolio-item:hover .tp-hover-reveal-bg {
  opacity: 1;
}
.tp-studio-portfolio-wrap {
  transform-origin: bottom left;
  transform: rotate(-90deg) translateY(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-studio-portfolio-wrap {
    transform: rotate(0) translateX(0);
  }
}

/* SLIDER */
.tp-project-details-3-full-width-thumb {
  height: 840px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-details-3-full-width-thumb {
    height: 510px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-details-3-full-width-thumb {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-details-3-full-width-thumb {
    height: 400px;
  }
  .tp-project-details-3-full-width-thumb img {
    height: 500px;
  }
}

.tp-project-details-3-thumb-box {
  height: 740px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-details-3-thumb-box {
    height: 460px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-details-3-thumb-box {
    height: 480px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-details-3-thumb-box {
    height: 340px;
  }
}
@media (max-width: 767px) {
  .tp-project-details-3-thumb-box {
    height: 340px;
  }
  .tp-project-details-3-thumb-box img {
    height: 400px;
  }
}

.portfolio-random-bg {
  background-position: top;
  background-repeat: no-repeat;
  background-blend-mode: difference;
  background-color: #fff;
}

.pd-custom-main-wrap {
  width: calc(100% - 80px);
  margin-left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pd-custom-main-wrap {
    padding: 0px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pd-custom-main-wrap {
    padding: 0px 30px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pd-custom-main-wrap {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .project-details-2-area {
    padding-top: 140px;
  }
}

.project-details-video {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .showcase-details-2-info-wrap {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .showcase-details-2-info {
    margin-right: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .showcase-details-2-slider-wrap {
    flex-wrap: wrap;
  }
}

.parallax-slider-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.parallax-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 3800px;
  height: 100%;
}

.parallax-slider-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 100%;
  display: flex;
  gap: 30px;
  left: 70px;
  margin-top: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .parallax-slider-inner {
    left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .parallax-slider-inner {
    left: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .parallax-slider-inner {
    left: 35px;
  }
}
@media (max-width: 767px) {
  .parallax-slider-inner {
    left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .parallax-slider-inner {
    left: 30px;
  }
}

.parallax-item {
  position: relative;
  width: 500px;
  height: 100%;
  overflow: hidden;
}
.parallax-item:hover .parallax-content {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.parallax-item:hover .parallax-img::after {
  opacity: 1;
  height: 100%;
  visibility: visible;
}

.parallax-content {
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: 55;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  margin: 40px 40px 30px 35px;
  transition: 0.4s;
}
.parallax-content span {
  font-size: 24px;
  line-height: 1;
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
  text-transform: capitalize;
}
.parallax-content h4 {
  font-size: 50px;
  line-height: 1;
  padding-bottom: 7px;
  display: inline-block;
  letter-spacing: -3px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
}

.parallax-img {
  position: absolute;
  height: 100%;
  width: 800px;
  background-size: cover;
  background-position: center;
  margin-left: -100px;
}
.parallax-img::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  background-color: rgba(0, 0, 0, 0.3);
}

.tp-studio-portfolio-img {
  position: absolute;
  bottom: -40%;
  left: 35%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: rotate(90deg);
}
.tp-studio-portfolio-img img {
  border-radius: 54% 45% 56% 44%/61% 60% 40% 39%;
  will-change: border-radius, transform, opacity;
  display: block;
  -webkit-animation: sliderShape 5s linear infinite;
  height: 350px;
  width: 350px;
}

.tp-studio-portfolio-item:hover {
  position: relative;
  z-index: 555;
}
.tp-studio-portfolio-item:hover .tp-studio-portfolio-img {
  left: 40%;
  opacity: 1;
  visibility: visible;
}
.tp-studio-portfolio-item:hover .tp-studio-portfolio-inner-title {
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-size 0.4s cubic-bezier(0.32, 0.55, 0.58, 0.76) 0s, 0.4s -webkit-clip-path cubic-bezier(0.32, 0.55, 0.58, 0.76) 0s;
  background-image: linear-gradient(270deg, #000 0%, #000 50%, transparent 50.1%);
  -webkit-text-stroke: 1px rgba(30, 30, 30, 0.4901960784);
  background-position: 100% 0%;
  background-size: 0% 100%;
  mix-blend-mode: difference;
}

.tp-project-horigontal-style .tp-studio-height {
  height: 100vh;
  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-project-horigontal-style .tp-studio-height {
    height: 100%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-project-horigontal-style .tp-studio-portfolio-item {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-studio-portfolio-img {
    transform: rotate(0deg);
    bottom: -100%;
  }
}

@media (max-width: 767px) {
  .tp-studio-portfolio-img img {
    height: 250px;
    width: 250px;
  }
}

.tp-project-5-video {
  line-height: 0;
}
.tp-project-5-video video {
  height: 230px;
  width: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .tp-project-5-video video {
    width: 100%;
  }
}

.tp-project-4-bg.project-panel a {
  height: 100%;
}

/*----------------------------------------*/
/*  7.22 team css start
/*----------------------------------------*/
.tp-team-item {
  position: relative;
  text-align: center;
}
.tp-team-item img {
  width: 100%;
  transition: 0.7s;
  transform: scale(1);
  object-fit: cover;
}
.tp-team-item:hover img {
  transform: scale(1.3);
}
.tp-team-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  content: "";
  background: linear-gradient(178.92deg, rgba(29, 29, 29, 0) 27.4%, #1D1D1D 108.05%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.tp-team-item:hover::after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.tp-team-item:hover .tp-team-content span {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}
.tp-team-item:hover .tp-team-title-sm {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}
.tp-team-content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  padding-bottom: 20px;
}
.tp-team-content span {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.2s;
  display: inline-block;
}
.tp-team-title-sm {
  font-weight: 400;
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-gallery);
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.5s ease-out 0s;
  transition-delay: 0.2s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-team-title-sm {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-title-sm {
    font-size: 30px;
  }
}
.tp-team-slider-active {
  margin: 0px -260px;
}
@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-team-slider-active {
    margin: 0;
  }
}

.tp-team-4-item {
  border-radius: 10px;
  transition: 0.3s;
  overflow: hidden;
  border: 1px solid rgba(25, 25, 26, 0.1);
}
.tp-team-4-item img {
  width: 100%;
  transition: 0.7s;
  transform: scale(1);
  object-fit: cover;
}
.tp-team-4-item:hover img {
  transform: scale(1.3);
}
.tp-team-4-thumb {
  overflow: hidden;
  position: relative;
}
.tp-team-4-thumb img {
  transition: 0.3s;
  border-radius: 4px;
}
.tp-team-4-social a {
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: var(--tp-common-black);
  border: 1px solid rgba(25, 25, 26, 0.1);
  margin: 0px 4px;
  transition: 0.3s;
}
.tp-team-4-social a:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.tp-team-4-content {
  padding: 30px 70px 20px 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team-4-content {
    padding: 30px 50px 20px 50px;
  }
}
@media (max-width: 767px) {
  .tp-team-4-content {
    padding: 30px 40px 20px 40px;
  }
}
.tp-team-4-content span {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #5D5D63;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: inline-block;
}
.tp-team-4-title-sm {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 15px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
  border-bottom: 1px solid rgba(25, 25, 26, 0.1);
}

.tm-details-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.tm-details-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}


/*----------------------------------------*/
/*  7.23 testimonial css start
/*----------------------------------------*/
.tp-testimonial-item p {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  color: var(--tp-common-black);
  padding: 0px 35px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .tp-testimonial-item p {
    font-size: 23px;
    padding: 0;
  }
}
.tp-testimonial-item span {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
.tp-testimonial-item span em {
  color: var(--tp-common-black);
  font-style: normal;
}
.tp-testimonial-arrow-box button {
  height: 60px;
  width: 60px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--tp-border-1);
  transition: 0.3s;
}
.tp-testimonial-arrow-box button span {
  color: var(--tp-common-black);
  transition: 0.3s;
}
.tp-testimonial-arrow-box button:hover {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.tp-testimonial-arrow-box button:hover span {
  color: var(--tp-common-white);
}
.tp-testimonial-prev {
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-prev {
    left: 0;
  }
}
.tp-testimonial-next {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-next {
    right: 0;
  }
}


/*----------------------------------------*/
/*  7.1 about css start
/*----------------------------------------*/
.tp-about-2-section-title {
  color: var(--tp-common-black);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  .tp-about-2-section-title {
    font-size: 32px;
  }
}
.tp-about-2-thumb-box {
  margin-right: 35px;
}
@media (max-width: 767px) {
  .tp-about-2-thumb-box {
    margin-right: 0;
  }
}
.tp-about-2-thumb-main img {
  transform-origin: top left;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .tp-about-2-thumb-main img {
    width: 100%;
    transform: rotate(0);
    margin-bottom: 20px;
  }
}
.tp-about-2-thumb-inner {
  position: absolute;
  bottom: -40px;
  left: 153px;
  transform-origin: left bottom;
}
@media (max-width: 767px) {
  .tp-about-2-thumb-inner {
    transform: rotate(0);
    position: static;
    margin-bottom: 20px;
  }
}
.tp-about-2-thumb-inner img {
  border-radius: 12px;
  width: 100%;
  margin-bottom: 10px;
}
.tp-about-2-thumb-text {
  color: #37373D;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  display: inherit;
}
.tp-about-2-content {
  padding-left: 40px;
  padding-right: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-2-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-2-content {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.tp-about-2-content span {
  color: var(--tp-common-black);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: inline-block;
}
.tp-about-2-content p {
  color: #3E3E44;
}
.tp-about-2-right-thumb {
  overflow: hidden;
  position: relative;
  width: 200px;
  height: 230px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-2-right-thumb {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tp-about-2-area {
    padding-top: 40px;
    padding-bottom: 12px;
  }
}

.tp-about-3-content {
  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 {
  margin-right: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-3-shape {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .tp-about-3-shape {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.tp-about-3-shape img {
  animation: rotate2 5s linear infinite;
}


/*----------------------------------------*/
/*  7.7 cta css start
/*----------------------------------------*/
.tp-cta-title-box {
  padding-left: 70px;
}
@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: 465px;
  margin: 0 auto;
  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: 101px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -4px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-title {
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  .tp-cta-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-cta-title {
    font-size: 110px;
  }
}
.tp-cta-title span {
  padding-left: 315px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cta-title span {
    padding-left: 0;
  }
}
.tp-cta-btn-box {
  position: absolute;
  bottom: 5%;
  left: 12%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cta-btn-box {
    bottom: 16%;
    left: 25%;
    transform: scale(0.7);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-btn-box {
    position: static;
  }
}
@media (max-width: 767px) {
  .tp-cta-btn-box {
    position: static;
    margin-top: 20px;
  }
}
.tp-cta-icon {
  position: absolute;
  top: 14%;
  right: 19%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cta-icon {
    top: 8%;
    right: 29%;
  }
}
@media (max-width: 767px) {
  .tp-cta-icon {
    top: -21%;
  }
}
.tp-cta-icon img {
  animation: rotate2 5s linear infinite;
  filter: brightness(0) invert(1);
}
.tp-cta-circle span {
  height: 400px;
  width: 400px;
  border-radius: 50%;
  background: linear-gradient(-90deg, rgba(3, 0, 30, 0.5) 0%, rgba(115, 3, 192, 0.5) 33.33%, rgba(236, 56, 188, 0.5) 66.67%, rgba(253, 239, 249, 0.5) 100%);
  filter: blur(15px);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.cn-contactform-style .ab-about-category-title-box {
  padding-left: 0px;
}
.cn-contactform-style .ab-2-hero-social-wrap {
  top: 31%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cn-contactform-style .ab-2-hero-social-wrap {
    top: 43%;
  }
}

.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-support-text span {
  font-size: 44px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: -0.88px;
  color: var(--tp-common-black-2);
  max-width: 755px;
  margin: 0 auto;
  display: inline-block;
}

.cn-contact-info-bg {
  padding: 120px 150px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cn-contact-info-bg {
    padding: 120px 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cn-contact-info-bg {
    padding: 120px 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cn-contact-info-bg {
    padding: 120px 30px;
  }
}
@media (max-width: 767px) {
  .cn-contact-info-bg {
    padding: 120px 30px;
  }
}
.cn-contact-info-bg .cn-contact-info-item:first-child {
  padding-top: 0;
}
.cn-contact-info-bg .cn-contact-info-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.cn-contact-info-thumb {
  margin-right: 140px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cn-contact-info-thumb {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cn-contact-info-thumb {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .cn-contact-info-thumb {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cn-contact-info-thumb {
    margin-right: 20px;
    margin-bottom: 30px;
  }
}
.cn-contact-info-thumb img {
  width: 320px;
}
.cn-contact-info-item {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cn-contact-left {
    margin-bottom: 90px;
  }
}
.cn-contact-left-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-common-white);
  margin-bottom: 160px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cn-contact-left-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .cn-contact-left-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cn-contact-left-info {
    margin-bottom: 30px;
  }
}
.cn-contact-left-info span {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.cn-contact-left-info span i {
  padding-right: 5px;
}
.cn-contact-location {
  margin-bottom: 115px;
}
@media (max-width: 767px) {
  .cn-contact-location {
    margin-bottom: 50px;
  }
}
.cn-contact-location-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-white);
  display: block;
  margin-bottom: 15px;
}
.cn-contact-location a {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cn-contact-location a {
    font-size: 16px;
  }
}
.cn-contact-map a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-common-white);
  position: relative;
}
@media (max-width: 767px) {
  .cn-contact-map a {
    margin-bottom: 20px;
    display: inline-block;
  }
}
.cn-contact-map a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.3);
}
.cn-contact-map a::before {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0;
  content: "";
  background: var(--tp-common-white);
  transition: 0.4s;
}
.cn-contact-map a:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}
.cn-contact-right {
  padding-left: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cn-contact-right {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cn-contact-right-wrap {
    flex-wrap: wrap;
  }
}
.cn-contact-right-info a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-common-white);
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cn-contact-right-info a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .cn-contact-right-info a {
    margin-bottom: 15px;
  }
}
.cn-contact-right-info a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.3);
}

@-webkit-keyframes bgshots {
  from {
    -webkit-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  to {
    -webkit-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }
}
@keyframes bgshots {
  from {
    -webkit-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  to {
    -webkit-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }
}
@-webkit-keyframes bgshotsright {
  from {
    -webkit-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  to {
    -webkit-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
}
@keyframes bgshotsright {
  from {
    -webkit-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  to {
    -webkit-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
}



.tp-shop-popup-wrap {
  height: 500px;
  width: 800px;
  margin: 0 auto;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-shop-popup-wrap {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .tp-shop-popup-wrap {
    width: 360px;
  }
}
.tp-shop-popup-content {
  padding: 24px;
}
.tp-shop-popup-img {
  position: relative;
  height: 100%;
  flex: 0 0 auto;
}
.tp-shop-popup-img img {
  height: 100%;
}
.tp-shop-popup-logo {
  margin-bottom: -10px;
}
.tp-shop-popup-text h4 {
  font-weight: 400;
  font-size: 46px;
  line-height: 1;
  margin-bottom: 13px;
  text-transform: uppercase;
  font-family: var(--tp-ff-aladin);
}
.tp-shop-popup-text p {
  font-weight: 500;
  font-size: 15px;
  color: #19191a;
  text-transform: uppercase;
  font-family: var(--tp-ff-aladin);
  margin-bottom: 9px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-shop-popup-text p {
    font-size: 20px;
  }
}
.tp-shop-popup-text span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #19191a;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: var(--tp-ff-marcellus);
  margin-bottom: 55px;
  display: inline-block;
}
.tp-shop-popup-inputbox input {
  height: 50px;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.04em;
  color: #6e6e74;
  border: 1px solid rgba(25, 25, 26, 0.1);
  font-family: var(--tp-ff-marcellus);
  margin-bottom: 10px;
}
.tp-shop-popup-inputbox input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.04em;
  color: var(--tp-common-black);
}
.tp-shop-popup-inputbox input::-moz-placeholder { /* Firefox 19+ */
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.04em;
  color: var(--tp-common-black);
}
.tp-shop-popup-inputbox input:-moz-placeholder { /* Firefox 4-18 */
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.04em;
  color: var(--tp-common-black);
}
.tp-shop-popup-inputbox input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.04em;
  color: var(--tp-common-black);
}
.tp-shop-popup-inputbox input::placeholder { /* MODERN BROWSER */
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.04em;
  color: var(--tp-common-black);
}
.tp-shop-popup-inputbox .tp-btn-black-square {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-marcellus);
  background-color: var(--tp-common-black);
  border: 2px solid transparent;
}
.tp-shop-popup-inputbox .tp-btn-black-square:hover {
  background-color: transparent;
  border-color: var(--tp-common-black);
  color: var(--tp-common-black);
}

.subscribe-popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1099;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  margin: 0 auto;
  text-align: center;
}

.subscribe-popup.show {
  visibility: visible;
  opacity: 1;
  background: rgba(255, 255, 255, 0.1); /* transparent white */
  backdrop-filter: blur(10px); /* main blur effect */
  -webkit-backdrop-filter: blur(10px); /* safari support */
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
}

.subscribe-popup .close i {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  cursor: pointer;
  font-weight: 400;
  color: var(--tp-common-black);
  transition: 0.3s;
}
.subscribe-popup .close:hover i {
  transform: rotate(180deg);
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.tp-shop-popup-logo img {
  width: 196px;
  height: 100%;
}


.tp-cart-list .table tbody tr {
  border-bottom: 1px solid #d9d9d9;
}

tbody, td, tfoot, th, thead, tr {
  border-style: none;
}

/*----------------------------------------*/
/*  7.24 tp custom css
/*----------------------------------------*/
.tp-text-black {
  color: var(--tp-common-black);
}

.tp-text-white {
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  7.24 update-css css
/*----------------------------------------*/
.tp-about-2-right-thumb {
  border-radius: 10px;
}

/*----------------------------------------*/
/*  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;
}

/*# sourceMappingURL=main.css.map */
.seowebx{
  background-color: #ffffff;
}

/* validiation css */
/* Form validation styles */
      .tp-shop-popup-inputbox .form-group {
         position: relative;
         margin-bottom: 5px;
      }

      .tp-shop-popup-inputbox input.error {
         border: 2px solid #0a0116;
         background-color: #ffffff;
      }

      .tp-shop-popup-inputbox input.valid {
         border: 2px solid #28a745;
         background-color: #f8fff9;
      }

      .error-message {
         color: #dc3545;
         font-size: 11px;
         position: absolute;
         bottom: -10px;
         left: 0;
         display: none;
      }

      .error-message.show {
         display: block;
      }

      .tp-shop-popup-inputbox input:focus {
         outline: none;
         border-color: #8b3dff;
         box-shadow: 0 0 5px rgba(123, 119, 240, 0.3);
      }

      /* Success message */
      .success-message {
         background-color: #d4edda;
         border: 1px solid #c3e6cb;
         color: #155724;
         padding: 2px 5px;
         border-radius: 4px;
         margin-bottom: 0px;
         display: none;
      }

      .success-message.show {
         display: block;
      }
/* validiation css */

.purpleq{
  background: #7646f9;
}

.heading-title a{
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 45px;
}
.animated-gradient-text {
  background: linear-gradient(
    90deg,
    #FFB55E,
    #F25164,
    #7F00D7,
    #EC38BC,
    #F25164
  );
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientMove 5s linear infinite;
  font-weight: bold;
  display: inline-block;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.heading-titleq{
    font-size: 24px !important;
    font-weight: 700 !important;
    padding: 12px 10px;
}

.seo-html{
  font-size: 19px;
    font-weight: 700;
    font-family: var(--tp-ff-aladin);
    color: #000000;
}

@media (max-width: 576px) {
    .h1-tit{
      font-size: 18px;
    }
}
.ab-funfact-item span i {
    font-size: 67px;
    font-style: normal;
}
.ab-funfact-item span {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
    color: var(--tp-common-black);
    margin-bottom: 10px;
    display: inline-block;
}
.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);
}
.bg-client{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
      padding: 10px;
      border-radius: 12px;
      transition: all 0.4s ease;
}
.bg-client:hover{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
      padding: 10px;
      border-radius: 12px;
      transform: translateY(-5px);
}
.tp-hero-3-title {
    font-size: 33px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.4px;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-marcellus);
    margin-bottom: 35px;
}
.tp-hero-3-circle-shape span {
    height: 480px;
    width: 460px;
    display: inline-block;
    filter: blur(35px);
    border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
    background: linear-gradient(220deg, rgb(118 70 249 / 64%) 0.77%, rgb(229 174 174 / 73%) 55.4%, rgb(118 70 249 / 30%) 100%);
}
.tp-hero-3-ptb {
    padding-top: 210px;
    padding-bottom: 70px;
}
.tp-hero-3-circle-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.basic-pagination ul li {
    list-style: none;
    display: inline-block;
    margin-right: 14px;
}
.basic-pagination ul li a {
    height: 46px;
    width: 30px;
    border-radius: 200px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    color: var(--tp-common-black);
}
.basic-pagination ul li a .icon {
    height: 46px;
    width: 46px;
    line-height: 46px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    border: 1px solid rgba(25, 25, 26, 0.2);
    transition: 0.3s;
}
.basic-pagination ul li a .current {
    height: 100%;
    width: 100%;
    display: inline-block;
    border-radius: 200px;
    border: 2px solid var(--tp-common-black);
}

.font-s{
  font-size: 11px;
}
.welcome{
  font-family: arial;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
}
.ban-heading{
  font-size: 75px;
}
.p-content{
  font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.sub-tit{
  font-size: 40px;
  font-family: var(--tp-ff-heading);
    margin-top: 0px;
    font-weight: 500;
    line-height: 1.2;
}

.seowebx-breadcremp {
    font-size: 37px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: var(--tp-common-white);
}
.welcomeq {
    font-family: arial;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
}

/* Mobile devices */
@media only screen and (max-width: 767px) {
    .seowebx-no-padding {
        padding-top: 15px !important;
    }
}

/* Tablet devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .seowebx-no-padding {
        padding-top: 40px;
    }
}

.menu-head{
    display: flex;
    align-items: flex-start; /* icon top se align */
    gap: 10px;
}

.fa-icon-seowebx{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    width: 27px;
    height: 27px;
    background: #7646f9db;
    border: 1px solid rgb(175 175 175 / 35%);
    border-radius: 5px;
    font-size: 12px;
    flex-shrink: 0; /* icon squeeze na ho */
}

.menu-text small {
    display: block;
    font-size: 12px;
    color: #817e7e;
    text-transform: none;
    line-height: 1.4;
}

.link-seowebx{
    color: #000000;
    font-size: 14px;
    letter-spacing: 0.4px;
    font-weight: 500;
    text-transform: none;
}
.menu-item:hover{
    background-color: #8960fa24;
    border-radius: 8px;
    
}
.menu-item{
  padding: 10px;
}
.clid-head{
  color: #8257fa;
    font-weight: 700;
    line-height: 71px;
}
.white-bg{
  background-color: #ffffff;
  border-radius: 30px;
}
.seowebx-bg{
  background: linear-gradient(122deg, #dcd0fd, #eea3ff7d);
  border-radius: 30px;
}

.rotate-img {
   /* apne hisaab se */
  animation: rotate360 5s linear infinite;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.gradient-text {
  font-size: 48px;
  background: linear-gradient(90deg, #FFB55E, #F25164, #7F00D7, #EC38BC, #F25164);
    background-size: 300% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientMove 5s linear infinite;
    font-weight: bold;
    line-height: 47px;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media (max-width: 768px) {
    .gradient-text {
        font-size: 43px;
    }
}

.gradient-texti {
    font-size: 28px;
    background: linear-gradient(90deg, #FFB55E, #F25164, #7F00D7, #EC38BC, #F25164);
    background-size: 300% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientMove 5s linear infinite;
    font-weight: bold;
}

.video-background-section {
    position: relative;
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;           /* video ko section ke hisaab se stretch karta hai */
    z-index: 1;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);   /* video ke upar dark overlay - adjust opacity as per need */
    z-index: 2;
}

/* Content ko video ke upar laane ke liye */
.p-relative {
    position: relative;
    z-index: 3;
}
/* dsadsds */
.logo-video {
  width: 100%;
  margin: auto;

  /* Mask (logo shape) */
  -webkit-mask-image: url('../img/logo/seowebx-white-logo.webp');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;

  mask-image: url('../img/logo/seowebx-white-logo.webp');
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;

  background: #000; /* fallback */
}

.logo-video video {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.img-b{
      border-radius: 12px;
}

/* asasasad */
.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

/* Image */
.service-img img {
  width: 100%;
  display: block;
  transition: 0.4s ease;
}

/* Content (hidden by default) */
.service-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(133 90 252 / 74%);
  color: #fff;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  padding: 20px;

  opacity: 0;
  transition: 0.4s ease;
}

/* Hover Effect */
.service-card:hover img {
  filter: blur(5px);
  transform: scale(1.1);
}

.service-card:hover .service-content {
  opacity: 1;
}

.x-service-4{
  background: #000000;
    padding: 15px;
}

/* cookies */
.cookie-wrapper {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 999;
  display: none;
}

/* Main Box */
.cookie-box {
  width: 90%;
  max-width: 900px;
  background: #efefef;
  border-radius: 16px;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
  border-top: 4px solid #a788f9;
}

/* Left Content */
.cookie-left {
  display: flex;
  gap: 15px;
  max-width: 600px;
}

.cookie-icon {
  font-size: 24px;
}

.cookie-heading {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  color: #222;
}

.cookie-left p {
  font-size: 14px;
  color: #555;
  margin-top: 5px;
  line-height: 1.5;
}

.cookie-left a {
  color: #7b4cfd;
  text-decoration: underline;
}

/* Buttons */
.cookie-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.accept-btn {
  background: #7646f9;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
}

.reject-btn {
  background: #000000;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  color: #ffffff;
}


/* Mobile */
@media(max-width: 768px) {
  .cookie-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .cookie-actions {
    width: 100%;
    flex-direction: row;
  }

  .accept-btn, .reject-btn {
    flex: 1;
  }
}

/* our tools */
.new-bg{
  background: #f0eaff;
}
/* our tools */

.site-btn{
  background: linear-gradient(122deg, #7646f9, #fdf8f8);
}

.site-text {
    font-size: 28px;
    background: #ffffff;
    background-size: 300% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientMove 5s linear infinite;
    font-weight: bold;
}

.job-card {
  /* max-width: 600px; */
  background: #fff;
  border-radius: 18px;
  padding: 25px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  border-top: 4px solid #a283f7;
}

/* Top */
.job-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.job-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #6c3eb3;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

/* Tags */
.job-tags span {
  background: #e6edf7;
  color: #2a3b6b;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  margin-left: 6px;
}

/* Title */
.job-card h2 {
  margin: 15px 0 10px;
  color: #000000;
}

/* Description */
.job-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* List */
.job-list {
  margin-top: 10px;
  padding-left: 18px;
}

.job-list li {
  margin-bottom: 6px;
  font-size: 14px;
}

/* Benefits */
.job-benefits {
  margin: 15px 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.job-benefits span {
  background: #7646f9;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
}

/* Button */
.apply-btn {
  display: inline-block;
  margin-top: 10px;
  background: #2b2b4b;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.apply-btn:hover {
  background: #000;
}

.payment-box {
    text-align: center;
    padding: 20px;
    max-width: 420px;
    margin: auto;
    border-radius: 12px;
    position: relative;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
   
    z-index: 1;
}
.phonepe {
    transition: all 0.4s ease;
}
.phonepe:hover {
    transform: translate(-5px, -5px);
     box-shadow: rgb(95 37 159 / 70%) 5px 5px, rgb(95 37 159 / 62%) 10px 10px, rgb(95 37 159 / 50%) 15px 15px;
}
.paytm {
    transition: all 0.4s ease;
}
.paytm:hover {
    transform: translate(-5px, -5px);
     box-shadow: rgb(0 184 246 / 88%) 5px 5px, rgb(0 184 246 / 70%) 10px 10px, rgb(0 184 246 / 61%) 15px 15px;
}

.gpay {
    transition: all 0.4s ease;
}
.gpay:hover {
    transform: translate(-5px, -5px);
     box-shadow: rgb(250 189 2) 5px 5px, rgb(239 71 54) 10px 10px, rgb(45 170 79) 15px 15px;
}

/* Gradient Border Trick */
.payment-box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px; /* border thickness */
    border-radius: 12px;
    background: linear-gradient(45deg, #ccc, #ccc);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    z-index: -1;
}

/* Google Pay (Multi Color) */
.gpay::before {
    background: linear-gradient(45deg, #4285F4, #EA4335, #FBBC05, #34A853);
}

/* Paytm (Blue Gradient) */
.paytm::before {
    background: linear-gradient(45deg, #002E6E, #00BAF2);
}

/* PhonePe (Purple) */
.phonepe::before {
    background: linear-gradient(45deg, #5F259F, #7F3FBF);
}

/* Button */
.payment-btn {
    padding: 10px 20px;
    font-size: 15px;
    border: none;
    border-radius: 6px;
    color: #fff;
    margin-top: 10px;
    transition: 0.3s;
    cursor: pointer;
}

/* Google Pay Button (Green) */
.gpay .payment-btn {
    background: #34A853;
}
.gpay .payment-btn:hover {
    background: #2c8e46;
}

/* Paytm Button (Light Blue) */
.paytm .payment-btn {
    background: #00BAF2;
}
.paytm .payment-btn:hover {
    background: #0095c9;
}

/* PhonePe Button (Purple) */
.phonepe .payment-btn {
    background: #5F259F;
}
.phonepe .payment-btn:hover {
    background: #4a1d7a;
}

.payment-note {
    background: linear-gradient(45deg, #fff3cd, #ffeeba);
    color: #5c4400;
    padding: 14px 22px;
    border-radius: 10px;
    border-left: 5px solid #ffc107;
    font-size: 15px;
    max-width: 750px;
    margin: 25px auto 0;
    text-align: center;
    font-weight: 500;
}