/*-----------------------------------------------------------------------------------

    Template Name: SolBlocks || Creative Portfolio HTML Template
    Author: Aqlova
    Support: https://help.aqlova.com/login
    Description: SolBlocks || Creative Portfolio HTML Template
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Theme Default
		1.2 Common Classes
		1.3 Default Spacing

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Back to top
		2.2 Buttons
		2.3 Animations
		2.4 Preloader
		2.5 Background
		2.6 Breadcrumb
		2.7 Accordion
		2.8 Section Title
		2.9 select
	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1

    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 dropdown scss
		4.2 Mobile Menu
		4.3 offcanvas scss

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 Postbox css
		5.2 Recent Post css
		5.3 Sidebar css
		5.4 Blog css

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1

	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 Hero css
		7.2 about css
		7.3 project css
		7.4 service css
		7.5 text slider css
		7.6 video css
		7.7 testimonial css
		7.8 funfact css
		7.9 brand css
		8.0 team css
		8.1 step css
		8.2 contact css
		8.3 dark css


**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.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;
}

.px-contact-inf-social a span, .tp-team-details-info-contact a svg, .postbox__comment-reply a span {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* transform */
@font-face {
  font-family: "Thunder";
  src: url("https://html.aqlova.com/SolBlocks-prev/SolBlocks/assets/fonts/Thunder-BoldLC.eot");
  src: url("https://html.aqlova.com/SolBlocks-prev/SolBlocks/assets/fonts/Thunder-BoldLC.eot?") format("embedded-opentype"), url("../fonts/Thunder-BoldLC.woff") format("woff"), url("../fonts/Thunder-BoldLC.woff2") format("woff2"), url("../fonts/Thunder-BoldLC.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "ThunderMed";
  src: url("https://html.aqlova.com/SolBlocks-prev/SolBlocks/assets/fonts/Thunder-MediumLC.eot");
  src: url("https://html.aqlova.com/SolBlocks-prev/SolBlocks/assets/fonts/Thunder-MediumLC.eot?") format("embedded-opentype"), url("../fonts/Thunder-MediumLC.woff") format("woff"), url("../fonts/Thunder-MediumLC.woff2") format("woff2"), url("../fonts/Thunder-MediumLC.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Inter', sans-serif;
  --tp-ff-inter: 'Inter', sans-serif;
  --tp-ff-heading: 'Inter', sans-serif;
  --tp-ff-p: 'Inter', sans-serif;
  --tp-ff-thunder: 'Thunder', sans-serif;
  --tp-ff-thundermed: 'ThunderMed', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-px-white: #FFFFFF;
  --tp-common-px-black: #0A0A0A;
  --tp-common-px-black-2: #1E1E1E;
  --tp-common-px-red: #a855f7;
  --tp-common-px-orange: #8b5cf6;
  --tp-common-px-orange-dark: #9333ea;
  --tp-grey-px-1: #F6F7F9;
  --tp-text-px-body: #6D6868;
  --tp-theme-px-1: #a855f7;
  --tp-border-px-1: #EAEBED;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1510px;
  }
  .container-1870 {
    max-width: 1870px;
  }
  .container-1830 {
    max-width: 1830px;
  }
  .container-1800 {
    max-width: 1800px;
  }
  .container-1750 {
    max-width: 1750px;
  }
  .container-1730 {
    max-width: 1730px;
  }
  .container-1680 {
    max-width: 1680px;
  }
  .container-1630 {
    max-width: 1630px;
  }
  .container-1580 {
    max-width: 1580px;
  }
  .container-1550 {
    max-width: 1550px;
  }
  .container-1460 {
    max-width: 1460px;
  }
  .container-1430 {
    max-width: 1430px;
  }
  .container-1350 {
    max-width: 1350px;
  }
  .container-1330 {
    max-width: 1330px;
  }
  .container-1320 {
    max-width: 1320px;
  }
  .container-1300 {
    max-width: 1300px;
  }
  .container-1230 {
    max-width: 1230px;
  }
  .container-1200 {
    max-width: 1200px;
  }
  .container-1030 {
    max-width: 1030px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.text-effect span, .text-effect a {
  display: inline-block;
  color: inherit;
  font-weight: inherit;
  letter-spacing: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  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;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-heading);
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

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

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;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  padding-left: 26px;
  padding-right: 26px;
  color: var(--tp-common-px-black);
  border: 1px solid var(--tp-common-px-black);
  background-color: var(--tp-common-px-white);
}
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: var(--tp-common-px-black);
}
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: var(--tp-common-px-black);
}
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: var(--tp-common-px-black);
}
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: var(--tp-common-px-black);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder { /* MODERN BROWSER */
  color: var(--tp-common-px-black);
}
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-px-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;
}

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-px-black);
  color: var(--tp-common-px-white);
  text-shadow: none;
}

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

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

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

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

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* dropcap */
.tp-dropcap::first-letter {
  float: left;
  width: 65px;
  height: 85px;
  font-size: 90px;
  line-height: 0.8;
  font-weight: 500;
  margin-right: 5px;
  text-align: center;
  line-height: inherit;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-body);
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.slide-transtion .swiper-slide {
  width: auto;
}

.px-line-black {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.px-line-black:hover {
  background-size: 0% 1px, 100% 1px;
}

/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  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: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--tp-common-px-white);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--tp-common-px-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.2 Buttons
/*----------------------------------------*/
.px-btn-white {
  border-radius: 50px;
  padding: 21px 43px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  transition: 0.3s;
  display: inline-block;
  color: var(--tp-common-px-black);
  background-color: var(--tp-common-px-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-btn-white {
    padding: 18px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-btn-white {
    font-size: 15px;
    padding: 16px 30px;
  }
}
.px-btn-white:hover {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-red);
}
.px-btn-zikzak {
  display: inline-block;
  font-weight: 700;
  font-size: 30px;
  line-height: 0.93;
  text-transform: uppercase;
  color: var(--tp-common-px-white);
  font-family: var(--tp-ff-thunder);
}
.px-btn-zikzak .btn-text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.px-btn-zikzak .btn-text.text-pos-1 {
  top: 56%;
}
.px-btn-zikzak .btn-icon {
  display: block;
  margin-bottom: 5px;
}
.px-btn-zikzak .zikzak-bg {
  display: inline-block;
  animation: rotate_anim 10s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
.px-btn-zikzak:hover {
  color: var(--tp-common-px-white);
}
.px-btn-zikzak:hover .zikzak-bg {
  animation-play-state: paused;
}
.px-btn-border {
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  padding: 13px 35px;
  border-radius: 70px;
  display: inline-block;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  background-color: #FEFFF8;
  color: var(--tp-common-px-black);
  border: 1px solid rgba(30, 30, 30, 0.1);
}
.px-btn-border:hover {
  color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-red);
  background-color: var(--tp-common-px-red);
}
.px-btn-black {
  font-size: 15px;
  font-weight: 600;
  padding: 17px 36px;
  border-radius: 50px;
  display: inline-block;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-black);
}
.px-btn-black:hover {
  color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-red);
  background-color: var(--tp-common-px-red);
}
.px-btn-black.hover-orange-bg:hover {
  color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-orange);
  background-color: var(--tp-common-px-orange);
}
.px-btn-slide {
  font-size: 18px;
  font-weight: 500;
  z-index: 1;
  position: relative;
  display: inline-block;
  padding: 17px 26px;
  letter-spacing: -0.6px;
  color: var(--tp-common-px-black-2);
  background: var(--tp-common-px-white);
}
.px-btn-slide:hover {
  color: var(--tp-common-px-white);
}
.px-btn-slide:hover::before {
  width: 100%;
}
.px-btn-slide span {
  display: inline-block;
  margin-left: 118px;
}
@media (max-width: 767px) {
  .px-btn-slide span {
    margin-left: 45px;
  }
}
.px-btn-slide::before {
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  content: "";
  z-index: -1;
  position: absolute;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--tp-common-px-orange);
}
.px-btn-grey {
  font-size: 15px;
  font-weight: 500;
  padding: 7px 24px;
  border-radius: 50px;
  display: inline-block;
  background: #F8F8F8;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
.px-btn-grey:hover {
  color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-orange);
  background-color: var(--tp-common-px-orange);
}

.px-doubble-effect {
  display: inline-flex;
  align-items: center;
}
.px-doubble-effect i {
  position: relative;
  overflow: hidden;
  width: 14px;
  height: 14px;
  display: inline-flex;
  margin-left: 7px;
}
.px-doubble-effect i svg {
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}
.px-doubble-effect i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0;
}
.px-doubble-effect:hover i svg:first-child {
  transform: translate(16px, -16px);
}
.px-doubble-effect:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px);
}
.px-doubble-effect:hover span::after {
  transform: translate(1rem);
}
.px-doubble-effect:hover span::before {
  transform: translate(calc(100% + 1rem));
}
.px-doubble-effect span {
  position: relative;
  overflow: hidden;
}
.px-doubble-effect span::before, .px-doubble-effect span::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0.2em;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: transform 0.5s cubic-bezier(0.59, 0.23, 0.22, 0.96);
}
.px-doubble-effect span::before {
  left: 0;
}
.px-doubble-effect span::after {
  left: -1rem;
  transform: translate(-100%);
}

.px-line-lr {
  position: relative;
}
.px-line-lr::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0;
  transition: 0.5s;
  background-color: currentColor;
}
.px-line-lr:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.tp-btn-px {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 24px;
  border-radius: 10px;
  display: inline-block;
  letter-spacing: -0.01em;
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-orange);
}
.tp-btn-px span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.tp-btn-px span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.tp-btn-px span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.tp-btn-px:hover {
  color: var(--tp-common-px-white);
}
.tp-btn-px:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.tp-btn-px:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-btn-px:hover i svg:first-child {
  transform: translate(16px, -16px);
}
.tp-btn-px.postbox-btn {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  border-radius: 12px;
  padding: 15.5px 28px;
}
.tp-btn-px.postbox-btn i {
  position: relative;
  width: 15px;
  height: 15px;
  margin-left: 7px;
  overflow: hidden;
  display: inline-flex;
}
.tp-btn-px.postbox-btn i svg {
  left: 1px;
  bottom: -1px;
  position: absolute;
  transform: translateY(-2px);
  transition: all 0.2s ease-out;
}
.tp-btn-px.postbox-btn i svg:last-child {
  left: -12px;
  bottom: -12px;
  opacity: 0;
  transform: translate(0, 0);
}
.tp-btn-px.postbox-btn:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px);
}
.tp-btn-yellow-border {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  padding: 21px 28px;
  border-radius: 10px;
  display: inline-block;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tp-common-yellow-green);
  border: 1px solid var(--tp-common-yellow-green);
}
.tp-btn-yellow-border span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.tp-btn-yellow-border span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.tp-btn-yellow-border span span.text-2 {
  position: absolute;
  bottom: 100%;
  display: block;
  transition: 0.3s;
}
.tp-btn-yellow-border i {
  position: relative;
  overflow: hidden;
  width: 12px;
  height: 12px;
  display: inline-flex;
  margin-left: 7px;
}
.tp-btn-yellow-border i svg {
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}
.tp-btn-yellow-border i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0;
}
@media (max-width: 767px) {
  .tp-btn-yellow-border {
    font-size: 14px;
    padding: 15px 20px;
  }
}
.tp-btn-yellow-border.sm {
  font-size: 14px;
  padding: 15px 28px;
}
.tp-btn-yellow-border:hover {
  color: var(--tp-common-yellow-green);
}
.tp-btn-yellow-border:hover span span.text-1 {
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}
.tp-btn-yellow-border:hover span span.text-2 {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.tp-btn-yellow-border:hover i svg:first-child {
  transform: translate(16px, -16px);
}
.tp-btn-yellow-border:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px);
}
.tp-btn-yellow-border:focus {
  color: var(--tp-common-yellow-green);
}
.tp-btn-yellow-border.postbox-btn {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #d0ff71;
  padding: 15.5px 28px;
  background: #1a1b1e;
  border: 1px solid #1a1b1e;
}
.tp-btn-yellow-border.postbox-btn i {
  width: 15px;
  height: 15px;
  border-radius: 14px;
}

.px-portfolio-details-btn {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 25px;
  padding-bottom: 9px;
  border-radius: 24px;
  letter-spacing: -0.16px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  border: 1px solid var(--tp-common-px-black);
}
.px-portfolio-details-btn span {
  margin-left: 15px;
  display: inline-block;
  transform: translateY(-2px);
}
.px-portfolio-details-btn:hover {
  color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-black);
  background-color: var(--tp-common-px-black);
}

.tp-split {
  opacity: 0;
}

.tp-split * {
  will-change: transform;
}

/*----------------------------------------*/
/*  2.3 Animations
/*----------------------------------------*/
@keyframes rotate_anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes text_upper {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-105%);
  }
}
@keyframes text_bottom {
  0% {
    transform: translateY(105%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
/*----------------------------------------*/
/*  2.4 Preloader
/*----------------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader.loaded {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.loader__wrapper {
  padding: 0 40px;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FEFFF8;
  background: var(--tp-common-px-red);
}
.loader__wrapper::after {
  position: absolute;
  bottom: 40px;
  content: "";
  height: 1px;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #FEFFF8;
}

.loader__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.loader__count {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
}

.count__text,
.count__percent {
  font-size: 200px;
  font-family: var(--tp-ff-thunder);
  color: #FEFFF8;
}

.count__bdr {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 30px;
  background-color: #FEFFF8;
  transition: width 0.1s linear;
}

/*----------------------------------------*/
/*  2.5 Background
/*----------------------------------------*/
.grey-bg {
  background-color: var(--tp-grey-px-1);
}

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

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

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

[data-bg-color=footer-bg-grey] {
  background-color: var(--tp-footer-grey-1);
}

[data-bg-color=footer-bg-white] {
  background-color: var(--tp-common-px-white);
}

/*----------------------------------------*/
/*  2.6 Breadcrumb
/*----------------------------------------*/
.px-breadcrumb-ptb {
  padding-top: 180px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-breadcrumb-ptb {
    padding-top: 120px;
  }
}
.px-breadcrumb-title {
  font-size: 200px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -2px;
  color: var(--tp-common-px-black-2);
  font-family: var(--tp-ff-thundermed);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-breadcrumb-title {
    font-size: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-breadcrumb-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .px-breadcrumb-title {
    font-size: 60px;
    letter-spacing: 0;
  }
}
.px-breadcrumb-list {
  padding: 0px 10px;
  display: inline-block;
}
.px-breadcrumb-list span:last-child {
  color: var(--tp-common-px-black-2);
}
.px-breadcrumb-list span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  color: rgba(30, 30, 30, 0.8);
}
@media (max-width: 767px) {
  .px-breadcrumb-list span {
    font-size: 15px;
  }
}
.px-breadcrumb-list span.dvdr i {
  padding: 0px 14px;
  font-style: normal;
}

/*----------------------------------------*/
/*  2.7 Accordion
/*----------------------------------------*/
.px-service-accordion-wrap .accordion .accordion-items {
  position: relative;
}
.px-service-accordion-wrap .accordion .accordion-items:not(:last-child) {
  border-bottom: 1px solid rgba(254, 255, 248, 0.08);
}
.px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
  text-align: start;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  padding: 24px 0;
  cursor: pointer;
  letter-spacing: -0.03em;
  color: var(--tp-common-px-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
    font-size: 22px;
  }
}
.px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons:not(.collapsed) .accordion-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon {
  position: absolute;
  top: 15px;
  right: 7px;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
@media (max-width: 767px) {
  .px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon {
    height: 30px;
    width: 30px;
  }
}
.px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 14px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--tp-common-px-white);
  border-radius: 2px;
  transition: 0.4s;
}
.px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--tp-common-px-white);
  border-radius: 2px;
}
.px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons i {
  margin-right: 80px;
  display: inline-block;
  transform: translateY(-3px);
}
.px-service-accordion-wrap .accordion .accordion-items .accordion-body {
  padding: 0;
  padding-top: 20px;
  padding-bottom: 60px;
}
.px-service-accordion-wrap .accordion .accordion-items .accordion-body p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-service-accordion-wrap .accordion .accordion-items .accordion-body p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-service-accordion-wrap .accordion .accordion-items .accordion-body {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.px-service-accordion-category span {
  font-weight: 600;
  font-size: 13px;
  padding: 4px 16px;
  border-radius: 32px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-px-white);
  background: rgba(255, 255, 255, 0.06);
}
@media (max-width: 767px) {
  .px-service-accordion-category span {
    font-size: 12px;
    padding: 4px 12px;
  }
}

/*----------------------------------------*/
/*  2.8 Section Title
/*----------------------------------------*/
.px-section-subtitle {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: -0.03em;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-section-subtitle {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-section-subtitle {
    padding-top: 0;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}
.px-section-subtitle i {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  display: inline-grid;
  border-radius: 50%;
  text-align: center;
  place-content: center;
  background-color: #E8E9E3;
  color: var(--tp-common-px-black);
}
.px-section-subtitle.white-style {
  color: var(--tp-common-px-white);
}
.px-section-subtitle.white-style i {
  color: var(--tp-common-px-white);
  background-color: rgba(255, 255, 255, 0.1);
}
.px-section-title {
  font-weight: 700;
  font-size: 144px;
  line-height: 0.83;
  letter-spacing: -0.06em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-section-title {
    font-size: 125px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-section-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-section-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .px-section-title {
    font-size: 55px;
  }
}
.px-section-title.white-style {
  color: var(--tp-common-px-white);
}
.px-section-title.ff-thunder {
  font-weight: 700;
  font-size: 350px;
  line-height: 0.8;
  letter-spacing: 1px;
  color: var(--tp-common-px-red);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-section-title.ff-thunder {
    font-size: 330px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-section-title.ff-thunder {
    font-size: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-section-title.ff-thunder {
    font-size: 230px;
  }
}
@media (max-width: 767px) {
  .px-section-title.ff-thunder {
    font-size: 150px;
    padding-bottom: 10px;
  }
}
.px-section-title.ff-thunder.fs-100 {
  font-weight: 600;
  font-size: 100px;
  line-height: 0.9;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-section-title.ff-thunder.fs-100 {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  .px-section-title.ff-thunder.fs-100 {
    font-size: 60px;
  }
}
.px-section-title.ff-thunder.fs-130 {
  font-weight: 600;
  font-size: 130px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-section-title.ff-thunder.fs-130 {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-section-title.ff-thunder.fs-130 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .px-section-title.ff-thunder.fs-130 {
    font-size: 80px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.px-section-title.ff-thunder.fs-80 {
  font-size: 80px;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thundermed);
}
.px-section-title.ff-inter {
  font-weight: 600;
  font-size: 130px;
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: var(--tp-common-px-white);
  font-family: var(--tp-ff-body);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-section-title.ff-inter {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-section-title.ff-inter {
    font-size: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-section-title.ff-inter {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-section-title.ff-inter {
    font-size: 85px;
  }
  .px-section-title.ff-inter br {
    display: none;
  }
}
@media (max-width: 767px) {
  .px-section-title.ff-inter {
    font-size: 40px;
  }
  .px-section-title.ff-inter br {
    display: none;
  }
}

.tp-section-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-right: 15px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
.tp-section-subtitle.pre::before {
  content: "";
  height: 8px;
  width: 8px;
  margin-right: 12px;
  border-radius: 4px;
  display: inline-block;
  transform: translateY(-2px);
  background-color: var(--tp-common-px-orange);
}
.tp-section-title {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -4.8px;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title {
    font-size: 70px;
    letter-spacing: -1.8px;
  }
}
@media (max-width: 767px) {
  .tp-section-title {
    font-size: 52px;
    letter-spacing: -1.8px;
  }
}
@media (max-width: 767px) {
  .tp-section-title br {
    display: none;
  }
}

/*----------------------------------------*/
/*  2.9 select
/*----------------------------------------*/
.nice-select.px-select {
  position: relative;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding: 0px 23px;
  border-radius: 72px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.nice-select.px-select span.current {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.17px;
  color: rgba(255, 255, 255, 0.7);
}
.nice-select.px-select::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 20px;
  margin-top: 0;
  font-weight: 500;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  transform-origin: center;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--tp-ff-fontawesome);
}
.nice-select.px-select.open {
  border-color: var(--tp-common-px-white);
}
.nice-select.px-select.open::after {
  transform: translateY(-50%) rotate(-180deg);
}
.nice-select.px-select .list {
  width: 100%;
  background: #121212;
}
.nice-select.px-select .list li {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
.nice-select.px-select .list li.selected {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.17px;
  color: rgba(255, 255, 255, 0.7);
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
}
.header-fixed::after {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  content: "";
  top: 9px;
  left: 0;
  right: 0;
  width: 99%;
  height: 77%;
  z-index: -1;
  margin: 0 auto;
  text-align: center;
  transition: 0.3s ease-in-out;
  backdrop-filter: blur(40px);
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 3px 0 rgba(19, 19, 22, 0.08);
  animation: 0.95s ease 0s normal forwards 1 running headerSlideUp;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideUp;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-fixed::after {
    top: 0;
    height: 100%;
  }
}
.header-fixed.sticky-bg {
  transition: 0.3s;
}
.header-fixed.sticky-bg::after {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease-in-out;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
.header-fixed.sticky-bg .px-header-logo {
  padding-top: 25px;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-fixed.sticky-bg .px-header-logo {
    padding-top: 0;
  }
}
.header-fixed.sticky-bg .px-header-logo.px-logo-pt {
  padding-top: 0;
}
@media (max-width: 767px) {
  .header-fixed.px-header-2-area {
    padding-top: 15px;
  }
}
.header-fixed.px-header-2-area::after {
  display: none;
}
.header-fixed.px-header-2-area.sticky-bg .px-header-logo {
  padding-top: 0;
  transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-header-logo {
    padding-top: 0;
  }
}
.px-header-logo-anim {
  transform-origin: top left;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-header-ptb {
    padding: 15px 0;
  }
}
.px-header-menu > nav > ul > li {
  display: inline-block;
  list-style-type: none;
}
.px-header-menu > nav > ul > li:not(:last-child) {
  margin-right: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-header-menu > nav > ul > li:not(:last-child) {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-header-menu > nav > ul > li:not(:last-child) {
    margin-right: 20px;
  }
}
.px-header-menu > nav > ul > li a {
  padding: 30px 0;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  color: var(--tp-common-px-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-header-menu > nav > ul > li a {
    font-size: 15px;
  }
}
.px-header-menu.tp-header-dropdown nav ul li.has-dropdown > a::after {
  color: var(--tp-common-px-white);
}
.px-header-bar {
  margin-left: 40px;
}
.px-header-bar span {
  margin: 8px auto;
  width: 60px;
  height: 2px;
  display: block;
  transform: translateY(5px);
  background-color: var(--tp-common-px-white);
}
.px-header-2-bar button {
  height: 56px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--tp-common-px-black);
}
.px-header-2-bar button span {
  margin: 8px auto;
  width: 26px;
  height: 2px;
  display: block;
  background-color: var(--tp-common-px-white);
}
.px-header-style-black .px-header-menu nav > ul > li > a {
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
.px-header-style-black .px-header-menu nav > ul > li.has-dropdown a::after {
  color: var(--tp-common-px-black);
}
.px-header-style-black .px-header-bar span {
  background-color: var(--tp-common-px-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) {
  .px-header-6-ptb {
    padding: 15px 0;
  }
}
.px-header-6-menu nav > ul > li {
  margin: 20px 2px;
  display: inline-block;
  list-style-type: none;
}
@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) {
  .px-header-6-menu nav > ul > li {
    margin: 20px 1px;
  }
}
.px-header-6-menu nav > ul > li > a {
  font-size: 15px;
  font-weight: 500;
  padding: 7px 24px;
  border-radius: 50px;
  display: inline-block;
  background: #F8F8F8;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-header-6-menu nav > ul > li > a {
    font-size: 14px;
    padding: 7px 18px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-header-6-menu nav > ul > li > a {
    font-size: 12px;
    padding: 7px 12px;
  }
}
.px-header-6-menu.tp-header-dropdown nav ul li.has-dropdown > a::after {
  content: none;
}
.px-header-6-info a {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}

/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-ptb {
    padding-top: 70px;
  }
}
.postbox-wrapper {
  margin-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-wrapper {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-wrapper {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.postbox-author-img {
  flex: 0 0 auto;
  margin-right: 15px;
}
.postbox-author-img img {
  height: 42px;
  width: 42px;
  border-radius: 50%;
}
.postbox-author-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.9);
}
.postbox-author-info {
  line-height: 1;
}
.postbox-author-info span {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.postbox-author-wrap {
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .postbox-author-wrap {
    flex-wrap: wrap;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .postbox-author-box {
    margin-bottom: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox-author-box {
    margin-bottom: 0;
  }
}
.postbox-meta i {
  color: rgba(0, 0, 0, 0.6);
}
.postbox-meta i svg {
  margin-right: 4px;
  display: inline-block;
  transform: translateY(-2px);
}
.postbox-meta span {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.postbox-item {
  padding: 35px 15px;
  padding-bottom: 40px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.postbox-item:hover .postbox-thumb img {
  transform: scale(1.1);
}
.postbox-tag {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
}
.postbox-tag i svg {
  margin-right: 4px;
  transform: translateY(-1px);
}
.postbox-title {
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 18px;
  letter-spacing: -0.04em;
  color: var(--tp-common-px-black);
}
.postbox-title.fs-80 {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2.4px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-title.fs-80 {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-title.fs-80 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .postbox-title.fs-80 {
    font-size: 45px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-title.fs-80 br {
    display: none;
  }
}
.postbox-title.fs-54 {
  font-size: 54px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-title.fs-54 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .postbox-title.fs-54 {
    font-size: 40px;
  }
}
.postbox-title.fs-34 {
  font-size: 34px;
  margin-bottom: 18px;
}
.postbox-title.ff-thandar {
  font-size: 100px;
  font-weight: 600;
  letter-spacing: -1px;
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-title.ff-thandar {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-title.ff-thandar {
    font-size: 65px;
  }
}
.postbox-title.ff-thandermed {
  letter-spacing: 0;
  font-family: var(--tp-ff-thundermed);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .postbox-title {
    font-size: 35px;
  }
}
.postbox-title a:hover {
  color: var(--tp-common-px-orange);
}
.postbox-content {
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .postbox-content {
    padding: 0;
  }
}
.postbox-content p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 30px;
  color: rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-content p {
    font-size: 16px;
  }
  .postbox-content p br {
    display: none;
  }
}
.postbox-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.postbox-play-btn a {
  height: 80px;
  width: 80px;
  line-height: 77px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--tp-common-px-white);
  animation: animate-pulse 3s linear infinite;
}
.postbox-play-btn a svg {
  margin-left: 3px;
  display: inline-block;
}
.postbox-slider-item {
  position: relative;
  border-radius: 14px;
}
.postbox-slider-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background-color: rgba(0, 0, 0, 0.3);
}
.postbox-slider-item img {
  border-radius: 14px;
}
.postbox-arrow button {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--tp-common-px-white);
}
.postbox-arrow button:hover {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-black);
}
.postbox-arrow-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 2;
  transform: translateY(-50%);
}
.postbox-arrow-next {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 2;
  transform: translateY(-50%);
}
.postbox-blockquote {
  padding: 50px 55px;
  padding-bottom: 30px;
  border-radius: 14px;
  background: #F7F7F7;
}
@media (max-width: 767px) {
  .postbox-blockquote {
    padding: 30px 20px;
    padding-bottom: 30px;
  }
}
.postbox-blockquote-paragraph p {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: 0.32px;
  font-family: var(--tp-ff-thundermed);
  color: var(--tp-common-px-black-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-blockquote-paragraph p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .postbox-blockquote-paragraph p {
    font-size: 26px;
  }
  .postbox-blockquote-paragraph p br {
    display: none;
  }
}
.postbox-blockquote-icon {
  margin-bottom: 20px;
  display: inline-block;
}
.postbox-thumb {
  border-radius: 14px;
  overflow: hidden;
}
.postbox-thumb-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.postbox-thumb img {
  transition: 0.9s;
  border-radius: 14px;
}
@media (max-width: 767px) {
  .postbox__comment {
    padding-top: 50px;
  }
}
.postbox__comment ul {
  margin-right: 75px;
}
@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) {
  .postbox__comment ul {
    margin-right: 0;
  }
}
.postbox__comment ul li {
  margin-bottom: 30px;
  list-style: none;
}
.postbox__comment ul li.children {
  margin-left: 100px;
}
@media (max-width: 767px) {
  .postbox__comment ul li.children {
    margin-left: 15px;
  }
}
.postbox__comment-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 15px;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
}
.postbox__comment-box {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .postbox__comment-box {
    flex-wrap: wrap;
  }
}
.postbox__comment-info {
  flex: 0 0 auto;
}
.postbox__comment-avater {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .postbox__comment-avater {
    margin-right: 0;
  }
}
.postbox__comment-avater img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .postbox__comment-avater img {
    margin-bottom: 30px;
  }
}
.postbox__comment-name {
  margin-bottom: 17px;
}
.postbox__comment-name h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.01em;
  color: var(--tp-common-px-black-2);
}
.postbox__comment-name span {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}
.postbox__comment-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.7);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__comment-text p {
    font-size: 15px;
  }
}
.postbox__comment-reply a {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  padding: 11px 20px;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.postbox__comment-reply a span {
  margin-left: 6px;
  display: inline-block;
}
.postbox__comment-reply a:hover {
  color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-orange);
  background-color: var(--tp-common-px-orange);
}
.postbox__comment-agree {
  padding-left: 5px;
}
.postbox__comment-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 16px;
  height: 16px;
  background: var(--tp-common-white);
  border: 1px solid #949392;
  outline: none;
  flex: 0 0 auto;
  transform: translateY(-1px);
}
.postbox__comment-agree input:checked {
  position: relative;
  background-color: var(--tp-theme-1);
  border-color: transparent;
}
.postbox__comment-agree input:checked::after {
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.postbox__comment-agree input:hover {
  cursor: pointer;
}
.postbox__comment-agree label {
  padding-left: 8px;
  color: #838383;
  line-height: 1;
}
.postbox__comment-agree label a {
  color: var(--tp-common-black);
  font-weight: 600;
  padding-left: 4px;
}
.postbox__comment-agree label a:hover {
  color: var(--tp-theme-1);
}
.postbox__comment-agree label:hover {
  cursor: pointer;
}

.basic-pagination {
  margin-bottom: 40px;
}
.basic-pagination ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .basic-pagination ul li {
    margin-right: 5px;
  }
}
.basic-pagination ul li:hover a {
  color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-orange);
  background-color: var(--tp-common-px-orange);
}
.basic-pagination ul li > a {
  height: 50px;
  width: 50px;
  line-height: 49px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-px-black);
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.basic-pagination ul li .current {
  height: 50px;
  width: 50px;
  font-weight: 600;
  line-height: 49px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-orange);
  background-color: var(--tp-common-px-orange);
}
.basic-pagination-label span {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.33;
  color: #525356;
  display: inline-block;
}
@media (max-width: 767px) {
  .basic-pagination-label span {
    margin-bottom: 15px;
  }
}
.basic-pagination.product-pagination ul li > a {
  color: #4d3d30;
  border: 1px solid rgb(77, 61, 48);
}
.basic-pagination.product-pagination ul li:hover a {
  background-color: #4d3d30;
  color: var(--tp-common-white);
}
.basic-pagination.product-pagination ul li .current {
  background-color: #4d3d30;
  color: var(--tp-common-white);
}

.postbox-details-tag {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .postbox-details-tag {
    flex-wrap: wrap;
  }
}
.postbox-details-tag span:last-child {
  position: relative;
  padding-left: 9px;
  margin-left: 9px;
  display: inline-block;
}
.postbox-details-tag span:last-child::after {
  position: absolute;
  content: "";
  top: 8px;
  left: -3px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .postbox-details-tag-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .postbox-details-meta {
    flex-wrap: wrap;
  }
}
.postbox-details-meta .postbox-author-name {
  font-weight: 700;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.6);
}
.postbox-details-meta > div:not(:first-child) {
  padding-left: 16px;
  margin-left: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .postbox-details-meta > div:not(:first-child) {
    padding-left: 0;
    margin-left: 0;
    margin-right: 10px;
  }
}
.postbox-details-meta > div:not(:first-child)::after {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 1px;
  height: 24px;
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .postbox-details-meta > div:not(:first-child)::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .postbox-details-meta .postbox-meta {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox-details-meta .postbox-meta {
    margin-bottom: 0;
  }
}
.postbox-details-thumb {
  gap: 11px;
}
.postbox-details-thumb img {
  border-radius: 14px;
}
.postbox-details-text p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(30, 30, 30, 0.7);
}
.postbox-details-text p span {
  color: var(--tp-common-px-orange);
}
.postbox-details-quote p {
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.34px;
  color: var(--tp-common-px-black-2);
  font-family: var(--tp-ff-thundermed);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .postbox-details-quote p {
    font-size: 25px;
  }
  .postbox-details-quote p br {
    display: none;
  }
}
.postbox-details-quote span {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: rgba(30, 30, 30, 0.6);
}
.postbox-details-quote-box {
  padding: 60px;
  border-radius: 12px;
  background: #F7F7F7;
}
@media (max-width: 767px) {
  .postbox-details-quote-box {
    padding: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox-details-quote-box {
    padding: 40px;
  }
}
.postbox-details-quote-box blockquote {
  margin: 0;
}
.postbox-details-quote-box i {
  flex: 0 0 auto;
  margin-right: 25px;
  display: inline-block;
}
@media (max-width: 767px) {
  .postbox-details-quote-box i {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .postbox-details-quote-wrap {
    flex-wrap: wrap;
  }
}
.postbox-details-list ul {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .postbox-details-list ul {
    padding-left: 0;
  }
}
.postbox-details-list ul li {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.1;
  position: relative;
  padding-left: 20px;
  list-style-type: none;
  color: rgba(0, 0, 0, 0.7);
}
.postbox-details-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.postbox-details-list ul li::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  height: 5px;
  width: 5px;
  margin-right: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.7);
}
.postbox-details-list ul li span {
  color: rgba(0, 0, 0, 0.3);
}
.postbox-details-list ul li i {
  font-style: normal;
  color: var(--tp-common-px-orange);
}
.postbox-details-code {
  padding: 25px 30px;
  border-radius: 14px;
  background: rgb(246, 246, 249);
}
.postbox-details-code pre {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
}
.postbox-details-tag span {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  margin-right: 15px;
  color: var(--tp-common-white);
}
.postbox-details-author .sidebar-widget-author-img {
  flex: 0 0 auto;
  margin-bottom: 0;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .postbox-details-author .sidebar-widget-author-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.postbox-details-author .sidebar-widget-author-img img {
  height: 100px;
  width: 100px;
}
.postbox-details-author .sidebar-widget-author {
  padding: 0;
  padding-bottom: 0;
  padding: 30px;
  border: none;
  border-radius: 14px;
  background: rgb(246, 246, 249);
}
@media (max-width: 767px) {
  .postbox-details-author .sidebar-widget-author {
    flex-wrap: wrap;
  }
}
.postbox-details-author .sidebar-widget-author-content span {
  margin-bottom: 8px;
}
.postbox-details-author .sidebar-widget-author-name {
  margin-bottom: 18px;
}
@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) {
  .postbox-details-author .sidebar-widget-author-content p br {
    display: none;
  }
}
.postbox-details-form {
  padding: 60px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-details-form {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .postbox-details-form {
    padding: 20px;
  }
}
.postbox-details-form p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 23px;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 767px) {
  .postbox-details-form p {
    font-size: 16px;
  }
}
.postbox-details-form-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0;
  letter-spacing: -0.04em;
  color: var(--tp-common-px-black);
}
.postbox-details-input label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 12px;
  color: var(--tp-common-px-black);
}
.postbox-details-input input, .postbox-details-input textarea {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 25px;
  border-radius: 14px;
  color: var(--tp-common-px-black);
  background: rgb(246, 246, 249);
  border: 1px solid rgb(246, 246, 249);
}
.postbox-details-input input::-webkit-input-placeholder, .postbox-details-input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input::-moz-placeholder, .postbox-details-input textarea::-moz-placeholder { /* Firefox 19+ */
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input:-moz-placeholder, .postbox-details-input textarea:-moz-placeholder { /* Firefox 4-18 */
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input:-ms-input-placeholder, .postbox-details-input textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input::placeholder, .postbox-details-input textarea::placeholder { /* MODERN BROWSER */
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input:focus, .postbox-details-input textarea:focus {
  background: transparent;
  border-color: var(--tp-common-px-orange);
}
.postbox-details-input textarea {
  height: 160px;
  resize: none;
  margin-bottom: 20px;
}
.postbox-details-remeber input {
  display: none;
}
.postbox-details-remeber input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.postbox-details-remeber label {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
}
.postbox-details-remeber label::after {
  position: absolute;
  content: "";
  top: -3px;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: -1;
  transition: 0.3s;
  line-height: 16px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.postbox-details-remeber label::before {
  position: absolute;
  top: -2px;
  left: 2px;
  width: 16px;
  height: 16px;
  opacity: 0;
  transition: 0.3s;
  line-height: 16px;
  filter: invert(1);
  text-align: center;
  visibility: hidden;
  color: var(--tp-common-px-black-2);
  content: url("../img/svg/check.svg");
}
.postbox-details-remeber label:hover {
  cursor: pointer;
}
.postbox-details-social a {
  height: 36px;
  width: 36px;
  line-height: 33px;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 14px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  background-color: rgb(246, 246, 249);
}
.postbox-details-social a svg {
  height: 15px;
  width: 15px;
}
.postbox-details-social a:hover {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-orange);
}

/*----------------------------------------*/
/*  5.2 Recent Post css
/*----------------------------------------*/
.rc-post-thumb {
  flex: 0 0 auto;
  overflow: hidden;
  margin-right: 30px;
  border-radius: 14px;
}
.rc-post-thumb img {
  transition: 0.9s;
  border-radius: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rc-post-thumb img {
    height: 100px;
    width: 100px;
  }
}
.rc-post:hover .rc-post-thumb img {
  transform: scale(1.1);
}
.rc-post-category {
  margin-bottom: 10px;
}
.rc-post-category a {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 7px 12px;
  border-radius: 15px;
  display: inline-block;
  color: var(--tp-common-px-black-2);
  border: 1px solid rgba(30, 30, 30, 0.1);
}
.rc-post-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 8px;
  letter-spacing: -0.2px;
  color: var(--tp-common-px-black-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rc-post-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rc-post-title {
    font-size: 16px;
  }
}
.rc-post-title a:hover {
  color: var(--tp-common-px-orange);
}
.rc-post-meta span {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.rc-post-wrap .rc-post:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/
.sidebar-search {
  position: relative;
}
.sidebar-search input {
  width: 100%;
  height: 60px;
  padding: 0 25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 60px;
  border-radius: 14px;
  padding-right: 50px;
  background: #F6F6F9;
  color: var(--tp-common-px-black);
  border: 1px solid transparent;
}
.sidebar-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.sidebar-search input::-moz-placeholder { /* Firefox 19+ */
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.sidebar-search input:-moz-placeholder { /* Firefox 4-18 */
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.sidebar-search input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.sidebar-search input::placeholder { /* MODERN BROWSER */
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.sidebar-search input:focus {
  background-color: transparent;
  border: 1px solid var(--tp-common-px-orange);
}
.sidebar-search button {
  position: absolute;
  top: 0;
  right: 25px;
  height: 100%;
  line-height: 60px;
  color: var(--tp-common-px-black);
}
.sidebar-widget-author {
  padding: 40px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .sidebar-widget-author {
    padding: 30px;
  }
}
.sidebar-widget-author-img {
  margin-bottom: 35px;
}
.sidebar-widget-author-img img {
  border-radius: 50%;
}
.sidebar-widget-author-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-black-2);
}
.sidebar-widget-author-content span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  color: #9E9A9A;
  display: inline-block;
}
.sidebar-widget-author-content p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.7);
}
.sidebar-widget-author-social a {
  margin: 0 5px;
}
.sidebar-widget-author-social a span {
  transition: all 0.4s ease-in-out;
  color: var(--tp-common-px-black-2);
}
.sidebar-widget-author-social a:hover span {
  color: var(--tp-common-px-orange);
}
.sidebar-widget-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-black-2);
}
.sidebar-widget-category ul li {
  list-style-type: none;
}
.sidebar-widget-category ul li a {
  font-size: 16px;
  border-radius: 14px;
  padding: 12px 20px;
  font-weight: 500;
  line-height: 1;
  background: #F6F6F9;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.8);
}
.sidebar-widget-category ul li a span {
  transition: 0.3s;
}
.sidebar-widget-category ul li a span:last-child {
  color: rgba(0, 0, 0, 0.4);
}
.sidebar-widget-category ul li a:hover {
  color: var(--tp-common-px-orange);
}
.sidebar-widget-category ul li a:hover span:last-child {
  color: VAR(--tp-common-px-orange);
}
.sidebar-widget-category ul li:not(:last-child) {
  margin-bottom: 6px;
}
.sidebar-wrapper {
  padding-left: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-wrapper {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sidebar-wrapper {
    padding-left: 0;
    margin-top: 70px;
  }
}
.sidebar-blog-grid-wrap .sidebar-wrapper {
  padding-left: 2px;
}

.tagcloud a {
  font-size: 16px;
  line-height: 1;
  border-radius: 14px;
  padding: 10px 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.6);
  background: #F6F6F9;
  display: inline-block;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tagcloud a {
    padding: 10px 14px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .tagcloud a {
    padding: 10px 14px;
  }
}
.tagcloud a:not(:last-child) {
  margin-right: 5px;
}
.tagcloud a:hover {
  color: var(--tp-common-px-white);
  background-color: VAR(--tp-common-px-orange);
}

/*----------------------------------------*/
/*  5.4 Blog css
/*----------------------------------------*/
.px-blog-category {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
  display: inline-block;
  letter-spacing: -0.03em;
  color: var(--tp-common-px-black);
}
.px-blog-title {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 46px;
  font-family: var(--tp-ff-thundermed);
}
.px-blog-title a:hover {
  color: var(--tp-common-px-red);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-blog-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .px-blog-title {
    font-size: 35px;
  }
}
.px-blog-meta {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03em;
  color: rgba(30, 30, 30, 0.5);
}
.px-blog-thumb {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 10px;
}
.px-blog-thumb img {
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-blog-area {
    padding-top: 80px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .in-blog-hero-content {
    margin-bottom: 20px;
  }
}
.in-blog-hero-title {
  font-size: 275px;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -2.8px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .in-blog-hero-title {
    font-size: 200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .in-blog-hero-title {
    font-size: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .in-blog-hero-title {
    font-size: 140px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .in-blog-hero-title {
    font-size: 100px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .in-blog-hero-title {
    font-size: 55px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .in-blog-hero-title {
    font-size: 75px;
  }
}
.in-blog-hero-ptb {
  padding-top: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .in-blog-hero-ptb {
    padding-top: 150px;
  }
}
.in-blog-list-category span {
  display: inline-flex;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  transition: 0.3s;
  border-radius: 6px;
  background: #F5F5F5;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .in-blog-list-category span {
    padding: 12px 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .in-blog-list-category span {
    padding: 12px 15px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .in-blog-list-category span {
    margin-bottom: 6px;
  }
}
.in-blog-list-category span:hover, .in-blog-list-category span.active {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-orange);
}
.in-blog-list-category-wrap {
  padding: 5px 0;
  margin-bottom: 60px;
  border-top: 1px solid rgba(30, 30, 30, 0.08);
  border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}
.in-blog-list-search-input {
  position: relative;
}
.in-blog-list-search-input::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition-delay: 0s;
  transition: width 0.3s ease;
  background-color: var(--tp-common-px-black);
}
.in-blog-list-search-input.active::before {
  width: 100%;
  transition-delay: 0.3s;
}
.in-blog-list-search-input.active input {
  width: 240px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .in-blog-list-search-input.active input {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .in-blog-list-search-input.active input {
    width: 160px;
  }
}
.in-blog-list-search-input input {
  font-size: 14px;
  font-weight: 400;
  padding: 0px 35px;
  padding-right: 0;
  height: 44px;
  width: 95px;
  border: 0;
  display: inline-block;
  letter-spacing: -0.02em;
  background-color: transparent;
  color: var(--tp-common-px-black);
}
.in-blog-list-search-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.6);
}
.in-blog-list-search-input input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.6);
}
.in-blog-list-search-input input:-moz-placeholder { /* Firefox 4-18 */
  color: rgba(0, 0, 0, 0.6);
}
.in-blog-list-search-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: rgba(0, 0, 0, 0.6);
}
.in-blog-list-search-input input::placeholder { /* MODERN BROWSER */
  color: rgba(0, 0, 0, 0.6);
}
.in-blog-list-search-icon {
  position: absolute;
  left: 0;
  top: 48%;
  transform: translateY(-50%);
}
.in-blog-list-search-icon span {
  color: var(--tp-common-px-black);
}

.px-postbox-style .sidebar-widget-author-img img {
  height: 60px;
  width: 60px;
}

.tp-blog-details-ptb {
  border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-details-ptb {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .tp-blog-details-ptb {
    padding-top: 40px;
  }
}
.tp-blog-details-without-ptb {
  padding-top: 220px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-details-without-ptb {
    padding-top: 185px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-details-without-ptb {
    padding-top: 150px;
  }
}
.tp-blog-details-without-heading .postbox-details-item .postbox-tag span {
  font-size: 16px;
  font-weight: 600;
  margin-right: 0px;
  color: rgba(0, 0, 0, 0.6);
}
.tp-blog-details-banner {
  height: 830px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-details-banner {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-details-banner {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .tp-blog-details-banner {
    height: 240px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-details-banner {
    margin-bottom: 40px;
  }
}
.tp-blog-details-banner img {
  margin-top: -200px;
}
@media (max-width: 767px) {
  .tp-blog-details-banner img {
    margin-top: -100px;
  }
}

.px-orange-style .px-blog-title a:hover {
  color: var(--tp-common-px-orange);
}

/*----------------------------------------*/
/*  4.1 dropdown scss
/*----------------------------------------*/
.tp-header-dropdown nav ul li {
  position: relative;
  list-style: none;
}
.tp-header-dropdown nav ul li.p-static {
  position: static;
}
.tp-header-dropdown nav ul li.tp-menu-last .tp-submenu {
  left: auto;
  right: 0;
}
.tp-header-dropdown nav ul li.has-dropdown > a::after {
  content: "\f107";
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px;
  display: inline-block;
  color: var(--tp-common-px-black);
  transition: all 0.3s 0s ease-out;
  font-family: var(--tp-ff-fontawesome);
}
.tp-header-dropdown nav ul li.has-dropdown:hover > a::after {
  transform: rotate(-180deg);
}
.tp-header-dropdown nav ul li .tp-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 240px;
  z-index: 99;
  opacity: 0;
  padding: 12px 0;
  transition: 0.5s;
  text-align: start;
  visibility: hidden;
  border-radius: 14px;
  transform-origin: 0 0;
  transform: scale(1, 0);
  backdrop-filter: blur(40px);
  background: rgba(38, 37, 40, 0.9);
  box-shadow: 0 20px 30px -8px rgba(19, 19, 22, 0.1);
}
.tp-header-dropdown nav ul li .tp-submenu li {
  width: 100%;
  padding: 0 12px;
  border-radius: 8px;
}
.tp-header-dropdown nav ul li .tp-submenu li a {
  position: relative;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #bfbfc0;
  padding: 12px 18px;
  display: inline-block;
  letter-spacing: -0.01em;
  text-align: start;
  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) {
  .tp-header-dropdown nav ul li .tp-submenu li a {
    font-size: 14px;
  }
}
.tp-header-dropdown nav ul li .tp-submenu li .tp-submenu {
  top: 0;
  left: 100%;
}
.tp-header-dropdown nav ul li .tp-submenu li:hover > a {
  background-color: #2c2b2e;
  color: var(--tp-common-px-white);
}
.tp-header-dropdown nav ul li .tp-submenu.px-megamenu {
  width: 480px;
  padding: 30px 30px;
}
.tp-header-dropdown nav ul li:hover > .tp-submenu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.dropdown-white-bg nav ul li .tp-submenu {
  background: rgba(255, 255, 255, 0.9);
}
.dropdown-white-bg nav ul li .tp-submenu li a {
  color: #636368;
}
.dropdown-white-bg nav ul li .tp-submenu li:hover > a {
  background-color: #F8F8FB;
  color: var(--tp-common-px-black);
}
.dropdown-white-bg nav ul li .tp-submenu li.menu-item-has-children > a::after {
  color: #636368;
}
.dropdown-white-bg nav ul li .tp-submenu li.menu-item-has-children:hover > a::after {
  color: var(--tp-common-px-black);
}

.px-megamenu-style.tp-header-dropdown nav ul li .tp-submenu.px-megamenu li {
  padding: 0;
}
.px-megamenu-title {
  font-size: 20px;
  font-weight: 600;
  padding-left: 18px;
  color: var(--tp-common-px-black);
}
.px-megamenu-title-wrap {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.dropdown-black-bg .px-megamenu-title {
  color: var(--tp-common-px-white);
}
.dropdown-black-bg .px-megamenu-title-wrap {
  border-color: rgba(255, 255, 255, 0.1);
}

/*----------------------------------------*/
/*  4.3 offcanvas scss
/*----------------------------------------*/
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

.tp-offcanvas-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 450px;
  height: 100vh;
  z-index: 999;
  padding: 50px 50px;
  overflow-y: scroll;
  transition: all 0.3s;
  background: #FFF;
  scrollbar-width: none;
  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-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-offcanvas-wrapper {
    width: 450px;
  }
}
.tp-offcanvas-wrapper .logo-2 {
  display: none;
}
.tp-offcanvas-wrapper.offcanvas-black-bg {
  background: #1C1D20;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .logo-1 {
  display: none;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .logo-2 {
  display: block !important;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-close-btn {
  color: var(--tp-common-px-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu ul li > a {
  color: var(--tp-common-px-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu ul li.active > a {
  color: var(--tp-common-red-3);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: #2c2b2e;
  color: var(--tp-common-px-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-menu-close i {
  color: var(--tp-common-px-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-megamenu-wrapper.megamenu-black-bg {
  backdrop-filter: initial;
  background: transparent;
  box-shadow: none;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-title.sm {
  color: var(--tp-common-px-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-contact ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-contact ul li a:hover {
  color: var(--tp-common-px-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-contact ul li a::after {
  background-color: var(--tp-common-px-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-social ul li a {
  color: var(--tp-common-px-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-social ul li a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-title {
  color: var(--tp-common-px-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-content p {
  color: rgba(255, 255, 255, 0.8);
}
.tp-offcanvas-area.opened .tp-offcanvas-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.tp-offcanvas-top {
  margin-bottom: 90px;
}
.tp-offcanvas-close-btn {
  color: black;
}
.tp-offcanvas-close-btn:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -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: 40px;
  line-height: 1;
  letter-spacing: -0.8px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--tp-common-px-black);
}
.tp-offcanvas-title.sm {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
.tp-offcanvas-gallery {
  margin-bottom: 65px;
}
.tp-offcanvas-gallery-img img {
  transition: 0.9s;
}
.tp-offcanvas-gallery-img:hover img {
  transform: scale(1.2) rotate(-2deg);
}
.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: 16px;
  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-px-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;
  transition: all 0.3s;
  color: var(--tp-common-px-black);
  border: 1px solid rgba(2, 11, 24, 0.1);
}
.tp-offcanvas-social ul li a:hover {
  background-color: var(--tp-common-px-black);
  border-color: var(--tp-common-px-black);
  color: var(--tp-common-px-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);
}

.px-offcanvas-2-wrapper {
  padding: 155px 100px 0px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-offcanvas-2-wrapper {
    padding: 155px 30px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-offcanvas-2-wrapper {
    padding: 110px 30px 0px;
  }
}
.px-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.px-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li > a {
  font-size: 120px;
  padding: 0;
  line-height: 0.8;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: var(--tp-ff-thunder);
  color: var(--tp-common-px-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li > a {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li > a {
    font-size: 80px;
  }
}
.px-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li > a::after {
  content: none;
}
.px-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li .tp-menu-close i {
  font-size: 28px;
  color: var(--tp-common-px-white);
}
.px-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li .submenu {
  margin-bottom: 35px;
}
.px-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li .submenu > li > a {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: #717172;
  letter-spacing: -0.02em;
}
.px-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li .submenu > li > a:hover {
  background-color: initial;
  transform: translateX(15px);
  color: var(--tp-common-px-white);
}
.px-offcanvas-2-left {
  opacity: 0;
  animation-delay: 1s;
  transform: translateY(20px);
}
.px-offcanvas-2-left .tp-offcanvas-menu {
  margin-bottom: 105px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-offcanvas-2-left .tp-offcanvas-menu {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-offcanvas-2-left .tp-offcanvas-menu {
    margin-bottom: 0;
  }
}
.px-offcanvas-2-left .tp-offcanvas-menu ul {
  overflow: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  max-height: 510px;
  padding-top: 10px;
}
.px-offcanvas-2-left-btn-box {
  gap: 10px;
}
.px-offcanvas-2-left-btn .tp-btn-yellow-border.postbox-btn {
  border-radius: 12px;
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-black-2);
}
.px-offcanvas-2-left-btn .tp-btn-yellow-border.postbox-btn.active {
  background-color: var(--tp-common-px-red);
}
.px-offcanvas-2-social.tp-offcanvas-social ul {
  justify-content: end;
}
.px-offcanvas-2-social.tp-offcanvas-social ul li a {
  line-height: 36px;
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-black-2);
}
.px-offcanvas-2-social.tp-offcanvas-social ul li a:hover {
  background-color: var(--tp-common-px-red);
}
.px-offcanvas-2-video {
  display: flex;
  justify-content: end;
}
.px-offcanvas-2-video .px-hero-video {
  width: 532px;
  height: 300px;
  border-radius: 16px;
}

.px-offcanvas-2-area.menu-open,
.px-offcanvas-2-area.menu-open-temp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: z-index 0s 2s;
}

.px-offcanvas-2-area .offcanvas-bg {
  position: fixed;
  inset: 0;
  margin: 20px;
  border-radius: 20px;
  background: var(--tp-common-px-black);
  clip-path: circle(0% at calc(100% - 45px) 45px);
  transition: clip-path 0.7s ease-in-out;
  z-index: -1;
}
@media (max-width: 767px) {
  .px-offcanvas-2-area .offcanvas-bg {
    margin: 5px;
  }
}
.px-offcanvas-2-area.menu-open .offcanvas-bg {
  clip-path: circle(150% at calc(100% - 45px) 45px);
}
.px-offcanvas-2-area.menu-open .offcanvas-menu {
  pointer-events: auto;
}
.px-offcanvas-2-area.menu-open .px-offcanvas-2-left {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(0.7s + 0.06s);
}
.px-offcanvas-2-area.menu-open .px-offcanvas-2-left .tp-offcanvas-menu {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: calc(calc(0.7s + 0.06s) + 0.2s);
}
.px-offcanvas-2-area.menu-open .px-offcanvas-2-left .px-offcanvas-2-left-btn-box {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: calc(calc(calc(0.7s + 0.06s) + 0.2s) + 0.15s);
}
.px-offcanvas-2-area.menu-open .px-offcanvas-2-right {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(calc(calc(calc(0.7s + 0.06s) + 0.2s) + 0.15s) + 0.2s);
}
.px-offcanvas-2-area:not(.menu-open) .offcanvas-menu {
  pointer-events: none;
}
.px-offcanvas-2-area:not(.menu-open) .px-offcanvas-2-right {
  opacity: 0;
  transform: translateY(30px);
  transition-delay: 0s;
}
.px-offcanvas-2-area:not(.menu-open) .px-offcanvas-2-left {
  transition-delay: 0.6s;
  opacity: 0;
  transform: translateY(30px);
}
.px-offcanvas-2-area:not(.menu-open) .px-offcanvas-2-left .tp-offcanvas-menu {
  opacity: 0;
  transform: translateY(20px);
  transition-delay: 0.4s;
}
.px-offcanvas-2-area:not(.menu-open) .px-offcanvas-2-left .px-offcanvas-2-left-btn-box {
  opacity: 0;
  transform: translateY(20px);
  transition-delay: 0.2s;
}
.px-offcanvas-2-area:not(.menu-open) .offcanvas-bg {
  clip-path: circle(0% at calc(100% - 45px) 45px);
  transition-delay: 0.4s;
}
.px-offcanvas-2-area * {
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
.px-offcanvas-2-area .px-offcanvas-2-left,
.px-offcanvas-2-area .px-offcanvas-2-right {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.px-offcanvas-2-area .tp-offcanvas-menu,
.px-offcanvas-2-area .px-offcanvas-2-left-btn-box {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.tp-hamburger-btn.active {
  background-color: var(--tp-common-px-black);
}
.tp-hamburger-btn.active span {
  margin: 0 auto;
}
.tp-hamburger-btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(3px, 2px);
}
.tp-hamburger-btn.active span:nth-child(2) {
  transform: rotate(-45deg) translate(0px, 1px);
}
.tp-hamburger-btn span {
  transition: all 0.3s ease-in-out;
}

/*----------------------------------------*/
/*  4.2 Mobile Menu
/*----------------------------------------*/
.tp-offcanvas-menu {
  margin-bottom: 80px;
}
.tp-offcanvas-menu ul {
  list-style: none;
}
.tp-offcanvas-menu ul li {
  position: relative;
}
.tp-offcanvas-menu ul li > a {
  padding: 10px 0;
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.tp-offcanvas-menu ul li.active > a {
  color: var(--tp-common-black);
}
.tp-offcanvas-menu ul li.active > .tp-menu-close i {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.tp-offcanvas-menu ul li .submenu {
  display: none;
}
.tp-offcanvas-menu ul li .submenu .submenu {
  margin-left: 30px;
}
.tp-offcanvas-menu .tp-megamenu-wrapper.megamenu-white-bg {
  backdrop-filter: none;
  background: transparent;
  box-shadow: none;
}
.tp-offcanvas-menu .mega-menu {
  width: auto;
  opacity: 1;
  visibility: visible;
  transition: none;
  position: static;
  display: none;
  -webkit-transform: perspective(0) rotateX(0);
  -moz-transform: perspective(0) rotateX(0);
  -ms-transform: perspective(0) rotateX(0);
  -o-transform: perspective(0) rotateX(0);
  transform: perspective(0) rotateX(0);
}
.tp-offcanvas-menu .tp-megamenu-list ul li {
  padding: 0;
}
.tp-offcanvas-menu .tp-megamenu-list ul li a {
  font-size: 17px;
  padding: 12px 20px;
}
.tp-offcanvas-menu .tp-submenu > li > a {
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 17px;
}
.tp-offcanvas-menu .tp-submenu > li > a:hover {
  background-color: #f8f8fb;
  color: var(--tp-common-black);
}
.tp-offcanvas-menu .px-megamenu-box {
  padding: 20px 0;
}
.tp-offcanvas-menu .px-megamenu-box li a {
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 17px;
}
.tp-offcanvas-menu .px-megamenu-box li a:hover {
  background-color: #f8f8fb;
  color: var(--tp-common-black);
}

.tp-menu-close {
  position: absolute;
  right: 7px;
  top: 12px;
}
.tp-menu-close i {
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 500;
}

.menu-item-has-children .tp-menu-close {
  right: 14px;
  top: 9px;
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-footer-area {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .px-footer-area {
    padding-top: 80px;
  }
}
.px-footer-col-2 {
  padding-left: 150px;
  padding-right: 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-footer-col-2 {
    padding-left: 130px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-footer-col-2 {
    padding-left: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-footer-col-2 {
    padding-left: 40px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-footer-col-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .px-footer-col-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.px-footer-col-3 {
  padding-left: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-footer-col-3 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .px-footer-col-3 {
    padding: 0;
  }
}
.px-footer-widget-title {
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: -0.06em;
  color: var(--tp-common-px-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-footer-widget-title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-footer-widget-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-footer-widget-title {
    font-size: 65px;
  }
  .px-footer-widget-title br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .px-footer-widget-title {
    font-size: 50px;
  }
}
.px-footer-widget-title-sm {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-white);
}
.px-footer-widget-title-sm.pre::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-2px);
  background-color: var(--tp-common-px-white);
}
.px-footer-widget-social a {
  height: 42px;
  width: 42px;
  line-height: 39px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-px-white);
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 8px;
}
.px-footer-widget-social a:not(:last-child) {
  margin-right: 3px;
}
.px-footer-widget-social a:hover {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-red);
}
.px-footer-widget-menu ul li {
  list-style-type: none;
  display: inline-block;
}
.px-footer-widget-menu ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  border-radius: 20px;
  padding: 13px 20px;
  display: inline-block;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--tp-common-px-white);
  background-color: rgba(255, 255, 255, 0.1);
}
.px-footer-widget-menu ul li a:hover {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-red);
}
.px-footer-widget-info {
  margin-bottom: 15px;
}
.px-footer-widget-info a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-white);
}
.px-footer-widget-info a:hover {
  color: var(--tp-common-px-red);
}
.px-footer-widget-info a:not(:last-child) {
  margin-bottom: 10px;
}

.px-copyright-big-text {
  font-size: 290px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
  transform: translateX(-10px);
  color: var(--tp-common-px-red);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-copyright-big-text {
    font-size: 234px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-copyright-big-text {
    font-size: 185px;
    letter-spacing: -10px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-copyright-big-text {
    font-size: 150px;
    letter-spacing: -7px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-copyright-big-text {
    font-size: 116px;
    letter-spacing: -7px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .px-copyright-big-text {
    font-size: 50px;
    letter-spacing: -2px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .px-copyright-big-text {
    font-size: 80px;
  }
}
.px-copyright-left span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-white);
}
.px-copyright-right a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-white);
}
.px-copyright-right a:not(:first-child) {
  margin-left: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-copyright-right a:not(:first-child) {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-copyright-right a:not(:first-child) {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .px-copyright-right a:not(:first-child) {
    margin-left: 0px;
    margin: 0 10px;
    font-size: 14px;
  }
}
.px-copyright-right a:hover {
  color: var(--tp-common-px-orange);
}
.px-copyright-bottom {
  padding-bottom: 55px;
  margin-top: -20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-copyright-bottom {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .px-copyright-bottom {
    margin-top: 0;
    padding-bottom: 20px;
  }
}

.design-footer-bg {
  padding: 0px;
  border-radius: 16px;
}
.design-footer-wrap {
  padding: 0 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .design-footer-wrap {
    padding: 0 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) {
  .design-footer-wrap {
    padding: 0;
  }
}
.design-footer-top-btn {
  transform: translateY(-45px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .design-footer-top-btn {
    transform: translateY(0);
  }
}
.design-footer-top-wrap {
  padding-top: 110px;
  border-bottom: 1px solid rgba(10, 10, 10, 0.08);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .design-footer-top-wrap {
    padding-top: 80px;
  }
}
.design-footer-middle {
  border-bottom: 1px solid rgba(10, 10, 10, 0.08);
}
.design-footer-widget-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-black);
}
.design-footer-widget-title.sm {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  color: rgba(10, 10, 10, 0.5);
}
.design-footer-widget-input input {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  height: 60px;
  padding: 0px 35px;
  border-radius: 40px;
  padding-right: 60px;
  background-color: transparent;
  color: var(--tp-common-px-black);
  border: 1px solid rgba(6, 2, 0, 0.1);
}
.design-footer-widget-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.design-footer-widget-input input::-moz-placeholder { /* Firefox 19+ */
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.design-footer-widget-input input:-moz-placeholder { /* Firefox 4-18 */
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.design-footer-widget-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.design-footer-widget-input input::placeholder { /* MODERN BROWSER */
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.design-footer-widget-input input:focus {
  border-color: var(--tp-common-px-black);
}
.design-footer-widget-input-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 40px;
  width: 40px;
  line-height: 1;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  transform: translateY(-50%);
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-black);
}
.design-footer-widget-input-icon:hover {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-red);
}
.design-footer-widget-input-icon.hover-bg-orange:hover {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-orange);
}
.design-footer-widget-info a {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .design-footer-widget-info a {
    font-size: 20px;
  }
}
.design-footer-col-1 {
  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) {
  .design-footer-col-1 {
    padding-right: 0;
  }
}
.design-footer-col-3 {
  padding-left: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .design-footer-col-3 {
    padding-left: 0;
    margin-bottom: 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) {
  .design-footer-col-2 {
    margin-bottom: 20px;
  }
}
.design-footer-col-4 {
  padding-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) {
  .design-footer-col-4 {
    padding-left: 0;
  }
}
.design-footer-right {
  padding-left: 160px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .design-footer-right {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .design-footer-right {
    padding-left: 0;
  }
}

.design-copyright-text p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  color: rgba(10, 10, 10, 0.5);
}
.design-copyright-backtoTop a {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-black);
}
.design-copyright-backtoTop a span {
  margin-left: 8px;
  color: var(--tp-common-px-black);
}

.px-social-mail a {
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-white);
}
@media (max-width: 767px) {
  .px-social-mail a {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.px-social-mail a span {
  margin-right: 10px;
  display: inline-block;
}
.px-social-mail a span svg {
  transform: translateY(-2px);
}
.px-social-bg {
  padding: 19px 0;
}
.px-social-shape {
  display: inline-block;
  transform: translateY(-6px);
}
.px-social-black-bg {
  padding: 19px 20px;
  border-radius: 8px;
}
.px-social-icon a {
  position: relative;
  display: inline-block;
}
.px-social-icon a span {
  left: 0px;
  opacity: 0;
  bottom: 0px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  visibility: hidden;
  letter-spacing: -0.28px;
  color: var(--tp-common-px-white);
  transition: all 0.3s ease-in-out;
}
.px-social-icon a:hover span {
  opacity: 1;
  visibility: visible;
}
.px-social-icon a img {
  position: relative;
  top: 0;
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 50%;
}
.px-social-icon a:nth-child(1) img {
  transform: rotate(8deg);
}
.px-social-icon a:nth-child(1):hover img {
  top: -17px;
  transform: rotate(14deg);
}
.px-social-icon a:nth-child(2) img {
  transform: rotate(8deg);
}
.px-social-icon a:nth-child(2):hover img {
  top: -17px;
  transform: rotate(14deg);
}
.px-social-icon a:nth-child(3) img {
  transform: rotate(-4deg);
}
.px-social-icon a:nth-child(3):hover img {
  top: -17px;
  transform: rotate(2deg);
}
.px-social-icon a:nth-child(4) img {
  transform: rotate(-3deg);
  will-change: transform;
}
.px-social-icon a:nth-child(4):hover img {
  top: -17px;
  transform: rotate(3deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-footer-3-area {
    padding-top: 80px;
    padding-bottom: 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) {
  .px-footer-3-slider-style {
    margin-bottom: 60px;
  }
}
.px-footer-3-slider-style .px-hero-6-text span {
  font-size: 280px;
  letter-spacing: -1.4px;
  color: var(--tp-common-px-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-footer-3-slider-style .px-hero-6-text span {
    font-size: 190px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-footer-3-slider-style .px-hero-6-text span {
    font-size: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-footer-3-slider-style .px-hero-6-text span {
    font-size: 140px;
  }
}
@media (max-width: 767px) {
  .px-footer-3-slider-style .px-hero-6-text span {
    font-size: 90px;
  }
}
.px-footer-3-slider-style .px-hero-6-text span i {
  margin-right: 25px;
  display: inline-block;
}
@media (max-width: 767px) {
  .px-footer-3-slider-style .px-hero-6-text span i {
    margin-right: 10px;
  }
}
.px-footer-3-tel a, .px-footer-3-mail a {
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  color: var(--tp-common-px-white);
  font-family: var(--tp-ff-thunder);
}
.px-footer-3-mail a {
  font-size: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-footer-3-mail a {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .px-footer-3-mail a {
    font-size: 60px;
  }
}
.px-footer-3-input {
  position: relative;
}
.px-footer-3-input input, .px-footer-3-input textarea {
  padding: 0px 23px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 72px;
  padding-right: 55px;
  letter-spacing: -0.17px;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.px-footer-3-input input::-webkit-input-placeholder, .px-footer-3-input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.17px;
  color: rgba(255, 255, 255, 0.7);
}
.px-footer-3-input input::-moz-placeholder, .px-footer-3-input textarea::-moz-placeholder { /* Firefox 19+ */
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.17px;
  color: rgba(255, 255, 255, 0.7);
}
.px-footer-3-input input:-moz-placeholder, .px-footer-3-input textarea:-moz-placeholder { /* Firefox 4-18 */
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.17px;
  color: rgba(255, 255, 255, 0.7);
}
.px-footer-3-input input:-ms-input-placeholder, .px-footer-3-input textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.17px;
  color: rgba(255, 255, 255, 0.7);
}
.px-footer-3-input input::placeholder, .px-footer-3-input textarea::placeholder { /* MODERN BROWSER */
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.17px;
  color: rgba(255, 255, 255, 0.7);
}
.px-footer-3-input input:focus, .px-footer-3-input textarea:focus {
  border-color: var(--tp-common-px-white);
}
.px-footer-3-input textarea {
  resize: none;
  line-height: 56px;
}
.px-footer-3-btn {
  position: absolute;
  top: 50%;
  right: 8px;
  height: 40px;
  width: 40px;
  display: grid;
  transition: 0.3s;
  text-align: center;
  border-radius: 50%;
  place-content: center;
  transform: translateY(-50%);
  color: var(--tp-common-px-black);
  background-color: var(--tp-common-px-white);
}
.px-footer-3-btn:hover {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-orange);
}
.px-footer-3-social a {
  padding: 20px 40px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  border-radius: 72px;
  display: inline-block;
  letter-spacing: -0.17px;
  background-color: #121212;
  color: rgba(255, 255, 255, 0.7);
}
.px-footer-3-social a:hover {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-orange);
}
@media (max-width: 767px) {
  .px-footer-3-social a {
    padding: 14px 15px;
    font-size: 14px;
  }
}
.px-footer-3-social a span {
  margin-left: 10px;
  display: inline-block;
}
.px-footer-3-select {
  width: 100%;
  display: inline-block;
}

.px-copyright-3-wrap {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.px-copyright-3-menu ul li {
  display: inline-block;
  list-style-type: none;
}
.px-copyright-3-menu ul li a {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin-right: 36px;
  display: inline-block;
  letter-spacing: -0.15px;
  text-transform: uppercase;
  color: var(--tp-common-px-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-copyright-3-menu ul li a {
    font-size: 14px;
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .px-copyright-3-menu ul li a {
    font-size: 13px;
    margin-right: 12px;
    margin-bottom: 15px;
  }
}
.px-copyright-3-text p {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.15px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-copyright-3-text p {
    margin-bottom: 10px;
  }
}
.px-copyright-3-text p a {
  color: var(--tp-common-px-white);
}
.px-copyright-3-backtop a {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.15px;
  text-transform: uppercase;
  color: var(--tp-common-px-white);
}
.px-copyright-3-backtop a svg {
  display: inline-block;
  transform: translateY(-2px);
}

.px-orange-style .px-footer-widget-menu ul li a:hover {
  background-color: var(--tp-common-px-orange);
}
.px-orange-style .px-footer-widget-social a:hover {
  background-color: var(--tp-common-px-orange);
}
.px-orange-style .px-footer-widget-info a:hover {
  color: var(--tp-common-px-orange);
}
.px-orange-style .px-copyright-big-text {
  color: var(--tp-common-px-orange);
}

/*----------------------------------------*/
/*  7.1 Hero css
/*----------------------------------------*/
.px-hero-video {
  width: 300px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .px-hero-video {
    width: 100%;
  }
}
.px-hero-video video {
  width: 100%;
  border-radius: 16px;
}
.px-hero-bg {
  padding-top: 290px;
  padding-bottom: 70px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 0 60px 60px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-hero-bg {
    padding-top: 260px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-hero-bg {
    padding-top: 220px;
  }
}
@media (max-width: 767px) {
  .px-hero-bg {
    padding-top: 210px;
  }
}
.px-hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.px-hero-subtitle {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 25px;
  display: inline-block;
  letter-spacing: -0.04em;
  color: var(--tp-common-px-white);
}
.px-hero-title {
  font-size: 140px;
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--tp-common-px-white);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-hero-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-hero-title {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .px-hero-title {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 20px;
  }
}
.px-hero-title-box {
  transform: translateY(20px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-hero-title-wrap {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .px-hero-title-wrap {
    padding-bottom: 40px;
  }
}
.px-hero-info p {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 25px;
  letter-spacing: -0.04em;
  color: var(--tp-common-px-white);
}
@media (max-width: 767px) {
  .px-hero-info p {
    font-size: 18px;
  }
  .px-hero-info p br {
    display: none;
  }
}
.px-hero-info img {
  border-radius: 16px;
}
.px-hero-service-item {
  margin-bottom: 30px;
}
.px-hero-service-item span {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  display: block;
  letter-spacing: -0.04em;
  color: var(--tp-common-px-white);
}
.px-hero-service-item span:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-hero-service-wrap {
    flex-wrap: wrap;
  }
}
.px-hero-2-thumb {
  display: flex;
  width: 130px;
  justify-content: center;
  align-items: center;
  filter: saturate(0);
  overflow: hidden;
  transform: scale(1);
  transform-origin: center center;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.px-hero-2-thumb img {
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  transform-origin: center center;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.px-hero-2-thumb:hover {
  filter: saturate(1);
  transform: scale(1.2);
}
.px-hero-2-thumb:hover img {
  transform: scale(1);
}
.px-hero-2-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  text-align: center;
}
.px-hero-2-content span {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.07;
  display: inline-block;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  transform: translateY(-105%);
  animation: text_upper 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.px-hero-2-item.active .px-hero-2-content {
  overflow: hidden;
}
.px-hero-2-item.active .px-hero-2-content span {
  animation: text_bottom 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.px-hero-2-item.active .px-hero-2-thumb {
  filter: saturate(1);
  transform: scale(1.2);
}
.px-hero-2-item.active .px-hero-2-thumb img {
  transform: scale(1);
}
.px-hero-2-text {
  position: relative;
  font-weight: 700;
  font-size: 350px;
  line-height: 0.7;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tp-common-px-red);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 1800px) and (max-width: 1900px) {
  .px-hero-2-text {
    font-size: 320px;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .px-hero-2-text {
    font-size: 295px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .px-hero-2-text {
    font-size: 270px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-hero-2-text {
    font-size: 220px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-hero-2-text {
    font-size: 172px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-hero-2-text {
    font-size: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-hero-2-text {
    font-size: 175px;
  }
}
@media (max-width: 767px) {
  .px-hero-2-text {
    font-size: 85px;
  }
}
.px-hero-2-text i {
  flex: 0 0 auto;
  height: 10px;
  width: 420px;
  margin: 0 30px;
  font-style: normal;
  margin-right: 15px;
  display: inline-block;
  transform: translateY(-50px);
  background-color: var(--tp-common-px-red);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-hero-2-text i {
    transform: translateY(-22px);
  }
}
.px-hero-2-text span {
  position: absolute;
  bottom: 30px;
  left: 0%;
  right: 0%;
  margin: 0 auto;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.07;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-body);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-hero-2-text span {
    font-size: 20px;
  }
}
.px-hero-2-contents span {
  font-weight: 700;
  font-size: 45px;
  line-height: 1.07;
  display: inline-block;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
@media (max-width: 767px) {
  .px-hero-2-contents span {
    font-size: 25px;
  }
}
.px-hero-2-thumbs {
  filter: saturate(0);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.px-hero-2-bottom-active .swiper-slide-active .px-hero-2-thumbs {
  filter: saturate(1);
}
@media (max-width: 767px) {
  .px-hero-2-slider-wrap {
    padding-bottom: 60px;
  }
}
.px-hero-3-bg {
  position: relative;
  background-repeat: no-repeat;
  background-position-x: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-hero-4-content {
    margin-bottom: 40px;
  }
}
.px-hero-4-content p {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 30px;
  letter-spacing: -0.07em;
  color: var(--tp-common-px-black);
}
.px-hero-4-content p span {
  color: var(--tp-common-px-red);
}
@media (max-width: 767px) {
  .px-hero-4-content p {
    font-size: 37px;
    margin-bottom: 20px;
  }
  .px-hero-4-content p br {
    display: none;
  }
}
.px-hero-4-bigtitle h2 {
  font-size: 515px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  transform: translateX(-27px);
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1801px) and (max-width: 1900px) {
  .px-hero-4-bigtitle h2 {
    font-size: 500px;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .px-hero-4-bigtitle h2 {
    font-size: 474px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .px-hero-4-bigtitle h2 {
    font-size: 440px;
    transform: translateX(-10px);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-hero-4-bigtitle h2 {
    font-size: 380px;
    transform: translateX(-10px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-hero-4-bigtitle h2 {
    font-size: 310px;
    transform: translateX(-10px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-hero-4-bigtitle h2 {
    font-size: 260px;
    transform: translateX(-15px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-hero-4-bigtitle h2 {
    font-size: 190px;
    transform: translateX(-10px);
  }
}
@media (max-width: 767px) {
  .px-hero-4-bigtitle h2 {
    font-size: 95px;
    transform: translateX(0px);
  }
}
.px-hero-4-scrolldown {
  display: inline-grid;
  place-content: center;
  text-align: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid rgba(10, 10, 10, 0.1);
}
.px-hero-4-scrolldown:hover {
  color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-red);
  background-color: var(--tp-common-px-red);
}
.px-hero-4-video {
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-hero-4-video {
    width: 100%;
    margin-bottom: 30px;
    display: inline-table;
  }
}
.px-hero-4-video video {
  width: 300px;
  height: 195px;
  object-fit: cover;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-hero-4-video video {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
  }
}
.px-hero-4-video-btn span {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-hero-5-thumb {
    margin-right: 30px;
  }
}
.px-hero-5-thumb span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #6d6868;
  margin-left: 10px;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  writing-mode: sideways-lr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-hero-5-thumb-wrap {
    display: flex;
    margin-bottom: 30px;
  }
}
.px-hero-5-content p {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 170px;
  letter-spacing: -0.04em;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-hero-5-content p {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-hero-5-content p {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .px-hero-5-content p {
    font-size: 28px;
    margin-bottom: 50px;
  }
  .px-hero-5-content p br {
    display: none;
  }
}
.px-hero-5-content span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #6d6868;
  display: inline-block;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.px-hero-5-category a, .px-hero-5-social a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #6d6868;
  display: inline-block;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.px-hero-5-category a:not(:last-child), .px-hero-5-social a:not(:last-child) {
  margin-bottom: 8px;
}
.px-hero-5-category span {
  flex: 0 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  display: inline-block;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .px-hero-5-category span {
    display: none;
  }
}
.px-hero-5-category:hover span {
  opacity: 1;
  visibility: visible;
  transform: translateX(-10px) translateY(-2px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-hero-5-style .px-hero-4-video {
    width: 100%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-hero-5-style .px-hero-4-video video {
    width: 100%;
    height: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .px-hero-5-style .px-hero-4-video video {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-hero-5-area {
    padding-bottom: 80px;
  }
}
.px-hero-5-pt {
  padding-top: 450px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-hero-5-pt {
    padding-top: 330px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-hero-5-pt {
    padding-top: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-hero-5-pt {
    padding-top: 100px;
  }
}

.px-hero-6-bg {
  background-position-y: 80px;
  background-repeat: no-repeat;
}
.px-hero-6-info p {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 25px;
  letter-spacing: -0.05em;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-hero-6-info p {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-hero-6-info p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .px-hero-6-info p {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .px-hero-6-info p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-hero-6-social {
    margin-bottom: 25px;
  }
}
.px-hero-6-social a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #575454;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.px-hero-6-social a:not(:last-child) {
  margin-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-hero-6-social a:not(:last-child) {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .px-hero-6-social a:not(:last-child) {
    margin-right: 30px;
  }
}
.px-hero-6-social a span {
  margin-left: 8px;
}
.px-hero-6-category span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  transition: 0.3s;
  color: #575454;
  margin-bottom: 8px;
  border-radius: 20px;
  padding: 10px 20px;
  display: inline-block;
  background: #f8f8f8;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-hero-6-category span {
    font-size: 13px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .px-hero-6-category span {
    font-size: 12px;
    padding: 10px 14px;
  }
}
.px-hero-6-category span:hover {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-orange);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-hero-6-category br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-hero-6-category {
    margin-bottom: 20px;
  }
  .px-hero-6-category br {
    display: none;
  }
}
.px-hero-6-thumb img {
  max-width: inherit;
  margin-left: -115px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-hero-6-thumb img {
    max-width: 100%;
    margin-left: 0;
  }
}
.px-hero-6-signature {
  margin-bottom: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-hero-6-signature {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .px-hero-6-signature {
    margin-bottom: 30px;
  }
}
.px-hero-6-text span {
  font-weight: 600;
  font-size: 220px;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-hero-6-text span {
    font-size: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-hero-6-text span {
    font-size: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-hero-6-text span {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .px-hero-6-text span {
    font-size: 110px;
  }
}
.px-hero-6-text span i {
  font-style: normal;
}
.px-hero-6-text span i.icon-left {
  margin-left: -18px;
}
.px-hero-6-btn-wrap {
  position: absolute;
  top: -90px;
  right: 30%;
  z-index: 55;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-hero-6-btn-wrap {
    right: 7%;
  }
}
@media (max-width: 767px) {
  .px-hero-6-btn-wrap {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 15px;
    margin-bottom: 20px;
  }
}
.px-hero-6-btn .zikzak-bg {
  color: var(--tp-common-px-orange);
}

.ripples canvas {
  display: block;
}

.px-blur-bottom {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  bottom: 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 80px;
  left: 0;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black)) add;
  -webkit-mask: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%) add;
  mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black)) add;
  mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%) add;
  overflow: visible;
  position: fixed;
  right: 0;
  pointer-events: none;
  z-index: 999;
}

.px-orange-style .px-hero-4-content p span {
  color: var(--tp-common-px-orange);
}

/*----------------------------------------*/
/*  7.2 about css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-about-area {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.px-about-title {
  font-weight: 600;
  font-size: 60px;
  line-height: 1.1;
  color: #686868;
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-about-title {
    font-size: 55px;
  }
  .px-about-title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-title {
    font-size: 45px;
    margin-bottom: 20px;
  }
  .px-about-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .px-about-title {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .px-about-title br {
    display: none;
  }
}
.px-about-title span {
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-content {
    margin-bottom: 40px;
  }
}
.px-about-content p {
  font-size: 22px;
  line-height: 1.36;
  color: #686868;
  letter-spacing: -0.04em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .px-about-content p {
    font-size: 18px;
  }
  .px-about-content p br {
    display: none;
  }
}
.px-about-content p span {
  color: var(--tp-common-px-black);
}
.px-about-info-head {
  border-radius: 16px;
  padding: 25px 30px;
  margin-bottom: 4px;
  background: var(--tp-common-px-white);
}
.px-about-info-head h4 {
  font-weight: 600;
  font-size: 46px;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.07em;
  color: var(--tp-common-px-black);
}
.px-about-info-head em {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #686868;
  font-style: normal;
}
.px-about-info-body {
  border-radius: 16px;
  padding: 25px 30px;
  min-height: 250px;
  background: var(--tp-common-px-white);
}
.px-about-info-body h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 40px;
  letter-spacing: -0.03em;
  color: var(--tp-common-px-black);
}
.px-about-info-body p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #6d6868;
  margin-bottom: 0;
  letter-spacing: -0.04em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-info-body p br {
    display: none;
  }
}
.px-about-link {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--tp-common-px-black);
}
.px-about-link > span {
  display: inline-block;
  padding-bottom: 5px;
}
.px-about-link:hover {
  color: var(--tp-common-px-black);
}
.px-about-link:hover::after {
  width: 0;
}
.px-about-2-title {
  flex: 0 0 auto;
  font-weight: 700;
  font-size: 350px;
  line-height: 0.74;
  margin-bottom: 0;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .px-about-2-title {
    font-size: 322px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-about-2-title {
    font-size: 275px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-about-2-title {
    font-size: 225px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-2-title {
    font-size: 200px;
  }
  .px-about-2-title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-2-title {
    font-size: 150px;
    margin-bottom: 30px;
  }
  .px-about-2-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .px-about-2-title {
    font-size: 85px;
    margin-bottom: 30px;
  }
  .px-about-2-title br {
    display: none;
  }
}
.px-about-2-title i, .px-about-2-title em {
  font-style: normal;
  color: var(--tp-common-px-red);
}
.px-about-2-title i {
  font-size: 80px;
  line-height: 0.87;
  display: inline-block;
  letter-spacing: normal;
  text-transform: uppercase;
  transform: translateX(-30px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-2-title i {
    transform: translateX(-10px);
  }
}
@media (max-width: 767px) {
  .px-about-2-title i {
    transform: translateX(0px);
  }
}
.px-about-2-title em {
  position: relative;
  padding-left: 330px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-about-2-title em {
    padding-left: 0;
  }
}
.px-about-2-title em img {
  position: absolute;
  top: -18%;
  left: -15%;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-about-2-title em img {
    top: -46%;
    left: -19%;
    transform: scale(0.7);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-2-title em img {
    display: none;
  }
}
.px-about-2-title > span {
  position: absolute;
  bottom: 32%;
  width: 76%;
  left: 105%;
  height: 10px;
  display: inline-block;
  background-color: var(--tp-common-px-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) {
  .px-about-2-title > span {
    display: none;
  }
}
.px-about-2-title.fs-300 {
  font-size: 300px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-about-2-title.fs-300 {
    font-size: 225px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-2-title.fs-300 {
    font-size: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-2-title.fs-300 {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .px-about-2-title.fs-300 {
    font-size: 85px;
  }
}
.px-about-2-title.fs-300 em {
  padding-left: 240px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-about-2-title.fs-300 em {
    padding-left: 0;
  }
}
.px-about-2-title.fs-300 em img {
  top: 2%;
  left: 0%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-about-2-title.fs-300 em img {
    top: -11%;
  }
}
.px-about-2-title.fs-300 i {
  font-size: 58px;
}
.px-about-2-subtitle {
  font-weight: 700;
  font-size: 160px;
  line-height: 0.81;
  text-align: end;
  padding-bottom: 17px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
.px-about-2-subtitle.fs-130 {
  font-size: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-2-subtitle.fs-130 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .px-about-2-subtitle.fs-130 {
    font-size: 70px;
  }
}
/* Fix GROWTH & TECH text for mobile - display horizontally in 2 lines */
@media (max-width: 991px) {
  .px-about-2-subtitle-box .px-about-2-subtitle,
  .px-about-2-subtitle-box .px-about-2-subtitle.fs-130 {
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    text-align: center !important;
    display: block !important;
    font-size: 60px !important;
    line-height: 1.2 !important;
    transform: none !important;
    width: 100% !important;
    white-space: normal !important;
    position: static !important;
  }
  
  .px-about-2-subtitle-box {
    display: block !important;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
  }
}

@media (max-width: 767px) {
  .px-about-2-subtitle-box .px-about-2-subtitle,
  .px-about-2-subtitle-box .px-about-2-subtitle.fs-130 {
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    text-align: center !important;
    display: block !important;
    font-size: 45px !important;
    line-height: 1.1 !important;
    transform: none !important;
    width: 100% !important;
    white-space: normal !important;
    position: static !important;
  }
  
  .px-about-2-subtitle-box {
    display: block !important;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
  }
}
.px-about-2-subtitle i {
  position: absolute;
  bottom: 16%;
  width: 76%;
  right: 100%;
  height: 10px;
  margin-right: 15px;
  display: inline-block;
  background-color: var(--tp-common-px-black);
}
@media (max-width: 767px) {
  .px-about-2-subtitle i {
    display: none;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-about-2-subtitle {
    font-size: 125px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-2-subtitle {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-about-2-subtitle {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-2-subtitle-box {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .px-about-2-subtitle-box .px-btn-zikzak {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-2-subtitle-box {
    display: flex;
    justify-content: end;
    align-items: start;
  }
  .px-about-2-subtitle-box .px-btn-zikzak {
    margin-bottom: 0;
    margin-right: 20px;
    transform: translateY(-10px);
  }
}
@media (max-width: 767px) {
  .px-about-2-subtitle-box {
    display: flex;
    justify-content: end;
    align-items: start;
  }
  .px-about-2-subtitle-box .px-btn-zikzak {
    margin-bottom: 0px;
    margin-right: 20px;
    transform: translateY(-10px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-2-area {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .px-about-2-area {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-3-ptb {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .px-about-3-ptb {
    padding-bottom: 0;
  }
}
.px-about-3-area {
  border-bottom: 1px solid rgba(30, 30, 30, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-3-area {
    padding-top: 110px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-about-3-area {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
.px-about-3-bigtext {
  font-size: 410px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .px-about-3-bigtext {
    font-size: 350px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .px-about-3-bigtext {
    font-size: 350px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-about-3-bigtext {
    font-size: 315px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-about-3-bigtext {
    font-size: 255px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-3-bigtext {
    font-size: 212px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-3-bigtext {
    font-size: 155px;
  }
}
@media (max-width: 767px) {
  .px-about-3-bigtext {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .px-about-3-bigtext {
    font-size: 115px;
  }
}
.px-about-3-content p {
  font-weight: 500;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 25px;
  letter-spacing: -0.01em;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thundermed);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-about-3-content p {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-about-3-content p {
    font-size: 57px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-3-content p {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-3-content p {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .px-about-3-content p {
    font-size: 35px;
  }
  .px-about-3-content p br {
    display: none;
  }
}
.px-about-3-content p > i {
  font-style: normal;
  color: var(--tp-common-px-red);
}
.px-about-3-gift-img {
  margin-bottom: 40px;
  max-width: inherit;
  display: inline-block;
  transform: translateX(-300px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-about-3-gift-img {
    max-width: 100%;
    transform: translateX(0px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-3-gift-img {
    max-width: 100%;
    transform: translateX(-120px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-3-gift-img {
    max-width: 100%;
    margin-top: -90px;
    transform: translateX(0px) scale(0.7);
  }
}
@media (max-width: 767px) {
  .px-about-3-gift-img {
    max-width: 100%;
    margin-top: -50px;
    transform: translateX(65px) scale(0.7);
  }
}
.px-about-4-content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #878787;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-about-4-content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .px-about-4-content p {
    font-size: 17px;
  }
  .px-about-4-content p br {
    display: none;
  }
}
.px-about-4-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--tp-common-px-white);
}
.px-about-4-link:hover {
  color: var(--tp-common-px-white);
}
.px-about-4-link span {
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-about-4-title-box {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-about-5-style {
    padding-top: 80px;
  }
}
.px-about-5-style .px-section-title.ff-inter {
  font-weight: 600;
  font-size: 130px;
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-about-5-style .px-section-title.ff-inter {
    font-size: 110px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-5-style .px-section-title.ff-inter {
    font-size: 95px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-5-style .px-section-title.ff-inter {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  .px-about-5-style .px-section-title.ff-inter {
    font-size: 50px;
  }
}
.px-about-5-style .px-about-4-content p {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.3;
  color: #686868;
  letter-spacing: -0.04em;
}
.px-about-5-style .px-about-4-content p span {
  color: var(--tp-common-px-black);
}
.px-about-5-style .px-about-4-link {
  color: var(--tp-common-px-black);
}

.px-about-area {
  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: min-content;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-6-area {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-about-6-area {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-6-top {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-about-6-top {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-6-thumb {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-about-6-thumb {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.px-about-6-thumb img {
  border-radius: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-about-6-thumb img {
    width: 100%;
  }
}
.px-about-6-content p {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  padding-right: 10px;
  margin-bottom: 45px;
  letter-spacing: -0.03em;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-about-6-content p {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-about-6-content p {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-about-6-content p {
    font-size: 35px;
    padding-right: 0;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .px-about-6-content p {
    font-size: 25px;
    padding-right: 0;
    margin-bottom: 35px;
  }
}
.px-about-6-content p span {
  font-weight: 800;
}

.px-inner-about-style .px-about-3-bigtext {
  color: var(--tp-common-px-red);
}
.px-inner-about-style .px-about-3-content p {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 50px;
  letter-spacing: -2px;
  font-family: var(--tp-ff-p);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-inner-about-style .px-about-3-content p {
    font-size: 42px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .px-inner-about-style .px-about-3-content p {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
.px-inner-about-style .px-about-3-content p span {
  color: var(--tp-common-px-red);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-inner-about-style .px-about-3-content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .px-inner-about-1-style {
    padding-top: 100px;
  }
}
.px-inner-about-1-top p {
  margin-bottom: 0;
  font-size: 100px;
  line-height: 1;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-inner-about-1-top p {
    font-size: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-inner-about-1-top p {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  .px-inner-about-1-top p {
    font-size: 54px;
  }
}
.px-inner-about-1-top p span {
  color: var(--tp-common-px-red);
}
.px-inner-about-1-video video {
  position: relative;
  z-index: -1;
  width: 770px;
  margin-left: -55px;
  margin-top: -50px;
}
@media (max-width: 767px) {
  .px-inner-about-1-video video {
    width: 100%;
    margin-left: 0;
  }
}
.px-inner-about-1-content p {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -1.2px;
  color: var(--tp-common-px-black);
}
.px-inner-about-1-content p.fw-400 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #5D5D5D;
  letter-spacing: -0.36px;
}

.aus-service-content label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
@media (max-width: 767px) {
  .aus-service-content label.pl-20 {
    padding-left: 0;
  }
}
.aus-service-content span {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-right: 40px;
  display: inline-block;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
.aus-service-content h4 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: -3px;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .aus-service-content h4 {
    font-size: 34px;
    letter-spacing: -2px;
  }
}
.aus-service-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #5d5d5d;
  margin-bottom: 0;
  letter-spacing: -0.04em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .aus-service-content p br {
    display: none;
  }
}
.aus-service-content-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.aus-service-item {
  padding: 29px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .aus-service-item .aus-service-content {
    margin-bottom: 20px;
  }
}

.am-hero-title {
  font-size: 424px;
  font-weight: 700;
  line-height: 0.75;
  text-transform: uppercase;
  color: var(--tp-common-px-orange);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .am-hero-title {
    font-size: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .am-hero-title {
    font-size: 200px;
  }
}
@media (max-width: 767px) {
  .am-hero-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .am-hero-title {
    font-size: 160px;
  }
}
.am-hero-title i {
  font-style: normal;
  display: inline-block;
}
.am-hero-img-wrap {
  padding: 0 40px;
  margin-top: -145px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .am-hero-img-wrap {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .am-hero-img-wrap {
    margin-top: 0;
    padding: 0;
  }
}
.am-hero-img-wrap .signature {
  margin-top: -117px;
}
.am-hero-img-wrap .am-hero-img-main img {
  border-radius: 20px;
}

.am-about-content p {
  font-size: 80px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.48px;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thundermed);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .am-about-content p {
    font-size: 72px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .am-about-content p {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .am-about-content p {
    line-height: 1;
    font-size: 60px;
  }
}
.am-about-content p img {
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .am-about-content p img {
    transform: scale(0.8);
  }
}
.am-about-content p img:hover {
  transform: scale(1.4);
}
@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) {
  .am-about-inner-ptb {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-about-inner-ptb {
    padding-bottom: 80px;
  }
}

.am-skill-bdr {
  border-top: 1px solid rgba(30, 30, 30, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .am-skill-title-box {
    margin-bottom: 30px;
  }
}
.am-skill-item h4 {
  font-size: 34px;
  margin-bottom: 12px;
  letter-spacing: -1.7px;
  color: var(--tp-common-px-black);
}
.am-skill-item ul li {
  list-style-type: none;
}
.am-skill-item ul li span {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.36px;
  color: var(--tp-common-px-black);
}
.am-skill-item ul li span::before {
  content: "";
  height: 6px;
  width: 6px;
  margin-right: 12px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-3px);
  background-color: var(--tp-common-px-black);
}

.am-capsule-style .px-capsule-title-wrapper {
  padding: 60px 0 0 60px;
}
.am-capsule-style .px-capsule-inner {
  border: 0;
  border-radius: 20px;
  background-color: #F6F6F6;
}
.am-capsule-style .px-capsule-item {
  background-color: white;
}
.am-capsule-style .px-capsule-top-wrapper .px-capsule-item-wrapper {
  height: 540px;
  pointer-events: none;
  margin-top: -170px;
}

/*----------------------------------------*/
/*  7.3 project css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-project-area {
    padding-bottom: 80px;
  }
}
.px-project-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
  padding-left: 10px;
  letter-spacing: -0.04em;
}
.px-project-item {
  padding: 6px;
  border-radius: 16px;
  background-color: #fff;
}
.px-project-thumb .ripple-image {
  border-radius: 12px;
  overflow: hidden;
}
.px-project-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: -0.03em;
  color: var(--tp-common-px-black);
}
.px-project-title a:hover {
  color: var(--tp-common-px-red);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-project-title-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .px-project-title-box br {
    display: none;
  }
}
.px-project-content {
  padding: 13px 20px;
  padding-bottom: 18px;
}
.px-project-content span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.01em;
}

.px-portfolio-item img {
  width: 100%;
  border-radius: 20px;
}
.px-portfolio-thumb {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.px-portfolio-thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.4) 100%);
}
.px-portfolio-category {
  top: 45px;
  left: 50px;
  z-index: 2;
  position: absolute;
}
@media (max-width: 767px) {
  .px-portfolio-category {
    top: 15px;
    left: 15px;
  }
}
.px-portfolio-category.portfolio-meta {
  left: auto;
  right: 50px;
}
@media (max-width: 767px) {
  .px-portfolio-category.portfolio-meta {
    right: 15px;
  }
}
.px-portfolio-category span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  border-radius: 20px;
  padding: 7px 12px;
  transition: 0.3s;
  letter-spacing: 0.4px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-px-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .px-portfolio-category span {
    font-size: 12px;
    padding: 7px 7px;
  }
}
.px-portfolio-category span:hover {
  color: var(--tp-common-px-black);
  border-color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-white);
}
.px-portfolio-content {
  left: 0;
  right: 0;
  bottom: 50px;
  text-align: center;
  position: absolute;
  display: inline-block;
}
@media (max-width: 767px) {
  .px-portfolio-content {
    bottom: 5px;
  }
}
.px-portfolio-title {
  font-size: 180px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  display: inline-block;
  font-family: var(--tp-ff-thunder);
  color: var(--tp-common-px-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-portfolio-title {
    font-size: 125px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-portfolio-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-portfolio-title {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .px-portfolio-title {
    font-size: 60px;
  }
}
.px-portfolio-wrap {
  padding: 0 35px;
}
@media (max-width: 767px) {
  .px-portfolio-wrap {
    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) {
  .px-project-3-area {
    padding-bottom: 0px;
  }
}
.px-project-3-title {
  font-size: 26px;
  font-weight: 600;
  padding-right: 30px;
  letter-spacing: -0.05em;
  color: var(--tp-common-px-black);
}
.px-project-3-title a:hover {
  color: var(--tp-common-px-red);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-project-3-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-project-3-title {
    font-size: 18px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .px-project-3-title {
    padding-right: 0;
    margin-bottom: 15px;
  }
}
.px-project-3-category {
  flex: 0 0 auto;
}
.px-project-3-category span {
  font-size: 12px;
  font-weight: 600;
  padding: 2px 19px;
  border-radius: 32px;
  transition: all 0.3s;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  border: 1px solid rgba(30, 30, 30, 0.08);
}
.px-project-3-category span:hover {
  color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-red);
  background-color: var(--tp-common-px-red);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-project-3-category span {
    padding: 2px 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-project-3-category span {
    font-size: 11px;
    padding: 2px 12px;
  }
}
.px-project-3-category span:not(:first-child) {
  margin-left: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-project-3-category span:not(:first-child) {
    margin-left: 2px;
  }
}
.px-project-3-thumb {
  height: 640px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-project-3-thumb {
    height: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-project-3-thumb {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .px-project-3-thumb {
    height: 400px;
  }
}
.px-project-3-thumb img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.px-project-3-thumb video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.px-project-3-thumb .ripple-image {
  height: 100%;
}
.px-project-3-inner-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #6b7280;
  margin-bottom: 0;
  padding-right: 20px;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-project-3-inner-box p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-project-3-inner-box p {
    font-size: 14px;
  }
  .px-project-3-inner-box p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .px-project-3-inner-box p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .px-project-3-content {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-project-4-style .px-project-3-content {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-project-4-style .px-project-3-inner-box {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-project-4-style .px-project-3-item {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-project-5-area {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .px-project-5-area {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.px-project-5-title {
  font-size: 345px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 1801px) and (max-width: 1900px) {
  .px-project-5-title {
    font-size: 335px;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .px-project-5-title {
    font-size: 315px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .px-project-5-title {
    font-size: 295px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-project-5-title {
    font-size: 260px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-project-5-title {
    font-size: 210px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-project-5-title {
    font-size: 173px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-project-5-title {
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  .px-project-5-title {
    font-size: 110px;
  }
}
.px-project-5-title span {
  color: var(--tp-common-px-orange);
}
.px-project-5-title-sm {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.03em;
  color: var(--tp-common-px-black);
}
.px-project-5-btn {
  bottom: 4%;
  right: 13%;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-project-5-btn {
    bottom: 50%;
    transform: scale(0.7);
  }
}
@media (max-width: 767px) {
  .px-project-5-btn {
    display: none;
  }
}
.px-project-5-content span {
  font-size: 18px;
  font-weight: 400;
  color: #6d6868;
}
.px-project-5-content span::before {
  content: "";
  height: 2px;
  width: 7px;
  margin: 0 10px;
  display: inline-block;
  transform: translateY(-4px);
  background-color: #6d6868;
}
.px-project-5-thumb {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .px-project-5-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) {
  .px-gallery-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .px-gallery-area {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
.px-gallery-item {
  width: 520px;
  height: 400px;
  overflow: hidden;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .px-gallery-item {
    width: 300px;
    height: 200px;
  }
}
.px-gallery-item video, .px-gallery-item img {
  height: 100%;
  width: 100%;
  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) {
  .px-project-6-area {
    padding-top: 40px;
  }
}
.px-project-6-title {
  font-size: 180px;
  font-weight: 600;
  line-height: 0.75;
  margin-bottom: 0;
  color: #d3d3d3;
  transition: 0.3s;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .px-project-6-title {
    font-size: 150px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-project-6-title {
    font-size: 120px;
  }
}
@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) {
  .px-project-6-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .px-project-6-title {
    font-size: 75px;
  }
}
.px-project-6-content span {
  padding-top: 15px;
  padding-right: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  transition: 0.3s;
  color: #d3d3d3;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.px-project-6-content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #d3d3d3;
  transition: 0.3s;
  letter-spacing: -0.01em;
}
.px-project-6-item {
  padding: 70px 0 30px 0;
  border-bottom: 1px dashed rgba(30, 30, 30, 0.09);
}
.px-project-6-item.is-active .px-project-6-content span, .px-project-6-item.is-active .px-project-6-content p {
  color: var(--tp-common-px-black);
}
.px-project-6-item.is-active .px-project-6-title {
  color: var(--tp-common-px-black);
}
.px-project-6-item.is-active .px-project-inner-wrap-content span {
  color: var(--tp-common-px-black);
}
.px-project-6-img-wrap {
  width: 330px;
  height: 330px;
  opacity: 0;
  position: absolute;
  overflow: hidden;
  transform: translate(-50%, -50%);
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 3;
}
.px-project-6-img-slider {
  display: flex;
  flex-direction: column;
}
.px-project-6-img-slider img {
  width: 330px;
  height: 330px;
  object-fit: cover;
  object-position: center;
}

.pf-hero-ptb {
  padding-top: 450px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(10, 10, 10, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pf-hero-ptb {
    padding-top: 200px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pf-hero-content {
    margin-bottom: 30px;
  }
}
.pf-hero-content p {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.48px;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thundermed);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .pf-hero-content p {
    font-size: 72px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pf-hero-content p {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pf-hero-content p {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pf-hero-content p {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .pf-hero-content p {
    font-size: 45px;
  }
}
@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) {
  .pf-hero-content p br {
    display: none;
  }
}
.pf-hero-content span {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.9px;
  color: var(--tp-common-px-black);
}
@media (max-width: 767px) {
  .pf-3-hero-ptb {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pf-3-hero-content {
    margin-bottom: 30px;
  }
}
.pf-3-hero-title {
  font-size: 300px;
  font-weight: 700;
  line-height: 0.75;
  letter-spacing: -3px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pf-3-hero-title {
    font-size: 250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pf-3-hero-title {
    font-size: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pf-3-hero-title {
    font-size: 145px;
  }
}
@media (max-width: 767px) {
  .pf-3-hero-title {
    font-size: 70px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pf-3-hero-title {
    font-size: 100px;
  }
}
.pf-3-hero-title span {
  color: var(--tp-common-px-orange);
}
.pf-3-hero-social a {
  display: block;
  color: #575454;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 13px;
  border-radius: 20px;
  text-align: center;
  letter-spacing: -0.2px;
  background: var(--tp-grey-px-1);
}
.pf-3-hero-social a:not(:last-of-type) {
  margin-bottom: 6px;
}
.pf-3-hero-social a:hover {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-orange);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pf-3-hero-social a {
    display: inline-block;
  }
}
.pf-3-hero-social-wrap {
  gap: 50px;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pf-3-hero-social-wrap {
    justify-content: start;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pf-3-hero-social-text {
    display: none;
  }
}
.pf-3-hero-social-text span {
  position: relative;
  color: #575454;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  letter-spacing: -0.2px;
}
.pf-3-hero-social-text span i {
  font-style: normal;
  flex: 0 0 auto;
  margin-left: 20px;
}
.pf-3-hero-social-text span::before {
  content: "";
  width: 410px;
  height: 1px;
  display: inline-block;
  background-color: rgba(30, 30, 30, 0.08);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pf-3-hero-social-text span::before {
    width: 385px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pf-3-hero-social-text span::before {
    width: 255px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pf-3-hero-social-text span::before {
    width: 210px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pf-4-hero-ptb {
    padding-top: 180px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .pf-4-hero-ptb {
    padding-top: 150px;
    padding-bottom: 30px;
  }
}
.pf-4-hero-title {
  font-size: 200px;
  line-height: 0.6;
  margin-bottom: 45px;
  letter-spacing: -2px;
  color: var(--tp-common-px-black-2);
  font-family: var(--tp-ff-thundermed);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pf-4-hero-title {
    font-size: 175px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pf-4-hero-title {
    font-size: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pf-4-hero-title {
    font-size: 120px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .pf-4-hero-title {
    font-size: 80px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}
.pf-4-hero-subtitle {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 6px;
  display: inline-block;
  color: var(--tp-common-px-black-2);
  font-family: var(--tp-ff-thundermed);
}
@media (max-width: 767px) {
  .pf-4-hero-subtitle {
    font-size: 38px;
  }
}
.pf-4-hero-wrap p {
  font-size: 16px;
  color: #575454;
  font-weight: 500;
  letter-spacing: -0.5px;
}
@media (max-width: 767px) {
  .pf-4-hero-wrap p {
    margin: 0;
  }
}
.pf-5-hero-subtitle {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 18px;
  display: inline-block;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  font-family: var(--tp-ff-p);
  color: var(--tp-common-px-black-2);
}
.pf-5-hero-title {
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pf-5-hero-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .pf-5-hero-title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .pf-5-hero-title br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pf-6-hero-ptb {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pf-6-hero-ptb {
    padding-top: 150px;
    padding-bottom: 40px;
  }
}
.pf-6-hero-title {
  font-size: 200px;
  font-weight: 700;
  line-height: 0.75;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-family: var(--tp-ff-thunder);
  color: var(--tp-common-px-black-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pf-6-hero-title {
    font-size: 170px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pf-6-hero-title {
    font-size: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pf-6-hero-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .pf-6-hero-title {
    font-size: 55px;
    letter-spacing: 0;
    line-height: 1;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pf-6-hero-title {
    font-size: 75px;
  }
}
.pf-6-hero-title span {
  color: var(--tp-common-px-orange);
}
@media (max-width: 767px) {
  .pf-6-hero-title br {
    display: none;
  }
}

.px-project-inner-top-ptb {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}
.px-project-inner-style .px-project-6-item {
  border: none;
  padding: 40px 0 0px 0;
}
.px-project-inner-style .px-project-6-title {
  font-size: 100px;
  transform: translateY(10px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-project-inner-style .px-project-6-title {
    transform: translateY(0);
  }
}
.px-project-inner-header span {
  font-size: 14px;
  font-weight: 400;
  color: #6D6868;
  letter-spacing: -0.2px;
  display: inline-block;
}
.px-project-inner-wrap-content span {
  font-size: 18px;
  font-weight: 500;
  color: #D3D3D3;
  transition: 0.3s;
  letter-spacing: -0.4px;
}
.px-project-inner-wrapper {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}
.px-project-inner-4-box {
  padding: 0 25px;
}
.px-project-inner-4-tab-wrap .masonary-menu button {
  font-size: 15px;
  font-weight: 500;
  color: #575454;
  padding: 8px 23px;
  border-radius: 30px;
  letter-spacing: -0.2px;
  -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;
  font-family: var(--tp-ff-p);
  border: 1px solid rgba(30, 30, 30, 0.1);
}
.px-project-inner-4-tab-wrap .masonary-menu button:hover, .px-project-inner-4-tab-wrap .masonary-menu button.active {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-black-2);
}
@media (max-width: 767px) {
  .px-project-inner-4-tab-wrap .masonary-menu button {
    margin-bottom: 15px;
  }
}
.px-project-inner-4-tab-wrap .masonary-menu button:not(:last-of-type) {
  margin-right: 6px;
}
.px-project-inner-5-top {
  margin-bottom: 80px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}
.px-project-inner-5-tab .masonary-menu button {
  font-size: 26px;
  font-weight: 600;
  color: #BCBCBC;
  letter-spacing: -0.52px;
  font-family: var(--tp-ff-p);
}
.px-project-inner-5-tab .masonary-menu button:hover, .px-project-inner-5-tab .masonary-menu button.active {
  color: var(--tp-common-px-black-2);
}
.px-project-inner-5-tab .masonary-menu button:not(:last-of-type) {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .px-project-inner-5-tab .masonary-menu button:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-project-inner-5-tab .masonary-menu button {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .px-project-inner-5-tab .masonary-menu button {
    font-size: 20px;
  }
}
.px-project-inner-5-count span {
  font-size: 20px;
  font-weight: 600;
  color: #BCBCBC;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.4px;
  font-family: var(--tp-ff-p);
}
@media (max-width: 767px) {
  .px-project-inner-6-top {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .px-project-inner-6-text {
    margin-bottom: 20px;
  }
}
.px-project-inner-6-text span {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-px-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) {
  .px-pd-2-ptb {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .px-pd-2-ptb {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-pd-2-area {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-pd-2-area {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-pd-2-top {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-pd-2-top {
    padding-bottom: 40px;
  }
}
.px-pd-2-title {
  font-size: 140px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -7px;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-pd-2-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-pd-2-title {
    font-size: 100px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .px-pd-2-title {
    font-size: 60px;
    letter-spacing: 0;
  }
}
.px-pd-2-categories span {
  font-size: 14px;
  font-weight: 600;
  padding: 4px 24px;
  position: relative;
  border-radius: 30px;
  margin-right: 10px;
  display: inline-block;
  color: var(--tp-common-px-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.px-pd-2-categories span::before {
  position: absolute;
  top: 15px;
  left: 12px;
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: var(--tp-common-px-red);
}
@media (max-width: 767px) {
  .px-pd-2-bottom {
    flex-wrap: wrap;
  }
}
.px-pd-2-bottom .tp-pd-2-bottom-item:not(:last-of-type) {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .px-pd-2-bottom-item {
    padding-bottom: 20px;
  }
}
.px-pd-2-bottom-item span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.7);
}
.px-pd-2-bottom-item h6 {
  font-size: 20px;
  font-weight: 600;
  color: var(--tp-common-px-black);
}
.px-pd-2-banner {
  height: 950px;
  overflow: hidden;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-pd-2-banner {
    height: 680px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-pd-2-banner {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-pd-2-banner {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .px-pd-2-banner {
    height: 250px;
  }
}
.px-pd-2-banner img {
  width: 100%;
  margin-top: -150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-pd-2-banner img {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-pd-2-banner img {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .px-pd-2-banner img {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-pd-2-overview-heading {
    padding-bottom: 30px;
  }
}
.px-pd-2-overview-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.5px;
  color: var(--tp-common-px-black);
}
.px-pd-2-overview-wrap p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.px-pd-2-overview-wrap ul {
  padding-top: 20px;
  display: inline-block;
}
.px-pd-2-overview-wrap ul li {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-left: 16px;
  color: var(--tp-common-px-black);
}
.px-pd-2-overview-wrap ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-pd-2-slider-ptb {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-pd-2-slider-ptb {
    padding-bottom: 80px;
  }
}
.px-pd-2-slider-wrapper {
  margin: 0 -200px;
}
@media (max-width: 767px) {
  .px-pd-2-slider-wrapper {
    margin: 0;
  }
}
.px-pd-2-slider-wrapper .swiper-wrapper {
  padding-bottom: 40px;
}
.px-pd-2-slider-thumb {
  overflow: hidden;
}
.px-pd-2-slider-thumb:hover img {
  transform: scale(1.2);
}
.px-pd-2-slider-thumb img {
  transition: 0.9s ease-in-out;
}
.px-pd-2-dot .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  transition: 0.3s;
  border-radius: 50%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
}
.px-pd-2-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 10px;
  background-color: var(--tp-common-px-black);
}
@media (max-width: 767px) {
  .px-pd-2-step-heading {
    padding-bottom: 40px;
  }
}
.px-pd-2-step-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1.2px;
  color: var(--tp-common-px-black);
}
@media (max-width: 767px) {
  .px-pd-2-step-title {
    font-size: 35px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-pd-2-step-title br {
    display: none;
  }
}
.px-pd-2-step-item-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--tp-common-px-black);
}
.px-pd-2-step-item span {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-pd-2-step-item span br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-pd-2-thumb-ptb {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-pd-2-thumb-ptb {
    padding-bottom: 80px;
  }
}
.px-pd-2-thumb-item {
  overflow: hidden;
  height: 600px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-pd-2-thumb-item {
    height: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-pd-2-thumb-item {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-pd-2-thumb-item {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .px-pd-2-thumb-item {
    height: 250px;
  }
}
.px-pd-2-thumb-item img {
  margin-top: -100px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-pd-2-thumb-item img {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  .px-pd-2-thumb-item img {
    margin-top: -40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-pd-2-np-ptb {
    padding-bottom: 80px;
  }
}
.px-pd-2-np-content a {
  width: 180px;
  height: 180px;
  font-size: 16px;
  font-weight: 600;
  margin: 0 -14px;
  text-align: center;
  line-height: 180px;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-px-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.px-pd-2-np-content a:hover {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-black);
}
.px-pd-2-np-content a svg {
  margin: 0 4px;
}
.px-pd-4-title {
  font-size: 140px;
  line-height: 1;
  letter-spacing: -2px;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thundermed);
}
.px-pd-4-about-sub {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
.px-pd-4-about-text {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 65px;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  font-family: var(--tp-ff-p);
  color: var(--tp-common-px-black);
}
.px-pd-4-about-list {
  display: inline-block;
}
.px-pd-4-about-list ul li {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  list-style: none;
  float: left;
  width: 50%;
  padding-left: 18px;
  margin-bottom: 14px;
}
.px-pd-4-about-list ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 10px;
  left: 0;
  border-radius: 50%;
  background-color: var(--tp-common-px-black);
}
.px-pd-4-about-title svg {
  margin-left: 5px;
}
.px-pd-4-work-title {
  font-size: 140px;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0;
  text-transform: capitalize;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thundermed);
}
.px-pd-4-work-heading {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--tp-ff-p);
  color: var(--tp-common-px-black);
}
.px-pd-4-work-content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: -0.4px;
  color: rgba(30, 30, 30, 0.6);
}
.px-pd-4-work-item {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.1);
}
.px-pd-4-work-item-title {
  width: 135px;
  font-size: 50px;
  font-weight: 600;
  margin-right: 45px;
  letter-spacing: -1px;
  font-family: var(--tp-ff-p);
  color: var(--tp-common-px-black);
}
.px-pd-4-work-item-title i {
  font-style: normal;
}
.px-pd-4-work-item-text span {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: rgba(30, 30, 30, 0.6);
}
.px-pd-4-thumb-wrap {
  height: 950px;
  border-radius: 20px;
}
.px-pd-4-thumb-box {
  height: 800px;
  border-radius: 20px;
  overflow: hidden;
}
.px-pd-4-thumb-box img {
  width: 100%;
  height: 100%;
  margin-top: -40px;
  object-fit: cover;
  border-radius: 20px;
}
.px-pd-4-thumb-item {
  margin-bottom: -100%;
}
.px-pd-4-slider-wrapper {
  margin: 0 -220px;
}
.px-pd-4-slider-thumb {
  overflow: hidden;
  border-radius: 10px;
}
.px-pd-4-np-title {
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
.px-pd-4-np-content span {
  font-size: 50px;
  font-weight: 500;
  display: block;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.2);
  font-family: var(--tp-ff-thunder);
}
.px-pd-4-np-content p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.4px;
  color: rgba(0, 0, 0, 0.2);
}

.px-pd-4-np-box.hover-reveal-item .tp-award-reveal-img {
  width: 520px;
  height: 360px;
  object-fit: cover;
  mix-blend-mode: difference;
}

.hover-reveal-item .tp-award-reveal-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 250px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: 10px;
  margin: -150px 0 0 -150px;
  -webkit-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);
  -moz-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);
  -ms-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);
  -o-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);
  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);
  transform: scale(0.4);
  background-repeat: no-repeat;
  background-size: cover;
}
.hover-reveal-item:hover .tp-award-reveal-img {
  opacity: 1;
}

.px-orange-style .px-project-3-title a:hover {
  color: var(--tp-common-px-orange);
}
.px-orange-style .px-project-3-category span:hover {
  background-color: var(--tp-common-px-orange);
}
.px-orange-style .px-project-title a:hover {
  color: var(--tp-common-px-orange);
}

/*----------------------------------------*/
/*  7.4 service css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-service-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.px-service-bg {
  border-radius: 40px;
}
.px-service-category {
  padding-left: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-service-category {
    padding-left: 0;
  }
}
.px-service-category span {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 6px;
  font-weight: 600;
  padding: 11px 16px;
  border-radius: 16px;
  font-style: normal;
  display: inline-block;
  letter-spacing: 0;
  color: var(--tp-common-px-white);
  background: rgba(255, 255, 255, 0.08);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-service-category span {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-service-category span {
    padding: 11px 14px;
  }
}
.px-service-num span {
  display: flex;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.6);
}
.px-service-title h4 {
  transition: 0.4s ease-in-out;
  font-weight: 600;
  font-size: 22px;
  text-align: start;
  margin-bottom: 0;
  letter-spacing: -0.04em;
  color: var(--tp-common-px-white);
}
@media (max-width: 767px) {
  .px-service-title h4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .px-service-title-box {
    flex-wrap: wrap;
  }
  .px-service-title-box .px-section-title {
    padding-bottom: 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) {
  .px-service-subtitle-box {
    padding-top: 0;
  }
}
.px-service-thumb {
  flex: 0 0 auto;
  margin-right: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-service-thumb {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .px-service-thumb {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.px-service-thumb img {
  border-radius: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-service-content {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .px-service-content {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
}
.px-service-content p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-service-content p br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-service-content p {
    font-size: 15px;
  }
  .px-service-content p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-service-content p {
    font-size: 14px;
  }
  .px-service-content p br {
    display: none;
  }
}
.px-service-accordion-wrap .accordion-buttons {
  width: 100%;
}
.px-service-accordion-wrap .accordion-items {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.px-accordion-item {
  overflow: hidden;
  padding: 30px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.px-accordion-item.active .px-service-top {
  margin-top: 0;
}
.px-accordion-item.active .px-service-title h4 {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-award-area {
    padding-top: 80px;
    padding-bottom: 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) {
  .px-award-2-area {
    padding-top: 40px;
    padding-bottom: 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) {
  .px-award-title-wrap {
    margin-bottom: 30px;
  }
}
.px-award-content > span {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.07em;
  color: var(--tp-common-px-black);
}
.px-award-item {
  padding: 27px 0;
  border-bottom: 1px solid rgba(10, 10, 10, 0.08);
}
.px-award-item .row [class*=col-]:nth-child(3) .px-award-nomination {
  padding-left: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-award-item .row [class*=col-]:nth-child(3) .px-award-nomination {
    padding-left: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-award-item .row [class*=col-]:nth-child(3) .px-award-nomination {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-award-item .row [class*=col-]:nth-child(3) .px-award-nomination {
    padding-left: 0px;
  }
}
.px-award-label label {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.01em;
}
.px-award-num span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-award-num span {
    font-size: 11px;
  }
}
.px-award-category {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .px-award-category {
    padding: 7px 0;
  }
}
.px-award-category img {
  margin-right: 14px;
}
.px-award-category span {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  letter-spacing: -0.04em;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-award-category span {
    font-size: 16px;
  }
}
.px-award-nomination span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  .px-award-year {
    padding: 7px 0;
  }
}
.px-award-year span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-award-year span {
    font-size: 12px;
  }
}
.px-award-style-2 .px-award-item .row [class*=col-]:nth-child(2) .px-award-category {
  padding-left: 0;
}
.px-award-style-2 .px-award-item .row [class*=col-]:nth-child(3) .px-award-nomination {
  padding-left: 0;
}
.px-award-style-2 .px-award-content > span {
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
  margin-top: -20px;
  display: inline-block;
  letter-spacing: normal;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-award-style-2 .px-section-subtitle {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-award-inner-ptb {
    padding-top: 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) {
  .px-award-inner-ptb {
    padding-top: 60px;
  }
}

.px-service-2-content span {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: -0.06em;
}
.px-service-2-content p {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.05em;
  color: var(--tp-common-px-black);
}
.px-service-2-thumb {
  margin-bottom: 25px;
}
.px-service-2-title {
  font-weight: 600;
  font-size: 100px;
  line-height: 1;
  margin-bottom: 0;
  display: inline-block;
  transition: 0.3s ease-in-out;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-service-2-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .px-service-2-title {
    font-size: 50px;
  }
}
.px-service-2-title > span {
  position: absolute;
  top: 20%;
  right: -55px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-body);
}
.px-service-2-wrap {
  padding-left: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-service-2-wrap {
    padding-left: 0;
  }
}
.px-service-2-wrap label {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-service-2-wrap label {
    font-size: 14px;
  }
}
.px-service-2-item {
  cursor: pointer;
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}
.px-service-2-element.active .px-service-2-title {
  padding-left: 50px;
  color: var(--tp-common-px-red);
}
.px-service-2-element.active .px-service-2-info {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.px-service-2-info {
  position: absolute;
  top: 20px;
  left: 0;
  width: 350px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
  transform: translateY(80px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-service-2-info {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-service-2-area {
    padding-bottom: 0;
  }
}

.px-service-3-video {
  z-index: -1;
  position: relative;
  display: inline-block;
  transform: scaleX(-1) translateY(-60px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-service-3-video {
    transform: scale(0.7) scaleX(-1) translateY(0px) translateX(120px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-service-3-style {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.px-service-3-style .px-service-accordion-wrap .accordion .accordion-items .accordion-body {
  padding-left: 120px;
}
@media (max-width: 767px) {
  .px-service-3-style .px-service-accordion-wrap .accordion .accordion-items .accordion-body {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-service-4-area {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-service-4-area {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.px-service-4-content > span {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  margin-right: 70px;
  transition: all 0.3s;
  display: inline-block;
  text-transform: uppercase;
  color: rgba(135, 135, 135, 0.5);
}
@media (max-width: 767px) {
  .px-service-4-content > span {
    margin-right: 30px;
  }
}
.px-service-4-title {
  position: relative;
  font-weight: 700;
  font-size: 42px;
  color: #616161;
  margin-bottom: 0;
  overflow: hidden;
  letter-spacing: -0.07em;
  text-transform: uppercase;
  transition: color 1s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 767px) {
  .px-service-4-title {
    font-size: 30px;
  }
}
.px-service-4-thumb img {
  border-radius: 6px;
}
.px-service-4-item {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.px-service-4-item:hover .px-service-4-content span {
  color: var(--tp-common-px-white);
}
.px-service-4-item:hover .px-service-4-title {
  color: var(--tp-common-px-white);
}
.px-service-4-item:hover .px-3d-anim span:first-child {
  opacity: 0;
  transform: translate3d(0, -25.5961px, -26.0468px) rotateX(91deg);
  transition-delay: 0s;
}
.px-service-4-item:hover .px-3d-anim span:last-child {
  opacity: 1;
  transform: translate(0);
  transition-delay: 0s;
}
.px-service-4-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-service-4-subtitle-box {
    padding-top: 0;
  }
}
.px-service-5-item {
  padding: 40px;
  border: 1px solid rgba(30, 30, 30, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-service-5-item {
    padding: 20px;
  }
}
.px-service-5-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.04em;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-service-5-title {
    font-size: 20px;
  }
}
.px-service-5-icon {
  margin-bottom: 60px;
}
.px-service-5-content {
  margin-bottom: 80px;
}
.px-service-5-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #6d6868;
  margin-bottom: 0;
  letter-spacing: -0.04em;
}
.px-service-5-link a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--tp-common-px-black);
}

.px-capsule-inner {
  border: 1px solid rgba(30, 30, 30, 0.1);
}
.px-capsule-top-wrapper .px-capsule-item-wrapper {
  position: relative;
  pointer-events: none;
  height: 650px;
  overflow: hidden;
  margin-top: -270px;
}
.px-capsule-top-wrapper .px-capsule-item-wrapper > * {
  position: absolute;
  display: inline-block;
  margin-bottom: 0;
  left: 0;
  top: 0;
  user-select: none;
  pointer-events: auto;
  transition: none;
}
.px-capsule-item {
  font-size: 32px;
  height: 160px;
  width: 160px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #F6F6F6;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thundermed);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-capsule-item {
    font-size: 20px;
    height: 130px !important;
    width: 130px !important;
  }
}
.px-capsule-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  display: inline-block;
  letter-spacing: -0.05em;
  color: var(--tp-common-px-black);
}
.px-capsule-title {
  font-weight: 600;
  font-size: 100px;
  line-height: 0.8;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-capsule-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-capsule-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .px-capsule-title {
    font-size: 60px;
  }
}
.px-capsule-title-wrapper {
  padding: 60px 0 0 40px;
}

.px-service-6-wrap {
  display: inline-block;
}
.px-service-6-active {
  height: 330px;
}
.px-service-6-active .swiper-wrapper {
  padding-top: 15px;
}
.px-service-6-text span {
  font-weight: 600;
  font-size: 130px;
  line-height: 0.85;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-service-6-text span {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .px-service-6-text span {
    font-size: 85px;
  }
}
.px-service-6-slide-wrap {
  position: relative;
}
.px-service-6-slide-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
  display: inline-block;
  background-image: linear-gradient(#f9f9f9 10%, rgba(232, 233, 232, 0) 40% 60%, #f9f9f9 90%);
}

.px-wrapper-box {
  border-radius: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-wrapper-box {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}

.px-3d-anim {
  position: relative;
}
.px-3d-anim span {
  display: inline-block;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
  align-self: center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform-origin: center center -0.2em;
}
.px-3d-anim span:last-child {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transform: translate3d(0, 25.5961px, -26.0467px) rotateX(-91deg);
}
.px-3d-anim:hover span:first-child {
  opacity: 0;
  transform: translate3d(0, -25.5961px, -26.0468px) rotateX(91deg);
  transition-delay: 0s;
}
.px-3d-anim:hover span:last-child {
  opacity: 1;
  transform: translate(0);
  transition-delay: 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-inner-service-ptb {
    padding-top: 120px;
  }
}
.px-inner-service-video {
  transform: scaleX(-1) translateX(16%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-inner-service-video {
    transform: scaleX(-1) translateX(-5%) scale(0.8);
  }
}
@media (max-width: 767px) {
  .px-inner-service-video {
    transform: scaleX(-1) scale(0.8) translateX(-12%);
  }
}
.px-inner-service-video video {
  width: 900px;
}
.px-inner-service-title {
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 35px;
  letter-spacing: 0.8px;
  font-family: var(--tp-ff-thunder);
  color: var(--tp-common-px-black-2);
}
@media (max-width: 767px) {
  .px-inner-service-title {
    font-size: 64px;
  }
}
.px-inner-service-big-text {
  font-size: 464px;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  letter-spacing: -4.64px;
  text-transform: uppercase;
  font-family: var(--tp-ff-thunder);
  color: var(--tp-common-px-orange);
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .px-inner-service-big-text {
    font-size: 450px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .px-inner-service-big-text {
    font-size: 400px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-inner-service-big-text {
    font-size: 350px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-inner-service-big-text {
    font-size: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-inner-service-big-text {
    font-size: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-inner-service-big-text {
    font-size: 195px;
  }
}
@media (max-width: 767px) {
  .px-inner-service-big-text {
    font-size: 85px;
    letter-spacing: -0.64px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .px-inner-service-big-text {
    font-size: 130px;
    letter-spacing: -0.64px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-inner-service-2-ptb {
    padding-bottom: 40px;
  }
}
.px-inner-service-2-style.px-about-5-style .px-section-title.ff-inter {
  font-size: 50px;
  letter-spacing: 0;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .px-inner-service-2-style.px-about-5-style .px-section-title.ff-inter {
    font-size: 30px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-inner-service-2-style.px-about-5-style .px-section-title.ff-inter br {
    display: none;
  }
}
.px-inner-service-2-title {
  font-size: 300px;
  font-weight: 700;
  line-height: 0.75;
  letter-spacing: -3px;
  text-transform: uppercase;
  font-family: var(--tp-ff-thunder);
  color: var(--tp-common-px-black-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-inner-service-2-title {
    font-size: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-inner-service-2-title {
    font-size: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-inner-service-2-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .px-inner-service-2-title {
    font-size: 85px;
    line-height: 0.9;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .px-inner-service-2-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .px-inner-service-2-title br {
    display: none;
  }
}
.px-inner-service-2-title span {
  color: var(--tp-common-px-orange);
}
.px-inner-service-2-heading .px-btn-border {
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-inner-service-2-faq-ptb {
    padding-top: 0;
    padding-bottom: 100px;
  }
}
.px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items {
  margin-bottom: 8px;
  border: 1px solid transparent;
}
.px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items.faq-active {
  border-color: rgba(17, 18, 20, 0.1);
}
.px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items.faq-active .accordion-header .accordion-buttons {
  background-color: transparent;
  color: var(--tp-common-px-orange);
}
.px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
  font-size: 20px;
  padding-left: 32px;
  padding-right: 40px;
  background: #F7F7F7;
  letter-spacing: -0.6px;
  color: var(--tp-common-px-black-2);
}
.px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::before, .px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::after {
  background-color: var(--tp-common-px-black-2);
}
.px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items .accordion-body {
  padding-top: 0;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items .accordion-body {
    padding-right: 60px;
  }
}
.px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items .accordion-body p {
  font-weight: 400;
  color: #6D6868;
  margin-bottom: 16px;
  letter-spacing: -0.6px;
}
.px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items .accordion-body .px-inner-service-2-list {
  padding-left: 32px;
}
@media (max-width: 767px) {
  .px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items .accordion-body .px-inner-service-2-list {
    padding-left: 0;
  }
}
.px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items .accordion-body .px-inner-service-2-list ul li {
  font-size: 16px;
  color: #6D6868;
  font-weight: 400;
  letter-spacing: -0.6px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .inner-service-1-left {
    margin-bottom: 50px;
  }
}
.inner-service-1-left > span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 25px;
  display: inline-block;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: var(--tp-ff-p);
  color: var(--tp-common-px-black-2);
}
.inner-service-1-left ul li {
  list-style-type: none;
}
.inner-service-1-left ul li:not(:last-child) {
  margin-bottom: 12px;
}
.inner-service-1-left ul li span {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: var(--tp-ff-p);
  color: var(--tp-common-px-orange);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .inner-service-1-number {
    padding-bottom: 30px;
  }
}
.inner-service-1-number h1 {
  font-size: 400px;
  font-weight: 700;
  line-height: 0.7;
  margin-bottom: 0;
  margin-top: 7px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: var(--tp-ff-p);
  color: var(--tp-common-px-orange);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .inner-service-1-number h1 {
    font-size: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-service-1-number h1 {
    font-size: 200px;
  }
}
@media (max-width: 767px) {
  .inner-service-1-number h1 {
    margin-top: 0;
    font-size: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inner-service-1-number h1 {
    font-size: 130px;
  }
}
.inner-service-1-text {
  margin-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .inner-service-1-text {
    margin-bottom: 45px;
  }
}
.inner-service-1-text span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}
.inner-service-1-text p {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.33;
  margin-bottom: 40px;
  padding-right: 100px;
  letter-spacing: -0.01em;
  color: var(--tp-common-px-black-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) {
  .inner-service-1-text p {
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inner-service-1-text p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .inner-service-1-text p {
    font-size: 20px;
  }
}
.inner-service-1-right {
  padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .inner-service-1-right {
    padding-left: 0;
  }
}
.inner-service-1-category {
  margin-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .inner-service-1-category {
    margin-bottom: 50px;
  }
}
.inner-service-1-category-item {
  padding: 17px 0;
  border-bottom: 1px solid rgba(30, 30, 30, 0.06);
}
.inner-service-1-category-item:hover span {
  transform: translateX(20px);
}
.inner-service-1-category-item:hover i {
  transform: translateX(-20px);
}
.inner-service-1-category-item:first-child {
  border-top: 1px solid rgba(30, 30, 30, 0.06);
}
.inner-service-1-category-item span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  transition: 0.3s ease-in-out;
  color: var(--tp-common-px-black-2);
}
.inner-service-1-category-item span::before {
  content: "";
  height: 6px;
  width: 6px;
  margin-right: 12px;
  border-radius: 50%;
  display: inline-block;
  background-color: #FF535B;
  transform: translateY(-3px);
}
.inner-service-1-category-item i {
  transition: 0.3s ease-in-out;
  color: var(--tp-common-px-white);
}
.inner-service-1-thumb {
  position: relative;
  overflow: hidden;
}
.inner-service-1-thumb .tp--hover-img {
  overflow: hidden;
}
.inner-service-1-thumb .tp--hover-img canvas {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .inner-service-1-thumb {
    margin-bottom: 30px;
  }
}
.inner-service-1-thumb img {
  border-radius: 10px;
}
.inner-service-1-thumb-text span {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(30, 30, 30, 0.6);
}

@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-inner-service-area {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-inner-service-item {
    margin-bottom: 50px;
  }
}

/*----------------------------------------*/
/*  7.5 text slider css
/*----------------------------------------*/
.px-text-slider-item > span {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: var(--tp-common-px-white);
}
.px-text-slider-style-3 {
  border-top: 1px solid rgba(30, 30, 30, 0.1);
  border-bottom: 1px solid rgba(30, 30, 30, 0.1);
}
.px-text-slider-style-3 .px-text-slider-item span {
  color: var(--tp-common-px-black);
}
.px-text-slider-style-5 .px-text-slider-item > span {
  font-weight: 700;
  font-size: 140px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
  color: var(--tp-common-px-white);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-text-slider-style-5 .px-text-slider-item > span {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .px-text-slider-style-5 .px-text-slider-item > span {
    font-size: 70px;
  }
}
.px-text-slider-style-5 .px-btn-zikzak {
  font-size: 24px;
  transform: translateY(-15px);
  color: var(--tp-common-px-orange);
  font-family: var(--tp-ff-thunder);
}
.px-text-slider-mt {
  position: relative;
  z-index: -1;
  transform: translateY(-300px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-text-slider-mt {
    transform: translateY(-112px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-text-slider-mt {
    transform: translateY(-200px);
  }
}
@media (max-width: 767px) {
  .px-text-slider-mt {
    transform: translateY(0);
  }
}

.px-text-inner-slider .px-hero-6-text span {
  color: var(--tp-common-px-red);
  font-family: var(--tp-ff-thunder);
}
.px-text-inner-studio .studio-hero-banner-text span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--tp-ff-p);
  color: var(--tp-common-px-black-2);
}

.px-line-shape {
  line-height: 1;
}
.px-line-shape span {
  height: 10px;
  width: 100%;
  display: inline-block;
  background-color: #ff471d;
}
.px-line-shape span:nth-child(2) {
  margin-top: 8px;
  height: 9px;
}
.px-line-shape span:nth-child(3) {
  height: 6px;
}
.px-line-shape span:nth-child(4) {
  height: 4px;
}
.px-line-shape span:nth-child(5) {
  height: 2px;
  display: inline-block;
  transform: translateY(-4px);
}
.px-line-shape.px-line-bg-black span {
  background-color: var(--tp-common-px-black);
}
.px-line-shape.m-2-top {
  margin-top: -2px;
}

/*----------------------------------------*/
/*  7.6 video css
/*----------------------------------------*/
.px-video-4-wrap {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.px-video-4-wrap video {
  width: 100%;
}
.px-video-4-wrap.px-bdr-style video {
  border-radius: 0;
}

/*----------------------------------------*/
/*  7.7 testimonial css
/*----------------------------------------*/
@media (max-width: 767px) {
  .px-testimonial-area {
    padding-top: 80px;
  }
}
.px-testimonial-top-content span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #878787;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.px-testimonial-client-info span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #878787;
  letter-spacing: -0.04em;
}
.px-testimonial-client-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 0;
  letter-spacing: -0.03em;
  color: var(--tp-common-px-white);
}
.px-testimonial-avater img {
  height: 80px;
  width: 80px;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
}
.px-testimonial-item p {
  font-weight: 500;
  font-size: 46px;
  line-height: 1.1;
  margin-bottom: 55px;
  letter-spacing: -0.04em;
  color: var(--tp-common-px-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-testimonial-item p {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-testimonial-item p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .px-testimonial-item p {
    font-size: 25px;
  }
  .px-testimonial-item p br {
    display: none;
  }
}
.px-testimonial-slider {
  padding-right: 65px;
}
@media (max-width: 767px) {
  .px-testimonial-slider {
    padding-top: 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) {
  .px-testimonial-slider {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .ar-testimonial-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.ar-testimonial-client-info span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #878787;
  letter-spacing: -0.04em;
}
.ar-testimonial-client-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 5px;
  letter-spacing: -0.03em;
  color: var(--tp-common-px-black);
}
.ar-testimonial-item p {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 40px;
  letter-spacing: 0;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ar-testimonial-item p {
    font-size: 34px;
  }
  .ar-testimonial-item p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ar-testimonial-item p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .ar-testimonial-item p {
    font-size: 25px;
  }
  .ar-testimonial-item p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-testimonial-arrow {
    text-align: center;
    margin-top: 70px;
  }
}
.ar-testimonial-arrow button {
  width: 50px;
  height: 50px;
  line-height: 1;
  transition: 0.3s;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid rgba(25, 25, 25, 0.1);
}
.ar-testimonial-arrow button:hover {
  color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-orange);
  background-color: var(--tp-common-px-orange);
}
.ar-testimonial-arrow button span svg {
  margin-left: 1px;
}
.ar-testimonial-arrow button.ar-testimonial-prev, .ar-testimonial-arrow button.ar-testimonial-next {
  position: absolute;
  top: 50%;
  left: -85px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-testimonial-arrow button.ar-testimonial-prev, .ar-testimonial-arrow button.ar-testimonial-next {
    position: static;
  }
}
.ar-testimonial-arrow button.ar-testimonial-next {
  left: auto;
  right: -85px;
}
.ar-testimonial-fraction-wrap {
  position: absolute;
  bottom: -80px;
  right: 0;
  left: 0;
  width: 260px;
  margin: 0 auto;
  text-align: center;
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .ar-testimonial-fraction-wrap {
    left: -60px;
    bottom: -20px;
  }
}
.ar-testimonial-fraction-wrap .swiper-horizontal > .swiper-pagination-progressbar,
.ar-testimonial-fraction-wrap .swiper-pagination-progressbar.swiper-pagination-horizontal,
.ar-testimonial-fraction-wrap .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.ar-testimonial-fraction-wrap .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 2px;
  left: 0;
  top: auto;
  bottom: 0;
  right: 0;
  text-align: center;
  margin: 0 30px;
  background: #d9d9d9;
}
.ar-testimonial-fraction-wrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--tp-common-px-orange);
}
.ar-testimonial-fraction-wrap .swiper-horizontal > .swiper-pagination-bullets,
.ar-testimonial-fraction-wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
.ar-testimonial-fraction-wrap .swiper-pagination-custom, .ar-testimonial-fraction-wrap .swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: auto;
}
.ar-testimonial-fraction-wrap .swiper-pagination-fraction span {
  position: absolute;
  top: -10px;
  right: -60px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--tp-common-px-black);
}
.ar-testimonial-fraction-wrap .swiper-pagination-fraction span.current {
  right: auto;
  left: 0;
}

/*----------------------------------------*/
/*  7.8 funfact css
/*----------------------------------------*/
.ar-funfact-item h4 {
  line-height: 0.8;
  font-size: 100px;
  letter-spacing: -0.04em;
  color: var(--tp-common-px-black);
}
.ar-funfact-item h4 i {
  font-style: normal;
}
.ar-funfact-item span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-funfact-item span {
    font-size: 15px;
  }
}
.ar-funfact-bg {
  padding: 45px 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-funfact-inner-style {
    padding-bottom: 50px;
  }
}
.px-funfact-inner-style .ar-funfact-item h4 {
  font-size: 100px;
  line-height: 0.76;
  margin-bottom: 0;
  letter-spacing: normal;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
@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) {
  .px-funfact-inner-style .ar-funfact-item h4 {
    font-size: 70px;
  }
}
.px-funfact-inner-style .ar-funfact-item {
  padding: 45px;
  padding-bottom: 35px;
  box-shadow: -1px 0 0 0 #E11010;
  border: 1px solid rgba(30, 30, 30, 0.06);
}
@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: 576px) and (max-width: 767px) {
  .px-funfact-inner-style .ar-funfact-item {
    padding: 30px;
  }
}
.px-funfact-inner-style .ar-funfact-item span {
  color: #5D5D5D;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.36px;
  text-transform: capitalize;
}

/*----------------------------------------*/
/*  7.9 brand css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-brand-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .px-brand-area {
    padding-top: 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) {
  .px-brand-subtitle-box {
    margin-bottom: 0;
  }
}
.px-brand-item {
  min-height: 180px;
  width: 100%;
  padding: 20px;
  display: grid;
  text-align: center;
  border-radius: 14px;
  place-content: center;
  background: var(--tp-common-px-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-brand-item {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-brand-style-3 {
    padding-top: 40px;
  }
}
.px-brand-style-3 .px-brand-item {
  min-width: 240px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.px-brand-style-3 .px-section-subtitle {
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
}
.px-brand-style-4 .px-brand-item {
  min-width: 240px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.09);
}
.px-brand-style-5 .px-brand-item {
  min-height: 140px;
  padding: 20px;
  border-radius: 0;
  margin: 0 0 0 0;
  background: transparent;
  border: 1px solid #ECECEC;
}

/*----------------------------------------*/
/*  8.0 team css
/*----------------------------------------*/
.px-team-title {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: -0.03em;
  color: var(--tp-common-px-black);
}
.px-team-item:hover .px-team-social-icon a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.px-team-item:hover .px-team-social-link svg {
  transform: rotate(180deg);
}
.px-team-content span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}
.px-team-thumb {
  margin-bottom: 25px;
}
.px-team-social-link, .px-team-social-icon a {
  display: block;
  height: 46px;
  width: 45px;
  margin: 6px 0;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  color: var(--tp-common-px-black);
  background-color: var(--tp-common-px-white);
}
.px-team-social-link:hover::after, .px-team-social-icon a:hover::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.px-team-social-link::after, .px-team-social-icon a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transform: scale(0.3);
  transition: 0.5s ease-in-out;
  background-color: var(--tp-common-px-orange);
}
.px-team-social-icon {
  position: absolute;
  top: 15px;
  right: 20px;
}
.px-team-social-icon > a {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  transform: translateY(-20px);
}
.px-team-social-icon > a:nth-child(1) {
  transition-delay: 0.1s;
}
.px-team-social-icon > a:nth-child(2) {
  transition-delay: 0.2s;
}
.px-team-social-icon > a:nth-child(3) {
  transition-delay: 0.3s;
}
@media (max-width: 767px) {
  .px-team-top {
    margin-bottom: 40px;
  }
}
.px-team-6-pt {
  padding-top: 330px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-team-6-pt {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-team-inner-ptb {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .px-team-inner-ptb {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .in-team-hero-area {
    padding-bottom: 50px;
  }
}
.in-team-hero-title {
  font-size: 200px;
  font-weight: 700;
  line-height: 0.8;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .in-team-hero-title {
    font-size: 185px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .in-team-hero-title {
    font-size: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .in-team-hero-title {
    font-size: 135px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .in-team-hero-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .in-team-hero-title {
    font-size: 80px;
  }
}
.in-team-hero-title span {
  color: var(--tp-common-px-orange);
}
.in-team-hero-title img {
  transform: translateY(-15px);
}
@media (max-width: 767px) {
  .in-team-hero-title img {
    display: none;
  }
}
.in-team-hero-content p {
  font-size: 22px;
  font-weight: 500;
  padding-left: 490px;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .in-team-hero-content p {
    padding-left: 410px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .in-team-hero-content p {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .in-team-hero-content p br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .td-hero-area {
    padding-top: 140px;
  }
}
.td-hero-title {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .td-hero-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .td-hero-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .td-hero-title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .td-hero-title br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-team-details-style.tp-team-details-area {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-team-details-style .tp-team-details-wrapper {
    padding-left: 0;
  }
}
.px-team-details-style .tp-team-details-thumb img {
  border-radius: 0;
}
.px-team-details-style .tp-team-details-text-title {
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thundermed);
}

.tp-team-details-thumb img {
  width: 100%;
  border-radius: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-details-info {
    flex-wrap: wrap;
  }
}
.tp-team-details-info-contact {
  padding: 10px 0;
  border-top: 1px solid rgba(17, 16, 19, 0.1);
  border-bottom: 1px solid rgba(17, 16, 19, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-details-info-contact {
    margin-bottom: 20px;
  }
}
.tp-team-details-info-contact a {
  font-size: 14px;
  font-weight: 500;
  color: #111013;
  display: inline-block;
  letter-spacing: -0.28px;
}
.tp-team-details-info-contact a:not(:last-of-type) {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(17, 16, 19, 0.1);
}
.tp-team-details-info-contact a svg {
  margin-right: 5px;
}
.tp-team-details-info-social .px-footer-widget-social a {
  background-color: transparent;
  color: var(--tp-common-px-black-2);
  border: 1px solid rgba(17, 16, 19, 0.08);
}
.tp-team-details-info-social .px-footer-widget-social a:hover {
  color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-orange);
  background-color: var(--tp-common-px-orange);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-details-wrap {
    margin-bottom: 30px;
  }
}
.tp-team-details-wrapper {
  padding-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-details-wrapper {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-details-wrapper {
    padding-left: 0;
  }
}
.tp-team-details-text {
  margin-bottom: 30px;
}
.tp-team-details-text p {
  color: #4D5051;
}
.tp-team-details-text-sub {
  color: #525356;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
.tp-team-details-text-title {
  color: #111013;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: -0.8px;
}
.tp-team-details-more-title {
  color: #111013;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
  letter-spacing: -0.48px;
}
.tp-team-details-more ul li {
  list-style: none;
  color: #111013;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.tp-team-details-more ul li span {
  color: #525356;
  font-size: 16px;
  font-weight: 400;
  min-width: 100px;
  margin-right: 40px;
  display: inline-block;
}
.tp-team-details-progress-title {
  font-size: 16px;
  font-weight: 500;
  color: #111013;
}
.tp-team-details-progress-inner {
  position: relative;
  width: 100%;
  height: 5px;
  background: #d9d9d9;
}
.tp-team-details-progress-bar {
  overflow: visible;
  display: flex;
  height: 5px;
  text-align: center;
  white-space: nowrap;
  transition: 0.6s ease;
  position: relative;
  background-color: var(--tp-common-px-orange);
}
.tp-team-details-progress-bar::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: 0px;
  top: -8px;
  margin: auto;
  background-color: var(--tp-common-px-orange);
}
.tp-team-details-progress-counter {
  margin-top: -29px;
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: -15px;
  text-transform: uppercase;
}
.tp-team-details-input-content input, .tp-team-details-input-content textarea {
  border-radius: 6px;
  margin-bottom: 20px;
  background-color: #F8F8FB;
  color: var(--tp-common-px-black);
  border: 1px solid rgba(17, 16, 19, 0.08);
}
.tp-team-details-input-content input:focus, .tp-team-details-input-content textarea:focus {
  background-color: transparent;
  border-color: var(--tp-common-px-orange);
  box-shadow: 0px 0px 0px 3px rgba(255, 87, 34, 0.1);
}
.tp-team-details-input-content input::placeholder, .tp-team-details-input-content textarea::placeholder {
  color: #848788;
}
.tp-team-details-input-content textarea {
  resize: none;
  height: 160px;
}
.tp-team-details-input-btn button {
  font-size: 16px;
  font-weight: 700;
  padding: 15px 35px;
  border-radius: 6px;
  letter-spacing: 0;
  border: 1px solid transparent;
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-orange);
}
.tp-team-details-input-btn button:hover {
  color: var(--tp-common-px-black);
  background-color: transparent;
  border-color: var(--tp-common-px-orange);
}

/*----------------------------------------*/
/*  8.1 step css
/*----------------------------------------*/
.px-step-item {
  height: 920px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-step-area {
    margin-bottom: 100px;
  }
}
.px-step-video {
  position: absolute;
  top: 11%;
  left: 9%;
}
.px-step-video video {
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .px-step-video {
    left: -38%;
  }
}
.px-step-card {
  max-width: 530px;
  padding: 60px 60px 45px 60px;
  margin-bottom: 250px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-step-card {
    padding: 60px 30px 45px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-step-card {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .px-step-card {
    padding: 50px 30px 45px 30px;
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.px-step-card-badge {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 6px 14px;
  border-radius: 27px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-px-white);
  background: var(--tp-common-px-black);
}
.px-step-card-content {
  margin-bottom: 65px;
}
.px-step-card-content span {
  font-size: 260px;
  font-weight: 500;
  line-height: 0.7;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thundermed);
}
@media (max-width: 767px) {
  .px-step-card-content span {
    font-size: 180px;
  }
}
.px-step-card-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  color: var(--tp-common-px-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) {
  .px-step-card-wrap {
    margin-top: 30px;
    margin-right: 0;
  }
}
.px-step-title {
  font-size: 80px;
  font-weight: 500;
  line-height: 0.9;
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thundermed);
}
@media (max-width: 767px) {
  .px-step-title {
    font-size: 50px;
  }
}
.px-step-ptb {
  padding-top: 210px;
  padding-bottom: 210px;
}
.px-step-list ul li {
  line-height: 1;
  list-style-type: none;
}
.px-step-list ul li span {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.6px;
}
.px-step-list ul li span::before {
  content: "";
  height: 4px;
  width: 4px;
  margin-right: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: #6D6868;
  transform: translateY(-3px);
}
.px-step-num {
  position: absolute;
  top: 120px;
  left: 40px;
}
.px-step-num span {
  font-size: 160px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
  font-family: var(--tp-ff-thunder);
}
@media (max-width: 767px) {
  .px-step-num span {
    font-size: 110px;
  }
}
.px-step-num span i {
  position: absolute;
  top: 30%;
  left: 1%;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  padding: 6px 12px;
  padding-bottom: 1px;
  font-style: normal;
  display: inline-block;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  background-color: #f6f6f6;
  color: var(--tp-common-px-black);
}
.px-step-bottom {
  padding: 10px 45px;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
}
.px-step-bottom-text span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
.px-step-bottom-text span.text-2 {
  display: inline-block;
  margin-left: -30px;
}
.px-step-content {
  position: relative;
  z-index: 2;
}

/*----------------------------------------*/
/*  8.2 contact css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-contact-ptb {
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .px-contact-ptb {
    padding-top: 130px;
    padding-bottom: 80px;
  }
}
.px-contact-title {
  font-size: 480px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-px-black-2);
  font-family: var(--tp-ff-thunder);
}
@media (max-width: 1890px) {
  .px-contact-title {
    font-size: 450px;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .px-contact-title {
    font-size: 450px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .px-contact-title {
    font-size: 400px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-contact-title {
    font-size: 350px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-contact-title {
    font-size: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-contact-title {
    font-size: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-contact-title {
    font-size: 180px;
  }
}
@media (max-width: 767px) {
  .px-contact-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .px-contact-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-contact-heading {
    margin-bottom: 30px;
  }
}
.px-contact-inf {
  margin-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-contact-inf {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .px-contact-inf {
    margin-bottom: 30px;
  }
}
.px-contact-inf-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: var(--tp-common-px-black-2);
}
.px-contact-inf a {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.8px;
  color: var(--tp-common-px-black-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-contact-inf a br {
    display: none;
  }
}
.px-contact-inf-social a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: var(--tp-common-px-black-2);
}
.px-contact-inf-social a:not(:last-of-type) {
  margin-right: 40px;
}
.px-contact-inf-social a span {
  margin-left: 2px;
  display: inline-block;
}
.px-contact-wrapper {
  border-radius: 20px;
  padding: 60px 80px 65px;
  background-color: #F7F7F7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-contact-wrapper {
    padding: 60px 60px 65px;
  }
}
@media (max-width: 767px) {
  .px-contact-wrapper {
    padding: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .px-contact-wrapper {
    padding: 50px;
  }
}
.px-contact-wrapper .tp-contact-form-input input, .px-contact-wrapper .tp-contact-form-input textarea {
  border: none;
  resize: none;
  padding-left: 0;
  border-radius: 0;
  font-size: 18px;
  background-color: transparent;
  color: var(--tp-common-px-black-2);
  border-bottom: 1px solid rgba(30, 30, 30, 0.2);
}
.px-contact-wrapper .tp-contact-form-input input:focus, .px-contact-wrapper .tp-contact-form-input textarea:focus {
  border-color: var(--tp-common-px-orange);
}
.px-contact-wrapper .tp-contact-form-input input::-webkit-input-placeholder, .px-contact-wrapper .tp-contact-form-input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 18px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  color: rgba(30, 30, 30, 0.4);
}
@media (max-width: 767px) {
  .px-contact-wrapper .tp-contact-form-input input::-webkit-input-placeholder, .px-contact-wrapper .tp-contact-form-input textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
}
.px-contact-wrapper .tp-contact-form-input input::-moz-placeholder, .px-contact-wrapper .tp-contact-form-input textarea::-moz-placeholder { /* Firefox 19+ */
  font-size: 18px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  color: rgba(30, 30, 30, 0.4);
}
@media (max-width: 767px) {
  .px-contact-wrapper .tp-contact-form-input input::-moz-placeholder, .px-contact-wrapper .tp-contact-form-input textarea::-moz-placeholder {
    font-size: 16px;
  }
}
.px-contact-wrapper .tp-contact-form-input input:-moz-placeholder, .px-contact-wrapper .tp-contact-form-input textarea:-moz-placeholder { /* Firefox 4-18 */
  font-size: 18px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  color: rgba(30, 30, 30, 0.4);
}
@media (max-width: 767px) {
  .px-contact-wrapper .tp-contact-form-input input:-moz-placeholder, .px-contact-wrapper .tp-contact-form-input textarea:-moz-placeholder {
    font-size: 16px;
  }
}
.px-contact-wrapper .tp-contact-form-input input:-ms-input-placeholder, .px-contact-wrapper .tp-contact-form-input textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 18px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  color: rgba(30, 30, 30, 0.4);
}
@media (max-width: 767px) {
  .px-contact-wrapper .tp-contact-form-input input:-ms-input-placeholder, .px-contact-wrapper .tp-contact-form-input textarea:-ms-input-placeholder {
    font-size: 16px;
  }
}
.px-contact-wrapper .tp-contact-form-input input::placeholder, .px-contact-wrapper .tp-contact-form-input textarea::placeholder { /* MODERN BROWSER */
  font-size: 18px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  color: rgba(30, 30, 30, 0.4);
}
@media (max-width: 767px) {
  .px-contact-wrapper .tp-contact-form-input input::placeholder, .px-contact-wrapper .tp-contact-form-input textarea::placeholder {
    font-size: 16px;
  }
}
.px-contact-wrapper .tp-contact-form-input textarea {
  height: 120px;
}
.px-contact-wrapper .tp-contact-form-btn button {
  font-size: 40px;
  border-radius: 16px;
  letter-spacing: 0.8px;
  line-height: inherit;
  padding: 24px 54px 13px;
  text-transform: uppercase;
  color: var(--tp-common-px-white);
  font-family: var(--tp-ff-thunder);
  background-color: var(--tp-common-px-orange);
}
.px-contact-wrapper .tp-contact-form-btn button span {
  position: relative;
  z-index: 1;
  line-height: 1;
  overflow: hidden;
  display: inline-block;
}
.px-contact-wrapper .tp-contact-form-btn button span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.px-contact-wrapper .tp-contact-form-btn button span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.px-contact-wrapper .tp-contact-form-btn button:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.px-contact-wrapper .tp-contact-form-btn button:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-contact-wrapper .tp-contact-form-btn button {
    font-size: 30px;
    padding: 17px 54px 8px;
  }
}
.px-contact-info-title {
  font-size: 140px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-px-black-2);
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-contact-info-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-contact-info-title {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .px-contact-info-title {
    font-size: 55px;
  }
}
.px-contact-info-item {
  padding-top: 46px;
  padding-bottom: 46px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-contact-info-item {
    padding-bottom: 35px;
  }
}
.px-contact-info-item-title {
  font-size: 44px;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  letter-spacing: -1.32px;
  color: var(--tp-common-px-black-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-contact-info-item-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-contact-info-item-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-contact-info-item-content {
    margin-bottom: 20px;
  }
}
.px-contact-info-item-content a {
  font-size: 16px;
  font-weight: 500;
  color: #686868;
  letter-spacing: -0.4px;
}
.px-contact-info-item-content a:hover {
  color: var(--tp-common-px-black);
}
.px-contact-info-item-btn a {
  font-size: 16px;
  font-weight: 500;
  color: #686868;
  padding: 11px 35px;
  border-radius: 60px;
  display: inline-block;
  letter-spacing: -0.6px;
  border: 1px solid #e5e5e5;
}
.px-contact-info-item-btn a:hover {
  border-color: transparent;
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-orange);
}
.px-contact-info-wrap {
  border-top: 1px solid rgba(30, 30, 30, 0.08);
}

.tp-contact-me-form-category-title {
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: -0.32px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}
.tp-contact-me-form-category-list span {
  margin-left: 0;
  display: inline-block;
}
.tp-contact-me-form-category-list span label {
  margin-bottom: 10px;
  display: inline-block;
}
.tp-contact-me-form-category-list span label input {
  display: none;
}
.tp-contact-me-form-category-list span label input:checked ~ span {
  color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-orange);
  background-color: var(--tp-common-px-orange);
}
.tp-contact-me-form-category-list span label span {
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin-right: 7px;
  padding: 11px 31px;
  border-radius: 12px;
  display: inline-block;
  -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;
  margin-left: 0px !important;
  color: var(--tp-common-px-black-2);
  border: 1px solid rgba(30, 30, 30, 0.1);
}
.tp-contact-me-form-category-list span label span:hover {
  color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-orange);
  background-color: var(--tp-common-px-orange);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-me-form-category-list span label span {
    font-size: 15px;
    padding: 11px 14px;
  }
}
.tp-contact-me-interest-title {
  font-size: 46px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: -0.46px;
  color: var(--tp-common-px-black-2);
  font-family: var(--tp-ff-thundermed);
}
.tp-contact-me-interest-form-wrap .tp-contact-form-input label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 12px;
  color: var(--tp-common-px-black-2);
}
.tp-contact-me-interest-form-wrap .tp-contact-form-input input, .tp-contact-me-interest-form-wrap .tp-contact-form-input textarea {
  border-radius: 8px;
  background: #F7F7F7;
  border-color: transparent;
  color: var(--tp-common-px-black-2);
}
.tp-contact-me-interest-form-wrap .tp-contact-form-input input:focus, .tp-contact-me-interest-form-wrap .tp-contact-form-input textarea:focus {
  background-color: transparent;
  border-color: var(--tp-common-px-orange);
}
.tp-contact-me-interest-form-wrap .tp-contact-form-input textarea {
  height: 160px;
  resize: none;
}
.tp-contact-me-interest-form-wrap .tp-contact-form-btn button {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-orange);
}

.tp-contact-form-btn button {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  border-radius: 30px;
  padding: 20px 54px;
  letter-spacing: -0.18px;
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-orange);
}
.tp-contact-form-btn button span {
  position: relative;
  z-index: 1;
  line-height: 1;
  overflow: hidden;
  display: inline-block;
}
.tp-contact-form-btn button span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.tp-contact-form-btn button span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.tp-contact-form-btn button:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.tp-contact-form-btn button:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-contact-map-icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-us-ptb {
    padding-top: 150px;
  }
}
.tp-contact-us-text a {
  display: inline-block;
}
.tp-contact-us-text p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: var(--tp-common-px-black-2);
}
@media (max-width: 767px) {
  .tp-contact-us-text p br {
    display: none;
  }
}
.tp-contact-us-wrap-ptb {
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-us-wrap-ptb {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-us-wrap-ptb {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tp-contact-us-form-ptb {
    padding-top: 30px;
  }
}
.tp-contact-us-form-wrapper {
  padding: 10px;
  border-radius: 14px;
  background: #F6F6F9;
}
.tp-contact-us-map {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-us-map {
    height: 500px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-contact-us-map {
    height: 450px;
    margin-bottom: 30px;
  }
}
.tp-contact-us-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .tp-contact-us-heading .tp-section-title {
    padding-bottom: 20px;
  }
  .tp-contact-us-heading .tp-section-title .shape-1 {
    display: none;
  }
}
.tp-contact-us-title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  color: var(--tp-common-px-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-us-title {
    margin-bottom: 30px;
  }
}
.tp-contact-us-wrap {
  padding: 110px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-contact-us-wrap {
    padding: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-us-wrap {
    padding: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-us-wrap {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .tp-contact-us-wrap {
    padding: 20px;
  }
}
.tp-contact-us-wrap .tp-contact-form-input label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 12px;
  color: var(--tp-common-px-black-2);
}
.tp-contact-us-wrap .tp-contact-form-input input, .tp-contact-us-wrap .tp-contact-form-input textarea {
  font-size: 16px;
  border-radius: 8px;
  color: var(--tp-common-px-black);
  border-color: rgb(237, 237, 245);
  background: var(--tp-common-px-white);
}
.tp-contact-us-wrap .tp-contact-form-input input:focus, .tp-contact-us-wrap .tp-contact-form-input textarea:focus {
  background-color: transparent;
  border-color: var(--tp-common-px-orange);
}
.tp-contact-us-wrap .tp-contact-form-input textarea {
  height: 160px;
  resize: none;
}
.tp-contact-us-thumb {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 40px;
}
.tp-contact-us-thumb img {
  width: 100%;
  transition: 0.9s;
  border-radius: 10px;
}
.tp-contact-us-content {
  padding: 15px;
  border-radius: 14px;
  background: #F6F6F9;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-us-content {
    margin-top: 0;
  }
}
.tp-contact-us-content:hover .tp-contact-us-thumb img {
  transform: scale(1.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-us-info-area {
    padding-bottom: 90px;
  }
}
.tp-contact-us-info-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 20px;
  letter-spacing: -0.52px;
  color: var(--tp-common-px-black);
  border-bottom: 1px solid rgba(30, 30, 30, 0.1);
}
.tp-contact-us-info-details {
  margin-bottom: 45px;
}
.tp-contact-us-info-details a {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.7);
}
.tp-contact-us-info-details a:hover {
  color: var(--tp-common-px-black-2);
}
.tp-contact-us-bottom {
  padding: 0 22px 28px;
}
.tp-contact-us-btn .tp-btn-yellow-green {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 10px;
  border-radius: 30px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--tp-common-px-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.tp-contact-us-btn .tp-btn-yellow-green.active {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-orange);
}
.tp-contact-us-btn .tp-btn-yellow-green span {
  position: relative;
  z-index: 1;
  line-height: 1;
  overflow: hidden;
  display: inline-block;
}
.tp-contact-us-btn .tp-btn-yellow-green span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.tp-contact-us-btn .tp-btn-yellow-green span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.tp-contact-us-btn .tp-btn-yellow-green:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.tp-contact-us-btn .tp-btn-yellow-green:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cn-contactform-support-area {
    margin-bottom: 80px;
  }
}
.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;
  max-width: 755px;
  margin: 0 auto;
  display: inline-block;
  letter-spacing: -0.88px;
  color: var(--tp-common-px-black);
}
@media (max-width: 767px) {
  .cn-contactform-support-text span {
    font-size: 40px;
  }
}

/*----------------------------------------*/
/*  8.3 dark css
/*----------------------------------------*/
.SolBlocks-dark body {
  background-color: #0d0d27;
}
.SolBlocks-dark .px-header-style-black .px-header-bar span {
  background-color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-header-style-black .px-header-menu nav > ul > li.has-dropdown a::after {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-inner-service-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-text-inner-studio .studio-hero-banner-text span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .inner-service-1-left > span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .inner-service-1-text p {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .inner-service-1-category-item span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .inner-service-1-category-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.SolBlocks-dark .inner-service-1-category-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.SolBlocks-dark .px-inner-service-video video {
  filter: invert(1);
}
.SolBlocks-dark .px-header-style-black .px-header-menu nav > ul > li > a {
  text-transform: uppercase;
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .inner-service-1-text span {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .in-team-hero-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-team-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-section-subtitle {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .td-hero-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .tp-team-details-text-sub {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .px-team-details-style .tp-team-details-text-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .tp-team-details-text p {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .tp-team-details-more-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .tp-team-details-more ul li span {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .tp-team-details-more ul li {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .tp-team-details-progress-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .tp-team-details-info-contact a {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .tp-team-details-info-contact {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .tp-team-details-info-social .px-footer-widget-social a {
  color: var(--tp-common-px-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .tp-team-details-input-content input, .SolBlocks-dark .tp-team-details-input-content textarea {
  background-color: #0A0A0A;
  color: var(--tp-common-px-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .tp-team-details-input-content input::-webkit-input-placeholder, .SolBlocks-dark .tp-team-details-input-content textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .tp-team-details-input-content input::-moz-placeholder, .SolBlocks-dark .tp-team-details-input-content textarea::-moz-placeholder { /* Firefox 19+ */
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .tp-team-details-input-content input:-moz-placeholder, .SolBlocks-dark .tp-team-details-input-content textarea:-moz-placeholder { /* Firefox 4-18 */
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .tp-team-details-input-content input:-ms-input-placeholder, .SolBlocks-dark .tp-team-details-input-content textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .tp-team-details-input-content input::placeholder, .SolBlocks-dark .tp-team-details-input-content textarea::placeholder { /* MODERN BROWSER */
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .tp-team-details-input-content input:focus, .SolBlocks-dark .tp-team-details-input-content textarea:focus {
  background-color: transparent;
  border-color: var(--tp-common-px-orange);
  box-shadow: 0px 0px 0px 3px rgba(255, 87, 34, 0.1);
}
.SolBlocks-dark .tp-team-details-input-btn button:hover {
  background-color: var(--tp-common-px-white);
  border-color: var(--tp-common-px-white);
}
.SolBlocks-dark .header-fixed::after {
  background-color: rgba(34, 35, 39, 0.8);
}
.SolBlocks-dark .pf-hero-content p {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .pf-hero-content span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .pf-hero-ptb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .px-project-3-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-project-3-category span {
  color: var(--tp-common-px-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .px-hero-4-content p {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-hero-4-scrolldown {
  color: var(--tp-common-px-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .px-hero-4-video-btn span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-hero-4-bigtitle h2 {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .pf-3-hero-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .pf-3-hero-social-text span::before {
  background-color: rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .px-project-inner-top-ptb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .px-project-inner-style .px-project-6-item.is-active .px-project-6-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-project-inner-style .px-project-6-item.is-active .px-project-inner-wrap-content span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-project-inner-wrapper {
  border-color: rgba(255, 255, 255, 0.08);
}
.SolBlocks-dark .pf-4-hero-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .pf-4-hero-subtitle {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .pf-4-hero-wrap p {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .px-project-inner-4-tab-wrap .masonary-menu button:hover, .SolBlocks-dark .px-project-inner-4-tab-wrap .masonary-menu button.active {
  color: var(--tp-common-px-white);
  background-color: #1C1D20;
}
.SolBlocks-dark .px-project-inner-4-tab-wrap .masonary-menu button {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-project-5-title-sm {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-project-5-content span {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .pf-5-hero-subtitle {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .pf-5-hero-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-project-inner-5-tab .masonary-menu button:hover, .SolBlocks-dark .px-project-inner-5-tab .masonary-menu button.active {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-project-inner-5-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.SolBlocks-dark .px-project-item {
  background-color: #1C1D20;
}
.SolBlocks-dark .px-project-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-project-content span {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .pf-6-hero-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-pd-2-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-pd-2-categories span {
  color: var(--tp-common-px-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .px-pd-2-bottom-item span {
  color: rgba(255, 255, 255, 0.5);
}
.SolBlocks-dark .px-pd-2-bottom-item h6 {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-pd-2-overview-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-pd-2-overview-wrap p {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .px-pd-2-overview-wrap ul li {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-pd-2-overview-wrap ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .px-pd-2-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-pd-2-dot .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
}
.SolBlocks-dark .px-pd-2-step-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-pd-2-step-item-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-pd-2-step-item span {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .px-pd-2-np-content a {
  color: var(--tp-common-px-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .px-portfolio-details-btn {
  background-color: #1C1D20;
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-portfolio-details-btn:hover {
  background-color: var(--tp-common-px-red);
}
.SolBlocks-dark .px-pd-4-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-pd-4-about-sub {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-pd-4-about-text {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-pd-4-about-list ul li::before {
  background-color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-pd-4-about-list ul li {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-pd-4-work-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-pd-4-work-heading {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-pd-4-work-content p {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .px-pd-4-work-item-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-pd-4-work-item-text span {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .px-pd-4-work-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .px-section-title.ff-thunder.fs-130 {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-pd-4-np-content span {
  color: rgba(255, 255, 255, 0.2);
}
.SolBlocks-dark .px-pd-4-np-content p {
  color: rgba(255, 255, 255, 0.2);
}
.SolBlocks-dark .px-inner-service-2-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-hero-4-video img {
  filter: invert(1);
}
.SolBlocks-dark .px-about-5-style .px-section-title.ff-inter {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-about-5-style .px-about-4-content p {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .px-about-5-style .px-about-4-content p span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-about-5-style .px-about-4-link {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-service-5-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .px-service-5-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-service-5-content p {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .px-service-5-link a {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-service-5-icon img {
  filter: invert(1);
}
.SolBlocks-dark .px-capsule-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-capsule-inner {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .px-line-shape.px-line-bg-black span {
  background-color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-btn-slide {
  background: #1C1D20;
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .ar-testimonial-item p {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .ar-testimonial-arrow button {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.SolBlocks-dark .ar-testimonial-arrow button:hover {
  border-color: var(--tp-common-px-orange);
}
.SolBlocks-dark .ar-testimonial-client-name {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .ar-testimonial-fraction-wrap .swiper-pagination-fraction span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-brand-style-5 .px-brand-item {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .px-step-num span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-step-video video {
  mix-blend-mode: lighten;
  filter: invert(1);
}
.SolBlocks-dark .px-step-bottom-text span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-step-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .px-capsule-subtitle {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-section-title.ff-thunder.fs-100 {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items.faq-active {
  border-color: rgba(255, 255, 255, 0.2);
}
.SolBlocks-dark .px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items.faq-active .accordion-header .accordion-buttons {
  background: transparent;
}
.SolBlocks-dark .px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items .accordion-body p {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items .accordion-body .px-inner-service-2-list ul li {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
  background: #1C1D20;
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::before, .SolBlocks-dark .px-inner-service-2-faq .px-service-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::after {
  background-color: var(--tp-common-px-white);
}
.SolBlocks-dark .design-footer-widget-title.sm {
  color: rgba(255, 255, 255, 0.5);
}
.SolBlocks-dark .design-footer-widget-info a {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .design-footer-widget-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .design-copyright-text p {
  color: rgba(255, 255, 255, 0.5);
}
.SolBlocks-dark .design-copyright-backtoTop a {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .design-copyright-backtoTop a span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .design-footer-middle {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.SolBlocks-dark .design-footer-widget-input input {
  color: var(--tp-common-px-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .design-footer-widget-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .design-footer-widget-input input::-moz-placeholder { /* Firefox 19+ */
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .design-footer-widget-input input:-moz-placeholder { /* Firefox 4-18 */
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .design-footer-widget-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .design-footer-widget-input input::placeholder { /* MODERN BROWSER */
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-btn-black {
  color: var(--tp-common-px-black);
  background-color: var(--tp-common-px-white);
}
.SolBlocks-dark .design-footer-widget-input-icon {
  color: var(--tp-common-px-black);
  background-color: var(--tp-common-px-white);
}
.SolBlocks-dark .design-footer-widget-input input:focus {
  border-color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-contact-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-contact-inf-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-contact-inf a {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .px-contact-inf a:hover {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-contact-info-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-contact-wrapper {
  background-color: #1C1D20;
}
.SolBlocks-dark .px-contact-inf-social a {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-contact-wrapper .tp-contact-form-input input, .SolBlocks-dark .px-contact-wrapper .tp-contact-form-input textarea {
  color: var(--tp-common-px-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .px-contact-wrapper .tp-contact-form-input input::-webkit-input-placeholder, .SolBlocks-dark .px-contact-wrapper .tp-contact-form-input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.4);
}
.SolBlocks-dark .px-contact-wrapper .tp-contact-form-input input::-moz-placeholder, .SolBlocks-dark .px-contact-wrapper .tp-contact-form-input textarea::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.4);
}
.SolBlocks-dark .px-contact-wrapper .tp-contact-form-input input:-moz-placeholder, .SolBlocks-dark .px-contact-wrapper .tp-contact-form-input textarea:-moz-placeholder { /* Firefox 4-18 */
  color: rgba(255, 255, 255, 0.4);
}
.SolBlocks-dark .px-contact-wrapper .tp-contact-form-input input:-ms-input-placeholder, .SolBlocks-dark .px-contact-wrapper .tp-contact-form-input textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: rgba(255, 255, 255, 0.4);
}
.SolBlocks-dark .px-contact-wrapper .tp-contact-form-input input::placeholder, .SolBlocks-dark .px-contact-wrapper .tp-contact-form-input textarea::placeholder { /* MODERN BROWSER */
  color: rgba(255, 255, 255, 0.4);
}
.SolBlocks-dark .px-contact-wrapper .tp-contact-form-input input:focus, .SolBlocks-dark .px-contact-wrapper .tp-contact-form-input textarea:focus {
  border-color: var(--tp-common-px-orange);
}
.SolBlocks-dark .px-contact-info-item-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-contact-info-item-content a {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .px-contact-info-item-content a:hover {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-contact-info-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.SolBlocks-dark .px-contact-info-item-btn a {
  color: var(--tp-common-px-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .in-team-hero-content p {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .tp-contact-me-interest-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .tp-contact-me-form-category-list span label span {
  color: var(--tp-common-px-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .tp-contact-me-interest-form-wrap .tp-contact-form-input label {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .tp-contact-me-interest-form-wrap .tp-contact-form-input input, .SolBlocks-dark .tp-contact-me-interest-form-wrap .tp-contact-form-input textarea {
  background: #1C1D20;
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .tp-contact-me-interest-form-wrap .tp-contact-form-input input:focus, .SolBlocks-dark .tp-contact-me-interest-form-wrap .tp-contact-form-input textarea:focus {
  background-color: transparent;
}
.SolBlocks-dark .tp-section-subtitle {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .tp-section-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .tp-contact-us-text p {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .tp-contact-us-form-wrapper {
  background: #1C1D20;
}
.SolBlocks-dark .tp-contact-us-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .tp-contact-us-wrap .tp-contact-form-input label {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .tp-contact-us-wrap .tp-contact-form-input input, .SolBlocks-dark .tp-contact-us-wrap .tp-contact-form-input textarea {
  color: var(--tp-common-px-white);
  border-color: transparent;
  background: rgba(255, 255, 255, 0.06);
}
.SolBlocks-dark .tp-contact-us-wrap .tp-contact-form-input input:focus, .SolBlocks-dark .tp-contact-us-wrap .tp-contact-form-input textarea:focus {
  background-color: transparent;
  border-color: var(--tp-common-px-orange);
}
.SolBlocks-dark .tp-contact-us-content {
  background: #1C1D20;
}
.SolBlocks-dark .tp-contact-us-info-title {
  color: var(--tp-common-px-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .tp-contact-us-info-details a {
  color: rgba(255, 255, 255, 0.7);
}
.SolBlocks-dark .tp-contact-us-btn .tp-btn-yellow-green {
  color: var(--tp-common-px-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .px-about-title {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .px-about-title span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-about-content p {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .px-about-content p span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-about-link {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-about-info-head {
  background: #1C1D20;
}
.SolBlocks-dark .px-about-info-head h4 {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-about-info-head em {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .px-about-info-body {
  background: #1C1D20;
}
.SolBlocks-dark .px-about-info-body h4 {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-about-info-body p {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .px-section-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-project-title-box p {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .px-award-content > span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-hero-2-content span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-hero-2-text span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-about-2-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-about-2-subtitle {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-service-2-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-service-2-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .px-service-2-title > span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-service-2-wrap label {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-service-2-content span {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .px-service-2-content p {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-about-2-subtitle i {
  background-color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-about-3-bigtext {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-about-3-content p {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-blog-category {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-blog-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-blog-meta {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .px-brand-style-3 .px-brand-item {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .px-project-3-inner-box p {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .px-hero-5-content p {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-hero-5-content span {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .px-hero-5-category a, .SolBlocks-dark .px-hero-5-social a {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .ar-funfact-item h4 {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .ar-funfact-item span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-hero-5-thumb span {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .px-text-slider-style-3 {
  border-color: rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .px-text-slider-style-3 .px-text-slider-item span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .am-about-content p {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .am-skill-bdr {
  border-color: rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .px-section-title.ff-thunder.fs-80 {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .am-skill-item h4 {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .am-skill-item ul li span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .am-skill-item ul li span::before {
  background-color: var(--tp-common-px-white);
}
.SolBlocks-dark .am-capsule-style .px-capsule-inner {
  background-color: #1C1D20;
}
.SolBlocks-dark .px-award-item {
  border-color: rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .px-award-num span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-award-category span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-award-nomination span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-award-year span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-header-style-black .px-header-menu nav > ul > li.has-dropdown a::after {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-inner-about-style .px-about-3-content p {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-btn-black {
  color: var(--tp-common-px-black-2);
  background-color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-btn-black:hover {
  color: var(--tp-common-px-white);
  background-color: var(--tp-common-px-red);
}
.SolBlocks-dark .px-btn-black.hover-orange-bg:hover {
  background-color: var(--tp-common-px-orange);
}
.SolBlocks-dark .px-inner-about-1-top p {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-inner-about-1-video video {
  mix-blend-mode: lighten;
  filter: invert(1);
}
.SolBlocks-dark .px-inner-about-1-content p {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-funfact-inner-style .ar-funfact-item {
  border-color: rgba(255, 255, 255, 0.15);
}
.SolBlocks-dark .px-funfact-inner-style .ar-funfact-item h4 {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-funfact-inner-style .ar-funfact-item span {
  color: rgba(255, 255, 255, 0.5);
}
.SolBlocks-dark .aus-service-content label {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .aus-service-content-wrap {
  border-color: rgba(255, 255, 255, 0.08);
}
.SolBlocks-dark .aus-service-item {
  border-color: rgba(255, 255, 255, 0.08);
}
.SolBlocks-dark .aus-service-content h4 {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .aus-service-content span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .aus-service-content p {
  color: rgba(255, 255, 255, 0.5);
}
.SolBlocks-dark .px-team-content span {
  color: rgba(255, 255, 255, 0.5);
}
.SolBlocks-dark .tp-blog-details-without-heading .postbox-details-item .postbox-tag span {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .postbox-details-tag span:last-child::after {
  background-color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .postbox-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .postbox-details-meta .postbox-author-name {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .postbox-meta span {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .postbox-details-meta > div:not(:first-child)::after {
  background: rgba(255, 255, 255, 0.2);
}
.SolBlocks-dark .sidebar-search input {
  border-color: #1C1D20;
  background-color: #1C1D20;
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .sidebar-search input:focus {
  background-color: transparent;
  border-color: var(--tp-common-px-orange);
}
.SolBlocks-dark .sidebar-search input::placeholder {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .sidebar-search input ~ button {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .postbox-details-text p {
  color: rgba(255, 255, 255, 0.7);
}
.SolBlocks-dark .sidebar-widget-author {
  border-color: rgba(255, 255, 255, 0.08);
}
.SolBlocks-dark .sidebar-widget-author-name {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .sidebar-widget-author-content p {
  color: rgba(255, 255, 255, 0.7);
}
.SolBlocks-dark .sidebar-widget-author-social a span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .sidebar-widget-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .rc-post-category a {
  color: var(--tp-common-px-white);
  border-color: rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .rc-post-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .rc-post-meta span {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .rc-post-wrap .rc-post:not(:last-child) {
  border-color: rgba(255, 255, 255, 0.2);
}
.SolBlocks-dark .sidebar-widget-category ul li a {
  background-color: #1C1D20;
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .sidebar-widget-category ul li a:hover {
  color: var(--tp-common-px-orange);
}
.SolBlocks-dark .sidebar-widget-category ul li a span {
  color: rgba(255, 255, 255, 0.4);
}
.SolBlocks-dark .postbox-details-list ul li {
  color: rgba(255, 255, 255, 0.7);
}
.SolBlocks-dark .postbox-details-list ul li span {
  color: rgba(255, 255, 255, 0.3);
}
.SolBlocks-dark .postbox-details-list ul li::before {
  background-color: rgba(255, 255, 255, 0.7);
}
.SolBlocks-dark .postbox-details-quote-box {
  background-color: #1C1D20;
}
.SolBlocks-dark .postbox-details-quote p {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .postbox-details-quote span {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .postbox-details-code {
  background-color: #1C1D20;
}
.SolBlocks-dark .postbox-details-code pre {
  color: rgba(255, 255, 255, 0.7);
}
.SolBlocks-dark .tagcloud a {
  background-color: #1C1D20;
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .tagcloud a:hover {
  background-color: var(--tp-common-px-orange);
}
.SolBlocks-dark .postbox-details-social a {
  background-color: #1C1D20;
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .postbox-details-social a:hover {
  background-color: var(--tp-common-px-orange);
}
.SolBlocks-dark .postbox-details-author .sidebar-widget-author {
  background-color: #1C1D20;
}
.SolBlocks-dark .postbox__comment-name span {
  color: rgba(255, 255, 255, 0.7);
}
.SolBlocks-dark .postbox__comment-text p {
  color: rgba(255, 255, 255, 0.7);
}
.SolBlocks-dark .postbox__comment-reply a {
  color: var(--tp-common-px-white);
  border-color: rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .postbox-details-form {
  border-color: rgba(255, 255, 255, 0.08);
}
.SolBlocks-dark .postbox-details-form-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .postbox-details-form p {
  color: rgba(255, 255, 255, 0.7);
}
.SolBlocks-dark .postbox-details-input label {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .postbox-details-input input, .SolBlocks-dark .postbox-details-input textarea {
  border-color: #1C1D20;
  background-color: #1C1D20;
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .postbox-details-input input:focus, .SolBlocks-dark .postbox-details-input textarea:focus {
  background-color: transparent;
  border-color: var(--tp-common-px-orange);
}
.SolBlocks-dark .postbox-details-remeber label {
  color: rgba(255, 255, 255, 0.7);
}
.SolBlocks-dark .postbox-details-remeber label::before {
  filter: invert(0);
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .postbox-details-remeber label::after {
  border-color: rgba(255, 255, 255, 0.1);
}
.SolBlocks-dark .tp-blog-details-ptb {
  border-color: rgba(255, 255, 255, 0.08);
}
.SolBlocks-dark .px-blog-category {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-blog-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-blog-meta {
  color: rgba(255, 255, 255, 0.5);
}
.SolBlocks-dark .px-breadcrumb-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-breadcrumb-list span {
  color: rgba(255, 255, 255, 0.8);
}
.SolBlocks-dark .postbox-author-name {
  color: rgba(255, 255, 255, 0.9);
}
.SolBlocks-dark .postbox-author-info span {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .postbox-item {
  border-color: rgba(255, 255, 255, 0.08);
}
.SolBlocks-dark .postbox-tag {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .postbox-content p {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .basic-pagination ul li > a {
  color: var(--tp-common-px-white);
  border-color: rgba(255, 255, 255, 0.15);
}
.SolBlocks-dark .postbox-blockquote {
  background: #1C1D20;
}
.SolBlocks-dark .postbox-blockquote-paragraph p {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .in-blog-hero-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .in-blog-list-category-wrap {
  border-color: rgba(255, 255, 255, 0.08);
}
.SolBlocks-dark .in-blog-list-search-input::before {
  background-color: var(--tp-common-px-white);
}
.SolBlocks-dark .in-blog-list-search-input input {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .in-blog-list-search-input input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.SolBlocks-dark .in-blog-list-search-icon span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .in-blog-list-category span {
  background: #1C1D20;
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .in-blog-list-category span:hover, .SolBlocks-dark .in-blog-list-category span.active {
  background-color: var(--tp-common-px-orange);
}
.SolBlocks-dark .px-header-6-menu nav > ul > li > a {
  background: #1C1D20;
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-hero-6-info p {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-hero-6-social a {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-header-6-info a {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-hero-6-category span {
  background: #1C1D20;
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-hero-6-category span:hover {
  background: var(--tp-common-px-orange);
}
.SolBlocks-dark .px-hero-6-text span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-service-6-slide-wrap::after {
  background-image: linear-gradient(#1C1D20 10%, rgba(232, 233, 232, 0) 40% 60%, #1C1D20 90%);
}
.SolBlocks-dark .px-service-6-text span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-about-6-content p {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-project-6-item {
  border-color: rgba(255, 255, 255, 0.09);
}
.SolBlocks-dark .px-project-6-content span {
  color: #1C1D20;
}
.SolBlocks-dark .px-project-6-title {
  color: #1C1D20;
}
.SolBlocks-dark .px-project-6-content p {
  color: #1C1D20;
}
.SolBlocks-dark .px-project-6-item.is-active .px-project-6-content span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-project-6-item.is-active .px-project-6-title {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-project-6-item.is-active .px-project-6-content p {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-header-2-bar button {
  background-color: #1C1D20;
}
.SolBlocks-dark .cn-contactform-support-text span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .ar-testimonial-fraction-wrap .swiper-horizontal > .swiper-pagination-progressbar,
.SolBlocks-dark .ar-testimonial-fraction-wrap .swiper-pagination-progressbar.swiper-pagination-horizontal,
.SolBlocks-dark .ar-testimonial-fraction-wrap .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.SolBlocks-dark .ar-testimonial-fraction-wrap .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  background: rgba(255, 255, 255, 0.2);
}
.SolBlocks-dark .px-footer-3-social a {
  background-color: rgba(255, 255, 255, 0.0509803922);
}
.SolBlocks-dark .px-footer-3-social a:hover {
  background-color: var(--tp-common-px-orange);
}
.SolBlocks-dark .px-project-inner-5-tab .masonary-menu button {
  color: rgba(188, 188, 188, 0.5215686275);
}
.SolBlocks-dark .px-project-inner-6-text span {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .postbox__comment-name h5 {
  color: var(--tp-common-px-white);
}
.SolBlocks-dark .px-brand-item {
  background-color: #1C1D20;
}
.SolBlocks-dark .px-pd-4-np-title {
  color: var(--tp-common-px-white);
}

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