@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name:
    Author: Hixstudio
    Support: basictheme400@gmail.com
    Description:
    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.12 Accordion
		2.4 Animations
		2.6 Background 
		2.1 Back to top
		2.11 Breadcrumb
		2.3 Buttons
		2.7 Carousel
		2.17 Hotspot
		1.1 minicart
		2.8 Nice Select
		2.10 Offcanvas
		2.9 Pagination
		2.5 Preloader
		2.18 Ragne Slider
		2.18 Search
		2.15 Section Title
		2.13 Tab
		2.2 Theme Settings

	-----------------
    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

    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Main menu css
		4.2 Meanmenu css
		4.3 Mobile css

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

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

	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 About css
		7.2 benifit css
		7.3 brand css
		7.4 cart css
		7.5 checkout css
		7.6 choose css
		7.7 clients css
		7.8 contact css
		7.9 counter css
		8.0 cta css
		8.1 error css
		8.2 faq css
		8.3 feature css
		8.4 industries css
		8.5 management css
		8.6 portfolio css
		8.7 pricing css
		8.8 project css
		8.9 service css
		9.0 shop css
		9.1 Slider css
		9.2 step css
		9.3 subscribe css
		9.4 team css
		9.5 technology css
		9.6 testimonial css



**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=DM+Sans:opsz,wght@9..40,100&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
.mean-container .mean-nav ul li > a.mean-expand i, .product-popup__thumb img, .product-popup__details-thumb-nav .nav-link::after, .product-popup__details-tab-nav .tp-tab-line, .tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip, .tp-tab-line, .tp-swiper-dot .swiper-pagination-bullet, .tp-swiper-dot .swiper-pagination-bullet::after, .tp-swiper-dot .swiper-pagination-bullet::before, .tp-swiper-dot-border .swiper-pagination-bullet, .tp-swiper-scrollbar, 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;
}

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

/* transform */
.tp-product-tab-2 .nav-tabs .nav-link:not(:first-child)::after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

:root {
  /**
  @font family declaration
  */
  --tp-ff-body: "Roboto", sans-serif;
  --tp-ff-heading: "Barlow Condensed", sans-serif;
  --tp-ff-p: "Roboto", sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #1b1f2e;
  --tp-heading-primary: #1b1f2e;
  --tp-grey-1: #F6F7F9;
  --tp-grey-bg: #f7f7f9;
  --tp-text-body: #767676;
  --tp-text-p: #767A7D;
  --tp-theme-primary: #F38425;
  --tp-theme-secondary: #11B0E2;
  --tp-border-primary: #F38425;
  --tp-border-secondary: #11B0E2;
}

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

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

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-ff-heading);
  color: var(--tp-heading-primary);
  margin-top: 0px;
  font-weight: 600;
  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: 80px;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 50px;
}

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: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
  line-height: 30px;
}

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-theme-primary);
}
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;
}

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

.coustom-container-faq-inner {
  max-width: 1170px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .coustom-container-faq-inner {
    max-width: 900px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coustom-container-faq-inner {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .coustom-container-faq-inner {
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .coustom-container-faq-inner {
    max-width: 520px;
  }
}

/*---------------------------------
    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: 9999;
  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("../img/icon/cross-out.html"), 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: 767px) {
  .tp-gx-20 {
    --bs-gutter-x: 10px;
  }
}
.tp-gx-20 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-30 {
  --bs-gutter-x: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-30 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-30 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-30 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 767px) {
  .tp-gx-30 {
    --bs-gutter-x: 10px;
  }
}
.tp-gx-30 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-40 {
  --bs-gutter-x: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-40 {
    --bs-gutter-x: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-40 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-40 {
    --bs-gutter-x: 30px;
  }
}
@media (max-width: 767px) {
  .tp-gx-40 {
    --bs-gutter-x: 15px;
  }
}
.tp-gx-40 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 1400px) {
  .container-large {
    max-width: 1325px;
  }
}
/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.progress_indicator {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(50, 168, 82, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transform: translateY(15px) !important;
  transition: all 200ms linear !important;
}
@media (max-width: 767px) {
  .progress_indicator {
    right: 20px;
  }
}

.progress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.progress_indicator::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 6 Pro";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: var(--tp-theme-secondary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  font-weight: 900;
  z-index: 1;
  transition: all 200ms linear !important;
}

.progress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 6 Pro";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}

.progress_indicator:hover ::after {
  color: #2871ff;
}

.progress_indicator:hover ::before {
  opacity: 1;
}

.progress_indicator svg path {
  fill: none;
}

.progress_indicator svg.progress-circle path {
  stroke: var(--tp-theme-secondary);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}

/*----------------------------------------*/
/*  2.2 Theme Settings
/*----------------------------------------*/
.tp-theme-settings-area {
  position: fixed;
  top: 50%;
  left: 0;
  width: 240px;
  background-color: #fff;
  border: 1px solid #EAEAEF;
  -webkit-transform: translateY(-50%) translateX(-100%);
  -moz-transform: translateY(-50%) translateX(-100%);
  -ms-transform: translateY(-50%) translateX(-100%);
  -o-transform: translateY(-50%) translateX(-100%);
  transform: translateY(-50%) translateX(-100%);
  z-index: 991;
  direction: ltr;
  border-bottom-right-radius: 4px;
}
.tp-theme-settings-area.settings-opened {
  -webkit-transform: translateY(-50%) translateX(0%);
  -moz-transform: translateY(-50%) translateX(0%);
  -ms-transform: translateY(-50%) translateX(0%);
  -o-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}
.tp-theme-settings-area.settings-opened .tp-theme-settings-gear {
  opacity: 0;
}
.tp-theme-settings-area.settings-opened .tp-theme-settings-close {
  opacity: 1;
}
.tp-theme-settings-open {
  position: absolute;
  top: -1px;
  left: 100%;
}
.tp-theme-settings-open button {
  background-color: var(--tp-common-white);
  border: 1px solid #EAEAEF;
  border-left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: var(--tp-common-black);
  position: relative;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tp-theme-settings-gear {
  display: inline-block;
  -webkit-animation: tp-theme-setting-spin 4s linear infinite;
  -moz-animation: tp-theme-setting-spin 4s linear infinite;
  -ms-animation: tp-theme-setting-spin 4s linear infinite;
  -o-animation: tp-theme-setting-spin 4s linear infinite;
  animation: tp-theme-setting-spin 4s linear infinite;
}
@-webkit-keyframes tp-theme-setting-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes tp-theme-setting-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes tp-theme-setting-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes tp-theme-setting-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tp-theme-settings-close {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.tp-theme-header-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}
.tp-theme-wrapper {
  padding: 20px 30px 30px;
}
.tp-theme-toggle {
  text-align: center;
}
.tp-theme-toggle-main {
  display: inline-block;
  width: 74px;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 5px;
  border-radius: 100px;
}
.tp-theme-toggle-light, .tp-theme-toggle-dark {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: #D9D9D9;
}
.tp-theme-toggle-light.active, .tp-theme-toggle-dark.active {
  color: var(--tp-common-black);
}
.tp-theme-toggle input {
  display: none;
}
.tp-theme-toggle:hover {
  cursor: pointer;
}
.tp-theme-toggle label {
  color: var(--tp-common-white);
  font-size: 14px;
  font-weight: 500;
}
.tp-theme-toggle label:hover {
  cursor: pointer;
}
.tp-theme-toggle #tp-theme-toggler {
  display: none;
}
.tp-theme-toggle #tp-theme-toggler:checked + i {
  right: calc(50% - 4px);
}
.tp-theme-toggle-slide {
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  height: 26px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  border-radius: 30px;
  -webkit-transform: translate3d(0, 0);
  transform: translate3d(0, 0);
  -webkit-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -moz-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -ms-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}
.tp-theme-dir {
  text-align: center;
}
.tp-theme-dir-main {
  display: inline-block;
  width: 160px;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: #f0f0f5;
  padding: 4px;
  border-radius: 20px;
}
.tp-theme-dir-ltr, .tp-theme-dir-rtl {
  display: inline-block;
  width: 48%;
  height: 26px;
  line-height: 26px;
}
.tp-theme-dir input {
  display: none;
}
.tp-theme-dir:hover {
  cursor: pointer;
}
.tp-theme-dir label {
  color: var(--tp-common-black);
  font-size: 14px;
  font-weight: 500;
}
.tp-theme-dir label:hover {
  cursor: pointer;
}
.tp-theme-dir #tp-dir-toggler {
  display: none;
}
.tp-theme-dir #tp-dir-toggler:checked + i {
  right: calc(50% - 4px);
}
.tp-theme-dir-slide {
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  height: 26px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  border-radius: 30px;
  -webkit-transform: translate3d(0, 0);
  transform: translate3d(0, 0);
  -webkit-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -moz-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -ms-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}
.tp-theme-color-item.active button::before {
  opacity: 1;
  visibility: visible;
}
.tp-theme-color-btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
}
.tp-theme-color-btn::before {
  position: absolute;
  content: "\f00c";
  font-weight: 600;
  font-family: var(--tp-ff-fontawesome);
  color: var(--tp-common-white);
  font-size: 16px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -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;
  opacity: 0;
  visibility: hidden;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#F50963"] {
  background-color: #F50963;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#008080"] {
  background-color: #008080;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#F31E5E"] {
  background-color: #F31E5E;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#AB6C56"] {
  background-color: #AB6C56;
  color: black;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#4353FF"] {
  background-color: #4353FF;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#3661FC"] {
  background-color: #3661FC;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#2CAE76"] {
  background-color: #2CAE76;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#FF5A1B"] {
  background-color: #FF5A1B;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#03041C"] {
  background-color: #03041C;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#ED212C"] {
  background-color: #ED212C;
}
.tp-theme-color-input {
  margin-top: 15px;
}
.tp-theme-color-input h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.tp-theme-color-input label {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--tp-theme-1);
  -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-theme-color-input label:hover {
  cursor: pointer;
}
.tp-theme-color-input input {
  display: none;
}

/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/
.tp-header-btn {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--tp-ff-heading);
  padding: 10px 50px;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.tp-header-btn::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  transform: skew(90deg) translate(-50%, -50%);
  position: absolute;
  inset: 50%;
  left: 25%;
  z-index: -1;
  transition: 0.6s ease-out;
  background-color: var(--tp-theme-primary);
}
.tp-header-btn::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  transform: skew(90deg) translate(-50%, -50%);
  position: absolute;
  inset: 50%;
  left: 25%;
  z-index: -1;
  transition: 0.6s ease-out;
  background-color: var(--tp-theme-primary);
}
.tp-header-btn::before {
  top: -50%;
  left: -25%;
  transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}
.tp-header-btn:hover {
  color: var(--tp-common-white);
}
.tp-header-btn:hover::before {
  transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}
.tp-header-btn:hover::after {
  transform: skew(45deg) translate(-50%, -50%);
}
.tp-header-btn:active {
  filter: brightness(0.7);
  transform: scale(0.98);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-btn {
    padding: 11px 40px;
  }
}

.tp-btn {
  background: var(--tp-theme-secondary);
  color: var(--tp-heading-primary);
  display: inline-block;
  padding: 10px 41px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Barlow Condensed";
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.tp-btn::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  transform: skew(90deg) translate(-50%, -50%);
  position: absolute;
  inset: 50%;
  left: 25%;
  z-index: -1;
  transition: 0.6s ease-out;
  background-color: var(--tp-theme-primary);
}
.tp-btn::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  transform: skew(90deg) translate(-50%, -50%);
  position: absolute;
  inset: 50%;
  left: 25%;
  z-index: -1;
  transition: 0.6s ease-out;
  background-color: var(--tp-theme-primary);
}
.tp-btn::before {
  top: -50%;
  left: -25%;
  transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}
.tp-btn:hover {
  color: var(--tp-common-white);
}
.tp-btn:hover::before {
  transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}
.tp-btn:hover::after {
  transform: skew(45deg) translate(-50%, -50%);
}
.tp-btn:active {
  filter: brightness(0.7);
  transform: scale(0.98);
}

.tp-btn-secondary {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  display: inline-block;
  padding: 14px 41px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Barlow Condensed";
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 10px;
}
.tp-btn-secondary::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  transform: skew(90deg) translate(-50%, -50%);
  position: absolute;
  inset: 50%;
  left: 25%;
  z-index: -1;
  transition: 0.6s ease-out;
  background-color: var(--tp-theme-secondary);
}
.tp-btn-secondary::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  transform: skew(90deg) translate(-50%, -50%);
  position: absolute;
  inset: 50%;
  left: 25%;
  z-index: -1;
  transition: 0.6s ease-out;
  background-color: var(--tp-theme-secondary);
}
.tp-btn-secondary::before {
  top: -50%;
  left: -25%;
  transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}
.tp-btn-secondary:hover {
  color: var(--tp-common-black);
}
.tp-btn-secondary:hover::before {
  transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}
.tp-btn-secondary:hover::after {
  transform: skew(45deg) translate(-50%, -50%);
}
.tp-btn-secondary:active {
  filter: brightness(0.7);
  transform: scale(0.98);
}

.tp-btn-white {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
  display: inline-block;
  padding: 14px 41px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Barlow Condensed";
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.tp-btn-white::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  transform: skew(90deg) translate(-50%, -50%);
  position: absolute;
  inset: 50%;
  left: 25%;
  z-index: -1;
  transition: 0.6s ease-out;
  background-color: var(--tp-theme-secondary);
}
.tp-btn-white::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  transform: skew(90deg) translate(-50%, -50%);
  position: absolute;
  inset: 50%;
  left: 25%;
  z-index: -1;
  transition: 0.6s ease-out;
  background-color: var(--tp-theme-secondary);
}
.tp-btn-white::before {
  top: -50%;
  left: -25%;
  transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}
.tp-btn-white:hover {
  color: var(--tp-common-black);
}
.tp-btn-white:hover::before {
  transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}
.tp-btn-white:hover::after {
  transform: skew(45deg) translate(-50%, -50%);
}
.tp-btn-white:active {
  filter: brightness(0.7);
  transform: scale(0.98);
}

/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/
/* 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.4);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-moz-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.4);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-ms-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.4);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.4);
  }
  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);
  }
}
@-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 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;
  }
}
@-webkit-keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
@keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
@keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes section_stroke {
  0% {
    stroke-dashoffset: 560;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -560;
  }
}
@-moz-keyframes section_stroke {
  0% {
    stroke-dashoffset: 560;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -560;
  }
}
@-ms-keyframes section_stroke {
  0% {
    stroke-dashoffset: 560;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -560;
  }
}
@keyframes section_stroke {
  0% {
    stroke-dashoffset: 560;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -560;
  }
}
@keyframes bounce-thum-1 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounce-thum-2 {
  0% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.3, 0.3);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.3, 0.3);
  }
}
@keyframes rotate-thum {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(160deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-30px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes bounce-thum-3 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes rotate-infinte {
  0% {
    transform: rotate(0deg);
    filter: hue-rotate(0);
  }
  100% {
    transform: rotate(360deg);
    filter: hue-rotate(360deg);
  }
}
@keyframes bicycle {
  from {
    transform: translateX(-640px);
  }
  to {
    transform: translatex(1380px);
  }
}
@keyframes micro {
  from {
    transform: translateX(620px);
  }
  to {
    transform: translateX(-1500px);
  }
}
@keyframes scroll-height {
  from {
    transform: translateY(330px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes scroll-height-2 {
  from {
    transform: translateY(-330px);
  }
  to {
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes fadeInDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes fadeInDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
  }
}
@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
  }
}
@keyframes circle-animations {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pulse2 {
  50% {
    box-shadow: 0 0 0 0.3em rgba(255, 255, 255, 0.75);
  }
  100% {
    box-shadow: 0 0 0 0.6em rgba(255, 255, 255, 0);
  }
}
@keyframes pulse3 {
  50% {
    box-shadow: 0 0 0 0.3em rgba(27, 31, 46, 0.75);
  }
  100% {
    box-shadow: 0 0 0 0.6em rgba(255, 255, 255, 0);
  }
}
/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s 1s ease;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  width: 150px;
  height: 150px;
  background-color: var(--tp-theme-primary);
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.5) inset, 0 5px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  z-index: 99;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 45%;
  top: -40%;
  background-color: var(--tp-common-white);
  animation: wave 5s linear infinite;
}

.loader:before {
  border-radius: 30%;
  background: rgba(255, 255, 255, 0.4);
  animation: wave 5s linear infinite;
}

@keyframes wave {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #111;
  z-index: 2;
}

.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
  left: -100%;
}

.loaded .loder-section.right-section {
  right: -100%;
}

.loaded .loader-wrapper {
  visibility: hidden;
}

.loaded .loader {
  top: -100%;
  opacity: 0;
}

.loader-brand-icon {
  position: fixed;
  z-index: 2;
}

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

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

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

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

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

/*----------------------------------------*/
/*  2.7 Carousel
/*----------------------------------------*/
/* tp range slider css */
.tp-range-slider .inside-slider {
  padding-left: 7px;
  padding-right: 17px;
}
.tp-range-slider .noUi-target {
  background-color: #191C3C;
  border-radius: 12px;
  border: 0;
  box-shadow: none;
}
.tp-range-slider .noUi-connect {
  background-color: var(--tp-theme-primary);
}
.tp-range-slider .noUi-horizontal {
  height: 6px;
}
.tp-range-slider .noUi-handle {
  height: 24px;
  width: 24px;
  background-color: var(--tp-theme-primary);
  border-radius: 50%;
  border: 4px solid var(--tp-common-white);
  box-shadow: 0px 4px 10px rgba(5, 9, 43, 0.3);
  top: -9px;
}
.tp-range-slider .noUi-handle:hover {
  cursor: pointer;
}
.tp-range-slider .noUi-handle::before, .tp-range-slider .noUi-handle::after {
  display: none;
}
.tp-range-slider-dark .noUi-handle {
  border: 4px solid #2D314B;
}

/* tp swiper slider dot */
.tp-swiper-dot .swiper-pagination-bullet {
  width: 4px;
  height: 40px;
  opacity: 1;
  background-color: transparent;
  margin: 0 4px;
  position: relative;
  border-radius: 0;
  position: relative;
}
.tp-swiper-dot .swiper-pagination-bullet::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: 1;
  content: "";
  display: inline-block;
}
.tp-swiper-dot .swiper-pagination-bullet::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  opacity: 1;
  content: "";
  display: inline-block;
  background-color: #c8cce6;
}
.tp-swiper-dot .swiper-pagination-bullet button {
  font-size: 0;
  display: none;
}
.tp-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: var(--tp-theme-primary);
  width: 100%;
  height: 100%;
}
.tp-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: transparent;
}
.tp-swiper-dot.tp-swiper-dot-style-darkRed .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-secondary);
}

.tp-swiper-dot-border {
  line-height: 1;
}
.tp-swiper-dot-border .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  opacity: 1;
  margin: 0 3px;
  position: relative;
  border: 1px solid rgba(2, 11, 24, 0.4);
}
.tp-swiper-dot-border .swiper-pagination-bullet button {
  font-size: 0;
}
.tp-swiper-dot-border .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.tp-swiper-dot-border .swiper-pagination-bullet:hover {
  border-color: var(--tp-common-black);
}
.tp-swiper-dot-border.tp-swiper-dot-style-darkRed .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-secondary);
}

.tp-swiper-arrow button {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 20px;
  text-align: center;
  background-color: transparent;
  color: var(--tp-text-2);
  border: 1px solid rgba(2, 11, 24, 0.1);
  border-radius: 50%;
}
.tp-swiper-arrow button:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
/* tp swiper scrollbar */
.tp-swiper-scrollbar {
  background-color: #EDEFF2;
  height: 2px;
}
.tp-swiper-scrollbar .tp-swiper-scrollbar-drag {
  background-color: var(--tp-common-black);
  height: 100%;
}
.tp-swiper-scrollbar .tp-swiper-scrollbar-drag:hover {
  cursor: pointer;
}
.tp-swiper-scrollbar:hover, .tp-swiper-scrollbar:focus {
  -webkit-transform: scaleY(3);
  -moz-transform: scaleY(3);
  -ms-transform: scaleY(3);
  -o-transform: scaleY(3);
  transform: scaleY(3);
}

/* tp slick arrow */
.tp-slick-dot .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.tp-slick-dot .slick-dots li.slick-active button {
  background-color: var(--tp-common-white);
}
.tp-slick-dot .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}
.tp-slick-dot-blue .slick-dots li.slick-active button {
  background-color: var(--tp-theme-primary);
}
.tp-slick-dot-blue .slick-dots li button {
  background-color: var(--tp-grey-3);
}

/*----------------------------------------*/
/*  2.8 Nice Select
/*----------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 0;
  font-family: var(--tp-ff-fontawesome);
  color: var(--tp-common-black);
  font-weight: 500;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled::after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small::after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

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

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

/*----------------------------------------*/
/*  2.9 Pagination
/*----------------------------------------*/
.tp-pagination ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tp-pagination ul li {
  display: inline-block;
}
.tp-pagination ul li:not(:last-child) {
  margin-right: 6px;
}
.tp-pagination ul li a, .tp-pagination ul li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid rgba(2, 11, 24, 0.1);
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-text-body);
}
.tp-pagination ul li a:hover, .tp-pagination ul li a.current, .tp-pagination ul li span:hover, .tp-pagination ul li span.current {
  background: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
/*----------------------------------------*/
/*  2.10 Offcanvas
/*----------------------------------------*/
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}
.body-overlay.apply {
  opacity: 0.7;
  visibility: visible;
}
.body-overlay:hover {
  cursor: url(../img/cross-out.png), pointer;
}

.tpoffcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 420px;
  bottom: 0;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  background-color: var(--tp-common-white);
  z-index: 999999;
  padding: 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas {
    width: 480px;
  }
}
.tpoffcanvas .homemenu {
  margin-bottom: 30px;
}
.tpoffcanvas .homemenu-title {
  color: var(--tp-heading-primary);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--tp-ff-p);
}
.tpoffcanvas .homemenu-title:hover {
  color: var(--tp-theme-primary);
}
.tpoffcanvas .tp-main-menu-mobile {
  margin-bottom: 50px;
}
.tpoffcanvas .tp-main-menu-mobile {
  margin-bottom: 50px;
}
.tpoffcanvas.opened {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .tpoffcanvas {
    width: 100%;
    padding: 40px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas {
    width: 400px;
    padding: 40px;
  }
}
.tpoffcanvas.opened {
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}
.tpoffcanvas__title p {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tpoffcanvas__title p {
    display: none;
  }
}
.tpoffcanvas__contact-title h5 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: inline-block;
}
.tpoffcanvas__input-title h4 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  display: inline-block;
}
.tpoffcanvas__input {
  margin-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tpoffcanvas__input {
    display: none;
  }
}
.tpoffcanvas__input input {
  background: transparent;
  border: transparent;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  padding-right: 80px;
  color: #000;
  border: 1px solid #EAEAEF;
}
.tpoffcanvas__input input:focus {
  border-color: var(--tp-theme-primary);
}
.tpoffcanvas__input button {
  height: 60px;
  width: 60px;
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
}
.tpoffcanvas__contact-info {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tpoffcanvas__contact-info {
    display: none;
  }
}
.tpoffcanvas__contact-info ul li {
  font-size: 16px;
  color: var(--tp-common-white);
  margin-bottom: 15px;
  list-style-type: none;
}
@media (max-width: 767px) {
  .tpoffcanvas__contact-info ul li {
    font-size: 14px;
  }
}
.tpoffcanvas__contact-info ul li i {
  color: var(--tp-theme-primary);
}
.tpoffcanvas__contact-info ul li:last-child {
  margin-bottom: 0;
}
.tpoffcanvas__contact-info ul li a {
  margin-left: 10px;
  color: var(--tp-heading-primary);
}
.tpoffcanvas__contact-info ul li a:hover {
  color: var(--tp-theme-primary);
}
.tpoffcanvas__logo {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas__logo {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .tpoffcanvas__logo {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .tpoffcanvas__logo img {
    width: 150px;
  }
}
.tpoffcanvas__close-btn button {
  position: absolute;
  right: 40px;
  top: 50px;
  transition: 1s;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.3s;
  height: 40px;
  width: 40px;
  line-height: 45px;
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tpoffcanvas__close-btn button:hover i {
  transform: rotate(360deg);
}
.tpoffcanvas__close-btn button i {
  font-weight: 300;
  font-size: 20px;
  transition: 0.9s;
}
.tpoffcanvas__social {
  margin-top: 30px;
}
.tpoffcanvas__social .social-icon a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  background-color: transparent;
  color: var(--tp-theme-primary);
  margin-right: 10px;
  transition: 0.3s;
  display: inline-block;
  border: 1px solid #EAEAEF;
}
@media (max-width: 767px) {
  .tpoffcanvas__social .social-icon a {
    margin-right: 3px;
    height: 50px;
    width: 50px;
    line-height: 53px;
    font-size: 15px;
  }
}
.tpoffcanvas__social .social-icon a:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  2.11 Breadcrumb
/*----------------------------------------*/
.tp-breadcrumb-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  display: flex;
  align-items: center;
}
.tp-breadcrumb-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(5, 0, 30, 0.651);
  z-index: -1;
}
@media (max-width: 767px) {
  .tp-breadcrumb-bg-shape {
    display: none;
  }
}
.tp-breadcrumb-bg-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  mix-blend-mode: screen;
  width: 212px;
}
.tp-breadcrumb-bg-shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: screen;
  width: 196px;
}
.tp-breadcrumb-title {
  font-size: 60px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-breadcrumb-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-breadcrumb-title {
    font-size: 60px;
  }
}
.tp-breadcrumb-body {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-weight: 600;
  font-family: "Barlow Condensed";
}
.tp-breadcrumb-body .home {
  color: var(--tp-theme-secondary);
}
.tp-breadcrumb-body .spacing {
  margin: 0 8px 0;
}

/*----------------------------------------*/
/*  2.12 Accordion
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.13 Tab
/*----------------------------------------*/
.tp-tab .nav-tabs {
  padding: 0;
  margin: 0;
  border: 0;
}
.tp-tab .nav-tabs .nav-link {
  padding: 0;
  margin: 0;
  border: 0;
}

.tp-product-tab-2 .nav-tabs .nav-link {
  font-size: 20px;
  color: #A0A2A4;
  position: relative;
}
@media (max-width: 767px) {
  .tp-product-tab-2 .nav-tabs .nav-link {
    font-size: 15px;
  }
}
.tp-product-tab-2 .nav-tabs .nav-link:not(:first-child) {
  margin-left: 28px;
}
.tp-product-tab-2 .nav-tabs .nav-link:not(:first-child)::after {
  position: absolute;
  left: -17px;
  top: 50%;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #CED2D6;
}
.tp-product-tab-2 .nav-tabs .nav-link.active {
  color: var(--tp-theme-secondary);
}
.tp-product-tab-2 .nav-tabs .nav-link.active .tp-product-tab-tooltip {
  opacity: 1;
  visibility: visible;
}
.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip {
  position: absolute;
  top: -24px;
  right: 0;
  background-color: var(--tp-theme-secondary);
  color: var(--tp-common-white);
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  padding: 4px 9px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  font-weight: 700;
}
.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip::after {
  position: absolute;
  content: "";
  bottom: 0;
  bottom: -5px;
  left: 7px;
  width: 13px;
  height: 6px;
  background-color: var(--tp-theme-secondary);
  clip-path: polygon(100% 0, 0 0, 28% 100%);
}
.tp-product-tab-3 .nav-tabs .nav-link {
  font-size: 16px;
  padding: 0 0;
}
@media (max-width: 767px) {
  .tp-product-tab-3 .nav-tabs .nav-link {
    font-size: 15px;
  }
}
.tp-product-tab-3 .nav-tabs .nav-link:not(:first-child) {
  margin-left: 23px;
}
.tp-product-tab-3 .nav-tabs .nav-link:not(:first-child)::after {
  width: 4px;
  height: 4px;
  left: -14px;
}
.tp-product-tab-3 .nav-tabs .nav-link.active {
  color: var(--tp-common-black);
}
.tp-product-tab-3 .nav-tabs .nav-link.active .tp-product-tab-tooltip {
  opacity: 1;
  visibility: visible;
}
.tp-product-tab-3 .nav-tabs .nav-link .tp-product-tab-tooltip {
  background-color: var(--tp-theme-primary);
}
.tp-product-tab-3 .nav-tabs .nav-link .tp-product-tab-tooltip::after {
  background-color: var(--tp-theme-primary);
}
.tp-product-tab-5 .nav-tabs .nav-link {
  padding: 0 5px;
}
@media (max-width: 767px) {
  .tp-product-tab-5 .nav-tabs .nav-link {
    font-size: 15px;
  }
}
.tp-product-tab-5 .nav-tabs .nav-link:not(:last-child)::after {
  left: -15px;
}
.tp-product-tab-5 .nav-tabs .nav-link:not(:first-child) {
  margin-left: 22px;
}
.tp-product-tab-5 .nav-tabs .nav-link.active {
  color: var(--tp-common-black);
}
.tp-product-tab-5 .nav-tabs .nav-link.active .tp-product-tab-tooltip {
  opacity: 1;
  visibility: visible;
}
.tp-product-tab-5 .nav-tabs .nav-link .tp-product-tab-tooltip {
  background-color: var(--tp-theme-green);
}
.tp-product-tab-5 .nav-tabs .nav-link .tp-product-tab-tooltip::after {
  background-color: var(--tp-theme-green);
}

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

/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/
.tp-section-subtitle {
  color: var(--tp-theme-primary);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Barlow Condensed";
  display: inline-block;
  margin-bottom: 8px;
}
.tp-section-subtitle.secondary {
  color: var(--tp-theme-secondary);
}
.tp-section-title {
  font-size: 50px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .tp-section-title br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .tp-section-title {
    font-size: 36px;
  }
}
.tp-section-title.white {
  color: var(--tp-common-white);
}
.tp-section-paragraph {
  margin: 22px 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-section-paragraph br {
    display: none;
  }
}
.tp-section-paragraph.gray {
  color: #d1c8fe;
}

/*----------------------------------------*/
/*  2.18 Search css start
/*----------------------------------------*/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.search-popup {
  width: 100%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--tp-theme-primary);
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid var(--tp-common-white);
  border-top: 3px solid var(--tp-common-white);
  border-right: 3px solid rgba(0, 0, 0, 0.9);
  border-left: 3px solid rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: var(--tp-common-white);
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
  border: none;
  border-bottom: 1px solid var(--tp-theme-primary);
  outline: 0;
}

.search-popup .form-group input[type=search] {
  padding: 10px 70px 10px 30px;
}

.search-popup .form-group input[type=submit], .search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: var(--tp-common-white);
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}

.search-popup .form-group input[type=submit]:hover,
.search-popup .form-group button:hover {
  color: var(--tp-theme-primary);
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: var(--tp-common-white);
  border: none;
}

.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: var(--tp-common-white);
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-box-btn {
  display: inline-block;
  padding-left: 22px;
}

.search-box-btn i {
  display: inline-block;
  color: var(--tp-common-white);
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: 0.5s;
}

.upp.search-box-btn i {
  color: #9E9FA1;
}

.search-box-btn.search-box-outer span i {
  font-size: 20px;
  display: inline-block;
  color: var(--tp-common-white);
  padding-left: 17px;
  position: relative;
  z-index: 1;
}

.upp.search-box-btn.search-box-outer span i {
  color: #9E9FA1;
}

.search-box-btn.search-box-outer span i:after {
  position: absolute;
  content: "0";
  right: -10px;
  top: -4px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #1552F6;
  color: var(--tp-common-white);
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
}

.flaticon-multiply:before {
  content: inherit;
}

button.close-search i {
  font-size: 25px;
  color: var(--tp-common-white);
  display: inline-block;
}

span.flaticon-multiply i {
  display: inline-block;
  color: var(--tp-common-white);
}

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

/*----------------------------------------*/
/*  2.18 Range Slider css start
/*----------------------------------------*/
.ui-button-icon-only, .ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

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

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

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700;
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545;
}

.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b;
}

.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none;
}

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

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff;
}

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

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

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

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

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

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

.ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

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

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

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

/*----------------------------------------*/
/*  1.1 minicart
/*----------------------------------------*/
.minicart {
  background: var(--tp-common-white);
  padding: 25px;
  position: absolute;
  right: 0;
  top: 98%;
  width: 350px;
  z-index: 9;
  box-shadow: 0px 8px 20px rgba(61, 110, 168, 0.3);
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top center;
  text-align: start;
  border-top: 6px solid var(--tp-theme-primary);
  transition: 0.5s;
}

.cart-thumb {
  padding-right: 15px;
}
.cart-title {
  font-size: 16px;
}
.cart-title a {
  display: inline-block;
  position: relative;
}
.cart-title a:hover {
  color: var(--tp-theme-primary);
}
.cart-title a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: var(--tp-theme-primary);
  transition: 0.7s;
  display: inline-block;
}
.cart-title a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
  background-color: var(--tp-theme-primary);
}
.cart-del-icon {
  font-weight: 700;
  color: var(--tp-common-black);
}
.cart-del-icon span {
  transition: 0.3s;
}
.cart-del-icon span:hover {
  cursor: pointer;
  color: var(--tp-theme-primary);
}
.cart-content {
  text-align: start;
}
.cart-content span {
  font-size: 14px;
  color: #747691;
}
.cart-content span del {
  color: #a5a7bc;
  font-size: 13px;
}
.cart-content-wrap {
  padding-bottom: 7px;
}
.cart-total-price {
  border-top: 1px solid #cacadb;
  padding-top: 15px;
  margin-top: 10px;
  margin-bottom: 25px;
}
.cart-total-price span {
  color: var(--tp-heading-primary);
  font-weight: 700;
}
.cart-btn {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  display: block;
  text-align: center;
  font-weight: 700;
  padding: 12px 50px;
}
.cart-btn:hover {
  background: var(--tp-heading-primary);
  color: var(--tp-common-white);
}
.cart-btn-black {
  background: var(--tp-heading-primary);
}
.cart-btn-black:hover {
  background: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  2.5 cursor
/*----------------------------------------*/
.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: rgba(103, 77, 240, 0.5);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 1000;
  transition: 0.15s;
}

.cursor2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  background: transparent;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-5px, 0px);
  z-index: 1000;
  transition: 0.1s;
}

.grow,
.grow-small {
  transform: scale(2);
  background: rgba(103, 77, 240, 0.2);
  border: none;
  transition: 0.5s;
  opacity: 0;
}

.grow-small {
  transform: scale(2);
}

.product-popup__item:hover .product-popup__thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.product-popup__item:hover .product-popup__add {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.product-popup__item:hover .product-popup__action a, .product-popup__item:hover .product-popup__action button {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.product-popup__item:hover .product-popup__action a:nth-child(1), .product-popup__item:hover .product-popup__action button:nth-child(1) {
  transition-delay: 0s;
}
.product-popup__item:hover .product-popup__action a:nth-child(2), .product-popup__item:hover .product-popup__action button:nth-child(2) {
  transition-delay: 0.1s;
}
.product-popup__item:hover .product-popup__action a:nth-child(3), .product-popup__item:hover .product-popup__action button:nth-child(3) {
  transition-delay: 0.12s;
}
.product-popup__item:hover .product-popup__action a:nth-child(4), .product-popup__item:hover .product-popup__action button:nth-child(4) {
  transition-delay: 0.14s;
}
.product-popup__content {
  padding-top: 14px;
}
.product-popup__rating span {
  font-size: 11px;
  display: inline-block;
}
.product-popup__rating span:not(:last-child) {
  margin-right: 3px;
}
.product-popup__rating-2 {
  margin-bottom: 2px;
}
.product-popup__rating-2 span {
  font-size: 12px;
}
.product-popup__rating-2 span i {
  color: var(--tp-theme-primary);
}
.product-popup__title {
  font-weight: 400;
  font-size: 14px;
}
.product-popup__title a:hover {
  color: var(--tp-theme-primary);
}
.product-popup__ammount {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-text-1);
}
.product-popup__badge {
  position: absolute;
  left: 0;
  top: 20px;
}
.product-popup__badge-item {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  padding: 4px 10px 4px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.product-popup__badge-item.has-new {
  background-color: var(--tp-theme-primary);
}
.product-popup__action {
  position: absolute;
  top: 40px;
  right: 10px;
}
.product-popup__action a, .product-popup__action button {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.12);
  text-align: center;
  position: relative;
  margin-bottom: 6px;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}
.product-popup__action a svg, .product-popup__action button svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.product-popup__action a:nth-child(1), .product-popup__action button:nth-child(1) {
  transition-delay: 0.14s;
}
.product-popup__action a:nth-child(2), .product-popup__action button:nth-child(2) {
  transition-delay: 0.12s;
}
.product-popup__action a:nth-child(3), .product-popup__action button:nth-child(3) {
  transition-delay: 0.1s;
}
.product-popup__action a:nth-child(4), .product-popup__action button:nth-child(4) {
  transition-delay: 0s;
}
.product-popup__action a:hover, .product-popup__action button:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.product-popup__add {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
}
@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: 767px) {
  .product-popup__details-thumb-tab {
    margin-right: 0;
  }
}
.product-popup__details-thumb-content {
  margin-bottom: 14px;
}
.product-popup__details-thumb-nav .nav-link {
  width: 110px;
  height: 110px;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .product-popup__details-thumb-nav .nav-link {
    margin-right: 12px;
  }
}
.product-popup__details-thumb-nav .nav-link::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid var(--tp-theme-primary);
  opacity: 0;
  visibility: hidden;
}
.product-popup__details-thumb-nav .nav-link img {
  width: 110px;
  height: 110px;
  position: relative;
}
.product-popup__details-thumb-nav .nav-link.active::after {
  visibility: visible;
  opacity: 1;
}
.product-popup__details-stock {
  margin-bottom: 13px;
}
.product-popup__details-stock span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: var(--tp-theme-secondary);
  border: 1px solid rgba(33, 68, 216, 0.1);
  padding: 5px 18px;
}
.product-popup__details-title {
  font-weight: 800;
  font-size: 36px;
  margin-bottom: 5px;
}
.product-popup__details-rating {
  margin-bottom: 13px;
}
.product-popup__details-rating .product-popup__rating {
  margin-right: 10px;
}
.product-popup__details-rating-count {
  position: relative;
  margin-bottom: 2px;
  padding-left: 9px;
}
.product-popup__details-rating-count::after {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 1px;
  height: 20px;
  background-color: #DADCE0;
}
.product-popup__details-rating-count span {
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .product-popup__details-wrapper {
    margin-top: 40px;
  }
}
.product-popup__details-wrapper p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 23px;
}
.product-popup__details-price span {
  line-height: 1;
}
.product-popup__details-ammount {
  font-weight: 600;
  font-size: 24px;
  color: var(--tp-common-black);
}
.product-popup__details-ammount.old-ammount {
  font-weight: 400;
  font-size: 22px;
  text-decoration-line: line-through;
  color: var(--tp-text-1);
}
.product-popup__details-ammount.new-ammount {
  font-weight: 800;
  font-size: 30px;
  color: var(--tp-heading-primary);
  margin-left: 1px;
}
.product-popup__details-offer {
  margin-left: 2px;
  font-weight: 700;
  font-size: 13px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
  padding: 3px 9px;
  display: inline-block;
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.product-popup__details-quantity {
  margin-bottom: 40px;
}
.product-popup__details-action {
  padding-bottom: 34px;
  border-bottom: 1px solid #DADCE0;
  margin-bottom: 32px;
}
.product-popup__details-action button {
  margin-bottom: 6px;
}
.product-popup__details-action button:not(:last-child) {
  margin-right: 6px;
}
.product-popup__details-action button.product-popup-action-btn {
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: var(--tp-common-black);
  border: 1px solid #DADCE0;
}
.product-popup__details-action button.product-popup-action-btn .product-popup-action-tooltip {
  top: auto;
  bottom: 90%;
  left: auto;
  right: auto;
  margin: auto;
  margin-bottom: 10px;
  -webkit-transform: translate(-57%, 0%);
  -moz-transform: translate(-57%, 0%);
  -ms-transform: translate(-57%, 0%);
  -o-transform: translate(-57%, 0%);
  transform: translate(-57%, 0%);
}
.product-popup__details-action button.product-popup-action-btn .product-popup-action-tooltip::after {
  top: 100%;
  right: 50%;
  left: auto;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  -moz-transform: translate(50%, -50%) rotate(45deg);
  -ms-transform: translate(50%, -50%) rotate(45deg);
  -o-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
}
.product-popup__details-action button.product-popup-action-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
}
.product-popup__details-action button.product-popup-action-btn:hover .product-popup-action-tooltip {
  bottom: 100%;
  top: auto;
  right: auto;
}
.product-popup__details-more p {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: var(--tp-common-black);
}
.product-popup__details-more span {
  font-size: 15px;
  line-height: 1;
  color: var(--tp-text-1);
}
.product-popup__details-more span a:hover {
  color: var(--tp-theme-primary);
}
.product-popup__details-categories {
  margin-bottom: 15px;
}
.product-popup__details-tags {
  margin-bottom: 15px;
}
.product-popup__details-tags span {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: var(--tp-common-black);
  margin-right: 3px;
}
.product-popup__details-tags a {
  font-size: 14px;
  line-height: 1;
  color: var(--tp-text-1);
  border: 1px solid #DADCE0;
  padding: 4px 12px;
  margin-bottom: 6px;
  display: inline-block;
}
.product-popup__details-tags a:hover {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.product-popup__details-share span {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: var(--tp-common-black);
  margin-right: 9px;
}
.product-popup__details-share a {
  font-size: 14px;
  line-height: 1;
  color: var(--tp-text-1);
  margin-bottom: 6px;
  margin-right: 10px;
}
.product-popup__details-share a:hover {
  color: var(--tp-theme-primary);
}
.product-popup__details-tab-nav {
  border-bottom: 1px solid #DADCE0;
}
.product-popup__details-tab-nav-inner {
  position: relative;
}
.product-popup__details-tab-nav .nav-link {
  position: relative;
  padding: 11px 14px;
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-text-1);
}
.product-popup__details-tab-nav .nav-link.active, .product-popup__details-tab-nav .nav-link:hover {
  color: var(--tp-common-black);
}
.product-popup__details-tab-nav .nav-link.active::after, .product-popup__details-tab-nav .nav-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .product-popup__details-tab-nav .nav-link::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: -1px;
    width: 0%;
    height: 2px;
    background-color: var(--tp-theme-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;
  }
}
.product-popup__details-tab-nav .tp-tab-menu {
  position: relative;
}
.product-popup__details-tab-nav .tp-tab-line {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 38%;
  height: 2px;
  background-color: var(--tp-theme-primary);
}
@media (max-width: 767px) {
  .product-popup__details-description-content {
    padding-right: 0;
  }
}
.product-popup__details-description-content .product-popup-desc-title {
  font-weight: 500;
  font-size: 34px;
  color: var(--tp-heading-primary);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .product-popup__details-description-content .product-popup-desc-title {
    font-size: 25px;
  }
}
.product-popup__details-description-content p {
  margin-bottom: 25px;
}
.product-popup__details-description .product-popup-desc-feature-thumb {
  margin-bottom: 30px;
}
.product-popup__details-description .product-popup-desc-feature-content p {
  line-height: 1.56;
  padding-right: 75px;
}
@media (max-width: 767px) {
  .product-popup__details-description .product-popup-desc-feature-content p {
    padding-right: 0;
  }
}
.product-popup__details-additional {
  margin-top: 67px;
  background-color: var(--tp-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .product-popup__details-additional {
    overflow-x: scroll;
  }
}
.product-popup__details-additional-inner {
  padding: 45px 70px 45px;
  border: 1px solid #E9E9F0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-popup__details-additional-inner {
    padding: 15px 40px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .product-popup__details-additional-inner {
    width: 768px;
  }
}
.product-popup__details-additional table {
  width: 100%;
}
.product-popup__details-additional table tr {
  padding: 16px 0 14px;
  display: block;
}
.product-popup__details-additional table tr:not(:last-child) {
  border-bottom: 1px solid #E9E9F0;
}
.product-popup__details-additional table tr th {
  font-weight: 600;
  font-size: 16px;
  color: var(--tp-common-black);
  width: 28%;
  display: inline-block;
}
.product-popup__details-additional table tr td {
  width: 71%;
  display: inline-block;
  font-size: 15px;
  color: var(--tp-text-body);
}
.product-popup__details-review-inner {
  padding: 62px 70px 70px;
  border: 1px solid #E9E9F0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-popup__details-review-inner {
    padding: 35px 40px 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-popup__details-review-inner {
    padding: 25px 30px 30px;
  }
}
@media (max-width: 767px) {
  .product-popup__details-review-inner {
    padding: 15px 20px 20px;
  }
}
.product-popup__details-review .product-popup-rating-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 22px;
}
.product-popup__details-review .product-popup-rating-number {
  text-align: center;
  width: 160px;
  height: 125px;
  border: 1px solid #E9E9F0;
  padding-top: 21px;
  padding-bottom: 21px;
}
@media (max-width: 767px) {
  .product-popup__details-review .product-popup-rating-number {
    margin-bottom: 15px;
  }
}
.product-popup__details-review .product-popup-rating-number-title {
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  color: var(--tp-common-black-solid);
  margin-bottom: 0;
}
.product-popup__details-review .product-popup-rating-star {
  line-height: 1;
}
.product-popup__details-review .product-popup-rating-star span {
  line-height: 1;
  font-size: 12px;
  display: inline-block;
}
.product-popup__details-review .product-popup-rating-star span:not(:last-child) {
  margin-right: 3px;
}
.product-popup__details-review .product-popup-rating-bar {
  width: 100%;
  background-color: #E9E9E9;
  border-radius: 10px;
}
.product-popup__details-review .product-popup-rating-bar-wrapper {
  width: 71.5%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-popup__details-review .product-popup-rating-bar-wrapper {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-popup__details-review .product-popup-rating-bar-wrapper {
    width: 66%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-popup__details-review .product-popup-rating-bar-wrapper {
    width: 52%;
  }
}
@media (max-width: 767px) {
  .product-popup__details-review .product-popup-rating-bar-wrapper {
    width: 100%;
  }
}
.product-popup__details-review .product-popup-rating-bar .single-progress {
  background-color: var(--tp-theme-primary);
  height: 8px;
  border-radius: 10px;
}
.product-popup__details-review .product-popup-rating-bar-text {
  width: 3.5%;
  line-height: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .product-popup__details-review .product-popup-rating-bar-text {
    width: 7.5%;
  }
}
.product-popup__details-review .product-popup-rating-bar-text span {
  font-size: 14px;
  color: var(--tp-text-1);
}
.product-popup__details-review .product-popup-rating-bar-item:not(:last-child) {
  margin-bottom: 5px;
}
.product-popup__details-review .product-popup-review-item {
  margin-bottom: 30px;
}
.product-popup__details-review .product-popup-review-item:last-child {
  margin-bottom: 0;
}
.product-popup__details-review .product-popup-review-item p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--tp-text-1);
}
.product-popup__details-review .product-popup-review-avater {
  margin-bottom: 11px;
}
.product-popup__details-review .product-popup-review-avater-thumb img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 10px;
}
.product-popup__details-review .product-popup-review-avater-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
}
.product-popup__details-review .product-popup-review-rating {
  margin-bottom: 5px;
}
.product-popup__details-review .product-popup-review-rating-wrapper {
  margin-right: 10px;
}
.product-popup__details-review .product-popup-review-rating-wrapper span {
  line-height: 1;
  font-size: 12px;
  display: inline-block;
}
.product-popup__details-review .product-popup-review-rating-wrapper span:not(:last-child) {
  margin-right: 3px;
}
.product-popup__details-review .product-popup-review-rating-wrapper span i {
  color: var(--tp-theme-primary);
}
.product-popup__details-review .product-popup-review-rating-date span {
  font-weight: 400;
  font-size: 13px;
  color: var(--tp-text-1);
}
.product-popup__details-review .product-popup-review-rating span i {
  color: var(--tp-theme-primary);
}
.product-popup__details-review .product-popup-review-form p {
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-text-1);
  margin-bottom: 20px;
}
.product-popup__details-review .product-popup-review-form-title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.product-popup__details-review .product-popup-review-form-rating .rate-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-text-1);
}
.product-popup__details-review .product-popup-review-input {
  margin-bottom: 18px;
  line-height: 1;
}
.product-popup__details-review .product-popup-review-input.is-textarea {
  margin-bottom: 30px;
}
.product-popup__details-review .product-popup-review-input input, .product-popup__details-review .product-popup-review-input textarea {
  height: 60px;
  line-height: 60px;
  background-color: #F7F7F7;
  border: 1.5px solid #F7F7F7;
}
.product-popup__details-review .product-popup-review-input input:focus, .product-popup__details-review .product-popup-review-input textarea:focus {
  border-color: var(--tp-theme-primary);
  background-color: var(--tp-common-white);
}
.product-popup__details-review .product-popup-review-input textarea {
  height: 180px;
  padding-bottom: 20px;
  resize: none;
  line-height: 1.4;
}
.product-popup__details-review .product-popup-review-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 2px solid #B2B2B9;
  outline: none;
  flex: 0 0 auto;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
  padding: 0;
}
.product-popup__details-review .product-popup-review-agree input:checked {
  position: relative;
  background-color: var(--tp-theme-primary);
  border-color: transparent;
}
.product-popup__details-review .product-popup-review-agree input:checked::after {
  box-sizing: border-box;
  position: absolute;
  content: "\f00c";
  font-weight: 700;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-popup__details-review .product-popup-review-agree input:hover {
  cursor: pointer;
}
.product-popup__details-review .product-popup-review-agree label {
  padding-left: 8px;
  font-size: 14px;
  line-height: 1.71;
  color: var(--tp-text-1);
}
.product-popup__details-review .product-popup-review-agree label a {
  color: var(--tp-common-black);
  font-weight: 600;
  padding-left: 4px;
}
.product-popup__details-review .product-popup-review-agree label a:hover {
  color: var(--tp-theme-primary);
}
.product-popup__details-review .product-popup-review-agree label:hover {
  cursor: pointer;
}
.product-popup__details-review .product-popup-review-btn .tp-btn {
  font-weight: 600;
  font-size: 15px;
  padding: 12px 37px;
}
.product-popup__details-review .product-popup-review-btn .tp-btn:hover {
  background-color: var(--tp-common-black);
}
.product-popup__modal .modal-dialog {
  max-width: 1200px;
  border-radius: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-popup__modal .modal-dialog {
    max-width: 1100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-popup__modal .modal-dialog {
    max-width: 900px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-popup__modal .modal-dialog {
    max-width: 700px;
  }
}
.product-popup__modal .modal-content {
  padding: 40px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .product-popup__modal .modal-content {
    padding: 20px;
  }
}
.product-popup__modal .product-popup__details-thumb-nav .nav-link {
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
}
.product-popup__modal .product-popup__details-thumb-nav .nav-link img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .product-popup__modal .product-popup__details-thumb-nav .nav-link {
    width: 70px;
    height: 70px;
  }
}
.product-popup__modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.product-popup__modal-close-btn {
  display: inline-block;
  font-size: 16px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  background-color: transparent;
  color: var(--tp-text-1);
  border-radius: 50%;
}
.product-popup__modal-close-btn:hover {
  color: var(--tp-theme-primary);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-popup__modal-close-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.tp-product-popup-quantity {
  width: 148px;
  position: relative;
}

.tp-cart-plus.two,
.tp-cart-plus.two {
  width: 45px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: var(--tp-common-black);
  position: absolute;
  top: 64%;
  left: 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;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-cart-plus.two::after,
.tp-cart-plus.two::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 44px;
  top: 46%;
  right: 0;
  background-color: #DADCE0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-cart-plus.two svg,
.tp-cart-plus.two svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-cart-plus.two:hover,
.tp-cart-plus.two:hover {
  cursor: pointer;
  color: var(--tp-theme-primary);
}
.tp-cart-plus.two.tp-cart-plus,
.tp-cart-plus.two.tp-cart-plus {
  left: auto;
  right: 0;
}
.tp-cart-plus.two.tp-cart-plus::after,
.tp-cart-plus.two.tp-cart-plus::after {
  left: 0;
  right: auto;
}

.tp-cart-minus.two {
  top: 37px;
  position: relative;
  left: 11%;
}
.tp-cart-minus.two::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 44px;
  top: 46%;
  left: 30px;
  background-color: #DADCE0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tp-cart-input.two[type=text] {
  width: 100%;
  height: 44px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #DADCE0;
  background-color: var(--tp-common-white);
  padding: 0 45px;
}
[dir=rtl] .tp-cart-input.two[type=text] {
  text-align: center;
}
.tp-cart-input.two[type=text]:focus {
  outline: none;
}

.product-popup-action-btn {
  position: relative;
}
.product-popup-action-btn .product-popup-action-tooltip {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 90%;
  font-weight: 500;
  font-size: 12px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  z-index: 1;
  display: inline-block;
  width: max-content;
  line-height: 1;
  padding: 4px 8px;
  margin-right: 8px;
  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;
}
.product-popup-action-btn .product-popup-action-tooltip::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  -moz-transform: translate(50%, -50%) rotate(45deg);
  -ms-transform: translate(50%, -50%) rotate(45deg);
  -o-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  height: 8px;
  width: 8px;
  background-color: var(--tp-common-black);
}
.product-popup-action-btn svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.product-popup-action-btn:hover .product-popup-action-tooltip {
  visibility: visible;
  opacity: 1;
  right: 100%;
}

.product-popup-add-cart-btn {
  font-weight: 600;
  font-size: 15px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  display: inline-block;
  padding: 7px 25px;
  text-align: center;
}
.product-popup-add-cart-btn svg, .product-popup-add-cart-btn i {
  margin-right: 7px;
}
.product-popup-add-cart-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.product-popup-add-cart-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
}
.product-popup-add-cart-btn-2 {
  border: 1px solid #DADCE0;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  font-size: 15px;
  font-weight: 500;
  padding: 6px 33px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-popup-add-cart-btn-2 {
    padding: 6px 21px;
  }
}
@media (max-width: 767px) {
  .product-popup-add-cart-btn-2 {
    width: 100%;
  }
}
.product-popup-add-cart-btn-2:hover {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.product-popup-add-cart-btn-3 {
  background-color: var(--tp-heading-primary);
  color: var(--tp-common-white);
  padding: 12px 45px;
}
.product-popup-add-cart-btn-3:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
}
@media (max-width: 767px) {
  .product-popup-add-cart-btn-3 {
    width: 100%;
  }
}

.product-popup__details-sku.product__details-more {
  display: flex;
}
.product-popup__details-sku.product__details-more p {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--tp-common-black);
  margin-bottom: 0;
  margin-right: 10px;
}
.product-popup__details-sku.product__details-more span {
  margin-top: -3px;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.tp-header-top-area {
  background: var(--tp-theme-primary);
}
.tp-header-top-left span {
  color: var(--tp-common-white);
  /* border-right: 1px solid; */
  margin: 1px;
  padding: 8px;
}
.tp-header-top-left span a {
  /* text-decoration: underline; */
  text-decoration: none;
}
.tp-header-top-address {
  background: #5e43e8;
  padding: 15px 0;
  border-radius: 50px;
  width: 600px;
  margin-left: -30px;
  display: flex;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-top-address {
    margin-left: -55px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-top-address {
    margin-left: -65px;
  }
}
.tp-header-top-address span {
  color: var(--tp-common-white);
  padding: 0 60px 0 60px;
  display: flex;
  line-height: 1;
}
.tp-header-top-address span:first-child {
  padding-right: 0;
}
.tp-header-top-address span i {
  margin-right: 8px;
}
.tp-header-top-right {
  display: flex;
  justify-content: end;
}
.tp-header-top-right span {
  color: var(--tp-common-white);
  margin-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-top-right span {
    display: none;
  }
}
.tp-header-top-social a {
  color: var(--tp-common-white);
  margin-right: 16px;
}
.tp-header-top-social a:hover {
  color: var(--tp-theme-secondary);
}
.tp-header-top-social a:last-child {
  margin-right: 0;
}
.tp-header-ctm-container {
  padding: 10px 120px 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-ctm-container {
    padding: 10px 40px 10px;
  }
}
@media (max-width: 767px) {
  .tp-header-ctm-container {
    padding: 10px 20px 10px;
  }
}
.tp-header-mobile-height {
  height: 100px;
  display: flex;
  align-items: center;
}
.tp-header-right {
  display: flex;
  justify-content: end;
  align-items: center;
}
.tp-header-search {
  margin-top: 6px;
}
.tp-header-search button {
  font-size: 24px;
  color: var(--tp-common-black);
  display: inline-block;
  transition: 0.4s;
  margin-top: 8px;
}
.tp-header-search button:hover {
  color: var(--tp-theme-primary);
}
.tp-header-shop {
  margin-left: 30px;
}
.tp-header-shop:hover .minicart {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.tp-header-shop button {
  color: var(--tp-common-black);
  font-size: 22px;
  display: inline-block;
  transition: 0.4s;
  margin-top: 10px;
  padding: 33px 0 32px;
}
.tp-header-shop button:hover {
  color: var(--tp-theme-primary);
}
.tp-header-button {
  margin-left: 30px;
  margin-top: 10px;
}
.tp-header-league {
  margin-left: 30px;
}
.tp-header-mobile-btn {
  margin-left: 30px;
  font-size: 22px;
  color: var(--tp-common-black);
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  width: 52px;
  height: 52px;
  line-height: 52px;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  width: 100%;
  z-index: 999;
  background-color: var(--tp-common-white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.95s ease 0s normal forwards 1 running fadeInDown;
  transition: 0.3s ease;
}

.tp-header-lang {
  position: absolute;
  right: -23px;
  bottom: -5px;
}
.tp-header-lang::before {
  content: "";
  position: absolute;
  width: 44px;
  height: 26px;
  top: 4px;
  left: 5px;
  background: var(--tp-common-white);
}

.tp-header-lang-selected-lang {
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  position: relative;
  padding-right: 15px;
  padding-left: 9px;
  transition: all 0.3s;
  line-height: 24px;
  color: var(--tp-heading-primary);
  cursor: pointer;
}

.tp-header-lang-selected-lang::after {
  position: absolute;
  content: "\f107";
  right: 2px;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--tp-common-black);
  font-size: 12px;
  font-family: var(--tp-ff-fontawesome);
  transition: all 0.3s;
}

.tp-header-lang-list {
  position: absolute;
  top: 120%;
  right: 0;
  background: var(--tp-common-white);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  z-index: 11;
  padding: 15px 15px;
  min-width: 100px;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}

.tp-header-top-info ul li:not(:last-of-type)::after {
  content: "";
  border-right: 1px solid #D9D9D9;
  position: absolute;
  height: 15px;
  right: 16px;
  top: 7px;
}

.tp-header-lang-list li {
  list-style: none;
  font-size: 14px;
  color: var(--tp-heading-primary);
  cursor: pointer;
  transition: 0.3s;
}
.tp-header-lang-list li:hover {
  color: var(--tp-theme-primary);
}

.tp-header-lang-list.tp-lang-list-open {
  visibility: visible;
  opacity: 1;
  top: 164%;
}

/*----------------------------------------*/
/*  3.2 Header Style 1
/*----------------------------------------*/
.tp-header-2-top-area {
  padding: 10px 0;
}
.tp-header-2-top-address span {
  color: var(--tp-common-white);
  margin-right: 56px;
}
.tp-header-2-top-address span img {
  display: inline-block;
  margin-top: -3px;
  margin-right: 6px;
}
.tp-header-2-top-address span:last-child {
  margin-right: 0;
}

/*----------------------------------------*/
/*  3.3 Header Style 1
/*----------------------------------------*/
.tp-header-3-button .tp-header-btn {
  background: var(--tp-theme-primary);
}
.tp-header-3-button .tp-header-btn::before {
  background: var(--tp-theme-secondary);
}
.tp-header-3-button .tp-header-btn::after {
  background: var(--tp-theme-secondary);
}
.tp-header-3-button .tp-header-btn:hover {
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  3.4 Header Style 1
/*----------------------------------------*/
.tp-header-4-top-area {
  background: var(--tp-common-black);
  padding: 0;
}
.tp-header-4-top-left {
  justify-content: left;
}
.tp-header-4-top-social a {
  border-right: 1px solid #43404d;
  margin: 0 15px 0 0px;
  padding: 16px 15px 15px 0;
}
.tp-header-4-top-social a:first-of-type {
  border-left: 1px solid #43404d;
  padding-left: 15px;
}
.tp-header-4-top-social a:last-child {
  margin-right: 0;
}
.tp-header-4-top-right {
  justify-content: end;
  display: flex;
}
.tp-header-4-top-right span {
  color: var(--tp-common-white);
  border-right: 1px solid #43404d;
  margin: 0 15px 0 0px;
  padding: 10px 15px 10px 0px;
  display: inline-block;
}
.tp-header-4-top-right span:first-of-type {
  border-left: 1px solid #43404d;
  padding-left: 15px;
}
.tp-header-4-top-right span:last-child {
  margin-right: 0;
}
.tp-header-4-top-right span img {
  display: inline-block;
  margin-top: -3px;
  margin-right: 6px;
}
.tp-header-4-toggle {
  margin-left: 30px;
}

/*----------------------------------------*/
/*  3.5 Header Style 1
/*----------------------------------------*/
@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-header-5-main-menu {
    margin-left: -110px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-5-main-menu > nav > ul > li:not(:last-child) {
    margin-right: 40px !important;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .tp-header-5-right {
    margin-left: -31px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-5-right {
    margin-left: -65px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-5-right {
    margin-left: -77px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /* .tp-header-5-call-item {
    display: none !important;
  } */
  .tp-header-main-menu > nav > ul > li > a {
    font-size: 16px !important;
}
.logo {
  width: 200px !important;
}
}

@media only screen and (min-width: 1100px) and (max-width: 1299px) {
  .tp-header-main-menu > nav > ul > li > a {
      font-size: 13px !important;
  }
  header{
    height: 131px !important;
  }
}
@media (max-width: 1100px) {
  .tp-header-main-menu {
    display: none;
}
.ipdicon{
  width: 150px !important;
}
}


@media (max-width: 767px) {
  .tp-header-5-call-item {
    display: none !important;
  }
  
}
.tp-header-5-call-icon a {
  background: var(--tp-theme-secondary);
  border: none;
  color: var(--tp-common-black);
  font-size: 20px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
.tp-header-5-call-number span {
  display: block;
  line-height: 1.4;
  margin-top: 7px;
}
.tp-header-5-call-number a {
  font-size: 18px;
  letter-spacing: 1px;
  color: var(--tp-theme-primary);
  font-weight: 600;
  font-family: "Barlow Condensed";
}

/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
.tp-header-main-menu {
  margin-left: -70px;
}
.tp-header-main-menu > nav > ul > li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.tp-header-main-menu > nav > ul > li:hover a {
  color: var(--tp-theme-primary);
}
.tp-header-main-menu > nav > ul > li:not(:last-child) {
  margin-right: 51px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-main-menu > nav > ul > li:not(:last-child) {
    margin-right: 49px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-main-menu > nav > ul > li:not(:last-child) {
    margin-right: 38px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-main-menu > nav > ul > li:not(:last-child) {
    margin-right: 28px;
  }
}
.tp-header-main-menu > nav > ul > li > a {
  display: inline-block;
  color: var(--tp-heading-primary);
  padding: 33px 0;
  font-size: 20px;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
  font-weight: 600;
  font-family: var(--tp-ff-heading);
}
.tp-header-main-menu > nav > ul > li > a.color-active {
  color: var(--tp-theme-primary);
}
.tp-header-main-menu > nav > ul > li:hover .submenu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  top: 103%;
  opacity: 1;
  visibility: visible;
}
.tp-header-main-menu > nav > ul > li:hover .no {
  transform: rotate(91deg);
}

.tp-header-main-menu > nav > ul > li:hover .submenu-2 {
  top: 98%;
}
.tp-header-main-menu > nav > ul .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 260px;
  background: var(--tp-common-white);
  border-top: 6px solid var(--tp-theme-primary);
  padding: 20px 0;
  transform: scaleY(0);
  transform-origin: top center;
  text-align: start;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  z-index: 9;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 16px;
}
.tp-header-main-menu > nav > ul .submenu > li {
  display: block;
}
.tp-header-main-menu > nav > ul .submenu > li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  left: 100%;
}
.tp-header-main-menu > nav > ul .submenu > li:hover > a {
  color: var(--tp-heading-primary);
}
.tp-header-main-menu > nav > ul .submenu > li > a {
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  margin: 0px 0 0 0;
  display: block;
  text-transform: capitalize;
  font-size: 16px;
  color: var(--tp-heading-primary);
  font-weight: 700;
  position: relative;
}
.tp-header-main-menu > nav > ul .submenu > li > a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--tp-theme-primary);
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}
.tp-header-main-menu > nav > ul .submenu > li > a:hover {
  color: var(--tp-theme-primary);
  margin-left: 10px;
}
.tp-header-main-menu > nav > ul .submenu > li > a:hover::before {
  width: 10px;
}
.tp-header-main-menu > nav > ul .submenu > li > .submenu {
  left: 120%;
  top: 25px;
  opacity: 0;
  visibility: hidden;
}
.tp-header-main-menu > nav > ul .submenu > li > .submenu > li:hover .submenu {
  visibility: visible;
  opacity: 1;
}
.tp-header-main-menu > nav > ul .submenu > li > .submenu > li:hover > a {
  color: var(--tp-heading-primary);
}
.tp-header-main-menu > nav > ul .submenu > li > .submenu > li > .submenu {
  visibility: hidden;
  opacity: 0;
}
.tp-header-main-menu > nav > ul.tp-onepage-menu li a.active {
  color: var(--tp-theme-primary);
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu {
  width: 1170px;
  padding: 30px 30px 10px 30px;
  background-color: var(--tp-common-white);
  box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu {
    left: -540px;

  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu {
    left: -300%;
    width: 1000px;
  }
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu {
  position: relative;
  padding: 0px 10px;
  margin-bottom: 20px;
  width: 25%;
  height: 180px;
  overflow: scroll;
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb {
  position: relative;
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: rgba(38, 34, 33, 0.7);
  transition: all 0.3s 0s ease-out;
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb img {
  width: 100%;
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb:hover::before {
  opacity: 1;
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb:hover .homemenu-btn .menu-btn.show-1 {
  transform: translateY(0);
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb:hover .homemenu-btn .menu-btn.show-2 {
  transform: translateY(0);
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb:hover .homemenu-btn .menu-btn::before {
  display: none;
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-title {
  font-size: 20px;
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-title a {
  color: var(--tp-heading-primary);
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-title a:hover::before {
  display: none;
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-btn {
  position: absolute;
  opacity: 0;
  text-align: center;
  visibility: hidden;
  transition: all 0.3s 0s ease-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-btn .menu-btn {
  font-size: 14px;
  text-transform: capitalize;
  padding: 8px 14px;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
  display: block;
  margin-bottom: 10px;
  width: 140px;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: var(--tp-ff-body);
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-btn .menu-btn:hover {
  background: var(--tp-common-black);
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-btn .menu-btn.show-1 {
  transform: translateY(15px);
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-btn .menu-btn.show-2 {
  transform: translateY(20px);
  background: var(--tp-common-white);
  color: var(--tp-heading-primary);
}
.tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-btn .menu-btn.show-2:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-header-main-menu ul li.p-static {
  position: static;
}
.tp-header-main-menu ul li.p-static .tp-submenu.submenu.has-homemenu {
  left: 0;
  width: 100%;
}
.tp-header-2-main-menu {
  margin-left: -30px;
}
.tp-header-2-main-menu > nav > ul > li:not(:last-child) {
  margin-right: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-2-main-menu > nav > ul > li:not(:last-child) {
    margin-right: 45px;
  }
}

/*----------------------------------------*/
/*  4.2 Meanmenu css
/*----------------------------------------*/
.mean-remove {
  display: none !important;
}

.mean-container {
  margin-bottom: 40px;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  font-weight: 700;
  display: none !important;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-container .mean-nav {
  background: none;
  margin-top: 0;
  float: left;
  width: 100%;
  background: transparent;
}
.mean-container .mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li.dropdown-opened > a, .mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked, .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  color: var(--tp-theme-primary);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked i, .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked i {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li.has-dropdown:hover > a {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li.has-dropdown:hover .mean-expand {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li.mean-last {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}
.mean-container .mean-nav ul li > a > i {
  display: none;
}
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 10px 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #e0e3ed;
  text-decoration: none;
  width: 100%;
  padding: 10px 0;
  color: var(--tp-common-black);
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
[dir=rtl] .mean-container .mean-nav ul li a {
  float: right;
  text-align: right;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li a:hover i {
  color: var(--tp-common-white);
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: transparent;
  border: none !important;
  font-size: 14px;
  margin-top: 5px;
  padding: 0 !important;
  line-height: 14px;
  height: 30px;
  width: auto;
  line-height: 30px;
  color: var(--tp-common-black);
  line-height: 30px;
  top: 0;
  font-weight: 400;
}
[dir=rtl] .mean-container .mean-nav ul li a.mean-expand {
  right: auto;
  left: 0;
  text-align: center;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand:hover i {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover i {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 10px 10%;
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 10px 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 10px 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 10px 25%;
}
.mean-container .mean-bar, .mean-container .mean-bar * {
  /* Fix for box sizing on Foundation Framework etc. */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*----------------------------------------*/
/*  4.3 Mobilemenu css
/*----------------------------------------*/
.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 #ebebeb;
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  font-size: 18px;
  color: var(--tp-heading-primary);
  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 #ebebeb !important;
  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 > a .dropdown-toggle-btn i {
  transition: all 0.3s ease-in-out;
}
.tp-main-menu-mobile ul li.has-dropdown > 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 > a .dropdown-toggle-btn:hover {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-border-secondary);
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover i {
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded {
  color: var(--tp-theme-primary);
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary) !important;
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown:hover > a::after {
  color: var(--tp-theme-green);
}
.tp-main-menu-mobile ul li:last-child a span {
  border-bottom: 0;
}
.tp-main-menu-mobile ul li > a {
  display: block;
  font-size: 16px;
  color: var(--tp-heading-primary);
  position: relative;
  padding: 10px 0;
  padding-right: 0px;
  padding-right: 0px;
  padding-right: 20px;
  text-transform: capitalize;
  font-weight: 600;
}
.tp-main-menu-mobile ul li > a svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-main-menu-mobile ul li > a > i {
  display: inline-block;
  width: 11%;
  margin-right: 13px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  font-size: 21px;
  line-height: 1;
}
.tp-main-menu-mobile ul li > a .menu-text {
  font-size: 16px;
  line-height: 11px;
  border-bottom: 1px solid #EAEBED;
  width: 82%;
  display: inline-block;
  padding: 19px 0 17px;
}
.tp-main-menu-mobile 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: 8px 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 > a {
  color: var(--tp-theme-primary);
}
.tp-main-menu-mobile ul li:hover > a::after {
  color: var(--tp-theme-1);
}
.tp-main-menu-mobile ul li:hover > a .dropdown-toggle-btn i {
  color: var(--tp-theme-1);
}
.tp-main-menu-mobile ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 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-main-menu-mobile .homemenu-thumb {
  position: relative;
}
.tp-main-menu-mobile .homemenu-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: rgba(38, 34, 33, 0.9);
  transition: all 0.3s 0s ease-out;
}
.tp-main-menu-mobile .homemenu-thumb:hover::before {
  opacity: 1;
}
.tp-main-menu-mobile .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
}
.tp-main-menu-mobile .homemenu-thumb:hover .homemenu-btn .menu-btn.show-1 {
  transform: translateY(0);
}
.tp-main-menu-mobile .homemenu-thumb:hover .homemenu-btn .menu-btn.show-2 {
  transform: translateY(0);
}
.tp-main-menu-mobile .homemenu-thumb .homemenu-btn {
  position: absolute;
  opacity: 0;
  text-align: center;
  visibility: hidden;
  transition: all 0.3s 0s ease-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tp-main-menu-mobile .homemenu-thumb .homemenu-btn .menu-btn {
  font-size: 14px;
  text-transform: capitalize;
  padding: 8px 14px;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
  display: block;
  margin-bottom: 10px;
  width: 140px;
  letter-spacing: 1px;
  font-weight: 500;
}
.tp-main-menu-mobile .homemenu-thumb .homemenu-btn .menu-btn:hover {
  background: var(--tp-heading-primary);
  color: var(--tp-common-white);
}
.tp-main-menu-mobile .homemenu-thumb .homemenu-btn .menu-btn.show-1 {
  transform: translateY(15px);
}
.tp-main-menu-mobile .homemenu-thumb .homemenu-btn .menu-btn.show-2 {
  transform: translateY(20px);
  background: var(--tp-common-white);
  color: var(--tp-heading-primary);
}
.tp-main-menu-mobile .homemenu-thumb .homemenu-btn .menu-btn.show-2:hover {
  background: var(--tp-heading-primary);
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  5.1 Blog css
/*----------------------------------------*/
.tp-blog-wrapper:hover .tp-blog-thum img {
  mix-blend-mode: unset;
}
.tp-blog-thum {
  background: #05001e;
}
.tp-blog-thum img {
  mix-blend-mode: luminosity;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-thum img {
    width: 100%;
  }
}
.tp-blog-thum-btn {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  padding: 2px 22px;
  font-weight: 700;
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: inline-block;
}
.tp-blog-thum-btn:hover {
  background: var(--tp-theme-secondary);
  color: var(--tp-heading-primary);
}
.tp-blog-content {
  padding: 10px;
}
.tp-blog-title {
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.tp-blog-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-blog-paragraph {
  margin-bottom: 25px;
  line-height: 26px;
}
.tp-blog-content-bottom {
  display: flex;
  justify-content: space-between;
}
.tp-blog-date span {
  color: var(--tp-heading-primary);
  font-weight: 700;
  width: 100%;
  float: left;
  border-bottom: 1px solid;
  margin-bottom: 5px;
}
.tp-blog-number span {
  font-size: 18px;
  color: var(--tp-heading-primary);
  font-weight: 700;
  position: relative;
  padding-left: 30px;
}
.tp-blog-number span i {
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 22px;
  color: var(--tp-theme-primary);
}
.tp-blog-2-wrapper {
  background: var(--tp-common-white);
  box-shadow: 1px 1px 1px 1px var(--tp-theme-secondary);
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 10px;
}
.tp-blog-2-wrapper:hover .tp-blog-2-thumb img {
  mix-blend-mode: unset;
}
.tp-blog-2-top-member {
  display: flex;
  justify-content: space-between;
  background: var(--tp-common-white);
  box-shadow: 0px 0px 60px 0px rgba(32, 33, 82, 0.08);
  padding: 15px 30px 15px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.tp-blog-2-top-member::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 8px 0 8px;
  border-color: var(--tp-common-white) transparent transparent transparent;
  bottom: -16px;
  left: 41px;
}
.tp-blog-2-top-user {
  display: flex;
}
.tp-blog-2-top-user-img {
  margin-right: 14px;
}
.tp-blog-2-top-user-name {
  display: flex;
  align-items: center;
}
.tp-blog-2-top-user-name span {
  margin-right: 6px;
}
.tp-blog-2-top-user-name p {
  color: var(--tp-heading-primary);
  font-weight: 700;
  margin-bottom: 0;
}
.tp-blog-2-top-icon span {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 20px;
  color: var(--tp-heading-primary);
  font-weight: 700;
}
.tp-blog-2-top-icon span i {
  font-size: 22px;
  color: var(--tp-theme-primary);
  position: relative;
  top: 5px;
  margin-right: 8px;
}
.tp-blog-2-thumb {
  background-color: rgb(5, 0, 30);
  border-radius: 10px;
}
.tp-blog-2-thumb img {
  width: 100%;
  transition: 0.4s;
  border-radius: 10px;
  height: 200px;

}
.tp-blog-2-content {
  padding: 0px;
}
.tp-blog-2-content-bottom {
  background: #000;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}
.tp-blog-2-title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: inline-block;
  margin-top: 5px;
}
.tp-blog-2-btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-family: "Barlow Condensed";
}
.tp-blog-2-btn i {
  color: var(--tp-theme-primary);
  font-size: 22px;
  position: relative;
  top: 5px;
}
.tp-blog-2-btn:hover {
  color: var(--tp-theme-primary);
}
.tp-blog-2-icon span i {
  font-size: 18px;
  position: relative;
  top: 4px;
  margin-left: 4px;
}
.tp-blog-2-icon span:hover {
  color: var(--tp-theme-primary);
}
.tp-blog-3-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tp-blog-3-sub-title {
  color: var(--tp-theme-primary);
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto";
  margin-bottom: 4px;
}
.tp-blog-3-brand-title {
  color: var(--tp-text-body);
  margin-bottom: 12px;
}
.tp-blog-3-brand-title span {
  color: var(--tp-heading-primary);
}
.tp-blog-4-wrapper {
  margin-bottom: 30px;
  border-radius: 10px;
}
.tp-blog-4-wrapper:hover .tp-blog-4-thumb img {
  mix-blend-mode: unset;
}
.tp-blog-4-wrapper:hover .tp-blog-4-content-bottom {
  background: var(--tp-theme-secondary);
}
.tp-blog-4-wrapper:hover .tp-blog-4-comment h6 {
  color: var(--tp-heading-primary);
}
.tp-blog-4-wrapper:hover .tp-blog-4-icon span {
  color: var(--tp-heading-primary);
}
.tp-blog-4-wrapper:hover .tp-blog-4-date {
  background: var(--tp-theme-primary);
}
.tp-blog-4-wrapper:hover .tp-blog-4-date span {
  color: var(--tp-common-white);
}
.tp-blog-4-thumb {
  background: var(--tp-common-black);
  position: relative;
  z-index: 2;
  height: 500px;
}
.tp-blog-4-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(90deg, rgb(5, 0, 30) 0%, rgba(5, 0, 30, 0.01) 99%, rgb(5, 0, 30) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(5, 0, 30) 0%, rgba(5, 0, 30, 0.01) 99%, rgb(5, 0, 30) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(5, 0, 30) 0%, rgba(5, 0, 30, 0.01) 99%, rgb(5, 0, 30) 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.tp-blog-4-thumb img {
  width: 100%;
  /* mix-blend-mode: luminosity; */
}
.tp-blog-4-date {
  position: absolute;
  top: 42px;
  right: 0;
  background: var(--tp-common-white);
  width: 66px;
  height: 44px;
  text-align: center;
  line-height: 47px;
  -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;
  box-shadow: 1px 1px 1px 1px red;
}
.tp-blog-4-date span {
  color: var(--tp-theme-primary);
  text-align: center;
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  -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-4-content {
  position: absolute;
  bottom: 0;
  padding: 0 40px 40px 40px;
  z-index: 11;
}
.tp-blog-4-sub-title {
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto";
  margin-bottom: 24px;
}
.tp-blog-4-sub-title img {
  margin-right: 7px;
}
.tp-blog-4-title {
  color: var(--tp-common-white);
  display: inline-block;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 1.3;
}
.tp-blog-4-title:hover {
  color: var(--tp-theme-primary);
}
.tp-blog-4-content-bottom {
  display: flex;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.149);
  padding: 12px 20px 4px;
  align-items: center;
  -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-4-comment h6 {
  color: var(--tp-common-white);
  font-weight: 400;
  font-family: "Roboto";
  -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-4-comment h6 span {
  margin-right: 6px;
  -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-4-icon span {
  color: var(--tp-common-white);
  font-size: 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;
}
.tp-blog-5-wrapper:hover .tp-blog-5-thumb img {
  mix-blend-mode: unset;
}
.tp-blog-5-content {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(20, 15, 64, 0.08);
  padding: 30px 30px 20px 30px;
  margin-left: 30px;
  margin-top: -32px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-5-content {
    margin-left: 60px;
  }
}
.tp-blog-5-thumb {
  background: #05001e;
  -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-5-thumb img {
  mix-blend-mode: luminosity;
  -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), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-5-thumb img {
    width: 100%;
  }
}
.tp-blog-5-link-title a {
  font-size: 16px;
  text-decoration: underline;
  color: var(--tp-theme-primary);
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}
.tp-blog-5-title {
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tp-blog-5-paragraph {
  margin-bottom: 22px;
  line-height: 26px;
}
.tp-blog-5-content-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tp-blog-5-btn a {
  letter-spacing: 1px;
  color: var(--tp-heading-primary);
  font-weight: 700;
  font-family: "Barlow Condensed";
  text-transform: uppercase;
}
.tp-blog-5-btn a:hover {
  color: var(--tp-theme-primary);
}
.tp-blog-5-arrow a {
  color: var(--tp-theme-primary);
  font-size: 18px;
}
.tp-blog-5-num {
  background: var(--tp-theme-secondary);
  padding: 4px 20px 2px 21px;
  position: absolute;
  right: 0;
  bottom: 32px;
  font-size: 18px;
  line-height: 26px;
  color: var(--tp-heading-primary);
  font-weight: 700;
  z-index: 11;
}
.tp-blog-5-month {
  background: var(--tp-heading-primary);
  padding: 4px 15px 2px;
  position: absolute;
  right: 0;
  bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  color: var(--tp-common-white);
  font-weight: 700;
  z-index: 11;
}

.tp-map iframe {
  width: 100%;
  height: 480px;
  mix-blend-mode: luminosity;
}

/*----------------------------------------*/
/*  5.2 Postbox css
/*----------------------------------------*/
.tp-postbox-wrapper {
  padding-right: 30px;
}
.tp-postbox-thumb {
  margin-bottom: 30px;
}
.tp-postbox-thumb img {
  width: 100%;
  height: 331px;
  border-radius: 10px;
  box-shadow: 1px 1px 1px 1px var(--tp-theme-primary);
}
.tp-postbox-meta a img {
  color: var(--tp-common-black);
  font-size: 18px;
  margin-right: 8px;
}
.tp-postbox-meta a {
  font-size: 16px;
  color: var(--tp-text-10);
  font-weight: 400;
}
.tp-postbox-thumb-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tp-postbox-thumb-video a {
  height: 90px;
  width: 90px;
  line-height: 96px;
  font-size: 26px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-theme-primary);
  background: var(--tp-common-white);
}
.tp-postbox-thumb-video a::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.651);
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
}
.tp-postbox-thumb-video a i {
  transform: translateX(4px);
}
.tp-postbox-content {
  padding: 0px 0 20px;
}
.tp-postbox-content p {
  margin-bottom: 30px;
}
.tp-postbox-meta {
  margin-bottom: 15px;
}
.tp-postbox-meta span {
  font-size: 16px;
  font-weight: 500;
  color: #565969;
}
.tp-postbox-title {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-postbox-title {
    font-size: 34px;
  }
}
.tp-postbox-title.details {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .tp-postbox-title {
    font-size: 25px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-postbox-title br {
    display: none;
  }
}
.tp-postbox-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-postbox-sub-title {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--tp-theme-primary);
  margin-bottom: 30px;
}
.tp-postbox-paragraph {
  padding: 0 6px 0 0;
}
.tp-postbox-paragraph.details {
  padding: 0;
}
.tp-postbox-read-more .tp-btn {
  padding: 12px 51px;
}
.tp-postbox-blockquote {
  margin-bottom: 50px;
}
.tp-postbox-photo {
  margin-bottom: 50px;
}
.tp-postbox-share-wrapper {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(15, 13, 29, 0.102);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-postbox-pagination {
    text-align: left !important;
    margin-bottom: 40px;
  }
}
.tp-postbox-pagination ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .tp-postbox-pagination ul li {
    margin-right: 14px;
  }
}
.tp-postbox-pagination ul li a {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: var(--tp-heading-primary);
  background: transparent;
  -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;
  border: 1px solid #e6e6e6;
  font-size: 18px;
  font-weight: 700;
}
.tp-postbox-pagination ul li a.active {
  background: var(--tp-theme-primary) !important;
  color: var(--tp-common-white) !important;
}
@media (max-width: 767px) {
  .tp-postbox-pagination ul li a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    font-weight: 600;
  }
}
.tp-postbox-pagination ul li a:hover {
  color: var(--tp-common-white);
  background: 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), (max-width: 767px) {
  .tp-postbox-list-img {
    margin-bottom: 30px;
  }
}
.tp-postbox-details-text p {
  color: var(--tp-text-10);
}
.tp-postbox-details-blockquote-icon {
  margin-right: 26px;
  margin-top: 8px;
}
.tp-postbox-details-blockquote {
  filter: drop-shadow(0 0 30px rgba(67, 61, 79, 0.06));
  background-color: var(--tp-common-white);
  border-radius: 15px;
  padding: 42px 0 20px 30px;
  margin-bottom: 50px;
}
.tp-postbox-details-blockquote-content h4 {
  font-size: 22px;
  font-weight: 500;
  font-family: "DM Sans";
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-postbox-details-blockquote-content h4 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .tp-postbox-details-blockquote-content h4 {
    font-size: 16px;
  }
}
.tp-postbox-details-blockquote-content p {
  font-size: 14px;
  color: var(--tp-theme-primary);
  font-weight: 400;
  font-family: "Plus Jakarta Sans";
  margin-bottom: 0;
  position: relative;
  margin-left: 25px;
}
.tp-postbox-details-blockquote-content p::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  top: 14px;
  left: -24px;
  background-color: var(--tp-theme-primary);
}
.tp-postbox-details-share-wrapper {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-postbox-details-share {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .tp-postbox-details-share {
    justify-content: left !important;
  }
}
.tp-postbox-details-tag span {
  font-size: 22px;
  color: var(--tp-heading-primary);
  font-weight: 700;
  font-family: "Plus Jakarta Sans";
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-postbox-details-tag span {
    margin-right: 10px;
  }
}
.tp-postbox-details-tag a {
  background-color: var(--tp-common-white);
  border: 1px solid #eaebeb;
  padding: 8px 19px;
  font-size: 16px;
  line-height: 30px;
  color: #767676;
  font-weight: 400;
  margin-right: 8px;
}
.tp-postbox-details-tag a:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-postbox-details-tag.details a:hover {
  background: var(--tp-theme-secondary);
  color: var(--tp-common-black);
}
.tp-postbox-details-share span {
  font-size: 14px;
  width: 38px;
  height: 38px;
  line-height: 43px;
  text-align: center;
  display: inline-block;
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border-radius: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-postbox-details-share span {
    margin-right: 18px;
  }
}
.tp-postbox-details-share a {
  width: 38px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  background: var(--tp-common-gray2);
  border-radius: 50px;
  font-size: 16px;
  color: var(--tp-heading-primary);
  margin-right: 10px;
  transition: 0.4s;
}
.tp-postbox-details-share a:last-child {
  margin-right: 0;
}
.tp-postbox-details-share a:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-postbox-list-content {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-postbox-details-tag {
    margin-bottom: 30px;
  }
}

.tp-postbox-details-row {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0 20px;
}
@media (max-width: 767px) {
  .tp-postbox-details-row {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-postbox-details-row {
    display: block;
  }
}
.tp-postbox-blog-code-title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto";
  text-align: center;
  line-height: 1.7;
  padding: 0 20px 0;
  margin-bottom: 18px;
}
.tp-postbox-blog-code-name {
  color: var(--tp-theme-primary);
  font-weight: 500;
}

.tp-postbox-comment-box {
  background-color: var(--tp-common-white);
  box-shadow: 0px 4px 60px 0px rgba(21, 24, 32, 0.1);
  padding: 25px 40px 25px 30px;
}
@media (max-width: 767px) {
  .tp-postbox-comment-box {
    padding: 25px 10px 25px 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-postbox-comment-box {
    padding: 25px 30px 25px 40px;
  }
}
.tp-postbox-comment-title {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.tp-postbox-comment-box-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .tp-postbox-comment-box-inner {
    display: grid;
  }
}
.tp-postbox-comment-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.tp-postbox-comment-avater {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .tp-postbox-comment-avater {
    margin-bottom: 20px;
  }
}
.tp-postbox-comment-reply a {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--tp-theme-primary);
  font-weight: 700;
  font-family: "Barlow Condensed";
}
.tp-postbox-comment-reply a i {
  margin-right: 10px;
  font-weight: 500;
}
.tp-postbox-comment-name {
  font-size: 22px;
  font-family: "Roboto";
}

.tp-postbox-contact-title {
  font-size: 36px;
  text-transform: uppercase;
}
.tp-postbox-contact-title.two {
  font-size: 50px;
}
@media (max-width: 767px) {
  .tp-postbox-contact-title {
    font-size: 33px;
  }
}
.tp-postbox-contact-pagagraph {
  font-size: 14px;
  margin-bottom: 35px;
}
.tp-postbox-contact-input {
  margin-bottom: 20px;
}
.tp-postbox-contact-input input {
  font-size: 16px;
  font-weight: 400;
  height: 58px;
  color: #565969;
  background-color: #f4f4f4;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.tp-postbox-contact-input input::placeholder {
  font-size: 16px;
  color: var(--tp-text-body);
  font-weight: 400;
}
.tp-postbox-contact-input input:focus {
  border: 1px solid var(--tp-theme-primary);
  background: transparent;
}
.tp-postbox-contact-input textarea {
  height: 148px;
  resize: none;
  background-color: #f4f4f4;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.tp-postbox-contact-input textarea::placeholder {
  font-size: 16px;
  color: var(--tp-text-body);
  font-weight: 400;
}
.tp-postbox-contact-input textarea:focus {
  border: 1px solid var(--tp-theme-primary);
  background: transparent;
}

/*----------------------------------------*/
/*  5.3 Recent Post css
/*----------------------------------------*/
/*----------------------------------------*/
/*  5.4 Sidebar css
/*----------------------------------------*/
.tp-blog-breadcrumb-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.tp-blog-breadcrumb-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0f0027;
  opacity: 0.549;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar__widget-theme-bg {
    padding: 0 25px;
    margin-bottom: 0;
  }
}
.sidebar__widget {
  margin-top: -5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sidebar__widget {
    padding: 30px 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sidebar__widget {
    padding: 30px 110px 30px 22px;
  }
}
.sidebar__widget-title {
  font-size: 24px;
  text-transform: uppercase;
  color: var(--tp-heading-primary);
  margin-bottom: 26px;
}
.sidebar__widget ul li {
  list-style: none;
  height: 56px;
  line-height: 56px;
  border-radius: 2px;
  padding: 0 30px;
  background: transparent;
}
.sidebar__widget ul li:hover {
  background: var(--tp-common-white);
}
.sidebar__widget ul li:hover a {
  color: var(--tp-theme-primary);
}
.sidebar__widget ul li.active {
  background-color: var(--tp-common-white);
}
.sidebar__widget ul li.active a {
  color: var(--tp-heading-primary);
}
.sidebar__widget ul li.active a span {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.sidebar__widget ul li:last-child {
  margin-bottom: 10px;
}
.sidebar__widget ul li a {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  color: var(--tp-common-black);
  display: block;
}
.sidebar__widget ul li a:hover span {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.sidebar__widget ul li a span {
  float: right;
  visibility: hidden;
  position: relative;
  left: -20px;
  opacity: 0;
  transition: 0.4s;
}
.sidebar__about {
  padding: 37px 0 38px 0;
}
.sidebar__thumb img {
  border-radius: 50%;
  margin-bottom: 20px;
}
.sidebar__content-title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  margin-bottom: 6px;
}
.sidebar__content-designation {
  font-weight: 400;
  font-size: 14px;
  color: #727A7D;
  display: block;
  margin-bottom: 13px;
}
.sidebar__content p {
  font-size: 16px;
  color: #838383;
  margin-bottom: 27px;
}
.sidebar__content-social a {
  height: 37px;
  width: 42px;
  line-height: 37px;
  text-align: center;
  display: inline-block;
  border: 1px solid var(--tp-grey-4);
  margin-right: 12px;
}
.sidebar__content-social a i {
  transition: 0.3s;
}
.sidebar__content-social a:hover {
  border: 1px solid var(--tp-theme-1);
  background-color: var(--tp-theme-1);
}
.sidebar__content-social a:hover i {
  color: var(--tp-common-white);
}
.sidebar__search {
  position: relative;
}
.sidebar__search input {
  font-size: 16px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 70px 0 25px;
  text-transform: capitalize;
  border: 1px solid var(--tp-common-white);
  outline: none;
  background: #f5f5f8;
}
.sidebar__search input:focus {
  border: 1px solid var(--tp-theme-primary);
}
.sidebar__search input::placeholder {
  color: #767676;
}
.sidebar__search button {
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 10px;
  width: 60px;
  height: 100%;
  line-height: 60px;
  color: var(--tp-common-black);
}
.sidebar__banner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.sidebar__banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background: var(--tp-common-white);
}
.sidebar__banner-content h4 {
  padding: 15px 20px;
  font-size: 24px;
  color: var(--tp-common-black);
  text-transform: uppercase;
  margin-bottom: 0;
}

.tagcloud a {
  font-size: 14px;
  text-transform: capitalize;
  padding: 2px 15px;
  margin-right: 5px;
  background-color: var(--tp-common-white);
  margin-bottom: 10px;
  display: inline-block;
  border: 1px solid #efeded;
}
.tagcloud a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
}
.tagcloud a.active {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

.rc__post {
  background: var(--tp-common-white);
  box-shadow: 0px 3px 20px 0px rgba(21, 24, 32, 0.06);
  padding: 10px 60px 10px 10px;
  transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rc__post {
    padding: 15px 50px 10px 25px;
  }
}
@media (max-width: 767px) {
  .rc__post {
    padding: 10px 40px 10px 10px;
  }
}
.rc__post:hover {
  background: var(--tp-common-white);
}
.rc__post:hover .rc__post-thumb {
  -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;
}
.rc__post:hover .rc__post-thumb img {
  mix-blend-mode: unset;
  -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;
}
.rc__post.active {
  background: var(--tp-common-white);
}
.rc__post-thumb {
  background: #05001e;
  -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) {
  .rc__post-thumb {
    display: none;
  }
}
.rc__post-thumb img {
  mix-blend-mode: luminosity;
  -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;
}
.rc__meta span {
  font-size: 14px;
  color: #8f8e9a;
}
.rc__meta span i {
  font-size: 16px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  top: 4px;
}
.rc__post-title {
  font-size: 16px;
  text-transform: uppercase;
  -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;
}
.rc__post-title:hover {
  color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.tp-footer-area {
  background: #1f1b2e;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tp-footer-bg-shape {
  background-color: #1f1b2e;
}
.tp-footer-bg-shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  animation: bounce-thum-3 4s forwards infinite alternate;
  mix-blend-mode: luminosity;
}
.tp-footer-bg-shape-2 {
  position: absolute;
  right: 0;
  top: 0;
  animation: bounce-thum-2 1s ease-in-out 0.1s forwards infinite alternate;
  mix-blend-mode: luminosity;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-two-item {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-two-item {
    margin-left: 0;
  }
}
.tp-footer-three-item {
  margin-left: -11px;
}
@media (max-width: 767px) {
  .tp-footer-three-item {
    margin-left: 0;
  }
}
.tp-footer-four-item {
  margin-left: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-four-item {
    margin-left: 0;
  }
}
.tp-footer-logo {
  margin-top: -10px;
  margin-bottom: 32px;
}
.tp-footer-text p {
  color: #fff;
  line-height: 26px;}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-text p {
    width: 84%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-footer-text p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-footer-text p br {
    display: none;
  }
}
.tp-footer-social a {
  width: 34px;
  height: 34px;
  line-height: 39px;
  text-align: center;
  display: inline-block;
  background: #262235;
  color: var(--tp-theme-secondary);
  margin-right: 8px;
  position: relative;
  transition: 0.4s;
  z-index: 1;
}
.tp-footer-social a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  z-index: 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;
  background-color: var(--tp-theme-secondary);
  z-index: -1;
}
.tp-footer-social a:hover {
  color: var(--tp-heading-primary);
}
.tp-footer-social a:hover::before {
  width: 100%;
}
.tp-footer-social a:last-child {
  margin-right: 0;
}
.tp-footer-title {
  color: var(--tp-common-white);
  margin-bottom: 25px;
}
.tp-footer-list ul li {
  color: #fff;
  font-weight: 500;
  list-style: none;
  margin-bottom: 6px;
  border-bottom: 1px solid;
  padding: 5px;
}
.tp-footer-list ul li a:hover {
  color: var(--tp-theme-secondary);
}
.tp-footer-address-call {
  margin-bottom: 16px;
}
.tp-footer-address-call span {
  color: #fff;
  font-weight: 500;
  display: block;
  border-bottom: 1px solid;
  padding: 5px;
}
.tp-footer-address-call a {
  display: flex;
  font-size: 18px;
  color: var(--tp-common-white);
  font-weight: 700;
}
.tp-footer-address-call a p {
  background: var(--tp-theme-secondary);
  color: var(--tp-heading-primary);
  display: flex;
  font-size: 14px;
  font-weight: 500;
  width: 40px;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-left: 10px;
}
.tp-footer-address-gmail span {
  color: #a09baa;
  font-weight: 500;
  display: block;
}
.tp-footer-address-gmail a {
  font-size: 18px;
  color: var(--tp-common-white);
  font-weight: 700;
  position: relative;
}
.tp-footer-address-gmail a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background: 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-footer-address-gmail a:hover::after {
  width: 100%;
}
.tp-footer-gallery-img {
  margin-right: 10px;
  margin-bottom: 15px;
  position: relative;
  background: #05001e;
}
.tp-footer-gallery-img::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(41, 240, 181, 0.9);
  -webkit-transition: all 0.5s 0s ease-out;
  -moz-transition: all 0.5s 0s ease-out;
  -ms-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.tp-footer-gallery-img:hover::before {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.tp-footer-gallery-img:hover .tp-footer-gallery-icon {
  visibility: visible;
  opacity: 1;
}
.tp-footer-gallery-img img {
  mix-blend-mode: luminosity;
}
.tp-footer-gallery-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: var(--tp-heading-primary);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s 0s ease-out;
  -moz-transition: all 0.5s 0s ease-out;
  -ms-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
  z-index: 2;
}
.tp-footer-gallery-icon:hover {
  color: var(--tp-theme-primary);
}
.tp-footer-bg {
  background: #252135;
}
.tp-footer-copy-paragraph {
  font-size: 20px;
  color: #fff;
}
.tp-footer-copy-paragraph a {
  color: #fff;
}

/*----------------------------------------*/
/*  6.2 Footer Style 1
/*----------------------------------------*/
.tp-footer-2-thumb {
  margin-right: 20px;
}
.tp-footer-2-thumb-date {
  margin-top: -6px;
}
.tp-footer-2-thumb-date span {
  font-size: 14px;
  color: var(--tp-common-white);
  display: inline-block;
  margin-bottom: 6px;
}
.tp-footer-2-thumb-date span i {
  color: var(--tp-theme-secondary);
  position: relative;
  top: 1px;
  margin-right: 7px;
}
.tp-footer-2-thumb-date p {
  color: #a09baa;
  margin-bottom: 0;
  line-height: 26px;
}
.tp-footer-4-area {
  margin-top: -10px;
}

/*----------------------------------------*/
/*  9.1 Slider css
/*----------------------------------------*/
.tp-slider-height {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-height {
    height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-height {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .tp-slider-height {
    height: 600px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-height {
    height: 640px;
  }
}
.tp-slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 9000ms ease, opacity 1500ms ease-in;
  transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
}
.tp-slider-overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgb(24, 4, 65);
  opacity: 0.651;
  z-index: 1;
}
.tp-slider-content {
  position: relative;
  z-index: 11;
}
.tp-slider-content::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: -80px;
  background: #877aa6;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-slider-content::before {
    left: -120px;
  }
}
.tp-slider-sub-title {
  color: var(--tp-common-white);
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 6px;
}
.tp-slider-title {
  color: var(--tp-common-white);
  letter-spacing: -3px;
  font-size: 80px;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .tp-slider-title {
    font-size: 55px;
  }
}
.tp-slider-paragraph {
  color: var(--tp-grey-24);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans";
  margin-top: 33px;
}
@media (max-width: 767px) {
  .tp-slider-btn-box {
    display: block !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-btn-box {
    display: flex !important;
  }
}
.tp-slider-btn-box a {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .tp-slider-play-icon {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-play-icon {
    margin-top: 0;
  }
}
.tp-slider-popup-video {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  border: 1px solid var(--tp-common-white);
  text-align: center;
  border-radius: 50px;
  font-size: 18px;
  color: var(--tp-theme-secondary);
}
.tp-slider-popup-video i {
  margin-left: 4px;
}
.tp-slider-play-text span {
  color: var(--tp-common-white);
}
.tp-slider-shape1 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-550px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-shape1 {
    display: none;
  }
}
.tp-slider-text-shape {
  position: absolute;
  top: 48%;
  left: 85px;
  font-size: 22px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-weight: 600;
  font-family: "Barlow Condensed";
  transform: rotate(-90deg);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-slider-text-shape {
    left: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-text-shape {
    left: -40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-text-shape {
    display: none;
  }
}
.tp-slider-arrow-box button {
  font-size: 20px;
  height: 36px;
  line-height: 36px;
  width: 50px;
  transition: all 0.3s ease 0s;
  color: var(--tp-theme-primary);
  background-color: var(--tp-common-white);
  position: absolute;
  right: 19%;
  bottom: 0;
  z-index: 5;
}
@media (max-width: 767px) {
  .tp-slider-arrow-box button {
    right: 5%;
  }
}
.tp-slider-arrow-box button.slider-prev {
  margin: 0 50px;
}
.tp-slider-arrow-box button.slider-next {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-slider-dots {
  position: absolute;
  top: 52%;
  left: 81%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-dots {
    top: 44%;
    left: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-dots {
    top: auto;
    bottom: 0;
    left: 50%;
  }
}
.tp-slider-dots .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  opacity: 1;
  transition: 0.3s;
  border: 2px solid transparent;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-dots .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 6px 14px;
  }
}
.tp-slider-dots .swiper-pagination-bullet-active {
  background-color: var(--tp-common-white);
}
.tp-slider-dots.dots-color .swiper-pagination-bullet {
  background-color: var(--tp-common-white);
}
.tp-slider-dots.dots-color .swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: var(--tp-common-white);
  transform: scale(1.4);
}
.tp-slider-title-box {
  opacity: 0;
  z-index: 3;
  position: relative;
  transform: translateY(-150px);
}
.tp-slider-btn-box {
  transform: translateY(150px);
  opacity: 0;
}
.tp-slider-wrapper .swiper-slide.swiper-slide-active .tp-slider-bg {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}
.tp-slider-wrapper .swiper-slide.swiper-slide-active .tp-slider-title-box {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}
.tp-slider-wrapper .swiper-slide.swiper-slide-active .tp-slider-btn-box {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}
.tp-slider-wrapper .swiper-slide.swiper-slide-active .tp-slider-shape2 {
  transform: translateY(0);
  transition: all 2000ms ease;
}
.tp-slider-wrapper .swiper-slide.swiper-slide-active .tp-slider-shape1 {
  transform: translateY(-15px);
  transition: all 2000ms ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-wrapper .swiper-slide.swiper-slide-active .tp-slider-shape1 {
    transform: translateY(-130px);
  }
}
.tp-slider-wrapper .swiper-slide.swiper-slide-active .tp-slider-overlay::before {
  transform: translateX(0);
  transition: all 2000ms ease;
}
.tp-slider-wrapper .swiper-slide.swiper-slide-active .tp-slider-5-bg-shape-1 {
  transform: translateX(0);
  transition: all 2000ms ease;
}
.tp-slider-wrapper .swiper-slide.swiper-slide-active .tp-slider-5-bg-shape-2 {
  transform: translateX(0);
  transition: all 2000ms ease;
}
.tp-slider-wrapper .swiper-slide.swiper-slide-active .tp-slider-2-bg-shape {
  transform: translateX(0);
  transition: all 2000ms ease;
}
.tp-slider-2-overlay::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(1, 11, 51, 0.6051);
}
@media (max-width: 767px) {
  .tp-slider-2-height {
    height: 650px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2-left {
    margin-left: -30px;
  }
}
@media (max-width: 767px) {
  .tp-slider-2-content-shape {
    margin-bottom: 30px;
  }
}
.tp-slider-2-content-shape img {
  animation: circle-animations 15s forwards infinite alternate;
}
.tp-slider-2-content-icon {
  position: absolute;
  top: 50%;
  left: 31%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2-content-icon {
    left: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2-content-icon {
    left: 45%;
  }
}
@media (max-width: 767px) {
  .tp-slider-2-content-icon {
    left: 24%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-2-content-icon {
    left: 16%;
  }
}
.tp-slider-2-content-icon a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  color: var(--tp-theme-secondary);
  background: var(--tp-theme-primary);
  border-radius: 50px;
  font-size: 28px;
}
.tp-slider-2-content-icon a:hover {
  background: var(--tp-theme-secondary);
  color: var(--tp-common-black);
}
.tp-slider-2-content {
  margin-left: -30px;
  position: relative;
  z-index: 11;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-slider-2-content {
    margin-left: 0;
  }
}
.tp-slider-2-title {
  letter-spacing: 0;
  position: relative;
}
@media (max-width: 767px) {
  .tp-slider-2-title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .tp-slider-2-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-slider-2-title br {
    display: block;
  }
}
.tp-slider-2-heding-shape {
  position: absolute;
  right: 155px;
  bottom: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2-heding-shape {
    right: 90px;
  }
}
@media (max-width: 767px) {
  .tp-slider-2-heding-shape {
    right: 68px;
    bottom: -6px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-2-heding-shape {
    right: 30px;
  }
}
.tp-slider-2-bg-shape {
  position: absolute;
  top: -150px;
  left: -6px;
  z-index: 1;
  transform: translateX(-890px);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-2-bg-shape {
    top: -210px;
    left: -100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-2-bg-shape {
    top: -300px;
    left: -120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2-bg-shape {
    top: -234px;
    left: -158px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-2-bg-shape {
    display: none;
  }
}
.tp-slider-3-overlay::before {
  display: none;
}
.tp-slider-3-sub-title {
  font-size: 24px;
  text-transform: uppercase;
  color: var(--tp-theme-secondary);
  font-weight: 600;
  font-family: "Barlow Condensed";
  margin-bottom: 21px;
  display: inline-block;
}
@media (max-width: 767px) {
  .tp-slider-3-sub-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.tp-slider-3-title {
  color: var(--tp-common-white);
  font-size: 90px;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-3-title {
    font-size: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-3-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .tp-slider-3-title {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-3-title {
    font-size: 61px;
    line-height: 1.1;
    font-weight: 700;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-3-btn-box {
    justify-content: center;
  }
}
.tp-slider-3-btn-box .tp-btn-white {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-slider-3-btn-box .tp-btn-white {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-3-btn-box .tp-btn-white {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .tp-slider-3-btn-box a {
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-3-btn-box a {
    margin-right: 15px;
  }
}
.tp-slider-3-bg-shape {
  position: absolute;
  left: 105px;
  z-index: 1;
  top: 0;
}
.tp-slider-3-left-shape {
  position: absolute;
  left: 80px;
  bottom: 100px;
  transform: rotate(-90deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-3-left-shape {
    left: 0;
  }
}
@media (max-width: 767px) {
  .tp-slider-3-left-shape {
    display: none;
  }
}
.tp-slider-3-left-icon > a > span {
  width: 60px;
  height: 60px;
  line-height: 64px;
  text-align: center;
  display: inline-block;
  border: 1px solid var(--tp-common-white);
  border-radius: 50px;
  color: var(--tp-common-white);
  font-size: 24px;
  margin-right: 14px;
}
.tp-slider-3-left-icon > span {
  font-size: 18px;
  color: var(--tp-common-white);
  font-weight: 700;
  font-family: "Barlow Condensed";
}
.tp-slider-3-dots {
  left: auto;
  right: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-3-dots {
    right: 50px;
  }
}
@media (max-width: 767px) {
  .tp-slider-3-dots {
    right: 110px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-3-dots {
    right: 200px;
  }
}
.tp-slider-3-btn-box .tp-btn-white:hover {
  color: var(--tp-common-black);
}
.tp-slider-4-height {
  height: 840px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: -1;
}
@media (max-width: 767px) {
  .tp-slider-4-height {
    height: 620px;
  }
}
.tp-slider-4-overlay {
  background: var(--tp-theme-primary);
}
.tp-slider-4-title {
  font-size: 80px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-4-title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-4-title {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  .tp-slider-4-title {
    font-size: 49px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-4-title {
    font-size: 66px;
  }
}
.tp-slider-4-paragraph {
  color: #f2efff;
  margin-bottom: 10px;
}
.tp-slider-4-btn-text {
  color: var(--tp-common-white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Barlow Condensed";
  margin-left: 32px;
}
.tp-slider-4-thumb {
  background: var(--tp-theme-primary);
  margin-top: 250px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-4-thumb {
    margin-left: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-4-thumb {
    display: none;
  }
}
.tp-slider-4-thumb img {
  mix-blend-mode: luminosity;
}
.tp-slider-4-bg-shape-1 {
  position: absolute;
  top: 70px;
  left: 235px;
  animation: moving 5s linear infinite;
}
.tp-slider-4-bg-shape-2 {
  position: absolute;
  top: 110px;
  left: 287px;
  animation: moving 8s linear infinite;
}
.tp-slider-4-bg-shape-3 {
  position: absolute;
  top: 45px;
  left: 160px;
}
.tp-slider-4-bg-shape-4 {
  position: absolute;
  bottom: 75px;
  right: 548px;
  z-index: 1;
  animation: moving 8s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-4-bg-shape-4 {
    right: 390px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-4-bg-shape-4 {
    right: 185px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-4-bg-shape-4 {
    display: none;
  }
}
.tp-slider-4-bg-shape-5 {
  position: absolute;
  top: 300px;
  right: 80px;
  z-index: 1;
  animation: bounce-thum-3 4s forwards infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-4-bg-shape-5 {
    display: none;
  }
}
.tp-slider-4-btn-box .tp-btn::before {
  background: var(--tp-common-white);
}
.tp-slider-4-btn-box .tp-btn::after {
  background: var(--tp-common-white);
}
.tp-slider-4-btn-box .tp-btn:hover {
  color: var(--tp-common-black);
}
.tp-slider-5-bg-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: screen;
  transform: translateX(-490px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-5-bg-shape-1 {
    display: none;
  }
}
.tp-slider-5-bg-shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  mix-blend-mode: screen;
  transform: translateX(-320px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-5-bg-shape-2 {
    display: none;
  }
}
.tp-slider-5-sub-title {
  font-size: 20px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-5-title {
    font-size: 86px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-5-title {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  .tp-slider-5-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-5-title {
    font-size: 59px;
  }
}
.tp-slider-5-dots {
  left: auto;
  right: 100px;
}
.tp-slider-5-dots .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}
.tp-slider-5-dots .swiper-pagination-bullet-active {
  transform: scale(1) !important;
}

/*----------------------------------------*/
/*  8.3 feature css
/*----------------------------------------*/
.tp-feature-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tp-feature-wrapper {
  background-image: linear-gradient(-3deg, #d9d3fb 0%, #ffffff 100%);
  padding: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 300px;
  border-radius: 10px;
  box-shadow: 1px 1px 1px 1px #11B0E2;
  border-left: 3px solid var(--tp-theme-primary);
    border-top: 3px solid var(--tp-theme-primary);
}
.tp-feature-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: var(--tp-theme-primary);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.tp-feature-wrapper:hover::before {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.tp-feature-wrapper:hover .tp-feature-icon span {
  color: var(--tp-common-white);
}
.tp-feature-wrapper:hover .tp-feature-title {
  color: var(--tp-common-white);
}


.tp-feature-wrapper:hover .tp-feature-content p{
  color: #fff !important;
}

.tp-feature-wrapper:hover .tp-feature-shape {
  top: 0;
}
@media (max-width: 767px) {
  .tp-feature-wrapper:hover .tp-feature-shape {
    top: -14px;
  }
}
.tp-feature-wrapper.active::before {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.tp-feature-wrapper.active .tp-feature-icon span {
  color: var(--tp-common-white);
}
.tp-feature-wrapper.active .tp-feature-title {
  color: var(--tp-common-white);
}
.tp-feature-wrapper.active .tp-feature-shape {
  top: 0;
}
.tp-feature-icon span {
  font-size: 68px;
  display: inline-block;
  color: var(--tp-theme-primary);
  margin-bottom: 26px;
  transition: 0.4s;
}
.tp-feature-title {
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-feature-title {
    font-size: 21px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-feature-title br {
    display: none;
  }
}
.tp-feature-shape {
  position: absolute;
  top: -211px;
  right: -5px;
  transition: 0.4s;
  z-index: -1;
}
@media (max-width: 767px) {
  .tp-feature-solution {
    display: none;
  }
}
.tp-feature-solution-btn {
  background: var(--tp-theme-secondary);
  color: var(--tp-common-black);
  padding: 0px 14px;
  font-weight: 500;
  display: inline-block;
}
.tp-feature-solution-btn:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-feature-solution-text {
  color: var(--tp-heading-primary);
  font-weight: 500;
}
.tp-feature-3-wrapper {
  overflow: hidden;
}
.tp-feature-3-wrapper:hover .tp-feature-3-content {
  background: var(--tp-theme-primary);
}
.tp-feature-3-wrapper:hover .tp-feature-3-icon span {
  color: var(--tp-theme-primary);
}
.tp-feature-3-wrapper:hover .tp-feature-3-icon span::before {
  transform: scale(1);
}
.tp-feature-3-wrapper:hover .tp-feature-3-content-shape {
  bottom: 0;
}
.tp-feature-3-wrapper:hover .tp-feature-3-thumb img {
  mix-blend-mode: unset;
}
.tp-feature-3-thumb {
  background: #05001e;
}
.tp-feature-3-thumb img {
  width: 100%;
  mix-blend-mode: luminosity;
  transition: 0.4s;
}
.tp-feature-3-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tp-feature-3-icon span {
  width: 80px;
  height: 80px;
  display: inline-block;
  line-height: 90px;
  text-align: center;
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  font-size: 40px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  transition: 0.4s;
}
.tp-feature-3-icon span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scale(0);
  background: var(--tp-common-white);
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.6s;
  border-radius: 50%;
}
.tp-feature-3-icon span i {
  transform: translateX(2px);
  display: inline-block;
}
.tp-feature-3-content {
  background: var(--tp-common-black);
  padding: 16px 0 12px;
  transition: 0.4s;
}
.tp-feature-3-title {
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-feature-3-content-shape {
  position: absolute;
  left: 0;
  bottom: -50px;
  transition: 0.6s;
  z-index: -1;
}
.tp-feature-4-wrapper {
  margin-bottom: 30px;
}
.tp-feature-4-wrapper:hover .tp-feature-4-icon span {
  color: var(--tp-heading-primary);
}
.tp-feature-4-wrapper:hover .tp-feature-4-icon span::before {
  right: 0;
  bottom: 0;
  width: 100%;
  border-radius: 50%;
  background-color: #11B0E2;
}
.tp-feature-4-icon span {
  position: relative;
  width: 130px;
  height: 130px;
  line-height: 148px;
  display: inline-block;
  text-align: center;
  background: transparent;
  color: var(--tp-theme-primary);
  font-size: 60px;
  margin-bottom: 30px;
  border-radius: 50%;
  z-index: 1;
}
.tp-feature-4-icon span::before {
  position: absolute;
  bottom: -20px;
  right: 10px;
  content: "";
  width: 50%;
  height: 100%;
  background: #eee;
  z-index: -1;
  transform: rotate(45deg);
  border-radius: 0 100% 100% 0/0 50% 50% 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-feature-4-title {
  font-size: 26px;
  text-transform: uppercase;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature-4-title {
    font-size: 24px;
  }
}
.tp-feature-4-title:hover {
  color: var(--tp-theme-primary);
}
.tp-feature-4-paragraph {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature-4-paragraph {
    width: 70%;
    margin: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-feature-5-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-feature-5-thumb img {
    width: 100%;
  }
}

/* about progress box */
.about-progress-box {
  width: 600px;
  margin: 35px auto 0 0;
  font-family: "Fira Sans", sans-serif;
}
@media (max-width: 767px) {
  .about-progress-box {
    width: inherit;
  }
}

.circle_percent {
  font-size: 80px;
  width: 80px;
  height: 80px;
  position: relative;
  background: #e7e7e7;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin: 0 20px 0 0;
  z-index: 1;
}

.circle_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  clip: rect(0 1em 1em 0.5em);
}

.round_per {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  background: var(--tp-theme-primary);
  clip: rect(0 1em 1em 0.5em);
  transform: rotate(180deg);
  transition: 1.05s;
}

.round_per.two {
  background: var(--tp-theme-secondary);
}

.percent_more .circle_inner {
  clip: rect(0 0.5em 1em 0em);
}

.percent_more:after {
  position: absolute;
  content: "";
  left: 0.5em;
  top: 0em;
  right: 0;
  bottom: 0;
  background: var(--tp-theme-primary);
}

.circle_percent.percent_more.two::after {
  background: var(--tp-theme-secondary);
}

.circle_inbox {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: #fff;
  z-index: 3;
  border-radius: 50%;
}

.percent_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 18px;
  color: var(--tp-common-black);
  font-weight: 700;
  font-family: "Roboto";
}

/*circle progress title*/
.extra-progress {
  display: inline-block;
  padding: 0 0 0 55px;
}
@media (max-width: 767px) {
  .extra-progress {
    padding: 0;
  }
}

.circle-progress-title {
  display: inline-block;
}

.circle-progress-title h4 {
  position: relative;
  top: -12px;
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 34px;
  text-transform: uppercase;
  color: var(--tp-heading-primary);
  font-weight: 600;
  font-family: "Barlow Condensed";
}

/*----------------------------------------*/
/*  7.1 About css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-thumb {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-thumb {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-thumb-main {
    width: 100%;
  }
}
.tp-about-thumb-shape {
  position: absolute;
  top: 90px;
  right: 10px;
  animation: bounce-thum-3 2s forwards infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-thumb-shape {
    top: -57px;
    left: -50px;
  }
}
@media (max-width: 767px) {
  .tp-about-thumb-shape {
    top: -60px;
    right: -35px;
    display: none;
  }
}
.tp-about-feature-box {
  padding: 18px 0 14px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
}
@media (max-width: 767px) {
  .tp-about-feature-box {
    display: none !important;
  }
}
.tp-about-feature-box::after {
  width: 1px;
  height: 100%;
  top: 0;
  left: 44%;
  content: "";
  position: absolute;
  background: #ddd;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-fi-margin {
    margin-left: 200px;
  }
}
.tp-about-feature-icon span {
  color: var(--tp-theme-primary);
  font-size: 56px;
  margin-right: 24px;
  transition: 0.4s;
}
.tp-about-feature-icon span:hover {
  color: var(--tp-heading-primary);
}
.tp-about-feature-content h4 {
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
}
.tp-about-list-item ul li {
  list-style: none;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--tp-heading-primary);
  font-weight: 500;
  font-family: "Barlow Condensed";
  display: flex;
  line-height: 1;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .tp-about-list-item ul li {
    font-size: 16px;
  }
}
.tp-about-list-item ul li i {
  color: var(--tp-theme-primary);
  font-size: 20px;
  margin-right: 12px;
}
.tp-about-bg-shape {
  position: absolute;
  top: 190px;
  left: 99px;
  animation: moving 9s linear infinite;
}
@media (max-width: 767px) {
  .tp-about-bg-shape {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2-left-wrapper {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-2-wrapper {
    margin-top: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-2-wrapper .tp-section-paragraph br {
    display: none;
  }
}
.tp-about-2-thumb::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 130px;
  top: 48%;
  right: 25%;
  transform: translate(-50%, -50%);
  background: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* .tp-about-2-thumb::before {
    right: -%;
  } */
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-2-main-thumb {
    width: 100%;
  }
}
.tp-about-2-img2 {
  position: absolute;
  bottom: -112px;
  right: 70px;
  width: 300px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2-img2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-2-img2 {
    bottom: -110px;
    right: -120px;
  }
}
@media (max-width: 767px) {
  .tp-about-2-img2 {
    display: none;
  }
}
.tp-about-2-thumb-content-shape {
  display: flex;
}
.tp-about-2-thumb-content-shape {
  display: flex;
  position: absolute;
  top: 50px;
  right: 60px;
  background: var(--tp-common-white);
  box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.08);
  padding: 15px 40px 10px 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2-thumb-content-shape {
    right: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-2-thumb-content-shape {
    right: -140px;
  }
}
@media (max-width: 767px) {
  .tp-about-2-thumb-content-shape {
    display: none;
  }
}
.tp-about-2-thumb-content-shape-img {
  margin-right: 25px;
}
.tp-about-2-thumb-shape2 {
  position: absolute;
  bottom: -106px;
  left: 22px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2-thumb-shape2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-2-thumb-shape2 {
    display: none;
  }
}
.tp-about-2-thumb-title {
  color: var(--tp-theme-primary);
  font-size: 30px;
  margin-bottom: 0;
}
.tp-about-2-thumb-paragraph {
  margin-bottom: 0;
}
.tp-about-2-feature-box {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .tp-about-2-feature-item {
    display: block !important;
  }
}
.tp-about-2-feature-icon {
  margin-right: 25px;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .tp-about-2-feature-icon {
    margin-bottom: 20px;
  }
}
.tp-about-2-feature-content h4 {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1.1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2-feature-content h4 {
    font-size: 19px;
  }
}
.tp-about-2-label {
  color: var(--tp-common-black);
  line-height: 24px;
  font-weight: 500;
}
.tp-about-2-progress {
  overflow: visible;
  margin-top: 10px;
  height: 2px;
  background: #e2e6e6;
}
.tp-about-2-progress-bar {
  overflow: visible;
  color: var(--tp-heading-primary);
  text-align: right;
  background-color: var(--tp-theme-primary);
  height: 4px;
  margin-top: -1px;
}
.tp-about-2-progress-bar span {
  position: relative;
  top: -22px;
  font-size: 16px;
  color: #767676;
}
.tp-about-2-button {
  display: flex;
}
@media (max-width: 767px) {
  .tp-about-2-button {
    display: block;
  }
}
.tp-about-2-bottom-content {
  margin-top: -11px;
}
.tp-about-2-bottom-title {
  margin-bottom: 0;
  font-size: 40px;
  color: var(--tp-theme-primary);
}
.tp-about-2-btn {
  margin-right: 35px;
}
@media (max-width: 767px) {
  .tp-about-2-btn {
    margin-bottom: 25px;
  }
}
.tp-about-2-bottom-icon {
  margin-right: 18px;
}
.tp-about-3-left-thumb {
  margin-left: -110px;
}
.tp-about-3-left-thumb .main-img {
  border-right: 10px solid var(--tp-theme-primary);
}
@media (max-width: 767px) {
  .tp-about-3-left-thumb .main-img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-3-left-thumb {
    margin-left: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .tp-about-3-left-thumb {
    margin-left: 0;
    margin-bottom: 60px;
  }
}
.tp-about-3-left-thumb-shape {
  position: absolute;
  right: 10px;
  top: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-3-left-thumb-shape {
    right: -200px;
  }
}
@media (max-width: 767px) {
  .tp-about-3-left-thumb-shape {
    display: none;
  }
}
.tp-about-3-left-thumb-shape-2 {
  position: absolute;
  left: -72px;
  top: 73px;
  z-index: -1;
}
@media (max-width: 767px) {
  .tp-about-3-left-thumb-shape-2 {
    display: none;
  }
}
.tp-about-3-right-wrapper {
  margin-top: -10px;
  margin-left: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-3-right-wrapper {
    margin-left: 8px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-3-right-wrapper {
    margin-left: 0;
  }
}
.tp-about-3-feature-item {
  background: var(--tp-common-white);
  box-shadow: 0px 0px 60px 0px rgba(21, 25, 40, 0.08);
  padding: 20px 24px 22px 35px;
  margin-right: 26px;
}
@media (max-width: 767px) {
  .tp-about-3-feature-item {
    padding: 20px 24px 22px 20px;
    margin-right: 0;
  }
}
.tp-about-3-feature-icon {
  margin-top: 6px;
  margin-right: 25px;
}
.tp-about-3-feature-content h4 {
  font-size: 20px;
  text-transform: uppercase;
}
.tp-about-3-feature-content p {
  line-height: 24px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-about-3-feature-content p {
    font-size: 14px;
  }
}
.tp-about-3-feature-list ul li {
  list-style: none;
  color: var(--tp-heading-primary);
  font-weight: 500;
  font-family: "Roboto";
  margin-bottom: 2px;
}
.tp-about-3-feature-list ul li img {
  margin-right: 12px;
}
.tp-about-3-btn-box {
  display: flex;
}
@media (max-width: 767px) {
  .tp-about-3-btn-box {
    display: inherit;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-3-btn-box {
    display: flex;
  }
}
.tp-about-3-years {
  display: flex;
  margin-left: 30px;
  align-items: center;
  margin-top: -10px;
}
.tp-about-3-years h4 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tp-about-3-years h4 {
    font-size: 50px;
  }
}
.tp-about-3-years p {
  margin-bottom: 0;
  line-height: 22px;
  margin-left: 12px;
}
@media (max-width: 767px) {
  .tp-about-3-btn .tp-btn {
    padding: 15px 34px;
  }
}
@media (max-width: 767px) {
  .tp-about-3-call-item {
    margin-left: 0;
    margin-top: 30px;
  }
}
.tp-about-4-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .tp-about-4-bg {
    left: -100px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-about-4-bg {
    left: -150px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-4-bg {
    left: -250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-4-bg {
    left: -330px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-4-bg {
    position: static;
  }
}
.tp-about-4-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.tp-about-4-play-icon {
  position: absolute;
  top: 120px;
  right: 60px;
}
@media (max-width: 767px) {
  .tp-about-4-play-icon {
    top: 20px;
  }
}
.tp-about-4-popup-video {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  background: var(--tp-common-white);
  font-size: 20px;
  color: var(--tp-common-black);
  position: relative;
  z-index: 1;
}
.tp-about-4-popup-video::before {
  position: absolute;
  content: "";
  width: 100%;
  animation: pulse2 0.8s ease-out infinite;
  height: 100%;
  border: 1px solid var(--tp-common-white);
  left: 0;
  top: 0;
}
.tp-about-4-popup-video:hover {
  color: var(--tp-theme-primary);
}
.tp-about-4-feature-icon {
  margin-right: 30px;
}
.tp-about-4-feature-title {
  font-size: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
  line-height: 1.4;
  margin-top: -3px;
}
@media (max-width: 767px) {
  .tp-about-4-feature-title {
    font-size: 14px;
  }
}
.tp-about-4-feature-list ul li {
  list-style: none;
  margin-bottom: 8px;
}
.tp-about-4-feature-list ul li i {
  color: var(--tp-theme-primary);
  font-size: 18px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.tp-about-4-call-icon a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  background: transparent;
  text-align: center;
  border-radius: 50px;
  font-size: 24px;
  color: var(--tp-theme-primary);
  border: 1px solid #e0e0e0;
  transition: 0.4s;
}
.tp-about-4-call-icon a:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border: 1px solid var(--tp-theme-primary);
}
.tp-about-4-call-number span {
  display: block;
  margin-bottom: -2px;
}
.tp-about-4-call-number a {
  color: var(--tp-theme-primary);
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: var(--tp-ff-heading);
}
.tp-about-4-call-number a:hover {
  color: var(--tp-heading-primary);
}
@media (max-width: 767px) {
  .tp-about-4-call-item {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-4-call-item {
    margin-left: 30px;
    margin-top: 0;
  }
}
.tp-about-5-bg-overlay {
  position: absolute;
  width: 34%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--tp-theme-secondary);
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-5-bg-overlay {
    display: none;
  }
}
.tp-about-5-bg-shape-1 {
  position: absolute;
  top: 120px;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-5-bg-shape-1 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-5-bg-shape-1 {
    display: none;
  }
}
.tp-about-5-bg-shape-2 {
  position: absolute;
  bottom: 204px;
  left: 259px;
  animation: circle-animations 15s forwards infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-5-bg-shape-2 {
    top: 25%;
    left: 390px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-5-bg-shape-2 {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-5-thumb img {
    width: 100%;
  }
}
.tp-about-5-feature-item {
  background: var(--tp-common-white);
  box-shadow: 0px 8px 40px 0px rgba(27, 31, 46, 0.06);
  padding: 30px 57px 22px 40px;
}
@media (max-width: 767px) {
  .tp-about-5-signature {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-5-signature {
    margin-left: 80px;
    margin-top: 0;
  }
}
.tp-about-5-progress {
  height: 10px;
  border-radius: 0;
}
.tp-about-5-progress-bar {
  margin-top: 3px;
}
.tp-about-5-call-icon a {
  background: var(--tp-theme-secondary);
  color: var(--tp-common-black);
  border: none;
  font-size: 20px;
  line-height: 60px;
}
.tp-about-5-call-icon a:hover {
  border: none;
}

/*----------------------------------------*/
/*  8.9 service css
/*----------------------------------------*/
.tp-service-slider-active {
  margin-right: -400px;
}
.tp-service-arrow-box {
  display: flex;
  justify-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-arrow-box {
    justify-content: left;
    margin-bottom: 30px;
  }
}
.tp-service-arrow-box button {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #dddde5;
  font-size: 24px;
  color: #dddde5;
  margin-left: 10px;
  margin-right: 10px;
}
.tp-service-arrow-box button:last-child {
  margin-right: 0;
}
.tp-service-arrow-box button:hover {
  border-color: var(--tp-common-black);
  color: var(--tp-heading-primary);
}
.tp-service-slide-wrapper:hover .tp-service-thumb-btn a {
  visibility: visible;
  opacity: 1;
  margin-left: 0;
}
.tp-service-thumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(80deg, rgb(3, 13, 48) 0%, rgba(3, 13, 48, 0) 100%);
  background-image: -webkit-linear-gradient(80deg, rgb(3, 13, 48) 0%, rgba(3, 13, 48, 0) 100%);
  background-image: -ms-linear-gradient(80deg, rgb(3, 13, 48) 0%, rgba(3, 13, 48, 0) 100%);
}
.tp-service-thumb img {
  width: 100%;
}
.tp-service-thumb-icon {
  position: absolute;
  top: 42px;
  left: 42px;
}
.tp-service-thumb-icon span {
  color: var(--tp-common-white);
  font-size: 48px;
}
.tp-service-thumb-bottom {
  position: absolute;
  bottom: 0;
  margin: 42px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-thumb-bottom {
    margin: 42px 30px 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-thumb-bottom {
    margin: 42px 25px 42px;
  }
}
@media (max-width: 767px) {
  .tp-service-thumb-bottom {
    margin: 42px 30px 42px;
  }
}
.tp-service-thumb-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tp-service-thumb-title {
  color: var(--tp-common-white);
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.tp-service-thumb-title:hover {
  color: var(--tp-theme-secondary);
}
.tp-service-thumb-content {
  margin-right: 82px;
}
.tp-service-thumb-content span {
  color: var(--tp-common-white);
}
.tp-service-thumb-btn a {
  width: 48px;
  height: 48px;
  line-height: 55px;
  text-align: center;
  display: inline-block;
  background: var(--tp-theme-secondary);
  color: var(--tp-heading-primary);
  border-radius: 50px;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  margin-left: -20px;
}
.tp-service-thumb-btn a:hover {
  background: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-service-solution {
    display: none;
  }
}
.tp-service-solution-btn {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  padding: 0px 10px;
  display: inline-block;
  font-weight: 700;
  margin-right: 10px;
}
.tp-service-solution-btn:hover {
  background: var(--tp-theme-secondary);
  color: var(--tp-heading-primary);
}
.tp-service-solution-text {
  color: var(--tp-heading-primary);
  font-weight: 500;
}
.tp-service-solution-text a {
  text-decoration: underline;
}
.tp-service-two-bg-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.tp-service-two-top-item {
  background-color: rgb(95, 72, 220);
  padding: 42px 30px 22px;
}
.tp-service-two-top-icon.active span {
  color: var(--tp-common-black);
}
.tp-service-two-top-icon.active span::before {
  transform: scale(1);
}
.tp-service-two-top-icon span {
  width: 130px;
  height: 130px;
  line-height: 146px;
  display: inline-block;
  text-align: center;
  background: var(--tp-theme-primary);
  border-radius: 50%;
  color: var(--tp-common-white);
  font-size: 60px;
  margin-bottom: 26px;
  z-index: 1;
  position: relative;
  transition: 0.4s;
}
.tp-service-two-top-icon span:hover {
  color: var(--tp-common-black);
}
.tp-service-two-top-icon span:hover::before {
  transform: scale(1);
}
.tp-service-two-top-icon span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scale(0);
  background: var(--tp-theme-secondary);
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.6s;
  border-radius: 50%;
}
.tp-service-two-top-title {
  font-size: 26px;
  text-transform: uppercase;
  color: var(--tp-grey-1);
  display: inline-block;
}
.tp-service-two-top-title:hover {
  color: var(--tp-theme-secondary);
}
.tp-service-two-top-parag {
  color: #d1c8fe;
}
@media (max-width: 767px) {
  .tp-service-two-center-box {
    display: grid !important;
  }
}
.tp-service-two-center-bg {
  position: absolute;
  top: 91px;
  left: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-service-two-center-bg {
    left: -100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-two-center-bg {
    left: -210px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-two-center-bg {
    left: -300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-two-center-bg {
    position: static;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-two-center-bg img {
    width: 100%;
  }
}
.tp-service-two-center-icon span {
  color: var(--tp-theme-secondary);
  margin-right: 14px;
  display: inline-block;
}
.tp-service-two-center-title {
  font-size: 22px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-service-two-center-paragraph {
  color: #d1c8fe;
  line-height: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-two-center.pt-80 {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .tp-service-two-center-item.ml-50 {
    margin-left: 0;
  }
}
.tp-service-two-right-wrapper {
  margin-left: 10px;
}
.tp-service-two-bottom {
  position: absolute;
  right: 0;
  bottom: -200px;
  width: 68%;
  padding: 58px 0 36px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-service-two-bottom {
    padding: 58px 50px 36px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-two-bottom {
    width: 75%;
    padding: 58px 50px 36px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-two-bottom {
    width: 85%;
    padding: 58px 50px 36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-two-bottom {
    bottom: -156px;
    width: 84%;
    padding: 58px 36px 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-two-bottom {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tp-service-two-bottom {
    display: none;
  }
}
.tp-service-two-bottom-icon span {
  color: var(--tp-common-black);
  font-size: 68px;
  margin-right: 24px;
  transition: 0.4s;
}
.tp-service-two-bottom-icon span:hover {
  color: var(--tp-theme-primary);
}
.tp-service-two-bottom-content {
  margin-top: 10px;
}
.tp-service-two-bottom-title {
  font-size: 22px;
  margin-bottom: 10px;
}
.tp-service-two-bottom-paragraph {
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-two-bottom-item.ml-80 {
    margin-left: 50px;
  }
}
.tp-service-2-area {
  background: #f5f5f8;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tp-service-2-overlay {
  position: relative;
  z-index: 1;
}
.tp-service-2-bg-overlay {
  position: absolute;
  width: 28%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-2-bg-overlay {
    width: 25%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-2-bg-overlay {
    width: 20%;
  }
}
.tp-service-2-wrapper {
  background: var(--tp-common-white);
  margin-bottom: 30px;
  border-radius: 10px;
 
}
.tp-service-2-wrapper:hover .tp-service-2-content{
  background: var(--tp-theme-secondary);
  transition: 1s;
}
.tp-service-2-wrapper:hover .tp-service-2-content h4{
  color: #fff;
}

.tp-service-2-wrapper:hover .tp-service-2-content p{
  color: #fff;
}

.tp-service-2-wrapper:hover .tp-service-2-thumb img {
  mix-blend-mode: unset;
  -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-service-2-wrapper:hover .tp-service-2-button {
  background: var(--tp-theme-secondary);
}
.tp-service-2-thumb {
  position: relative;
  z-index: 1;
  background: var(--tp-common-black);
  -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;
  border-radius: 10px;
}
.tp-service-2-thumb a {
  position: relative;
  display: block;
}
.tp-service-2-thumb img {
  width: 100%;
  /* mix-blend-mode: luminosity; */
  -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;
  border-radius: 10px;
}
.tp-service-2-content {
  background: #f3f4f7;
  padding: 80px 30px 24px 40px;
  position: relative;
  margin: 0 20px 0px;
  border-top: 4px solid var(--tp-theme-primary);
  margin-top: -50px;
  z-index: 11;
}
.tp-service-2-content.four {
  border-top: 4px solid var(--tp-theme-secondary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-2-content {
    padding: 80px 80px 24px 40px;
  }
}
.tp-service-2-icon {
  position: absolute;
  top: -52px;
  left: 40px;
}
.tp-service-2-icon span {
  width: 110px;
  height: 110px;
  line-height: 123px;
  text-align: center;
  display: inline-block;
  background: var(--tp-common-white);
  font-size: 52px;
  color: var(--tp-theme-primary);
  transition: 0.4s;
}
.tp-service-2-icon span:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-service-2-icon.four span {
  background: var(--tp-common-black);
  color: var(--tp-theme-secondary);
  font-size: 60px;
}
.tp-service-2-icon.four span:hover {
  background: var(--tp-theme-secondary);
  color: var(--tp-common-black);
}
.tp-service-2-title {
  font-size: 26px;
  text-transform: uppercase;
  display: inline-block;
}
.tp-service-2-title:hover {
  color: var(--tp-theme-primary);
}
.tp-service-2-paragraph {
  line-height: 26px;
}
.tp-service-2-button {
  display: flex;
  justify-content: space-between;
  background: var(--tp-common-white);
  box-shadow: 0px 0px 60px 0px rgba(33, 17, 74, 0.08);
  margin: 0 20px 0;
  padding: 7px 30px 9px;
  -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-service-2-btn {
  color: var(--tp-common-black);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Barlow Condensed";
}
.tp-service-2-btn:hover {
  color: var(--tp-theme-primary);
}
.tp-service-2-arrow-btn {
  font-size: 18px;
  color: var(--tp-common-black);
  transform: translateY(4px);
}
.tp-service-2-arrow-btn:hover {
  color: var(--tp-theme-primary);
}
.tp-service-3-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .tp-service-3-bg-shape {
    display: none;
  }
}
.tp-service-3-wrapper {
  position: relative;
  z-index: 1;
  padding: 34px 40px 40px;
  transition: 0.4s;
  height: 290px;
}
.tp-service-3-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #11B0E2;
  z-index: -1;
  transition: 0.4s;
  border-radius: 10px;
}
.weprovide{
  background: #11B0E2;
}
.tp-service-3-wrapper:hover::before {
  opacity: 0;
}
.tp-service-3-wrapper:hover .tp-service-3-bg {
  opacity: 1;
}
.tp-service-3-wrapper:hover .tp-service-3-btn-box {
  background: var(--tp-theme-secondary);
}
.tp-service-3-wrapper:hover .tp-service-3-btn a {
  color: var(--tp-heading-primary);
}
.tp-service-3-wrapper:hover .tp-service-3-arrow-btn span a {
  color: var(--tp-heading-primary);
}
.tp-service-3-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
}
.tp-service-3-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(3, 5, 26, 0.851);
  z-index: -1;
  transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-3-center-item {
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-3-center-icon {
    margin-bottom: 30px;
  }
}
.tp-service-3-center-icon img {
  margin-right: 24px;
  margin-top: 6px;
  display: inline-block;
  width: 86px;
  /* margin: auto; */
  display: flex;
  border-radius: 10px;
  position: absolute;
  right: -45px;
  top: -38px;
}
.tp-service-3-center-title {
  color: var(--tp-common-white);
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-3-center-title {
    font-size: 24px;
  }
}
.tp-service-3-center-paragraph {
  line-height: 24px;
  color: #e6e1ff;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-3-center-paragraph {
    font-size: 15px;
  }
}
.tp-service-3-btn-box {
  display: flex;
  justify-content: space-between;
  background: var(--tp-theme-primary);
  padding: 7px 30px 8px;
  align-items: center;
  transition: 0.4s;
}
.tp-service-3-btn a {
  color: var(--tp-common-white);
  letter-spacing: 1px;
  font-weight: 700;
  font-family: "Barlow Condensed";
  transition: 0.4s;
}
.tp-service-3-arrow-btn span {
  color: var(--tp-common-white);
  font-size: 18px;
  margin-top: 8px;
  display: inline-block;
}
.tp-service-3-arrow-btn span a {
  transition: 0.4s;
}
.tp-service-4-wrapper {
  padding: 30px 16px 0;
  margin-bottom: 30px;
}
.tp-service-4-wrapper:hover .tp-service-4-icon span::before {
  transform: scale(1);
}
.tp-service-4-wrapper:hover .tp-service-4-icon span img {
  filter: brightness(0) invert(1);
}
.tp-service-4-before {
  position: relative;
  z-index: 1;
}
.tp-service-4-before::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: -15px;
  background: #ddd;
  z-index: -1;
}
.tp-service-4-before::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 5px;
  top: 0;
  right: -15px;
  background: var(--tp-theme-primary);
  z-index: -1;
  animation: scroll-height 12s linear infinite;
}
.tp-service-4-before-2 {
  position: relative;
  z-index: 1;
}
.tp-service-4-before-2::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: -15px;
  background: #ddd;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-4-before-2::before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-4-before-2::before {
    display: none;
  }
}
.tp-service-4-before-2::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 5px;
  bottom: 0;
  right: -15px;
  background: var(--tp-theme-primary);
  z-index: -1;
  animation: scroll-height-2 12s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-4-before-2::after {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-4-before-2::after {
    display: none;
  }
}
.tp-service-4-thumb {
  margin-bottom: 25px;
}
.tp-service-4-thumb > img {
  border-radius: 50%;
}
.tp-service-4-icon {
  position: absolute;
  top: -30px;
  right: 0;
}
@media (max-width: 767px) {
  .tp-service-4-icon {
    right: 40px;
  }
}
.tp-service-4-icon span {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  display: inline-block;
  background: var(--tp-common-white);
  box-shadow: 0px 0px 40px 0px rgba(27, 16, 53, 0.08);
  border-radius: 50px;
  -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;
  position: relative;
  z-index: 1;
}
.tp-service-4-icon span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scale(0);
  background: var(--tp-theme-primary);
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50%;
  transition: 0.5s;
}
.tp-service-4-icon span img {
  -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-service-4-title {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-4-title {
    font-size: 24px;
  }
}
.tp-service-4-title:hover {
  color: var(--tp-theme-primary);
}
.tp-service-4-content p {
  line-height: 24px;
  margin-bottom: 0;
}
.tp-service-5-bg-overlay {
  position: absolute;
  width: 100%;
  height: 62%;
  top: 0;
  left: 0;
  background: var(--tp-theme-primary);
  z-index: -1;
}
.tp-service-5-top-box {
  display: flex;
  justify-content: end;
}
.tp-service-5-top-inner {
  background: var(--tp-common-white);
  padding: 60px 45px 40px;
}
.tp-service-5-top-icon {
  margin-bottom: 20px;
}
.tp-service-5-top-inner {
  background: var(--tp-common-white);
  padding: 60px 75px 40px;
  margin-top: -190px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-5-top-inner {
    margin-top: -280px;
    top: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-5-top-inner {
    display: none;
  }
}
.tp-service-5-top-inner::before {
  content: "";
  position: absolute;
  width: 235px;
  height: 230px;
  top: -125px;
  left: -3px;
  background: #f4f4f4;
  z-index: -1;
  border-radius: 50%;
}
.tp-service-5-top-content h4 {
  font-size: 40px;
  margin-bottom: 0;
}
.tp-service-5-top-content p {
  font-size: 16px;
  line-height: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-details-wrapper {
    margin-left: 0;
    margin-top: 50px;
  }
}
.tp-service-details-box {
  background: #f2f3f6;
  padding: 42px 42px 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-details-box {
    padding: 42px 15px 42px;
  }
}
.tp-service-details-box ul li {
  list-style: none;
}
.tp-service-details-box ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.tp-service-details-box ul li a {
  font-size: 16px;
  padding: 11px 20px;
  display: block;
  color: var(--tp-heading-primary);
  background: var(--tp-common-white);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.tp-service-details-box ul li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--tp-theme-primary);
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tp-service-details-box ul li a::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 4%;
  top: 0;
  right: 0;
  background: var(--tp-theme-secondary);
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-service-details-box ul li a span {
  float: right;
  font-size: 20px;
  transition: 0.4s;
  margin-right: -3px;
  margin-top: 3px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-service-details-box ul li a:hover {
  color: var(--tp-common-white);
}
.tp-service-details-box ul li a:hover span {
  color: var(--tp-common-white);
}
.tp-service-details-box ul li a:hover::before {
  width: 82%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-details-box ul li a:hover::before {
    width: 88%;
  }
}
.tp-service-details-box ul li a:hover::after {
  height: 100%;
}
.tp-service-details-contact {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0 100px;
}
.tp-service-details-contact-title {
  font-size: 36px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  line-height: 1.1;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-details-contact-title br {
    display: none;
  }
}
.tp-service-details-call-number span {
  font-size: 14px;
  color: #767676;
  display: block;
  margin-bottom: -4px;
  position: relative;
  z-index: 1;
}
.tp-service-details-call-number span::before {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  top: 11px;
  left: -64px;
  background: var(--tp-theme-secondary);
  border-radius: 50%;
  z-index: -1;
}
.tp-service-details-call-number a {
  font-size: 18px;
  text-transform: uppercase;
  color: #1f1b2e;
  font-weight: 600;
  font-family: "Barlow Condensed";
}
.tp-service-details-thumb img {
  width: 100%;
}
.tp-service-details-box-title {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.tp-service-details-title {
  font-size: 48px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  margin-top: -16px;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-details-title {
    font-size: 29px;
  }
}
@media (max-width: 767px) {
  .tp-service-details-title {
    font-size: 29px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-details-title {
    font-size: 46px;
  }
}
.tp-service-details-wrapper p {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-details-wrapper p br {
    display: none;
  }
}
.tp-service-details-sub-title {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-details-sub-title {
    font-size: 29px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-details-sub-title br {
    display: none;
  }
}
.tp-service-details-list-title {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.tp-service-details-list-item ul li {
  list-style: none;
}
.tp-service-details-list-item ul li span {
  color: var(--tp-common-black);
  font-weight: 500;
  display: inline-block;
}
.tp-service-details-list-item ul li i {
  color: var(--tp-theme-primary);
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.tp-service-details-accordion {
  margin-right: 0 !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-details-accordion {
    margin-left: -190px;
  }
}

/*----------------------------------------*/
/*  8.5 management css
/*----------------------------------------*/
.tp-management-left-box {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(21, 29, 84, 0.12);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-management-left-box {
    margin-bottom: 50px;
  }
}
.tp-management-left-wrapper {
  padding: 44px 40px 62px;
  border-bottom: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
}
@media (max-width: 767px) {
  .tp-management-left-wrapper {
    padding: 44px 20px 62px;
  }
}
.tp-management-left-content h2 {
  font-size: 60px;
  margin-bottom: 0px;
}
.tp-management-left-content h4 {
  font-size: 18px;
  color: var(--tp-heading-primary);
  font-weight: 700;
  font-family: "Roboto";
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-management-left-content h4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .tp-management-left-content h4 {
    font-size: 16px;
  }
}
.tp-management-left-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tp-management-left-popup-video {
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}
.tp-management-left-popup-video:hover {
  color: var(--tp-common-white);
}
.tp-management-left-popup-video::after {
  position: absolute;
  content: "";
  left: 10px;
  top: 17px;
  width: 30px;
  height: 30px;
  background: rgba(245, 245, 245, 0.951);
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
}
.tp-management-section-subtitle {
  margin-bottom: 6px;
}
.tp-management-right-wrapper {
  margin-top: -10px;
  margin-left: 56px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-management-right-wrapper {
    margin-left: 0;
  }
}
.tp-management-right-wrapper .tp-section-paragraph {
  margin: 16px 0 0;
}
@media (max-width: 767px) {
  .tp-management-right-wrapper .tp-section-paragraph br {
    display: none;
  }
}
.tp-management-right-icon span {
  font-size: 48px;
  color: var(--tp-theme-primary);
  margin-right: 28px;
}
.tp-management-right-icon-title {
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .tp-management-right-icon-title {
    font-size: 20px;
  }
}
.tp-management-right-list ul li {
  display: flex;
  line-height: 1;
  margin-bottom: 18px;
  list-style: none;
}
.tp-management-right-list ul li i {
  color: var(--tp-theme-primary);
  margin-right: 16px;
}
.tp-management-2-area {
  background: #000;
}
.tp-management-2-item-wrapper {
  margin-left: 0;
  margin-top: -8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-management-2-item-wrapper .tp-section-title.white {
    font-size: 47px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-management-2-thumb {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-management-2-thumb {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-management-2-thumb img {
    width: 100%;
  }
}
.tp-management-2-bottom {
  background: #745af8;
}
.tp-management-2-tab-btn {
  font-size: 22px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-weight: 600;
  font-family: "Barlow Condensed";
  padding: 34px 0 34px;
  width: 100%;
  transition: 0.4s;
  border-top: 2px solid transparent;
}
.tp-management-2-tab-btn:hover {
  color: var(--tp-common-white);
}
.tp-management-2-tab-btn.active {
  background: none !important;
  border-radius: 0px;
  position: relative;
}
.tp-management-2-tab-btn.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background: var(--tp-common-white);
}
.tp-management-2-nav-pills li {
  width: 33.33%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .tp-management-2-nav-pills li {
    width: 50%;
  }
}

/*----------------------------------------*/
/*  8.0 cta css
/*----------------------------------------*/
.tp-cta-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tp-cta-bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(24, 4, 65);
  opacity: 0.549;
  top: 0;
  left: 0;
  z-index: -1;
}
.tp-cta-bg-shape-1 {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: -1;
  mix-blend-mode: screen;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cta-bg-shape-1 {
    display: none;
  }
}
.tp-cta-bg-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cta-bg-shape-2 {
    display: none;
  }
}
.tp-cta-section-title {
  color: var(--tp-common-white);
  font-size: 70px;
  line-height: 1;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-section-title {
    font-size: 68px;
  }
}
@media (max-width: 767px) {
  .tp-cta-section-title {
    font-size: 40px;
  }
}
.tp-cta-btn.mt-20 .tp-btn::before {
  background: var(--tp-common-white);
}
.tp-cta-btn.mt-20 .tp-btn::after {
  background: var(--tp-common-white);
}
.tp-cta-btn.mt-20 .tp-btn:hover {
  color: var(--tp-common-black);
}
.tp-cta-2-btn .tp-btn::before {
  background: var(--tp-common-white);
}
.tp-cta-2-btn .tp-btn::after {
  background: var(--tp-common-white);
}
.tp-cta-2-btn .tp-btn:hover {
  color: var(--tp-common-black);
}
.tp-cta-4-overlay {
  position: absolute;
  height: 100%;
  width: 58%;
  top: 0;
  right: 0;
  background: var(--tp-theme-primary);
  z-index: -1;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .tp-cta-4-overlay {
    width: 59%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-cta-4-overlay {
    width: 60%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-cta-4-overlay {
    width: 61%;
  }
}
@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-cta-4-overlay {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .tp-cta-4-overlay {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tp-cta-4-thumb {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cta-4-thumb img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tp-cta-4-content {
    padding-bottom: 50px;
  }
}
.tp-cta-4-title {
  font-size: 50px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-4-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .tp-cta-4-title {
    font-size: 40px;
  }
}
.tp-cta-4-call {
  font-size: 36px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-weight: 500;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cta-4-call {
    font-size: 24px;
  }
}
.tp-cta-4-call::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background: var(--tp-theme-secondary);
  -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-cta-4-call:hover {
  color: var(--tp-common-white);
}
.tp-cta-4-call:hover::after {
  width: 100%;
}
.tp-cta-4-call-icon {
  width: 95px;
  height: 95px;
  line-height: 86px;
  text-align: center;
  display: inline-block;
  background: var(--tp-common-white);
  border-radius: 50%;
  font-size: 36px;
  color: var(--tp-common-black);
  position: absolute;
  left: -100px;
  top: 26px;
  border: 10px solid var(--tp-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cta-4-call-icon {
    top: 42px;
  }
}
@media (max-width: 767px) {
  .tp-cta-4-call-icon {
    display: none;
  }
}
.tp-cta-4-call-icon:hover {
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  7.2 benifit css
/*----------------------------------------*/
.tp-benifit-area {
  background: var(--tp-grey-1);
}
.tp-benifit-left-item:hover span {
  color: var(--tp-common-white);
}
.tp-benifit-left-item:hover span::before {
  transform: scale(1);
}
.tp-benifit-left-item.active span {
  color: var(--tp-common-white);
}
.tp-benifit-left-item.active span::before {
  transform: scale(1);
}
.tp-benifit-left-icon span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  font-size: 20px;
  color: var(--tp-theme-primary);
  font-weight: 500;
  background-color: var(--tp-common-white);
  box-shadow: 0px 0px 20px 0px rgba(35, 18, 71, 0.06);
  margin-right: 28px;
  transition: 0.4s;
  position: relative;
  z-index: 1;
}
.tp-benifit-left-icon span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scale(0);
  background: var(--tp-theme-primary);
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.6s;
  border-radius: 50%;
}
.tp-benifit-left-title {
  font-size: 26px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .tp-benifit-left-title {
    font-size: 22px;
  }
}
.tp-benifit-left-paragraph {
  line-height: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-benifit-left-paragraph {
    width: 60%;
  }
}
.tp-benifit-right-wrapper {
  margin-top: -30px;
  margin-left: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-benifit-right-wrapper {
    margin-top: 30px;
    margin-left: 111px;
  }
}
@media (max-width: 767px) {
  .tp-benifit-right-wrapper {
    margin-left: 0;
  }
}
.tp-benifit-right-thumb {
  text-align: right;
}
@media (max-width: 767px) {
  .tp-benifit-right-thumb img {
    width: 100%;
  }
}
.tp-benifit-right-shape-1 {
  position: absolute;
  top: 36%;
  left: -22%;
  transform: translate(-50%, -50%);
  animation: bounce-thum-1 6.5s infinite;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 4px;
}
@media (max-width: 767px) {
  .tp-benifit-right-shape-1 {
    display: none;
  }
}
.tp-benifit-right-shape-2 {
  position: absolute;
  top: 20px;
  right: -42%;
  z-index: -1;
  animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-benifit-right-shape-2 {
    right: -25%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-benifit-right-shape-2 {
    right: -95%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-benifit-right-shape-2 {
    right: -9%;
  }
}
@media (max-width: 767px) {
  .tp-benifit-right-shape-2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-benifit-left-wrapper {
    margin-bottom: 60px;
  }
}
.tp-benifit-5-left-wrapper .tp-section-paragraph {
  color: #a09baa;
}
.tp-benifit-5-feature-item {
  background: #212535;
  width: 262px;
  height: 100px;
  align-items: center;
  padding-left: 22px;
}
.tp-benifit-5-feature-icon {
  margin-right: 25px;
}
.tp-benifit-5-feature-content h4 {
  color: var(--tp-common-white);
  margin-bottom: 0;
  margin-top: -6px;
  text-transform: uppercase;
  font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-benifit-5-right-wrapper {
    margin-top: 250px;
    margin-left: 0;
  }
}
.tp-benifit-5-feature-right-content h3 {
  font-size: 60px;
  text-transform: uppercase;
  color: var(--tp-theme-primary);
  margin-bottom: 0;
}
.tp-benifit-5-feature-right-content p {
  font-size: 18px;
  color: #a09baa;
  font-weight: 700;
}
.tp-benifit-5-btn-icon span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background: var(--tp-theme-primary);
  border-radius: 50%;
  margin-right: 20px;
}
.tp-benifit-5-bottom-title {
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  margin-bottom: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-benifit-5-bottom-title {
    font-size: 17px;
  }
}
.tp-benifit-5-btn-icon p {
  font-size: 14px;
  line-height: 24px;
  color: #a09baa;
  font-weight: 700;
  margin-top: 10px;
}
.tp-benifit-5-right-shape {
  position: absolute;
  right: -70px;
  top: -200px;
  z-index: -1;
}
.tp-benifit-5-right-primary {
  width: 71px;
  height: 62px;
  background: var(--tp-theme-primary);
  display: inline-block;
  position: absolute;
  left: 110px;
  top: -123px;
}
.tp-benifit-5-right-secondary {
  width: 71px;
  height: 62px;
  background: var(--tp-theme-secondary);
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 75px;
}
.tp-benifit-5-bg-shape-1 {
  position: absolute;
  top: 180px;
  left: 0;
  z-index: -1;
}
.tp-benifit-5-bg-shape-2 {
  position: absolute;
  right: -10px;
  top: 61px;
  z-index: -1;
}
.tp-benifit-5-bg-shape-3 {
  position: absolute;
  right: 135px;
  bottom: 105px;
  z-index: -1;
}
@media (max-width: 767px) {
  .tp-benifit-5-btn-item {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .tp-benifit-5-btn-icon {
    margin-left: 0;
    margin-top: 30px;
  }
}
.tp-benifit-5-right-thumb {
  margin-bottom: 15px;
}

/*----------------------------------------*/
/*  9.4 team css
/*----------------------------------------*/
.tp-team-area {
  padding: 50px;
}
@media (max-width: 767px) {
  .tp-team-area {
    padding: 100px 0 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-top-button {
    justify-content: left !important;
  }
}
@media (max-width: 767px) {
  .tp-team-top-button.mt-70 {
    margin-top: 30px;
  }
}
.tp-team-wrapper {
  background-color: var(--tp-common-white);
  box-shadow: 0px 0px 60px 0px rgba(40, 31, 89, 0.08);
  border: 2px solid #e6e6e6;
  padding: 38px 0 30px;
  margin-bottom: 30px;
}
.tp-team-wrapper:hover .tp-team-link {
  visibility: visible;
  opacity: 1;
  left: 30px;
}
.tp-team-wrapper:hover .tp-team-thumb img {
  filter: saturate(1);
}
.tp-team-thumb {
  margin-bottom: 34px;
}
.tp-team-thumb img {
  filter: saturate(0);
  transition: 0.4s;
}
.tp-team-social {
  position: absolute;
  top: 65px;
  left: -12px;
}
.tp-team-icon span {
  text-transform: uppercase;
  color: var(--tp-theme-primary);
  font-weight: 700;
  display: inline-block;
  transform: rotate(-90deg);
  cursor: pointer;
}
.tp-team-icon span i {
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.tp-team-link {
  background: var(--tp-common-white);
  box-shadow: 0px 0px 40px 0px rgba(23, 19, 4, 0.3);
  position: absolute;
  left: 12px;
  top: 65px;
  display: flex;
  align-items: center;
  padding: 7px 16px 2px;
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
}
.tp-team-link a {
  color: var(--tp-common-black);
  margin-right: 15px;
}
.tp-team-link a:last-child {
  margin-right: 0;
}
.tp-team-link a:hover {
  color: var(--tp-theme-primary);
}
.tp-team-title {
  display: inline-block;
  margin-bottom: 0px;
}
.tp-team-title:hover {
  color: var(--tp-theme-primary);
}
.tp-team-gmail span {
  color: var(--tp-common-black);
}
.tp-team-3-wrapper:hover .tp-team-3-icon {
  opacity: 1;
  bottom: 100%;
}
.tp-team-3-wrapper:hover .tp-team-3-btn button {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-team-3-wrapper:hover .tp-team-3-thumb img {
  mix-blend-mode: unset;
}
.tp-team-3-wrapper:hover .tp-team-3-content {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: 0.6s;
}
.tp-team-3-thumb {
  background: #05001e;
  margin-right: 25px;
}
.tp-team-3-thumb img {
  width: 100%;
  mix-blend-mode: luminosity;
  transition: 0.4s;
}
.tp-team-3-social {
  position: absolute;
  bottom: -125px;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 11;
}
.tp-team-3-icon {
  position: absolute;
  bottom: 120%;
  right: 0;
  text-align: center;
  opacity: 0;
  background: var(--tp-common-black);
  -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;
  display: flex;
  padding: 14px 20px 10px;
}
.tp-team-3-icon a {
  display: block;
  font-size: 20px;
  color: #c1c1c1;
}
.tp-team-3-icon a:not(:last-of-type) {
  margin-right: 22px;
}
.tp-team-3-icon a:hover {
  color: var(--tp-theme-secondary);
}
.tp-team-3-btn button {
  display: block;
  height: 50px;
  width: 50px;
  font-size: 23px;
  font-weight: 800;
  line-height: 55px;
  text-align: center;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}
.tp-team-3-btn-2 {
  background: var(--tp-theme-secondary) !important;
  color: var(--tp-heading-primary) !important;
}
.tp-team-3-content {
  padding: 22px 30px 10px;
  background: #f3f3f3;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  transition: 0.6s;
}
.tp-team-3-title {
  text-transform: uppercase;
  margin-bottom: 0;
  display: inline-block;
}
.tp-team-3-title:hover {
  color: var(--tp-theme-primary);
}
.tp-team-3-paragarph {
  font-size: 14px;
}
@media (max-width: 767px) {
  .tp-team-3-arrow-box {
    justify-content: left !important;
    margin-top: -20px;
    margin-bottom: 40px;
    margin-left: -15px;
  }
}
.tp-team-3-arrow-box button {
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  width: 60px;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  color: var(--tp-common-black);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 24px 0px rgba(4, 23, 26, 0.06);
  transition: 0.4s;
  margin-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team-3-arrow-box button {
    height: 54px;
    line-height: 55px;
    width: 54px;
  }
}
.tp-team-3-arrow-box button:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-team-4-wrapper:hover .tp-team-4-thumb::before {
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: visible;
  opacity: 1;
}
.tp-team-4-wrapper:hover .tp-team-4-thumb {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.tp-team-4-wrapper:hover .tp-team-4-thumb img {
  mix-blend-mode: unset;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.tp-team-4-wrapper:hover .tp-team-4-icon {
  left: 100%;
  opacity: 1;
}
.tp-team-4-thumb {
  background-color: rgb(5, 0, 30);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.tp-team-4-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -400px;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(90deg, rgb(103, 77, 240) 0%, rgba(103, 77, 240, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(103, 77, 240) 0%, rgba(103, 77, 240, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(103, 77, 240) 0%, rgba(103, 77, 240, 0) 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}
.tp-team-4-thumb img {
  mix-blend-mode: luminosity;
  width: 100%;
}
.tp-team-4-social {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 20px;
}
.tp-team-4-btn button {
  display: inline-block;
  height: 38px;
  width: 38px;
  font-size: 18px;
  font-weight: 800;
  line-height: 38px;
  text-align: center;
  color: var(--tp-heading-primary);
  background: var(--tp-theme-secondary);
}
.tp-team-4-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 38px;
  text-align: center;
  opacity: 0;
  background: 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;
  z-index: -1;
  display: flex;
  padding: 4px 16px 0;
}
.tp-team-4-icon a {
  display: block;
  font-size: 18px;
  color: var(--tp-heading-primary);
  margin-right: 15px;
}
.tp-team-4-icon a:last-child {
  margin-right: 0;
}
.tp-team-4-icon a:hover {
  color: var(--tp-theme-primary);
}
.tp-team-4-content {
  padding: 16px 0 0 20px;
}
.tp-team-4-title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
  display: inline-block;
  -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-4-title:hover {
  color: var(--tp-theme-primary);
}
.tp-team-4-slider-dot .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  transition: 0.4s;
}
.tp-team-4-slider-dot .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--tp-theme-primary);
  position: relative;
}
.tp-team-4-slider-dot .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 1px solid var(--tp-theme-primary);
}
.tp-team-4-slider-dot .swiper-pagination-bullet button {
  display: none !important;
}
.tp-team-details-title {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.tp-team-details-subtitle {
  font-size: 18px;
  color: var(--tp-theme-primary);
  margin-bottom: 40px;
  display: inline-block;
}
.tp-team-details-info {
  font-size: 16px;
  color: #767676;
  font-weight: 400;
  font-family: "Roboto";
  margin-bottom: 15px;
}
.tp-team-details-info span {
  font-size: 18px;
  color: var(--tp-heading-primary);
  font-weight: 700;
  margin-right: 10px;
}
.tp-team-details-info a:hover {
  color: var(--tp-theme-primary);
}
.tp-team-details-social {
  margin-top: 75px;
}
.tp-team-details-social a {
  width: 38px;
  height: 38px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  color: var(--tp-common-white);
  margin-right: 10px;
}
.tp-team-details-social a.one {
  background: #4661c5;
}
.tp-team-details-social a.two {
  background: #1da1f2;
}
.tp-team-details-social a.three {
  background: #dc395c;
}
.tp-team-details-social a.four {
  background: #0073b0;
}
.tp-team-details-thumb {
  position: absolute;
  top: 10px;
  left: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-details-thumb {
    left: 50px;
    position: relative;
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team-details-thumb {
    left: -13px;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .tp-team-details-thumb {
    position: static;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-team-details-thumb img {
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
.tp-team-details-wrapper {
  margin-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-details-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team-details-wrapper {
    margin-left: -25px;
  }
}
.tp-team-details-text-shape {
  position: absolute;
  left: -183px;
  top: 75px;
}
.tp-team-details-text-shape-title {
  font-size: 100px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  transform: rotate(-90deg);
  box-shadow: 1px 1px 1px 1px;
  border-radius: 10px;
  background: #000;
  padding: 10px;
}
.tp-team-details-center-label {
  font-weight: 700;
}
.tp-team-details-info-title {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.tp-team-details-center-sml-title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.tp-team-details-contact-wrapper {
  background: #f4f4f4;
  padding: 75px;
}
@media (max-width: 767px) {
  .tp-team-details-contact-wrapper {
    padding: 75px 20px 75px;
  }
}
.tp-team-details-contact-title {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.tp-team-details-contact-paragraph {
  font-size: 14px;
  margin-bottom: 35px;
}
.tp-team-details-form input {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  background: var(--tp-common-white);
  color: #767676;
  height: 62px;
  border: 1px solid rgb(235, 235, 235);
  border: none;
}
.tp-team-details-form input::placeholder {
  font-size: 16px;
  color: #767676;
  font-weight: 400;
  text-transform: capitalize;
}
.tp-team-details-form input:focus {
  border: 1px solid var(--tp-theme-primary);
}
.tp-team-details-form textarea {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  background: var(--tp-common-white);
  color: #767676;
  height: 150px;
  resize: none;
  border: none;
  border: 1px solid transparent;
}
.tp-team-details-form textarea::placeholder {
  font-size: 16px;
  color: #767676;
  font-weight: 400;
  text-transform: capitalize;
}
.tp-team-details-form textarea:focus {
  border: 1px solid var(--tp-theme-primary);
}
@media (max-width: 767px) {
  .tp-team-details-center-progess {
    margin-right: 0;
  }
}

/*----------------------------------------*/
/*  8.7 pricing css
/*----------------------------------------*/
@media (max-width: 767px) {
  .tp-pricing-section-title .tp-section-title br {
    display: none;
  }
}
.tp-pricing-content {
  background-color: var(--tp-common-white);
  box-shadow: 0px 0px 60px 0px rgba(40, 31, 89, 0.08);
  padding: 40px 0 0;
}
.tp-pricing-top-title {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  padding: 5px 0;
}
.tp-pricing-top-title span {
  font-weight: 700;
}
.tp-pricing-sub-title h5 {
  font-size: 16px;
  color: var(--tp-theme-primary);
  font-weight: 700;
  font-family: "Roboto";
  background: #f7f7f9;
  display: inline-block;
  padding: 8px 20px 8px;
  margin-bottom: 18px;
}
.tp-pricing-min-title {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 34px;
}
.tp-pricing-list ul li {
  color: var(--tp-common-black);
  font-weight: 500;
  list-style: none;
  border-top: 1px solid #e6e6e6;
  padding: 15px 0px 15px 80px;
  position: relative;
}
.tp-pricing-list ul li i {
  position: absolute;
  top: 17px;
  left: 50px;
  color: var(--tp-theme-primary);
  font-size: 18px;
}
.tp-pricing-bottom-content {
  background: var(--tp-common-black);
  padding: 22px 50px 50px;
}
.tp-pricing-btm-title {
  color: var(--tp-common-white);
  font-size: 60px;
  font-weight: 700;
  font-family: "Roboto";
  margin-bottom: 22px;
}
.tp-pricing-btm-title span {
  font-size: 18px;
  margin-left: -14px;
}
.tp-pricing-btn {
  background: var(--tp-theme-secondary);
  color: var(--tp-common-black);
  padding: 13px 0 12px;
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Barlow Condensed";
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.tp-pricing-btn::before {
  content: "";
  display: block;
  height: 101%;
  width: 100%;
  transform: skew(90deg) translate(-50%, -50%);
  position: absolute;
  inset: 50%;
  left: 25%;
  z-index: -1;
  transition: 0.6s ease-out;
  background-color: var(--tp-theme-primary);
}
.tp-pricing-btn::after {
  content: "";
  display: block;
  height: 103%;
  width: 100%;
  transform: skew(90deg) translate(-50%, -50%);
  position: absolute;
  inset: 50%;
  left: 25%;
  z-index: -1;
  transition: 0.6s ease-out;
  background-color: var(--tp-theme-primary);
}
.tp-pricing-btn::before {
  top: -51%;
  left: -25%;
  transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}
.tp-pricing-btn:hover {
  color: var(--tp-common-white);
}
.tp-pricing-btn:hover::before {
  transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}
.tp-pricing-btn:hover::after {
  transform: skew(45deg) translate(-50%, -50%);
}
.tp-pricing-btn:active {
  filter: brightness(0.7);
  transform: scale(0.98);
}

/*----------------------------------------*/
/*  7.8 contact css
/*----------------------------------------*/
.tp-contact-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 783px;
  height: 100%;
  background: var(--tp-theme-primary);
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-bg-overlay {
    width: 680px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-bg-overlay {
    width: 100%;
  }
}
.tp-contact-left-shape {
  margin-left: 30px;
}
.tp-contact-left-shape-1 {
  animation: bounce-thum-2 1s ease-in-out 0.1s forwards infinite alternate;
}
.tp-contact-left-shape-2 {
  position: absolute;
  left: -68px;
  top: 63%;
  animation: moving 8s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-left-shape-2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-contact-left-thumb {
    margin-bottom: 30px;
  }
}
.tp-contact-video-icon {
  text-align: right;
  margin-right: 30px;
}
.tp-contact-video-icon a {
  width: 80px;
  height: 80px;
  line-height: 88px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: relative;
  color: var(--tp-heading-primary);
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-blue 1s linear infinite;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: var(--tp-common-white);
  font-size: 24px;
  z-index: 44;
}
.tp-contact-video-icon a i {
  margin-left: 4px;
}
.tp-contact-left-wrapper {
  margin-left: -34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-left-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-contact-left-wrapper {
    margin-left: 0;
  }
}
.tp-contact-call-item {
  background: var(--tp-common-white);
  box-shadow: 0px 0px 60px 0px rgba(40, 31, 89, 0.08);
  padding: 20px 28px 20px;
  position: absolute;
  bottom: -125px;
  left: 0;
  width: 310px;
}
.tp-contact-call-icon {
  margin-right: 20px;
}
.tp-contact-call-icon a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  background: transparent;
  text-align: center;
  border-radius: 50px;
  font-size: 20px;
  color: var(--tp-theme-primary);
  border: 1px solid #e0e0e0;
}
.tp-contact-call-icon a:hover {
  border-color: var(--tp-theme-primary);
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-contact-call-number span {
  display: block;
}
.tp-contact-call-number a {
  color: var(--tp-theme-primary);
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: "Barlow Condensed";
}
.tp-contact-call-number a:hover {
  color: var(--tp-heading-primary);
}
.tp-contact-sub-title {
  color: var(--tp-theme-primary);
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 14px;
}
.tp-contact-title {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-title {
    color: var(--tp-common-white);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-right-wrapper {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-box {
    margin-left: 0;
    margin-top: 160px;
  }
}
.tp-contact-form input {
  margin-bottom: 15px;
  height: 58px;
}
.tp-contact-form input::placeholder {
  color: #767676;
}
.tp-contact-form input:focus {
  border: 1px solid var(--tp-theme-primary);
}
.tp-contact-form textarea {
  margin-bottom: 15px;
  border: 1px solid #e6e6e6;
  height: 148px;
  resize: none;
}
.tp-contact-form textarea::placeholder {
  color: #767676;
}
.tp-contact-form textarea:focus {
  border: 1px solid var(--tp-theme-primary);
}
.tp-contact-btn {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  overflow: hidden;
  transition: 0.3s;
}
.tp-contact-btn::before {
  background: var(--tp-theme-secondary);
}
.tp-contact-btn::after {
  background: var(--tp-theme-secondary);
}
.tp-contact-btn:hover {
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-btn {
    background: var(--tp-theme-secondary);
  }
}
.tp-contact-5-area {
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  height: 720px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-5-area {
    display: none;
  }
}
.tp-contact-5-wrapper {
  background: var(--tp-common-white);
  box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.06);
  padding: 80px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .tp-contact-5-wrapper {
    position: relative;
  }
}
@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-contact-5-wrapper {
    position: relative;
  }
}
.tp-contact-5-sub-title {
  font-size: 16px;
  letter-spacing: 1px;
  color: var(--tp-theme-primary);
  font-weight: 700;
  font-family: "Barlow Condensed";
}
.tp-contact-5-title {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.tp-contact-5-form input {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  background-color: #f5f5f8;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.02);
  color: #767676;
  height: 58px;
  border: none;
  border: 1px solid transparent;
}
.tp-contact-5-form input:focus {
  border: 1px solid var(--tp-theme-primary);
}
.tp-contact-5-form textarea {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  background-color: #f5f5f8;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.02);
  color: #767676;
  height: 150px;
  resize: none;
  border: none;
  border: 1px solid transparent;
}
.tp-contact-5-form textarea:focus {
  border: 1px solid var(--tp-theme-primary);
}
.tp-contact-5-bg-1 {
  position: absolute;
  left: -50px;
  bottom: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-contact-5-bg-1 {
    left: -203px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-contact-5-bg-1 {
    left: -200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-5-bg-1 {
    left: -300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-5-bg-1 {
    position: static;
    width: 100%;
  }
}
.tp-contact-5-bg-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-5-bg-2 {
    display: none;
  }
}
.tp-contact-5-inner-wrapper {
  background: var(--tp-theme-secondary);
  padding: 24px 40px 30px;
  width: 270px;
}
.tp-contact-5-inner-wrapper.two {
  background: var(--tp-common-black);
}
.tp-contact-5-inner-wrapper.two .tp-contact-5-inner-title {
  color: var(--tp-theme-secondary);
}
.tp-contact-5-inner-wrapper.two .tp-contact-5-inner-paragrap {
  color: var(--tp-common-white);
}
.tp-contact-5-inner-wrapper.three {
  background: var(--tp-theme-primary);
}
.tp-contact-5-inner-wrapper.three .tp-contact-5-inner-title {
  color: var(--tp-common-white);
}
.tp-contact-5-inner-wrapper.three .tp-contact-5-inner-paragrap {
  color: var(--tp-common-white);
}
.tp-contact-5-inner-title {
  font-size: 48px;
  margin-bottom: 4px;
}
.tp-contact-5-inner-paragrap {
  font-size: 18px;
  line-height: 26px;
  color: #1f1b2e;
  font-weight: 500;
  margin-bottom: 0;
}
.tp-contact-5-inner-main {
  margin-right: 72px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-5-inner-main {
    margin-right: -30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-5-inner-main {
    display: none;
  }
}
.tp-contact-last-area {
  background: var(--tp-common-white);
  margin-top: -10px;
}
.tp-contact-page-wrapper {
  background: var(--tp-theme-primary);
  padding: 50px 40px 46px 70px;
  border-radius: 10px;
  box-shadow: 1px 1px 1px 1px #03A9F4;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-page-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-contact-page-wrapper {
    padding: 50px 40px 46px;
  }
}
.tp-contact-page-title {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  margin-bottom: 22px;
  position: relative;
  display: inline-block;
}
.tp-contact-page-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -4px;
  left: 0;
  background: var(--tp-common-white);
}
.tp-contact-page-paragrap {
  color: var(--tp-common-white);
  margin-bottom: 0;
  letter-spacing: 1px;
  /* opacity: 0.7; */
  display: block;
}
.tp-contact-page-paragrap:hover {
  color: var(--tp-theme-secondary);
}
.tp-contact-page-social {
  margin-top: 3px;
  margin-left: 28px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-page-social {
    margin-left: 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-page-social {
    margin-left: 20px;
  }
}
.tp-contact-page-social a {
  color: var(--tp-common-white);
    margin-right: 18px;
}
.tp-contact-page-social a:last-child {
  margin-right: 0;
}
.tp-contact-page-social a:hover {
  color: var(--tp-theme-secondary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-page-thumb {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-page-thumb img {
    width: 100%;
  }
}

.tp-map-2-area {
  margin-top: -142px;
  z-index: -1;
  position: relative;
}
.tp-map-2-content {
  background: #02000b;
}
.tp-map-2-content iframe {
  width: 100%;
  height: 640px;
  mix-blend-mode: luminosity;
}

/*----------------------------------------*/
/*  9.3 subscribe css
/*----------------------------------------*/
.tp-subscribe-area {
  padding: 52px 105px 44px;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1700px) and (max-width: 1920px) {
  .tp-subscribe-area {
    padding: 52px 60px 44px;
    margin:  0;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .tp-subscribe-area {
    padding: 52px 60px 44px;
    margin:  0;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-subscribe-area {
    padding: 52px 60px 44px;
    margin: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-subscribe-area {
    padding: 52px 60px 44px;
    margin:  0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-subscribe-area {
    padding: 52px 40px 44px;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-subscribe-area {
    padding: 52px 20px 44px;
    margin:  0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-subscribe-area {
    padding: 52px 20px 44px;
    margin:  0;
  }
}
.tp-subscribe-bg-shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .tp-subscribe-bg-shape-1 {
    display: none;
  }
}
.tp-subscribe-bg-shape-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .tp-subscribe-bg-shape-2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-subscribe-right-wrapper {
    flex-direction: column;
    margin-top: 31px;
    margin-left: -30px;
  }
}
@media (max-width: 767px) {
  .tp-subscribe-right-wrapper {
    flex-direction: column;
    justify-content: left !important;
  }
}
.tp-subscribe-title {
  font-size: 42px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .tp-subscribe-title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-subscribe-title {
    font-size: 38px;
  }
}
.tp-subscribe-paragraph {
  font-size: 18px;
  line-height: 26px;
  color: #d1c8fe;
}
.tp-subscribe-btn {
  display: flex;
  justify-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-subscribe-btn {
    justify-content: left;
  }
}
@media (max-width: 767px) {
  .tp-subscribe-right-proggess {
    margin-left: 0;
  }
}
.tp-subscribe-right-proggess input {
  color: var(--tp-common-black) !important;
  font-size: 46px !important;
  width: 73px !important;
  letter-spacing: -1px !important;
  font-weight: 600 !important;
  font-family: "Barlow Condensed" !important;
}
.tp-subscribe-3-area {
  background-color: rgba(245, 245, 248, 0.6);
}
.tp-subscribe-3-left-video {
  margin-bottom: 42px;
}
.tp-subscribe-3-left-video a {
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 26px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
  position: relative;
}
.tp-subscribe-3-left-video a::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 80%;
  height: 80%;
  background: rgba(104, 77, 240, 0.5);
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
}
.tp-subscribe-3-left-video a i {
  transform: translateX(4px);
}
.tp-subscribe-3-left-video span {
  font-size: 18px;
  color: var(--tp-heading-primary);
  font-weight: 500;
  margin-left: 34px;
}
.tp-subscribe-3-right-content {
  margin-left: 30px;
}
.tp-subscribe-3-right-content h4 {
  font-size: 26px;
  text-transform: uppercase;
}
.tp-subscribe-3-bg-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .tp-subscribe-3-bg-1 {
    display: none;
  }
}
.tp-subscribe-3-bg-2 {
  position: absolute;
  right: 40%;
  top: 37%;
  z-index: -1;
  animation: bounce-thum-2 1s ease-in-out 0.1s forwards infinite alternate;
}
@media (max-width: 767px) {
  .tp-subscribe-3-bg-2 {
    display: none;
  }
}
.tp-subscribe-3-bottom-title {
  font-size: 42px;
  text-transform: uppercase;
}
.tp-subscribe-3-left-title {
  font-size: 80px;
  letter-spacing: -2px;
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-subscribe-3-left-title {
    font-size: 67px;
  }
}
@media (max-width: 767px) {
  .tp-subscribe-3-left-title {
    font-size: 48px;
    margin-bottom: 50px;
  }
}
.tp-subscribe-3-bottom-area {
  background: var(--tp-theme-secondary);
  padding: 60px 0 50px;
}
.tp-subscribe-3-bottom-paragraph {
  color: #1b1f2e;
}
.tp-subscribe-3-bottom-btn {
  display: flex;
  justify-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-subscribe-3-bottom-btn {
    justify-content: left;
  }
}
.tp-subscribe-3-bg-bottom-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .tp-subscribe-3-bg-bottom-shape-1 {
    display: none;
  }
}
.tp-subscribe-3-bg-bottom-shape-2 {
  position: absolute;
  right: 100px;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: luminosity;
}
@media (max-width: 767px) {
  .tp-subscribe-3-bg-bottom-shape-2 {
    display: none;
  }
}
.tp-subscribe-3-bottom-btn .tp-btn {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-subscribe-3-bottom-btn .tp-btn::before {
  background: var(--tp-common-white);
}
.tp-subscribe-3-bottom-btn .tp-btn::after {
  background: var(--tp-common-white);
}
.tp-subscribe-3-bottom-btn .tp-btn:hover {
  color: var(--tp-common-black);
}
.tp-subscribe-5-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 210px 0 210px;
  position: relative;
  z-index: 1;
}
.tp-subscribe-5-bg-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.tp-subscribe-5-bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(5, 0, 30, 0.651);
  z-index: -1;
}
.tp-subscribe-5-thumb {
  position: relative;
}
.tp-subscribe-5-thumb img {
  animation: circle-animations 20s forwards infinite alternate;
  margin-left: -25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-subscribe-5-thumb img {
    margin-left: -6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-subscribe-5-thumb img {
    margin-left: -36px;
  }
}
@media (max-width: 767px) {
  .tp-subscribe-5-thumb img {
    margin-left: 65px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-subscribe-5-thumb img {
    margin-left: 145px;
  }
}
.tp-subscribe-5-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tp-subscribe-5-icon a {
  width: 140px;
  height: 140px;
  line-height: 140px;
  display: inline-block;
  text-align: center;
  background: var(--tp-theme-secondary);
  border-radius: 50%;
  color: var(--tp-common-black);
  font-size: 30px;
  -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-subscribe-5-icon a:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-subscribe-5-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .tp-subscribe-5-title {
    font-size: 28px;
  }
}
.tp-subscribe-5-bottom-bg-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-subscribe-5-bottom-icon {
    margin-bottom: 30px;
  }
}
.tp-subscribe-5-bottom-icon span {
  width: 130px;
  height: 130px;
  line-height: 148px;
  display: inline-block;
  text-align: center;
  background: #5e44e8;
  border-radius: 50%;
  color: var(--tp-common-white);
  font-size: 54px;
  margin-top: -17px;
}
.tp-subscribe-5-bottom-bg-shape-2 {
  position: absolute;
  right: 120px;
  bottom: 50px;
  z-index: -1;
}
@media (max-width: 767px) {
  .tp-subscribe-5-bottom-bg-shape-2 {
    right: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-subscribe-5-btn .tp-btn {
    padding: 14px 39px;
  }
}

/*----------------------------------------*/
/*  7.4 cart css
/*----------------------------------------*/
.table-content .table > :not(:first-child) {
  border-top: 0;
}
.table-content table {
  background: #ffffff;
  border-color: #eaedff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.table-content .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #eaedff;
}

.table-content .product-quantity {
  float: none;
}

.table-content table td.product-name {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.table-content table td.product-name a:hover {
  color: var(--tp-theme-1);
}

.table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .table-content table td {
    padding: 20px 5px;
  }
}

.table-content table th, .table-content table td {
  border-bottom: 1px solid rgba(6, 7, 40, 0.1);
  border-right: 1px solid rgba(6, 7, 40, 0.1);
}

.product-quantity input {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  height: 64px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  .coupon-all button {
    padding: 0 20px;
    font-size: 13px;
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .coupon-all button {
    padding: 0 32px;
    font-size: 14px;
  }
}
.coupon input {
  height: 58px;
  line-height: 58px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: 1px solid #E0E2E3;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .coupon input {
    height: 60px;
    line-height: 60px;
    font-size: 10px;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.tp-quantity {
  width: 200px;
  margin: 0 auto;
}
.tp-quantity .cart-minus {
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.tp-quantity .cart-plus {
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 54px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.table td, .table th {
  border-top: 1px solid #eaedff;
}

.product-thumbnail, .cart-product-name, .product-price, .product-quantity, .product-subtotal, .product-remove {
  font-size: 20px;
  font-weight: 600;
  color: var(--tp-heading-secondary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-thumbnail, .cart-product-name, .product-price, .product-quantity, .product-subtotal, .product-remove {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product-thumbnail, .cart-product-name, .product-price, .product-quantity, .product-subtotal, .product-remove {
    font-size: 15px;
    font-weight: 700;
  }
}

.product-quantity > input {
  width: 80px;
  text-align: center;
}

.table-content table td .cart-plus-minus {
  float: none;
  margin: 0 auto;
}

.coupon-all {
  margin-top: 50px;
}

.coupon {
  float: left;
}
@media (max-width: 767px) {
  .coupon {
    justify-content: left !important;
  }
}

@media (max-width: 767px) {
  .coupon {
    float: none;
  }
}
#coupon_code {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  margin-right: 10px;
  width: inherit;
  height: 67px;
  line-height: 67px;
  padding: 0 25px;
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #coupon_code {
    height: 54px;
  }
}
@media (max-width: 767px) {
  #coupon_code {
    padding: 0px 15px;
  }
}

@media (max-width: 767px) {
  #coupon_code {
    margin-bottom: 15px;
  }
}
.coupon2 {
  float: right;
}

.checkout-link .tp-btn:hover {
  background-color: var(--tp-theme-2);
}
.checkout-link .tp-btn-dark-lg:hover {
  background-color: var(--tp-theme-1);
}

@media (max-width: 767px) {
  .coupon2 {
    float: none;
    margin-top: 15px;
  }
}
.cart-page-total {
  padding: 35px;
  margin-top: 100px;
  background: var(--tp-grey-1);
}
@media (max-width: 767px) {
  .cart-page-total {
    padding: 30px 15px;
  }
}

.cart-page-total > h2 {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.cart-page-total > ul {
  border: 1px solid rgba(6, 7, 40, 0.1);
}

.cart-page-total > ul > li {
  list-style: none;
  padding: 21px 30px;
  border-bottom: 1px solid rgba(6, 7, 40, 0.1);
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #696A7E;
}

.cart-page-total ul > li > span {
  float: right;
}

.cart-page-total li:last-child {
  border-bottom: 0;
}

td.product-thumbnail img {
  width: 125px;
}

/* 17. Checkout */
.coupon-accordion h3 {
  background-color: #f7f7f7;
  border-top: 3px solid var(--tp-theme-1);
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 25px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}

.coupon-accordion h3::before {
  content: "\f07b";
  left: 15px;
  top: 13px;
  position: absolute;
  color: var(--tp-theme-1);
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}

.coupon-accordion span {
  color: #6f7172;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
}

.coupon-accordion span:hover, p.lost-password a:hover {
  color: var(--tp-common-black);
}

.coupon-content {
  border: 1px solid #eaedff;
  display: none;
  margin-bottom: 20px;
  padding: 30px;
}

.coupon-info p.coupon-text {
  margin-bottom: 15px;
}

.coupon-info p {
  margin-bottom: 0;
}

.coupon-info p.form-row-first label, .coupon-info p.form-row-last label {
  display: block;
  color: #6f7172;
}

.coupon-info p.form-row-first label span.required, .coupon-info p.form-row-last label span.required {
  color: var(--tp-theme-1);
  font-weight: 700;
}

.coupon-info p.form-row-first input, .coupon-info p.form-row-last input {
  border: 1px solid #eaedff;
  height: 45px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 100%;
  outline: none;
}
.coupon-info p.form-row-first input:focus, .coupon-info p.form-row-last input:focus {
  border-color: var(--tp-common-black);
}

.coupon-info p.form-row input[type=submit]:hover, p.checkout-coupon input[type=submit]:hover {
  background: #3e976c none repeat scroll 0 0;
}

.coupon-info p.form-row input[type=checkbox] {
  position: relative;
  top: -1px;
}

.form-row > label {
  margin-top: 15px;
  margin-left: 15px;
  color: #6f7172;
}

.buttons-cart input, .coupon input[type=submit], .buttons-cart a, .coupon-info p.form-row input[type=submit] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

p.lost-password {
  margin-top: 15px;
}

p.lost-password a {
  color: #6f6f6f;
}

p.checkout-coupon input[type=text] {
  height: 45px;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #eaedff;
  margin-bottom: 15px;
  outline: none;
}
p.checkout-coupon input[type=text]:focus {
  border-color: var(--tp-common-black);
}

.coupon-checkout-content {
  display: none;
}

.checkbox-form h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 26px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.country-select {
  margin-bottom: 30px;
  position: relative;
}

.country-select select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #eaedff;
  padding: 0 10px;
  height: 50px;
}

.country-select label, .checkout-form-list label {
  color: #6f7172;
  display: block;
  margin: 0 0 5px;
}

.country-select label span.required, .checkout-form-list label span.required {
  color: var(--tp-theme-1);
}

.country-select .nice-select {
  border: 1px solid #eaedff;
  height: 45px;
  padding-left: 10px;
  width: 100%;
  color: #6f7172;
  margin-bottom: 20px;
}

.country-select .nice-select .list {
  width: 100%;
}

.checkout-form-list {
  margin-bottom: 30px;
}

.checkout-form-list label {
  color: #6f7172;
}

.checkout-form-list input[type=text], .checkout-form-list input[type=password], .checkout-form-list input[type=email] {
  background: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  height: 45px;
  padding: 0 0 0 10px;
  width: 100%;
  outline: none;
}
.checkout-form-list input[type=text]:focus, .checkout-form-list input[type=password]:focus, .checkout-form-list input[type=email]:focus {
  border-color: var(--tp-common-black);
}

.checkout-form-list input[type=text]::-moz-placeholder,
.checkout-form-list input[type=password]::-moz-placeholder,
.checkout-form-list input[type=email]::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type=text]::placeholder,
.checkout-form-list input[type=password]::placeholder,
.checkout-form-list input[type=email]::placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type=checkbox] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.create-acc label {
  color: #6f7172;
  display: inline-block;
}

.create-account {
  display: none;
}

.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
  color: var(--tp-theme-1);
}

.order-notes textarea {
  border: 1px solid #eaedff;
  height: 120px;
  padding: 15px;
  width: 100%;
  outline: 0;
  resize: none;
}

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

.order-notes textarea::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.order-notes textarea::placeholder {
  color: #6f7172;
  opacity: 1;
}

#ship-box-info {
  display: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default > .panel-heading {
  border-radius: 0;
}

.your-order {
  padding: 30px 40px 45px;
  border: 3px solid #f7f7f7;
}

@media (max-width: 767px) {
  .your-order {
    padding: 15px;
  }
}
.your-order h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.your-order-table table {
  background: none;
  border: 0;
  width: 100%;
}

.your-order-table table th, .your-order-table table td {
  border-bottom: 1px solid #eaedff;
  border-right: medium none;
  color: #6f7172;
  font-size: 14px;
  padding: 15px 0;
  text-align: left;
}

@media (max-width: 767px) {
  .your-order-table table th, .your-order-table table td {
    padding-right: 10px;
  }
}
.your-order-table table th {
  border-top: medium none;
  color: #6f7172;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.panel-body > p {
  color: #222;
}

.your-order-table table .shipping ul li {
  list-style: none;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: -1px;
}

.your-order-table table .shipping ul li label {
  color: #6f7172;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: 0;
  font-size: 14px;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
  background: #F9F9F9;
}

.your-order-table table tr.order-total td span {
  color: var(--tp-common-black);
  font-size: 18px;
  font-weight: 500;
}

.payment-method {
  margin-top: 40px;
}
.payment-method .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.payment-method .accordion-item {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
}
.payment-method .accordion-button {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-black);
  padding: 23px 0;
  border: none;
}
.payment-method .accordion-button::after {
  position: absolute;
  content: "\f067";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 400;
  margin-left: 0;
  background-image: none;
  color: var(--tp-theme-1);
}
.payment-method .accordion-button:not(.collapsed) {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  box-shadow: none;
}
.payment-method .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.payment-method .accordion-body {
  padding: 8px 0;
  padding-bottom: 40px;
}
.payment-method .accordion-collapse {
  border: none;
}

.panel-title > a {
  display: block;
}

.order-button-payment input {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  margin: 0px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.order-button-payment input:hover {
  background: #3e976c none repeat scroll 0 0;
}

.payment-method .btn-link {
  -moz-user-select: none;
  user-select: none;
  background: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 3px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.payment-method .card {
  background-color: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
  border: 1px solid #eaedff;
}

.card-header:first-child {
  border-radius: 0;
}

.payment-method .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eaedff;
}

.order-button-payment button {
  width: 100%;
}

/*----------------------------------------*/
/*  7.5 checkout css
/*----------------------------------------*/
.tp-checkout-verify-item {
  margin-bottom: 40px;
}
.tp-checkout-verify-item:not(:last-child) {
  margin-bottom: 14px;
}
.tp-checkout-verify-reveal {
  font-size: 14px;
  color: var(--tp-common-black);
  margin-bottom: 0;
  display: inline-block;
  border: 1px dashed #AAB0B2;
  padding: 18px 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .tp-checkout-verify-reveal {
    padding: 40px 15px;
  }
}
.tp-checkout-verify-reveal button {
  color: var(--tp-theme-primary);
  position: relative;
}
.tp-checkout-verify-reveal button::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background-color: var(--tp-theme-primary);
}
.tp-checkout-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-2);
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-align: center;
}
.tp-checkout-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-checkout-input {
  margin-bottom: 20px;
}
.tp-checkout-input label {
  font-weight: 500;
  color: var(--tp-common-black);
  padding-bottom: 10px;
  font-size: 14px;
}
.tp-checkout-input label span {
  color: var(--tp-heading-primary);
}
.tp-checkout-input input, .tp-checkout-input textarea {
  width: 100%;
  background: #FFFFFF;
  color: var(--tp-common-black);
  height: 64px;
  border: 1px solid #E0E2E3;
}
.tp-checkout-input input:focus, .tp-checkout-input textarea:focus {
  border-color: var(--tp-theme-primary);
}
.tp-checkout-input textarea {
  height: 200px;
  resize: none;
  padding: 25px;
  font-size: 14px;
}
.tp-checkout-input .nice-select {
  height: 64px;
  line-height: 63px;
  border-radius: 0;
  border: 0;
  float: none;
  padding: 0 25px;
  font-size: 14px;
}
.tp-checkout-input .nice-select::after {
  right: 26px;
}
.tp-checkout-input .nice-select.open .list {
  -webkit-transform: scale(1) translateY(0px);
  -moz-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.tp-checkout-input .nice-select .list {
  margin-top: 0;
  border-radius: 0;
  transform-origin: center center;
  -webkit-transform: scale(0.9) translateY(0px);
  -moz-transform: scale(0.9) translateY(0px);
  -ms-transform: scale(0.9) translateY(0px);
  -o-transform: scale(0.9) translateY(0px);
  transform: scale(0.9) translateY(0px);
  width: 100%;
  padding: 12px 0;
}
.tp-checkout-input .nice-select .list .option {
  line-height: 1.2;
  min-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
}
.tp-checkout-input .nice-select .list .option:hover {
  color: var(--tp-theme-2);
}
.tp-checkout-option {
  margin-bottom: 4px;
}
.tp-checkout-option-wrapper {
  margin-top: 10px;
  margin-bottom: 17px;
}
.tp-checkout-option input {
  display: none;
}
.tp-checkout-option input:checked ~ label::after {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
}
.tp-checkout-option input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-checkout-option label {
  font-size: 15px;
  color: var(--tp-heading-primary);
  position: relative;
  padding-left: 26px;
  z-index: 1;
  font-weight: 300;
}
.tp-checkout-option label::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid rgba(6, 7, 40, 0.2);
  z-index: -1;
  transition: 0.3s;
}
.tp-checkout-option label::before {
  position: absolute;
  content: "\f00c";
  top: -2px;
  left: 5px;
  font-size: 11px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: 0.3s;
  font-family: "Font Awesome 5 Pro";
}
.tp-checkout-option label a:hover {
  color: var(--tp-theme-primary);
}
.tp-checkout-option label:hover {
  cursor: pointer;
}
.tp-checkout-bill-area {
  padding: 45px 40px 24px;
  background-color: var(--tp-grey-1);
}
@media (max-width: 767px) {
  .tp-checkout-bill-area {
    padding: 45px 25px 24px;
  }
}
.tp-checkout-bill-title {
  color: var(--tp-heading-primary);
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 35px;
}
.tp-checkout-place {
  padding: 44px 50px 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-checkout-place {
    padding: 35px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-checkout-place {
    padding: 35px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-checkout-place {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .tp-checkout-place {
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tp-checkout-place-title {
  font-size: 26px;
  font-weight: 600;
  margin-right: 37px;
  color: var(--tp-heading-primary);
  margin-bottom: 32px;
}
.tp-checkout-payment {
  padding-bottom: 26px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E0E2E3;
}
.tp-checkout-payment-item:not(:last-child) {
  margin-bottom: 10px;
}
.tp-checkout-payment-item.paypal-payment label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tp-checkout-payment-item input {
  display: none;
}
.tp-checkout-payment-item input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.tp-checkout-payment-item label {
  font-size: 14px;
  position: relative;
  padding-left: 27px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.tp-checkout-payment-item label:hover {
  cursor: pointer;
}
.tp-checkout-payment-item label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--tp-theme-primary);
  transition: 0.3s;
}
.tp-checkout-payment-item label::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--tp-theme-primary);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.tp-checkout-payment-item label img {
  margin-left: 14px;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}
.tp-checkout-payment-item label a {
  margin-left: 20px;
  position: relative;
}
.tp-checkout-payment-desc {
  position: relative;
  padding-top: 10px;
  display: none;
}
.tp-checkout-payment-desc::after {
  position: absolute;
  content: "";
  left: 57px;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-transform: translateY(3px) rotate(45deg);
  -moz-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  -o-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
}
.tp-checkout-payment-desc p {
  background-color: #fff;
  padding: 19px 30px;
  margin-left: 27px;
  font-size: 14px;
  line-height: 1.57;
  color: #55585B;
  margin-bottom: 0;
}
.tp-checkout-agree {
  margin-bottom: 24px;
}

.tp-return-customer {
  display: none;
  margin-top: 14px;
  padding: 40px 40px;
  background-color: var(--tp-grey-1);
}
@media (max-width: 767px) {
  .tp-return-customer {
    padding: 40px 15px;
  }
}
.tp-return-customer-input {
  margin-bottom: 20px;
}
.tp-return-customer-input label {
  font-weight: 500;
  color: var(--tp-common-black);
  padding-bottom: 10px;
}
.tp-return-customer-input label span {
  color: red;
}
.tp-return-customer-input input {
  width: 100%;
  background: #fff;
  border: 0;
  color: var(--tp-common-black);
  height: 64px;
  transition: 0.3s;
  border: 1px solid #E0E2E3;
}
.tp-return-customer-input input:focus {
  border: 1px solid var(--tp-theme-primary);
}
.tp-return-customer-remeber input {
  display: none;
}
.tp-return-customer-remeber input:checked ~ label::after {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
}
.tp-return-customer-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-return-customer-remeber label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.tp-return-customer-remeber label::after {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid rgba(6, 7, 40, 0.2);
  z-index: -1;
  transition: 0.3s;
}
.tp-return-customer-remeber label::before {
  position: absolute;
  content: "\f00c";
  top: 0px;
  left: 5px;
  font-size: 10px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: 0.3s;
  font-family: "Font Awesome 5 Pro";
}
.tp-return-customer-remeber label a:hover {
  color: var(--tp-common-orange);
}
.tp-return-customer-remeber label:hover {
  cursor: pointer;
}
.tp-return-customer-forgot a {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-theme-2);
  position: relative;
  display: inline-block;
}
.tp-return-customer-forgot a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: var(--tp-theme-primary);
}
.tp-return-customer-forgot a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

.tp-order-details {
  padding: 70px 100px 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-order-details {
    padding: 70px 70px 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-order-details {
    padding: 70px 30px 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-order-details {
    padding: 70px 50px 55px;
  }
}
@media (max-width: 767px) {
  .tp-order-details {
    padding: 40px 30px 45px;
  }
}
.tp-order-details-icon {
  margin-bottom: 22px;
}
.tp-order-details-icon span {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 118px;
  text-align: center;
  font-size: 55px;
  color: var(--tp-common-white);
  border: 1px solid rgba rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.tp-order-details-title {
  font-size: 30px;
  font-weight: 600;
  color: var(--tp-common-white);
  margin-bottom: 7px;
}
.tp-order-details-content p {
  font-size: 16px;
  color: var(--tp-common-white);
  line-height: 1.38;
}
.tp-order-details-item {
  margin-bottom: 38px;
}
.tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item {
    padding-left: 0;
  }
}
.tp-order-details-item h4 {
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 0;
  font-weight: 400;
}
.tp-order-details-item p {
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
.tp-order-info-wrapper {
  padding: 42px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-order-info-wrapper {
    padding: 42px 40px;
  }
}
@media (max-width: 767px) {
  .tp-order-info-wrapper {
    padding: 42px 30px;
  }
}
.tp-order-info-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}
.tp-order-info-list ul li {
  list-style: none;
  padding: 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tp-order-info-list ul li:not(:last-child) {
  border-bottom: 1px solid #E0E2E3;
}
.tp-order-info-list ul li span {
  font-size: 15px;
  color: var(--tp-common-black);
}
.tp-order-info-list ul li.tp-order-info-list-header {
  padding-top: 0;
  padding-bottom: 12px;
}
.tp-order-info-list ul li.tp-order-info-list-header h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--tp-heading-primary);
}
.tp-order-info-list ul li.tp-order-info-list-desc p {
  font-size: 15px;
  margin-bottom: 0;
}
.tp-order-info-list ul li.tp-order-info-list-desc p span {
  font-size: 15px;
  font-weight: 500;
}
.tp-order-info-list ul li.tp-order-info-list-subtotal span:last-child {
  color: var(--tp-theme-primary);
}
.tp-order-info-list ul li.tp-order-info-list-shipping span input {
  display: none;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label {
  font-size: 14px;
  position: relative;
  padding-right: 27px;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label span {
  color: var(--tp-theme-primary);
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label:hover {
  cursor: pointer;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label::after {
  position: absolute;
  content: "";
  right: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--tp-theme-primary);
  transition: 0.3s;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label::before {
  position: absolute;
  content: "";
  right: 4px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--tp-theme-primary);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.tp-order-info-list ul li.tp-order-info-list-total {
  padding: 14px 0;
}
.tp-order-info-list ul li.tp-order-info-list-total span {
  font-size: 16px;
  font-weight: 500;
}
.tp-order-inner {
  background-color: var(--tp-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
}

.tp-checkout-place {
  background-color: var(--tp-grey-1);
}

/*----------------------------------------*/
/*  9.5 technology css
/*----------------------------------------*/
.tp-technology-2-area {
  background: #11B0E2;
}
.tp-technology-2-wrapper .tp-section-subtitle {
  color: var(--tp-theme-secondary);
}
.tp-technology-2-wrapper .tp-section-title {
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-technology-2-top-paragraph {
    margin-top: -25px;
    margin-left: 0;
    width: 64%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-technology-2-top-paragraph {
    width: 100%;
  }
}
.tp-technology-2-top-paragraph p {
  color: #e6e1ff;
  line-height: 26px;
}
.tp-technology-2-item {
  background: transparent;
  padding: 60px 0 46px;
  border: 2px solid #282c3c;
  margin-bottom: 30px;
  transition: 0.4s;
  position: relative;
}
.tp-technology-2-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 2px solid var(--tp-common-white);
  border-left: 2px solid var(--tp-common-white);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.tp-technology-2-item::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 2px solid var(--tp-common-white);
  border-right: 2px solid var(--tp-common-white);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.tp-technology-2-item:hover {
  border: 2px solid transparent;
}
.tp-technology-2-item:hover::before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.tp-technology-2-item:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.tp-technology-2-icon span {
  color: var(--tp-theme-secondary);
  font-size: 42px;
  display: inline-block;
  margin-bottom: 24px;
}
.tp-technology-2-title {
  color: var(--tp-common-white);
  font-size: 22px;
}
.tp-technology-2-content-box {
  background: var(--tp-theme-primary);
  padding: 34px 30px 26px 60px;
}
.tp-technology-2-content-box-subtitle {
  color: var(--tp-common-white);
  font-weight: 700;
  letter-spacing: 1px;
}
.tp-technology-2-content-box-title {
  font-size: 30px;
  color: var(--tp-common-white);
  text-transform: uppercase;
  margin-bottom: 28px;
}
.tp-technology-2-content-box-shape {
  position: absolute;
  top: 0;
  right: 0;
}
.tp-technology-2-button .tp-btn {
  padding: 10px 41px;
}
.tp-technology-2-button .tp-btn::before {
  background: var(--tp-common-white);
}
.tp-technology-2-button .tp-btn::after {
  background: var(--tp-common-white);
}
.tp-technology-2-button .tp-btn:hover {
  color: var(--tp-common-black);
}
.tp-technology-4-area {
  background: #1b1f1e;
}
.tp-technology-4-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .tp-technology-4-shape-1 {
    display: none;
  }
}
.tp-technology-4-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .tp-technology-4-shape-2 {
    display: none;
  }
}
.tp-technology-4-row {
  margin-left: -60px;
  margin-right: -60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-technology-4-row {
    margin-left: 0;
    margin-right: 0;
  }
}
.tp-technology-4-item {
  background: #272c2b;
  padding: 58px 0 44px;
  position: relative;
  z-index: 1;
}
.tp-technology-4-item::before {
  content: "";
  position: absolute;
  width: 85%;
  height: 90%;
  top: 15px;
  left: 15px;
  border: 1px solid #1b1f1d;
  -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), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-technology-4-item::before {
    width: 90%;
  }
}
.tp-technology-4-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: var(--tp-theme-secondary);
  z-index: -1;
  -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-technology-4-item:hover::after {
  height: 100%;
}
.tp-technology-4-item:hover .tp-technology-4-heading h4 {
  color: var(--tp-heading-primary);
}
.tp-technology-4-item:hover .tp-technology-4-icon span {
  color: var(--tp-heading-primary);
}
.tp-technology-4-icon {
  margin-bottom: 82px;
}
.tp-technology-4-icon span {
  color: var(--tp-theme-secondary);
  font-size: 46px;
  -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-technology-4-heading h4 {
  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;
}

/*----------------------------------------*/
/*  8.8 project css
/*----------------------------------------*/
.tp-project-2-container {
  padding: 0 170px 0px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-project-2-container {
    padding: 0 80px 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-2-container {
    padding: 0 50px 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-2-container {
    padding: 0 30px 0px;
  }
}
.tp-project-2-slide-wrapper:hover .tp-project-2-down-content {
  bottom: -170px;
}
.tp-project-2-slide-wrapper:hover .tp-project-2-thumb img {
  mix-blend-mode: unset;
}
@media (max-width: 767px) {
  .tp-project-2-top-wrapper .tp-section-title br {
    display: none;
  }
}
.tp-project-2-thumb {
  background-color: #05001e;
}
.tp-project-2-thumb img {
  width: 100%;
  mix-blend-mode: luminosity;
}
.tp-project-2-down-content {
  position: absolute;
  bottom: -360px;
  left: -33px;
  background: var(--tp-theme-secondary);
  width: 343px;
  height: 343px;
  border-radius: 50%;
  padding: 75px 0px 0 80px;
  transition: 0.6s;
}
.tp-project-2-down-content h6 {
  color: var(--tp-heading-primary);
  font-weight: 400;
  font-family: "Roboto";
  margin-bottom: 4px;
}
.tp-project-2-down-icon {
  position: absolute;
  top: -13px;
  left: 57%;
}
.tp-project-2-down-icon span {
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 54px;
  display: inline-block;
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border-radius: 50px;
  font-size: 20px;
}
.tp-project-2-down-title {
  font-size: 22px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.tp-project-2-down-title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background: 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;
}
.tp-project-2-down-title:hover {
  color: var(--tp-theme-primary);
}
.tp-project-2-down-title:hover::before {
  width: 100%;
}
.tp-project-4-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 700px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: -1;
}
.tp-project-4-bg-shape {
  position: absolute;
  top: 15%;
  left: 47%;
  transform: translate(-50%, -50%);
  animation: bounce-thum-2 1s ease-in-out 0.1s forwards infinite alternate;
}
.tp-project-4-video-icon a {
  width: 75px;
  height: 75px;
  line-height: 82px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: relative;
  color: var(--tp-heading-primary);
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-blue 1s linear infinite;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: var(--tp-common-white);
  font-size: 28px;
  z-index: 44;
}
.tp-project-4-video-icon a i {
  margin-left: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-4-slider {
    margin-top: 50px;
  }
}
.tp-project-4-wrapper .tp-section-subtitle {
  color: var(--tp-common-white);
}
.tp-project-4-label {
  color: var(--tp-common-white);
}
.tp-project-4-progress-bar {
  background-color: var(--tp-theme-secondary);
  height: 3px;
}
.tp-project-4-progress-bar span {
  color: var(--tp-common-white);
}
.tp-project-4-progress {
  height: 1px;
}
.tp-project-4-title {
  color: var(--tp-common-white);
  font-size: 50px;
  letter-spacing: -1px;
  line-height: 60px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .tp-project-4-title {
    font-size: 36px;
  }
}
.tp-project-4-right-paragraph p {
  color: var(--tp-common-white);
  border-bottom: 1px solid var(--tp-text-19);
  padding-bottom: 45px;
}
.tp-project-4-active {
  margin-right: -400px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-4-icon-box {
    display: none !important;
  }
}
.tp-project-4-icon span {
  color: var(--tp-common-white);
  font-size: 64px;
  margin-right: 30px;
  display: inline-block;
}
.tp-project-4-icon-content h4 {
  font-size: 22px;
  color: var(--tp-common-white);
  margin-bottom: 14px;
}
.tp-project-4-icon-content p {
  color: var(--tp-common-white);
  width: 76%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-4-icon-content p {
    width: 80%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-4-icon-content p {
    width: 100%;
  }
}
.tp-project-4-thumb {
  background: #05001e;
}
.tp-project-4-thumb:hover .tp-project-4-down-content {
  transform: perspective(500px) rotateX(0deg);
  visibility: visible;
  opacity: 1;
}
.tp-project-4-thumb:hover img {
  mix-blend-mode: unset;
}
.tp-project-4-thumb img {
  width: 100%;
  mix-blend-mode: luminosity;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .tp-project-4-thumb-inner img {
    width: 100%;
  }
}
.tp-project-4-down-content {
  position: absolute;
  left: 0;
  background: var(--tp-theme-secondary);
  padding: 16px 45px;
  transform: perspective(500px) rotateX(90deg);
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s ease 0s;
  right: 0;
  margin: 0 36px 40px;
  bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-4-down-content {
    padding: 16px 34px;
  }
}
.tp-project-4-down-content span {
  color: var(--tp-heading-primary);
  display: inline-block;
  margin-bottom: 2px;
}
.tp-project-4-down-title {
  font-size: 22px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .tp-project-4-down-title {
    font-size: 23px;
  }
}
.tp-project-4-down-title:hover {
  color: var(--tp-theme-primary);
}
.tp-project-5-bg {
  position: absolute;
  width: 100%;
  height: 575px;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-project-5-bottom {
    padding: 0 100px 0 100px;
  }
}
@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) {
  .tp-project-5-bottom {
    padding: 0 40px 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-5-bottom {
    padding: 0 40px 0 40px;
  }
}
@media (max-width: 767px) {
  .tp-project-5-bottom {
    padding: 0 15px 0 15px;
  }
}
.tp-project-5-wrapper:hover .tp-project-5-img img {
  mix-blend-mode: unset;
}
.tp-project-5-wrapper:hover .tp-project-5-img::before {
  bottom: 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-project-5-wrapper:hover .tp-project-5-content-wrap {
  bottom: 0;
}
.tp-project-5-img {
  background: #05001e;
  position: relative;
  -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-project-5-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -400px;
  background-image: -moz-linear-gradient(90deg, rgb(103, 77, 240) 0%, rgba(103, 77, 240, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #03A9F4 0%, rgba(103, 77, 240, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(103, 77, 240) 0%, rgba(103, 77, 240, 0) 100%);
  -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-project-5-img img {
  width: 100%;
  /* mix-blend-mode: luminosity; */
  -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-project-5-content-wrap {
  position: absolute;
  bottom: -140px;
  padding: 0 40px 40px;
  -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: 1600px) and (max-width: 1700px) {
  .tp-project-5-content-wrap {
    padding: 0 20px 40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-project-5-content-wrap {
    padding: 0 20px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-5-content-wrap {
    padding: 0 20px 40px;
  }
}
@media (max-width: 767px) {
  .tp-project-5-content-wrap {
    padding: 0 30px 40px;
  }
}
.tp-project-5-arrow-btn-right {
  width: 48px;
  height: 48px;
  line-height: 54px;
  display: inline-block;
  background: var(--tp-theme-secondary);
  text-align: center;
  color: var(--tp-common-black);
  border-radius: 50%;
  font-size: 20px;
  margin-right: 32px;
}
.tp-project-5-content-subtitle {
  color: var(--tp-common-white);
}
.tp-project-5-content-title {
  font-size: 22px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  7.9 counter css
/*----------------------------------------*/
.tp-counter-2-area {
  background: var(--tp-theme-primary);
}
.tp-counter-2-icon {
  width: 120px;
  height: 120px;
  line-height: 112px;
  text-align: center;
  display: inline-block;
  background: transparent;
  color: var(--tp-theme-secondary);
  border: 2px dashed var(--tp-common-white);
  border-radius: 50%;
  margin-bottom: 20px;
  position: relative;
  transition: 0.4s;
  z-index: 1;
}
.tp-counter-2-icon img {
  transition: 0.4s;
}
.tp-counter-2-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scale(0);
  background: var(--tp-theme-secondary);
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.6s;
  border-radius: 50%;
}
.tp-counter-2-icon:hover {
  border: 2px dashed transparent;
}
.tp-counter-2-icon:hover::before {
  transform: scale(1);
}
.tp-counter-2-icon:hover img {
  filter: brightness(0) invert(0);
}
.tp-counter-2-count {
  color: var(--tp-common-white);
  margin-bottom: 0;
}
.tp-counter-2-text-paragraph {
  font-size: 18px;
  color: #ebdcff;
  font-weight: 700;
  font-family: "Roboto";
}
@media (max-width: 767px) {
  .tp-counter-4-wrapper {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .tp-counter-4-wrapper {
    justify-content: left;
  }
}
.tp-counter-4-icon span {
  display: inline-block;
  margin: 18px 32px 0 0;
  position: relative;
  z-index: 1;
}
.tp-counter-4-icon span::before {
  content: "";
  position: absolute;
  top: -15px;
  right: 31px;
  width: 50%;
  height: 90%;
  background: #eee;
  z-index: -1;
  border-radius: 0 100% 100% 0/0 50% 50% 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;
  transform: rotate(230deg);
}
.tp-counter-4-text-paragraph {
  font-size: 18px;
  color: var(--tp-heading-primary);
  font-weight: 700;
  margin-top: -10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-counter-4-text-paragraph {
    font-size: 16px;
  }
}

/*----------------------------------------*/
/*  8.2 faq css
/*----------------------------------------*/
.tp-faq-3-area {
  background: #f3f3f3;
}
.tp-faq-3-accordion {
  margin-right: 68px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-3-accordion {
    margin-right: 0;
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-faq-3-accordion {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tp-faq-3-accordion {
    margin-right: 0;
  }
}
.tp-faq-3-accordion-item {
  background: var(--tp-common-white);
  box-shadow: 0px 4px 20px 0px rgba(16, 23, 40, 0.06);
}
@media (max-width: 767px) {
  .tp-faq-3-accordion-item {
    padding: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-faq-3-accordion-item {
    padding: 0;
  }
}
.tp-faq-3-accordion-title {
  color: var(--tp-heading-primary);
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto";
  padding: 19px 76px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-faq-3-accordion-title {
    font-size: 16px;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .tp-faq-3-accordion-title {
    font-size: 16px;
  }
}
.tp-faq-3-accordion-title:not(.collapsed) {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-faq-3-accordion-title:not(.collapsed) .tp-faq-3-accordion-btn {
  background: var(--tp-common-white);
}
.tp-faq-3-accordion-title:not(.collapsed) .tp-faq-3-accordion-btn::before {
  background: var(--tp-theme-primary);
  -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-faq-3-accordion-title:not(.collapsed) .tp-faq-3-accordion-btn::after {
  background: var(--tp-theme-primary);
}
.tp-faq-3-accordion-title:focus {
  border: none;
  box-shadow: none;
}
.tp-faq-3-accordion-btn {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: var(--tp-theme-primary);
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
}
.tp-faq-3-accordion-btn::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  left: 50%;
  top: 8px;
  background-color: var(--tp-common-white);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.tp-faq-3-accordion-btn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--tp-common-white);
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.tp-faq-3-accordion-pera {
  padding: 10px;
  border-bottom: 1px solid;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-3-accordion-pera {
    padding: 20px 110px 24px 30px;
  }
}
@media (max-width: 767px) {
  .tp-faq-3-accordion-pera {
    font-size: 13px;
  }
  .tp-faq-3-accordion-pera br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-faq-3-accordion-pera {
    font-size: 15px;
  }
}
.tp-faq-3-form textarea {
  height: 143px;
}
.tp-faq-3-right-list-item ul li {
  color: var(--tp-heading-primary);
  font-weight: 400;
  font-family: "Roboto";
  font-size: 16px;
  text-transform: unset;
}
.tp-faq-3-right-list-item ul li i {
  margin-top: -2px;
}
.tp-faq-3-bottom-item {
  display: flex;
}
@media (max-width: 767px) {
  .tp-faq-3-bottom-item {
    display: block;
  }
}
.tp-faq-3-bottom-icon-box {
  display: flex;
  background: var(--tp-theme-secondary);
  padding: 28px 68px 14px 20px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .tp-faq-3-bottom-icon-box {
    margin-bottom: 30px;
  }
}
.tp-faq-3-bottom-icon span {
  color: var(--tp-common-black);
  font-size: 44px;
  margin-right: 24px;
}
.tp-faq-3-bottom-title h4 {
  font-size: 20px;
  text-transform: uppercase;
}
.tp-faq-3-bottom-call-btn {
  display: flex;
  align-items: center;
}
.tp-faq-3-bottom-call-icon {
  margin-right: 18px;
}
.tp-faq-3-bottom-call-icon a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  background: transparent;
  text-align: center;
  border-radius: 50px;
  font-size: 24px;
  color: var(--tp-theme-primary);
  border: 1px solid #e0e0e0;
}
.tp-faq-3-bottom-call-number span {
  display: block;
  margin-bottom: -6px;
}
.tp-faq-3-bottom-call-number a {
  font-size: 18px;
  letter-spacing: 1px;
  color: var(--tp-theme-primary);
  font-weight: 600;
  font-family: "Barlow Condensed";
}
@media (max-width: 767px) {
  .tp-faq-3-right-thumb img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tp-faq-3-wrapper {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-faq-3-wrapper {
    margin-bottom: 30px;
  }
}
.tp-faq-4-area {
  background: #1b1f1e;
}
.tp-faq-4-man-thumb {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: luminosity;
}
.tp-faq-4-shape {
  position: absolute;
  top: 10px;
  right: 280px;
  animation: bounce-thum-2 1s ease-in-out 0.1s forwards infinite alternate;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-4-shape {
    right: 120px;
  }
}
.tp-faq-4-left-bg {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  background: var(--tp-theme-primary);
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-faq-4-left-bg {
    height: 48%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tp-faq-4-left-bg {
    height: 100%;
    width: 100%;
  }
}
.tp-faq-4-accordion {
  margin-right: 96px;
}
@media (max-width: 767px) {
  .tp-faq-4-accordion {
    margin-right: 0;
  }
}
.tp-faq-4-accordion-item {
  background: transparent;
  box-shadow: none;
}
.tp-faq-4-accordion-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.302);
}
.tp-faq-4-accordion-title {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-weight: 600;
  font-family: "Barlow Condensed";
  padding: 19px 0;
}
.tp-faq-4-accordion-title:not(.collapsed) {
  background: transparent;
}
.tp-faq-4-accordion-title:not(.collapsed) .tp-faq-4-accordion-btn {
  background: transparent;
}
.tp-faq-4-accordion-title:not(.collapsed) .tp-faq-4-accordion-btn::after {
  background: var(--tp-common-white);
}
.tp-faq-4-accordion-title:not(.collapsed) .tp-faq-4-accordion-header {
  border-color: transparent;
}
.tp-faq-4-accordion-pera {
  color: #e6e1ff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding: 20px 60px 0px 0;
}
.tp-faq-4-accordion-btn {
  left: auto;
  right: 0;
  background: transparent;
}
.tp-faq-4-contact {
  margin-left: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-4-contact {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-faq-4-contact {
    margin-left: 0;
    margin-top: 60px;
  }
}
.tp-faq-4-contact > span {
  letter-spacing: 1px;
  color: var(--tp-theme-secondary);
  font-weight: 700;
  font-family: "Barlow Condensed";
}
.tp-faq-4-title {
  font-size: 30px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  margin-bottom: 40px;
}
.tp-faq-4-contact-form input {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  background-color: rgb(39, 44, 43);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.02);
  color: #767676;
  height: 58px;
  border: none;
  border: 1px solid transparent;
  border-radius: 10px;
}
.tp-faq-4-contact-form input:focus {
  border: 1px solid var(--tp-theme-primary);
}

.tp-faq-4-contact-form select {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  background-color: rgb(39, 44, 43);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.02);
  color: #767676;
  height: 58px;
  border: none;
  border: 1px solid transparent;
  width: 100%;
  text-indent: 21px;
  border-radius: 10px;
}
.tp-faq-4-contact-form select:focus {
  border: 1px solid var(--tp-theme-primary);
}

.tp-faq-4-contact-form textarea {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  background-color: rgb(39, 44, 43);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.02);
  color: #767676;
  height: 150px;
  resize: none;
  border: 1px solid transparent;
  border-radius: 10px;
}
.tp-faq-4-contact-form textarea:focus {
  border: 1px solid var(--tp-theme-primary);
}
.tp-faq-4-btn .tp-btn::before {
  background: var(--tp-common-white);
}
.tp-faq-4-btn .tp-btn::after {
  background: var(--tp-common-white);
}
.tp-faq-4-btn .tp-btn:hover {
  color: var(--tp-common-black);
}
.tp-faq-inner-accordion {
  margin-right: 0;
  margin-left: -14px;
}
.tp-faq-inner-height {
  height: 100%;
  width: 10px;
  background: var(--tp-theme-secondary);
  margin-left: 28px;
  position: relative;
}
.tp-faq-inner-height::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 189px;
  top: 71px;
  left: 3px;
  background: var(--tp-common-white);
}
.tp-faq-inner-btn {
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
  color: var(--tp-theme-primary);
  font-weight: 700;
  font-family: "Barlow Condensed";
  margin-top: 18px;
  margin-left: -14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-faq-inner-btn {
    margin-left: 0;
  }
}
.tp-faq-inner-social {
  display: flex;
  border: 1px solid #e6e6e6;
  padding: 26px 28px 18px;
  -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-social:hover {
  background: #fe0060;
}
.tp-faq-inner-social:hover span {
  color: var(--tp-common-white) !important;
}
.tp-faq-inner-social:hover span.instagram {
  color: var(--tp-common-white) !important;
}
.tp-faq-inner-social:hover span.pinterest {
  color: var(--tp-common-white) !important;
}
.tp-faq-inner-social:hover span.twitter {
  color: var(--tp-common-white) !important;
}
.tp-faq-inner-social:hover .tp-faq-inner-social-para {
  color: var(--tp-common-white);
}
.tp-faq-inner-social-icon span {
  color: #3c578e;
  font-size: 30px;
  margin-right: 20px;
}
.tp-faq-inner-social-icon span.instagram {
  color: var(--tp-theme-primary) !important;
  transition: 0.5s;
}
.tp-faq-inner-social-icon span.pinterest {
  color: #ed0021 !important;
  transition: 0.5s;
}
.tp-faq-inner-social-icon span.twitter {
  color: #0aa8e9 !important;
  transition: 0.5s;
}
.tp-faq-inner-social-para {
  color: #1b1f2e;
  margin-bottom: 0;
  transition: 0.5s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-inner-thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-faq-inner-thumb img {
    width: 100%;
    margin-bottom: 40px;
  }
}

/*----------------------------------------*/
/*  9.6 testimonial css
/*----------------------------------------*/
.tp-testimonial-2-area {
  filter: drop-shadow(0 0 125px rgba(27, 24, 72, 0.08));
}
.tp-testimonial-2-item {
  background-color: var(--tp-common-white);
  border-top: 4px solid #e6e6e6;
  padding: 0 60px 22px;
  -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;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-2-item {
    padding: 0 30px 22px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-2-item {
    padding: 0 20px 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testimonial-2-item {
    padding: 0 38px 22px;
  }
}
.tp-testimonial-2-item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  top: -4px;
  left: 0;
  background: var(--tp-theme-primary);
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.tp-testimonial-2-item:hover::before {
  width: 100%;
  opacity: 1;
}
.tp-testimonial-2-item:hover .tp-testimonial-2-img img {
  mix-blend-mode: luminosity;
}
.tp-testimonial-2-member-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tp-testimonial-2-img-content {
  margin-left: 30px;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .tp-testimonial-2-img-content {
    padding-top: 5px;
  }
}
.tp-testimonial-2-img-content h4 {
  text-transform: uppercase;
  margin-bottom: 4px;
}
.tp-testimonial-2-img-content p {
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-2-content p {
    width: 90%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-2-content p br {
    display: none;
  }
}
.tp-testimonial-2-member-icon span {
  font-size: 56px;
  margin-top: 30px;
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 4px var(--tp-theme-primary);
}
.tp-testimonial-2-btn {
  background: var(--tp-theme-secondary);
  color: var(--tp-heading-primary);
}
.tp-testimonial-2-btn:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-testimonial-3-area {
  background: #000;
}
.tp-testimonial-3-bg-shape {
  position: absolute;
  top: 65px;
  right: 0;
}
.tp-testimonial-3-left-pragraph p {
  color: #a09baa;
}
.tp-testimonial-3-left-content {
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-3-left-content {
    margin-bottom: 40px;
  }
}
.tp-testimonial-3-percent {
  color: var(--tp-theme-secondary);
  font-size: 50px;
  letter-spacing: -2px;
  font-weight: 700;
  font-family: "Roboto";
  position: relative;
  margin-bottom: 0;
  margin-top: -7px;
}
.tp-testimonial-3-percent::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 42px;
  top: 6px;
  right: -32px;
  background: #2e314c;
}
.tp-testimonial-3-percent-pagaraph {
  color: #a09baa;
  line-height: 24px;
  margin-left: 65px;
}
.tp-testimonial-3-active {
  margin-left: 70px;
  border-radius: 10px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .tp-testimonial-3-item {
    display: none;
  }
}
.tp-testimonial-3-box {
  background: var(--tp-common-white);
}
.tp-testimonial-3-thumb img {
  position: absolute;
  width: 154px;
  /* mix-blend-mode: luminosity; */
  right: -14px;
}
.tp-testimonial-3-content {
  /* padding: 45px 85px 0px 50px; */
  padding: 30px 85px 0px 40px;
}
.tp-testimonial-3-start-icon {
  margin-bottom: 12px;
}
.tp-testimonial-3-paragraph p {
  line-height: 28px;
  margin-bottom: 30px;
}
.tp-testimonial-3-member-details h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.tp-testimonial-3-member-details p {
  margin-bottom: 0;
}
.tp-testimonial-3-shape {
  position: absolute;
  bottom: -32px;
  right: -69px;
}
.tp-testimonial-3-dot {
  margin-top: -202px;
  margin-left: 27px;
  position: absolute;
}
.tp-testimonial-3-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2d2f47;
  opacity: 1;
  display: flex;
  margin: 0 0 11px;
}
.tp-testimonial-3-dot .swiper-pagination-bullet button {
  display: none !important;
}
.tp-testimonial-3-dot .swiper-pagination-bullet-active {
  background: var(--tp-theme-primary);
  transform: scale(1.5);
}
@media (max-width: 767px) {
  .tp-testimonial-3-dot {
    display: none;
  }
}
.tp-testimonial-4-bg-shape {
  position: absolute;
  top: 66%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .tp-testimonial-4-bg-shape {
    display: none;
  }
}
.tp-testimonial-4-slider {
  margin-left: -32px;
}
.tp-testimonial-4-active {
  padding-left: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-4-active {
    margin: 0 100px 0;
  }
}
.tp-testimonial-4-logo {
  position: relative;
  margin-bottom: 34px;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp-testimonial-4-thumb {
    margin-bottom: 40px;
  }
}
.tp-testimonial-4-thumb-icon {
  position: absolute;
  top: 100px;
  left: -30px;
}
@media (max-width: 767px) {
  .tp-testimonial-4-thumb-icon {
    top: 0;
    right: 40px;
    left: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testimonial-4-thumb-icon {
    right: 130px;
  }
}
.tp-testimonial-4-thumb-icon span {
  width: 80px;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  background: var(--tp-theme-secondary);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .tp-testimonial-4-wrapper {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-4-content {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-4-content {
    margin-left: 0;
  }
}
.tp-testimonial-4-paragraph {
  font-size: 20px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .tp-testimonial-4-paragraph {
    font-size: 19px;
  }
}
@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-testimonial-4-paragraph br {
    display: none;
  }
}
.tp-testimonial-4-name {
  font-size: 20px;
  text-transform: uppercase;
}
.tp-testimonial-4-name span {
  font-size: 16px;
  color: #767676;
  font-weight: 400;
  font-family: "Roboto";
}
.tp-testimonial-4-arrow-box button {
  font-size: 28px;
  position: absolute;
  left: 18%;
  top: 66%;
  z-index: 5;
  -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;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-4-arrow-box button {
    left: 10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-4-arrow-box button {
    left: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-4-arrow-box button {
    display: none;
  }
}
.tp-testimonial-4-arrow-box button:hover {
  color: var(--tp-common-black);
}
.tp-testimonial-4-arrow-box button.slider-next {
  left: auto;
  right: 18%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-4-arrow-box button.slider-next {
    right: 10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-4-arrow-box button.slider-next {
    right: 4%;
  }
}
.tp-testimonial-5-area {
  padding: 240px 0 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-5-area {
    padding: 120px 0 120px;
  }
}
.tp-testimonial-5-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-5-active {
    margin: 0 150px 0;
  }
}
.tp-testimonial-5-wrapper {
  display: flex;
  background-color: var(--tp-common-white);
  box-shadow: 0px 0px 250px 0px rgba(27, 24, 72, 0.08);
  padding: 40px 52px 25px 42px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp-testimonial-5-wrapper {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-5-wrapper.inner {
    display: flex;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-5-wrapper.inner {
    padding: 40px 30px 25px 30px;
  }
}
.tp-testimonial-5-wrapper:hover .tp-testimonial-5-thumb img {
  filter: saturate(1);
  transition: 0.4s;
}
.tp-testimonial-5-thumb {
  margin-right: 31px;
}
.tp-testimonial-5-thumb img {
  filter: saturate(0);
  transition: 0.4s;
}
.tp-testimonial-5-icon {
  position: absolute;
  top: -5px;
  left: 0;
}
.tp-testimonial-5-icon span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  background: var(--tp-theme-secondary);
  border-radius: 50%;
}
.tp-testimonial-5-review {
  margin-bottom: 16px;
}
.tp-testimonial-5-pagaraph {
  margin-bottom: 35px;
}
.tp-testimonial-5-details {
  display: flex;
}
.tp-testimonial-5-name {
  font-size: 24px;
  text-transform: uppercase;
  margin-right: 15px;
}
.tp-testimonial-5-catagory {
  color: var(--tp-theme-primary);
}
.tp-testimonial-5-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tp-testimonial-5-dot .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  transition: 0.4s;
}
.tp-testimonial-5-dot .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--tp-theme-primary);
  position: relative;
}
.tp-testimonial-5-dot .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  border: 2px solid var(--tp-theme-primary);
}
.tp-testimonial-5-dot .swiper-pagination-bullet button {
  display: none !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-inner-area {
    margin: 0 195px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-inner-area {
    margin: 0 85px 0;
  }
}

/*----------------------------------------*/
/*  7.6 choose css
/*----------------------------------------*/
.tp-choose-us-2-bg-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.tp-choose-us-2-thumb {
  position: absolute;
  left: 10px;
  top: 130px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  /* .tp-choose-us-2-thumb {
    left: -120px;
  } */
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  /* .tp-choose-us-2-thumb {
    left: -230px;
  } */
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /* .tp-choose-us-2-thumb {
    left: -240px;
  } */
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-choose-us-2-thumb {
    position: static;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-choose-us-2-thumb img {
    width: 100%;
  }
}
.tp-choose-us-2-feature-item {
  background: transparent;
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin-bottom: 0px;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 1px 1px 1px 1px #03A9F4;
}
.tp-choose-us-2-feature-item:hover {
  background: var(--tp-common-white);
}
.tp-choose-us-2-feature-item:hover .tp-choose-us-2-feature-icon span {
  color: var(--tp-common-white);
}
.tp-choose-us-2-feature-item:hover .tp-choose-us-2-feature-icon span::before {
  transform: scale(1);
}
.tp-choose-us-2-feature-item:hover .tp-choose-us-2-feature-shape {
  left: 0;
  bottom: 0;
}
.tp-choose-us-2-feature-icon span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background: var(--tp-common-white);
  border-radius: 50px;
  font-size: 27px;
  color: var(--tp-theme-primary);
  margin-right: 18px;
  transition: 0.4s;
  position: relative;
  z-index: 1;
}
.tp-choose-us-2-feature-icon span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scale(0);
  background: var(--tp-theme-primary);
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.6s;
  border-radius: 50%;
}
.tp-choose-us-2-feature-title {
  font-size: 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-choose-us-2-feature-title {
    font-size: 19px;
  }
}
.tp-choose-us-2-feature-shape {
  position: absolute;
  left: -55px;
  bottom: -55px;
  transition: 0.5s;
}
.tp-choose-us-2-thumb-content {
  position: absolute;
  right: -70px;
  bottom: 170px;
  background: var(--tp-theme-secondary);
  padding: 30px 60px 28px 40px;
  line-height: 1.1;
  overflow: hidden;
  animation: moving 8s linear infinite;
  border-radius: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-choose-us-2-thumb-content {
    display: none;
  }
}
.tp-choose-us-2-thumb-content span {
  font-size: 24px;
  line-height: 30px;
  color: var(--tp-heading-primary);
  font-weight: 500;
}
.tp-choose-us-2-thumb-shape {
  position: absolute;
  top: -17px;
  right: -13px;
}
.tp-choose-us-2-btn {
  font-size: 20px;
  color: var(--tp-theme-secondary);
  font-weight: 600;
  font-family: var(--tp-ff-heading);
  letter-spacing: 1px;
  background: var(--tp-common-black);
  padding: 0 14px 3px 14px;
}
.tp-choose-us-2-solution-text {
  font-size: 18px;
  color: var(--tp-heading-primary);
  font-weight: 700;
  font-family: "Roboto";
}
.tp-choose-us-2-solution-text a {
  text-decoration: none;
  position: relative;
}
.tp-choose-us-2-solution-text a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -3px;
  background: var(--tp-theme-primary);
}
.tp-choose-us-3-bg {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-choose-us-3-bg {
    left: -130px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-choose-us-3-bg {
    left: -240px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-choose-us-3-bg {
    position: static;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-choose-us-3-bg img {
    width: 100%;
  }
}
.tp-choose-us-3-thumb-content {
  bottom: 202px;
}
.tp-choose-us-3-wrapper {
  padding-bottom: 100px;
  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-choose-us-3-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-choose-us-3-wrapper {
    padding-left: 0;
  }
}
.tp-choose-us-3-item:hover .tp-choose-us-3-item-icon span::before {
  transform: scale(1);
}
.tp-choose-us-3-item:hover .tp-choose-us-3-item-icon span img {
  filter: brightness(0) invert(1);
}
.tp-choose-us-3-list ul li {
  margin-bottom: 6px;
  list-style: none;
}
.tp-choose-us-3-list ul li i {
  color: var(--tp-theme-primary);
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 2px;
  font-size: 20px;
}
.tp-choose-us-3-list ul li span {
  font-size: 16px;
  line-height: 28px;
  color: var(--tp-heading-primary);
  font-weight: 500;
}
.tp-choose-us-3-item-icon span {
  width: 90px;
  height: 90px;
  line-height: 82px;
  text-align: center;
  display: inline-block;
  background: #f5f5f7;
  border-radius: 50px;
  margin-right: 26px;
  position: relative;
  z-index: 1;
}
.tp-choose-us-3-item-icon span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scale(0);
  background: var(--tp-theme-primary);
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.6s;
  border-radius: 50%;
}
.tp-choose-us-3-item-icon span img {
  transition: 0.4s;
}
.tp-choose-us-3-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.tp-choose-us-3-paragraph {
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .tp-choose-us-3-paragraph br {
    display: none;
  }
}
.tp-choose-us-3-video {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-choose-us-3-video {
    left: 74%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-choose-us-3-video {
    left: 80%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-choose-us-3-video {
    top: 32%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-choose-us-3-video {
    top: 30%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-choose-us-3-video {
    top: 27%;
  }
}
.tp-choose-us-3-video a {
  height: 120px;
  width: 120px;
  line-height: 122px;
  font-size: 26px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  background: transparent;
  border: 2px solid var(--tp-common-white);
}
.tp-choose-us-3-video a i {
  transform: translateX(2px);
  display: inline-block;
}
.tp-choose-us-5-wrapper {
  margin-top: -10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-choose-us-5-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-choose-us-5-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-choose-us-5-thumb {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-choose-us-5-thumb img {
    width: 100%;
  }
}
.tp-choose-us-5-feature-item:hover {
  background: var(--tp-common-white);
  filter: drop-shadow(0 0 20px rgba(25, 11, 59, 0.08));
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-choose-us-5-feature-title {
    font-size: 17px;
  }
}
.tp-choose-us-5-thumb-shape {
  position: absolute;
  left: -90px;
  bottom: 50px;
  animation: moving 8s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-choose-us-5-thumb-shape {
    left: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-choose-us-5-thumb-shape {
    left: 45px;
  }
}
@media (max-width: 767px) {
  .tp-choose-us-5-thumb-shape {
    display: none;
  }
}
.tp-choose-us-5-play-icon {
  position: absolute;
  top: 52px;
  right: 42px;
}
.tp-choose-us-5-popup-video {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-choose-us-5-popup-video::before {
  animation: pulse3 0.8s ease-out infinite;
  border: 1px solid var(--tp-common-black);
}

/*----------------------------------------*/
/*  7.3 brand css
/*----------------------------------------*/
.tp-brand-2-area {
  background:#11B0E2;
}
.tp-brand-2-wrapper {
  background: var(--tp-common-white);
  background-image: -webkit-linear-gradient(93deg, rgba(103, 77, 240, 0.2) 0%, rgb(255, 255, 255) 100%);
  padding: 9px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  height: 110px;
}
.tp-brand-2-wrapper:hover::before {
  height: 100%;
}
.tp-brand-2-wrapper:hover .tp-brand-2-icon span {
  color: var(--tp-common-white);
}
.tp-brand-2-wrapper:hover .tp-brand-2-title {
  color: var(--tp-common-white);
}
.tp-brand-2-wrapper:hover .tp-brand-2-shape {
  top: -4px;
}
.tp-brand-2-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: var(--tp-theme-primary);
  transition: 0.4s;
  z-index: -1;
}
.tp-brand-2-icon span {
  color: var(--tp-theme-primary);
  font-size: 66px;
  margin-bottom: 25px;
  display: inline-block;
  transition: 0.4s;
}
.tp-brand-2-title {
  color: var(--tp-heading-primary);
  font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 10px;
}
.tp-brand-2-shape {
  position: absolute;
  right: 0;
  top: -214px;
  transition: 0.4s;
  z-index: -1;
}
.tp-brand-2-bottom-title {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--tp-theme-secondary);
  font-weight: 700;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #fff;
}
.tp-brand-2-bottom-content {
  position: relative;
}
.tp-brand-2-bottom-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 17px;
  left: 0;
  background: #fff;
}
.tp-brand-2-img-thum {
  text-align: center;
}
.tp-brand-2-img-thum img {
  margin: 0px 38px;
  cursor: pointer;
  /* opacity: 0.3; */
  transition: 0.4s;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-brand-2-img-thum img {
    margin: 0;
  }
}
.tp-brand-2-img-thum img:hover {
  opacity: 1;
}
.tp-brand-2-active .swiper-slide-active .tp-brand-2-img-thum img {
  opacity: 1;
}
.tp-brand-3-area {
  background: var(--tp-theme-primary);
  padding: 27px 0 24px;
}
.tp-brand-3-item {
  margin-right: 120px;
}
.tp-brand-3-item:last-child {
  margin-right: 0;
}
.tp-brand-3-item span {
  font-size: 24px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-weight: 700;
}
.tp-brand-4-area {
  padding: 23px 0 23px;
}
.tp-brand-4-area::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  background: #e6e6e6;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-brand-4-area::before {
    width: 95%;
  }
}
.tp-brand-4-active .swiper-slide-active .tp-brand-2-img-thum img {
  filter: saturate(1);
}
.tp-brand-4-img-thum img {
  opacity: 1;
  filter: saturate(0);
}

/*----------------------------------------*/
/*  8.6 portfolio css
/*----------------------------------------*/
.tp-portfolio-3-bg-overlay {
  position: absolute;
  width: 23%;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--tp-theme-primary);
  z-index: -1;
}
@media (max-width: 767px) {
  .tp-portfolio-3-bg-overlay {
    display: none;
  }
}
.tp-portfolio-3-padding {
  padding: 0 110px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-portfolio-3-padding {
    padding: 0 40px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-3-padding {
    padding: 0 40px 0;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-3-padding {
    padding: 0 30px 0;
  }
}
.tp-portfolio-3 .tp-portfolio-3-top-btn .tp-btn {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-portfolio-3-wrapper:hover .tp-portfolio-3-content {
  left: 0;
}
.tp-portfolio-3-wrapper:hover .tp-portfolio-3-thumb img {
  mix-blend-mode: unset;
}
.tp-portfolio-3-wrapper:hover .tp-portfolio-3-button {
  visibility: visible;
  opacity: 1;
  right: 30px;
}
.tp-portfolio-3-thumb {
  background: #05001e;
}
.tp-portfolio-3-thumb img {
  width: 100%;
  mix-blend-mode: luminosity;
  transition: 0.4s;
}
.tp-portfolio-3-top-btn {
  display: flex;
  justify-content: end;
}
.tp-portfolio-3-top-btn .tp-btn {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-portfolio-3-top-btn .tp-btn::before {
  background: var(--tp-theme-secondary);
}
.tp-portfolio-3-top-btn .tp-btn::after {
  background: var(--tp-theme-secondary);
}
.tp-portfolio-3-top-btn .tp-btn:hover {
  color: var(--tp-common-black);
  box-shadow: 0px 0px 60px 0px rgba(30, 22, 22, 0.3);
}
@media (max-width: 767px) {
  .tp-portfolio-3-top-btn {
    justify-content: left;
    margin-top: 20px;
  }
}
.tp-portfolio-3-button {
  position: absolute;
  top: 30px;
  right: 0;
  display: flex;
  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;
}
.tp-portfolio-3-search-btn {
  width: 52px;
  height: 52px;
  line-height: 58px;
  display: inline-block;
  background: var(--tp-theme-secondary);
  text-align: center;
  color: var(--tp-common-black);
  font-size: 24px;
  margin-right: 10px;
}
.tp-portfolio-3-search-btn:hover {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
}
.tp-portfolio-3-link-btn {
  width: 52px;
  height: 52px;
  line-height: 58px;
  display: inline-block;
  background: var(--tp-theme-primary);
  text-align: center;
  color: var(--tp-common-white);
  font-size: 24px;
}
.tp-portfolio-3-link-btn:hover {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
}
.tp-portfolio-3-content {
  background: var(--tp-common-white);
  position: absolute;
  left: -310px;
  bottom: 30px;
  padding: 20px 100px 18px 28px;
  transition: 0.5s;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-portfolio-3-content {
    padding: 20px 35px 18px 28px;
  }
}
.tp-portfolio-3-sub-title {
  font-weight: 700;
  font-family: "Roboto";
}
.tp-portfolio-3-title {
  font-size: 22px;
  text-transform: uppercase;
}
.tp-portfolio-3-title:hover {
  color: var(--tp-theme-primary);
}
.tp-portfolio-details-wrapper {
  background: var(--tp-theme-primary);
  padding: 55px 60px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-details-wrapper {
    padding: 55px 20px 50px 30px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-details-wrapper {
    padding: 55px 50px 50px;
  }
}
.tp-portfolio-details-parag {
  color: var(--tp-common-white);
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.tp-portfolio-details-title {
  font-size: 24px;
  color: var(--tp-common-white);
  position: relative;
}
.tp-portfolio-details-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -25px;
  left: 0;
  background: #8069f8;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-details-thumb {
    margin-bottom: 30px;
  }
}
.tp-portfolio-details-thumb img {
  width: 100%;
}
.tp-portfolio-details-center-titile {
  font-size: 48px;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.tp-portfolio-details-center-paragraph {
  line-height: 36px;
}
.tp-portfolio-details-center-quete-title {
  font-size: 26px;
  line-height: 1.2;
  color: var(--tp-heading-primary);
  font-weight: 500;
  font-family: "Roboto";
  margin-top: -3px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-portfolio-details-center-quete-title br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-details-center-quete-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-details-center-quete-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-details-center-quete-title {
    font-size: 14px;
  }
}
.tp-portfolio-details-center-thumb {
  background: #05001e;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-details-center-thumb {
    margin-bottom: 30px;
  }
}
.tp-portfolio-details-center-thumb:hover img {
  mix-blend-mode: unset;
}
.tp-portfolio-details-center-thumb img {
  mix-blend-mode: luminosity;
  transition: 0.5s;
  width: 100%;
}
.tp-portfolio-details-bottom-area {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tp-portfolio-details-bottom-menu {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 35px 0 28px;
}
@media (max-width: 767px) {
  .tp-portfolio-details-bottom-content {
    display: none !important;
  }
}
.tp-portfolio-details-bottom-title {
  font-size: 20px;
  text-transform: uppercase;
}
.tp-portfolio-details-bottom-icon {
  margin-top: -3px;
}
.tp-portfolio-details-bottom-icon span {
  font-size: 20px;
  color: var(--tp-heading-primary);
  display: inline-block;
}

/*----------------------------------------*/
/*  8.4 industries css
/*----------------------------------------*/
.tp-industries-3-services-width {
  max-width: 1745px;
  margin: 0 auto;
}
.tp-industries-3-services-item {
  background-color: var(--tp-common-white);
  margin-left: 65px;
  padding: 48px 38px 37px 34px;
  box-shadow: 0px 2px 40px 0px rgba(16, 23, 40, 0.06);
  position: relative;
  z-index: 4;
  align-items: center;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-industries-3-services-item {
    padding: 35px 30px 45px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-industries-3-services-item {
    padding: 35px 18px 45px 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-industries-3-services-item {
    padding: 35px 21px 45px 60px;
    flex-direction: column;
    margin-left: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-industries-3-services-item {
    padding: 35px 20px 45px 16px;
  }
}
@media (max-width: 767px) {
  .tp-industries-3-services-item {
    margin-left: 0;
    flex-direction: column;
    text-align: center;
  }
}
.tp-industries-3-services-item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--tp-theme-primary);
  left: 0;
  bottom: 0;
  transition: 0.6s;
}
.tp-industries-3-services-item:hover::after {
  width: 100%;
}
.tp-industries-3-services-item:hover .tp-industries-3-services-item-icon span {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-industries-3-services-item-letter span {
  font-size: 220px;
  font-weight: 800;
}
.tp-industries-3-services-item-icon span {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #f6f6f6;
  display: inline-block;
  text-align: center;
  line-height: 86px;
  color: var(--tp-theme-primary);
  font-weight: 700;
  font-family: var(--tp-ff-heading);
  border: 10px solid var(--tp-common-white);
  margin-right: 30px;
  transition: 0.4s;
  cursor: pointer;
  font-size: 70px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-industries-3-services-item-icon span {
    margin-right: 15px;
    margin-left: 18px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-industries-3-services-item-icon span {
    width: 110px;
    height: 110px;
    line-height: 88px;
    font-size: 38px;
    margin-right: 10px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .tp-industries-3-services-item-icon span {
    margin-right: 0;
  }
}
.tp-industries-3-services-item-title {
  font-size: 26px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 18px;
  display: inline-block;
}
.tp-industries-3-services-item-title:hover {
  color: var(--tp-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-industries-3-services-item-title br {
    display: none;
  }
}
.tp-industries-3-services-item-content p {
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-industries-3-services-item-content p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-industries-3-services-item-content p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-industries-3-services-item-content p {
    width: 55%;
  }
}
.tp-industries-3-services-item-head {
  position: absolute;
  left: -70px;
  top: 43px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .tp-industries-3-services-item-head {
    display: none;
  }
}
.tp-industries-3-services-item-head span {
  font-size: 220px;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  background-position: center 65%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-industries-3-services-item-head span {
    font-size: 170px;
  }
}
.tp-industries-3-services-item-shape {
  position: absolute;
  right: -20px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: -3;
}

/*----------------------------------------*/
/*  7.7 clients css
/*----------------------------------------*/
.tp-clients-area {
  margin-bottom: -90px;
  position: relative;
  z-index: 1;
}
.tp-clients-content h2 {
  color: var(--tp-heading-primary);
  font-size: 60px;
  letter-spacing: -1px;
}
.tp-clients-content-wrapper {
  background: var(--tp-theme-secondary);
  padding: 45px 40px 25px;
  position: relative;
}
.tp-clients-content-wrapper::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--tp-theme-primary);
  top: 20px;
  right: 20px;
}
@media (max-width: 767px) {
  .tp-clients-content-wrapper {
    flex-direction: column;
  }
  .tp-clients-content-wrapper .tp-clients-icon {
    margin-bottom: 15px;
  }
}
.tp-clients-content-wrapper-2 {
  background: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-clients-content-wrapper-2 {
    padding: 20px 40px 19px;
  }
}
.tp-clients-content-wrapper-2::before {
  display: none;
}
.tp-clients-icon {
  width: 90px;
  height: 90px;
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
  display: inline-block;
  font-size: 44px;
  text-align: center;
  line-height: 110px;
  margin-right: 30px;
  flex: 0 0 auto;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .tp-clients-icon {
    width: 70px;
    height: 70px;
    font-size: 35px;
    line-height: 84px;
  }
}
.tp-clients-icon-2 {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-clients-para {
  color: #1b1f2e;
  margin-bottom: 0;
}
.tp-clients-para-2 {
  color: #767676;
}
.tp-clients-title {
  font-size: 26px;
  color: var(--tp-heading-primary);
}
.tp-clients-link {
  color: var(--tp-theme-primary);
  letter-spacing: 1px;
  font-weight: 700;
  font-family: "Barlow Condensed";
  margin-top: 10px;
  display: inline-block;
  position: relative;
}
.tp-clients-link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 5px;
  left: 0;
  background: var(--tp-common-black);
  -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-clients-link:hover {
  color: var(--tp-common-black);
}
.tp-clients-link:hover::before {
  width: 100%;
}
.tp-clients-bottom-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 275px 0 45px;
  position: relative;
}
.tp-clients-bottom-area::before {
  content: "";
  position: absolute;
  width: 370px;
  height: 90px;
  top: 0;
  right: 0;
  background: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-clients-bottom-area::before {
    display: none;
  }
}
.tp-clients-bottom-icon {
  font-size: 68px;
  width: 130px;
  height: 130px;
  color: var(--tp-common-white);
  line-height: 140px;
  text-align: center;
  display: inline-block;
  border-radius: 65px;
  background-color: var(--tp-yellow-3);
}
.tp-clients-bottom-video a {
  width: 140px;
  height: 140px;
  line-height: 150px;
  display: inline-block;
  text-align: center;
  background: rgba(255, 255, 255, 0.149);
  border-radius: 50%;
  font-size: 24px;
  color: var(--tp-common-white);
  position: relative;
  z-index: 1;
}
.tp-clients-bottom-video a::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 70%;
  height: 70%;
  background: rgba(255, 255, 255, 0.1);
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
}
.tp-clients-bottom-video a i {
  transform: translateX(3px);
  display: inline-block;
}
.tp-clients-shape {
  right: 0;
  bottom: 0;
  position: absolute;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), (max-width: 767px) {
  .tp-clients-shape {
    display: none;
  }
}

/*----------------------------------------*/
/*  9.2 step css
/*----------------------------------------*/
.tp-step-wrapper {
  background: var(--tp-common-white);
  padding: 80px 30px 0px;
}
.tp-step-wrapper:hover .tp-step-icon span::before {
  border-color: transparent transparent transparent var(--tp-theme-secondary);
}
.tp-step-wrapper:hover .tp-step-icon span::after {
  transform: scale(1);
}
.tp-step-wrapper:hover .tp-step-icon span img {
  filter: brightness(1) invert(1);
}
.tp-step-icon-box {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translate(-50%);
}
.tp-step-icon span {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: var(--tp-theme-primary);
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.tp-step-icon span::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent var(--tp-theme-primary);
  transform: rotate(0deg);
  right: -14px;
  top: 38px;
  transition: 0.8s;
}
.tp-step-icon span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scale(0);
  background: var(--tp-theme-secondary);
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.6s;
  border-radius: 50%;
}
.tp-step-icon span img {
  -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-step-content {
  position: relative;
}
.tp-step-number span {
  font-size: 100px;
  color: #f3f4f7;
  font-weight: 700;
  margin-top: -25px;
  display: inline-block;
}
.tp-step-title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-block;
}
.tp-step-title:hover {
  color: var(--tp-theme-primary);
}
.tp-step-paragraph {
  line-height: 26px;
}
.tp-step-number > span {
  font-size: 100px;
  color: #f3f4f7;
  font-weight: 700;
  margin-top: -25px;
  display: inline-block;
}

/*----------------------------------------*/
/*  8.1 error css
/*----------------------------------------*/
@media (max-width: 767px) {
  .tp-error-thumb img {
    width: 100%;
  }
}
.tp-error-title {
  font-size: 50px;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .tp-error-title {
    font-size: 41px;
  }
}
.tp-error-paragraph {
  margin-bottom: 32px;
}

/*----------------------------------------*/
/*  9.0 shop css
/*----------------------------------------*/
.tp-shop-filter-box .nice-select {
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
  background-color: var(--tp-common-white);
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 45px;
  line-height: 40px;
  outline: none;
  padding: 0 80px 0 18px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  font-size: 16px;
}
.tp-shop-filter-box .nice-select::after {
  right: 20px;
}
.tp-shop-filter-box .nice-select .list {
  width: 100%;
  border-radius: 0;
  margin-top: 0;
}
@media (max-width: 767px) {
  .tp-shop-filter {
    margin-left: 0;
  }
}

.product__badge-item {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  padding: 4px 10px 4px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.product__action {
  position: absolute;
  top: 30px;
  right: 30px;
}
.product__item:hover img {
  mix-blend-mode: unset;
}
.product__item img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  mix-blend-mode: luminosity;
}

.product__action a,
.product__action button {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.12);
  text-align: center;
  position: relative;
  margin-bottom: 6px;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s 0.1s ease-out, opacity 0.3s 0.15s ease-out, transform 0.3s 0.1s ease-out;
}

.product__action a,
.product__action button {
  line-height: 38px;
  text-align: center;
  visibility: hidden;
}

.product__action a:nth-child(1),
.product__action button:nth-child(1) {
  transition-delay: 0.14s;
}

.product__item:hover .product__action a,
.product__item:hover .product__action button {
  visibility: visible;
}

.product__action a:hover,
.product__action button:hover {
  color: var(--tp-common-white);
}

.product__item:hover .product__action a:nth-child(1),
.product__item:hover .product__action button:nth-child(1) {
  transition-delay: 0s;
}

.product__item:hover .product__action a,
.product__item:hover .product__action button {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

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

.product-action-btn:hover .product-action-tooltip {
  visibility: visible;
  opacity: 1;
  right: 100%;
}

.product-action-btn .product-action-tooltip {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 90%;
  font-weight: 500;
  font-size: 12px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  z-index: 1;
  display: inline-block;
  width: max-content;
  line-height: 1;
  padding: 4px 8px;
  margin-right: 8px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.product__add {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  margin: 0 105px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .product__add {
    margin: 0 70px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product__add {
    margin: 0 80px 0;
  }
}

.product__item:hover .product__add {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.product-add-cart-btn {
  color: var(--tp-common-black);
  background: var(--tp-theme-secondary);
  display: inline-block;
  padding: 7px 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Barlow Condensed";
  transition: 0.4s;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-add-cart-btn::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  transform: skew(90deg) translate(-50%, -50%);
  position: absolute;
  inset: 50%;
  left: 25%;
  z-index: -1;
  transition: 0.6s ease-out;
  background-color: var(--tp-theme-primary);
}
.product-add-cart-btn::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  transform: skew(90deg) translate(-50%, -50%);
  position: absolute;
  inset: 50%;
  left: 25%;
  z-index: -1;
  transition: 0.6s ease-out;
  background-color: var(--tp-theme-primary);
}
.product-add-cart-btn::before {
  top: -50%;
  left: -25%;
  transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}
.product-add-cart-btn:hover {
  color: var(--tp-common-white);
}
.product-add-cart-btn:hover::before {
  transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}
.product-add-cart-btn:hover::after {
  transform: skew(45deg) translate(-50%, -50%);
}
.product-add-cart-btn:active {
  filter: brightness(0.7);
  transform: scale(0.98);
}

.product__content {
  padding: 28px 28px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product__content {
    padding: 28px 20px 0;
  }
}

.product__title a:hover {
  color: var(--tp-theme-2);
}

.product__rating span:not(:last-child) {
  margin-right: 4px;
}

.product__badge {
  position: absolute;
  left: 0;
  top: 20px;
}

.product__rating span {
  font-size: 13px;
  color: #ecb332;
  display: inline-block;
  margin-right: 20px;
}

.product__title {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.product__title:hover {
  color: var(--tp-theme-primary);
}

.product__ammount {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-theme-primary);
}

.product__item:hover .product__thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.nice-select::after {
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  right: 0;
  content: "\f107";
  font-family: var(--tp-ff-fontawesome);
  transform-origin: center;
  color: var(--tp-common-black);
  font-weight: 500;
  height: auto;
  width: auto;
  margin-left: 11px;
}

.product__details-thumb-popup-btn {
  position: absolute;
  top: 40px;
  right: 40px;
}
.product__details-thumb-popup-btn a {
  width: 60px;
  height: 60px;
  line-height: 66px;
  text-align: center;
  display: inline-block;
  background: var(--tp-common-white);
  border-radius: 50%;
  font-size: 18px;
  color: var(--tp-common-black);
}
.product__details-title {
  font-size: 36px;
  text-transform: uppercase;
  color: var(--tp-heading-primary);
  margin-top: -12px;
  margin-bottom: 12px;
}
.product__details-rating-count span {
  font-size: 14px;
}
.product__details-ammount {
  font-size: 28px;
  color: var(--tp-theme-primary);
  font-weight: 600;
  font-family: "Barlow Condensed";
  display: inline-block;
  margin-bottom: 18px;
}
.product__details-content h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--tp-heading-primary);
}
.product__details-content span {
  color: var(--tp-theme-primary);
}
.product__details-quantitys::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 30px;
  top: 7px;
  right: 12px;
  background: var(--tp-common-white);
}
.product__details-quantity {
  width: 90px;
  height: 45px;
  position: relative;
}
.product__details-quantity span {
  position: absolute;
  top: 14px;
  display: grid;
  right: 17px;
  font-size: 12px;
  color: var(--tp-common-black);
  z-index: 1;
}
.product__details-quantity input {
  background: #edf1f8;
  border: none;
  font-size: 18px;
  color: var(--tp-heading-primary);
  font-weight: 700;
  width: 86px;
  height: 46px;
}
.product__details-btn .tp-btn {
  padding: 8px 52px;
}
.product__details-sku h5 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto";
  color: var(--tp-text-body);
  margin-bottom: 10px;
}
.product__details-sku h5 span {
  font-size: 16px;
  color: var(--tp-common-black);
  font-weight: 500;
  font-family: "Roboto";
  margin-right: 10px;
}
.product__details-catagory h5 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto";
  color: var(--tp-text-body);
  margin-bottom: 10px;
}
.product__details-catagory h5 span {
  font-size: 16px;
  color: var(--tp-common-black);
  font-weight: 500;
  font-family: "Roboto";
  margin-right: 10px;
}
.product__details-tag h5 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto";
  color: var(--tp-text-body);
  margin-bottom: 10px;
}
.product__details-tag h5 span {
  font-size: 16px;
  color: var(--tp-common-black);
  font-weight: 500;
  font-family: "Roboto";
  margin-right: 10px;
}
.product__details-socials span {
  color: var(--tp-common-black);
  font-weight: 700;
  margin-right: 20px;
}
.product__details-social a {
  width: 38px;
  height: 38px;
  line-height: 41px;
  display: inline-block;
  border-radius: 25px;
  border: 1px solid #dedede;
  text-align: center;
  margin-right: 8px;
  color: var(--tp-heading-primary);
}
.product__details-social a:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-primary);
}
.product__details-description {
  background-color: var(--tp-common-white);
  box-shadow: 0px 0px 60px 0px rgba(23, 19, 4, 0.08);
  padding: 50px 89px 20px 60px;
}
@media (max-width: 767px) {
  .product__details-description {
    padding: 50px 30px 20px;
  }
}
.product__details-description-title {
  font-size: 36px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  margin-bottom: 28px;
}
.product__details-description-paragraph {
  font-size: 16px;
  line-height: 32px;
}
.product__details-reveiw-title {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.product__details-reveiw-content h6 {
  color: var(--tp-common-black);
  font-weight: 500;
  font-family: "Roboto";
  margin-bottom: 4px;
}
.product__details-reveiw-content h6 span {
  color: #767676;
}
.product__details-reveiw-icon span {
  font-size: 13px;
  color: #ecb332;
  display: inline-block;
  margin-bottom: 4px;
}

.tp-cart-plus {
  margin-top: 6px;
}

@media (max-width: 767px) {
  .product__details-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .product__details-thumb-tab {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product__details-reveiw-content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .product__details-paragraph p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .product__details-reveiw-content p br {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
.logo{
  width: 200px;
  padding: 20px;
}
.slidep{
  font-size: 20px;
}

.roundimg{
  border-radius: 10px;
  box-shadow:1px 1px 1px 1px var(--tp-theme-secondary);
}

.roundbox{
  border-radius: 10px;
  box-shadow:1px 1px 1px 1px var(--tp-theme-secondary);
}
.service-box{
  width: 97px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 1px 1px 1px 1px #FF9800;
    margin-top: 29px;
}
.faqimg{
  width: 550px;
    margin-left: -200px;
}

.ifram{
  width: 100%;
  height: 500px;
  border-radius: 10px;
  box-shadow: 1px 1px 1px 1px var(--tp-theme-secondary);
}
.mobiletitle{
  margin-top: -35px;
    margin-bottom: 20px;
    font-size: 30px;
}


.mobiletitle1{
    margin-top: 30px;
    font-size: 30px;
}
.newimg{
  border-radius: 10px;
    box-shadow: 1px 1px 1px 1px #03A9F4;
}
.webdevelopment{
  background: #03A9F4;
  padding: 10px;
  border-radius: 10px;
  width: 30%;
  float: left;
  margin: 7px;
}
.workimg{
  background: #fff;
  border-radius: 10px;
  width: 100%;
  height: 300px;
  box-shadow: 1px 1px 1px 1px #2196F3;
}
.newbox{
  width: 100%;
  height: auto;
  border: 1px solid;
  border-radius: 10px;
  background: #000;
  padding: 20px;
}

.newbox h1{
  font-size: 25px;
  text-align: left;
  background: var(--tp-theme-primary);
  color: #fff;
  margin-top: 3px;
  border-radius: 5px;
  width: 100%;
  text-indent: 10px;
}

.newbox p{
  color: #fff;
    border-bottom: 1px solid;
    width: 100%;
}
.footerlogo{
  width: 80%;
}
.newcolor{
  color:var(--tp-theme-primary);
  font-size: 21px;
}
.footerrow{
  border-radius: 10px;
    box-shadow: 1px 1px 1px 1px #03A9F4;
    margin-bottom: 10px;
}

.footera{
  float: right;
}

.footera img{
  height: 50px;
}

.concattimg{
  border-radius: 10px;
    box-shadow: 1px 1px 1px 1px #03A9F4;
}

.slidernewimg{
width: 43%;
}
.newrows{
  border-radius: 10px;
  box-shadow: 1px 1px 1px 1px #03A9F4;
}
.serviceh2 span{
  color: var(--tp-theme-primary);
}

.serviceh2{
  font-size: 52px;
}

.sernewimg1{
  border-radius: 10px;
  width: 500px;
  height: 450px;
}

.coolheader h1{
  width: 100%;
  border-bottom: 1px solid;
  font-size: 21px;
}

.coolheader a{
  width: 100%;
  border-bottom: 1px solid;
  float: left;
  padding: 4px;
  transition: 1s;
}

.coolheader a:hover{
  background: var(--tp-theme-secondary);
  color: #fff !important;
}

.googleh4{
  margin-bottom: 20px !important;
}

.goolgep{
  width: 100%;
  height: 100px;
  overflow: scroll;
}

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

.now{
  font-size: 17px;
  color: var(--tp-theme-primary);
  transition: 1s;
}

.tp-testimonial-3-item{
  display: block;
}
.nedivvv {
  position: fixed;
  z-index: 99999;
  right: 75%;
}
.portfoiliodiv{
  box-shadow: 1px 1px 1px 1px #03A9F4;
    border-radius: 10px;
}

.wt1{
  width: 40px;
  height: 40px;
  /* background: var(--tp-theme-secondary); */
  background: #25d366;
  position: fixed;
  bottom: 30px;
  z-index: 999;
  transition: 1s;
  border-radius: 0 6px 6px 0;
}
.wt1 i{
  position: absolute;
  right: 7px;
  margin-top: 4px;
  border-radius: 4px;
  font-size: 30px;
  color: #fff;
}

/* .wt1:hover{
  background: #000;
} */

.only{
  width: 150px;
  height: 40px;
  /* background: var(--tp-theme-secondary); */
  background: #25d366;
  position: fixed;
  bottom: 31px;
  z-index: 999;
  left: 48px;
  border-radius: 5px;
  color: #fff;
  font-size: 21px;
  line-height: 40px;
  text-align: center;
  display: none;
  transition: 1s;
}

.wt1:hover + .only{
  display: block;
  background-color: #25d366;
  
}

.wt2{
  width: 40px;
  height: 40px;
  /* background: var(--tp-theme-secondary); */
  background: #3b5998;
  position: fixed;
  bottom: 86px;
  z-index: 999;
  transition: 1s;
  border-radius: 0 6px 6px 0;
}
.wt2 i{
  position: absolute;
  right: 8px;
  margin-top: 7px;
  border-radius: 4px;
  font-size: 25px;
  color: #fff;
}

/* .wt2:hover{
  background: #000;
} */

.only1{
  width: 150px;
  height: 40px;
  /* background: var(--tp-theme-secondary); */
  background: #3b5998;
  position: fixed;
  bottom: 87px;
  z-index: 999;
  left: 48px;
  border-radius: 5px;
  color: #fff;
  font-size: 21px;
  line-height: 40px;
  text-align: center;
  display: none;
  transition: 1s;
}

.wt2:hover + .only1{
  display: block;
  background-color: #3b5998;
}


.wt3{
  width: 50px;
  height: 50px;
  background: var(--tp-theme-secondary);
  position: fixed;
  bottom: 143px;
  z-index: 999;
  transition: 1s;
  border-radius: 5px;
}
.wt3 i{
  position: absolute;
  right: 8px;
  margin-top: 7px;
  border-radius: 4px;
  font-size: 32px;
  color: #fff;
}

.wt3:hover{
  background: #000;
}

.only2{
  width: 150px;
  height: 47px;
  background: var(--tp-theme-secondary);
  position: fixed;
  bottom: 145px;
  z-index: 999;
  left: 48px;
  border-radius: 5px;
  color: #fff;
  font-size: 21px;
  line-height: 48px;
  text-align: center;
  display: none;
  transition: 1s;
}

.wt3:hover + .only2{
  display: block;
  background-color: #000;
}


.newbox1{
  width: 170px;
  height: auto;
  /* border: 1px solid; */
  padding: 10px;
  border-top-left-radius: 63px;
  border-bottom-right-radius: 67px;
  box-shadow: rgb(0 0 0 / 45%) 2px 3px 5px;
  margin-top: 23px;
  cursor: pointer;
  transition: 1s;
}

.newbox1:hover{
  background: var(--tp-theme-secondary);
}

.newbox1:hover h1{

  color: #fff;
}

.newbox1 img{
  width: 84px;
  margin: auto;
  display: flex;
}

.newbox1 h1{
  font-size: 17px;
  text-align: center;
  margin-top: 8px;
}

.ipp{
  color: var(--tp-theme-primary);
  font-size: 20px;
}



@media only screen and (max-width: 1401px) {
  .tp-header-main-menu ul li .tp-submenu.submenu.has-homemenu {
    left: -300%;
    width: 850px;
}
}



@media only screen and (max-width: 950px) {
  .tp-header-main-menu {
    margin-left: -70px;
    display: none;
}
.ipdicon{
  width: 150px !important;
}
.tp-about-2-thumb-content-shape {
  right: -10px;
}
.tp-about-2-main-thumb {
  width: 76%;
}
.tp-about-2-img2 {
  bottom: -110px;
  right: -13px;
}
.tp-team-details-wrapper {
  margin-left: 0px;
}
.sernewimg1 {
  display: flex;
  width: 80%;
  margin: auto;
  height: auto;
}

.tp-team-details-text-shape-title {
  font-size: 85px;
}
.no{
  display: none;
}
}



/* -----------------------------------
      Gallery Section
--------------------------------------*/
.portfolionew-section {
  padding: 50px 0;
  /* background-color: #000; */
}
.portfolionew-section h2 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.portfolionew-menu {
  text-align: center;
}
.control {
  background: var(--tp-theme-secondary);
  color: #fff;
  padding: 5px 10px;
  /* border: 1px solid #343a40; */
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
}
.control:hover {
  background: #343a40;
}
.mixitup-control-active {
  color: #fff;
  background: #343a40;
}
.fancybox-container button:focus {
  outline: 0;
  box-shadow: none;
}
.portfolionew-item {
  padding-top: 30px;
}
.pd {
  padding: 0;
  padding: 10px;
  height: 264px;
}
.pd img {
  width: 100%;
  height: 250px;
  transition: all 0.5s;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 1px 1px 1px 1px var(--tp-theme-secondary);
  object-fit: cover;
}
.portfolionew-overlay {
  position: relative;
  z-index: 2;
  bottom: 0;
  left: 0px;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 205px;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
  top: -222px;
}
.portfolionew-overlay p,
.portfolionew-overlay a {
  position: relative;
  z-index: 4;
}
.portfolionew-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 3;
}
.portfolionew-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 3;
}

.coll{
  top: 42%;
  position: absolute;
  left: 37%;
}

.portfolionew-item:hover .portfolionew-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid #50977f;
  border-right: 1px solid #50977f;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}
.portfolionew-item:hover .portfolionew-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #50977f;
  border-left: 1px solid #50977f;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}
.portfolionew-item li:hover .portfolionew-overlay {
  visibility: visible;
  transform: scale(1);
}
.portfolionew-overlay .category {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.portfolionew-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #50977f;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}
.portfolionew-overlay .magnify-icon:hover {
  background: #000;
}
.portfolionew-overlay .magnify-icon p span i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}

.fancybox-image, .fancybox-spaceball {
    width: 100%;
}


.newstar{
  color: #ffc107;
}

.hideshow{
display: none;
}
.newpadddd{
  padding-top: 50px;
  padding-bottom: 50px;
}

.technology{
  width: 100%;
  height: auto;
  background: #fff;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 10px;
  margin-top: 10px;
  box-shadow: 1px 1px 1px 1px var(--tp-theme-secondary);
  transition: 1s;
  cursor: pointer;
}
.technology img{
  width: 50px;
    margin: auto;
    display: flex;
}

.technology h1{
  font-size: 16px;
  text-align: center;
}

.technology:hover{
  background:var(--tp-theme-secondary);
}

.technology:hover h1{
   color: #fff;
}



.hex-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hexagon {
  width: 150px; /* Change width to 150px */
  height: 86.6px; /* Adjust height accordingly */
  background-color: var(--tp-theme-secondary);
  position: relative;
  margin: 0 0 10px 0;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 75px solid transparent; /* Adjust border size */
  border-right: 75px solid transparent; /* Adjust border size */
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 43.3px solid var(--tp-theme-secondary); /* Adjust border size */
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 43.3px solid var(--tp-theme-secondary); /* Adjust border size */
}

.hexagon.small {
  width: 60px;
  height: 34.64px;
  background-color: var(--tp-theme-primary);
}

.hexagon.small:before,
.hexagon.small:after {
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}

.hexagon.small:before {
  border-bottom: 17.32px solid var(--tp-theme-primary);
}

.hexagon.small:after {
  border-top: 17.32px solid var(--tp-theme-primary);
}

.icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.icon-container img {
  max-width: 130px; /* Adjust max width for the icon */
  max-height: 90px; /* Adjust max height for the icon */
}

.line {
  width: 2px;
  height: 100px;
  background-color: #000;
}


.newop{
  color: #000;
  font-size: 20px;
  margin-top: 10px;
}


.newspan p{
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.hex-container1{
  transform: rotate(180deg);
      margin-top: -47px;
}

.newspan1 p{
  transform: rotate(180deg);
}

.newop1{
  transform: rotate(179deg);
}

.defolutimg{
  transform: rotate(181deg);
}


@media only screen and (max-width: 700px) {

  .hex-container {
    margin-bottom: 59px;
}

  .tp-blog-content {
    margin-top: 20px;
}

  .newpadddd {
    padding-bottom: 0px;
}


  .newbox1 {
    width: 100%;
  }
  .modal-content {
    top: 200px;
}

  .modal-left img {
    max-width: 100%;
    height: auto;
}

  .tp-about-2-main-thumb {
    width: 100%;
}



      .tp-team-details-text-shape-title {
        position: relative;
        z-index: 999;
        left: 74px;
        font-size: 60px;
        /* margin-left: 72px; */
    }
  .tp-testimonial-3-active {
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
}

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

h1{
  font-size: 40px;
}
.tp-btn{
  width: 100%;
  text-align: center;
}
.logo {
  width: 180px;
}
.tp-slider-height {
  height: 500px;
}
.pb-120 {
  padding-bottom: 50px;
}
.tp-service-3-center-icon img {
  margin-right: 44px;
  width: 88px;
  right: -45px;
  top: -32px;
}
.webdevelopment {
  width: 100%;
}

.tp-faq-4-contact {
  background: #000;
  padding: 10px;
  border-radius: 10px;
}
.ifram {
  height: 350px;
}

.tp-team-details-wrapper {
  margin-left: 10px;
}
.tp-team-details-text-shape-title {
  position: relative;
  z-index: 987;
  left: 112px;
  font-size: 60px;
  /* margin-left: 72px; */
}

.gallery{
  margin-top: 20px ;
}

.sernewimg1 {
  width: 100%;
  height: auto;
}

.serviceh2 {
  font-size: 43px;
}

.tp-postbox-thumb img {
  width: 100%;
  height: 200px;
}

.tp-postbox-wrapper {
  padding-right: 0px;
}

.tp-breadcrumb-area {
  height: 200px;
}
.tp-main-menu-mobile ul li .mega-menu, .tp-main-menu-mobile ul li .submenu{
  display: block;
}


.nedivvv {
  /* display: none; */
  position: unset;
}

.tp-about-2-btn {
  margin-right: 0px;
}

}



@media only screen and (max-width: 380px) {
  .tp-service-3-center-icon img {
    margin-right: 44px;
    width: 88px;
    right: -45px;
    top: 186px;
}
  }


  /* Hide the scrollbar handle (thumb) */
::-webkit-scrollbar-thumb {
  display: none;
}

/* Hide the track (background) of the scrollbar */
::-webkit-scrollbar-track {
  background: none;
}

/* Hide both the vertical and horizontal scrollbar track */
::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* For Firefox */
/* scrollbar-width:none; */
