<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------------------------------------------------

    Template Name: Avtrix - Creative Agency &amp; Portfolio HTML Template
    Author: Oclata
    Support: etorisoft@gmail.com
    Description: Avtrix - Creative Agency &amp; 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 Accordion
		2.2 Animated Headline
		2.3 Animation
		2.4 Background
		2.5 Back to Top 
		2.6 Breadcrumb
		2.7 Buttons
		2.8 Cursor Style
		2.9 Hover Animation
		2.10 Offcanvas
		2.11 Pagination
		2.12 Search
		2.15 Section Title
		2.16 Custom Animation
	-----------------

    03. HEADER CSS
	-----------------
		3.1 Header Style 1
		3.2 Header Style 2
		3.3 Header Style 3
		3.4 Header Style 4
		3.5 Header Style 5
    3.6 Header Style 6

    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Menu css

	---------------------------------
	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
		6.2 Footer Style 2
		6.3 Footer Style 3
		6.4 Footer Style 4
		6.5 Footer Style 5

	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 About css
		7.2 Awards css
		7.3 Banner css
		7.4 Brand css
		7.5 Categories css
		7.6 Chooseus
		7.7 Contact
		7.8 CTA css
		7.9 Error css
		7.10 Faq css
		7.11 Feature css
		7.12 Funfact css
		7.13 Hero css
		7.14 Histrory css
		7.15 Portfolio css
		7.16 Price css
		7.17 Progress css
		7.18 Project css
		7.19 Service css
		7.20 Skils css
		7.21 Team css
		7.22 Testimonial css
		7.23 Text Slider css
		7.24 Video css
		7.25 Works css

**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("css2.css");

.tp-search-area {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.back-to-top-wrapper,
a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.back-to-top-btn {
  -webkit-transition: transform 0.3s 0s ease-out;
  -moz-transition: transform 0.3s 0s ease-out;
  -ms-transition: transform 0.3s 0s ease-out;
  -o-transition: transform 0.3s 0s ease-out;
  transition: transform 0.3s 0s ease-out;
}

.tp-btn-secondary svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.tp-all-font-roboto *:not(i) {
  font-family: var(--tp-ff-roboto);
}

/* transform */
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Inter', sans-serif;
  --tp-ff-heading: 'Plus Jakarta Sans', sans-serif;
  --tp-ff-p: 'Inter', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 5 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black-solid: #000;
  --tp-common-black: #060606;
  --tp-common-black-2: #0C0C0C;
  --tp-common-black-3: #060218;
  --tp-yellow-1: #FFB342;
  --tp-yellow-2: #FFD43A;
  --tp-yellow-3: #FFB21D;
  --tp-pink-1: #FD4B6B;
  --tp-pink-2: #FD2D6C;
  --tp-pink-3: #FF296A;
  --tp-pink-4: #FF3494;
  --tp-green-dark: #115061;
  --tp-green-1: #31B757;
  --tp-heading-primary: #010F1C;
  --tp-heading-secondary: #021D35;
  --tp-grey-1: #F6F7F9;
  --tp-grey-2: #ECF2F7;
  --tp-grey-3: #AAA4A4;
  --tp-grey-4: #131212;
  --tp-grey-5: #4B4B4B;
  --tp-grey-6: #f4f4f4;
  --tp-text-body: #AAA4A4;
  --tp-text-1: #767A7D;
  --tp-text-2: #55585B;
  --tp-text-3: #A0A2A4;
  --tp-text-4: #7D7F82;
  --tp-text-5: #888A8C;
  --tp-text-6: #90969B;
  --tp-theme-primary: #FF521C;
  --tp-theme-secondary: #821F40;
  --tp-theme-third: #E94D35;
  --tp-theme-fourth: #DF5225;
  --tp-theme-pruple: #8247FF;
  --tp-footer-grey-1: #F4F7F9;
  --tp-border-primary: #353434;
  --tp-border-secondary: #F0F2F4;
  --tp-border-3: #E4E5E9;
  --tp-border-4: #E6E7E8;
}

.mb-5 {
  margin-bottom: 5px;
}

.text-1 {
  margin-top: 5px;
}

.text-2 {
  margin-top: 10px;
}

.text-3 {
  margin-top: 15px;
}

.text-4 {
  margin-top: 20px;
}

.text-5 {
  margin-top: 25px;
}

.text-6 {
  margin-top: 30px;
}

.text-7 {
  margin-top: 35px;
}

.text-8 {
  margin-top: 40px;
}

.text-9 {
  margin-top: 45px;
}

.text-10 {
  margin-top: 50px;
}

.text-11 {
  margin-top: 55px;
}

.text-12 {
  margin-top: 60px;
}

.text-13 {
  margin-top: 65px;
}

.text-14 {
  margin-top: 70px;
}

.text-15 {
  margin-top: 75px;
}

.text-16 {
  margin-top: 80px;
}

.text-17 {
  margin-top: 85px;
}

.text-18 {
  margin-top: 90px;
}

.text-19 {
  margin-top: 95px;
}

.text-20 {
  margin-top: 100px;
}

.text-21 {
  margin-top: 105px;
}

.text-22 {
  margin-top: 110px;
}

.text-23 {
  margin-top: 115px;
}

.text-24 {
  margin-top: 120px;
}

.text-25 {
  margin-top: 125px;
}

.text-26 {
  margin-top: 130px;
}

.text-27 {
  margin-top: 135px;
}

.text-28 {
  margin-top: 140px;
}

.text-29 {
  margin-top: 145px;
}

.text-30 {
  margin-top: 150px;
}

.text-31 {
  margin-top: 155px;
}

.text-32 {
  margin-top: 160px;
}

.text-33 {
  margin-top: 165px;
}

.text-34 {
  margin-top: 170px;
}

.text-35 {
  margin-top: 175px;
}

.text-36 {
  margin-top: 180px;
}

.text-37 {
  margin-top: 185px;
}

.text-38 {
  margin-top: 190px;
}

.text-39 {
  margin-top: 195px;
}

.text-40 {
  margin-top: 200px;
}

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

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

a {
  text-decoration: none;
}

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

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

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

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

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

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

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

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

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

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #95999D;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

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

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

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

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

.demo {
  -webkit-transition: color 0.3s 0s linear;
  -moz-transition: color 0.3s 0s linear;
  -ms-transition: color 0.3s 0s linear;
  -o-transition: color 0.3s 0s linear;
  transition: color 0.3s 0s linear;
  -webkit-transition: color 0.3s linear, transform 0.2s ease;
  -moz-transition: color 0.3s linear, transform 0.2s ease;
  -ms-transition: color 0.3s linear, transform 0.2s ease;
  -o-transition: color 0.3s linear, transform 0.2s ease;
  transition: color 0.3s linear, transform 0.2s ease;
}

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

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

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

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

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

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

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

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

/* gutter for x axis */
.tp-gx-20 {
  --bs-gutter-x: 20px;
}

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

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

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

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

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

/* gutter for x axis */
.tp-gx-30 {
  --bs-gutter-x: 30px;
}

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

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

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

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

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

/* gutter for x axis */
.tp-gx-40 {
  --bs-gutter-x: 40px;
}

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

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

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

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

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

.tp-section-hidden {
  opacity: 0;
  filter: blur(5px);
  transition: all 1.8s;
}

.show {
  opacity: 1;
  filter: blur(0);
}

.chooseus-animi {
  transform: scale(0.8);
}

.chooseus-animi.show {
  transform: scale(1);
}

/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
.tp-categroy-plr-85 {
  padding-left: 85px;
  padding-right: 85px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-categroy-plr-85 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*----------------------------------------*/
/*  2.1 Accordion
/*----------------------------------------*/
.tp-accordion .accordion-item {
  background-color: transparent;
  border: 1px solid;
  border-radius: 0;
}

.tp-accordion .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.tp-accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.tp-accordion .accordion-button {
  padding: 18px 0 28px 42px;
  padding-right: 15px;
  font-size: 27px;
  font-weight: 400;
  color: var(--tp-common-white);
  background-color: transparent;
}

.tp-accordion .accordion-button::after {
  display: none;
}

.tp-accordion .accordion-button:not(.collapsed) {
  color: var(--tp-common-white);
  background-color: #151515;
  box-shadow: none;
}

.tp-accordion .accordion-button:not(.collapsed) .tp-accordion-plus::before {
  -webkit-transform: translateX(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  -o-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  background-color: var(--tp-theme-1);
}

[dir=rtl] .tp-accordion .accordion-button:not(.collapsed) .tp-accordion-plus::before {
  -webkit-transform: translateX(50%) rotate(90deg);
  -moz-transform: translateX(50%) rotate(90deg);
  -ms-transform: translateX(50%) rotate(90deg);
  -o-transform: translateX(50%) rotate(90deg);
  transform: translateX(50%) rotate(90deg);
}

.tp-accordion .accordion-button:not(.collapsed) .tp-accordion-plus::after {
  background-color: var(--tp-theme-1);
}

.tp-accordion .accordion-button:focus {
  box-shadow: none;
  border: 0;
}

.tp-accordion .accordion-button:hover {
  color: var(--tp-theme-primary);
}

.tp-accordion .accordion-button:hover::after {
  color: var(--tp-theme-primary);
}

.tp-accordion .accordion-num-count {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.tp-accordion .accordion-num-count::before {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  counter-increment: count;
  content: "0" counter(count);
  color: var(--it-common-white);
  display: inline-block;
  transition: 0.3s;
}

@media (max-width: 575px) {
  .tp-accordion .accordion-num-count::before {
    display: none;
  }
}

.tp-accordion .accordion-icon {
  font-size: 50px;
  color: var(--tp-common-white);
  margin-right: 50px;
}

@media (max-width: 575px) {
  .tp-accordion .accordion-icon {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-accordion .accordion-icon {
    margin-right: 50px;
  }
}

.tp-accordion .accordion-body {
  padding: 0 60px 55px 125px;
  background-color: #151515;
}

@media (max-width: 575px) {
  .tp-accordion .accordion-body {
    padding: 0 30px 15px 20px;
  }
}

.tp-accordion .accordion-body p {
  font-size: 18px;
  line-height: 1.5;
  color: var(--tp-grey-3);
}

.counter-row {
  counter-reset: count;
}

/*----------------------------------------*/
/*  2.2 Animated Headline
/*----------------------------------------*/
.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper .app {
  transform: translateY(-10px);
  display: inline-block;
}

.cd-words-wrapper b {
  font-weight: 400;
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

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

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

/*----------------------------------------*/
/*  2.3 Animation
/*----------------------------------------*/
/* pulse effect animation */
@-webkit-keyframes tp-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes tp-shake {

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

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

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

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

@-moz-keyframes tp-shake {

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

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

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

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

@-ms-keyframes tp-shake {

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

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

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

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

@keyframes tp-shake {

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

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

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

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

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

  60% {
    opacity: 1;
  }

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

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

  60% {
    opacity: 1;
  }

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

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

  60% {
    opacity: 1;
  }

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

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

  60% {
    opacity: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes tp-mobile-view {

  0%,
  10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }

  50%,
  60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }

  90%,
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-moz-keyframes tp-mobile-view {

  0%,
  10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }

  50%,
  60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }

  90%,
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-ms-keyframes tp-mobile-view {

  0%,
  10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }

  50%,
  60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }

  90%,
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes tp-mobile-view {

  0%,
  10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }

  50%,
  60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }

  90%,
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

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

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

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

  100% {
    margin-top: 0;
  }
}

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

  100% {
    margin-top: 0;
  }
}

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

  100% {
    margin-top: 0;
  }
}

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

  100% {
    margin-top: 0;
  }
}

@-moz-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }

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

@-ms-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }

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

@-webkit-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }

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

@keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }

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

@keyframes boxRotate {

  0%,
  100% {
    transform: rotateY(0deg);
    visibility: visible;
  }

  25%,
  75% {
    visibility: hidden;
    transform: rotateY(-90deg);
  }

  50% {
    transform: rotateY(-180deg);
    visibility: visible;
  }
}

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

  100% {
    margin-top: 0;
  }
}

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

  100% {
    margin-top: 0;
  }
}

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

  100% {
    margin-top: 0;
  }
}

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

  100% {
    margin-top: 0;
  }
}

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

  100% {
    margin-top: 0;
  }
}

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

  100% {
    margin-top: 0;
  }
}

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

  100% {
    margin-top: 0;
  }
}

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

  100% {
    margin-top: 0;
  }
}

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

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

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

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

@-webkit-keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

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

@keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 40px, 0);
  }

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

@keyframes tp-icon-bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

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

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

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

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

  51% {
    opacity: 1;
  }
}


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

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

.grey-bg-3 {
  background-color: var(--tp-grey-6);
}

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

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

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

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

.section-bg {
  background-color: var(--tp-grey-4);
}

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

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

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

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

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

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

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

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

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--tp-theme-primary);
  box-shadow: 0px 8px 16px rgba(254, 57, 42, 0.3);
  color: var(--tp-common-white);
  border-radius: 50%;
}

.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.6 Breadcrumb
/*----------------------------------------*/
.breadcrumb__plr {
  padding-top: 210px;
  padding-bottom: 160px;
}

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

.breadcrumb__shape {
  position: absolute;
  bottom: 0;
}

.breadcrumb__list span {
  font-size: 18px;
  font-style: italic;
  text-decoration: underline;
  color: var(--tp-common-white);
  margin-bottom: 20px;
}

.breadcrumb__title {
  font-weight: 700;
  font-size: 70px;
  line-height: 1.7;
  margin-bottom: 6px;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__title {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .breadcrumb__title {
    font-size: 30px;
  }
}

/*----------------------------------------*/
/*  2.7 Buttons
/*----------------------------------------*/
.tp-btn-primary {
  font-weight: 600;
  font-size: 18px;
  line-height: 2.1;
  display: inline-block;
  color: var(--tp-theme-primary);
  transition: 0.3s;
  margin-right: 40px;
}

.tp-btn-primary.theme-btn {
  color: var(--tp-common-white);
}

.tp-btn-primary span {
  position: relative;
}

.tp-btn-primary span::after {
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  content: "";
  background: var(--tp-common-white);
  opacity: 0;
  visibility: 0;
  transition: 0.5s;
}

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

.tp-btn-primary:hover span::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.tp-btn-primary:hover i {
  transform: rotate(0deg);
}

.tp-btn-primary i {
  display: inline-block;
  margin-left: 7px;
  transform: rotate(-30deg);
  transition: 0.3s;
}

.tp-btn-primary-sm {
  padding: 4px 24px;
}

.tp-btn-secondary {
  font-weight: 700;
  font-size: 14px;
  padding: 18px 52px;
  letter-spacing: 0.15em;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}

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

.tp-btn-secondary-sm {
  padding: 4px 24px;
}

.tp-btn-third {
  font-size: 21px;
  color: var(--tp-theme-pruple);
  transition: 0.3s;
}

.tp-btn-third:hover {
  color: var(--tp-theme-primary);
}

.tp-btn__circle-arrow {
  display: block;
  line-height: 0;
  transform: translateY(-58px);
}

.tp-btn__blog-1 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-btn__blog-1 span {
  position: relative;
  display: inline-block;
  margin-left: 16px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-btn__blog-1 span::before {
  position: absolute;
  width: 30px;
  height: 30px;
  right: -13px;
  top: -3px;
  content: "";
  border-radius: 50%;
  border: 1px solid var(--tp-theme-primary);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  z-index: -1;
}

.tp-btn__blog-1:hover {
  color: var(--tp-theme-primary);
}

.tp-btn__blog-1:hover span {
  margin-left: 20px;
}

.tp-btn__blog-1:hover span::before {
  border: 1px solid var(--tp-common-white);
}

/* offcanvas btn */
.tp-btn-offcanvas {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
  text-align: center;
  font-family: var(--tp-ff-space);
  padding: 9px 22px;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

.tp-btn-offcanvas i {
  padding-left: 5px;
}

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

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

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

.tp-icon-style {
  --qode-hover-move-x: 110%;
  --qode-hover-move-y: 100%;
  color: var(--tp-theme-primary);
  stroke-width: 2;
  fill: none;
}

.tp-icon-style:hover {
  color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  2.8 Cursor Style
/*----------------------------------------*/
.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 190px;
  height: 190px;
  border: 2px solid #000;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
  color: var(--tp-common-black);
  opacity: 0;
  text-transform: capitalize;
  letter-spacing: -0.04em;
  font-size: 18px;
}

.cursor-inner span&gt;span {
  margin-top: 11px;
  display: inline-block;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.mouseCursor.cursor-big {
  background: var(--tp-theme-primary);
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
  width: 190px;
  height: 190px;
  display: inline-block;
  color: var(--tp-common-black);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cursor-4.cursor-big {
  background: none;
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.tp-cursor-point-area {
  cursor: none;
}

.cursor-inner.cursor-big {
  overflow: hidden;
}

.cursor-inner.cursor-big .inner-text-2 {
  display: none;
  background: none;
}

.cursor-inner.cursor-big .inner-text-2 span {
  color: var(--tp-theme-primary);
}

.cursor-inner.cursor-big .inner-text-1 {
  display: inline-block;
}

.cursor-inner.cursor-big.active {
  overflow: hidden;
  background: none;
  width: 100px;
  height: 100px;
}

.cursor-inner.cursor-big.active .inner-text-2,
.cursor-inner.cursor-big.active .inner-text-3,
.cursor-inner.cursor-big.active .inner-text-4 {
  display: inline-block;
  background: none;
}

.cursor-inner.cursor-big.active .inner-text-1 {
  display: none;
}

/*----------------------------------------*/
/*  2.9 Hover Animation
/*----------------------------------------*/
.tp-hover__reveal-item {
  position: relative;
}

.tp-hover__reveal-item:hover .tp-hover__reveal-bg {
  opacity: 1;
}

.tp-hover__reveal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 305px;
  height: 395px;
  opacity: 0;
  margin: -150px 0 0 -150px;
  overflow: hidden;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 5;
}

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

.tp-hover__widget .active-bg {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  transition: all 0.5s ease;
  background: rgba(255, 255, 255, 0.1);
  z-index: -1;
}

.tp-hover__btn {
  font-weight: 700;
  font-size: 16px;
  width: 213px;
  height: 213px;
  line-height: 178px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  backdrop-filter: blur(80px);
  color: var(--tp-common-white);
  border: 1px solid var(--tp-common-white);
}

.tp-hover__btn-wrap {
  display: inline-block;
}

/*----------------------------------------*/
/*  2.10 Offcanvas
/*----------------------------------------*/
.tp-offcanvas__area {
  position: fixed;
  left: auto;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -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));
  background: #000 none repeat scroll 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-offcanvas__area {
    right: 0;
    left: auto;
    -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));
  }
}

.tp-offcanvas__area::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.tp-offcanvas__area.offcanvas-opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

@media (max-width: 575px) {
  .tp-offcanvas__area {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-offcanvas__top {
    margin-bottom: 30px;
  }
}

.tp-offcanvas__circle-1 span {
  height: 400px;
  width: 400px;
  border-radius: 400px;
  background: rgba(255, 82, 28, 0.3);
  filter: blur(150px);
  display: inline-block;
  position: absolute;
  top: -40px;
  left: -240px;
  z-index: -1;
}

.tp-offcanvas__circle-2 span {
  height: 600px;
  width: 600px;
  border-radius: 600px;
  background: rgba(37, 37, 37, 0.6);
  filter: blur(190px);
  display: inline-block;
  position: absolute;
  bottom: -270px;
  right: -410px;
  z-index: -1;
}

.tp-offcanvas__wrapper {
  position: relative;
  padding: 40px;
  z-index: 1;
  min-height: 100%;
}

@media (max-width: 575px) {
  .tp-offcanvas__wrapper {
    padding: 20px;
  }
}

.tp-offcanvas__wrapper .tp-theme-toggle {
  top: 21px;
  left: 240px;
  transform: rotate(-270deg);
}

@media (max-width: 575px) {
  .tp-offcanvas__wrapper .tp-theme-toggle {
    top: 4px;
    left: 215px;
  }
}

.tp-offcanvas__close {
  position: absolute;
  top: 40px;
  right: 30px;
}

@media (max-width: 575px) {
  .tp-offcanvas__close {
    right: 20px;
    top: 20px;
  }
}

.tp-offcanvas__close-btn {
  display: inline-block;
  font-size: 16px;
  height: 44px;
  width: 44px;
  line-height: 40px;
  color: var(--tp-common-white);
  background-color: #151515;
  border-radius: 50%;
}

.tp-offcanvas__close-btn svg {
  transition: all 0.3s ease-in-out;
}

.tp-offcanvas__close-btn:hover {
  background-color: var(--tp-theme-primary);
}

.tp-offcanvas__close-btn:hover svg {
  transform: rotate(45deg);
}

.tp-offcanvas__close-btn svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.tp-offcanvas__inner h4 {
  font-size: 24px;
  color: var(--tp-common-white);
  line-height: 1.3;
  margin-bottom: 15px;
}

.tp-offcanvas__inner p {
  font-size: 16px;
  line-height: 22px;
  color: var(--tp-common-white);
  margin-bottom: 30px;
}

.tp-offcanvas__inner&gt;img {
  margin-bottom: 30px;
}

.tp-offcanvas__menu ul li {
  list-style: none;
  margin-bottom: 10px;
}

.tp-offcanvas__menu ul li:last-child {
  margin-bottom: 0;
}

.tp-offcanvas__menu ul li a {
  font-weight: 700;
  font-size: 20px;
  color: var(--tp-common-black);
}

.tp-offcanvas__menu ul li:hover&gt;a {
  color: var(--tp-theme-primary);
}

.tp-offcanvas__contact {
  margin-bottom: 30px;
}

.tp-offcanvas__contact-content {
  margin-bottom: 10px;
}

.tp-offcanvas__contact-content-icon i {
  color: var(--tp-theme-primary);
  margin-right: 10px;
}

.tp-offcanvas__contact-content-content a {
  font-size: 16px;
  color: var(--tp-common-white);
}

.tp-offcanvas__social {
  margin-bottom: 22px;
  padding-bottom: 40px;
}

.tp-offcanvas__social .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: transparent;
  color: var(--tp-common-white);
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
}

.tp-offcanvas__social .icon.facebook {
  background-color: #4661c5;
}

.tp-offcanvas__social .icon.twitter {
  background-color: #4ccef9;
}

.tp-offcanvas__social .icon.youtube {
  background-color: #ff0000;
}

.tp-offcanvas__social .icon.linkedin {
  background-color: #0072b1;
}

.tp-offcanvas__social .icon:hover {
  transform: translateY(-8px);
}

.tp-offcanvas__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--tp-theme-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-offcanvas__popup {
    display: none;
  }
}

.tp-offcanvas__popup p {
  margin-bottom: 20px;
  color: var(--tp-common-white);
}

.tp-offcanvas__popup-gallery {
  margin-bottom: 30px;
}

.tp-offcanvas__popup-gallery a {
  margin: 5px 3px;
  display: inline-block;
}

.tp-offcanvas__popup-gallery a img {
  height: 100px;
  max-width: 100px;
  object-fit: cover;
}

.tp-offcanvas__info-item {
  margin-bottom: 38px;
}

.tp-offcanvas__info-item-title {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 12px;
}

.tp-offcanvas__info-item p {
  font-size: 16px;
  color: var(--tp-text-16);
  margin-bottom: 0;
  line-height: 22px;
}

.tp-offcanvas__info-item p a:hover {
  color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  2.11 Pagination
/*----------------------------------------*/
.tp-pagination__dots {
  text-align: center;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

.tp-pagination__dots .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 50%;
  opacity: 1;
  transition: 0.3s;
  position: relative;
  margin: 40px 0px;
  background-color: #D9D9D9;
}

.tp-pagination__dots .swiper-pagination-bullet::after {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  content: "";
  border-radius: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
  border: 1px solid var(--tp-theme-primary);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

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

.tp-pagination__dots .swiper-pagination-bullet-active.swiper-pagination-bullet::after {
  opacity: 1;
  visibility: visible;
}

.basic-pagination nav ul li {
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 575px) {
  .basic-pagination nav ul li {
    margin-right: 6px;
  }
}

.basic-pagination nav ul li a {
  width: 56px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: #221F1F;
  border: 1px solid rgba(237, 237, 237, 0.13);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.basic-pagination nav ul li a i {
  font-size: 17px;
}

.basic-pagination nav ul li a:hover {
  border: 1px solid var(--tp-theme-primary);
  background-color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}

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

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #loading-center-absolute {
    width: 40%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #loading-center-absolute {
    width: 40%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #loading-center-absolute {
    width: 45%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  #loading-center-absolute {
    width: 50%;
  }
}

@media (max-width: 575px) {
  #loading-center-absolute {
    width: 90%;
  }
}

#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}

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

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tp-preloader-logo {
  width: 180px;
  height: 180px;
  line-height: 180px;
  position: relative;
  text-align: center;
  margin: auto;
}

.tp-preloader-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tp-preloader-circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: tp-rotate 5s linear infinite;
  -moz-animation: tp-rotate 5s linear infinite;
  -ms-animation: tp-rotate 5s linear infinite;
  -o-animation: tp-rotate 5s linear infinite;
  animation: tp-rotate 5s linear infinite;
}

.tp-preloader-circle svg circle:last-child {
  stroke: var(--tp-theme-primary);
  stroke-dashoffset: 0;
  stroke-dasharray: 1128, 3150;
  -webkit-animation: tp-loading 4s linear infinite;
  -moz-animation: tp-loading 4s linear infinite;
  -ms-animation: tp-loading 4s linear infinite;
  -o-animation: tp-loading 4s linear infinite;
  animation: tp-loading 4s linear infinite;
  transform-origin: center center;
}

@-webkit-keyframes tp-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }

  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}

@-moz-keyframes tp-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }

  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}

@-ms-keyframes tp-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }

  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}

@keyframes tp-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }

  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}

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

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

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

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

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

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

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

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

.tp-preloader-content {
  text-align: center;
}

.tp-preloader-title {
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0px;
}

@media (max-width: 575px) {
  .tp-preloader-title {
    font-size: 70px;
  }
}

.tp-preloader-subtitle {
  font-size: 16px;
  margin-bottom: 0;
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/
.tp-section-title {
  position: relative;
  font-size: 60px;
  font-weight: 600;
  color: var(--tp-common-white);
  z-index: 1;
}

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

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

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

.tp-section-title span {
  font-weight: 300;
}

.tp-section-title-pre {
  position: relative;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.9;
  font-style: italic;
  color: var(--tp-theme-primary);
  display: inline-block;
  border-bottom: 1px solid var(--tp-border-primary);
}

.tp-section-title-pre::after {
  position: absolute;
  width: 1px;
  height: 42px;
  top: 52px;
  right: 0;
  content: "";
  background-color: #353434;
}

.tp-section-title-pre.pruple {
  font-weight: 600;
  font-style: normal;
  color: var(--tp-theme-pruple);
  border-bottom: 1px solid rgba(204, 204, 204, 0.4);
  margin-bottom: 15px;
}

.tp-section-title-pre.pruple::after {
  display: none;
}

.tp-section-title-pre.pruple-2 {
  font-weight: 600;
  font-style: normal;
  color: var(--tp-theme-pruple);
  border-bottom: 1px solid rgba(204, 204, 204, 0.4);
}

.tp-section-title-pre.pruple-2::after {
  background: rgba(204, 204, 204, 0.4);
}

.tp-section-title-2 {
  position: relative;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.5;
  color: var(--tp-common-white);
  z-index: 5;
}

@media (max-width: 575px) {
  .tp-section-title-2 {
    font-size: 26px;
  }
}

.tp-section-title-2 span {
  font-weight: 400;
  scale: 0.7;
}

.tp-section-title-2-pre {
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  color: var(--tp-theme-primary);
}

.tp-section-title-2-shape {
  position: absolute;
  bottom: -3px !important;
  left: 10px !important;
  color: var(--tp-theme-primary);
  z-index: -1;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-section-title-2-shape {
    display: none;
  }
}

.tp-theme-text {
  display: inline-block;
  color: var(--tp-theme-primary);
}

.tp-title__hov {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 0% 1px, 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  background-position: 100% 100%, 0 93%;
  display: inline;
}

.tp-title__hov:hover {
  background-size: 0 1px, 100% 1px;
}

.tp-title__hov.black-hove {
  background-image: linear-gradient(#000000, #000000), linear-gradient(#000000, #000000);
}

/*----------------------------------------*/
/*  2.16 Custom Animation
/*----------------------------------------*/

@keyframes avtrix_clip_right {
  from {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }

  to {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}

@keyframes avtrix_clip_left {
  from {
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
  }

  to {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}

@keyframes avtrix_clip_down {
  from {
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
  }

  to {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}

@keyframes avtrix_clip_up {
  from {
    clip-path: inset(100% 0 0 0);
    -webkit-clip-path: inset(100% 0 0 0);
  }

  to {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}

.avtrix_clip_right {
  animation-name: avtrix_clip_right;
}

.avtrix_clip_left {
  animation-name: avtrix_clip_left;
}

.avtrix_clip_down {
  animation-name: avtrix_clip_down;
}

.avtrix_clip_up {
  animation-name: avtrix_clip_up;
}

/*----------------------------------------*/
/*  2.12 Search
/*----------------------------------------*/
.tp-search-area {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: var(--tp-theme-pruple);
  padding: 40px 15px;
  visibility: visible;
  opacity: 0;
  transform: translateY(-120%);
}

.tp-search-area.opened {
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}

.tp-search__top {
  margin-bottom: 80px;
}

.tp-search__input {
  position: relative;
}

.tp-search__input button {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
}

.tp-search__input button:hover {
  color: var(--tp-theme-primary);
}

.tp-search__category span {
  color: var(--tp-common-black);
}

.tp-search__category a:hover {
  color: var(--tp-theme-primary);
}

.tp-search__close-btn {
  border-radius: 50%;
  background: #ECECEC;
  border: 9px solid transparent;
  color: var(--tp-common-black);
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.tp-search__close-btn::after,
.tp-search__close-btn::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 90%;
  top: 46%;
  left: 1px;
  transform-origin: 50% 50%;
  background-color: var(--tp-common-black);
  opacity: 1;
  -moz-transition: -moz-transform ease 0.25s;
  -webkit-transition: -webkit-transform ease 0.25s;
  -o-transition: -o-transform ease 0.25s;
  -ms-transition: -ms-transform ease 0.25s;
  transition: transform ease 0.25s;
}

.tp-search__close-btn::before {
  transform: rotate(45deg);
}

.tp-search__close-btn::after {
  transform: rotate(-45deg);
}

.tp-search__close-btn:hover::before {
  transform: rotate(-45deg);
}

.tp-search__close-btn:hover::after {
  transform: rotate(45deg);
}

.tp-search__style-blur {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.tp-search__style-blur .tp-search-input input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--tp-common-white);
}

.tp-search__style-blur .tp-search-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.3);
}

.tp-search__style-blur .tp-search-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.3);
}

.tp-search__style-blur .tp-search-input input:-moz-placeholder {
  /* Firefox 4-18 */
  color: rgba(255, 255, 255, 0.3);
}

.tp-search__style-blur .tp-search-input input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: rgba(255, 255, 255, 0.3);
}

.tp-search__style-blur .tp-search-input input::placeholder {
  /* MODERN BROWSER */
  color: rgba(255, 255, 255, 0.3);
}

.tp-search__style-blur .tp-search-input input:focus {
  border-color: rgba(255, 255, 255, 0.5);
}

.tp-search__style-blur .tp-search-input button {
  color: var(--tp-common-white);
  opacity: 0.6;
}

.tp-search__style-blur .tp-search-input button:hover {
  opacity: 1;
}

.tp-search__style-blur .tp-search-category span {
  color: rgba(255, 255, 255, 0.7);
}

.tp-search__style-blur .tp-search-category a {
  color: rgba(255, 255, 255, 0.7);
}

.tp-search__style-blur .tp-search-category a:hover {
  color: var(--tp-common-white);
}

.tp-search__style-blur .tp-search-close-btn {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
}

.tp-search__style-blur .tp-search-close-btn::after,
.tp-search__style-blur .tp-search-close-btn::before {
  background-color: rgba(255, 255, 255, 0.7);
}

.tp-search__style-blur .tp-search-close-btn:hover::after,
.tp-search__style-blur .tp-search-close-btn:hover::before {
  background-color: white;
}

.tp-search__style-secondary .tp-search-input button:hover {
  color: var(--tp-theme-secondary);
}

.tp-search__style-secondary .tp-search-category a:hover {
  color: var(--tp-theme-secondary);
}

.tp-search__style-brown .tp-search-input button:hover {
  color: var(--tp-theme-brown);
}

.tp-search__style-brown .tp-search-category a:hover {
  color: var(--tp-theme-brown);
}

.tp-search__style-green .tp-search-input input {
  border-radius: 30px;
}

.tp-search__style-green .tp-search-input button:hover {
  color: var(--tp-theme-green);
}

.tp-search__style-green .tp-search-category a:hover {
  color: var(--tp-theme-green);
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.tp-header__transparent {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  margin: auto;
  background: transparent;
}

.tp-header__border {
  border-bottom: 1px solid #1d1d1d;
}

.tp-header__action ul {
  list-style: none;
}

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

.tp-header__search-btn {
  color: var(--tp-common-white);
  padding-right: 32px;
  transition: 0.3s;
}

.tp-header__search-btn:hover {
  color: var(--tp-orange-1);
}

@media (max-width: 575px) {
  .tp-header__search-btn {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-header__search-btn {
    display: block;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header__style-1 {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (max-width: 575px) {
  .tp-header__style-1 {
    padding: 10px 30px 10px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-header__style-1 {
    padding: 15px 35px 15px 35px;
  }
}

.header-sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  background: var(--tp-common-black);
  box-shadow: 0px 20px 40px rgba(37, 9, 62, 0.1);
  animation: 0.95s ease 0s normal forwards 1 running headerSlideUp;
  z-index: 899;
  transition: transform 500ms ease, visibility 500ms ease;
}

.header-sticky .tp-main__menu ul li&gt;a {
  padding: 22px 0;
}

/*----------------------------------------*/
/*  3.2 Header Style 2
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header__style-2 {
    padding-right: 80px;
    padding-left: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header__style-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-header__style-2 {
    padding: 15px 30px;
  }
}

@media (max-width: 575px) {
  .tp-header__style-2 {
    padding: 15px;
  }
}

.tp-header__style-2 .tp-header__menu-btn {
  font-size: 18px;
  font-weight: 600;
  color: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-header__style-2 .tp-header__menu-btn:hover {
  color: var(--tp-theme-primary);
}

.tp-header__style-2 .tp-header__menu-btn:hover span {
  color: var(--tp-common-white);
  border: 1px solid var(--tp-theme-primary);
}

.tp-header__style-2 .tp-header__menu-btn span {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #202020;
  margin-left: 8px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-header__style-2 .tp-main__menu ul li&gt;a {
  padding: 34px 0;
}

.tp-header__style-2.tp-header__border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

/*----------------------------------------*/
/*  3.3 Header Style 3
/*----------------------------------------*/
.tp-header__style-3 {
  margin-top: 46px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header__style-3 {
    padding-left: 33px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-header__style-3 {
    padding-left: 0px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header__style-3 .tp-main__menu ul li {
    margin: 0 25px;
  }
}

.tp-header__style-3 .tp-main__menu ul li&gt;a {
  padding: 34px 0;
}

.tp-header__style-3 .tp-header__right-search {
  margin-right: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-header__style-3 .tp-header__right-search {
    margin-right: 0;
  }
}

.tp-header__3-plr {
  position: relative;
  padding-left: 170px;
  padding-right: 220px;
  padding-top: 13px;
  padding-bottom: 13px;
  background: var(--tp-common-black);
  z-index: 9;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header__3-plr {
    padding-left: 50px;
    padding-right: 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) {
  .tp-header__3-plr {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 575px) {
  .tp-header__3-plr {
    display: none;
  }
}

.tp-header__3-top-info a {
  color: #bababa;
  font-size: 15px;
  font-weight: 500;
  margin-right: 38px;
  transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header__3-top-info a:last-child {
    display: none;
  }
}

.tp-header__3-top-info a span {
  transition: 0.3s;
}

.tp-header__3-top-info a:hover span {
  color: var(--tp-theme-primary);
}

.tp-header__3-top-info a b {
  margin-right: 6px;
  color: var(--tp-theme-primary);
}

.tp-header__3-menu a {
  font-size: 14px;
  display: inline-block;
  margin-left: 22px;
  transition: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header__3-menu a {
    margin-left: 15px;
  }
}

.tp-header__3-menu a:hover {
  color: var(--tp-theme-primary);
}

.tp-header__3-social {
  margin-left: 28px;
}

.tp-header__3-social a {
  margin-left: 20px;
  transition: 0.3s;
}

.tp-header__3-social a:hover {
  color: var(--tp-theme-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header__3-shop {
    left: -40px;
  }
}

.tp-header__3-shop::after {
  position: absolute;
  width: 1px;
  height: 89px;
  background: #272727;
  content: "";
  top: -29px;
  left: -55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header__3-shop::after {
    left: -30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header__3-shop::after {
    height: 72px;
    top: -20px;
    left: -30px;
  }
}

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

.tp-header__3-shop-quantity {
  position: absolute;
  top: -20px;
  right: -8px;
  color: var(--tp-theme-primary);
  font-size: 16px;
}

.tp-header__3-bar {
  padding: 26px 57px 26px 10px;
  margin-left: 45px;
  background: var(--tp-theme-primary);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header__3-bar {
    padding: 26px 15px 26px 5px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header__3-bar {
    padding: 25px 20px 26px 20px;
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header__3-bar {
    padding: 20px 30px 15px 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-header__3-bar {
    padding: 15px 30px 15px 0;
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .tp-header__3-bar {
    padding: 10px 0 10px 0;
    margin-left: -30px;
    padding-right: 20px;
  }
}

.tp-header__3-menu-btn {
  font-size: 18px;
  color: var(--tp-common-black);
  margin-left: 44px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header__3-menu-btn {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .tp-header__3-menu-btn {
    margin-left: 20px;
  }
}

.tp-header__3-menu-btn span {
  width: 42px;
  height: 42px;
  font-size: 10px;
  line-height: 42px;
  display: inline-block;
  color: var(--tp-common-black-2);
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-left: 6px;
  border-radius: 50%;
}

.tp-header__3-menu-btn span i {
  font-size: 13px;
}

/*----------------------------------------*/
/*  3.4 Header Style 4
/*----------------------------------------*/
.tp-header__4-shop a span {
  color: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-header__4-shop a:hover span {
  color: var(--tp-theme-primary);
}

.tp-header__style-4 {
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 100px;
  padding-right: 160px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header__style-4 {
    padding-right: 70px;
    padding-left: 70px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header__style-4 {
    padding-right: 50px;
    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),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-header__style-4 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-header__style-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 575px) {
  .tp-header__style-4 {
    padding-right: 0;
    padding-left: 0;
  }
}

.tp-header__style-4 .tp-header__search-btn {
  margin-left: 45px;
}

.tp-header__style-4 .tp-header__search-btn span {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-header__style-4 .tp-header__search-btn:hover span {
  color: var(--tp-theme-primary);
}

.tp-header__style-4 .tp-header__burs-btn span {
  color: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-header__style-4 .tp-header__burs-btn:hover span {
  color: var(--tp-theme-primary);
}

.tp-header__style-4 .tp-main__menu {
  border: 1px solid #5b5496;
  border-radius: 30px;
}

.tp-header__style-4 .tp-main__menu ul&gt;li&gt;.tp-submenu {
  border-top: 2px solid var(--tp-theme-pruple);
}

.tp-header__style-4 .tp-main__menu ul&gt;li&gt;a {
  padding: 15px 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header__style-4 .tp-main__4-menu ul li {
    margin: 0 25px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header__style-4 .tp-main__4-menu ul li {
    margin: 0 18px;
  }
}

/*----------------------------------------*/
/*  3.5 Header Style 5
/*----------------------------------------*/
.tp-header__style-5 .tp-main__menu {
  display: flex;
  justify-content: center;
}

@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__style-5 .tp-main__menu {
    display: flex;
    justify-content: left;
  }
}

.tp-header__style-5 .tp-main__menu ul li {
  margin: 0 45px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header__style-5 .tp-main__menu ul li {
    margin: 0 40px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header__style-5 .tp-main__menu ul li {
    margin: 0 35px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header__style-5 .tp-main__menu ul li {
    margin: 0 20px;
  }
}

.tp-header__style-5 .tp-main__menu ul li .has-homemenu {
  left: -110px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header__style-5 .tp-main__menu ul li .has-homemenu {
    left: -150px;
    width: 970px;
  }
}

.tp-header__style-5 .tp-main__menu ul li&gt;a {
  font-weight: 600;
  color: var(--tp-common-black);
}

.tp-header__style-5 .tp-main__menu ul li .tp-submenu li a {
  color: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-header__style-5 .tp-main__menu ul li .tp-submenu li a:hover {
  color: var(--tp-theme-primary);
}

.tp-header__style-5.tp-header__plr {
  padding-right: 85px;
  padding-left: 70px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header__style-5.tp-header__plr {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header__style-5.tp-header__plr {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header__style-5.tp-header__plr {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-header__style-5.tp-header__plr {
    padding: 10px 30px;
  }
}

.tp-header__style-5.tp-header__border {
  border-bottom: 1px solid #cbcbcb;
}

.tp-header__style-5 .tp-header__menu-btn span {
  font-size: 22px;
  color: var(--tp-common-black);
}

.tp-header__style-5 .tp-hero__action-btn-2 {
  font-size: 15px;
  padding: 18px 41px;
}

.tp-header__style-5.header-sticky {
  background: var(--tp-common-white);
}

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

.tp-header__style-6 .tp-main__menu ul li&gt;a {
  position: relative;
  font-size: 16px;
  padding: 38px 0;
  display: block;
  transition: 0.3s;
  color: var(--tp-common-black);
  text-transform: capitalize;

}

.tp-header__style-6 .tp-header__search-btn {
  color: var(--tp-common-black);
  padding-right: 32px;
  transition: 0.3s;
}

.tp-header__style-6.tp-header__border {
  border-bottom: 1px solid #eaeaef;
}

.tp-header__style-6 .tp-main__menu ul li .tp-submenu li a {
  color: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-header__style-6 .tp-main__menu ul li .tp-submenu li a:hover {
  color: var(--tp-theme-primary);
}

.tp-header__style-6.header-sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  background: var(--tp-common-white);
  box-shadow: 0px 20px 40px rgba(37, 9, 62, 0.1);
  animation: 0.95s ease 0s normal forwards 1 running headerSlideUp;
  z-index: 899;
  transition: transform 500ms ease, visibility 500ms ease;
}

.tp-header__style-6.header-sticky.tp-header__border {
  border-bottom: 1px solid transparent;
}


/* @media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header__style-6 .tp-main__menu ul li {
    margin: 0 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header__style-6 .tp-main__menu ul li {
    margin: 0 10px;
  }

} */

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header__style-6 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .tp-header__style-6 .tp-main__menu ul li {
    margin: 0 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-header__style-6 {
    padding: 15px 35px 15px 35px;
  }
}

@media only screen and (max-width: 575px) {
  .tp-header__style-6 {
    padding: 15px 35px 15px 35px;
  }

}

/*----------------------------------------*/
/*  4.1 Menu css
/*----------------------------------------*/
.tp-main__menu ul {
  list-style: none;
}

.tp-main__menu ul li {
  position: relative;
  display: inline-block;
  margin: 0 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-main__menu ul li {
    margin: 0 20px;
  }
}

.tp-main__menu ul li::before {
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  left: -18px;
  content: "";
  border-radius: 50%;
  background: var(--tp-theme-primary);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-main__menu ul li .tp-submenu {
  position: absolute;
  top: 100%;
  left: -5px;
  width: 250px;
  z-index: 999;
  padding: 30px 40px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: scaleY(0);
  transform-origin: top center;
  text-align: start;
  background-color: #1c1c1c;
  border-top: 2px solid var(--tp-theme-primary);
}

.tp-main__menu ul li .tp-submenu&gt;li {
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  margin-bottom: 10px;
  display: block;
}

.tp-main__menu ul li .tp-submenu&gt;li a {
  padding: 0;
}

.tp-main__menu ul li .tp-submenu&gt;li::before {
  display: none;
}

.tp-main__menu ul li:hover .tp-submenu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.tp-main__menu ul li:hover::before {
  opacity: 1;
  visibility: visible;
  animation: tp-icon-bounce 0.8s ease-out infinite;
}

.tp-main__menu ul li&gt;a {
  position: relative;
  font-size: 16px;
  padding: 38px 0;
  display: block;
  transition: 0.3s;
  color: var(--tp-common-white);
  text-transform: capitalize;
}

.tp-main__menu ul li&gt;a:hover {
  color: var(--tp-theme-primary);
}

.tp-main__menu ul li&gt;a:hover::before {
  opacity: 1;
  visibility: visible;
}

.tp-main__menu ul li .has-homemenu {
  width: 1100px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}

.tp-main__menu ul li .has-homemenu .homemenu {
  padding: 0px 10px;
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-main__menu ul li .has-homemenu {
    left: -170px;
    width: 950px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-main__menu ul li .has-homemenu {
    left: -160px;
    width: 850px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-main__menu ul li .has-homemenu {
    left: -190px;
    width: 900px;
  }
}

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

.homemenu-btn {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.homemenu-title {
  position: relative;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 500;
  display: inline-block;
  color: var(--tp-common-white);
}

.homemenu-title:hover {
  color: var(--tp-theme-primary);
}

.homemenu-thumb {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.homemenu-thumb img {
  width: 100%;
}

.homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}

.tp-main-menu-mobile .tp-submenu {
  display: none;
}

.tp-main-menu-mobile .header-icon {
  display: none;
}

.tp-main-menu-mobile ul {
  position: static;
  display: block;
  box-shadow: none;
}

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

.tp-main-menu-mobile ul li:not(:last-child) a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.tp-main-menu-mobile ul li .tp-submenu .homemenu {
  padding: 0px 10px;
  position: relative;
  margin-bottom: 20px;
}

.tp-main-menu-mobile ul li.has-dropdown&gt;a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 21%;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  font-size: 18px;
  color: #7F8387;
  font-family: "Font Awesome 5 Pro";
  transition: all 0.3s ease-in-out;
  z-index: 1;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.tp-main-menu-mobile ul li.has-dropdown&gt;a .dropdown-toggle-btn i {
  transition: all 0.3s ease-in-out;
  margin-left: 2px;
}

.tp-main-menu-mobile ul li.has-dropdown&gt;a .dropdown-toggle-btn.dropdown-opened i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tp-main-menu-mobile ul li.has-dropdown&gt;a .dropdown-toggle-btn:hover {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.tp-main-menu-mobile ul li.has-dropdown&gt;a .dropdown-toggle-btn:hover i {
  color: var(--tp-common-white);
}

.tp-main-menu-mobile ul li.has-dropdown&gt;a.expanded {
  color: var(--tp-theme-1);
}

.tp-main-menu-mobile ul li.has-dropdown&gt;a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.tp-main-menu-mobile ul li.has-dropdown&gt;a.expanded .dropdown-toggle-btn.dropdown-opened i {
  color: var(--tp-common-white);
}

.tp-main-menu-mobile ul li.has-dropdown:hover&gt;a::after {
  color: var(--tp-theme-green);
}

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

.tp-main-menu-mobile ul li&gt;a {
  display: block;
  font-size: 16px;
  color: var(--tp-common-white);
  position: relative;
  padding: 10px 0;
  padding-right: 20px;
}

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

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

.tp-main-menu-mobile ul li&gt;a .menu-text {
  font-size: 16px;
  line-height: 11px;
  border-bottom: 1px solid #EAEBED;
  width: 82%;
  display: inline-block;
  padding: 19px 0 17px;
}

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

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

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

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

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

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

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

.tp-main-menu-mobile ul li:hover&gt;a {
  color: var(--tp-theme-1);
}

.tp-main-menu-mobile ul li:hover&gt;a::after {
  color: var(--tp-theme-1);
}

.tp-main-menu-mobile ul li:hover&gt;a .dropdown-toggle-btn i {
  color: var(--tp-theme-1);
}

.tp-main-menu-mobile ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.tp-main-menu-mobile ul li .mega-menu,
.tp-main-menu-mobile ul li .submenu {
  position: static;
  min-width: 100%;
  padding: 0;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
}

.tp-main-menu-mobile ul li .mega-menu li,
.tp-main-menu-mobile ul li .submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}

.tp-main-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn,
.tp-main-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn {
  color: var(--tp-theme-1);
}

.tp-main-menu-mobile .tp-main-menu-content ul li:not(:last-child) .home-menu-title a {
  border-bottom: none;
}

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

.tp-onepage-menu li a span {
  display: block;
}

/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/
.postbox__comment-input .inputText {
  font-size: 16px;
  padding: 0px 24px;
  width: 100%;
  height: 65px;
  outline: 0;
  border: 1px transparent;
  line-height: 1;
  color: var(--tp-theme-primary);
  background-color: var(--tp-common-black);
  transition: 0.3s;
}

.postbox__comment-input .inputText::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-white);
}

.postbox__comment-input .inputText:focus {
  border: 1px solid rgba(255, 82, 28, 0.2);
}

.postbox__comment-input .textareaText {
  font-size: 16px;
  width: 100%;
  height: 210px;
  border: 1px transparent;
  resize: none;
  padding: 40px 24px;
  color: var(--tp-theme-primary);
  background-color: var(--tp-common-black);
  margin-bottom: 20px;
}

.postbox__comment-input .textareaText::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-white);
}

.postbox__comment-input .textareaText:focus {
  border: 1px solid rgba(255, 82, 28, 0.2);
}

.postbox__2-comment-input input {
  font-size: 16px;
  font-weight: 500;
  padding-left: 0;
  border: 0;
  border-bottom: 1px solid #D2CDCC;
  background: none;
}

.postbox__2-comment-input input::placeholder {
  color: var(--tp-common-black);
}

.postbox__2-comment-input textarea {
  font-size: 16px;
  font-weight: 500;
  padding-left: 0;
  border: 0;
  border-bottom: 1px solid #D2CDCC;
  background: none;
  resize: none;
  overflow: hidden;
}

.postbox__2-comment-input textarea::placeholder {
  color: var(--tp-common-black);
}

.postbox__2-comment-input textarea:focus {
  border-bottom: 1px solid var(--tp-common-black);
}

.postbox__2-form-check .form-check-input {
  margin-top: 7px;
  margin-right: 10px;
}

.postbox__2-form-check .form-check-input:focus {
  outline: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border-color: inherit;
}

.postbox__2-form-check .form-check-label {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  cursor: pointer;
}

.postbox__thumb a img {
  width: 100%;
}

.postbox-details__navigation-icon {
  margin-bottom: 5px;
}

.postbox-details__navigation-icon a {
  font-weight: 400;
  font-size: 16px;
  color: #696969;
}

.postbox-details__navigation-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-decoration: underline;
  color: var(--tp-common-white);
}

.postbox-details__navigation-patern span {
  color: var(--tp-theme-primary);
}

.postbox__item {
  margin-bottom: 54px;
}

.postbox__date {
  position: absolute;
  top: 16px;
  left: 17px;
  padding: 13px 22px;
  border-radius: 5px;
  background-color: var(--tp-theme-primary);
}

.postbox__date span {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.1;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
}

.postbox__meta-title {
  position: relative;
  font-size: 15px;
  display: inline-block;
  color: var(--tp-common-white);
  margin-right: 40px;
}

.postbox__meta-title::before {
  position: absolute;
  width: 10px;
  height: 1px;
  top: 50%;
  left: -15px;
  transform: translate(-50%);
  content: "";
  background: #676a7d;
}

.postbox__meta-title:first-child::before {
  display: none;
}

.postbox__meta-title:last-child {
  margin-right: 0;
}

.postbox__meta-title span {
  margin-right: 10px;
  font-size: 16px;
  color: var(--tp-theme-primary);
  margin-bottom: 0;
}

.postbox__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.3;
  color: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.postbox__title:hover {
  color: var(--tp-theme-primary);
}

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

@media (max-width: 575px) {
  .postbox__title {
    font-size: 25px;
  }
}

.postbox__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  margin-right: 102px;
}

.postbox__list-title {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 60px;
  color: var(--tp-common-white);
}

.postbox__list-wrapper ul li {
  position: relative;
  font-size: 16px;
  list-style: none;
  padding-left: 50px;
  color: var(--tp-common-white);
  margin-bottom: 20px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.postbox__list-wrapper ul li:hover span {
  background-color: var(--tp-theme-primary);
}

.postbox__list-wrapper ul li span {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #1A1A1D;
}

.postbox__list-qoute {
  font-style: italic;
  font-weight: 500;
  color: #DDDDDD;
}

.postbox__list-thumb img {
  width: 100%;
}

.postbox__wrapper p {
  font-size: 18px;
  line-height: 1.6;
  margin-right: 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),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .postbox__wrapper p {
    margin-right: 0;
  }
}

.postbox__social span {
  font-size: 20px;
  margin-right: 21px;
  color: var(--tp-common-white);
}

.postbox__social a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  background: #1A1A1D;
  color: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__social a {
    margin-right: 5px;
  }
}

.postbox__social a:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}

.postbox__share {
  border-bottom: 1px solid #131621;
  padding-bottom: 36px;
}

.postbox__details-author-box {
  padding: 55px 30px 50px 33px;
  background: #151414;
  border-radius: 5px;
}

.postbox__details-author-thumb {
  margin-right: 29px;
}

.postbox__details-author-thumb img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.29);
}

.postbox__details-author-quote {
  position: absolute;
  top: 35px;
  right: 60px;
}

.postbox__details-author-quote span {
  color: var(--tp-theme-primary);
}

.postbox__details-author-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--tp-common-white);
}

.postbox__details-author-designation {
  font-size: 16px;
  margin-bottom: 15px;
  display: inline-block;
  color: var(--tp-common-white);
}

.postbox__details-author-text p {
  line-height: 1.9;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox__details-author-text p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__details-author-text p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__details-author-text p {
    font-size: 15px;
  }
}

.postbox__review-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  5.2 Recent Post css
/*----------------------------------------*/
.rc__post {
  margin-bottom: 30px;
}

.rc__post:last-child {
  margin-bottom: 0;
}

.rc__post-thumb {
  margin-right: 24px;
}

.rc__post-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  display: inline-block;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 575px) {
  .rc__post-title {
    font-size: 14px;
  }
}

.rc__meta i {
  font-size: 14px;
  margin-right: 8px;
  color: var(--tp-theme-primary);
}

.rc__meta span {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.7;
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/
.sidebar__author {
  padding: 25px 0 0 0;
}

.sidebar__author-thumb {
  margin-bottom: 22px;
}

.sidebar__author-thumb img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.sidebar__author-title {
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  color: var(--tp-common-white);
}

.sidebar__author-desig {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 15px;
}

.sidebar__author-content p {
  font-size: 16px;
  line-height: 1.8;
  display: block;
  margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sidebar__author-content p {
    font-size: 14px;
  }
}

.sidebar__author-social a {
  width: 43px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  display: inline-block;
  border: 1px solid rgba(232, 232, 232, 0.15);
  margin-right: 13px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.sidebar__author-social a:last-child {
  margin-right: 0;
}

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

.sidebar__widget {
  padding: 39px 30px 45px 30px;
  background: #151414;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .sidebar__widget {
    padding: 39px 20px 45px 20px;
  }
}

.sidebar__widget-title {
  position: relative;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  display: inline-block;
  padding-left: 10px;
  color: var(--tp-common-white);
  margin-bottom: 25px;
}

.sidebar__widget-title::before {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 2px;
  height: 21px;
  content: "";
  background-color: var(--tp-theme-primary);
}

.sidebar__widget-content ul li {
  list-style: none;
}

.sidebar__widget-content ul li a {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  padding: 17px 21px;
  display: inline-block;
  background: #1C1C1C;
  margin-bottom: 21px;
  color: var(--tp-common-white);
  border-radius: 2px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.sidebar__widget-content ul li a span {
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
}

.sidebar__widget-content ul li a:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}

.sidebar__search-input {
  position: relative;
}

.sidebar__search-input input {
  border: 0;
  padding-right: 60px;
  color: var(--tp-common-white);
  background: rgba(255, 255, 255, 0.07);
}

.sidebar__search-input button {
  position: absolute;
  top: 50%;
  right: 28px;
  color: var(--tp-common-white);
  transform: translateY(-50%);
}

.tagcloud a {
  font-weight: 500;
  font-size: 14px;
  margin: 6px 3px;
  padding: 8px 24px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--tp-common-white);
  background: rgba(255, 255, 255, 0.08);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tagcloud a {
    padding: 8px 18px;
  }
}

@media (max-width: 575px) {
  .tagcloud a {
    padding: 8px 14px;
  }
}

.tagcloud a:hover {
  background-color: var(--tp-theme-primary);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tagcloud-sm {
    margin-bottom: 10px;
  }
}

.tagcloud-sm a {
  border: 1px solid rgba(246, 243, 238, 0.12);
  color: #83827F;
}

.tagcloud-sm a:hover {
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  5.4 Blog css
/*----------------------------------------*/
.tp-blog__title-box .tp-section-title span {
  color: var(--tp-theme-primary);
}

.tp-blog__action a span i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #181515;
  border-radius: 50%;
}

.tp-blog__item {
  position: relative;
  overflow: hidden;
  padding: 60px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.86);
  border: 1px dashed transparent;
  margin-bottom: 30px;
  transition: 0.3s;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-blog__item {
    padding: 30px;
  }
}

.tp-blog__item:hover {
  border: 1px dashed rgba(253, 253, 253, 0.16);
}

.tp-blog__item:hover .tp-btn-blog span {
  color: var(--tp-theme-primary);
}

.tp-blog__item:hover .tp-btn-blog b {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}

.tp-blog__item:hover .tp-blog__bg {
  opacity: 1;
  visibility: visible;
}

.tp-blog__item:hover .tp-blog__shape {
  opacity: 1;
  visibility: visible;
}

.tp-blog__item:hover .tp-blog__title::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.tp-blog__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.tp-blog__shape {
  position: absolute;
  top: -120%;
  right: -18%;
  width: 593px;
  height: 832px;
  background: linear-gradient(194deg, rgba(174, 33, 1, 0.56) 0%, #47150d 32.94%, rgba(57, 41, 37, 0) 56.49%);
  transform: rotate(18deg);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.tp-blog__thumb {
  margin-right: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog__thumb {
    margin-right: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-blog__thumb {
    margin-right: 30px;
  }
}

@media (max-width: 575px) {
  .tp-blog__thumb {
    margin-bottom: 20px;
  }
}

.tp-blog__thumb img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
}

.tp-blog__meta-box {
  margin-bottom: 15px;
}

.tp-blog__meta span {
  font-size: 16px;
  font-weight: 500;
}

.tp-blog__meta-date {
  padding: 0 12px;
  border-radius: 50px;
  margin-right: 23px;
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.tp-blog__title {
  position: relative;
  font-weight: 700;
  font-size: 29px;
  display: inline-block;
  line-height: 2;
  text-transform: capitalize;
  color: var(--tp-common-white);
  transition: 0.3s;
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog__title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-blog__title {
    font-size: 28px;
    line-height: 1.5;
  }
}

@media (max-width: 575px) {
  .tp-blog__title {
    font-size: 20px;
    line-height: 1.5;
  }
}

.tp-blog__title::before {
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 12px;
  content: "";
  background-color: var(--tp-common-white);
  transition: 0.5s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog__title::before {
    bottom: 6px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog__title::before {
    bottom: 8px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-blog__title::before {
    display: none;
  }
}

.tp-blog__button .tp-btn-blog {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.17em;
  text-align: center;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog__button .tp-btn-blog {
    margin-left: 128px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-blog__button .tp-btn-blog {
    margin-left: 115px;
  }
}

.tp-blog__button .tp-btn-blog span {
  margin-right: 10px;
  transition: 0.3s;
}

.tp-blog__button .tp-btn-blog b {
  opacity: 0;
  visibility: hidden;
  margin-left: -50px;
  color: var(--tp-theme-primary);
  transition: 0.3s;
}

.tp-blog__details .postbox__thumb a img {
  width: 100%;
}

.tp-blog__details .postbox__review-form {
  padding: 72px 48px;
  background: #151414;
}

.tp-blog__details .postbox__2-comment-input {
  border-bottom: 1px solid #212121;
}

.tp-blog__details .postbox__2-comment-input span {
  font-size: 19px;
  margin-right: 15px;
  color: var(--tp-common-white);
}

.tp-blog__details .postbox__2-comment-input input {
  font-size: 18px;
  border: 0;
  color: var(--tp-theme-primary);
}

.tp-blog__details .postbox__2-comment-input input::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: var(--tp-text-body);
}

.tp-blog__details .postbox__2-message {
  width: 100%;
}

.tp-blog__details .postbox__2-message textarea {
  border: 0;
  padding-top: 2px;
  padding-bottom: 110px;
  color: var(--tp-theme-primary);
}

.tp-blog__details .postbox__2-message textarea::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: var(--tp-text-body);
}

.tp-blog__details-blockquote {
  position: relative;
  padding: 38px 26px 16px 40px;
  background-color: #000;
}

.tp-blog__details-blockquote p {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8;
  margin-right: 60px;
  margin-bottom: 27px;
  display: inline-block;
  color: var(--tp-common-white);
}

@media (max-width: 575px) {
  .tp-blog__details-blockquote p {
    font-size: 16px;
    margin-right: 0;
  }
}

.tp-blog__details-blockquote .quote-icon {
  position: absolute;
  right: 40px;
  bottom: 30px;
  color: var(--tp-theme-primary);
}

.tp-blog__details-blockquote .blockquote-info {
  position: relative;
  font-size: 16px;
  padding-left: 30px;
  display: inline-block;
  color: var(--tp-common-white);
}

.tp-blog__details-blockquote .blockquote-info::before {
  position: absolute;
  width: 18px;
  height: 2px;
  top: 10px;
  left: 0;
  content: "";
  background-color: var(--tp-common-white);
}

.tp-blog__details .tp-contact__action button {
  border-radius: 0;
  background-color: var(--tp-theme-third);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-blog__details .tp-contact__action button:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-blog__3-title-box {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog__3-title-box .tp-section-title {
    font-size: 60px;
  }
}

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

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

.tp-blog__3-right {
  margin-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),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-blog__3-right {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-blog__3-left {
    margin-bottom: 60px;
  }
}

.tp-blog__3-item {
  position: relative;
  border-bottom: 1px solid #312f2f;
  padding-bottom: 42px;
  margin-bottom: 33px;
}

.tp-blog__3-item:hover .tp-hover-reveal-bg {
  opacity: 1;
}

.tp-blog__3-thumb img {
  width: 100%;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px),
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-blog__3-thumb img {
    width: auto;
  }
}

.tp-blog__3-meta {
  font-size: 16px;
  font-weight: 500;
  padding: 3px 11px;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 30px;
  margin-right: 12px;
}

.tp-blog__3-meta:last-child {
  border: 0;
}

.tp-blog__3-date {
  font-weight: 500;
  font-size: 16px;
  color: #696969;
  display: block;
  margin-bottom: 10px;
}

.tp-blog__3-title {
  font-weight: 600;
  font-size: 29px;
  display: inline;
  text-transform: capitalize;
  color: var(--tp-common-white);
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .tp-blog__3-title {
    font-size: 25px;
  }
}

.tp-blog__3-action {
  font-weight: 600;
  font-size: 16px;
  color: #696969;
  display: block;
  margin-top: 10px;
}

.tp-blog__3-action span {
  margin-left: 5px;
}

.tp-blog__3-action:hover span {
  color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
@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),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-footer__plr {
    padding: 0;
  }
}

.tp-footer__shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.tp-footer__wrap {
  margin: 0 77px;
  background: #060606;
  border-radius: 12px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-footer__wrap {
    margin: 0 35px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-footer__wrap {
    margin: 0;
    border-radius: 0;
  }
}

.tp-footer__widget-title {
  font-size: 14px;
  line-height: 1.8;
  display: inline-block;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tp-common-white);
  margin-bottom: 35px;
}

.tp-footer__widget.footer-col-2 {
  padding-left: 18px;
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer__widget.footer-col-3 {
    margin-left: -35px;
  }
}

.tp-footer__widget.footer-col-4 {
  padding-left: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-footer__widget.footer-col-4 {
    padding-left: 0;
  }
}

.tp-footer__list a {
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
  color: var(--tp-grey-3);
  transition: 0.3s;
}

.tp-footer__list a:hover {
  color: var(--tp-theme-primary);
}

.tp-footer__form form input {
  color: #a1a1a1;
  padding: 0 15px 15px 0;
  border: 0;
  border-bottom: 1px solid var(--tp-common-white);
  background: none;
}

.tp-footer__form form input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #a1a1a1;
}

.tp-footer__form form input:focus {
  border-color: var(--tp-theme-primary);
}

.tp-footer__form form input:focus::placeholder {
  opacity: 0;
}

.tp-footer__action button {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  text-transform: uppercase;
  color: var(--tp-common-white);
  transition: 0.3s;
}

.tp-footer__action button:hover {
  color: var(--tp-theme-primary);
}

.tp-footer__action button:hover span i {
  transform: rotate(40deg);
}

.tp-footer__action button span {
  margin-left: 5px;
  transition: 0.3s;
}

.tp-footer__action button span i {
  transition: 0.3s;
}

.tp-footer__1 .tp-footer__form form input {
  color: var(--tp-common-white);
}

.tp-copyright__wrap {
  border-top: 1px solid #292929;
  padding-bottom: 16px;
}

.tp-copyright__text p {
  color: var(--tp-common-white);
  margin-bottom: 0;
}

.tp-copyright__text p span {
  color: var(--tp-theme-primary);
}

.tp-copyright__social a {
  font-weight: 400;
  font-size: 16px;
  line-height: 2.1;
  color: var(--tp-common-white);
  margin-right: 24px;
  transition: 0.3s;
}

.tp-copyright__social a:last-child {
  margin-right: 0;
}

.tp-copyright__social a:hover {
  color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  6.2 Footer Style 2
/*----------------------------------------*/
.tp-footer__2-border-style {
  padding-top: 100px;
  padding-bottom: 50px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

.tp-footer__2 .tp-footer__widget-title {
  font-size: 22px;
  margin-bottom: 25px;
}

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

.tp-footer__2 .tp-footer__list a {
  font-size: 17px;
  display: block;
  font-weight: 500;
  margin-bottom: 20px;
  transition: 0.3s;
}

.tp-footer__2 .tp-footer__list a:hover {
  color: var(--tp-theme-primary);
}

.tp-footer__2 .tp-footer__adress {
  margin-bottom: 25px;
  color: var(--tp-common-white);
}

.tp-footer__2 .tp-footer__adress-box::after {
  position: absolute;
  width: 1px;
  height: 465px;
  bottom: -84%;
  right: 140px;
  content: "";
  background: #262626;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-footer__2 .tp-footer__adress-box::after {
    display: none;
  }
}

.tp-footer__2 .tp-footer__city {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  color: var(--tp-common-white);
}

.tp-footer__2 .tp-footer__contact {
  font-size: 30px;
  margin-bottom: 40px;
  color: var(--tp-theme-primary);
}

.tp-footer__2 .tp-footer__location {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer__2 .tp-footer__location {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer__2 .tp-footer__location {
    font-size: 18px;
  }
}

.footer-col-2-2 {
  margin-left: -60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-col-2-2 {
    margin-left: -80px;
  }
}

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

.footer-col-2-3 {
  margin-left: -65px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .footer-col-2-3 {
    margin-left: -65px;
  }
}

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

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-col-2-3 {
    margin-left: 0;
  }
}

.footer-col-2-4 {
  width: 100%;
  margin-left: 10px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .footer-col-2-4 {
    margin-left: -10px;
  }
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-col-2-4 {
    margin-left: -15px;
    width: auto;
  }
}

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

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-col-2-4 {
    margin-left: 0;
  }
}

.tp-copyright__style-2 .tp-copyright__wrap {
  border: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-copyright__style-2 .tp-copyright__logo {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-copyright__style-2 .tp-copyright__text {
    margin-top: 15px;
  }
}

.tp-copyright__style-2 .tp-copyright__social a {
  width: 38px;
  height: 38px;
  font-size: 12px;
  color: #d1d1d1;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  border: 1px solid #2c2e34;
  border-radius: 50%;
  transition: 0.3s;
  margin-right: 5px;
}

.tp-copyright__style-2 .tp-copyright__social a:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 575px) {
  .tp-copyright__style-2 .tp-copyright__social a {
    margin-right: 0;
  }
}

.tp-copyright__style-2 .tp-copyright__social a:hover {
  color: var(--tp-common-black);
  border: 1px solid var(--tp-theme-primary);
  background-color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  6.3 Footer Style 3
/*----------------------------------------*/
.tp-footer__3 {
  overflow: hidden;
  z-index: 1;
}

.tp-footer__3-shape {
  position: absolute;
  left: -100px;
  bottom: -100px;
  z-index: -1;
}

.tp-footer__3-border-style {
  padding-top: 76px;
  padding-bottom: 30px;
}

.tp-footer__3-widget-title {
  font-weight: 600;
  font-size: 18px;
  display: block;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
  margin-bottom: 25px;
}

.tp-footer__3-city {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.55);
  transition: 0.3s;
}

.tp-footer__3-city:hover {
  color: var(--tp-theme-primary);
}

.tp-footer__3-mail {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 2px;
  transition: 0.3s;
}

.tp-footer__3-mail:hover {
  color: var(--tp-theme-primary);
}

.tp-footer__3-call {
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.8;
  color: var(--tp-common-white);
  transition: 0.3s;
}

.tp-footer__3-call:hover {
  color: var(--tp-theme-primary);
}

.tp-footer__3-list a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 10px;
  transition: 0.3s;
}

.tp-footer__3-list a:hover {
  color: var(--tp-theme-primary);
}

.tp-footer__3-contact p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #8a8c94;
  margin-bottom: 35px;
}

.tp-footer__3-input {
  position: relative;
  margin-right: 15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-footer__3-input {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.tp-footer__3-input input {
  padding: 0 35px;
  width: 238px;
  height: 56px;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.03);
}

.tp-footer__3-input input::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
}

.tp-footer__3-input input:focus {
  border: 1px solid rgba(255, 72, 0, 0.1);
}

.tp-footer__3-input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  color: var(--tp-common-white);
}

.tp-footer__3-btn-1 {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  border-radius: 6px;
  padding: 16px 10px;
  width: 141px;
  height: 56px;
  background-color: var(--tp-theme-primary);
  transition: 0.3s;
}

.tp-footer__3-btn-1 span {
  position: absolute;
  font-size: 16px;
  right: 28px;
  transition: 0.3s;
}

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

.tp-footer__3-btn-1:hover span {
  right: 25px;
}

.tp-footer__3-privacy p {
  font-weight: 500;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
}

.tp-footer__3-privacy p a {
  color: var(--tp-common-white);
}

.footer-col-3-2 {
  margin-left: 25px;
}

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

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-col-3-2 {
    margin-left: 0;
  }
}

.footer-col-3-3 {
  margin-left: 90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-col-3-3 {
    margin-left: 50px;
  }
}

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

.footer-col-3-4 {
  margin-left: 40px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-col-3-4 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-col-3-4 {
    margin-left: -50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-col-3-4 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-col-3-4 {
    margin-left: -60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-copyright__3-wrap .tp-copyright__text {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

/*----------------------------------------*/
/*  6.4 Footer Style 4
/*----------------------------------------*/
.tp-footer__4-top {
  z-index: 2;
}

.tp-footer__4-widget-title {
  font-size: 140px;
  display: inline-block;
  color: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

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

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

@media (max-width: 575px) {
  .tp-footer__4-widget-title {
    font-size: 45px;
  }
}

.tp-footer__4-widget-title:hover {
  color: var(--tp-theme-pruple);
}

.tp-footer__4-widget-title:hover a span {
  color: var(--tp-theme-primary);
}

.tp-footer__4-widget-title a span {
  color: var(--tp-theme-pruple);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-footer__4-widget-contact {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.9;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-footer__4-widget-contact {
    font-size: 18px;
  }
}

.tp-footer__4-shape {
  position: absolute;
  z-index: -1;
}

@media (max-width: 575px) {
  .tp-footer__4-shape {
    left: -69px;
  }
}

.tp-footer__4-action a {
  font-size: 80px;
  display: inline-block;
  transform: rotate(-45deg);
  color: var(--tp-theme-pruple);
  transition: 0.3s;
}

.tp-footer__4-action a:hover {
  color: var(--tp-theme-primary);
  transform: rotate(0);
}

.tp-footer__4-title {
  font-weight: 700;
  font-size: 28px;
  color: var(--tp-common-white);
  margin-bottom: 28px;
}

.tp-footer__4-location {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: var(--tp-common-white);
  margin-bottom: 10px;
}

.tp-footer__4 .tp-copyright__text p span {
  color: var(--tp-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-footer__4-location {
    font-size: 18px;
  }
}

.tp-footer__4-call {
  font-weight: 700;
  font-size: 32px;
  color: var(--tp-theme-pruple);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-footer__4-call {
    font-size: 26px;
  }
}

.tp-footer__4 .tp-copyright__wrap {
  padding: 25px 64px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-footer__4 .tp-copyright__wrap {
    padding: 25px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-footer__4 .tp-copyright__text {
    margin-top: 30px;
  }
}

/*----------------------------------------*/
/*  6.5 Footer Style 5
/*----------------------------------------*/
.tp-footer__5 .tp-copyright__wrap {
  padding: 25px 0 25px 25px;
}

/*----------------------------------------*/
/*  7.13 Hero css
/*----------------------------------------*/
.tp-hero__wrap {
  padding-top: 250px;
  padding-bottom: 148px;
}

@media (max-width: 575px) {
  .tp-hero__wrap {
    padding-top: 130px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero__wrap {
    padding-top: 200px;
  }
}

.tp-hero__subtitle {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  display: inline-block;
  color: var(--tp-theme-primary);
}

@media (max-width: 575px) {
  .tp-hero__subtitle {
    font-size: 16px;
  }
}

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

.tp-hero__subtitle span {
  color: var(--tp-theme-primary);
}

.tp-hero__subtitle::before {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  content: "";
  background: var(--tp-theme-primary);
}

.tp-hero__title {
  font-weight: 700;
  font-size: 90px;
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
  z-index: 5;
}

.tp-hero__title.tp-marketing span {
  color: var(--tp-theme-primary);
}

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

@media (max-width: 575px) {
  .tp-hero__title {
    font-size: 38px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero__title {
    font-size: 60px;
  }
}

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

.tp-hero__title span {
  color: var(--tp-orange-1);
}

.tp-hero__title-shape {
  position: absolute;
  top: 60%;
  color: var(--tp-theme-primary);
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 575px) {
  .tp-hero__title-shape {
    top: 28px;
    left: 40px;
    transform: scale(0.6);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero__title-shape {
    transform: scale(1);
  }
}

.tp-hero__rtl-box {
  position: absolute;
  top: 50%;
  left: -55px;
}

.tp-hero__rtl-content {
  transform: rotate(-90deg);
}

.tp-hero__rtl-content span {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  color: var(--tp-common-white);
  padding-right: 25px;
}

.tp-hero__rtl-switch {
  display: inline-block;
  box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.08);
  padding: 7px 11px;
  border-radius: 50px;
  line-height: 1.6;
  margin-right: 20px;
}

.tp-hero__rtl-switch span {
  padding: 0;
  margin-right: 17px;
}

.tp-hero__rtl-switch span:last-child {
  margin-right: 0;
}

.tp-hero__rtl-active {
  width: 29px;
  height: 29px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-black);
  background-color: var(--tp-orange-1);
  border-radius: 50%;
}

.tp-hero__social {
  position: absolute;
  top: 48.5%;
  right: -12.5%;
  z-index: 5;
  transform: rotate(-90deg);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero__social {
    right: -19%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero__social {
    top: auto;
    bottom: 50%;
    right: -20%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero__social {
    top: auto;
    bottom: 11%;
    right: auto;
    left: 50px;
    transform: rotate(0deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-hero__social {
    top: auto;
    bottom: 8%;
    left: 5%;
    transform: rotate(0deg);
  }
}

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

.tp-hero__social ul li:hover a span::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.tp-hero__social ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: var(--tp-common-white);
  padding-right: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero__social ul li a {
    padding-right: 30px;
  }
}

.tp-hero__social ul li a i {
  color: var(--tp-theme-primary);
  margin-right: 10px;
}

.tp-hero__social ul li a span {
  position: relative;
}

.tp-hero__social ul li a span::after {
  position: absolute;
  position: absolute;
  width: 0;
  height: 1px;
  content: "";
  bottom: 0;
  background-color: var(--tp-common-white);
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.9s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero__content {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-hero__content {
    text-align: center;
  }
}

.tp-hero__content p {
  font-size: 18px;
  font-weight: 500;
  margin-left: -50px;
  line-height: 1.6;
}

.tp-hero__content.tp-hero-content p {
  padding-top: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero__content p {
    margin-left: -50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-hero__content p {
    margin-left: 0px;
  }
}

.tp-hero__action-btn {
  position: relative;
  width: 115px;
  height: 115px;
  display: inline-block;
  line-height: 115px;
  text-align: center;
  font-size: 25px;
  background-color: #000;
  color: var(--tp-common-white);
  transform: rotate(-10deg);
  border-radius: 50%;
  margin-right: 26px;
}

.tp-hero__action-btn::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: var(--tp-theme-primary);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  scale: 0.2;
  transition: 0.3s;
  z-index: -1;
}

.tp-hero__action-btn:hover::before {
  scale: 1;
  opacity: 1;
  visibility: visible;
}

.tp-hero__action-btn-2 {
  font-size: 14px;
  font-weight: 700;
  padding: 20px 35px;
  display: inline-block;
  letter-spacing: 0.15em;
  color: var(--tp-common-black);
  background-color: var(--tp-theme-third);
  border: 1px solid transparent;
  transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero__action-btn-2 {
    padding: 20px !important;
  }
}

.tp-hero__action-btn-2:hover {
  color: var(--tp-common-black);
  background: none;
  border: 1px solid var(--tp-theme-primary);
}

.tp-hero__action&gt;a {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.14em;
  color: var(--tp-theme-primary);
}

.tp-hero__thumb {
  animation: jumpTwo 4s infinite linear;
}

.tp-hero__thumb-shape {
  position: absolute;
  bottom: 0;
  left: 20px;
  color: var(--tp-theme-primary);
  animation: rotate2 15s linear infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero__thumb-shape {
    left: 0;
    right: 29%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero__thumb-shape {
    left: 0;
    right: 36%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero__thumb {
    margin-bottom: 35px;
  }
}

.tp-hero__2-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: left top;
}

.tp-hero__2-overlay::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: var(--tp-common-black);
  z-index: -1;
}

.tp-hero__2-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-hero__2-shape {
    bottom: auto;
  }
}

.tp-hero__2-shape-2 {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.tp-hero__2-wrap {
  padding-top: 240px;
  padding-bottom: 105px;
}

@media (max-width: 575px) {
  .tp-hero__2-wrap {
    padding-top: 130px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero__2-wrap {
    padding-top: 200px;
    padding-bottom: 248px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero__2-wrap {
    padding-top: 150px;
    padding-bottom: 350px;
  }
}

@media (max-width: 575px) {
  .tp-hero__2-wrap {
    padding-bottom: 440px;
  }
}

.tp-hero__2-title-box .tp-hero__title {
  font-weight: 700;
  font-size: 90px;
  line-height: 1.07;
  letter-spacing: -0.04em;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero__2-title-box .tp-hero__title {
    font-size: 75px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero__2-title-box .tp-hero__title {
    font-size: 65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero__2-title-box .tp-hero__title {
    font-size: 55px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero__2-title-box .tp-hero__title {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .tp-hero__2-title-box .tp-hero__title {
    font-size: 35px;
  }
}

.tp-hero__2-title-box .tp-hero__title span {
  font-weight: 300;
  color: var(--tp-common-white);
  font-style: italic;
  letter-spacing: -0.06em;
}

.tp-hero__2-title-box .tp-hero__title&gt;i {
  font-weight: 500;
}

.tp-hero__2-title-box .tp-hero__subtitle {
  font-weight: 400;
}

.tp-hero__2-title-box .tp-hero__subtitle::before {
  z-index: -1;
  background-color: var(--tp-common-white);
}

.tp-hero__2-title-box .tp-hero__subtitle span {
  font-style: italic;
  padding-bottom: 2px;
  border-bottom: 1px solid;
}

.tp-hero__2-icon span {
  color: var(--tp-common-white);
}

.tp-hero__2-btn {
  background: rgba(255, 255, 255, 0.09);
}

.tp-hero__2-content {
  top: 115px;
  left: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero__2-content {
    left: 0;
    top: 200px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero__2-content {
    left: 0;
    top: 300px;
  }
}

@media (max-width: 575px) {
  .tp-hero__2-content {
    left: 0;
    top: 380px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
  .tp-hero__2-content p {
    font-size: 16px;
  }
}

.tp-hero__2-circle-shape {
  position: absolute;
  width: 250px;
  height: 250px;
  right: -50px;
  bottom: 100%;
  border-radius: 50%;
  line-height: 250px;
  text-align: center;
  margin: auto;
  background-color: var(--tp-theme-primary);
  animation: rotate2 15s linear infinite;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero__2-circle-shape {
    right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero__2-circle-shape {
    right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero__2-circle-shape {
    right: 0;
    top: -60%;
    left: 0;
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-hero__2-circle-shape {
    right: 0;
    left: 0;
    margin-bottom: 60px;
  }
}

.tp-hero__2-social {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -27%;
  background: transparent;
  transform: rotate(-90deg);
  z-index: 2;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero__2-social {
    right: -32%;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-hero__2-social {
    display: none;
  }
}

.tp-hero__2-social-content ul li {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: var(--tp-common-white);
  margin: 0 5px;
  transition: 0.3s;
}

.tp-hero__2-social-content ul li:not(:last-child)::after {
  content: '/';
  padding-left: 7px;
}

.tp-hero__2-social-content ul li:first-child {
  position: relative;
  margin-right: 48px;
}

.tp-hero__2-social-content ul li:first-child::after {
  position: absolute;
  height: 1px;
  width: 13px;
  top: 14px;
  right: -28px;
  content: "";
  background: var(--tp-common-white);
}

.tp-hero__2-social-content ul li:hover {
  color: var(--tp-theme-primary);
}

.tp-hero__2-action {
  margin-bottom: 40px;
}

.tp-hero__2-action a {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.14em;
  color: var(--tp-common-white);
  transition: 0.3s;
}

.tp-hero__2-action a:hover {
  color: var(--tp-theme-primary);
}

.tp-hero__3-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.tp-hero__3-space {
  padding-top: 230px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-hero__3-space {
    padding-top: 120px;
  }
}

.tp-hero__3-bg {
  background-size: contain;
  background-position: 60% 120%;
  background-repeat: no-repeat;
}

.tp-hero__3-overlay::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: var(--tp-common-black);
  z-index: -1;
  opacity: 0.8;
}

.tp-hero__3-social {
  position: absolute;
  top: 20%;
  left: 14%;
  bottom: 0;
  background: transparent;
  transform: rotate(-90deg);
  z-index: 2;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero__3-social {
    left: 16%;
  }
}

.tp-hero__3-social ul li {
  margin-right: 15px;
}

.tp-hero__3-social ul li:first-child {
  margin-right: 15px;
}

.tp-hero__3-social ul li:first-child::after {
  display: none;
}

.tp-hero__3-big-title {
  font-size: 150px;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero__3-big-title {
    font-size: 120px;
  }
}

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

@media (max-width: 575px) {
  .tp-hero__3-big-title {
    font-size: 85px;
  }
}

.tp-hero__3-big-title span {
  font-weight: 400;
}

.tp-hero__3-big-title.cd-headline {
  font-weight: 500;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero__3-title-box {
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .tp-hero__3-title-box {
    margin-bottom: 20px;
  }
}

.tp-hero__3-title-box .tp-hero__title {
  font-weight: 600;
  font-size: 82px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero__3-title-box .tp-hero__title {
    font-size: 75px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero__3-title-box .tp-hero__title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero__3-title-box .tp-hero__title {
    font-size: 75px;
  }
}

@media (max-width: 575px) {
  .tp-hero__3-title-box .tp-hero__title {
    font-size: 50px;
  }
}

.tp-hero__3-title-box .tp-hero__title span {
  font-weight: 400;
  color: var(--tp-theme-primary);
}

.tp-hero__3-dsc {
  margin-left: 162px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero__3-dsc {
    margin-left: 90px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero__3-dsc {
    margin-left: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-hero__3-dsc {
    margin-left: 0px;
  }
}

.tp-hero__3-dsc p {
  font-size: 16px;
  line-height: 2;
  margin: 0;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero__3-action {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .tp-hero__3-action {
    text-align: center;
    margin-top: 30px;
  }
}

.tp-hero__3-action span {
  color: var(--tp-theme-primary);
}

.tp-hero__4-shape {
  position: absolute;
  top: -41%;
  right: -18%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero__4-shape {
    right: -60%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero__4-shape {
    top: 4%;
    right: -100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero__4-shape {
    top: 66px;
    right: -100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-hero__4-shape img {
    width: 100%;
  }
}

.tp-hero__4-shape-2 {
  position: absolute;
  left: -7%;
  bottom: -2%;
  animation: jumpTwo 4s infinite linear;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero__4-shape-2 {
    left: -12%;
    bottom: -6%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero__4-shape-2 {
    left: -20%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero__4-shape-2 {
    display: none;
  }
}

.tp-hero__4-shape-3 {
  position: absolute;
  right: 7%;
  top: 18%;
  animation: rotate2 15s linear infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero__4-shape-3 {
    top: 14%;
  }
}

.tp-hero__4-shape-3 span {
  color: var(--tp-common-white);
}

.tp-hero__4-space {
  padding-top: 273px;
  padding-bottom: 190px;
}

@media (max-width: 575px) {
  .tp-hero__4-space {
    padding-top: 150px;
    padding-bottom: 60px;
  }
}

.tp-hero__4-title-shape {
  position: absolute;
  right: 90px;
  top: 40px;
  z-index: -1;
}

.tp-hero__4-subtitle {
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  display: inline-block;
  text-transform: capitalize;
  color: var(--tp-common-white);
  border-bottom: solid 1px #fff;
}

@media (max-width: 575px) {
  .tp-hero__4-subtitle {
    font-size: 16px;
  }
}

.tp-hero__4-subtitle span {
  position: relative;
  color: var(--tp-theme-pruple);
}

.tp-hero__4-subtitle span::after {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  content: "";
  background: var(--tp-theme-pruple);
}

.tp-hero__4-big-title {
  font-weight: 700;
  font-size: 135px;
  color: var(--tp-common-white);
  letter-spacing: -0.03em;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero__4-big-title {
    font-size: 120px;
  }
}

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

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

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

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

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

@media (max-width: 575px) {
  .tp-hero__4-big-title {
    font-size: 60px;
  }
}

.tp-hero__4-big-title span {
  font-weight: 300;
}

.tp-hero__4-big-title span:last-child {
  font-weight: 600;
}

.tp-hero__4-big-title .cd-words-wrapper b {
  font-weight: 700;
}

.tp-hero__4-dsc {
  position: relative;
  width: 34%;
  top: -45px;
  left: -160px;
  z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero__4-dsc {
    width: 46%;
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-hero__4-dsc {
    top: 0;
    width: auto;
    left: 0;
  }
}

.tp-hero__4-dsc p {
  line-height: 2;
  color: var(--tp-common-white);
}

.tp-hero__5-space {
  padding-top: 90px;
  padding-bottom: 36px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero__5-space {
    padding-top: 170px;
  }
}

@media (max-width: 575px) {
  .tp-hero__5-space {
    padding-top: 120px;
  }
}

.tp-hero_4-arrow {
  margin-top: 60px;
}

.tp-hero_4-arrow a:hover {
  animation: tfLeftToRight 0.5s forwards;
}

.tp-hero__5-overlay {
  z-index: 1;
}

.tp-hero__5-overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
  background: #efefef;
  z-index: -1;
}

.tp-hero__5-shape-1 {
  position: absolute;
  top: -9%;
  left: 0;
  z-index: -1;
}

@media (max-width: 575px) {
  .tp-hero__5-shape-1 {
    display: none;
  }
}

.tp-hero__5-shape-2 {
  position: absolute;
  right: 100px;
  top: 30%;
  animation: moving 4s linear infinite;
}

@media (max-width: 575px) {
  .tp-hero__5-shape-2 {
    display: none;
  }
}

.tp-hero__5-title-box .tp-hero__title {
  color: var(--tp-common-black);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero__5-title-box .tp-hero__title {
    font-size: 81px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero__5-title-box .tp-hero__title {
    font-size: 58px;
  }
}

@media (max-width: 575px) {
  .tp-hero__5-title-box .tp-hero__title {
    font-size: 36px;
  }
}

.tp-hero__5-title-box .tp-hero__title span {
  font-weight: 400;
  color: var(--tp-common-black);
}

.tp-hero__5 .tp-section-title-2-pre {
  font-style: normal;
}

.tp-hero__5-thumb {
  top: 37px;
  left: -100px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero__5-thumb {
    left: -230px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero__5-thumb {
    left: -170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px) {
  .tp-hero__5-thumb {
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  }
}

@media (max-width: 575px) {
  .tp-hero__5-thumb img {
    width: 100%;
  }
}

.tp-hero__5-thumb-shape {
  position: absolute;
  top: 39%;
  left: 85px;
  z-index: -1;
  animation: rotate2 9s linear infinite;
}

@media (max-width: 575px) {
  .tp-hero__5-thumb-shape {
    top: 30%;
    left: 45px;
  }
}

.tp-hero__5-thumb-shape span {
  color: var(--tp-theme-third);
}

.tp-hero__6-area {
  background-position: top right;
  background-repeat: no-repeat;
}

.tp-hero__6-space {
  padding-top: 250px;
  padding-bottom: 190px;
}

.tp-hero__6-subtitle {
  font-style: italic;
  font-weight: 200;
  font-size: 22px;
  line-height: 32px;
  display: inline-block;
  text-transform: capitalize;
  color: #0a0c00;
  letter-spacing: -0.02em;
}

.tp-hero__6-big-title {
  font-weight: 700;
  font-size: 140px;
  color: var(--tp-common-black);
  letter-spacing: -0.02em;
  line-height: 143px;
}

.tp-hero__6-big-title span {
  font-size: 130px;
  font-weight: 300;
  padding-left: 205px;
  letter-spacing: -0.02em;
}

.tp-hero__6-big-title p {
  padding-top: 10px;
  font-weight: 200;
  font-size: 22px;
  position: absolute;
  right: 0;
  letter-spacing: -0.02em;
  color: #0a0c00;
}

.tp-hero__6-shape-wrap {
  position: absolute;
  right: 14%;
  top: 25%;
}

.tp-hero__6-shape {
  display: inline-block;
}

.tp-hero__6-shape .img-1 {
  animation: rotate2 15s linear infinite;
}

.tp-hero__6-shape .img-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.tp-hero__6-shape span {
  height: 106px;
  width: 106px;
  border-radius: 50%;
  background-color: #505050;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero__6-big-title span {
    font-size: 90px;
    font-weight: 300;
  }

  .tp-hero__6-big-title {
    font-weight: 700;
    font-size: 120px;
    color: var(--tp-common-black);
    letter-spacing: -0.02em;
    line-height: 1;
  }

  .tp-hero__6-shape-wrap {
    position: absolute;
    right: 8%;
    top: 28%;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .tp-hero__6-big-title span {
    font-size: 90px;
    font-weight: 300;
    padding-left: 100px;
  }

  .tp-hero__6-big-title {
    font-weight: 700;
    font-size: 100px;
    color: var(--tp-common-black);
    letter-spacing: -0.02em;
    line-height: 1;
  }

  .tp-hero__6-shape-wrap {
    position: absolute;
    right: 8%;
    top: 28%;
  }

}


@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero__6-big-title span {
    font-size: 70px;
    font-weight: 300;
    padding-left: 100px;
  }

  .tp-hero__6-big-title {
    font-weight: 700;
    font-size: 90px;
    color: var(--tp-common-black);
    letter-spacing: -0.02em;
    line-height: 1;
  }

  .tp-hero__6-shape-wrap {
    display: none;
  }

  .tp-hero__6-big-title p {
    padding-top: 10px;
    font-weight: 200;
    font-size: 22px;
    position: absolute;
    right: unset;
    letter-spacing: -0.02em;
    color: #0a0c00;
  }

  .tp-hero__6-space {
    padding-top: 170px;
    padding-bottom: 150px;
  }

}

@media only screen and (max-width: 575px) {
  .tp-hero__6-big-title span {
    font-size: 50px;
    font-weight: 300;
    padding-left: unset;
  }

  .tp-hero__6-big-title {
    font-weight: 700;
    font-size: 57px;
    color: var(--tp-common-black);
    letter-spacing: -0.02em;
    line-height: 1;
  }

  .tp-hero__6-shape-wrap {
    display: none;
  }

  .tp-hero__6-big-title p {
    padding-top: 10px;
    font-weight: 200;
    font-size: 22px;
    position: absolute;
    right: unset;
    letter-spacing: -0.02em;
    color: #0a0c00;
  }

  .tp-hero__6-space {
    padding-top: 150px;
    padding-bottom: 130px;
  }

}


/*----------------------------------------*/
/*  7.1 About css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-about__left {
    margin-bottom: 50px;
  }
}

.tp-about__thumb img {
  width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about__thumb-box {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-about__thumb-box {
    margin-right: 0;
    margin-bottom: 50px;
  }
}

.tp-about__experience {
  position: absolute;
  left: 29px;
  bottom: 39px;
}

.tp-about__experience-number {
  font-size: 100px;
  color: var(--tp-common-white);
  line-height: 1;
  margin-bottom: 15px;
}

.tp-about__experience-number b {
  font-weight: 600;
}

.tp-about__experience-title {
  font-weight: 500;
  font-size: 25px;
  color: var(--tp-common-white);
  text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about__right {
    margin-left: 30px;
  }
}

.tp-about__funfact-item {
  padding: 53px 15px;
  text-align: center;
  border-radius: 15px 15px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.11);
}

.tp-about__funfact-item:nth-child(2n) {
  border-radius: 0 0 15px 15px;
}

.tp-about__funfact-number {
  font-weight: 700;
  font-size: 50px;
  color: transparent;
  -webkit-text-stroke: 1px var(--tp-grey-5);
  margin-bottom: 30px;
}

.tp-about__funfact-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--tp-common-white);
}

@media (max-width: 575px) {
  .tp-about__content p {
    font-size: 16px;
    margin-right: 0;
  }
}

.tp-about__title {
  font-weight: 300;
  font-size: 75px;
  color: var(--tp-common-white);
  line-height: 1.2;
  letter-spacing: -0.04em;
}

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

@media (max-width: 575px) {
  .tp-about__title {
    font-size: 45px;
  }
}

.tp-about__title span {
  color: var(--tp-theme-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about__title-box .tp-section-title {
    font-size: 45px;
  }
}

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

@media (max-width: 575px) {
  .tp-about__title-box .tp-section-title {
    font-size: 24px;
  }
}

.tp-about__title-box .tp-section-title span {
  font-weight: 200;
}

.tp-about__featured-item {
  position: relative;
  padding-bottom: 7px;
}

@media (max-width: 575px) {
  .tp-about__featured-item {
    margin-right: 15px;
  }
}

.tp-about__featured-item::before {
  position: absolute;
  width: 121%;
  height: 1px;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(217, 217, 217, 0.19);
}

.tp-about__featured-number {
  font-size: 14px;
  color: var(--tp-theme-primary);
}

.tp-about__featured-title {
  font-size: 19px;
  font-weight: 600;
  color: var(--tp-common-white);
}

@media (max-width: 575px) {
  .tp-about__featured-title {
    font-size: 16px;
  }
}

.tp-about__2 .tp-section-title-2-pre {
  font-style: normal;
}

.tp-about__2-title-box .tp-section-title {
  font-weight: 700;
  color: var(--tp-common-black);
}

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

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

.tp-about__2-title-box p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about__2-title-box p {
    font-size: 16px;
  }
}

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

.tp-about__2-experience {
  font-size: 60px;
  display: inline-block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about__2-experience {
    font-size: 45px;
  }
}

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

@media (max-width: 575px) {
  .tp-about__2-experience {
    font-size: 50px;
  }
}

.tp-about__2-experience:last-child {
  border: 0;
}

.tp-about__2-experience span {
  font-size: 23px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about__2-experience span {
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  .tp-about__2-experience span {
    font-size: 19px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-about__2-action {
    margin-bottom: 40px;
  }
}

.tp-about__2-action .tp-btn-primary {
  color: var(--tp-theme-primary);
}

.tp-about__2-item {
  position: relative;
  overflow: hidden;
}

.tp-about__2-item:hover .tp-about__2-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-about__2-item:last-child {
    margin-top: 30px;
  }
}

.tp-about__2-content {
  position: absolute;
  width: 505px;
  padding: 34px 47px;
  background: var(--tp-common-white);
  bottom: -100px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-shadow: 0 4px 57px 0 rgba(0, 0, 0, 0.09);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about__2-content {
    width: 440px;
    padding: 34px 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__2-content {
    width: 100%;
    padding: 34px 30px;
  }
}

@media (max-width: 575px) {
  .tp-about__2-content {
    width: 100%;
    padding: 20px 10px;
  }
}

.tp-about__2-text-subtitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  color: var(--tp-theme-primary);
}

.tp-about__2-text-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: var(--tp-common-black);
}

@media (max-width: 575px) {
  .tp-about__2-text-title {
    font-size: 14px;
  }
}

.tp-about__2-thumb img {
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-about__2-thumb img {
    width: 100%;
  }
}

.tp-ab__plr {
  padding-top: 135px;
  padding-bottom: 107px;
}

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

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-ab__plr {
    padding-top: 160px;
  }
}

@media (max-width: 575px) {
  .tp-ab__plr {
    padding-top: 130px;
  }
}

.tp-ab__title {
  font-weight: 700;
  font-size: 80px;
  line-height: 1.2;
  display: inline-block;
  letter-spacing: -0.04em;
  text-transform: capitalize;
  color: var(--tp-common-white);
}

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

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-ab__title {
    font-size: 70px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-ab__title {
    font-size: 60px;
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .tp-ab__title {
    font-size: 33px;
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .tp-ab__title span {
    display: none;
  }
}

.tp-ab__title span img {
  margin-top: -25px;
  margin-left: 35px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-ab__title span img {
    margin-top: 0;
    margin-left: 0;
  }
}

.tp-ab__title-2 {
  font-weight: 500;
  font-size: 120px;
  font-style: italic;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-ab__title-2 {
    font-size: 90px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-ab__title-2 {
    font-size: 60px;
  }
}

@media (max-width: 575px) {
  .tp-ab__title-2 {
    font-size: 65px;
  }
}

@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),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-ab__thumb {
    padding-right: 0;
    padding-left: 0;
  }
}

.tp-ab__thumb img {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-ab__thumb-wrap {
    padding: 0;
  }
}

.tp-ab__thumb-wrap img {
  width: 100%;
}

/*----------------------------------------*/
/*  7.19 Service css
/*----------------------------------------*/
.tp-services__thumb {
  animation: tptranslateY2 1s forwards infinite alternate;
}

@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),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-services__thumb img {
    width: 100%;
  }
}

.tp-services__item {
  position: relative;
  padding-bottom: 48px;
  margin-bottom: 70px;
  border-bottom: 1px solid #252525;
}

.tp-services__item:hover .tp-services__number-text {
  color: var(--tp-theme-primary);
}

.tp-services__item:hover .tp-services__button span {
  color: var(--tp-theme-primary);
}

.tp-services__item:hover .tp-hover-reveal-bg {
  opacity: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-services__title-box {
    margin-bottom: 50px;
  }
}

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

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

.tp-services__style-2 .tp-section-title {
  width: 100%;
  border-bottom: 1px solid #252525;
  padding-bottom: 48px;
}

.tp-services__style-2 .tp-section-title span {
  color: var(--tp-theme-primary);
}

.tp-services__number-text {
  font-size: 80px;
  font-weight: 400;
  color: var(--tp-text-body);
  transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-services__number-text {
    font-size: 70px;
  }
}

.tp-services__tag {
  font-size: 33px;
  color: var(--tp-common-white);
  font-weight: 500;
  border-bottom: solid 1px #fff;
  display: inline-block;
}

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

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

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-services__tag {
    margin-bottom: 20px;
  }
}

.tp-services__tag span {
  font-weight: 200;
}

.tp-services__dsc {
  margin-left: 133px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-services__dsc {
    margin-left: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-services__dsc {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-services__dsc {
    margin-left: 0px;
  }
}

.tp-services__dsc p {
  font-size: 16px;
}

.tp-services__button span {
  transition: 0.3s;
}

.tp-services__3-big-shape {
  position: absolute;
  bottom: -280px;
  z-index: -1;
}

.tp-services__3-item:hover .tp-services__3-thumb img {
  transform: scale(1.2);
}

.tp-services__3-item:hover .tp-services__3-shape {
  bottom: 0;
}

.tp-services__3-thumb {
  position: relative;
  overflow: hidden;
}

.tp-services__3-thumb img {
  width: 100%;
  transition: 2.5s;
}

.tp-services__3-shape {
  position: absolute;
  bottom: -100px;
  transition: 0.3s;
}

.tp-services__3-icon {
  margin-right: 15px;
}

.tp-services__3-icon span {
  font-size: 48px;
  color: var(--tp-theme-primary);
}

.tp-services__3-title {
  font-weight: 700;
  font-size: 22px;
  text-transform: capitalize;
  color: var(--tp-common-white);
  transition: 0.3s;
}

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

.tp-services__3-title:hover {
  color: var(--tp-theme-primary);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-services__3-title-box {
    margin-bottom: 20px;
  }
}

.tp-services__3-button a {
  font-size: 18px;
  width: 59px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  background: #181616;
  transition: 0.3s;
}

.tp-services__3-button a:hover span {
  rotate: 0deg;
}

.tp-services__3-button a span {
  rotate: -30deg;
  display: inline-block;
  transition: 0.3s;
}

.tp-services__3-dots .tp-pagination__dots .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  opacity: 1;
  transition: 0.3s;
  position: relative;
  margin: 0 10px;
  background-color: #a9abae;
}

.tp-services__3-dots .tp-pagination__dots .swiper-pagination-bullet::after {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  content: "";
  border-radius: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
  border: 1px solid var(--tp-theme-primary);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

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

.tp-services__3-dots .tp-pagination__dots .swiper-pagination-bullet-active.swiper-pagination-bullet::after {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 575px) {
  .tp-services__3-style .tp-section-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.tp-services__4-funfact {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-services__4-thumb {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-services__4-thumb-box {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
  .tp-services__4-thumb img {
    width: 100%;
  }
}

.tp-services__4-shape span {
  display: inline-block;
  color: var(--tp-theme-pruple);
  animation: rotate2 10s linear infinite;
}

.tp-services__4-shape-box {
  position: absolute;
  left: -41px;
  bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-services__4-shape-box {
    left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-services__4-shape-box {
    left: 14%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-services__4-shape-box {
    left: -55px;
  }
}

.tp-services__4-link a {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 30px;
  line-height: 2.7;
  color: var(--tp-common-black);
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  padding: 20px 24px;
  transition: 0.3s;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .tp-services__4-link a {
    font-size: 22px;
    padding: 10px 10px;
  }
}

.tp-services__4-link a:hover {
  color: #d9d9d9;
  background-color: var(--tp-common-black);
  border-radius: 15px;
}

.tp-services__4-link a:hover span {
  transform: rotate(0);
}

.tp-services__4-link a span {
  position: absolute;
  right: 60px;
  color: var(--tp-theme-primary);
  transform: rotate(-40deg);
  transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-services__4-link a span {
    right: 20px;
  }
}

@media (max-width: 575px) {
  .tp-services__4-link a span {
    right: 10px;
  }
}

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

.tp-service__plr {
  padding-top: 160px;
  padding-bottom: 130px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-service__plr {
    padding-top: 150px;
  }
}

.tp-service__title {
  font-size: 110px;
  color: var(--tp-common-white);
}

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

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

@media (max-width: 575px) {
  .tp-service__title {
    font-size: 35px;
  }
}

.tp-service__thumb-box-1 {
  position: absolute;
  top: -25px;
  left: -10px;
  animation: tptranslateY2 2s forwards infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service__thumb-box-1 {
    scale: 0.8;
  }
}

.tp-service__thumb-box-2 {
  position: absolute;
  top: -28%;
  right: -20%;
  animation: tptranslateY2 3s forwards infinite alternate;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-service__thumb-box-2 {
    right: -10%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service__thumb-box-2 {
    right: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service__thumb-box-2 {
    right: -2%;
    scale: 0.8;
  }
}

.tp-service__thumb-shape-1 {
  position: absolute;
  top: -35px;
  left: -50px;
  animation: rotate2 15s linear infinite;
}

.tp-service__thumb-shape-1 span {
  color: var(--tp-theme-primary);
}

.tp-service__thumb-shape-2 {
  position: absolute;
  bottom: -65px;
  left: -65px;
  animation: rotate2 15s linear infinite;
}

.tp-service__thumb-shape-2 span {
  color: var(--tp-theme-primary);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-service__btn-wrap {
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-service__details-title-box {
    margin-bottom: 50px;
  }
}

.tp-service__details-title-box .tp-service__title {
  font-size: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service__details-title-box .tp-service__title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service__details-title-box .tp-service__title {
    font-size: 45px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service__details-title-box .tp-service__title {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .tp-service__details-title-box .tp-service__title {
    font-size: 35px;
  }
}

.tp-service__details-tab-thumb img {
  width: 100%;
}

.tp-service__details-title {
  font-weight: 600;
  font-size: 40px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}

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

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

@media (max-width: 575px) {
  .tp-service__details-title {
    font-size: 24px;
  }
}

.tp-service__details-title.details-sm-title {
  font-size: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service__details-title.details-sm-title {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service__details-title.details-sm-title {
    font-size: 21px;
  }
}

@media (max-width: 575px) {
  .tp-service__details-title.details-sm-title {
    font-size: 23px;
  }
}

.tp-service__details-content p {
  margin-right: 40px;
  line-height: 1.6;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-service__details-content p {
    margin-right: 0;
  }
}

.tp-service__details-list a {
  font-size: 18px;
  position: relative;
  display: block;
  padding-left: 40px;
  margin-bottom: 20px;
  color: var(--tp-common-white);
}

.tp-service__details-list a span {
  font-size: 21px;
  position: absolute;
  left: 0;
  color: var(--tp-theme-primary);
}

.tp-service__details-thumb-sm img {
  width: 100%;
  border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-service__details-thumb-sm {
    margin-bottom: 30px;
  }
}

.tp-service__details-fea-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.1;
  color: var(--tp-common-white);
}

@media (max-width: 575px) {
  .tp-service__details-fea-title {
    font-size: 30px;
  }
}

.tp-service__details-fea-list-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 108px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service__details-fea-list-box {
    flex-wrap: nowrap;
    gap: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service__details-fea-list-box {
    gap: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-service__details-fea-list-box {
    display: block;
  }
}

.tp-service__details-fea-list ul li {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  list-style: none;
  padding-left: 29px;
  margin-bottom: 20px;
  color: var(--tp-common-white);
}

.tp-service__details-fea-list ul li i {
  position: absolute;
  font-size: 11px;
  top: 8px;
  left: 0;
}

.tp-service__details-progress .tp-progress__title {
  font-size: 14px;
  line-height: 2;
}

@media (max-width: 575px) {
  .tp-service__details-prog-title {
    text-align: center;
  }
}

/*----------------------------------------*/
/*  7.11 Feature css
/*----------------------------------------*/
.tp-featured__sub-title {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
}

.tp-featured__title {
  font-weight: 600;
  font-size: 26px;
  line-height: 2.4;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-featured__last-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

.tp-featured__item {
  transition: 0.3s;
  padding: 68px 0 48px 0;
  margin: -1px 0 0 -1px;
  border: 1px solid #292929;
}

.tp-featured__item:hover {
  background: #141415;
}

.tp-featured__logo img {
  width: auto;
  height: 100px;
}

.tp-featured__2-shape-1 {
  position: absolute;
  right: 5%;
  top: -100px;
}

.tp-featured__2-shape-2 {
  position: absolute;
  left: 53px;
  top: 50px;
  animation: rotate2 5s linear infinite;
}

.tp-featured__2-shape-2 span {
  color: var(--tp-theme-primary);
}

.tp-featured__2-title {
  font-weight: 800;
  font-size: 100px;
  margin-bottom: 56px;
  color: transparent;
  -webkit-text-stroke: 1px #474747;
  transition: 0.3s;
}

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

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

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

@media (max-width: 575px) {
  .tp-featured__2-title {
    font-size: 26px;
  }
}

.tp-featured__2-title:hover {
  color: var(--tp-common-white);
  -webkit-text-stroke: 0;
}

.tp-featured__2-button {
  animation: jumpTwo 4s infinite linear;
}

.tp-featured__2-button a {
  width: 293px;
  height: 293px;
  padding: 90px 0;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-black);
  background: var(--tp-theme-primary);
}

.tp-featured__2-button a b {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  color: #000;
}

.tp-featured__2-button a span {
  display: block;
  margin-top: 40px;
}

.tp-featured__2-text-box .tp-hover__reveal-item {
  position: relative;
}

.tp-featured__2-text-box .tp-hover__reveal-item:hover .tp-hover-reveal-bg {
  opacity: 1;
}

.tp-featured__2-text-box .tp-hover__reveal-item a {
  position: relative;
  z-index: 2;
}

.tp-featured__2-text-box .tp-hover__reveal-bg {
  width: 1055px;
  height: 716px;
  z-index: 1;
}

.tp-featured__3-title-box .tp-section-title {
  font-weight: 700;
}

.tp-featured__3-title-box .tp-section-title-2-pre {
  font-style: normal;
}

.tp-featured__3-item {
  width: 176px;
  height: 247px;
  padding: 53px 10px;
  text-align: center;
  border: 1px solid #DDDDDD;
  border-radius: 148px;
  transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-featured__3-item {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .tp-featured__3-item {
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
  }
}

.tp-featured__3-item:hover {
  background-color: #F5F8FF;
}

.tp-featured__3 .tp-progress__bar span {
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  7.22 Testimonial css
/*----------------------------------------*/
.tp-testimonial__bg {
  background: #0c0c0c;
}

.tp-testimonial__shape {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
  .tp-testimonial__active {
    padding: 18px;
  }
}

.tp-testimonial__thumb img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.tp-testimonial__icon {
  margin-right: 48px;
}

.tp-testimonial__content p {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  color: var(--tp-common-white);
  opacity: 0.8;
  margin-bottom: 30px;
}

.tp-testimonial__author-title {
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--tp-common-white);
  margin-bottom: 0;
}

.tp-testimonial__author-designation {
  font-weight: 400;
  font-size: 16px;
  line-height: 2.2;
  color: var(--tp-common-white);
  opacity: 0.8;
}

.tp-testimonial__author-designation span {
  color: var(--tp-theme-primary);
}

.tp-testimonial__icon span {
  color: var(--tp-theme-primary);
}

.tp-testi__2-plr {
  padding-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testi__2-plr {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testi__2-plr {
    padding-bottom: 57px;
  }
}

@media (max-width: 575px) {
  .tp-testi__2-plr {
    padding-bottom: 70px;
  }
}

.tp-testi__2-bg-style::before {
  position: absolute;
  width: 55%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: var(--tp-common-black);
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-testi__2-bg-style::before {
    width: 100%;
  }
}

.tp-testi__2-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testi__2-shape-1 {
    top: auto;
    bottom: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testi__2-shape-1 {
    top: auto;
    bottom: 0;
  }
}

.tp-testi__2-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 575px) {
  .tp-testi__2-shape-2 {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testi__2-title-box {
    margin-bottom: 30px;
  }
}

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

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testi__2-title-box .tp-section-title {
    font-size: 43px;
    margin-bottom: 30px;
  }
}

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

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testi__2-title-box .tp-section-title {
    font-size: 46px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .tp-testi__2-title-box .tp-section-title {
    margin-bottom: 20px;
  }
}

.tp-testi__2-title-box p {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.9;
  margin-right: 70px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-testi__2-title-box p {
    font-size: 19px;
    margin-right: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testi__2-title-box p {
    font-size: 16px;
    margin-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testi__2-title-box p {
    font-size: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testi__2-title-box p {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testi__2-title-box p {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .tp-testi__2-title-box p {
    font-size: 20px;
    margin-right: 0;
  }
}

.tp-testi__2-author-title {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}

.tp-testi__2-author-designation {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 575px) {
  .tp-testi__2-author-review {
    margin-left: 90px;
  }
}

.tp-testi__2-author-review span {
  font-size: 14px;
  margin-right: 5px;
  color: var(--tp-theme-primary);
}

.tp-testi__2-thumb {
  margin-left: 155px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-testi__2-thumb {
    margin-left: 120px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testi__2-thumb {
    margin-left: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testi__2-thumb {
    margin-left: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testi__2-thumb {
    margin-left: 0;
    text-align: center;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testi__2-thumb {
    margin-bottom: 70px;
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .tp-testi__2-thumb {
    display: none;
  }
}

.tp-testi__2-thumb img {
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testi__2-thumb img {
    width: 90%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testi__2-thumb img {
    width: auto;
  }
}

.tp-testi__2-thumb-shape {
  position: absolute;
  width: 450px;
  height: 450px;
  top: 60%;
  left: 80px;
  right: 0;
  text-align: center;
  transform: translateY(-60%);
  margin: auto;
  content: "";
  background: var(--tp-theme-primary);
  border-radius: 200px 23px 200px 200px;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testi__2-thumb-shape {
    width: 350px;
    height: 350px;
    left: 22px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testi__2-thumb-shape {
    left: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testi__2-thumb-shape {
    top: 60%;
    left: 0;
    right: 0;
  }
}

@media (max-width: 575px) {
  .tp-testi__2-thumb-shape {
    display: none;
  }
}

.tp-testi__2-active {
  margin: 0 -50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-testi__2-active {
    margin: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testi__2-active {
    margin: 0 50px;
  }
}

.tp-testi__3-item {
  padding: 80px 99px;
  background: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testi__3-item {
    padding: 47px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testi__3-item {
    padding: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testi__3-item {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .tp-testi__3-item {
    padding: 20px;
  }
}

.tp-testi__3-shape {
  animation: jumpTwo 4s infinite linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
  .tp-testi__3-shape {
    transform: scale(0.8);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testi__3-shape {
    text-align: center;
    margin-bottom: 50px;
  }
}

.tp-testi__3-dsc p {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.9;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testi__3-dsc p {
    font-size: 21px;
  }
}

@media (max-width: 575px) {
  .tp-testi__3-dsc p {
    font-size: 16px;
  }
}

.tp-testi__3-arrow {
  position: absolute;
  bottom: 77px;
  right: 120px;
  z-index: 9;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testi__3-arrow {
    bottom: 52px;
    right: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testi__3-arrow {
    bottom: 50px;
    right: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testi__3-arrow {
    bottom: 36px;
    right: 30px;
  }
}

@media (max-width: 575px) {
  .tp-testi__3-arrow {
    display: none;
  }
}

.tp-testi__3-arrow button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #121212;
  color: var(--tp-common-white);
  margin-left: 17px;
  border-radius: 50%;
  transition: 0.3s;
}

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

.tp-testi__4 .tp-testi__3-action .tp-btn-primary {
  color: var(--tp-theme-pruple);
}

.tp-testi__4 .tp-testi__3-action .tp-btn-primary span::after {
  background: var(--tp-theme-pruple);
}

/*----------------------------------------*/
/*  7.8 CTA css
/*----------------------------------------*/
.tp-cta__box {
  padding: 35px 0;
  border: 1px solid #292929;
  border-radius: 20px;
}

.tp-cta__title {
  font-weight: 700;
  font-size: 90px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
}

@media (max-width: 575px) {
  .tp-cta__title {
    font-size: 70px;
  }
}

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

.tp-cta__title span {
  color: transparent;
  -webkit-text-stroke: 1px var(--tp-common-white);
}

.tp-cta__title a {
  cursor: none;
}

.tp-cta__2-item {
  width: 100%;
  height: 545px;
}

.tp-cta__2-thumb {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.8;
}

.tp-cta__2-text {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-cta__2-text {
    left: 5%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-cta__2-text {
    left: 0;
  }
}

@media (max-width: 575px) {
  .tp-cta__2-text {
    right: 0;
    left: 0;
    text-align: center;
  }
}

.tp-cta__2-text a {
  margin-left: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
  .tp-cta__2-text a {
    margin-left: 0;
  }
}

.tp-cta__2-text-2 {
  position: absolute;
  top: 52%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  z-index: 2;
}

.tp-cta__2-text-2 .tp-cta__2-title {
  margin-left: 0;
  line-height: 63px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-cta__2-text-2 .tp-cta__2-title {
    font-size: 55px;
  }
}

@media (max-width: 575px) {
  .tp-cta__2-text-2 .tp-cta__2-title {
    font-size: 40px;
  }

  .tp-cta__2-text-2 .tp-cta__2-title br {
    display: block;
  }
}

.tp-cta__2-circle::before {
  position: absolute;
  width: 440px;
  height: 440px;
  top: 50%;
  left: 64px;
  content: "";
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #000;
  mix-blend-mode: soft-light;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-cta__2-circle::before {
    left: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-cta__2-circle::before {
    left: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cta__2-circle::before {
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  }
}

@media (max-width: 575px) {
  .tp-cta__2-circle::before {
    width: 330px;
    height: 330px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  }
}

.tp-cta__2-circle-2::before {
  position: absolute;
  width: 436px;
  height: 436px;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  transform: translateY(-50%);
  background: rgb(255, 82, 28, 0.82);
  content: "";
  border-radius: 50%;
  z-index: 1;
  mix-blend-mode: color-burn;
}

@media (max-width: 575px) {
  .tp-cta__2-circle-2::before {
    width: 330px;
    height: 330px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  }
}

.tp-cta__2-title {
  font-size: 55px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--tp-common-white);
  margin-left: 45px;
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cta__2-title {
    font-size: 40px;
    margin-left: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-cta__2-title {
    font-size: 35px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .tp-cta__2-title {
    font-size: 30px;
    margin: 0;
    margin-bottom: 30px;
  }

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

.tp-cta__2-title span {
  font-weight: 200;
}


.tp-cta-mission.tp-cta__2-title span {
  font-weight: 200;
  font-size: 62px;
  letter-spacing: -0.04em;
}

.tp-cta_2-mission-arrow span {
  display: block;
  margin-top: 50px;
}

@media (max-width: 575px) {
  .tp-cta__2-inner .tp-cta__3-title {
    font-size: 60px;
  }
}

.tp-cta__3-title {
  font-size: 139px;
  color: var(--tp-common-white);
}

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

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

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

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

@media (max-width: 575px) {
  .tp-cta__3-title {
    font-size: 58px;
  }
}

.tp-cta__3-title span {
  color: var(--tp-theme-primary);
}

.tp-cta__3-action a {
  font-size: 115px;
  color: var(--tp-theme-primary);
}

.tp-cta__3-action a span {
  margin-right: 127px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cta__3-action a span {
    margin-right: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta__3-action a span {
    margin-right: 30px;
  }
}

.tp-cta__4-text-box:hover .tp-cta__4-action span {
  color: var(--tp-theme-primary);
}

.tp-cta__4-text-box:hover .tp-cta__4-action span svg:first-child {
  transform: translate(110px, -110px);
}

.tp-cta__4-text-box:hover .tp-cta__4-action span svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px);
}

.tp-cta__4-title {
  display: inline-block;
  font-size: 137px;
  color: var(--tp-common-white);
}

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

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

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

@media (max-width: 575px) {
  .tp-cta__4-title {
    font-size: 50px;
  }
}

.tp-cta__4-action {
  width: 112px;
  height: 112px;
  overflow: hidden;
  position: relative;
  margin-left: 45px;
  display: inline-block;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-cta__4-action {
    display: none;
  }
}

.tp-cta__4-action span svg {
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  color: var(--tp-theme-primary);
  transition: all 0.2s ease-out;
}

.tp-cta__4-action span svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0;
}

.tp-cta__5-box {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 230px;
}

.tp-cta__5-title-box .tp-section-title {
  font-size: 59px;
  font-weight: 400;
  display: inline-block;
  color: var(--tp-common-black);
}

.tp-cta__5-title-box .tp-section-title span {
  font-weight: 700;
}

.tp-cta__5-title-box .tp-section-title span.tp-cta__5-text {
  position: relative;
  font-weight: 300;
  display: inline-block;
  font-style: italic;
  margin-bottom: 15px;
}

.tp-cta__5-title-box .tp-section-title span.tp-cta__5-text::after {
  position: absolute;
  width: 68px;
  height: 3px;
  top: 50%;
  right: -90px;
  content: "";
  transform: translateY(-50%);
  background-color: var(--tp-theme-primary);
}

.tp-cta__5-title-box .tp-section-title:hover .tp-theme-text::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.tp-cta__5-title-box .tp-theme-text {
  position: relative;
}

.tp-cta__5-title-box .tp-theme-text::before {
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  background-color: var(--tp-theme-primary);
}

.tp-cta__5-action a {
  position: relative;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  display: block;
  color: var(--tp-common-white);
}

.tp-cta__5-action a span {
  position: absolute;
  color: var(--tp-theme-third);
  right: 0;
  top: -84px;
  left: 0;
  text-align: center;
  margin: auto;
  z-index: -1;
  animation: rotate2 9s linear infinite;
}

/*----------------------------------------*/
/*  7.7 Contact
/*----------------------------------------*/
.tp-contact__content {
  margin-bottom: 55px;
}

.tp-contact__content:last-child {
  margin: 0;
}

.tp-contact__text {
  margin-right: 80px;
}

@media (max-width: 575px) {
  .tp-contact__text {
    margin-bottom: 30px;
  }
}

.tp-contact__adress {
  margin-right: 80px;
}

@media (max-width: 575px) {
  .tp-contact__adress {
    margin-bottom: 30px;
  }
}

.tp-contact__title {
  font-weight: 600;
  font-size: 22px;
  display: block;
  margin-bottom: 15px;
  color: var(--tp-common-white);
}

.tp-contact__title-sm {
  font-weight: 600;
  font-size: 16px;
  color: var(--tp-common-white);
  transition: 0.3s;
}

@media (max-width: 575px) {
  .tp-contact__title-sm {
    font-size: 13px;
  }
}

.tp-contact__title-sm:hover {
  color: var(--tp-theme-primary);
}

.tp-contact__title-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-contact__title-box p br {
    display: none;
  }
}

.tp-contact__social-link a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #5c5c5b;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 14px;
  transition: 0.3s;
}

.tp-contact__social-link a:last-child {
  margin-right: 0;
}

.tp-contact__social-link a:hover {
  color: var(--tp-common-black);
  border: 1px solid var(--tp-theme-primary);
  background-color: var(--tp-theme-primary);
}

.tp-contact__inner {
  padding: 72px 48px;
  background: #0f0e0e;
  border-radius: 6px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact__inner {
    padding: 40px;
  }
}

@media (max-width: 575px) {
  .tp-contact__inner {
    padding: 30px;
  }
}

.tp-contact__action .tp-btn-secondary {
  position: relative;
  padding: 22px 40px;
  font-weight: 700;
  font-size: 15px;
  display: block;
  text-transform: capitalize;
  color: #000;
  border-radius: 5px;
}

.tp-contact__action .tp-btn-secondary span {
  position: absolute;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 0;
  right: 24px;
  transition: 0.3s;
}

.tp-contact__action .tp-btn-secondary:hover span {
  right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact__left {
    margin-bottom: 60px;
  }
}

@media (max-width: 575px) {
  .tp-contact__left {
    margin-bottom: 50px;
  }
}

.tp-contact__2-wrap {
  padding: 46px 100px 0 20px;
  width: 100%;
  background-color: #EFEBE9;
  border-radius: 15px 15px 0 0;
}

@media (max-width: 575px) {
  .tp-contact__2-wrap {
    padding: 44px 0 0 0;
  }
}

.tp-contact__2-content {
  height: 638px;
}

@media (max-width: 575px) {
  .tp-contact__2-content {
    height: 430px;
  }
}

.tp-contact__2-shape-1 {
  position: absolute;
  top: 100px;
  left: 40px;
  animation: rotate2 9s linear infinite;
}

.tp-contact__2-shape-2 {
  position: absolute;
  right: 12%;
  bottom: 0;
  z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact__2-shape-2 {
    right: 0;
  }
}

@media (max-width: 575px) {
  .tp-contact__2-shape-2 {
    display: none;
  }
}

.tp-contact__2-thumb {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact__2-thumb {
    left: -30px;
  }
}

@media (max-width: 575px) {
  .tp-contact__2-thumb {
    bottom: auto;
  }
}

@media (max-width: 575px) {
  .tp-contact__2-thumb img {
    width: 100%;
  }
}

.tp-contact__2-title {
  font-size: 60px;
}

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

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

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

@media (max-width: 575px) {
  .tp-contact__2-title {
    font-size: 36px;
  }
}

.tp-contact__2 .tp-contact__inner {
  padding: 72px 48px;
  background: none;
  border-radius: 6px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact__2 .tp-contact__inner {
    padding: 72px 20px;
  }
}

@media (max-width: 575px) {
  .tp-contact__2 .tp-contact__inner {
    padding: 72px 30px;
  }
}

.tp-contact__inner-1 .tp-contact__title-box .tp-section-title {
  font-weight: 700;
}

.tp-contact__inner-1 .tp-contact__title-box p {
  color: inherit;
}

/*----------------------------------------*/
/*  7.9 Error css
/*----------------------------------------*/
.tp-error__title {
  font-weight: 700;
  font-size: 320px;
  color: var(--tp-common-white);
}

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

@media (max-width: 575px) {
  .tp-error__title {
    font-size: 130px;
  }
}

.tp-error__title-sm {
  font-weight: 600;
  font-size: 46px;
  line-height: 1.2;
  display: inline-block;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-error__title-sm {
    font-size: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-error__title-sm {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .tp-error__title-sm {
    font-size: 35px;
  }
}

.tp-error__action a {
  font-size: 18px;
  font-weight: 500;
  padding: 18px 55px;
  display: inline-block;
  color: var(--tp-common-black);
  background: var(--tp-theme-primary);
  border-radius: 3px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

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

/*----------------------------------------*/
/*  7.4 Brand css
/*----------------------------------------*/
.tp-brand-wrap {
  border: 1px solid #353535;
}

.tp-brand__item {
  position: relative;
  text-align: center;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tp-brand__item::after {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  background: #353535;
}

.tp-brand__item:last-chid::after {
  display: none;
}

.tp-brand__logo a {
  color: #FFFEF6;
  transition: 0.9s;
}

.tp-brand__active .swiper-slide-active .tp-brand__logo a {
  color: var(--tp-theme-primary);
}

.tp-brand-2__title {
  font-size: 20px;
  font-weight: 500;
  color: var(--tp-common-white);
  margin-bottom: 46px;
}

@media (max-width: 575px) {
  .tp-brand-2__title {
    font-size: 28px;
  }
}

.tp-brand-2__title span {
  color: var(--tp-theme-primary);
}

.tp-brand__style-3 .tp-brand__item::after {
  display: none;
}

.tp-brand__style-5 .tp-brand__3-wrap {
  border-bottom: 1px solid #d9d9d9;
}

.tp-brand__style-5 .tp-brand__item::after {
  display: none;
}

.tp-brand__style-5 .tp-brand__logo a {
  color: var(--tp-common-black);
}

.tp-brand__3-wrap {
  border-bottom: 1px solid rgba(217, 217, 217, 0.1);
}

.tp-brand__4 .tp-brand__logo a {
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  7.12 Funfact css
/*----------------------------------------*/
.tp-funfact__bg {
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 575px) {
  .tp-funfact__bg {
    background-size: cover;
  }
}

.tp-funfact__shape {
  position: absolute;
  bottom: -50%;
  left: 0;
  right: 0;
  z-index: -1;
}

.tp-funfact__shape img {
  width: 100%;
}

.tp-funfact__action {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 5;
}

.tp-funfact__action a {
  font-size: 16px;
  font-weight: 700;
  width: 190px;
  height: 190px;
  line-height: 150px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
  border-radius: 50%;
}

.tp-funfact__action a span {
  display: block;
  line-height: 0;
  font-size: 24px;
  margin-top: -45px;
}

.tp-funfact__wrap {
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.19);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-funfact__title-box {
    margin-bottom: 50px;
  }
}

.tp-funfact__item {
  margin-bottom: 30px;
}

.tp-funfact__number {
  font-size: 92px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px #FE392A;
  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: 575px) {
  .tp-funfact__number {
    font-size: 70px;
  }
}

.tp-funfact__text span {
  font-size: 16px;
  line-height: 2.1;
  font-weight: 600;
  padding: 7px 47px;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 56px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-funfact__text span {
    padding: 7px 40px;
  }
}

.tp-funfact__1 .tp-section-title {
  font-weight: 700;
  padding-top: 56px;
}

.tp-section-title.tp-funfact-title span {
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.04em;
}

.tp-funfact__3 .tp-funfact__wrap {
  border: 0;
}

.tp-funfact__3 .tp-funfact__item {
  position: relative;
  width: 299px;
  height: 299px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-funfact__3 .tp-funfact__item {
    width: 270px;
    height: 270px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-funfact__3 .tp-funfact__item {
    margin: auto;
    margin-bottom: 30px;
  }
}

.tp-funfact__3 .tp-funfact__item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  transform: scale(0.5);
  opacity: 0.03;
  visibility: hidden;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.50);
  transition: 0.5s;
}

.tp-funfact__3 .tp-funfact__item:hover {
  border: 1px solid transparent;
}

.tp-funfact__3 .tp-funfact__item:hover::before {
  visibility: visible;
  transform: scale(1);
}

.tp-funfact__3 .tp-funfact__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}

.tp-funfact__3 .tp-funfact__number {
  font-weight: 800;
  font-size: 70px;
  -webkit-text-stroke: 1px var(--tp-common-white);
}

.tp-funfact__3 .tp-funfact__text span {
  border: 0;
  font-size: 20px;
}

.tp-funfact__4 {
  position: relative;
  overflow: hidden;
}

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

.tp-funfact__4-bg::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.84);
}

.tp-funfact__4-shap-1 {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 575px) {
  .tp-funfact__4-shap-1 {
    display: none;
  }
}

.tp-funfact__4-shap-2 {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-funfact__4-shap-2 {
    bottom: -30%;
    right: 77%;
    transform: rotate(90deg);
  }
}

@media (max-width: 575px) {
  .tp-funfact__4-shap-2 {
    display: none;
  }
}

.tp-funfact__4 .tp-funfact__item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  background-color: var(--tp-theme-primary);
  transition: 0.5s;
}

.tp-funfact__4 .tp-funfact__item:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.tp-funfact__inner-1 .tp-funfact__number {
  color: #d9d9d9;
  -webkit-text-stroke: #d9d9d9;
}

.tp-funfact__inner-1 .tp-funfact__wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.19);
}

.tp-funfact__5 {
  min-height: 625px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.tp-funfact__5-content {
  position: absolute;
  right: 10%;
  bottom: 15%;
  background-color: var(--tp-common-white);
  padding: 35px 60px 29px 40px;
  display: inline-block;
  border-radius: 5px;
}

.tp-funfact_5-counter h1 {
  font-size: 52px;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-bottom: 2px;
}

.tp-funfact_5-counter span {
  font-size: 15px;
}

.tp-funfact-user-text {

  font-size: 15px;
  padding-left: 12px;
  line-height: 24px;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

  .tp-funfact_5-counter h1 {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -0.04em;
    margin-bottom: 2px;
  }

  .tp-funfact_5-user.pt-35 {
    padding-top: 25px;
  }

}


/*----------------------------------------*/
/*  7.18 Project css
/*----------------------------------------*/
.tp-project__shape {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.tp-project__shape img {
  width: 100%;
}

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

.tp-project__item {
  overflow: hidden;
}

.tp-project__item:hover .tp-project__content {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.tp-project__item:hover .tp-project__icon {
  opacity: 1;
  visibility: visible;
  scale: 1;
}

.tp-project__item:hover .tp-project__thumb img {
  transform: scale(1.3);
}

.tp-project__thumb {
  position: relative;
}

.tp-project__thumb img {
  width: 100%;
  transition: 2.3s;
}

.tp-project__icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  scale: 0.8;
  transition: 0.3s;
}

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

.tp-project__content {
  position: absolute;
  bottom: -80px;
  padding: 26px 120px 26px 38px;
  backdrop-filter: blur(15px);
  background: rgba(0, 0, 0, 0.39);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project__content {
    padding: 26px 30px 26px 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project__content {
    padding: 20px 22px 20px 16px;
  }
}

@media (max-width: 575px) {
  .tp-project__content {
    padding: 26px 24px 26px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-project__content {
    padding: 26px 70px 26px 25px;
  }
}

.tp-project__title {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
  transition: 0.3s;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px) {
  .tp-project__title {
    font-size: 20px;
  }
}

.tp-project__title:hover {
  color: var(--tp-theme-primary);
}

.tp-project__categories {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--tp-common-white);
}

.tp-project__action {
  position: absolute;
  bottom: 150px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-project__action {
    left: -5%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project__action {
    left: 0;
    bottom: 200px;
  }
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project__action {
    bottom: 30%;
  }
}

.tp-project__action-wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.tp-project__more-title {
  position: relative;
  font-weight: 500;
  font-size: 52px;
  text-align: center;
  padding: 65px 80px;
  overflow: hidden;
  display: inline-block;
  backdrop-filter: blur(4px);
  transform: rotate(-34deg);
  color: var(--tp-common-white);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 91px;
  transition: 0.3s;
}



.tp-project__more-title:hover {
  color: var(--tp-theme-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project__more-title {
    font-size: 45px;
    padding: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project__more-title {
    font-size: 42px;
    padding: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project__more-title {
    font-size: 32px;
    padding: 31px;
  }
}

.tp-project__more-shape {
  position: absolute;
  bottom: -130px;
  left: -20px;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project__more-shape {
    bottom: -94%;
    left: -70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project__more-shape {
    display: none;
  }
}

/*----------------------------------------*/
/*  7.2 Awards css
/*----------------------------------------*/
.tp-awards__item {
  padding: 0 0 38px 0;
  border-bottom: 1px solid rgba(217, 217, 217, 0.13);
  margin-bottom: 44px;
}

.tp-awards__item:hover .tp-awards__icon a::before {
  scale: 1;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-awards__title-box {
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-awards__title-box .tp-section-title {
    font-size: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-awards__thumb {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-awards__thumb img {
    width: 100%;
  }
}

.tp-awards__size {
  font-size: 16px;
  color: var(--tp-common-white);
  margin-right: 20px;
}

.tp-awards__size span {
  font-weight: 500;
  font-size: 23px;
}

.tp-awards__sm-text {
  font-weight: 600;
  font-size: 15px;
  text-transform: lowercase;
  color: #878889;
}

.tp-awards__title {
  position: relative;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
  display: inline-block;
  color: var(--tp-common-white);
  margin-right: 40px;
}

@media (max-width: 575px) {
  .tp-awards__title {
    font-size: 20px;
  }
}

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

.tp-awards__title::after {
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  content: "";
  background-color: var(--tp-common-white);
  transition: 0.5s;
}

.tp-awards__title:hover::after {
  width: 100%;
}

.tp-awards__title-sm {
  font-weight: 600;
  font-size: 15px;
  color: var(--tp-theme-primary);
  margin-bottom: 0;
}

.tp-awards__icon a {
  position: relative;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: #1a1919;
  border-radius: 50%;
  transform: rotate(-34deg);
  transition: 0.3s;
}

.tp-awards__icon a::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  scale: 0.5;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--tp-theme-primary);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.tp-awards__2 .tp-awards__item {
  position: relative;
  padding: 0;
  border: 0;
  margin: 0;
}

@media (max-width: 575px) {
  .tp-awards__2 .tp-awards__item {
    margin-bottom: 20px;
  }
}

.tp-awards__2 .tp-awards__item::after {
  position: absolute;
  width: 1px;
  height: 38px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: rgba(255, 255, 255, 0.34);
}

@media (max-width: 575px) {
  .tp-awards__2 .tp-awards__item::after {
    display: none;
  }
}

.tp-awards__2 .tp-awards__item::after:last-child::after {
  display: none;
}

.tp-awards__2 .tp-awards__button-box .nav button {
  position: relative;
  font-size: 20px;
  color: var(--tp-common-white);
  border-bottom: 1px dashed rgba(206, 206, 206, 0.19);
  padding: 10px 30px;
  margin-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-awards__2 .tp-awards__button-box .nav button {
    margin-left: 20px;
  }
}

@media (max-width: 575px) {
  .tp-awards__2 .tp-awards__button-box .nav button {
    padding: 10px 25px;
    margin-left: 0;
  }
}

.tp-awards__2 .tp-awards__button-box .nav button.active {
  border-bottom: 1px solid var(--tp-theme-primary);
}

.tp-awards__2 .tp-awards__title {
  font-size: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-awards__2 .tp-awards__title {
    font-size: 16px;
  }
}

.tp-awards__2 .tp-awards__title-box .tp-section-title span {
  color: var(--tp-theme-primary);
}

.tp-awards__2 .tp-awards__title::after {
  display: none;
}

.tp-awards__2 .tp-awards__icon {
  margin-right: 20px;
}

.tp-awards__2 .tp-awards__icon span {
  font-size: 59px;
  color: var(--tp-theme-primary);
}

.tp-awards__2 .tp-awards__featured-box {
  border: 1px solid #21262D;
}

@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),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-awards__2 .tp-awards__featured-box {
    margin-left: 0;
  }
}

.tp-awards__2 .tp-awards__featured-box::after {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: #21262D;
}

.tp-awards__2 .tp-awards__featured-box::before {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  content: "";
  background: #21262D;
  z-index: 2;
}

.tp-awards__2 .tp-awards__featured-item {
  padding: 60px 0 60px 63px;
  background-color: #0A0A0A;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-awards__2 .tp-awards__featured-item {
    padding: 50px 17px 50px 35px;
  }
}

@media (max-width: 575px) {
  .tp-awards__2 .tp-awards__featured-item {
    padding: 50px 17px 50px 20px;
  }
}

.tp-awards__2 .tp-awards__featured-date {
  position: absolute;
  top: 0;
  right: 0;
}

.tp-awards__2 .tp-awards__featured-date span {
  font-size: 20px;
  padding: 5px 33px;
  display: inline-block;
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}

.tp-awards__2 .tp-awards__featured-cat {
  font-weight: 700;
  font-size: 42px;
  color: transparent;
  -webkit-text-stroke: 1px var(--tp-common-white);
  margin-bottom: 40px;
}

.tp-awards__2 .tp-awards__featured-number {
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
  color: var(--tp-common-white);
}

.tp-awards__2 .tp-awards__featured-number span {
  font-size: 20px;
}

.tp-awards__2 .tp-awards__featured-title {
  font-size: 16px;
  color: var(--tp-common-white);
}

@media (max-width: 575px) {
  .tp-awards__2 .tp-awards__featured-title {
    font-size: 10px;
  }
}

.tp-awards__3-bg-style::before {
  position: absolute;
  width: 84%;
  height: 100%;
  right: 0;
  top: 0;
  content: "";
  background-color: var(--tp-common-black);
  z-index: -1;
}

.tp-awards__3-thumb-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
}

.tp-awards__3-wrap {
  margin-left: 55px;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-awards__3-wrap {
    margin-left: 150px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-awards__3-wrap {
    margin-left: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-awards__3-wrap {
    margin-left: 0px;
  }
}

@media (max-width: 575px) {
  .tp-awards__3-title-box {
    margin-bottom: 0;
  }
}

.tp-awards__3-title-box p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  color: #8d8f96;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-awards__3-title-box .tp-section-title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-awards__3-title-box .tp-section-title {
    font-size: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-awards__3-title-box .tp-section-title {
    font-size: 60px;
  }
}

@media (max-width: 575px) {
  .tp-awards__3-title-box .tp-section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.tp-awards__3-funfact {
  position: relative;
  width: 602px;
  height: 140px;
  padding: 30px 70px;
  border: 1px solid rgba(93, 93, 93, 0.27);
  border-radius: 6px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-awards__3-funfact {
    width: 530px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-awards__3-funfact {
    width: 520px;
    padding: 30px 50px;
  }
}

@media (max-width: 575px) {
  .tp-awards__3-funfact {
    width: auto;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    padding: 0;
    border: 0;
    height: auto;
    border-radius: 0;
  }
}

.tp-awards__3-funfact::after {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 55px;
  left: 0;
  content: "";
  text-align: center;
  margin: auto;
  background-color: rgba(93, 93, 93, 0.27);
}

@media (max-width: 575px) {
  .tp-awards__3-funfact::after {
    display: none;
  }
}

@media (max-width: 575px) {
  .tp-awards__3-funfact-item {
    margin-bottom: 30px;
  }
}

.tp-awards__3-funfact-number {
  font-size: 42px;
  font-weight: 700;
  color: var(--tp-theme-primary);
}

.tp-awards__3-funfact-text {
  font-weight: 600;
  font-size: 15px;
  color: var(--tp-common-white);
}

.tp-awards__3-list-box ul li {
  position: relative;
  list-style: none;
  padding-left: 40px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--tp-common-white);
  margin-bottom: 15px;
}

.tp-awards__3-list-box ul li span {
  position: absolute;
  font-size: 18px;
  left: 0;
  color: var(--tp-theme-primary);
}

.tp-awards__3-list-box ul li p {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
  margin: 0;
}

.tp-awards__4-plr {
  padding-top: 220px;
  padding-bottom: 60px;
}

.tp-awards__4-shape {
  position: absolute;
  top: 140px;
  right: 0;
  left: 0;
  text-align: center;
  animation: rotate2 15s linear infinite;
}

.tp-awards__4-shape span {
  color: var(--tp-theme-pruple);
}

.tp-awards__4-text {
  margin: 0 120px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-awards__4-text {
    margin: 0 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-awards__4-text {
    margin: 0 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-awards__4-text {
    margin: 0;
  }
}

.tp-awards__4-title {
  font-size: 80px;
  font-weight: 400;
  line-height: 1.13;
  margin-right: 16px;
  color: var(--tp-common-black);
  letter-spacing: -0.04em;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-awards__4-title {
    font-size: 65px;
  }
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .tp-awards__4-title {
    font-size: 70px;
  }
}

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

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

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

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

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

@media (max-width: 575px) {
  .tp-awards__4-title {
    font-size: 21px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-awards__5-content {
    margin-left: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-awards__5-content {
    margin-left: 0;
  }
}

.tp-awards__5-content p {
  line-height: 1.5;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-awards__5-content p {
    font-size: 14px;
  }
}

.tp-awards__5-title-box .tp-section-title {
  font-size: 56px;
  margin-bottom: 40px;
}

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

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

@media (max-width: 575px) {
  .tp-awards__5-title-box .tp-section-title {
    font-size: 27px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-awards__5-thumb {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) and (max-width: 575px),
only screen and (min-width: 768px) and (max-width: 991px) and (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) and (max-width: 575px),
(max-width: 575px) and (max-width: 575px) {
  .tp-awards__5-thumb img {
    width: 100%;
  }
}

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

.tp-awards__5 .tp-services__4-shape span {
  color: var(--tp-theme-primary);
}

.tp-awards__5-funfact-box::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #222;
  content: "";
  top: -30px;
}

.tp-awards__5-funfact-item {
  position: relative;
  margin: 0 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-awards__5-funfact-item:last-child {
    margin: 0 60px 0 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-awards__5-funfact-item {
    margin: 0;
  }
}

@media (max-width: 575px) {
  .tp-awards__5-funfact-item {
    margin-bottom: 50px;
  }
}

.tp-awards__5-funfact-item::after {
  position: absolute;
  height: 154px;
  width: 1px;
  background: #222;
  content: "";
  top: -30px;
  right: -50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-awards__5-funfact-item::after {
    right: -25%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-awards__5-funfact-item::after {
    right: -100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-awards__5-funfact-item::after {
    right: -25%;
  }
}

.tp-awards__5-funfact-item:last-child::after {
  display: none;
}

.tp-awards__5-funfact-item p {
  font-size: 16px;
}

.tp-awards__5-funfact-text {
  font-size: 40px;
  color: var(--tp-theme-primary);
}

.tp-awards__5-avater-thumb {
  margin-right: 28px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-awards__5-avater-thumb {
    margin-right: 10px;
  }
}

@media (max-width: 575px) {
  .tp-awards__5-avater-thumb {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.tp-awards__5-avater-thumb img {
  width: 59px;
  height: 59px;
  border-radius: 50%;
}

.tp-awards__5-avater-signature {
  margin-right: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-awards__5-avater-signature {
    margin-right: 28px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-awards__5-avater-signature {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .tp-awards__5-avater-signature {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.tp-awards__5-since-title {
  font-size: 15px;
  font-weight: 600;
  padding: 16px 34px;
  color: var(--tp-common-white);
  background: #212121;
  border-radius: 50px;
}

.tp-awards__5-since-title span {
  color: var(--tp-theme-primary);
}

@media (max-width: 575px) {
  .tp-awards__5-founder-box {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .tp-awards__5 .tp-services__4-shape-box {
    left: 0;
    bottom: -60px;
    right: 0;
    text-align: center;
    margin: auto;
  }
}

/*----------------------------------------*/
/*  7.6 Chooseus
/*----------------------------------------*/
.tp-chooseus__bg-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-chooseus__bg-thumb {
    width: 45%;
    background-size: cover;
    background-position: center;
  }
}

.tp-chooseus__wrap {
  margin-left: 55px;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .tp-chooseus__wrap {
    margin-left: 160px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-chooseus__wrap {
    margin-left: 160px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-chooseus__wrap {
    margin-left: 140px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-chooseus__wrap {
    margin: 0;
  }
}

.tp-chooseus__title-box p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  text-transform: lowercase;
  color: #8d8f96;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px),
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: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-chooseus__title-box p br {
    display: none;
  }
}

.tp-chooseus__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 123px;
  text-align: center;
}

@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-chooseus__icon {
    right: 0;
  }
}

.tp-chooseus__icon a span {
  width: 220px;
  height: 220px;
  display: inline-block;
  color: var(--tp-theme-primary);
}

.tp-chooseus__1 .tp-section-title-2 {
  font-size: 55px;
  line-height: 1.3;
}

@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-chooseus__1 .tp-section-title-2 {
    font-size: 48px;
  }
}

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

@media (max-width: 575px) {
  .tp-chooseus__1 .tp-section-title-2 {
    font-size: 25px;
  }
}

.tp-chooseus__2-title-box .tp-section-title {
  font-size: 70px;
  font-weight: 700;
}

.tp-chooseus__2-shape {
  position: absolute;
  bottom: -40px;
  left: 0;
  animation: jumpTwo 4s infinite linear;
}

@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),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-chooseus__2-shape {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-chooseus__2-thumb img {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-chooseus__2-thumb-box {
    text-align: center;
    margin-bottom: 80px;
  }
}

.tp-chooseus__2-thumb-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.tp-chooseus__2-progress .tp-progress__bar .progress-bar {
  background-color: var(--tp-theme-pruple);
}

.tp-chooseus__inner-1 .tp-progress__bar .progress-bar {
  background-color: var(--tp-theme-primary);
}

.tp-chooseus__inner-1 .tp-chooseus__2-thumb img {
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-chooseus__inner-1 .tp-chooseus__2-progress {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-chooseus__inner-1 .tp-section-title {
    font-size: 60px;
  }
}

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

@media (max-width: 575px) {
  .tp-chooseus__inner-1 .tp-section-title {
    font-size: 28px;
  }
}

/*----------------------------------------*/
/*  7.17 Progress css
/*----------------------------------------*/
.tp-progress__bar {
  width: 622px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-progress__bar {
    width: auto;
  }
}

.tp-progress__bar span {
  position: absolute;
  font-size: 16px;
  font-weight: 700;
  right: 24px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}

.tp-progress__bar-title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}

.tp-progress__bar .progress {
  height: 6px;
  margin-top: 20px;
}

.tp-progress__bar .progress-bar {
  background-color: var(--tp-theme-primary);
}

.tp-progress__item {
  margin-right: 78px;
}

@media (max-width: 575px) {
  .tp-progress__item {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-progress__item {
    margin-right: 50px;
  }
}

.tp-progress__canva {
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .tp-progress__canva {
    text-align: center;
  }
}

.tp-progress__canva input {
  color: var(--tp-common-white) !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  font-family: var(--tp-ff-mulish) !important;
}

.tp-progress__space {
  padding-top: 380px;
  padding-bottom: 120px;
  margin-top: -285px;
}

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

.tp-progress__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-progress__content {
    margin-right: 50px;
  }
}

/*----------------------------------------*/
/*  7.21 Team css
/*----------------------------------------*/
.tp-team__item {
  position: relative;
  border-bottom: 1px solid #1d1d1d;
}

.tp-team__item:hover .tp-team__content {
  opacity: 1;
}

.tp-team__item:hover .tp-team__title {
  color: var(--tp-common-white);
}

.tp-team__item .tp-hover__reveal-bg {
  background-size: inherit;
  background-position: center;
  background-repeat: no-repeat;
}

.tp-team__title {
  font-size: 30px;
  line-height: 1.15;
  color: var(--tp-common-white);
  margin-bottom: 0;
  font-weight: 500;
}


@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-team__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-team__title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-team__title-box .tp-section-title {
    margin-bottom: 30px;
  }
}

.tp-team__tag {
  font-size: 17px;
  color: var(--tp-grey-1);
  text-transform: capitalize;
}

.tp-team__tag span {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}

.tp-team__content {
  padding: 55px 28px;
  transition: 0.3s;
  opacity: 0.5;
}

.tp-team__action {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-team__action {
    text-align: start;
  }
}

.tp-team__2 .tp-team__title-box {
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.tp-team__2-shape {
  position: absolute;
  top: 50%;
  left: 10%;
  text-align: center;
  transform: translateY(-40%);
  z-index: -1;
}

.tp-team__2-shape img {
  width: 100%;
}

.tp-team__2-item {
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-team__2-item {
    margin-bottom: 30px;
  }
}

.tp-team__2-item:hover .tp-team__2-thumb img {
  transform: scale(1.3);
}

.tp-team__2-item:hover .tp-team__2-social-link {
  top: 250px;
  left: 80px;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team__2-item:hover .tp-team__2-social-link {
    top: 140px;
    left: 65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team__2-item:hover .tp-team__2-social-link {
    top: 190px;
    left: 62px;
  }
}

@media (max-width: 575px) {
  .tp-team__2-item:hover .tp-team__2-social-link {
    top: 180px;
    left: 60px;
  }
}

.tp-team__2-item:hover .tp-team__2-social::before {
  left: 0;
  opacity: 0.34;
  visibility: visible;
}

.tp-team__2-thumb {
  position: relative;
}

.tp-team__2-thumb img {
  width: 100%;
  transition: 1.9s;
}

.tp-team__2-social {
  position: absolute;
  top: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-team__2-social {
    top: 50px;
  }
}

.tp-team__2-social::before {
  position: absolute;
  width: 229px;
  height: 522px;
  left: -150px;
  content: "";
  background: #000;
  opacity: 0;
  visibility: hidden;
  clip-path: polygon(100% 52%, 0 0, 0 100%);
  transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team__2-social::before {
    width: 180px;
    height: 365px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px) {
  .tp-team__2-social::before {
    width: 200px;
    height: 417px;
  }
}

@media (max-width: 575px) {
  .tp-team__2-social::before {
    width: 200px;
    height: 402px;
  }
}

.tp-team__2-social-link {
  position: absolute;
  top: 304px;
  display: inline-block;
  transform: rotate(43deg);
  left: 118px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team__2-social-link {
    top: 170px;
    left: 65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px) {
  .tp-team__2-social-link {
    top: 220px;
    transform: rotate(45deg);
  }
}

.tp-team__2-social a {
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid var(--tp-common-white);
  border-radius: 50%;
  margin-top: 10px;
  transform: rotate(-90deg);
  transition: 0.3s;
}

.tp-team__2-social a:hover {
  border: 1px solid var(--tp-theme-primary);
  background-color: var(--tp-theme-primary);
}

.tp-team__2-designation {
  font-weight: 600;
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.03em;
  text-align: center;
  color: rgba(255, 255, 255, 0.31);
  margin-bottom: 10px;
}

.tp-team__2-title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  display: block;
  text-align: center;
  color: var(--tp-common-white);
  transition: 0.3s;
  padding-top: 4px;
}

.tp-team__2-title:hover {
  color: var(--tp-theme-primary);
}

@media (max-width: 575px) {
  .tp-team__2-action {
    margin-top: 30px;
  }
}

.tp-team__3-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.tp-team__3-top {
  margin-bottom: 30px;
}

.tp-team__3-arrow button {
  width: 68px;
  height: 68px;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  margin-left: 28px;
  transition: 0.3s;
}

.tp-team__3-arrow button:hover {
  color: var(--tp-common-black);
  background: var(--tp-theme-primary);
  border: 1px solid var(--tp-theme-primary);
}

@media (max-width: 575px) {
  .tp-team__3-arrow {
    display: none;
  }
}

.tp-team__3-item:hover .tp-team__3-action a {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.tp-team__3-item:hover .tp-team__3-thumb::before {
  opacity: 0;
  visibility: hidden;
}

.tp-team__3-item:hover .tp-team__3-social {
  opacity: 1;
  bottom: 0;
  visibility: visible;
}

.tp-team__3-thumb {
  overflow: hidden;
  margin-bottom: 40px;
}

.tp-team__3-thumb::before {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  content: "";
  mix-blend-mode: color;
  transition: 0.5s;
}

.tp-team__3-thumb a img {
  width: 100%;
}

.tp-team__3-action {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}

.tp-team__3-action a {
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--tp-theme-primary);
  transform: scale(0.2);
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}

.tp-team__3-action a span {
  font-size: 24px;
  color: var(--tp-common-white);
}

.tp-team__3-social {
  position: absolute;
  left: 0;
  bottom: -30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.tp-team__3-social-link {
  padding: 13px 16px 13px 16px;
  background-color: var(--tp-common-white);
}

.tp-team__3-social-link a {
  font-size: 18px;
  color: #888;
  margin-right: 24px;
  transition: 0.3s;
}

.tp-team__3-social-link a:last-child {
  margin-right: 0;
}

.tp-team__3-social-link a:hover {
  color: var(--tp-theme-primary);
}

.tp-team__3-title {
  font-weight: 600;
  font-size: 22px;
  color: var(--tp-common-white);
  margin-bottom: 12px;
  transition: 0.3s;
}

.tp-team__3-title:hover {
  color: var(--tp-theme-primary);
}

.tp-team__3-designation {
  font-weight: 700;
  font-size: 12px;
  color: var(--tp-theme-primary);
}

.tp-team__3-link a span {
  font-weight: 700;
  font-size: 24px;
  display: inline-block;
  color: var(--tp-theme-primary);
  transform: rotate(-35deg);
  transition: 0.3s;
}

.tp-team__3-link a span:hover {
  transform: rotate(0);
}

.tp-team__4 .tp-team__item {
  position: relative;
  border-bottom: 1px solid #ddd;
}

.tp-team__4 .tp-team__item .tp-team__title {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.tp-team__4 .tp-team__item .tp-team__title span {
  font-weight: 400;
}

.tp-team__4 .tp-team__item:last-child {
  border: 0;
}

.tp-team__4 .tp-team__item:hover .tp-team__title {
  color: var(--tp-common-black);
}

.tp-team__4 .tp-team__content {
  padding: 40px 0;
  opacity: 1;
}

.tp-team__4 .tp-team__title {
  color: var(--tp-common-black);
}

.tp-team__4 .tp-team__title span {
  font-weight: 400;
}

.tp-team__4 .tp-team__action {
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}

.tp-team__4 .tp-hover__reveal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 350px;
  opacity: 0;
  margin: -150px 0 0 -150px;
  overflow: hidden;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 5;
}

.tp-team__4 .tp-team__action span {
  display: inline-block;
  padding-left: 5px;
}

.tp-team__4 .tp-team__tag {
  color: var(--tp-common-black);
}

.tp-team__inner-1 .tp-team__3-thumb::before {
  display: none;
}

.tp-team__inner-2 .tp-team__2-item {
  margin-bottom: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-team__details-wrapp {
    margin-left: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-team__details-wrapp {
    margin-left: 0;
  }
}

.tp-team__details-subtitle {
  font-size: 16px;
  display: block;
  color: var(--tp-theme-primary);
  padding-bottom: 6px;
}

.tp-team__details-thumb img {
  width: 100%;
}

.tp-team__details-title {
  font-size: 34px;
  display: inline-block;
  color: var(--tp-common-white);
  margin-bottom: 35px;
  font-weight: 600;
}

.tp-team-award.tp-awards__title {
  position: relative;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.3;
  display: inline-block;
  color: var(--tp-common-white);
  margin-right: 40px;
}



.tp-team__details-title-box p {
  font-size: 16px;
  line-height: 1.9;
}

.tp-team__details-link-box ul li {
  position: relative;
  list-style: none;
  padding-left: 28px;
  color: var(--tp-common-white);
  margin-bottom: 18px;
}

.tp-team__details-link-box ul li a {
  font-size: 18px;
}

.tp-team__details-link-box ul li a b {
  position: absolute;
  left: 0;
  color: var(--tp-theme-primary);
}

.tp-team__details-funfact-item:last-child {
  margin-left: 94px;
}

.tp-team__details-funfact-number {
  font-weight: 600;
  font-size: 42px;
  color: var(--tp-common-white);
  margin-bottom: 22px;
}

.tp-team__details-funfact-title {
  font-weight: 400;
  font-size: 18px;
  color: var(--tp-common-white);
}

.tp-team__details-progress-box .tp-progress__bar-title {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
}

.tp-team__details-progress-box .tp-progress__bar span {
  font-weight: 400;
}

.tp-team__details-skill-title {
  font-weight: 600;
  font-size: 34px;
  display: inline-block;
  color: var(--tp-common-white);
  margin-bottom: 40px;
}


.tp-team__details-exp-icon a {
  color: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-team__details-exp-icon a:hover {
  color: var(--tp-theme-primary);
}

.tp-team__details-contact-item {
  padding: 56px;
  background-color: var(--tp-common-black);
}

@media (max-width: 575px) {
  .tp-team__details-contact-item {
    padding: 30px;
  }
}

.tp-team__details-contact-title {
  font-weight: 600;
  font-size: 34px;
  color: var(--tp-common-white);
  margin-bottom: 30px;
}

.tp-team__details-contact-title-box p {
  font-size: 16px;
  line-height: 2;
}

.tp-team__details-style .tp-awards__item {
  padding: 0 0 30px 0;
  border-bottom: 1px dashed rgba(253, 253, 253, 0.16);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team__details-style .tp-awards__title {
    font-size: 24px;
  }
}

.tp-team__details-style .tp-featured__3-item {
  margin-bottom: 27px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.tp-team__details-style .tp-featured__3-count {
  font-weight: 300;
  color: var(--tp-theme-fourth);
}

.tp-team__details-style .postbox__2-comment-input {
  border-bottom: 1px solid #212121;
}

.tp-team__details-style .postbox__2-comment-input span {
  font-size: 19px;
  margin-right: 13px;
  color: var(--tp-theme-primary);
}

.tp-team__details-style .postbox__2-comment-input input {
  color: var(--tp-theme-fourth);
  border: 0;
}

.tp-team__details-style .postbox__2-comment-input input::placeholder {
  font-size: 16px;
  color: var(--tp-common-white);
}

.tp-team__details-style .postbox__2-comment-input textarea {
  font-size: 16px;
  border: 0;
  color: var(--tp-theme-primary);
}

.tp-team__details-style .postbox__2-comment-input textarea::placeholder {
  font-size: 16px;
  color: var(--tp-common-white);
}

.tp-team__details-style .tp-contact__action .tp-btn-secondary {
  width: 100%;
  padding: 17px 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-team__details-style .tp-progress__bar {
    width: auto;
  }
}

/*----------------------------------------*/
/*  7.16 Price css
/*----------------------------------------*/
.tp-price__item {
  padding: 55px 40px 55px 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px) {
  .tp-price__item {
    padding: 55px 20px 55px 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-price__item {
    padding: 55px 40px 55px 60px;
  }
}

.tp-price__item.tp-price-active {
  border: 1px solid rgba(249, 81, 29, 0.4);
  border-radius: 18px;
  background: var(--tp-common-black-2);
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-price__box-wrap {
    margin: 0;
  }
}

.tp-price__value {
  font-size: 42px;
  color: var(--tp-common-white);
  margin-bottom: 20px;
}

.tp-price__value span {
  font-weight: 500;
  font-size: 16px;
}

.tp-price__plan {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  color: var(--tp-common-white);
}

.tp-price__list {
  padding-top: 35px;
}

.tp-price__list ul li {
  position: relative;
  list-style: none;
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 40px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-price__list ul li {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .tp-price__list ul li {
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-price__list ul li {
    font-size: 18px;
    padding-left: 40px;
    margin-bottom: 25px;
  }
}

.tp-price__list ul li i {
  position: absolute;
  left: 0;
  top: 5px;
  color: var(--tp-theme-primary);
}

.tp-price__action .tp-price-btn {
  font-weight: 500;
  font-size: 15px;
  padding: 20px 38px;
  text-align: center;
  display: block;
  color: var(--tp-common-white);
  transition: 0.3s;
  border: 1px solid rgba(242, 242, 242, 0.08);
  border-radius: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-price__action .tp-price-btn {
    padding: 20px 26px;
  }
}

@media (max-width: 575px) {
  .tp-price__action .tp-price-btn {
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-price__action .tp-price-btn {
    padding: 20px 38px;
  }
}

.tp-price__action .tp-price-btn span {
  display: inline-block;
  margin-left: 55px;
  transition: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-price__action .tp-price-btn span {
    margin-left: 15px;
  }
}

@media (max-width: 575px) {
  .tp-price__action .tp-price-btn span {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-price__action .tp-price-btn span {
    margin-left: 55px;
  }
}

.tp-price__action .tp-price-btn:hover {
  border: 1px solid rgba(249, 81, 29, 0.4);
}

.tp-price__action .tp-price-btn:hover span {
  color: var(--tp-theme-primary);
  animation: tfLeftToRight 0.5s forwards;
}

.tp-price__2-item {
  position: relative;
  overflow: hidden;
  padding: 77px 44px 44px 45px;
  background-color: #232323;
  transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-price__2-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .tp-price__2-item {
    padding: 77px 13px 44px 20px;
  }
}

.tp-price__2-item:hover .tp-price-btn {
  border: 1px solid var(--tp-theme-pruple);
}

.tp-price__2-active {
  background: #1c1a1a;
}

.tp-price__2-active .tp-price-btn {
  border: 1px solid var(--tp-theme-pruple);
}

.tp-price__2-head {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tp-price__2-meta {
  position: absolute;
  top: 40px;
  right: -60px;
  width: 250px;
  height: 48px;
  text-align: center;
  background: #ffcb47;
  transform: rotate(45deg);
}

.tp-price__2-meta-text {
  font-weight: 600;
  font-size: 16px;
  padding: 12px 8px;
  letter-spacing: 0.03em;
  display: inline-block;
  color: var(--tp-common-black);
}

.tp-price__2-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
}

.tp-price__2-value {
  position: relative;
  left: 18px;
  display: inline-block;
  font-size: 65px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}

.tp-price__2-plan span {
  font-size: 16px;
  color: var(--tp-common-white);
  margin-left: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-price__2-plan span {
    margin-left: 8px;
  }
}

.tp-price__2-currencey {
  position: absolute;
  font-size: 16px;
  top: 14px;
  left: -18px;
  margin-right: 18px;
}

.tp-price__2 .tp-price__list ul li {
  padding-left: 24px;
  color: var(--tp-common-white);
}

.tp-price__2 .tp-price__list ul li i {
  top: 8px;
  font-size: 9px;
  color: #d9d9d9;
}

.tp-price__2 .tp-price__action .tp-price-btn {
  padding: 20px 75px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-price__2 .tp-price__action .tp-price-btn {
    padding: 20px 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-price__2 .tp-price__action .tp-price-btn {
    padding: 20px 50px;
  }
}

.tp-price__inner-1 .tp-price__2-meta {
  background: var(--tp-theme-primary);
}

.tp-price__inner-2 .tp-section-title-pre {
  position: static;
  font-style: normal;
}

/*----------------------------------------*/
/*  7.23 Text Slider css
/*----------------------------------------*/
.tp-text__1-box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  text-transform: capitalize;
  transition: all 2s ease;
  overflow: hidden;
  border-bottom: 1px solid rgba(217, 217, 217, 0.25);
  padding-bottom: 50px;
}

.tp-text__1-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 10%;
  background: linear-gradient(90deg, #0C0C0C 4.11%, rgba(18, 6, 0, 0.8) 57.6%, rgba(18, 6, 0, 0) 101.94%);
  z-index: 5;
}

.tp-text__1-box::after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 10%;
  right: 0;
  background: linear-gradient(90deg, rgba(18, 6, 0, 0) 3.69%, rgba(18, 6, 0, 0.8) 60.29%, #0C0C0C 92.05%);
  z-index: 1;
}

.tp-text__1-box .tp-text__2-text span {
  color: var(--tp-theme-primary);
}

.tp-text__1-text {
  font-weight: 700;
  font-size: 70px;
  color: var(--tp-common-white);
}

.tp-text__1-slider-active .swiper-slide {
  width: auto;
}

.tp-text__2-box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  text-transform: capitalize;
  transition: all 2s ease;
  overflow: hidden;
  border-bottom: 1px solid #22232c;
  padding-bottom: 60px;
}

.tp-text__2-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 10%;
  background: linear-gradient(90deg, #0C0C0C 4.11%, rgba(18, 6, 0, 0.8) 57.6%, rgba(18, 6, 0, 0) 101.94%);
  z-index: 5;
}

.tp-text__2-box::after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 10%;
  right: 0;
  background: linear-gradient(90deg, rgba(18, 6, 0, 0) 3.69%, rgba(18, 6, 0, 0.8) 60.29%, #0C0C0C 92.05%);
  z-index: 1;
}

.tp-text__2-text {
  font-weight: 600;
  font-size: 70px;
  color: var(--tp-common-white);
}

.tp-text__2-text span {
  display: inline-block;
  margin: 0px 37px 0 30px;
  transform: translateY(-6px);
}

.tp-text__2-slider-active .swiper-slide {
  width: auto;
}

.tp-text__3-shape-1 {
  position: absolute;
  left: 40px;
  bottom: -130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-text__3-shape-1 {
    left: 0;
  }
}

.tp-text__3-shape-2 {
  position: absolute;
  right: 40px;
  bottom: -120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-text__3-shape-2 {
    right: 0;
  }
}

.tp-text__3-text {
  font-weight: 500;
  font-size: 160px;
  text-transform: capitalize;
  background: rgba(255, 255, 255, 0.65);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.03em;
}

.tp-text__3-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 15%;
  background: linear-gradient(90deg, #0C0C0C 4.11%, rgba(18, 6, 0, 0.8) 57.6%, rgba(18, 6, 0, 0) 101.94%);
  z-index: 5;
}

.tp-text__3-box::after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 25%;
  right: 0;
  background: linear-gradient(90deg, rgba(18, 6, 0, 0) 3.69%, rgba(18, 6, 0, 0.8) 60.29%, #0C0C0C 92.05%);
  z-index: 1;
}

.tp-text__3-slider-active .swiper-slide {
  width: auto;
}

.tp-text__4-text {
  font-weight: 600;
  font-size: 100px;
  color: var(--tp-common-white);
}

.tp-text__4-slider-active {
  overflow: visible;
}

.tp-text__4-slider-active .swiper-slide {
  width: auto;
}

.tp-text__5-box {
  background: linear-gradient(141deg, #000 0%, rgba(135, 135, 135, 0.75) 27.98%, rgba(255, 255, 255, 0.53) 47.29%, rgba(255, 255, 255, 0.35) 75.58%, rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: #e7e7e7ad;
}

.tp-text__5-text {
  font-size: 130px;
  font-weight: 800;
  color: var(--tp-common-white);
}

.tp-text__5-slider-active .swiper-slide {
  width: auto;
}

.tp-text__6-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 10%;
  background: linear-gradient(90deg, #0C0C0C 4.11%, rgba(18, 6, 0, 0.8) 57.6%, rgba(18, 6, 0, 0) 101.94%);
  z-index: 5;
}

.tp-text__6-box::after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 10%;
  right: 0;
  background: linear-gradient(90deg, rgba(18, 6, 0, 0) 3.69%, rgba(18, 6, 0, 0.8) 60.29%, #0C0C0C 92.05%);
  z-index: 1;
}

.tp-text__6-text {
  font-weight: 600;
  font-size: 70px;
  line-height: 1;
  color: var(--tp-common-white);
}

.tp-text__6-text span {
  margin: 0px 30px;
  display: inline-block;
  transform: translateY(-6px);
}

.tp-text__6-slider-active .swiper-slide {
  width: auto;
}

.tp-text__7-box {
  background: #171717;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-text__7-style {
    padding-top: 0;
  }
}

.tp-text__7-style .tp-text__6-text {
  font-weight: 600;
  font-size: 18px;
  color: var(--tp-common-white);
  padding: 26px 0;
  margin: 0;
}

.tp-text__7-style .tp-text__6-text span {
  margin: 0 -15px 0 10px;
  display: inline-block;
  transform: translateY(0px);
}

.tp-text__8-text {
  font-size: 100px;
}

.tp-text__8-text span {
  font-weight: 500;
}

.tp-text__8-text .tp-theme-text {
  font-weight: 700;
}

.tp-text__9-text {
  font-size: 100px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px var(--tp-common-black);
}

.tp-text__10-box .tp-text__6-text {
  color: var(--tp-common-black);
}

.tp-text__10-box .tp-text__6-text span {
  color: var(--tp-theme-pruple);
}

.tp-text__11-box {
  transform: rotate(10deg);
}

.tp-text__11-style .tp-text__6-slider-active {
  padding: 20px;
  background-color: var(--tp-theme-pruple);
  margin: 0 -30px;
}

.tp-text__11-style .tp-text__6-text {
  font-weight: 600;
  font-size: 17px;
  color: var(--tp-common-black);
  letter-spacing: 0.03em;
  margin: 0;
}

.tp-text__11-style .tp-text__6-text span {
  margin: 0 -18px 0 10px;
  transform: translateY(0);
  animation: rotate2 10s linear infinite;
}

.tp-text__12-box {
  z-index: -1;
  transform: translateY(-68px) rotate(-10deg);
}

.tp-text__12-box .tp-text__6-slider-active {
  background-color: #ffcb47;
}

.tp-text__12-box .tp-text__6-text span {
  margin: 0px 10px 0 -20px;
  transform: translateY(0);
  animation: rotate2 10s linear infinite;
}

.tp-text__13-box {
  z-index: -1;
  transform: translateY(-68px) rotate(-10deg);
}

.tp-text__13-box .tp-text__6-slider-active {
  background-color: #ffcb47;
}

.tp-text__13-box .tp-text__6-text span {
  margin: 0px 10px 0 -20px;
  transform: translateY(0);
  animation: rotate2 10s linear infinite;
}

.tp-text__14-style .tp-text__6-text {
  padding: 30px 0;
}

.tp-text__14-style .tp-text__6-text span {
  margin: 0 0 0 29px;
  color: var(--tp-theme-primary);
}

.tp-text__15 .tp-text__meta {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--tp-common-black);
  margin-bottom: -10px;
}

.tp-text__15 .tp-text__meta&gt;span {
  color: var(--tp-theme-primary);
}

.tp-text__15 .tp-text__9-text {
  font-size: 90px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
  -webkit-text-stroke: 1px solid;
}

.tp-text__15 .tp-text__9-text span {
  display: inline-block;
  padding-left: 15px;
}

.tp-text__4-wrap {
  padding: 20px;
}

.tp-text__4-wrap .tp-title__hov:hover {
  background-size: 0 2px, 100% 2px;
}

.tp-text__15 .tp-hover__reveal-bg {
  width: 245px;
  height: 333px;
  border-radius: 9px;
}

.tp-text__inner-1 .tp-text__8-text {
  color: var(--tp-common-white);
}

.tp-text__inner-1 .tp-text__9-text {
  -webkit-text-stroke: 1px var(--tp-common-white);
}

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

.tp-text__slider-active .swiper-slide {
  width: auto;
}

/*----------------------------------------*/
/*  7.25 Works css
/*----------------------------------------*/
.tp-work__shape {
  position: absolute;
  left: 0;
  bottom: 0;
  filter: blur(125px);
}

.tp-work__title-box .tp-section-title span {
  color: var(--tp-theme-primary);
}

.tp-work__item {
  overflow: hidden;
}

.tp-work__thumb img {
  width: 100%;
  border-radius: 15px;
}

.tp-work__icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-work__icon {
    top: 40%;
    transform: translateY(-40%);
    scale: 0.7;
  }
}

.tp-work__icon a span {
  width: 170px;
  height: 170px;
  text-align: center;
  line-height: 170px;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
  transform: scale(0);
  transition: 1.7s;
}

.tp-work__content {
  position: absolute;
  bottom: -85px;
  left: 47px;
  transition: 1.5s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-work__content {
    left: 10px;
  }
}

.tp-work__title {
  font-size: 20px;
  display: block;
  padding: 4px 97px 8px 27px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}

.tp-work__subtitle {
  position: relative;
  top: -8px;
  padding: 6px 56px;
  display: inline-block;
  background-color: var(--tp-common-black);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-work__subtitle {
    padding: 4px 50px;
  }
}

.tp-work__subtitle::before {
  position: absolute;
  width: 21px;
  height: 1px;
  top: 50%;
  left: 27px;
  transform: translateY(-50%);
  content: "";
  background-color: var(--tp-text-body);
}

.tp-work__dots {
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
}

@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),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-work__dots {
    top: auto;
    bottom: -100px;
    right: 0;
    left: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-work__dots {
    bottom: -80px;
  }
}

@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),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-work__dots .tp-pagination__dots .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-work__dots .tp-pagination__dots .swiper-pagination-bullet {
    margin: 0 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-work__dots .tp-pagination__dots .swiper-pagination-bullet {
    margin: 0 20px;
  }
}

.tp-work__active .swiper-slide-active .tp-work__icon a span {
  transform: scale(1);
}

.tp-work__active .swiper-slide-active .tp-work__content {
  bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-work__active .swiper-slide-active .tp-work__content {
    bottom: 0;
  }
}

.tp-work__view-btn {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -40px 0 0 -40px;
}

.tp-work__view-btn span {
  width: 150px;
  height: 150px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding-top: 40px;
  display: inline-block;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  background: rgba(255, 255, 255, 0.61);
  border-radius: 100px;
  backdrop-filter: blur(13px);
}

.tp-work__2-item {
  position: relative;
  overflow: hidden;
}

.tp-work__2-item a {
  cursor: none;
}

.tp-work__2-item:hover .tp-work__view-btn {
  visibility: visible;
  opacity: 1;
}

.tp-work__2-item:hover .tp-work__2-thumb::before {
  opacity: 1;
  visibility: visible;
}

.tp-work__2-thumb::before {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  content: "";
  mix-blend-mode: color;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.tp-work__2-thumb img {
  width: 100%;
}

.tp-work__2-title {
  font-size: 24px;
  display: inline-block;
  color: var(--tp-common-black);
  transition: 0.3s;
}

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

@media (max-width: 575px) {
  .tp-work__2-title {
    font-size: 20px;
  }
}

.tp-work__2-title:hover {
  color: var(--tp-theme-pruple);
}

.tp-work__2-categories {
  font-size: 15px;
  display: block;
  color: #121725;
}

.tp-work__2-active {
  margin: 0 -225px;
}

@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),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-work__2-active {
    margin: 0 0px;
  }
}

.tp-work__3-item {
  padding: 80px 26px;
  border: 1px solid #cbcbcb;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-work__3-item {
    padding: 80px 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-work__3-item {
    margin-bottom: 30px;
  }
}

.tp-work__3-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}

.tp-work__3-item:hover .tp-work__3-number-shape {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.tp-work__3-number {
  position: relative;
  font-style: italic;
  font-weight: 400;
  font-size: 80px;
  line-height: 1;
  display: inline-block;
  color: var(--tp-common-black);
  margin-bottom: 90px;
  z-index: 2;
}

.tp-work__3-number-shape {
  position: absolute;
  top: -40px;
  left: -20px;
  z-index: -1;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: 1.3s;
}

.tp-work__3-content {
  padding: 0 22px;
}

.tp-work__3-title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 26px;
  text-transform: capitalize;
  color: var(--tp-common-black);
}

.tp-work__3-title-box .tp-section-title {
  font-size: 70px;
  font-weight: 700;
}

.tp-work__4 .tp-section-title-2-pre {
  font-style: normal;
}

.tp-work__4 .tp-work__title-box .tp-section-title {
  color: var(--tp-common-black);
}

.tp-work__4-active {
  margin: 0 -850px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-work__4-active {
    margin: 0 -540px;
  }
}

@media (max-width: 575px) {
  .tp-work__4-active {
    margin: 0 -340px;
  }
}

.tp-work__4-active .swiper-slide-active .tp-work__icon a span {
  transform: scale(1);
}

.tp-work__4-active .swiper-slide-active .tp-work__content {
  bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-work__4-active .swiper-slide-active .tp-work__content {
    bottom: 0;
  }
}

.tp-work__inner-1 .tp-work__3-item {
  border: 1px solid rgba(203, 203, 203, 0.21);
}

.tp-work__inner-1 .tp-work__3-number {
  color: var(--tp-common-white);
}

.tp-work__inner-1 .tp-work__3-title {
  color: var(--tp-common-white);
}

.tp-work__inner-2 .tp-work__2-title {
  color: var(--tp-common-white);
}

.tp-work__inner-2 .tp-work__2-categories {
  color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  7.24 Video css
/*----------------------------------------*/
.tp-video__bg {
  width: 100%;
  height: 571px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tp-video__bg:hover .tp-video__shape::before {
  animation: tpVideoShape 1.5s;
}

.tp-video__shape::before {
  position: absolute;
  bottom: 0;
  left: -80%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(277deg, rgba(161, 150, 143, 0.05) 0%, rgba(255, 189, 169, 0.7) 32.94%, rgba(250, 250, 250, 0.05) 56.49%);
  transform: skewX(36deg);
}

.tp-video__title {
  font-size: 170px;
  display: inline-block;
  color: var(--tp-common-white);
  margin-bottom: 0;
}

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

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

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

@media (max-width: 575px) {
  .tp-video__title {
    font-size: 50px;
  }
}

.tp-video__title span {
  color: var(--tp-theme-primary);
}

.tp-video__title-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}

.tp-video__3-bg {
  background-position: center;
  background-repeat: no-repeat;
}

.tp-video__3-play-bg {
  width: 208px;
  height: 208px;
  text-align: center;
  margin: auto;
  animation: rotate2 15s linear infinite;
}

.tp-video__3-play-icon {
  display: inline-block;
}

.tp-video__3-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  font-weight: 600;
  font-size: 24px;
  transform: translateY(-50%);
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  7.20 Skils css
/*----------------------------------------*/
.tp-skils__shape-1 {
  position: absolute;
  left: -55px;
  top: 134px;
  animation: rotate2 9s linear infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-skils__shape-1 {
    top: 45px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-skils__shape-1 {
    display: none;
  }
}

.tp-skils__shape-2 {
  position: absolute;
  right: 0;
  bottom: -25%;
  z-index: -1;
}

.tp-skils__widget .active-bg {
  background: var(--tp-common-white);
  border-radius: 15px;
}

.tp-skils__item {
  padding: 36px 36px 20px 36px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  margin-bottom: 30px;
  transition: 0.2s;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-skils__item {
    padding: 36px 36px 40px 36px;
  }
}

.tp-skils__item:hover {
  border-bottom: 1px solid transparent;
}

.tp-skils__item:hover .tp-skils__title span {
  color: var(--tp-theme-primary);
}

.tp-skils__item:hover .tp-skils__action span {
  transform: rotate(0);
}

.tp-skils__item:hover .tp-skils__mata-box {
  opacity: 1;
  visibility: visible;
}

.tp-skils__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 2.4;
  color: var(--tp-common-black);
}

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

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px) {
  .tp-skils__title {
    font-size: 22px;
  }
}

.tp-skils__title span {
  transition: 0.3s;
}

.tp-skils__title-box .tp-section-title {
  color: var(--tp-common-black);
  letter-spacing: -0.04em;
}

.tp-skils__dsc p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #5b5c5e;
}

@media (max-width: 575px) {
  .tp-skils__dsc p {
    font-size: 16px;
  }
}

.tp-skils__action {
  margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-skils__action {
    margin-right: 0;
  }
}

.tp-skils__action span {
  font-size: 32px;
  color: var(--tp-theme-primary);
  transform: rotate(-18deg);
  display: inline-block;
  transition: 0.3s;
}

.tp-skils__mata-box {
  position: absolute;
  padding: 2px 23px;
  border-radius: 10px 10px 0 0;
  bottom: 0;
  background-color: var(--tp-theme-primary);
  opacity: 0;
  visibility: visible;
  transition: 0.3s;
}

.tp-skils__mata-text {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  color: var(--tp-common-white);
}

.tp-skils__inner-1 .tp-section-title {
  color: var(--tp-common-white);
}

.tp-skils__inner-1 .tp-skils__widget .active-bg {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 15px;
}

.tp-skils__inner-1 .tp-skils__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  margin-bottom: 0;
  transition: 0.3s;
}

.tp-skils__inner-1 .tp-skils__item:hover {
  border-bottom: 1px solid transparent;
}

.tp-skils__inner-1 .tp-skils__item:hover .tp-skils__title span {
  color: var(--tp-common-white);
}

.tp-skils__inner-1 .tp-skils__title {
  color: var(--tp-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-skils__inner-1 .tp-skils__title {
    font-size: 16px;
  }
}

.tp-skils__inner-1 .tp-skils__action span {
  font-size: 33px;
  color: var(--tp-common-white);
}

.tp-skils__inner .tp-section-title-2-pre {
  font-style: normal;
}

/*----------------------------------------*/
/*  7.14 Histrory css
/*----------------------------------------*/
.tp-history__wrap {
  position: relative;
}

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

.tp-history__wrap::before {
  position: absolute;
  width: 1px;
  height: 100%;
  border: 1px dashed #d1d1d1;
  content: "";
  right: 38px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-history__wrap::before {
    right: 18px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-history__wrap::before {
    right: 12px;
  }
}

.tp-history__title-box .tp-section-title {
  font-weight: 700;
  font-size: 60px;
  color: var(--tp-common-black);
}

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

.tp-history__calender {
  color: var(--tp-theme-primary);
  margin-right: 8px;
  margin-top: -3px;
}

.tp-history__date-text {
  font-weight: 500;
  font-size: 15px;
  margin: 0;
}

.tp-history__bullets span {
  position: relative;
  width: 28px;
  height: 28px;
  left: -25px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid var(--tp-theme-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-history__bullets span {
    left: -6px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-history__bullets span {
    left: 0;
  }
}

.tp-history__bullets span::before {
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  right: 0;
  left: 0;
  content: "";
  margin: auto;
  text-align: center;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: var(--tp-theme-primary);
  animation: tp-pulse 1.75s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.tp-history__style-1 .tp-awards__item {
  border-bottom: 1px solid transparent;
}

.tp-history__style-1 .tp-awards__left {
  width: 80%;
  border-bottom: 1px solid rgba(217, 217, 217, 0.56);
}

.tp-history__style-1 .tp-awards__title {
  color: var(--tp-common-black);
  margin-right: 10px;
  letter-spacing: -0.04em;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-history__style-1 .tp-awards__title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-history__style-1 .tp-awards__title {
    font-size: 16px;
  }
}

.tp-history__style-1 .tp-awards__title::after {
  background-color: var(--tp-common-black);
}

.tp-history__style-1 .tp-section-title-2-pre {
  font-style: normal;
}

/*----------------------------------------*/
/*  7.3 Banner css
/*----------------------------------------*/
.tp-banner__thumb {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 11;
}

@media (max-width: 575px) {
  .tp-banner__thumb {
    left: -151px;
    right: 45px;
    bottom: -210px;
    scale: 0.5;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-banner__thumb img {
    width: 100%;
  }
}

.tp-banner__shape-1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70%;
  text-align: center;
  margin: auto;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-banner__shape-1 {
    display: none;
  }
}

.tp-banner__shape-2 {
  position: absolute;
  top: 30%;
  left: 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-banner__shape-2 {
    display: none;
  }
}

.tp-banner__shape-3 {
  position: absolute;
  top: 40%;
  right: 17%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-banner__shape-3 {
    right: 6%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-banner__shape-3 {
    display: none;
  }
}

.tp-banner__1-style {
  padding-top: 530px;
  padding-bottom: 90px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .tp-banner__1-style {
    padding-top: 140px;
    padding-bottom: 225px;
  }
}

.tp-banner__1-style::before {
  position: absolute;
  width: 100%;
  height: 74%;
  left: 0;
  bottom: 0;
  content: "";
  background: var(--tp-grey-6);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-banner__1-style::before {
    height: 48%;
  }
}

.tp-banner__1-style .tp-text__9-text {
  font-size: 200px;
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .tp-banner__1-style .tp-text__9-text {
    font-size: 130px;
  }
}

.tp-banner__1-style .tp-text__9-text span {
  color: var(--tp-common-black);
  -webkit-text-stroke: 1px solid var(--tp-common-black);
}

.tp-banner__1-style .tp-cta__5-action {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 120px;
  z-index: 20;
}

@media (max-width: 575px) {
  .tp-banner__1-style .tp-cta__5-action {
    right: 0;
    left: 0;
    bottom: 90px;
    scale: 0.6;
  }
}

.tp-banner__1-style .tp-cta__5-action&gt;span {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -110px;
  animation: rotate2 9s linear infinite;
  color: rgba(255, 255, 255, 0.4);
}

.tp-banner__1-style .tp-cta__5-action a {
  display: block;
  color: var(--tp-common-black);
  z-index: 3;
}

.tp-banner__1-style .tp-cta__5-action a&gt;span {
  top: 35px;
  color: rgba(255, 255, 255, 0.26);
  animation: none;
}

/*----------------------------------------*/
/*  7.5 Categories css
/*----------------------------------------*/
.tp-cate__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
}

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

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

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

@media (max-width: 575px) {
  .tp-cate__title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-cate__title-box {
    margin-bottom: 40px;
  }
}

.tp-cate__dsc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  margin-right: 14px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-cate__dsc-wrap {
    margin-left: 10px;
  }
}

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

.tp-cate__list a {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  display: inline-block;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  margin-bottom: 15px;
}

.tp-cate__list a i {
  position: absolute;
  left: 0;
  top: 6px;
  color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  7.10 Faq css
/*----------------------------------------*/
.tp-faq__inner .tp-accordion .accordion-item {
  background: #151515;
  border: 0;
  margin-bottom: 20px;
}

.tp-faq__inner .tp-accordion .accordion-button {
  font-weight: 600;
  font-size: 20px;
  padding: 26px 30px;
}

.tp-faq__inner .tp-accordion .accordion-button::before {
  position: absolute;
  font-size: 22px;
  width: auto;
  height: auto;
  bottom: 22px;
  right: 36px;
  content: "\f107";
  font-family: var(--tp-ff-fontawesome);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-faq__inner .tp-accordion .accordion-button.collapsed::before {
  transform: rotate(180deg);
}

.tp-faq__inner .tp-accordion .accordion-icon {
  margin: 0;
}

.tp-faq__inner .tp-accordion .accordion-body {
  padding: 0 60px 55px 24px;
}

/*----------------------------------------*/
/*  7.15 Portfolio css
/*----------------------------------------*/
.tp-portfolio__3-item {
  text-align: center;
  padding: 20px;
  background-color: #161616;
  border-radius: 20px;
  margin-bottom: 36px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-portfolio__3-item:hover .tp-portfolio__3-thumb img {
  transform: scale(1.3);
}

.tp-portfolio__3-thumb {
  overflow: hidden;
  border-radius: 20px;
}

.tp-portfolio__3-thumb img {
  width: 100%;
  transition: 1.5s;
}

.tp-portfolio__3-title {
  font-weight: 600;
  font-size: 25px;
  letter-spacing: -0.03em;
  display: inline-block;
  color: var(--tp-common-white);
  margin-bottom: 24px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-portfolio__3-title:hover {
  color: var(--tp-theme-primary);
}

.tp-portfolio__3-action a {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  padding: 15px 54px;
  display: inline-block;
  color: var(--tp-theme-primary);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-portfolio__3-action a span {
  margin-left: 5px;
}

.tp-portfolio__3-action a:hover {
  color: var(--tp-common-black);
  border: 1px solid var(--tp-theme-primary);
  background-color: var(--tp-theme-primary);
}

.tp-portfolio__details-plr {
  padding-top: 120px;
  padding-bottom: 150px;
}

@media (max-width: 575px) {
  .tp-portfolio__details-plr {
    padding-top: 130px;
  }
}

.tp-portfolio__details-title {
  font-weight: 700;
  font-size: 80px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  display: block;
  text-transform: capitalize;
  color: var(--tp-common-white);
}

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

@media (max-width: 575px) {
  .tp-portfolio__details-title {
    font-size: 40px;
  }
}

.tp-portfolio__details-title-pre {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  display: inline-block;
  color: var(--tp-theme-primary);
  margin-bottom: 10px;
}

.tp-portfolio__details-title-pre::before {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  content: "";
  background: var(--tp-theme-primary);
}

.tp-portfolio__details-title-sm {
  font-weight: 700;
  font-size: 28px;
  color: var(--tp-common-white);
}

.tp-portfolio__details-thumb img {
  width: 100%;
  border-radius: 18px;
}

.tp-portfolio__details-thumb-box .tp-service__details-thumb-sm img {
  border-radius: 0;
}

.tp-portfolio__details-meta-box {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio__details-meta-box {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-portfolio__details-meta-box {
    margin-bottom: 30px;
  }
}

.tp-portfolio__details-meta-border {
  padding-bottom: 42px;
  border-bottom: 1px solid #1e1d1d;
}

.tp-portfolio__details-meta-item {
  margin-right: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-portfolio__details-meta-item {
    margin-right: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-portfolio__details-meta-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .tp-portfolio__details-meta-item {
    margin-bottom: 30px;
  }
}

.tp-portfolio__details-meta-item:last-child {
  margin-right: 0;
}

.tp-portfolio__details-meta-icon span {
  color: var(--tp-theme-primary);
}

.tp-portfolio__details-meta-title {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
}

.tp-portfolio__details-meta-content p {
  font-size: 14px;
  margin-bottom: 0;
}

.tp-portfolio__details-meta-action a {
  padding: 22px 67px;
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-black);
  background-color: var(--tp-theme-fourth);
  border-radius: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-portfolio__details-list {
    margin-bottom: 40px;
  }
}

.tp-portfolio__details-list a {
  font-size: 16px;
  color: #83827f;
  padding-left: 32px;
  margin-bottom: 15px;
}

.tp-portfolio__details-list a span {
  font-size: 12px;
}

.tp-portfolio__details-list-2 ul li {
  position: relative;
  list-style: none;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
  padding-left: 42px;
  margin-bottom: 35px;
}

.tp-portfolio__details-list-2 ul li span {
  position: absolute;
  top: -4px;
  left: 0;
  font-size: 26px;
  color: var(--tp-theme-primary);
}

.tp-portfolio__details-list-2 ul li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  margin-left: -40px;
  margin-right: 135px;
  margin-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio__details-list-2 ul li p {
    margin-right: 0;
  }
}

.tp-portfolio__details-content-title {
  font-weight: 600;
  font-size: 34px;
  color: var(--tp-common-white);
}

.tp-portfolio__details-content-text p {
  line-height: 1.9;
  color: #8d8f96;
  margin-right: 20px;
}

.tp-portfolio__details-req-title {
  font-weight: 600;
  font-size: 34px;
  color: var(--tp-common-white);
}

@media (max-width: 575px) {
  .tp-portfolio__details-req-title {
    font-size: 30px;
  }
}

.tp-portfolio__details-req-item ul li {
  position: relative;
  list-style: none;
  font-size: 18px;
  padding-left: 38px;
  margin-bottom: 15px;
}

.tp-portfolio__details-req-item ul li span {
  position: absolute;
  left: 0;
  color: var(--tp-theme-primary);
}

.tp-portfolio__4-title .tp-section-title {
  position: relative;
  font-size: 60px;
  font-weight: 700;
  color: var(--tp-common-white);
  z-index: 1;
  letter-spacing: -0.04em;
}

.tp-portfolio__4-item-title {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.tp-portfolio__4-item-title span {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
  display: inline-block;
  padding-bottom: 12px;
  letter-spacing: -0.02em;
}

.tp-portfolio__4-item-title h2 {
  font-weight: 700;
  font-size: 28px;
  color: var(--tp-common-white);
  letter-spacing: -0.02em;
}

.tp-portfolio__4-item-title-2 span {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
  display: inline-block;
  padding-bottom: 12px;
  letter-spacing: -0.02em;
}

.tp-portfolio__4-item-title-2 h2 {
  font-weight: 700;
  font-size: 28px;
  color: var(--tp-common-black);
  letter-spacing: -0.02em;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-portfolio__4-content.pl-55 {
    padding-left: unset;
    padding-right: 140px;
  }

  .tp-portfolio__4-content.pl-160 {
    padding-left: 140px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio__4-content.pl-55 {
    padding-left: unset;
    padding-right: 140px;
  }

  .tp-portfolio__4-content.pl-160 {
    padding-left: 140px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-portfolio__4-content.pl-55 {
    padding-left: unset;
    padding-right: unset;
  }

  .tp-portfolio__4-content.pl-160 {
    padding-left: unset;
  }

  .tp-portfolio__4-sm-space {
    margin-bottom: 80px;
  }

  .tp-portfolio__4-sm-top.pb-120 {
    padding-bottom: unset;
  }

}




/*# sourceMappingURL=main.css.map */</pre></body></html>