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

    Template Name: Futurenet- IT Solutions & Technology HTML Template
    Author: Oclata
    Description: Futurenet- IT Solutions & Technology HTML Template
    Version: 1.0
    ¸ü¶àÏÂÔØ£ºhttp://www.bootstrapmb.com
-----------------------------------------------------------------------------------

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

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

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Back to top
		2.2 Theme Settings
		2.3 Buttons
		2.4 Animations
		2.5 Preloader
		2.6 Background 
		2.7 Carousel
		2.8 Nice Select
		2.9 Pagination
		2.10 Offcanvas
		2.11 Breadcrumb
		2.12 Accordion
		2.13 Tab
		2.14 Modal
		2.15 Section Title
		2.16 Search
		2.17 Hotspot
		2.18 Ragne Slider
	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1
		3.2 Header Style 2
		3.3 Header Style 3


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

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

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


	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 Hero css
		7.2 Feature css
		7.3 About css
		7.4 Service css
		7.5 Team css
		7.6 Contact css
		7.7 Project css
		7.8 Process css
		7.9 Faq css
		8.0 Blog css
		8.1 Testimonial css
		8.2 Cta css
		8.3 Business css
		8.4 Offer css
		8.5 Portfolio css



**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700;800;900&family=Kumbh+Sans:wght@400;500;600;700;800&display=swap");
.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip, .tp-tab-line, .tp-accordion .accordion-button .tp-accordion-plus, .tp-accordion .accordion-button .tp-accordion-plus::after, .tp-accordion .accordion-button .tp-accordion-plus::before, .tp-swiper-dot .swiper-pagination-bullet, .tp-swiper-dot-border .swiper-pagination-bullet, .tp-swiper-scrollbar, .back-to-top-wrapper, a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s 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-btn svg, .tp-btn-transparent svg, .tp-btn-transparent-2 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: 'Jost', sans-serif;
  --tp-ff-heading: 'Jost', sans-serif;
  --tp-ff-p: 'Kumbh Sans', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #000;
  --tp-common-gray: #F4F5FA;
  --tp-theme-primary: #6D18EF;
  --tp-gradient-primary: linear-gradient(90deg, #A977F6 0%, #6D18EF 100%);
  --tp-heading-primary: #0E1E2A;
  --tp-heading-secondary: #021D35;
  --tp-text-body: #67687A;
  --tp-text-1: #767A7D;
  --tp-border-primary: #EAEBED;
  --tp-border-secondary: #F0F2F4;
}

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

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

a {
  text-decoration: none;
}

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

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

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

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

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

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

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

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  background-color: #fff;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  color: var(--tp-common-black);
  padding-left: 26px;
  padding-right: 26px;
  border: 1px solid #E0E2E3;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #95999D;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #95999D;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 4-18 */
  color: #95999D;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #95999D;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder { /* MODERN BROWSER */
  color: #95999D;
}
[dir=rtl] input[type=text],
[dir=rtl] input[type=email],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=number],
[dir=rtl] input[type=password],
[dir=rtl] input[type=url],
[dir=rtl] textarea {
  text-align: right;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--tp-common-black);
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

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

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

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

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

.demo {
  -webkit-transition: color 0.3s 0s linear;
  -moz-transition: color 0.3s 0s linear;
  -ms-transition: color 0.3s 0s linear;
  -o-transition: color 0.3s 0s linear;
  transition: color 0.3s 0s linear;
  -webkit-transition: color 0.3s linear, transform 0.2s ease;
  -moz-transition: color 0.3s linear, transform 0.2s ease;
  -ms-transition: color 0.3s linear, transform 0.2s ease;
  -o-transition: color 0.3s linear, transform 0.2s ease;
  transition: color 0.3s linear, transform 0.2s ease;
}
[dir=rtl] .demo {
  margin-left: 0;
  margin-right: 15px;
}
div.demo img {
  margin-left: 10px;
}

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

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

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

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

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

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

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

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

/* gutter for x axis */
.tp-gx-60 {
  --bs-gutter-x: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-60 {
    --bs-gutter-x: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-60 {
    --bs-gutter-x: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-60 {
    --bs-gutter-x: 30px;
  }
}
@media (max-width: 575px) {
  .tp-gx-60 {
    --bs-gutter-x: 15px;
  }
}
.tp-gx-60 [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;
  }
}
.play-btn {
  height: 50px;
  width: 50px;
  display: inline-block;
  background: var(--tp-common-white);
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
}
.play-btn i {
  font-size: 20px;
  font-weight: 900;
  background: linear-gradient(90deg, #A977F6 0%, #6D18EF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.play-btn::before {
  position: absolute;
  content: "";
  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%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  animation: borderanimate2 2s linear infinite;
  animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  z-index: -1;
}
.play-btn::after {
  position: absolute;
  content: "";
  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%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  animation: borderanimate2 2s linear infinite;
  animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  z-index: -1;
}

/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 575px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--tp-gradient-primary);
  box-shadow: 0px 5px 12px rgba(87, 88, 190, 0.5);
  color: var(--tp-common-white);
  border-radius: 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;
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.2 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-btn {
  position: relative;
  display: inline-block;
  font-family: var(--tp-ff-heading);
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  padding: 17px 50px;
  letter-spacing: 0.8px;
  color: var(--tp-common-white);
  background: var(--tp-gradient-primary);
  overflow: 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-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.tp-btn span {
  transform: translateY(1px);
  display: inline-block;
  margin-left: 8px;
}
.tp-btn:hover {
  color: var(--tp-common-white);
}
.tp-btn:hover::before {
  animation: shine 800ms;
}

.tp-btn-transparent {
  position: relative;
  display: inline-block;
  font-family: var(--tp-ff-heading);
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  padding: 15px 47px;
  letter-spacing: 0.8px;
  color: var(--tp-common-white);
  background: transparent;
  border: 2px solid transparent;
  background-image: var(--tp-gradient-primary);
  background-origin: border-box;
  box-shadow: 2px 1020px 1px #112046 inset;
  overflow: 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-btn-transparent::before {
  position: absolute;
  content: "";
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.tp-btn-transparent span {
  transform: translateY(1px);
  display: inline-block;
  margin-left: 5px;
}
.tp-btn-transparent:hover {
  color: var(--tp-common-white);
}
.tp-btn-transparent:hover::before {
  animation: shine 800ms;
}

.tp-btn-transparent-2 {
  position: relative;
  display: inline-block;
  font-family: var(--tp-ff-heading);
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  padding: 15px 47px;
  letter-spacing: 0.8px;
  color: var(--tp-common-white);
  background: transparent;
  border: 2px solid var(--tp-theme-primary);
  overflow: 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-btn-transparent-2::before {
  position: absolute;
  content: "";
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.tp-btn-transparent-2 span {
  transform: translateY(1px);
  display: inline-block;
  margin-left: 5px;
}
.tp-btn-transparent-2:hover {
  color: var(--tp-common-white);
}
.tp-btn-transparent-2:hover::before {
  animation: shine 800ms;
}

/* hamburger btn */
.tp-hamburger-btn {
  height: 16px;
  width: 22px;
  line-height: 16px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.tp-hamburger-btn span {
  background: var(--tp-common-black);
  border-radius: 3px;
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tp-hamburger-btn span::before, .tp-hamburger-btn span::after {
  background: var(--tp-common-black);
  border-radius: 3px;
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  margin-top: 13px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tp-hamburger-btn span::before {
  margin-top: -7px;
}
.tp-hamburger-btn span::after {
  margin-top: 7px;
  width: 13px;
}
.tp-hamburger-btn.active span {
  background: transparent;
}
.tp-hamburger-btn.active span::before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tp-hamburger-btn.active span::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tp-hamburger-btn-white span {
  background-color: var(--tp-common-white);
}
.tp-hamburger-btn-white span::after, .tp-hamburger-btn-white span::before {
  background-color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  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.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-moz-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-ms-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-webkit-keyframes tp-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes tp-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes tp-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes tp-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-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;
  }
}
@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-moz-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@-ms-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@-webkit-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@-webkit-keyframes tpupdown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@-moz-keyframes tpupdown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@-ms-keyframes tpupdown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes tpupdown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@-webkit-keyframes tptranslateX2 {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}
@-moz-keyframes tptranslateX2 {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}
@-ms-keyframes tptranslateX2 {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}
@keyframes tptranslateX2 {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}
@-webkit-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-moz-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-ms-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
/* 04. ========= btn-arrow-animation ========== */
@-webkit-keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@-moz-keyframes shine {
  100% {
    left: 125%;
  }
}
@-ms-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes lara {
  0% {
    transform: translateX(-50%) translateY(-1px);
  }
  25% {
    transform: translateX(-50%) translateY(-5px);
  }
  50% {
    transform: translateX(-50%) translateY(-7px);
  }
  75% {
    transform: translateX(-50%) translateY(-5px);
  }
  100% {
    transform: translateX(-50%) translateY(-1px);
  }
}
@-moz-keyframes lara {
  0% {
    transform: translateX(-50%) translateY(-1px);
  }
  25% {
    transform: translateX(-50%) translateY(-5px);
  }
  50% {
    transform: translateX(-50%) translateY(-7px);
  }
  75% {
    transform: translateX(-50%) translateY(-5px);
  }
  100% {
    transform: translateX(-50%) translateY(-1px);
  }
}
@-ms-keyframes lara {
  0% {
    transform: translateX(-50%) translateY(-1px);
  }
  25% {
    transform: translateX(-50%) translateY(-5px);
  }
  50% {
    transform: translateX(-50%) translateY(-7px);
  }
  75% {
    transform: translateX(-50%) translateY(-5px);
  }
  100% {
    transform: translateX(-50%) translateY(-1px);
  }
}
@keyframes lara {
  0% {
    transform: translateX(-50%) translateY(-1px);
  }
  25% {
    transform: translateX(-50%) translateY(-5px);
  }
  50% {
    transform: translateX(-50%) translateY(-7px);
  }
  75% {
    transform: translateX(-50%) translateY(-5px);
  }
  100% {
    transform: translateX(-50%) translateY(-1px);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}

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

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #loading-center-absolute {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #loading-center-absolute {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #loading-center-absolute {
    width: 45%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #loading-center-absolute {
    width: 50%;
  }
}
@media (max-width: 575px) {
  #loading-center-absolute {
    width: 90%;
  }
}
.object {
  width: 20px;
  height: 20px;
  background-image: var(--tp-gradient-primary);
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

#object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}

#object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

#object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
/*----------------------------------------*/
/*  2.6 Background
/*----------------------------------------*/
.grey-bg {
  background-color: var(--tp-grey-1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*----------------------------------------*/
/*  2.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 {
  line-height: 1;
}
.tp-swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: var(--tp-grey-3);
  opacity: 1;
  margin: 0 3px;
  position: relative;
}
.tp-swiper-dot .swiper-pagination-bullet button {
  font-size: 0;
}
.tp-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-primary);
}
.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
/*----------------------------------------*/
.offcanvas__area {
  position: fixed;
  left: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(-100% - 80px));
  -moz-transform: translateX(calc(-100% - 80px));
  -ms-transform: translateX(calc(-100% - 80px));
  -o-transform: translateX(calc(-100% - 80px));
  transform: translateX(calc(-100% - 80px));
  background: var(--tp-common-white) none repeat scroll 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .offcanvas__area {
    right: 0;
    left: auto;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .offcanvas__area.home-2-pos {
    right: 0;
    left: auto;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
  }
}
.offcanvas__area.home-3-pos {
  right: 0;
  left: auto;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
}
.offcanvas__area::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.offcanvas__area.offcanvas-opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
@media (max-width: 575px) {
  .offcanvas__area {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .offcanvas__top {
    margin-bottom: 30px;
  }
}
.offcanvas__wrapper {
  position: relative;
  padding: 40px;
  z-index: 999;
  min-height: 100%;
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 30px;
  }
}
.offcanvas__close {
  position: absolute;
  top: 35px;
  right: 30px;
}
@media (max-width: 575px) {
  .offcanvas__close {
    right: 20px;
    top: 20px;
  }
}
.offcanvas__close-btn {
  display: inline-block;
  font-size: 16px;
  height: 44px;
  width: 44px;
  line-height: 40px;
  background-color: #f5f5f5;
  color: var(--tp-text-1);
}
.offcanvas__close-btn svg {
  transition: all 0.3s ease-in-out;
}
.offcanvas__close-btn:hover svg {
  transform: rotate(45deg);
}
.offcanvas__close-btn svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.offcanvas__inner h4 {
  font-family: var(--tp-ff-space);
  font-size: 24px;
  color: var(--tp-common-white);
  line-height: 1.3;
  margin-bottom: 15px;
}
.offcanvas__inner p {
  font-family: var(--tp-ff-inter);
  font-size: 16px;
  line-height: 22px;
  color: var(--tp-common-white);
  margin-bottom: 30px;
}
.offcanvas__inner > img {
  margin-bottom: 30px;
}
.offcanvas__menu ul li {
  list-style: none;
  margin-bottom: 10px;
}
.offcanvas__menu ul li:last-child {
  margin-bottom: 0;
}
.offcanvas__menu ul li a {
  font-weight: 700;
  font-size: 20px;
  color: var(--tp-common-black);
}
.offcanvas__menu ul li:hover > a {
  color: var(--tp-theme-primary);
}
.offcanvas__text p {
  font-family: var(--tp-ff-inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: var(--tp-common-black-4);
  margin-bottom: 25px;
}
.offcanvas__contact {
  margin-bottom: 30px;
}
.offcanvas__contact-content {
  margin-bottom: 10px;
}
.offcanvas__contact-content-icon i {
  color: #6EC1E4;
  margin-right: 10px;
}
.offcanvas__contact-content-content a {
  font-size: 16px;
}
.offcanvas__social {
  margin-bottom: 22px;
  padding-bottom: 40px;
}
.offcanvas__social .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: transparent;
  color: var(--tp-common-white);
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
}
.offcanvas__social .icon.facebook {
  background-color: #4661C5;
}
.offcanvas__social .icon.twitter {
  background-color: #4CCEF9;
}
.offcanvas__social .icon.youtube {
  background-color: #FF0000;
}
.offcanvas__social .icon.linkedin {
  background-color: #0072b1;
}
.offcanvas__social .icon:hover {
  transform: translateY(-8px);
}
.offcanvas__title {
  font-size: 24px;
  color: #1b1d21;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .offcanvas__popup {
    display: none;
  }
}
.offcanvas__popup p {
  margin-bottom: 20px;
}
.offcanvas__popup-gallery {
  margin-bottom: 30px;
}
.offcanvas__popup-gallery a {
  margin: 5px 3px;
  display: inline-block;
}
.offcanvas__popup-gallery a img {
  height: 100px;
  max-width: 100px;
  object-fit: cover;
}
.offcanvas__info-item {
  margin-bottom: 38px;
}
.offcanvas__info-item-title {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 12px;
}
.offcanvas__info-item p {
  font-size: 16px;
  color: var(--tp-text-16);
  margin-bottom: 0;
  line-height: 22px;
}
.offcanvas__info-item p a:hover {
  color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  2.11 Breadcrumb
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__area {
    padding-top: 260px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .breadcrumb__area {
    padding-top: 250px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__area {
    padding-top: 220px;
  }
}
.breadcrumb__bg {
  position: absolute;
  top: 20px;
  left: -135px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .breadcrumb__bg {
    left: 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: 575px) {
  .breadcrumb__bg {
    top: 0;
  }
}
.breadcrumb__title {
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -1.92px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .breadcrumb__title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.breadcrumb__list span {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.8px;
  color: var(--tp-common-white);
}
.breadcrumb__list span:not(:last-of-type) {
  margin-right: 8px;
}
.breadcrumb__list span a:hover {
  color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  2.12 Accordion
/*----------------------------------------*/
.tp-accordion .accordion-item {
  border: 0;
  background: var(--tp-common-white);
  border-radius: 0px 0px 5px 5px;
  margin-bottom: 20px;
}
.tp-accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.tp-accordion .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.tp-accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.tp-accordion .accordion-button {
  padding: 21px 40px 21px 20px;
  color: var(--tp-heading-primary);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.8px;
  /* plus icon css */
}
.tp-accordion .accordion-button::after {
  position: absolute;
  content: "\f101";
  font-family: var(--tp-ff-fontawesome);
  top: 44%;
  right: 21px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  background: var(--tp-gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 900;
  font-size: 14px;
}
.tp-accordion .accordion-button.has-plus-icon::after {
  display: none;
}
.tp-accordion .accordion-button .tp-accordion-plus {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 14px;
  height: 14px;
}
[dir=rtl] .tp-accordion .accordion-button .tp-accordion-plus {
  right: auto;
  left: 0;
}
.tp-accordion .accordion-button .tp-accordion-plus::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #525258;
  border-radius: 2px;
}
[dir=rtl] .tp-accordion .accordion-button .tp-accordion-plus::after {
  right: 0;
  left: auto;
}
.tp-accordion .accordion-button .tp-accordion-plus::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: #525258;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 2px;
}
[dir=rtl] .tp-accordion .accordion-button .tp-accordion-plus::before {
  right: 50%;
  left: auto;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.tp-accordion .accordion-button.collapsed::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  color: var(--tp-common-black);
}
.tp-accordion .accordion-button:not(.collapsed) {
  color: var(--tp-heading-primary);
  background-color: transparent;
  box-shadow: none;
}
.tp-accordion .accordion-button:not(.collapsed) .tp-accordion-plus::before {
  -webkit-transform: translateX(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  -o-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  background-color: var(--tp-theme-1);
}
[dir=rtl] .tp-accordion .accordion-button:not(.collapsed) .tp-accordion-plus::before {
  -webkit-transform: translateX(50%) rotate(90deg);
  -moz-transform: translateX(50%) rotate(90deg);
  -ms-transform: translateX(50%) rotate(90deg);
  -o-transform: translateX(50%) rotate(90deg);
  transform: translateX(50%) rotate(90deg);
}
.tp-accordion .accordion-button:not(.collapsed) .tp-accordion-plus::after {
  background-color: var(--tp-theme-1);
}
.tp-accordion .accordion-button:focus {
  box-shadow: none;
  border: 0;
}
.tp-accordion .accordion-body {
  padding: 0 46px 20px 20px;
}
.tp-accordion .accordion-body p {
  font-size: 16px;
  color: var(--tp-text-body);
}

/*----------------------------------------*/
/*  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: 575px) {
  .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: 575px) {
  .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: 575px) {
  .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.14 Modal
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/
.tp-section-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -1.92px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-section-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .tp-section-title {
    font-size: 30px;
  }
}
.tp-section-title-pre {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 10px;
  letter-spacing: 4px;
  display: inline-block;
  text-transform: uppercase;
  background: linear-gradient(90deg, #A977F6 0%, #6D18EF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/*----------------------------------------*/
/*  2.16 Search css start
/*----------------------------------------*/
.search-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 272px;
  -webkit-transform: translateY(calc(-100% - 80px));
  -moz-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  -o-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  background: var(--tp-common-white) none repeat scroll 0 0;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.search-area::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.search-area.search-opened {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.search-wrapper {
  padding: 30px;
  min-height: 100%;
}
@media (max-width: 575px) {
  .search-wrapper {
    padding: 20px;
  }
}
.search-close {
  position: absolute;
  top: 35px;
  right: 30px;
}
@media (max-width: 575px) {
  .search-close {
    right: 20px;
    top: 20px;
  }
}
.search-close-btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  height: 44px;
  width: 44px;
  line-height: 40px;
  background-color: var(--tp-common-gray);
  color: var(--tp-heading-primary);
}
.search-close-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--tp-gradient-primary);
  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;
  z-index: 0;
}
.search-close-btn svg {
  position: relative;
  z-index: 2;
  -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;
}
.search-close-btn:hover::after {
  opacity: 1;
}
.search-close-btn:hover svg {
  color: var(--tp-common-white);
}
.search-close-btn svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.search-content .search-input {
  border-radius: 5px;
  padding-right: 40px;
  font-size: 16px;
}
.search-content .search-input:focus {
  border: 1px solid var(--tp-theme-primary);
}
.search-content .search-input::placeholder {
  font-size: 16px;
}
.search-icon {
  position: absolute;
  top: 15px;
  right: 20px;
}

/*----------------------------------------*/
/*  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.178 Range Slider css start
/*----------------------------------------*/
.ui-button-icon-only, .ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.png");
}

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

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

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

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

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

/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.tp-header-transparent {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-height {
    height: inherit !important;
  }
}
.tp-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
  background: var(--tp-common-white);
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  transition: 0.3s ease;
  z-index: 10;
}
.tp-header-sticky.tp-header-bottom {
  background: var(--tp-gradient-primary);
}
.tp-header-sticky .tp-header-3-box {
  margin-top: 0;
}
.tp-header-top {
  background: var(--tp-gradient-primary);
  padding-top: 22px;
  padding-bottom: 22px;
}
.tp-header-top-info ul li {
  position: relative;
  display: inline-block;
  list-style: none;
}
.tp-header-top-info ul li:not(:last-of-type) {
  padding-right: 45px;
}
.tp-header-top-info ul li a {
  font-family: var(--tp-ff-p);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--tp-common-white);
}
.tp-header-top-info ul li a span {
  color: var(--tp-common-white);
  display: inline-block;
  margin-right: 8px;
}
.tp-header-top-right .header-social a {
  position: relative;
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-common-white);
  margin-left: 24px;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-header-logo {
    height: 100px;
    line-height: 100px;
  }
}
.tp-header-bottom {
  background: rgba(255, 255, 255, 0.02);
}
.tp-header-contact-icon span {
  height: 55px;
  width: 55px;
  line-height: 55px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  color: var(--tp-common-white);
  background: var(--tp-gradient-primary);
  margin-right: 15px;
}
.tp-header-contact-content p {
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-white);
  margin-bottom: 2px;
}
.tp-header-contact-content span {
  font-weight: 600;
  display: block;
  font-size: 24px;
  color: var(--tp-common-white);
  letter-spacing: -0.96px;
}
.tp-header-contact-content span:hover {
  color: rgba(255, 255, 255, 0.7);
}
.tp-header-hamburger-btn {
  height: 106px;
  line-height: 106px;
  margin-right: 47px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 575px) {
  .tp-header-hamburger-btn {
    margin-right: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-header-hamburger-btn {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.tp-header-hamburger-btn .hamburger-btn span {
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  3.2 Header Style 2
/*----------------------------------------*/
.tp-header-2-area {
  margin-bottom: -50px;
  z-index: 2;
}
@media (max-width: 575px) {
  .tp-header-2-area {
    margin-bottom: 0;
  }
}
.tp-header-2-top-info .mail a {
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-heading-primary);
  margin-right: 50px;
}
.tp-header-2-top-info .mail a:hover {
  color: var(--tp-theme-primary);
}
.tp-header-2-top-info .mail a i {
  margin-right: 8px;
}
.tp-header-2-top-info .social a {
  position: relative;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--tp-common-gray);
  color: var(--tp-heading-primary);
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
}
.tp-header-2-top-info .social a i {
  position: relative;
  transition: none;
  z-index: 2;
}
.tp-header-2-top-info .social a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: var(--tp-gradient-primary);
  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;
  z-index: 0;
}
.tp-header-2-top-info .social a:hover {
  color: var(--tp-common-white);
}
.tp-header-2-top-info .social a:hover::after {
  opacity: 1;
}
.tp-header-2-top-btn .tp-btn {
  text-transform: uppercase;
  border-radius: 0;
  padding: 17px 24px;
  display: block;
}
.tp-header-2-top-btn .tp-btn i {
  margin-left: 4px;
  transform: translateY(1px);
}
.tp-header-2-center {
  padding-top: 37px;
  padding-bottom: 34px;
}
.tp-header-2-center-color::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: var(--tp-common-gray);
  height: 165px;
  width: 66%;
  z-index: -1;
  clip-path: polygon(6% 0, 100% 0%, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-2-center-color::before {
    width: 73%;
  }
}
.tp-header-2-center-info-inner {
  position: relative;
}
.tp-header-2-center-info-inner:not(:first-of-type) {
  padding-left: 60px;
}
.tp-header-2-center-info-inner:not(:last-of-type)::after {
  position: absolute;
  content: "";
  border-right: 1px solid #0E1E2A;
  opacity: 0.2;
  height: 46px;
  right: -35px;
  top: 10px;
}
.tp-header-2-center-info-icon span {
  font-size: 40px;
  font-weight: 900;
  background: var(--tp-gradient-primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin-right: 20px;
  display: block;
}
.tp-header-2-center-info-content p {
  font-size: 14px;
  font-weight: 400;
  color: var(--tp-heading-primary);
}
.tp-header-2-center-info-content span {
  font-family: var(--tp-ff-heading);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.8px;
  color: var(--tp-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-header-2-bottom {
    background: var(--tp-common-white);
  }
}
.tp-header-2-bottom-color {
  background: var(--tp-common-white);
  padding: 0 18px 0 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-header-2-bottom-color {
    padding: 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: 575px) {
  .tp-header-2-bottom-right .tp-header-hamburger-btn .hamburger-btn span {
    color: var(--tp-heading-primary);
  }
  .tp-header-2-bottom-right .tp-header-hamburger-btn .hamburger-btn span:hover {
    color: var(--tp-theme-primary);
  }
}
.tp-header-2-content-search span {
  position: relative;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background: var(--tp-common-gray);
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  color: var(--tp-heading-primary);
}
.tp-header-2-content-search span i {
  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;
  z-index: 2;
}
.tp-header-2-content-search span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: var(--tp-gradient-primary);
  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;
  z-index: 0;
}
.tp-header-2-content-search span:hover {
  color: var(--tp-common-white);
}
.tp-header-2-content-search span:hover::after {
  opacity: 1;
}

/*----------------------------------------*/
/*  3.3 Header Style 3
/*----------------------------------------*/
.tp-header-3-box {
  position: relative;
  background: var(--tp-common-white);
  margin-top: 30px;
}
.tp-header-3-main-right::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 286px;
  background: var(--tp-heading-primary);
  z-index: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-3-main-right::before {
    width: 260px;
  }
}
@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-header-3-main-right::before {
    width: 115px;
  }
}
@media (max-width: 575px) {
  .tp-header-3-main-right::before {
    width: 100px;
  }
}
.tp-header-3-main-right .tp-header-hamburger-btn {
  height: 80px;
  line-height: 80px;
  margin-right: 0;
  width: 115px;
}
@media (max-width: 575px) {
  .tp-header-3-main-right .tp-header-hamburger-btn {
    width: 100px;
  }
}
.tp-header-3-main-right .tp-header-3-contact-inner .tp-header-contact-content span {
  font-weight: 500;
  display: block;
  font-size: 20px;
  color: var(--tp-common-white);
  letter-spacing: -0.8px;
}
@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-header-3-main-left .tp-header-logo {
    padding-left: 45px;
    height: 80px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .tp-header-3-main-left .tp-header-logo {
    padding-left: 20px;
    height: 80px;
    line-height: 80px;
  }
}

/* HEADER CSS */
/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
.tp-main-menu {
  position: relative;
}
.tp-main-menu ul {
  counter-reset: count;
}
.tp-main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  transition: none;
}
.tp-main-menu ul li:not(:last-of-type) {
  margin-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-main-menu ul li:not(:last-of-type) {
    margin-right: 15px;
  }
}
.tp-main-menu ul li a {
  display: inline-block;
  font-family: var(--tp-ff-p);
  padding: 39px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.tp-main-menu ul li.has-dropdown > a {
  position: relative;
}
.tp-main-menu ul li.has-dropdown > a::after {
  content: "\f107";
  font-size: 10px;
  color: var(--tp-theme-secondary);
  font-family: var(--tp-ff-fontawesome);
  font-weight: 400;
  margin-left: 6px;
  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-main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background: var(--tp-common-white);
  padding: 0 0 14px 0;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: all 0.3s;
  -webkit-transition: 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.tp-main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 25px;
  transform: translateY(5px);
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
}
.tp-main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.tp-main-menu ul li .submenu li:last-child a {
  border-bottom: 0;
}
.tp-main-menu ul li .submenu li a {
  position: relative;
  padding: 10px 0px;
  font-size: 13px;
  color: var(--tp-common-black);
  width: 100%;
  z-index: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tp-main-menu ul li .submenu li a span {
  transition: all 0.3s ease-in-out;
}
.tp-main-menu ul li .submenu li a span::after {
  display: none;
}
.tp-main-menu ul li .submenu li a::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  height: 2px;
  width: 0;
  background: var(--tp-theme-primary);
  transition: all 0.3s ease-in-out;
}
.tp-main-menu ul li .submenu li .submenu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.tp-main-menu ul li .submenu li:hover > a {
  color: var(--tp-theme-primary);
}
.tp-main-menu ul li .submenu li:hover > a span {
  margin-left: 14px;
}
.tp-main-menu ul li .submenu li:hover > a::after {
  color: var(--tp-common-white);
}
.tp-main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.tp-main-menu ul li .submenu li:hover > .submenu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.tp-main-menu ul li:hover > a {
  color: rgba(255, 255, 255, 0.7);
}
.tp-main-menu ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  transform: rotateX(0);
}
.tp-main-menu-2-area .tp-main-menu ul li a {
  color: var(--tp-heading-primary);
  padding: 29px 0;
}
.tp-main-menu-3-area .tp-main-menu ul li a {
  color: var(--tp-heading-primary);
  padding: 38px 0;
}
.tp-main-menu-3-area .tp-main-menu ul li a:hover {
  opacity: 0.7;
}

/*----------------------------------------*/
/*  4.2 Meanmenu css
/*----------------------------------------*/
/*----------------------------------------*/
/*  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 .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%;
}
.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-expand.mean-clicked, .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  color: var(--tp-common-white);
}
.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-common-black);
}
.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;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  padding: 10px 0;
  color: #4a4a4a;
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
[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.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  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: 30px;
  line-height: 30px;
  color: #4a4a4a;
  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 i {
  transition: all 0.3s ease-in-out;
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  color: var(--tp-common-black);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover {
  border-color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 10px 5%;
  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 {
  padding: 0;
  min-height: auto;
  background: none;
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
  margin-bottom: 50px;
}
.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-mobile-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: var(--tp-common-white);
  padding: 13px 0 5px;
  z-index: 999;
  border-top: 1px solid var(--tp-border-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-mobile-menu.is-sticky {
  bottom: -120px;
  visibility: hidden;
  opacity: 0;
}
.tp-mobile-menu.is-sticky.bottom-menu-sticky {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}
.tp-mobile-item-btn {
  font-size: 28px;
  text-align: center;
}
.tp-mobile-item-btn span {
  display: block;
  line-height: 1;
  font-size: 13px;
  margin-top: 3px;
}
.tp-mobile-item-btn:hover {
  color: var(--tp-common-black);
}

.tp-main-menu-mobile .tp-submenu {
  display: none;
}
.tp-main-menu-mobile .tp-mega-menu .shop-mega-menu-title {
  margin: 0;
  padding-top: 7px;
}
.tp-main-menu-mobile .tp-mega-menu.shop-mega-menu {
  padding: 0 !important;
  padding-left: 19px !important;
  padding-top: 10px !important;
}
.tp-main-menu-mobile .tp-mega-menu .shop-mega-menu-img {
  margin: 7px 0;
}
.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;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li:not(:last-child) a {
  border-bottom: 1px solid rgba(2, 11, 24, 0.1);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 16px;
  color: #7F8387;
  z-index: 1;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid rgba(2, 11, 24, 0.12);
  transform: translateY(-15px);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn i {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-main-menu-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-theme-primary);
  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);
  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-common-black);
  position: relative;
  padding: 10px 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li > a svg {
  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: 10px 5%;
  text-shadow: none !important;
  visibility: visible;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li ul li li a {
  width: 88%;
  padding: 10px 7%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li ul li li li a {
  width: 83%;
  padding: 10px 9%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li ul li li li li a {
  width: 68%;
  padding: 10px 11%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li:hover > a {
  color: var(--tp-theme-primary);
}
.tp-main-menu-mobile ul li:hover > a::after {
  color: var(--tp-theme-primary);
}
.tp-main-menu-mobile ul li:hover > a .dropdown-toggle-btn i {
  color: var(--tp-theme-primary);
}
.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-primary);
}
.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;
}

/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/
.tp-postbox-thumb {
  position: relative;
}
.tp-postbox-thumb img {
  border-radius: 10px;
}
.tp-postbox-item-thumb img {
  border-radius: 10px;
  max-width: 100%;
}
.tp-postbox-item-thumb .tp-postbox-tag {
  top: inherit;
  position: absolute;
  bottom: 0;
  right: 0;
}
.tp-postbox-item-thumb .tp-postbox-tag p {
  border-radius: 10px 10px 0px 0px;
}
.tp-postbox-content {
  padding-top: 25px;
}
.tp-postbox-tag {
  position: absolute;
  right: 0;
  top: 0;
}
.tp-postbox-tag p {
  color: var(--tp-common-white);
  background: var(--tp-gradient-primary);
  border-radius: 0px 10px;
  padding: 15px 22px;
}
.tp-postbox-tag p i {
  font-size: 12px;
  margin-right: 8px;
  transform: translateY(-2px);
}
.tp-postbox-title {
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -1.92px;
  margin-bottom: 22px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-postbox-title {
    font-size: 42px;
  }
}
@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-postbox-title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .tp-postbox-title {
    font-size: 25px;
  }
}
.tp-postbox-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-postbox-meta {
  margin-bottom: 22px;
}
.tp-postbox-meta span {
  position: relative;
  margin-right: 15px;
  font-family: var(--tp-ff-p);
  font-size: 16px;
  color: #67687A;
}
.tp-postbox-meta span:last-child {
  margin-right: 0;
}
.tp-postbox-meta span i {
  color: var(--tp-theme-primary);
  margin-right: 5px;
}
.tp-postbox-blockquote-shape {
  position: absolute;
  top: -15px;
  left: -15px;
}
.tp-postbox-blockquote blockquote {
  background: var(--tp-common-gray);
  border-radius: 10px;
  padding: 25px 52px;
  margin-bottom: 50px;
  margin-top: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-postbox-blockquote blockquote {
    padding: 25px 40px;
  }
}
@media (max-width: 575px) {
  .tp-postbox-blockquote blockquote {
    padding: 25px 20px;
  }
}
.tp-postbox-blockquote blockquote p {
  margin-bottom: 10px;
}
.tp-postbox-blockquote blockquote cite {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  font-style: normal;
  color: var(--tp-heading-primary);
}
.tp-postbox-blockquote blockquote cite::before {
  position: relative;
  content: "";
  display: inline-block;
  background: var(--tp-gradient-primary);
  height: 2px;
  width: 30px;
  top: -4px;
  margin-right: 10px;
}
.tp-postbox-btn {
  font-family: var(--tp-ff-heading);
  font-size: 16px;
  font-weight: 600;
  color: var(--tp-theme-primary);
  display: inline-block;
  padding: 12px 32px;
  border-radius: 10px;
  border: 1px solid #E3E3E3;
}
.tp-postbox-btn:hover {
  color: var(--tp-heading-primary);
}
.tp-postbox-text img {
  max-width: 100%;
}
.tp-postbox-text p {
  margin-bottom: 30px;
}
.tp-postbox-text-single p {
  margin-bottom: 15px;
}
.tp-postbox-details-content {
  padding: 40px 40px 10px;
  background: var(--tp-common-white);
  box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
}
@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-postbox-details-content {
    padding: 40px 30px 10px;
  }
}
@media (max-width: 575px) {
  .tp-postbox-details-content {
    padding: 15px;
  }
}
.tp-postbox-details-title {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -1.92px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-postbox-details-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-postbox-details-title {
    font-size: 35px;
  }
}
.tp-postbox-details-subtitle {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -0.54px;
  margin-bottom: 22px;
}
.tp-postbox-details-text p {
  margin-bottom: 20px;
}
.tp-postbox-details-list {
  margin-top: 26px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-postbox-details-list {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-postbox-details-list-thumb {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.tp-postbox-details-list-thumb img {
  margin-bottom: 30px;
  max-width: 100%;
}
.tp-postbox-details-list-thumb ul li {
  position: relative;
  font-family: var(--tp-ff-p);
  font-weight: 400;
  font-size: 16px;
  color: #67687A;
  list-style: none;
  margin-bottom: 10px;
  margin-left: 20px;
}
.tp-postbox-details-list-thumb ul li::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  top: 8px;
  left: -20px;
  border-radius: 50%;
  background: var(--tp-gradient-primary);
}
.tp-postbox-comment ul li {
  list-style: none;
  margin-bottom: 30px;
}
.tp-postbox-comment ul li .tp-postbox-comment-box {
  position: relative;
  background: var(--tp-common-white);
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  padding: 30px 20px;
}
@media (max-width: 575px) {
  .tp-postbox-comment ul li .tp-postbox-comment-box {
    flex-wrap: wrap;
  }
}
.tp-postbox-comment ul li .tp-postbox-comment-author {
  margin-bottom: 10px;
}
.tp-postbox-comment ul li .tp-postbox-comment-avater {
  margin-right: 20px;
}
@media (max-width: 575px) {
  .tp-postbox-comment ul li .tp-postbox-comment-avater {
    margin-bottom: 30px;
  }
}
.tp-postbox-comment ul li .tp-postbox-comment-avater img {
  border-radius: 5px;
}
.tp-postbox-comment ul li .tp-postbox-comment-name {
  font-size: 24px;
  font-weight: 600;
}
.tp-postbox-comment ul li .tp-postbox-comment-meta {
  color: #0E1E2A;
}
.tp-postbox-comment ul li .tp-postbox-comment-reply a {
  position: absolute;
  top: 30px;
  right: 30px;
  display: inline-block;
  font-family: var(--tp-ff-heading);
  font-size: 16px;
  font-weight: 600;
  color: var(--tp-common-white);
  text-transform: uppercase;
  background: var(--tp-gradient-primary);
  border-radius: 3px;
  padding: 9px 22px;
}
.tp-postbox-input-form {
  margin-bottom: 30px;
}
.tp-postbox-input-form .tp-postbox-details-subtitle {
  margin-bottom: 10px;
}
.tp-postbox-input-form p {
  margin-bottom: 30px;
}
.tp-postbox-input-form .postbox-input textarea, .tp-postbox-input-form .postbox-input input {
  border-radius: 10px;
  background: var(--tp-common-gray);
  height: 72px;
  margin-bottom: 20px;
  font-size: 16px;
}
.tp-postbox-input-form .postbox-input textarea:focus, .tp-postbox-input-form .postbox-input input:focus {
  border: 1px solid var(--tp-theme-primary);
}
.tp-postbox-input-form .postbox-input textarea::placeholder, .tp-postbox-input-form .postbox-input input::placeholder {
  font-size: 16px;
  color: #67687A;
}
.tp-postbox-input-form .postbox-input textarea {
  height: 220px;
  resize: none;
}
.tp-postbox-input-form .postbox-btn .tp-btn {
  padding: 14px 20px;
}
.tp-postbox-input-form .form-inner-check .form-check-input {
  width: 15px;
  height: 15px;
  margin-right: 8px;
  flex: 0 0 auto;
  transform: translateY(2px);
}
.tp-postbox-input-form .form-inner-check .form-check-input[type=checkbox] {
  border-radius: 0;
}
.tp-postbox-input-form .form-inner-check .form-check-input:focus {
  border-color: var(--tp-theme-primary);
  outline: 0;
  box-shadow: none;
}
.tp-postbox-input-form .form-inner-check .form-check-input:checked {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
}
.tp-postbox-input-form .form-inner-check .form-check-input:hover {
  cursor: pointer;
}
.tp-postbox-input-form .form-inner-check .form-check-label {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-text-body);
}
.tp-postbox-input-form .form-inner-check .form-check-label:hover {
  cursor: pointer;
}
.tp-postbox-pagination ul li {
  list-style: none;
  display: inline-block;
  margin-right: 8px;
}
.tp-postbox-pagination ul li .current {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  background: var(--tp-gradient-primary);
  color: var(--tp-common-white);
}
.tp-postbox-pagination ul li a {
  position: relative;
  font-family: var(--tp-ff-p);
  font-weight: 400;
  font-size: 16px;
  color: #24231D;
  border-radius: 5px;
  border: 1px solid #E3E3E3;
  text-align: center;
  display: inline-block;
  padding: 7px 15px;
}
.tp-postbox-pagination ul li a:hover {
  color: var(--tp-common-white);
}
.tp-postbox-pagination ul li a:hover::before {
  opacity: 1;
}
.tp-postbox-pagination ul li a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--tp-gradient-primary);
  left: 0;
  top: 0;
  z-index: -1;
  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;
}

/*----------------------------------------*/
/*  5.2 Recent Post css
/*----------------------------------------*/
.tp-rc__post ul li:not(:last-child) {
  margin-bottom: 15px;
}
.tp-rc__post-thumb img {
  border-radius: 5px;
}
.tp-rc__post-title {
  font-weight: 600;
  font-size: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .tp-rc__post-title {
    font-size: 20px;
  }
}
.tp-rc__post-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-rc__meta span {
  font-family: var(--tp-ff-p);
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-heading-primary);
  display: inline-block;
  margin-bottom: 10px;
}

/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/
.tp-sidebar-wrapper {
  position: sticky;
  top: 100px;
}
.tp-sidebar-widget {
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .tp-sidebar-widget {
    padding: 20px;
  }
}
.tp-sidebar-widget.search {
  background: var(--tp-common-gray);
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-sidebar-widget.search {
    margin-top: 20px;
  }
}
.tp-sidebar-widget-title {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.96px;
  border-bottom: 3px solid #E3E3E3;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.tp-sidebar-widget-title::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 80px;
  background: var(--tp-gradient-primary);
  bottom: -3px;
  left: 0;
}
.tp-sidebar-widget ul li {
  list-style: none;
  margin-bottom: 20px;
}
.tp-sidebar-widget ul li a {
  font-family: var(--tp-ff-heading);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.8px;
  color: var(--tp-heading-primary);
}
.tp-sidebar-widget ul li a:hover {
  color: var(--tp-theme-primary);
}
.tp-sidebar-widget ul li a i {
  font-weight: 900;
  font-size: 14px;
  color: var(--tp-theme-primary);
  height: 28px;
  width: 28px;
  margin-right: 4px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  border: 1px solid #E3E3E3;
  border-radius: 50%;
}
.tp-sidebar-search {
  position: relative;
}
.tp-sidebar-search input {
  width: 100%;
  height: 72px;
  line-height: 72px;
  border-radius: 10px;
  background: var(--tp-common-white);
  padding: 0 25px;
  border: 1px solid #fff;
  padding-right: 77px;
  font-size: 16px;
}
.tp-sidebar-search input::placeholder {
  font-size: 16px;
}
.tp-sidebar-search input:focus {
  border: 1px solid var(--tp-theme-primary);
}
.tp-sidebar-search button {
  position: absolute;
  top: 10px;
  right: 17px;
  height: 52px;
  width: 52px;
  font-size: 16px;
  color: var(--tp-heading-primary);
  border-radius: 5px;
  border: 1px solid #E3E3E3;
}
.tp-sidebar-search button:hover i {
  color: var(--tp-theme-primary);
}
.tp-sidebar-search button i {
  font-weight: 900;
}
.tp-sidebar-about-thumb {
  position: relative;
}
.tp-sidebar-about-thumb::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 96px;
  width: 100%;
  border-radius: 10px 10px 0 0;
  background: var(--tp-heading-primary);
  z-index: -1;
}
.tp-sidebar-about-thumb img {
  border-radius: 10px;
  max-width: 100%;
}
.tp-sidebar-about-content {
  background: var(--tp-heading-primary);
  border-radius: 0 0 10px 10px;
  padding: 25px 0px 60px 0px;
}
.tp-sidebar-about-content h5 {
  font-weight: 600;
  font-size: 24px;
  color: var(--tp-common-white);
  letter-spacing: -0.96px;
}
.tp-sidebar-about-content p {
  color: var(--tp-common-white);
  margin-bottom: 10px;
}
.tp-sidebar-about-content a {
  font-family: var(--tp-ff-p);
  font-size: 16px;
  margin-bottom: 32px;
  display: inline-block;
  font-weight: 400;
  color: var(--tp-common-white);
}
.tp-sidebar-about-content-social a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  background: var(--tp-gradient-primary);
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 0;
}
.tp-sidebar-about-content-social a:hover {
  transform: translateY(-4px);
}

.tagcloud a {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.8px;
  color: var(--tp-heading-primary);
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 5px;
  background: var(--tp-common-gray);
  padding: 16px 15px;
  margin-right: 15px;
}
.tagcloud a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--tp-gradient-primary);
  left: 0;
  top: 0;
  border-radius: 5px;
  z-index: -1;
  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;
}
.tagcloud a:hover {
  color: var(--tp-common-white);
  background: none;
}
.tagcloud a:hover::before {
  opacity: 1;
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.tp-footer-bg {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  z-index: -1;
}
.tp-footer-border {
  border-bottom: 1px solid #3C4958;
  padding-bottom: 30px;
}
.tp-footer-widget .tp-footer-widget-content ul li {
  list-style: none;
}
.tp-footer-widget .tp-footer-widget-content ul li:not(:last-of-type) {
  margin-bottom: 8px;
}
.tp-footer-widget .tp-footer-widget-content ul li a {
  position: relative;
  font-family: var(--tp-ff-p);
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-white);
}
.tp-footer-widget .tp-footer-widget-content ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: #fff;
  transition: 0.5s;
  display: inline-block;
  box-shadow: 0px 4px 12px rgba(1, 16, 61, 0.14);
  border-radius: 6px;
}
.tp-footer-widget .tp-footer-widget-content ul li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.tp-footer-widget-title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.96px;
  color: var(--tp-common-white);
  margin-bottom: 30px;
}
.tp-footer-widget-content p {
  color: var(--tp-common-white);
  margin-bottom: 25px;
}
.tp-footer-widget-social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  margin-right: 5px;
  z-index: 1;
}
.tp-footer-widget-social a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  background: var(--tp-gradient-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;
  opacity: 0;
  z-index: -1;
}
.tp-footer-widget-social a i {
  font-size: 20px;
  font-weight: 400;
  color: var(--tp-common-white);
}
.tp-footer-widget-social a:hover::after {
  opacity: 1;
}
.tp-footer-widget-item-thumb {
  margin-right: 15px;
}
.tp-footer-widget-item-thumb img {
  border-radius: 5px;
}
.tp-footer-widget-item-content span {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 5px;
  color: var(--tp-common-white);
}
.tp-footer-widget-item-content span i {
  background: linear-gradient(90deg, #A977F6 0%, #6D18EF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.tp-footer-widget-item-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.8px;
  margin: 0;
  color: var(--tp-common-white);
}
.tp-footer-widget-item-title a {
  background-image: linear-gradient(#f1f1f5, #f3f3f8), linear-gradient(#f3f3f7, #f2f2f7);
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}
.tp-footer-widget-item-title:hover a {
  background-size: 0 1px, 100% 1px;
}
.tp-footer-widget-contact-icon {
  margin-right: 20px;
}
.tp-footer-widget-contact-icon span {
  height: 40px;
  width: 40px;
  display: inline-block;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: var(--tp-common-white);
  background: var(--tp-gradient-primary);
}
.tp-footer-widget-contact-content a {
  font-family: var(--tp-ff-p);
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-white);
}
.tp-footer-input-email {
  margin-bottom: 30px;
}
.tp-footer-input-email input {
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 60px;
}
.tp-footer-input-email input::placeholder {
  font-family: var(--tp-ff-p);
  font-size: 16px;
  font-weight: 400;
}
.tp-footer-input-email span {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 60px;
  line-height: 50px;
  text-align: center;
  background: var(--tp-gradient-primary);
  font-weight: 900;
  font-size: 16px;
  color: var(--tp-common-white);
}
.tp-footer-copyright-area {
  padding-top: 30px;
  padding-bottom: 28px;
}
.tp-footer-copyright-inner p {
  color: var(--tp-common-white);
  opacity: 0.7;
}
.tp-footer-copyright-inner a {
  font-family: var(--tp-ff-p);
  font-size: 16px;
  font-weight: 400;
  opacity: 0.7;
  color: var(--tp-common-white);
}
.tp-footer-copyright-inner a:hover {
  color: var(--tp-common-white);
  opacity: 1;
}
.tp-footer-copyright-inner a:not(:last-of-type) {
  margin-right: 24px;
}

/* footer col design for home 1 */
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-col-1 {
    padding-right: 0;
  }
}
.tp-footer-col-2 {
  padding-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-col-2 {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-col-2 {
    padding-left: 0;
  }
}
/*----------------------------------------*/
/*  6.2 Footer Style 2
/*----------------------------------------*/
.tp-footer-2-main {
  border-bottom: 1px solid #3C4958;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-2-main {
    padding-bottom: 20px;
  }
}
.tp-footer-2-widget-content .tp-footer-widget-title {
  margin-bottom: 25px;
}
.tp-footer-2-widget-content p {
  color: var(--tp-common-white);
  margin-bottom: 30px;
}
.tp-footer-2-widget-content ul li {
  margin-bottom: 15px;
  list-style: none;
}
.tp-footer-2-widget-content ul li:hover a i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-footer-2-widget-content ul li a {
  font-family: var(--tp-ff-p);
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-white);
}
.tp-footer-2-widget-content ul li a i {
  margin-right: 5px;
  font-size: 16px;
  font-weight: 900;
  background: linear-gradient(90deg, #A977F6 0%, #6D18EF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.tp-footer-2-widget-bg {
  background: var(--tp-heading-primary);
  padding: 60px 30px 80px 30px;
  border: 1px solid #3C4958;
  border-radius: 5px;
}
.tp-footer-2-widget-popup a img {
  margin: 0 25px 20px 0;
  border-radius: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-2-widget-popup a img {
    margin: 0 15px 20px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-2-widget-popup a img {
    margin: 0 12px 20px 0;
  }
}
.tp-footer-2-subscribe {
  background: var(--tp-common-gray);
  padding: 40px 50px;
  border-radius: 5px;
  margin-bottom: 55px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-footer-2-subscribe {
    padding: 40px 30px;
  }
}
@media (max-width: 575px) {
  .tp-footer-2-subscribe {
    padding: 20px;
  }
}
.tp-footer-2-subscribe .tp-footer-widget-title {
  margin: 0;
  color: var(--tp-heading-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-2-subscribe .tp-footer-widget-title {
    margin-bottom: 20px;
  }
}
.tp-footer-2-input input {
  height: 72px;
  background: var(--tp-common-white);
  border-radius: 5px;
  padding-right: 220px;
}
@media (max-width: 575px) {
  .tp-footer-2-input input {
    padding-right: 130px;
    padding-left: 10px;
  }
}
.tp-footer-2-input input::placeholder {
  font-family: var(--tp-ff-p);
  font-size: 16px;
  font-weight: 400;
  color: #67687A;
}
.tp-footer-2-input input:focus {
  border: 1px solid var(--tp-theme-primary);
}
.tp-footer-2-input button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--tp-common-white);
  letter-spacing: 0.8px;
  padding: 23px 60px;
  border-radius: 10px;
  background: var(--tp-gradient-primary);
}
@media (max-width: 575px) {
  .tp-footer-2-input button {
    padding: 22px 22px;
  }
}
.tp-footer-2-copyright-area {
  padding-top: 30px;
  padding-bottom: 28px;
}
.tp-footer-2-copyright-inner p {
  color: var(--tp-common-white);
}
.tp-footer-2-copyright-inner a {
  font-family: var(--tp-ff-p);
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-white);
}

/* footer col design for home 2 */
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-2-col-1 {
    padding-right: 0;
  }
}
.tp-footer-2-col-2 {
  padding-left: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-2-col-2 {
    padding-left: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-2-col-2 {
    padding-left: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-2-col-2 {
    padding-left: 0px;
  }
}
.tp-footer-2-col-3 {
  padding-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-2-col-3 {
    padding-left: 0;
  }
}
/*----------------------------------------*/
/*  6.3 Footer Style 3
/*----------------------------------------*/
.tp-footer-3-bg {
  position: absolute;
  top: -115px;
  height: 100%;
  width: 100%;
  text-align: right;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  z-index: -1;
}
.tp-footer-3-bg img {
  max-width: 100%;
}
.tp-footer-3-main {
  border-bottom: 1px solid #3C4958;
}
.tp-footer-3-widget-content p {
  color: var(--tp-common-white);
  margin-bottom: 50px;
}
.tp-footer-3-widget-content ul li {
  list-style: none;
}
.tp-footer-3-widget-content ul li:not(:last-of-type) {
  margin-bottom: 15px;
}
.tp-footer-3-widget-content ul li a {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-white);
  margin-left: 20px;
}
.tp-footer-3-widget-content ul li a::after {
  position: absolute;
  content: "\f00c";
  top: 6px;
  font-family: "Font Awesome 6 pro";
  left: -20px;
  background: var(--tp-common-white);
  opacity: 0.2;
  color: var(--tp-common-black);
  height: 12px;
  width: 12px;
  font-size: 11px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  border-radius: 2px;
}
.tp-footer-3-widget-content ul li a::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: #fff;
  transition: 0.5s;
  display: inline-block;
  box-shadow: 0px 4px 12px rgba(1, 16, 61, 0.14);
  border-radius: 6px;
}
.tp-footer-3-widget-content ul li a:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.tp-footer-3-widget-content-blog-thumb {
  margin-right: 20px;
}
.tp-footer-3-widget-content-blog-thumb img {
  border-radius: 5px;
}
.tp-footer-3-widget-content-blog-content h3 {
  margin-bottom: 8px;
}
.tp-footer-3-widget-content-blog-content p {
  margin: 0;
}

/* footer col design for home 2 */
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-3-col-1 {
    padding-right: 0;
  }
}
.tp-footer-3-col-2 {
  padding-left: 98px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-3-col-2 {
    padding-left: 0;
  }
}
.tp-footer-3-col-3 {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-3-col-3 {
    padding-left: 0;
  }
}
/*----------------------------------------*/
/*  7.1 Hero css
/*----------------------------------------*/
.tp-hero-area {
  z-index: 1;
}
.tp-hero-height {
  min-height: 1150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-height {
    min-height: 930px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-height {
    min-height: 1300px;
  }
}
@media (max-width: 575px) {
  .tp-hero-height {
    min-height: 1000px;
  }
}
.tp-hero-shape .shape-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-shape .shape-bg {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-content {
    padding-top: 170px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-content {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .tp-hero-content {
    margin-bottom: 20px;
    padding-top: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-content-review {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .tp-hero-content-review {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
}
.tp-hero-content-review-thumb {
  margin-right: 15px;
}
@media (max-width: 575px) {
  .tp-hero-content-review-thumb {
    margin-bottom: 15px;
  }
}
.tp-hero-content-review-title {
  font-weight: 600;
  font-size: 24px;
  color: var(--tp-common-white);
  letter-spacing: -0.96px;
  margin: 0;
}
@media (max-width: 575px) {
  .tp-hero-content-review-title {
    font-size: 20px;
  }
}
.tp-hero-content-review-title .text {
  margin-left: 5px;
}
.tp-hero-thumb img {
  max-width: 100%;
}
.tp-hero-thumb-shape .shape-1 {
  position: absolute;
  bottom: 29%;
  left: 9%;
  animation: tpupdown 1s infinite alternate;
}
@media (max-width: 575px) {
  .tp-hero-thumb-shape .shape-1 {
    display: none;
  }
}
.tp-hero-thumb-shape .shape-2 {
  position: absolute;
  top: 34%;
  right: -10%;
  animation: tptranslateX2 3s ease-in-out 1s forwards infinite alternate;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-thumb-shape .shape-2 {
    right: -8%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-thumb-shape .shape-2 {
    right: 0%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-thumb-shape .shape-2 {
    top: 40%;
    right: -35px;
  }
}
@media (max-width: 575px) {
  .tp-hero-thumb-shape .shape-2 {
    display: none;
  }
}
.tp-hero-title {
  color: var(--tp-common-white);
  font-weight: 600;
  font-size: 75px;
  line-height: 1.3;
  letter-spacing: -3px;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-title {
    font-size: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .tp-hero-title {
    font-size: 40px;
  }
}
.tp-hero-title-wrapper {
  margin-bottom: 58px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-title-wrapper {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .tp-hero-btn {
    margin-right: 15px;
  }
}
.tp-hero-2-height {
  min-height: 810px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-2-height {
    min-height: 700px;
  }
}
.tp-hero-2-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  -webkit-transition: all 10s linear 0s;
  -moz-transition: all 10s linear 0s;
  -o-transition: all 10s linear 0s;
  transition: all 10s linear 0s;
}
.tp-hero-2-overlay::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--tp-heading-primary);
  opacity: 0.6;
}
.tp-hero-2-content {
  position: relative;
  padding-top: 250px;
}
.tp-hero-2-title {
  font-weight: 600;
  font-size: 75px;
  line-height: 95px;
  letter-spacing: -3px;
  text-transform: capitalize;
  color: var(--tp-common-white);
  margin-bottom: 36px;
  animation-delay: 0.8s;
  animation-duration: 1s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2-title {
    font-size: 60px;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-2-title {
    font-size: 50px;
    line-height: 1.1;
  }
}
@media (max-width: 575px) {
  .tp-hero-2-title {
    font-size: 48px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .tp-hero-2-title br {
    display: none;
  }
}
.tp-hero-2-subtitle {
  display: inline-block;
  margin-bottom: 16px;
  font-family: var(--tp-ff-heading);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.8px;
  color: var(--tp-common-white);
  animation-delay: 0.6s;
  animation-duration: 0.8s;
}
.tp-hero-2-button-wrapper {
  animation-delay: 1s;
  animation-duration: 1.2s;
}
.tp-hero-3-main-wrapper {
  padding-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3-main-wrapper {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .tp-hero-3-main-wrapper {
    padding-top: 130px;
  }
}
.tp-hero-3-shape .shape-bg-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 575px) {
  .tp-hero-3-shape .shape-bg-1 {
    display: none;
  }
}
.tp-hero-3-shape .shape-bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3-shape .shape-bg-2 {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-3-shape .shape-bg-2 {
    width: 56%;
  }
}
@media (max-width: 575px) {
  .tp-hero-3-shape .shape-bg-2 {
    display: none;
  }
}
.tp-hero-3-height {
  min-height: 860px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3-height {
    min-height: 790px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3-height {
    min-height: 1260px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-3-height {
    min-height: 1100px;
  }
}
@media (max-width: 575px) {
  .tp-hero-3-height {
    min-height: 900px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-3-content {
    margin-bottom: 30px;
  }
}
.tp-hero-3-thumb {
  animation-delay: 0.8s;
  animation-duration: 1s;
}
.tp-hero-3-thumb img {
  max-width: 100%;
}
.tp-hero-3-title-wrapper .tp-section-title-pre {
  animation-delay: 0.6s;
  animation-duration: 0.8s;
}
.tp-hero-3-title-wrapper .tp-hero-title {
  color: var(--tp-heading-primary);
  margin-bottom: 55px;
  animation-delay: 0.8s;
  animation-duration: 1s;
}
@media (max-width: 575px) {
  .tp-hero-3-title-wrapper .tp-hero-title {
    margin-bottom: 30px;
  }
}
.tp-hero-3-btn-2 .tp-btn-transparent {
  color: var(--tp-heading-primary);
  box-shadow: 2px 1020px 1px #f4f5fa inset;
}
.tp-hero-3-btn-wrapper {
  animation-delay: 1s;
  animation-duration: 1.2s;
}

.swiper-slide.swiper-slide-active .tp-hero-2-title {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.swiper-slide.swiper-slide-active .tp-hero-2-subtitle {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.swiper-slide.swiper-slide-active .tp-hero-2-button-wrapper {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.swiper-slide.swiper-slide-active .tp-hero-2-bg {
  visibility: visible;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*----------------------------------------*/
/*  7.2 features css
/*----------------------------------------*/
.tp-features-area {
  margin-top: -120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-features-area {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.tp-features-wrapper {
  position: relative;
  background: var(--tp-common-white);
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  text-align: center;
  z-index: 2;
  padding: 55px 36px 35px 36px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-features-wrapper {
    padding: 55px 25px 30px 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-features-wrapper {
    padding: 52px 10px 20px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-features-wrapper {
    margin-bottom: 50px;
  }
}
.tp-features-wrapper:hover .tp-features-point span {
  animation: lara 1s infinite linear;
}
.tp-features-point span {
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  font-size: 27px;
  letter-spacing: -0.54px;
  color: var(--tp-common-white);
  background: var(--tp-gradient-primary);
}
.tp-features-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.96px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-features-title {
    font-size: 22px;
  }
}
.tp-features-2-shape {
  position: absolute;
  top: -70%;
  right: 0;
  z-index: -1;
}
.tp-features-2-item-icon {
  position: relative;
  margin-bottom: 40px;
}
.tp-features-2-item-icon i {
  font-size: 50px;
  font-style: normal;
  height: 120px;
  width: 120px;
  border: 1px solid var(--tp-theme-primary);
  border-radius: 5px;
  display: inline-block;
  line-height: 120px;
  background: linear-gradient(90deg, #A977F6 0%, #6D18EF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.tp-features-2-item-icon span {
  position: absolute;
  bottom: -15px;
  right: 27%;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  border-radius: 5px 0px 5px 5px;
  color: var(--tp-common-white);
  background: var(--tp-gradient-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-features-2-item-icon span {
    right: 22%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-features-2-item-icon span {
    right: 16%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-features-2-item-icon span {
    right: 35%;
  }
}
@media (max-width: 575px) {
  .tp-features-2-item-icon span {
    right: 30%;
  }
}
.tp-features-2-title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.96px;
  color: #3C4958;
  margin-bottom: 12px;
}
.tp-features-2-title-wrapper {
  margin-bottom: 68px;
}
.tp-features-3-bg::before {
  position: absolute;
  content: "";
  background: var(--tp-common-gray);
  height: 100%;
  width: 79%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-features-3-bg::before {
    width: 100%;
  }
}
.tp-features-3-wrapper {
  padding-top: 50px;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-features-3-wrapper {
    padding-top: 0;
    padding-right: 0;
  }
}
.tp-features-3-wrapper p {
  margin-bottom: 40px;
}
.tp-features-3-thumb img {
  max-width: 100%;
}
.tp-features-3-title-wrapper .tp-section-title {
  margin-bottom: 20px;
}
.tp-features-3-thumb img {
  border: 10px solid var(--tp-common-white);
  filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.07));
  border-radius: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-features-3-btn {
    margin-bottom: 30px;
  }
}
.tp-features-3-btn .tp-btn {
  padding: 15px 30px;
}

/*----------------------------------------*/
/*  7.3 about css
/*----------------------------------------*/
.tp-about-shape {
  position: absolute;
  top: -75px;
  right: 0;
  z-index: -1;
}
.tp-about-counter {
  position: absolute;
  right: 42px;
  top: 42px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-counter {
    right: 0px;
    top: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-counter {
    top: 38%;
  }
}
@media (max-width: 575px) {
  .tp-about-counter {
    display: none;
  }
}
.tp-about-counter-inner {
  position: relative;
  width: 324px;
  height: 204px;
  border-radius: 10px;
  background: transparent;
  background-image: none;
  background-origin: padding-box;
  border: 5px solid transparent;
  background-image: var(--tp-gradient-primary);
  background-origin: border-box;
  box-shadow: 2px 1020px 1px white inset;
  padding: 30px;
  z-index: 1;
}
.tp-about-counter-icon {
  margin-right: 15px;
}
.tp-about-counter-title {
  font-weight: 600;
  font-size: 38px;
  letter-spacing: -1.92px;
  margin-bottom: 0;
}
.tp-about-counter-content p {
  font-size: 18px;
  font-weight: 700;
  color: var(--tp-heading-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-thumb-wrapper {
    margin-bottom: 55px;
  }
}
.tp-about-thumb img {
  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: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-thumb img {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .tp-about-thumb img {
    max-width: 100%;
  }
}
.tp-about-thumb-2 {
  position: relative;
  text-align: center;
}
@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: 575px) {
  .tp-about-thumb-2 {
    display: inline-block;
  }
}
.tp-about-thumb-2 img {
  border-radius: 10px;
}
.tp-about-thumb-2 .tp-play-btn {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
}
.tp-about-wrapper p {
  margin-bottom: 30px;
}
.tp-about-wrapper-list {
  margin-bottom: 30px;
  display: inline-block;
}
@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: 575px) {
  .tp-about-wrapper-list {
    margin-bottom: 20px;
  }
}
.tp-about-wrapper-list ul li {
  list-style: none;
  float: left;
  width: 50%;
  font-size: 20px;
  font-weight: 500;
  color: var(--tp-heading-primary);
  margin-bottom: 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: 575px) {
  .tp-about-wrapper-list ul li {
    width: 100%;
    float: none;
  }
}
.tp-about-wrapper-list ul li span {
  height: 24px;
  width: 24px;
  line-height: 24px;
  border-radius: 50%;
  margin-right: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  display: inline-block;
  background: var(--tp-gradient-primary);
  color: var(--tp-common-white);
}
.tp-about-wrapper-list ul li:nth-child(even) {
  padding-left: 30px;
}
@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: 575px) {
  .tp-about-wrapper-list ul li:nth-child(even) {
    padding-left: 0;
  }
}
.tp-about-btn .tp-btn {
  padding: 15px 27px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-2-area {
    padding-bottom: 370px;
  }
}
@media (max-width: 575px) {
  .tp-about-2-area {
    padding-top: 80px;
  }
}
.tp-about-2-title-wrapper .tp-section-title {
  margin-bottom: 20px;
}
.tp-about-2-wrapper .fast {
  margin-bottom: 40px;
}
.tp-about-2-wrapper p {
  margin-bottom: 30px;
}
.tp-about-2-wrapper-list {
  display: inline-block;
}
@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: 575px) {
  .tp-about-2-wrapper-list {
    margin-bottom: 20px;
  }
}
.tp-about-2-wrapper-list ul li {
  list-style: none;
  float: left;
  width: 50%;
  font-size: 20px;
  font-weight: 500;
  color: var(--tp-heading-primary);
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-2-wrapper-list ul li {
    width: 100%;
    float: none;
  }
}
.tp-about-2-wrapper-list ul li span {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 5px;
  margin-right: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  display: inline-block;
  background: var(--tp-gradient-primary);
  color: var(--tp-common-white);
}
.tp-about-2-wrapper-list ul li:nth-child(even) {
  padding-left: 30px;
}
@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: 575px) {
  .tp-about-2-wrapper-list ul li:nth-child(even) {
    padding-left: 0;
  }
}
.tp-about-2-shape {
  position: absolute;
  bottom: -305px;
  right: -135px;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-2-shape {
    right: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-2-shape img {
    display: none;
  }
}
.tp-about-2-shape::before {
  position: absolute;
  content: "";
  height: 230px;
  width: 10px;
  background: linear-gradient(90deg, #A977F6 0%, #6D18EF 100%);
  border-radius: 10px;
  bottom: 12px;
  left: -350px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-2-shape::before {
    left: -460px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-2-shape::before {
    left: -460px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-2-shape::before {
    display: none;
  }
}
.tp-about-2-video-thumb img {
  display: block;
}
@media (max-width: 575px) {
  .tp-about-2-video-thumb img {
    display: none;
  }
}
.tp-about-2-video-thumb .tp-play-btn {
  position: absolute;
  top: 42%;
  left: 20%;
  transform: translateX(-10%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2-video-thumb .tp-play-btn {
    left: 27%;
  }
}
@media (max-width: 575px) {
  .tp-about-2-video-thumb .tp-play-btn {
    display: none;
  }
}
.tp-about-2-main-thumb {
  position: absolute;
  top: -20px;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-2-main-thumb {
    top: 0;
  }
}
@media (max-width: 575px) {
  .tp-about-2-main-thumb {
    position: static;
  }
}
.tp-about-2-main-thumb img {
  border-radius: 5px;
}
@media (max-width: 575px) {
  .tp-about-2-main-thumb img {
    max-width: 100%;
  }
}
.tp-about-2-counter {
  position: absolute;
  bottom: -342px;
  right: -50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-2-counter {
    right: -20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-2-counter {
    right: -10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-2-counter {
    right: 0px;
  }
}
@media (max-width: 575px) {
  .tp-about-2-counter {
    top: 0px;
    right: 82px;
  }
}
.tp-about-2-counter-inner {
  position: relative;
  height: 120px;
  width: 280px;
  display: inline-block;
  background: var(--tp-common-white);
  box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
  border-radius: 5px;
  border-right: 2px solid var(--tp-theme-primary);
  padding: 20px 40px 20px 58px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-2-counter-inner {
    width: 100%;
  }
}
.tp-about-2-counter-icon img {
  margin-right: 10px;
}
.tp-about-2-counter-title {
  font-size: 41px;
  font-weight: 700;
}
.tp-about-2-counter-content p {
  font-size: 15px;
  font-weight: 500;
  color: #24155E;
  font-family: var(--tp-ff-heading);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-2-btn {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .tp-about-3-area {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-3-thumb {
    margin-bottom: 30px;
  }
}
.tp-about-3-thumb img {
  max-width: 100%;
}
.tp-about-3-thumb-wrapper {
  position: relative;
  margin-left: -56px;
}
.tp-about-3-thumb .shape-1 {
  position: absolute;
  right: 24%;
  top: 10%;
  animation: tpupdown 1s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-3-thumb .shape-1 {
    right: 20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-3-thumb .shape-1 {
    right: 18%;
  }
}
@media (max-width: 575px) {
  .tp-about-3-thumb .shape-1 {
    display: none;
  }
}
.tp-about-3-thumb .shape-2 {
  position: absolute;
  left: 14%;
  bottom: 36%;
  animation: tptranslateX2 3s ease-in-out 1s forwards infinite alternate;
}
@media (max-width: 575px) {
  .tp-about-3-thumb .shape-2 {
    display: none;
  }
}
.tp-about-3-wrapper .fast {
  margin-bottom: 40px;
}
.tp-about-3-wrapper p {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-3-progress {
    flex-wrap: wrap;
  }
}
.tp-about-3-progress-wrapper {
  border-radius: 5px;
  background: var(--tp-common-gray);
  padding: 27px 25px 35px 25px;
}
.tp-about-3-progress-icon {
  margin-right: 20px;
}
.tp-about-3-progress-content .progress {
  width: 190px;
  height: 5px;
  --bs-progress-bg: var(--tp-common-white);
}
.tp-about-3-progress-content .progress .progress-bar {
  border-radius: 10px;
  background: linear-gradient(90deg, #A977F6 0%, #6D18EF 100%);
}
.tp-about-3-title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.96px;
  margin-bottom: 12px;
}
.tp-about-3-title span {
  color: #67687A;
  font-size: 20px;
  font-weight: 500;
  transform: translate(25px, 5px);
  display: inline-block;
}

/*----------------------------------------*/
/*  7.4 service css
/*----------------------------------------*/
.tp-service-wrapper {
  position: relative;
  background: var(--tp-common-white);
  box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1);
  border-radius: 5px;
  padding: 70px 40px 40px 40px;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .tp-service-wrapper {
    padding: 70px 30px 35px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-service-wrapper {
    margin-bottom: 65px;
  }
}
.tp-service-wrapper:hover .tp-service-wrapper-icon span {
  animation: icon-bounce 0.8s 1;
}
.tp-service-wrapper-icon span {
  position: absolute;
  top: -40px;
  left: 40px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  transition: transform 0.5s ease;
  background: var(--tp-gradient-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .tp-service-wrapper-icon span {
    left: 30px;
  }
}
.tp-service-wrapper-icon span i {
  color: var(--tp-common-white);
  font-size: 32px;
  font-style: normal;
}
.tp-service-wrapper p {
  color: var(--tp-heading-primary);
  margin-bottom: 20px;
}
.tp-service-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.96px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-service-title-wrapper {
    margin-bottom: 80px;
  }
}
.tp-service-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-service-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.8px;
  color: var(--tp-heading-primary);
}
.tp-service-btn:hover {
  color: var(--tp-theme-primary);
}
.tp-service-btn span {
  background: linear-gradient(90deg, #A977F6 0%, #6D18EF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  transform: translateY(0px);
  display: inline-block;
}
.tp-service-2-wrapper {
  padding: 40px;
  border-radius: 5px;
  background: var(--tp-common-white);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .tp-service-2-wrapper {
    padding: 30px;
  }
}
.tp-service-2-wrapper:hover .tp-service-2-icon span i {
  color: var(--tp-common-white);
  -webkit-text-fill-color: inherit;
}
.tp-service-2-wrapper:hover .tp-service-2-icon span::after {
  opacity: 1;
  z-index: -1;
}
.tp-service-2-icon span {
  position: relative;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background: #F2EBFE;
  border-radius: 5px;
  font-size: 20px;
  color: var(--tp-common-white);
  display: inline-block;
  margin-bottom: 20px;
  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-service-2-icon span i {
  font-size: 35px;
  font-style: normal;
  background: linear-gradient(90deg, #A977F6 0%, #6D18EF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: 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;
}
.tp-service-2-icon span::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--tp-gradient-primary);
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-service-2-title {
  font-size: 24px;
  font-weight: 600;
}
.tp-service-2-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-service-details-wrapper p {
  margin-bottom: 20px;
}
.tp-service-details-wrapper ul {
  margin-bottom: 50px;
}
.tp-service-details-wrapper ul li {
  list-style: none;
  font-family: var(--tp-ff-heading);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.8px;
  color: var(--tp-heading-primary);
  margin-bottom: 20px;
}
.tp-service-details-wrapper ul li i {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  color: var(--tp-common-white);
  font-weight: 900;
  background: var(--tp-gradient-primary);
  border-radius: 50%;
  margin-right: 10px;
}
.tp-service-details-thumb img {
  border-radius: 5px;
  margin-bottom: 30px;
  max-width: 100%;
}
.tp-service-details-thumb .tp-play-btn {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 575px) {
  .tp-service-details-thumb .tp-play-btn {
    top: 15%;
  }
}
.tp-service-details-thumb .tp-play-btn .play-btn {
  height: 93px;
  width: 93px;
  line-height: 110px;
}
.tp-service-details-thumb .tp-play-btn .play-btn i {
  font-weight: 900;
  font-size: 30px;
}
.tp-service-details-icon {
  margin-right: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-service-details-box {
    flex-wrap: wrap;
  }
}
.tp-service-details-title {
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -1.92px;
  color: var(--tp-common-black);
}
.tp-service-details-subtitle {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.96px;
  color: #151718;
}
.tp-service-details-subtitle2 {
  font-weight: 700;
  font-size: 27px;
  letter-spacing: -0.54px;
  color: var(--tp-heading-primary);
  margin-bottom: 32px;
}
.tp-service-widget-item {
  border-radius: 5px;
  background: var(--tp-common-gray);
  padding: 20px;
}
.tp-service-widget-tab ul li {
  list-style: none;
}
.tp-service-widget-tab ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
.tp-service-widget-tab ul li.active a i {
  opacity: 1;
  transform: translateX(0);
}
.tp-service-widget-tab ul li:hover a i {
  transform: translateX(0);
  opacity: 1;
}
.tp-service-widget-tab ul li a {
  font-family: var(--tp-ff-heading);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.8px;
  color: #67687A;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: var(--tp-common-white);
  border-radius: 5px;
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
  padding: 20px;
}
.tp-service-widget-tab ul li a i {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-weight: 900;
  display: inline-block;
  background: var(--tp-gradient-primary);
  color: var(--tp-common-white);
  border-radius: 50%;
  transform: translateX(5px);
  -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;
}
.tp-service-widget-touch {
  padding: 40px;
  border-radius: 5px;
  background: var(--tp-heading-primary);
}
.tp-service-widget-touch-icon span {
  position: relative;
  top: -46px;
  display: inline-block;
  width: 92px;
  height: 92px;
  line-height: 94px;
  background: var(--tp-gradient-primary);
  color: var(--tp-common-white);
  font-weight: 900;
  font-size: 38.7368px;
  border-radius: 50%;
  margin-top: -46px;
}
.tp-service-widget-touch-icon span::after {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  top: 4px;
  left: 4px;
}
.tp-service-widget-touch p {
  font-family: var(--tp-ff-heading);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.8px;
  color: var(--tp-common-white);
  margin-bottom: 8px;
}
.tp-service-widget-touch a {
  font-family: var(--tp-ff-heading);
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.96px;
  color: var(--tp-common-white);
}
.tp-service-widget-title {
  font-family: var(--tp-ff-heading);
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 16px;
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  7.5 team css
/*----------------------------------------*/
.tp-team-area {
  position: relative;
  margin-top: -75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-team-area {
    margin-top: 0;
    padding-top: 100px;
  }
}
.tp-team-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.tp-team-shape img {
  max-width: 100%;
}
.tp-team-item-wrapper {
  position: relative;
  border-radius: 5px;
  background: var(--tp-common-white);
  padding: 15px 15px 20px 15px;
  z-index: 2;
}
.tp-team-item-wrapper:hover .tp-team-item-thumb img {
  transform: scale(1.1);
}
.tp-team-item-thumb {
  overflow: hidden;
}
.tp-team-item-thumb img {
  max-width: 100%;
  object-fit: cover;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.tp-team-item-content {
  padding-top: 20px;
}
.tp-team-item-content p {
  margin-bottom: 10px;
}
.tp-team-item-social a {
  position: relative;
  background: var(--tp-common-gray);
  border-radius: 5px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-text-body);
  opacity: 0.7;
  display: inline-block;
  margin-right: 5px;
}
.tp-team-item-social a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  top: 0;
  left: 0;
  background: var(--tp-gradient-primary);
  opacity: 0;
  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-team-item-social a:hover {
  color: var(--tp-common-white);
}
.tp-team-item-social a:hover::before {
  opacity: 1;
}
.tp-team-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.8px;
  margin-bottom: 5px;
}
.tp-team-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-team-2-item {
  position: relative;
  background: var(--tp-common-white);
  border-radius: 5px;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
}
.tp-team-2-item:hover .tp-team-2-social .icon-1 {
  visibility: visible;
  transform: translateX(-42px);
  opacity: 1;
}
.tp-team-2-item:hover .tp-team-2-social .icon-2 {
  visibility: visible;
  transform: translateX(-42px);
  opacity: 1;
}
.tp-team-2-item:hover .tp-team-2-social .icon-3 {
  visibility: visible;
  transform: translateX(-42px);
  opacity: 1;
}
.tp-team-2-item:hover .tp-team-2-call a i {
  color: var(--tp-theme-primary);
}
.tp-team-2-thumb {
  padding: 20px 20px 0 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .tp-team-2-thumb img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-team-2-thumb img {
    min-width: 100%;
  }
}
.tp-team-2-social {
  position: absolute;
  top: 41px;
  right: 0;
}
.tp-team-2-social a {
  font-size: 15px;
  font-weight: 400;
  display: block;
  text-align: center;
  border-radius: 50%;
  line-height: 44px;
  height: 44px;
  width: 44px;
  margin-bottom: 8px;
  color: var(--tp-common-white);
  background: var(--tp-gradient-primary);
}
.tp-team-2-social .icon-1 {
  visibility: hidden;
  opacity: 0;
  transform: translateX(0px);
  transition: all 0.3s ease-in-out;
}
.tp-team-2-social .icon-2 {
  visibility: hidden;
  opacity: 0;
  transform: translateX(0px);
  transition: all 0.4s ease-in-out;
}
.tp-team-2-social .icon-3 {
  visibility: hidden;
  opacity: 0;
  transform: translateX(0px);
  transition: all 0.5s ease-in-out;
}
.tp-team-2-content {
  padding: 22px 0 12px 0;
  border-bottom: 1px solid #E3E3E3;
}
.tp-team-2-title {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.96px;
}
.tp-team-2-title a:hover {
  color: var(--tp-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-team-2-title-wrapper {
    margin-bottom: 0;
  }
}
.tp-team-2-call {
  padding: 12px 0 20px 0;
}
.tp-team-2-call a {
  font-size: 16px;
  font-weight: 400;
  color: #67687A;
}
.tp-team-2-call a i {
  margin-right: 5px;
  color: var(--tp-heading-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-team-3-item {
  position: relative;
  background: var(--tp-common-white);
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  -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-3-item:hover {
  border-color: transparent;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
}
.tp-team-3-item:hover .tp-team-3-social .icon-1 {
  visibility: visible;
  transform: translateY(-58px);
  opacity: 1;
}
.tp-team-3-item:hover .tp-team-3-social .icon-2 {
  visibility: visible;
  transform: translateY(-58px);
  opacity: 1;
}
.tp-team-3-item:hover .tp-team-3-social .icon-3 {
  visibility: visible;
  transform: translateY(-58px);
  opacity: 1;
}
.tp-team-3-thumb img {
  width: 100%;
}
.tp-team-3-social {
  position: absolute;
  bottom: 23%;
  left: 32%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team-3-social {
    left: 15%;
  }
}
.tp-team-3-social a {
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  border-radius: 6.16667px;
  line-height: 37px;
  height: 37px;
  width: 37px;
  margin-left: 10px;
  color: var(--tp-common-white);
  background: var(--tp-gradient-primary);
}
.tp-team-3-social .icon-1 {
  visibility: hidden;
  opacity: 0;
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
}
.tp-team-3-social .icon-2 {
  visibility: hidden;
  opacity: 0;
  transform: translateY(0px);
  transition: all 0.4s ease-in-out;
}
.tp-team-3-social .icon-3 {
  visibility: hidden;
  opacity: 0;
  transform: translateY(0px);
  transition: all 0.5s ease-in-out;
}
.tp-team-3-content {
  padding: 35px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-3-content {
    padding: 30px 0;
  }
}
.tp-team-3-active-controls .slider_pagination .swiper-pagination-bullet {
  margin-left: 15px;
  height: 10px;
  width: 10px;
  opacity: 1;
  border: 1px solid transparent;
  background-image: var(--tp-gradient-primary);
  background-origin: border-box;
  border-radius: 50%;
  box-shadow: 0px 80px 0px #fff inset;
  -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-3-active-controls .slider_pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(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-team-3-active-controls .slider_pagination .swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #A977F6 0%, #6D18EF 100%);
  box-shadow: none;
  transform: scale(1);
}
.tp-team-3-active-controls .slider_pagination .swiper-pagination-bullet-active::after {
  border-color: var(--tp-theme-primary);
  transform: translate(-50%, -50%) scale(1);
}
.tp-team-breadcrumb-item-wrapper {
  background: var(--tp-common-white);
  padding: 15px 15px 20px 15px;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-team-breadcrumb-item-wrapper {
    margin-bottom: 50px;
  }
}
.tp-team-breadcrumb-item-wrapper:hover .tp-team-item-thumb img {
  transform: scale(1.1);
}
.tp-team-details-wrapper p {
  margin-bottom: 20px;
}
.tp-team-details-wrapper span {
  font-family: var(--tp-ff-heading);
  font-weight: 600;
  color: var(--tp-heading-primary);
  font-size: 24px;
  letter-spacing: -0.96px;
  display: block;
  margin-bottom: 25px;
}
.tp-team-details-skill {
  margin-top: 50px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-team-details-skill {
    flex-wrap: wrap;
  }
}
.tp-team-details-skill-thumb {
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-team-details-skill-thumb {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-team-details-skill-thumb img {
    max-width: 100%;
  }
}
.tp-team-details-skill-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.96px;
}
.tp-team-details-progress-item {
  margin-bottom: 30px;
}
.tp-team-details-progress-item .progress {
  --bs-progress-bg: var(--tp-common-gray);
  height: 5px;
}
.tp-team-details-progress-item .progress .progress-bar {
  border-radius: none;
  background: linear-gradient(90deg, #A977F6 0%, #6D18EF 100%);
}
.tp-team-details-progress-title h5 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.8px;
}
.tp-team-details-progress-title h5 span {
  font-family: var(--tp-ff-heading);
  font-size: 16px;
  font-weight: 400;
}
.tp-team-details-progress-title h5 .pursent-1 {
  position: absolute;
  top: 2px;
  right: 40px;
}
.tp-team-details-progress-title h5 .pursent-2 {
  position: absolute;
  top: 2px;
  right: 95px;
}
.tp-team-details-title {
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -1.92px;
  margin-bottom: 14px;
}
.tp-team-details-contact-title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.96px;
  margin-bottom: 34px;
}
.tp-team-details-contact-form {
  border-radius: 10px;
  border: 1px solid #E3E3E3;
  padding: 25px 30px;
}
@media (max-width: 575px) {
  .tp-team-details-contact-form {
    padding: 25px 15px;
  }
}
.tp-team-details-contact-form .tp-contact-input input, .tp-team-details-contact-form .tp-contact-input textarea {
  border-radius: 10px;
  background: var(--tp-common-gray);
  height: 72px;
  margin-bottom: 30px;
}
.tp-team-details-contact-form .tp-contact-input input:focus, .tp-team-details-contact-form .tp-contact-input textarea:focus {
  border: 1px solid var(--tp-theme-primary);
  font-size: 16px;
}
.tp-team-details-contact-form .tp-contact-input input::placeholder, .tp-team-details-contact-form .tp-contact-input textarea::placeholder {
  font-size: 16px;
}
.tp-team-details-contact-form .tp-contact-input textarea {
  resize: none;
  height: 190px;
}
.tp-team-details-about-thumb {
  position: relative;
}
.tp-team-details-about-thumb img {
  border-radius: 10px 10px 0px 0px;
  max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-team-details-about-thumb img {
    min-width: 100%;
  }
}
.tp-team-details-about-thumb-content {
  background: var(--tp-common-white);
  box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
  border-radius: 10px;
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  height: 110px;
  padding: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-team-details-about-thumb-content {
    width: 90%;
  }
}
.tp-team-details-about-thumb-content h4 {
  font-size: 24px;
  font-weight: 600;
}
.tp-team-details-about-content {
  border-radius: 0px 0px 10px 10px;
  padding: 30px;
  background: var(--tp-common-gray);
}
.tp-team-details-about-content p {
  color: #0E1E2A;
  margin-bottom: 15px;
}
.tp-team-details-about-content-info {
  margin-bottom: 45px;
}
.tp-team-details-about-content-info p {
  font-family: var(--tp-ff-heading);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.8px;
  color: #67687A;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.tp-team-details-about-content-info p span {
  font-family: var(--tp-ff-heading);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.8px;
  color: var(--tp-heading-primary);
}
.tp-team-details-about-social p {
  font-family: var(--tp-ff-heading);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.8px;
  color: #67687A;
}
.tp-team-details-about-social a {
  font-size: 14px;
  font-weight: 400;
  color: var(--tp-theme-primary);
  margin-right: 15px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0);
}
.tp-team-details-about-social a:hover {
  background: white;
}
.tp-team-details-navigation-border {
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  padding: 29px 30px;
}
.tp-team-details-navigation-content.left h4 i {
  margin-right: 20px;
}
.tp-team-details-navigation-content.right h4 i {
  margin-left: 20px;
}
.tp-team-details-navigation-content h4 {
  margin: 0;
}
.tp-team-details-navigation-content h4 i {
  color: var(--tp-common-white);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
  background: var(--tp-gradient-primary);
}

/*----------------------------------------*/
/*  7.6 contact css
/*----------------------------------------*/
.tp-contact-thumb-wrapper {
  padding-left: 18px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-thumb-wrapper {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-thumb-wrapper {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-thumb-wrapper {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-thumb-wrapper {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-thumb-wrapper img {
    max-width: 100%;
  }
}
.tp-contact-thumb-shape .shape-1 {
  position: absolute;
  left: 25px;
  bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-thumb-shape .shape-1 {
    bottom: -20px;
    left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-thumb-shape .shape-1 {
    bottom: -35px;
    left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-thumb-shape .shape-1 {
    left: 0px;
    bottom: -10px;
  }
}
@media (max-width: 575px) {
  .tp-contact-thumb-shape .shape-1 {
    display: none;
  }
}
.tp-contact-thumb-shape .shape-2 {
  position: absolute;
  right: -40px;
  top: 55px;
  animation: lara 1s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-thumb-shape .shape-2 {
    top: 24%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-thumb-shape .shape-2 {
    top: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-thumb-shape .shape-2 {
    top: 22%;
    right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-thumb-shape .shape-2 {
    right: -15px;
    top: 20%;
  }
}
@media (max-width: 575px) {
  .tp-contact-thumb-shape .shape-2 {
    display: none;
  }
}
.tp-contact-thumb-shape .shape-3 {
  position: absolute;
  right: -18px;
  bottom: -7px;
  animation: tptranslateX2 3s ease-in-out 1s forwards infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-thumb-shape .shape-3 {
    right: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-thumb-shape .shape-3 {
    right: 0;
  }
}
@media (max-width: 575px) {
  .tp-contact-thumb-shape .shape-3 {
    display: none;
  }
}
.tp-contact-form .form-group {
  margin-bottom: 25px;
}
.tp-contact-form .form-group .label {
  font-family: var(--tp-ff-p);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}
.tp-contact-form .form-group input {
  height: 60px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #E3E3E3;
}
.tp-contact-form .form-group input:focus {
  border: 1px solid var(--tp-theme-primary);
  box-shadow: none;
}
.tp-contact-form .form-group textarea {
  height: 100px;
  font-size: 16px;
  border-radius: 5px;
  resize: none;
  border: 1px solid #E3E3E3;
}
.tp-contact-form .form-group textarea:focus {
  border: 1px solid var(--tp-theme-primary);
  box-shadow: none;
}
.tp-contact-form .form-group .tp-btn {
  position: relative;
  height: 64px;
  width: 100%;
  border: none;
  border-radius: 5px;
}
.tp-contact-form.contact-2 .form-group input {
  height: 72px;
}
.tp-contact-form.contact-2 .form-group input::placeholder {
  font-size: 16px;
  font-weight: 400;
}
.tp-contact-form.contact-3 .form-group {
  margin-bottom: 20px;
}
.tp-contact-form.contact-3 .form-group .form-control {
  position: relative;
  height: 72px;
  background: var(--tp-heading-primary);
  border: 1px solid #3C4958;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
}
.tp-contact-form.contact-3 .form-group .form-control::placeholder, .tp-contact-form.contact-3 .form-group .form-control:focus {
  color: var(--tp-common-white);
}
.tp-contact-form.contact-3 .nice-select {
  margin-bottom: 20px;
}
.tp-contact-form.contact-3 .nice-select.wide {
  height: 72px;
  line-height: 72px;
  background: var(--tp-heading-primary);
  border: 1px solid #3C4958;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
}
.tp-contact-form.contact-3 .nice-select.wide .current {
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 400;
}
.tp-contact-form.contact-3 .nice-select::after {
  font-size: 16px;
  font-weight: 900;
  right: 30px;
  color: var(--tp-common-white);
}
.tp-contact-2-title-wrapper .tp-section-title {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-2-title-wrapper {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-2-thumb {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .tp-contact-2-thumb {
    margin-bottom: 50px;
  }
}
.tp-contact-2-thumb img {
  max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-2-thumb img {
    min-width: 100%;
  }
}
.tp-contact-3-bg {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1800px) and (max-width: 1900px), only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-3-bg {
    width: 48%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-3-bg {
    display: none;
  }
}
.tp-contact-3-shape {
  position: absolute;
  top: -160px;
  right: 0;
  z-index: 0;
}
.tp-contact-3-title-wrapper .tp-section-title {
  color: var(--tp-common-white);
}
.tp-contact-3-title-wrapper .tp-section-title-pre {
  color: var(--tp-common-white);
  background: transparent;
  -webkit-text-fill-color: initial;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-information-wrapper {
    flex-wrap: wrap;
  }
}
.tp-contact-map-area {
  margin-top: -60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-map-area {
    margin-top: 20px;
  }
}
.tp-contact-map-content {
  width: 100%;
}
.tp-contact-map-content iframe {
  width: 100%;
  height: 600px;
  border-radius: 5px;
}
.tp-contact-map-info {
  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-contact-map-info:hover {
  transform: translateY(-10px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-map-info {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-map-info {
    margin-right: 0;
  }
}
.tp-contact-map-info-wrapper {
  position: relative;
  padding: 35px 67px 26px 35px;
  background: var(--tp-common-white);
  box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
  border-radius: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-map-info-wrapper {
    padding: 35px 50px 26px 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-map-info-wrapper {
    padding: 30px 10px 26px 20px;
  }
}
.tp-contact-map-info-content a {
  font-family: var(--tp-ff-p);
  font-weight: 400;
  font-size: 16px;
  color: #67687A;
}
.tp-contact-map-info-icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  background: var(--tp-gradient-primary);
  text-align: center;
  border-radius: 5px;
  margin-right: 20px;
}
.tp-contact-map-info-title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.96px;
  margin-bottom: 5px;
}
.tp-contact-box {
  background: var(--tp-common-gray);
  border-radius: 5px;
  padding: 80px 60px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-box {
    padding: 60px 40px 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-box {
    padding: 30px;
  }
}
.tp-contact-box p {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-box p br {
    display: none;
  }
}
.tp-contact-box-input input {
  height: 60px;
  background: var(--tp-common-white);
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  margin-bottom: 30px;
}
.tp-contact-box-input input:focus {
  border: 1px solid var(--tp-theme-primary);
}
.tp-contact-box-input input::placeholder {
  font-size: 16px;
  font-weight: 400;
}
.tp-contact-box-input textarea {
  height: 270px;
  border-radius: 5px;
  resize: none;
  margin-bottom: 30px;
}
.tp-contact-box-input textarea:focus {
  border: 1px solid var(--tp-theme-primary);
}
.tp-contact-box-input textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
}
.tp-contact-box-btn .tp-btn {
  width: 100%;
  text-transform: uppercase;
  border-radius: 5px;
}
.tp-contact-title {
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -1.92px;
  margin-bottom: 34px;
}
@media (max-width: 575px) {
  .tp-contact-title {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .tp-contact-title br {
    display: none;
  }
}

/*----------------------------------------*/
/*  7.7 counter css
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-counter-area {
    padding-bottom: 65px;
  }
}
.tp-counter-bg {
  position: absolute;
  content: "";
  left: 0;
  top: 90px;
  height: 547px;
  width: 100%;
  background: #0E1E2A;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url(../img/counter/shape-bg.png);
  z-index: -1;
}
.tp-counter-wrapper {
  background: var(--tp-gradient-primary);
  border-radius: 5px;
  padding: 55px 0 20px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-counter-wrapper {
    padding: 40px 40px 10px 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-counter-wrapper {
    padding: 50px 0 20px 35px;
  }
}
@media (max-width: 575px) {
  .tp-counter-wrapper {
    padding: 50px 0 20px 30px;
  }
}
.tp-counter-item-icon {
  margin-right: 20px;
}
.tp-counter-item-icon span {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}
.tp-counter-item-icon span i {
  font-size: 35px;
  font-style: normal;
  color: var(--tp-common-white);
}
.tp-counter-item-content p {
  font-family: var(--tp-ff-heading);
  font-weight: 500;
  font-size: 20px;
  color: var(--tp-common-white);
  letter-spacing: -0.8px;
  margin-bottom: 5px;
}
.tp-counter-title {
  font-weight: 700;
  font-size: 27px;
  letter-spacing: -0.54px;
  color: var(--tp-common-white);
  margin: 0;
}
.tp-counter-2-wrapper {
  background: var(--tp-gradient-primary);
  border-radius: 5px;
  padding: 80px 0 40px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-counter-2-wrapper {
    padding: 40px 40px 10px 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-counter-2-wrapper {
    padding: 50px 0 20px 35px;
  }
}
@media (max-width: 575px) {
  .tp-counter-2-wrapper {
    padding: 50px 0 20px 30px;
  }
}
.tp-counter-2-wrapper::before {
  position: absolute;
  content: "";
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: var(--tp-common-gray);
  z-index: -1;
}
.tp-counter-2-item-icon {
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-counter-2-item-icon {
    margin-right: 15px;
  }
}
.tp-counter-2-item-icon span {
  height: 80px;
  width: 80px;
  display: inline-block;
  line-height: 80px;
  background: var(--tp-common-white);
  border-radius: 50%;
  text-align: center;
}
.tp-counter-2-item-icon span i {
  font-size: 35px;
  font-style: normal;
  background: var(--tp-gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.tp-counter-2-item-content p {
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-counter-2-item-content p {
    font-size: 15px;
  }
}
.tp-counter-2-title {
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -1.92px;
  color: var(--tp-common-white);
  margin: 0;
}
.tp-counter-3-area::after {
  position: absolute;
  content: "";
  height: 45%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #0E1E2A;
  z-index: -2;
}
.tp-counter-3-bg::before {
  position: absolute;
  content: "";
  background: var(--tp-gradient-primary);
  height: 100%;
  width: 84%;
  border-radius: 0px 5px 5px 0px;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-counter-3-bg::before {
    width: 88%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-counter-3-bg::before {
    width: 94%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-counter-3-bg::before {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-counter-3-wrapper .tp-counter-2-title {
    font-size: 42px;
  }
}
.tp-counter-3-title {
  color: var(--tp-common-white);
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -1.92px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 575px) {
  .tp-counter-3-title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-counter-3-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-counter-3-title {
    text-align: center;
  }
}

/*----------------------------------------*/
/*  7.8 project css
/*----------------------------------------*/
@media (max-width: 575px) {
  .tp-project-area {
    padding-bottom: 70px;
  }
}
.tp-project-box {
  padding-left: 90px;
  padding-right: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-box {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 575px) {
  .tp-project-box {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .tp-project-title-wrapper {
    margin-bottom: 50px;
  }
}
.tp-project-title-wrapper .tp-section-title {
  color: var(--tp-common-white);
}
.tp-project-item-wrapper:hover .tp-project-item-content span i {
  background-image: linear-gradient(90deg, #A977F6 0%, #6D18EF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.tp-project-item-wrapper:hover .tp-project-item-content span::after {
  opacity: 0;
}
.tp-project-item-wrapper:hover .tp-project-title {
  color: var(--tp-common-white);
}
.tp-project-item-wrapper:hover .tp-project-title::before {
  width: 100%;
  left: 0;
  right: auto;
}
.tp-project-item-thumb img {
  max-width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-project-item-thumb img {
    min-width: 100%;
  }
}
.tp-project-item-content {
  position: absolute;
  bottom: 27px;
  left: 0;
}
.tp-project-item-content span {
  position: relative;
  font-size: 21.3333px;
  font-weight: 900;
  height: 67px;
  width: 67px;
  line-height: 67px;
  display: inline-block;
  text-align: center;
  color: var(--tp-common-white);
  background-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;
  z-index: 0;
}
.tp-project-item-content span i {
  -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-item-content span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 1;
  top: 0px;
  left: auto;
  right: 0;
  background-image: var(--tp-gradient-primary);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  z-index: -1;
}
.tp-project-title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.96px;
  border-radius: 0px 5px 5px 0px;
  background: var(--tp-common-white);
  height: 67px;
  width: 226px;
  line-height: 67px;
  margin: 0;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-project-title {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-title {
    width: 185px;
  }
}
@media (max-width: 575px) {
  .tp-project-title {
    width: 170px;
    font-size: 20px;
  }
}
.tp-project-title::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  bottom: 0px;
  left: auto;
  right: 0;
  background-image: var(--tp-gradient-primary);
  border-radius: 0px 5px 5px 0px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  z-index: -1;
}
.tp-project-title a {
  margin-left: 12px;
  transition: none;
}
.tp-project-2-wrapper {
  background: var(--tp-common-gray);
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
  border-radius: 5px;
  -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-thumb img {
  max-width: 100%;
}
.tp-project-2-content {
  padding: 25px 0;
}
.tp-project-2-content .tp-project-btn a {
  font-family: var(--tp-ff-heading);
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.8px;
}
.tp-project-2-content .tp-project-btn a i {
  font-size: 16px;
  font-weight: 900;
  background: var(--tp-gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  margin-left: 5px;
}
.tp-project-2-content .tp-project-btn a:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-project-2-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.tp-project-2-title a:hover {
  color: var(--tp-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-2-title-wrapper {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-project-2-title-wrapper {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-project-2-btn {
    margin-bottom: 60px;
  }
}
.tp-project-2-btn .tp-btn {
  padding: 15px 27px;
}
.tp-project-2-active .swiper-slide.swiper-slide-active .tp-project-2-wrapper {
  background: var(--tp-common-white);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
}
.tp-project-details-wrapper p {
  margin-bottom: 20px;
}
.tp-project-details-thumb img {
  border-radius: 10px;
  max-width: 100%;
}
.tp-project-details-category {
  margin: -80px 30px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .tp-project-details-category {
    margin: 25px 30px;
  }
}
.tp-project-details-category-item {
  border-radius: 10px;
  background: var(--tp-common-gray);
  padding: 28px;
  -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) {
  .tp-project-details-category-item {
    padding: 15px;
  }
}
.tp-project-details-category-item:hover {
  transform: translateY(-10px);
}
.tp-project-details-category-item-social {
  padding: 17px;
}
.tp-project-details-category-item-social span {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 50%;
  color: var(--tp-theme-primary);
  background: var(--tp-common-white);
  border: 1px solid #E3E3E3;
  margin-right: 5px;
  -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-details-category-item-social span:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
  border: 1px solid var(--tp-theme-primary);
}
.tp-project-details-category-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.8px;
}
.tp-project-details-title {
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -1.92px;
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .tp-project-details-title {
    font-size: 36px;
  }
}
.tp-project-details-list {
  margin-top: 27px;
}
.tp-project-details-list ul li {
  list-style: none;
  font-family: var(--tp-ff-heading);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.8px;
  color: #67687A;
  margin-bottom: 20px;
}
.tp-project-details-list ul li i {
  font-size: 12px;
  font-weight: 900;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  color: var(--tp-common-white);
  background: var(--tp-gradient-primary);
  margin-right: 2px;
  transform: translateY(-2px);
}
.tp-project-details-navigation-content.left h4 i {
  margin-right: 20px;
}
.tp-project-details-navigation-content.right h4 i {
  margin-left: 20px;
}
.tp-project-details-navigation-content h4 {
  font-family: var(--tp-ff-heading);
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.96px;
  margin: 0;
}
.tp-project-details-navigation-content h4:hover {
  color: var(--tp-theme-primary);
}
.tp-project-details-border {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}
.tp-project-details-recent-thumb img {
  border-radius: 10px 10px 0 0;
  max-width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-project-details-recent-thumb img {
    min-width: 100%;
  }
}
.tp-project-details-recent-content {
  position: absolute;
  bottom: 20px;
  left: 30px;
}
.tp-project-details-recent-content p {
  font-family: var(--tp-ff-heading);
  font-size: 12px;
  color: var(--tp-common-white);
  font-weight: 400;
}
.tp-project-details-recent-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--tp-common-white);
  margin-bottom: 0px;
}

/*----------------------------------------*/
/*  7.9 process css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-process-area {
    padding-bottom: 60px;
  }
}
.tp-process-btn .tp-btn {
  padding: 17px 29px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-process-item-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .tp-process-item-wrapper {
    text-align: center;
  }
}
.tp-process-item-wrapper:hover .tp-process-item-point {
  animation: icon-bounce 0.8s 1;
}
.tp-process-item-thumb img {
  border-radius: 5px;
  max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-process-item-thumb img {
    min-width: 100%;
  }
}
.tp-process-item-point {
  position: absolute;
  top: -45px;
  left: 30px;
  border-radius: 10px;
}
.tp-process-item-point-number {
  width: 90px;
  height: 90px;
  display: inline-block;
  line-height: 90px;
  text-align: center;
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.96px;
  background: linear-gradient(90deg, #A977F6 0%, #6D18EF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  border-radius: 10px;
  box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
}
.tp-process-item-content {
  padding-top: 30px;
}
.tp-process-item-content-icon {
  margin-bottom: 20px;
}
.tp-process-item-content-icon span i {
  background: linear-gradient(90deg, #A977F6 0%, #6D18EF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 40px;
  font-style: normal;
}
.tp-process-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 8px;
  letter-spacing: -0.96px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-process-title-wrapper {
    margin-bottom: 0px;
  }
}
.tp-process-2-shape {
  position: absolute;
  top: -294px;
  right: 0;
  z-index: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-process-2-shape {
    display: none;
  }
}
.tp-process-2-wrapper {
  position: relative;
  z-index: 1;
  padding: 48px 40px 50px;
  background: var(--tp-common-white);
  border-radius: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .tp-process-2-wrapper {
    padding: 48px 30px 45px;
  }
}
.tp-process-2-title-wrapper {
  position: relative;
  z-index: 1;
}
.tp-process-2-title-wrapper .tp-section-title {
  color: var(--tp-common-white);
}
.tp-process-2-point {
  position: relative;
  font-family: var(--tp-ff-heading);
  font-weight: 600;
  font-size: 24px;
  color: var(--tp-common-white);
  height: 60px;
  width: 60px;
  line-height: 60px;
  display: inline-block;
  background: var(--tp-gradient-primary);
  border-radius: 50%;
  margin-bottom: 25px;
}
.tp-process-2-point::after {
  position: absolute;
  content: "";
  height: 70px;
  width: 70px;
  border: 1px solid transparent;
  background-image: var(--tp-gradient-primary);
  background-origin: border-box;
  border-radius: 50%;
  top: -5px;
  left: -5px;
  box-shadow: 0px 80px 0px #fff inset;
  z-index: -1;
}
.tp-process-2-title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.96px;
}

/*----------------------------------------*/
/*  7.9 faq css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-faq-area {
    padding-bottom: 80px;
  }
}
.tp-faq-bg-img {
  position: absolute;
  top: -40px;
  left: 0;
  width: 48%;
  height: 110%;
  background-position: center;
  border-radius: 0 10px 10px 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-faq-bg-img {
    display: none;
  }
}
.tp-faq-bg-img .tp-play-btn {
  position: absolute;
  top: 295px;
  left: 44%;
  transform: translateX(44%);
}
.tp-faq-bg-img .tp-play-btn .play-btn {
  position: relative;
  z-index: 1;
  height: 94px;
  width: 94px;
  line-height: 110px;
}
.tp-faq-bg-img .tp-play-btn .play-btn i {
  font-size: 30px;
  font-weight: 900;
}

/*----------------------------------------*/
/*  8.0 blog css
/*----------------------------------------*/
.tp-blog-item-wrapper {
  position: relative;
  background: var(--tp-common-white);
  border-radius: 5px;
  box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
}
.tp-blog-item-wrapper:hover .tp-blog-item-thumb::before {
  animation: shine 800ms;
}
.tp-blog-item-thumb {
  position: relative;
  overflow: hidden;
}
.tp-blog-item-thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.tp-blog-item-thumb img {
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-blog-item-thumb img {
    min-width: 100%;
  }
}
.tp-blog-item-date {
  position: absolute;
  right: 0px;
  top: 53%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-blog-item-date {
    top: 58%;
  }
}
@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: 575px) {
  .tp-blog-item-date {
    top: 50%;
  }
}
.tp-blog-item-date span {
  position: relative;
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px 0px 0px 5px;
  background: var(--tp-gradient-primary);
  padding: 14px 25px;
  z-index: 2;
}
.tp-blog-item-content {
  padding: 54px 40px 30px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-item-content {
    padding: 54px 30px 30px 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-blog-item-content {
    padding: 45px 40px 30px 40px;
  }
}
@media (max-width: 575px) {
  .tp-blog-item-content {
    padding: 54px 40px 30px 25px;
  }
}
.tp-blog-item-content p {
  margin-bottom: 20px;
}
.tp-blog-item-content-btn .tp-blog-btn {
  font-weight: 700;
  font-size: 14px;
  color: var(--tp-heading-primary);
  letter-spacing: 1.28px;
  text-transform: uppercase;
  border-radius: 5px;
  display: inline-block;
  border: 2px solid #E3E3E3;
  padding: 11px 24px;
  transition: all 0.3s ease-in-out;
}
.tp-blog-item-content-btn .tp-blog-btn i {
  font-size: 16px;
  font-weight: 600;
  background: var(--tp-gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  margin-left: 3px;
}
.tp-blog-item-content-btn .tp-blog-btn:hover {
  border: 2px solid var(--tp-theme-primary);
}
.tp-blog-item-content-btn .tp-blog-btn:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-blog-title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.96px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-title {
    font-size: 22px;
  }
}
.tp-blog-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-blog-2-item {
  background: var(--tp-common-white);
  box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
  border-radius: 5px;
}
.tp-blog-2-item:hover .tp-blog-2-item-thumb::before {
  animation: shine 800ms;
}
.tp-blog-2-item-thumb {
  position: relative;
  overflow: hidden;
}
.tp-blog-2-item-thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.tp-blog-2-item-thumb img {
  border-radius: 5px 5px 0px 0px;
  width: 100%;
}
.tp-blog-2-item-content {
  padding: 15px 40px 30px 38px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-2-item-content {
    padding: 15px 30px 30px 30px;
  }
}
.tp-blog-2-item-content p {
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.tp-blog-2-item-date span {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
}
.tp-blog-2-item-date span i {
  background: var(--tp-gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.tp-blog-2-item-bottom-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.8px;
  margin: 0;
}
.tp-blog-2-item-bottom-title i {
  transform: translateY(-2px);
  font-size: 16px;
  font-weight: 900;
  background: var(--tp-gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 5px;
}
.tp-blog-2-item-btn a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
  background: var(--tp-gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.tp-blog-2-item-btn a:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-blog-2-item-btn a i {
  margin-left: 2px;
}
.tp-blog-2-title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.96px;
  color: #3C4958;
  margin-bottom: 14px;
}
.tp-blog-2-title a {
  background-image: linear-gradient(#03041C, #03041C), linear-gradient(#03041C, #03041C);
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}
.tp-blog-2-title a:hover {
  background-size: 0 1px, 100% 1px;
}
.tp-blog-2-nav {
  position: relative;
}
.tp-blog-2-nav button {
  position: absolute;
  bottom: -130px;
  right: 85px;
  height: 67px;
  width: 67px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
  background: #EBE4F7;
  z-index: 1;
}
.tp-blog-2-nav button:hover i {
  background: var(--tp-common-white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.tp-blog-2-nav button:hover::before {
  opacity: 1;
}
.tp-blog-2-nav button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  opacity: 0;
  background: linear-gradient(90deg, #A977F6 0%, #6D18EF 100%);
  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-blog-2-nav button i {
  background: linear-gradient(90deg, #A977F6 0%, #6D18EF 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.tp-blog-2-nav button.blog-button-next-1 {
  right: 0;
}
@media (max-width: 575px) {
  .tp-blog-3-area {
    padding-top: 100px;
  }
}
.tp-blog-3-item {
  background: var(--tp-common-white);
  box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
  border-radius: 5px;
}
.tp-blog-3-item:hover .tp-blog-2-item-thumb::before {
  animation: shine 800ms;
}
.tp-blog-3-item-content {
  padding: 25px 40px 40px 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-3-item-content {
    padding: 25px 30px 30px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .tp-blog-3-item-content {
    padding: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-blog-3-item-content .tp-blog-2-title br {
    display: none;
  }
}
.tp-blog-3-item-content p {
  margin-bottom: 30px;
}
.tp-blog-3-item-info {
  margin-bottom: 24px;
}
.tp-blog-3-item-info-user, .tp-blog-3-item-info-file {
  font-size: 16px;
  font-weight: 400;
  color: #67687A;
  margin-right: 45px;
  -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-3-item-info-user:hover, .tp-blog-3-item-info-file:hover {
  color: var(--tp-heading-primary);
}
.tp-blog-3-item-info-user i, .tp-blog-3-item-info-file i {
  font-size: 16px;
  font-weight: 900;
  background: linear-gradient(90deg, #A977F6 0%, #6D18EF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-right: 5px;
}
.tp-blog-3-date {
  background: var(--tp-gradient-primary);
  text-align: center;
  position: absolute;
  top: -20px;
  right: 20px;
  padding: 14px 29px 14px 30px;
  border-radius: 5px;
  z-index: 2;
}
.tp-blog-3-date h4 {
  font-family: var(--tp-ff-heading);
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  letter-spacing: -0.8px;
  color: var(--tp-common-white);
}
.tp-blog-3-btn .tp-btn-transparent {
  box-shadow: none;
  background: var(--tp-common-white);
  color: var(--tp-heading-primary);
  border: 1px solid #E3E3E3;
  padding: 14px 31px;
}
.tp-blog-3-btn .tp-btn-transparent span {
  transform: translateY(0);
}
.tp-blog-3-btn .tp-btn-transparent:hover {
  border: 1px solid var(--tp-theme-primary);
}
.tp-blog-3-btn .tp-btn-transparent:hover span {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-blog-3-active .swiper-wrapper {
  margin-top: 30px;
}

/*----------------------------------------*/
/*  8.1 testimonial css
/*----------------------------------------*/
.tp-testimonial-item {
  background: var(--tp-common-white);
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  padding: 40px 40px 36px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-testimonial-item {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .tp-testimonial-item {
    padding: 15px;
  }
}
.tp-testimonial-item-thumb {
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-testimonial-item-thumb {
    margin-bottom: 20px;
  }
}
.tp-testimonial-item-thumb img {
  border-radius: 50%;
  margin-bottom: 12px;
}
.tp-testimonial-item-thumb .quote {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
}
.tp-testimonial-item-review span {
  color: #FFD600;
}
.tp-testimonial-item-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.96px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-testimonial-3-btn {
    margin-bottom: 30px;
  }
}
.tp-testimonial-3-btn .tp-btn {
  padding: 15px 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-testimonial-3-title-wrapper {
    margin-bottom: 30px;
  }
}
.tp-testimonial-3-wrapper {
  padding: 40px;
  background: var(--tp-common-white);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-testimonial-3-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .tp-testimonial-3-wrapper {
    padding: 20px;
  }
}
.tp-testimonial-3-thumb {
  margin-bottom: 5px;
}
.tp-testimonial-3-thumb-wrapper {
  padding-right: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-3-thumb-wrapper {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-3-thumb-wrapper {
    padding-right: 40px;
  }
}
.tp-testimonial-3-thumb img {
  border-radius: 100px 100px 0px 100px;
}
.tp-testimonial-3-content {
  padding-top: 20px;
}
.tp-testimonial-3-description {
  font-family: var(--tp-ff-p);
  background: linear-gradient(90deg, #A977F6 0%, #6D18EF 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: 22px;
}
.tp-testimonial-3-title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.96px;
}

/*----------------------------------------*/
/*  8.2 testimonial css
/*----------------------------------------*/
.tp-cta-area {
  margin-top: -148px;
}
.tp-cta-area::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: var(--tp-common-gray);
}
.tp-cta-wrapper {
  position: relative;
  padding: 80px;
  background: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-cta-wrapper {
    padding: 50px;
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
  }
}
@media (max-width: 575px) {
  .tp-cta-wrapper {
    padding: 15px;
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
  }
}
.tp-cta-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 57%;
  height: 100%;
  background: linear-gradient(90deg, #A977F6 0%, #6D18EF 100%);
  clip-path: polygon(0 0, 0 410%, 89% 0);
  z-index: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cta-wrapper::after {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-cta-wrapper::after {
    display: none;
  }
}
.tp-cta-title {
  font-size: 48px;
  font-weight: 600;
  color: var(--tp-common-white);
  letter-spacing: -1.92px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-cta-title {
    color: var(--tp-heading-primary);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-cta-title-wrapper {
    margin-bottom: 30px;
  }
}
.tp-cta-title-wrapper p {
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-cta-title-wrapper p {
    color: var(--tp-heading-primary);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-cta-input {
    z-index: 2;
  }
}
.tp-cta-input input {
  position: relative;
  height: 72px;
  padding-right: 150px;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .tp-cta-input input {
    padding-right: 145px;
    padding-left: 12px;
  }
}
.tp-cta-input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #67687A;
}
.tp-cta-input input:focus {
  border: 1px solid var(--tp-theme-primary);
}
.tp-cta-input button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--tp-common-white);
  letter-spacing: 0.8px;
  padding: 23px 30px;
  border-radius: 0px 5px 5px 0px;
  background: var(--tp-gradient-primary);
}
@media (max-width: 575px) {
  .tp-cta-input button {
    padding: 23px 20px;
  }
}
.tp-cta-3-area::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: var(--tp-heading-primary);
}
.tp-cta-3-box-wrapper {
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
  background: var(--tp-common-white);
  border-radius: 5px;
  border-top: 3px solid var(--tp-theme-primary);
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cta-3-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-cta-3-wrapper {
    justify-content: start !important;
    padding-left: 20px;
  }
}
.tp-cta-3-icon span {
  font-weight: 900;
  font-size: 20px;
  color: var(--tp-common-white);
  height: 60px;
  width: 60px;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  background: var(--tp-gradient-primary);
  border-radius: 50%;
  margin-right: 20px;
}
.tp-cta-3-content a {
  font-family: var(--tp-ff-p);
  font-size: 16px;
  font-weight: 400;
  color: #3C4958;
}
.tp-cta-3-title {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.8px;
}

/*----------------------------------------*/
/*  8.3 business css
/*----------------------------------------*/
.tp-business-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: var(--tp-common-gray);
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-business-thumb img {
    max-width: 100%;
  }
}
.tp-business-wrapper {
  padding: 80px 60px;
  margin-top: 60px;
  border-radius: 5px;
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
  background: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-business-wrapper {
    padding: 60px 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-business-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .tp-business-wrapper {
    padding: 15px;
  }
}
.tp-business-progress-item {
  margin-bottom: 25px;
}
.tp-business-progress-item .progress {
  --bs-progress-bg: #F4F5FA;
  height: 10px;
}
.tp-business-progress-item .progress .progress-bar {
  border-radius: 10px;
  background: linear-gradient(90deg, #A977F6 0%, #6D18EF 100%);
}
.tp-business-progress-title h5 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.8px;
  color: #3C4958;
}
.tp-business-progress-title h5 span {
  font-size: 24px;
  font-weight: 600;
}
.tp-business-progress-title h5 .pursent-1 {
  position: absolute;
  top: 0;
  right: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-business-progress-title h5 .pursent-1 {
    right: 40px;
  }
}
@media (max-width: 575px) {
  .tp-business-progress-title h5 .pursent-1 {
    right: 25px;
  }
}
.tp-business-progress-title h5 .pursent-2 {
  position: absolute;
  top: 0;
  right: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-business-progress-title h5 .pursent-2 {
    right: 80px;
  }
}
@media (max-width: 575px) {
  .tp-business-progress-title h5 .pursent-2 {
    right: 55px;
  }
}
.tp-business-progress-title h5 .pursent-3 {
  position: absolute;
  top: 0;
  right: 205px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-business-progress-title h5 .pursent-3 {
    right: 140px;
  }
}
@media (max-width: 575px) {
  .tp-business-progress-title h5 .pursent-3 {
    right: 80px;
  }
}

/*----------------------------------------*/
/*  8.4 offer css
/*----------------------------------------*/
.tp-offer-area::after {
  position: absolute;
  content: "";
  height: 29%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #0E1E2A;
  z-index: -1;
}
.tp-offer-wrapper {
  background: var(--tp-common-gray);
  border-radius: 10px;
  padding: 20px;
  z-index: 1;
}
.tp-offer-wrapper:hover .tp-offer-wrapper-icon::before {
  opacity: 1;
}
.tp-offer-wrapper:hover .tp-offer-wrapper-icon img {
  filter: brightness(0) invert(1);
}
.tp-offer-wrapper-thumb img {
  min-width: 100%;
  border-radius: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-offer-wrapper-thumb img {
    max-width: 100%;
  }
}
.tp-offer-wrapper-icon {
  position: absolute;
  top: 43%;
  right: 40px;
  text-align: center;
  border-radius: 5px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  background: var(--tp-common-white);
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-offer-wrapper-icon {
    top: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-offer-wrapper-icon {
    top: 34%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .tp-offer-wrapper-icon {
    top: 37%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-offer-wrapper-icon {
    top: 55%;
  }
}
.tp-offer-wrapper-icon 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-offer-wrapper-icon::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--tp-gradient-primary);
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-offer-wrapper-content {
  padding: 40px 20px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .tp-offer-wrapper-content {
    padding: 40px 0px 20px;
  }
}
.tp-offer-wrapper-content p {
  margin-bottom: 30px;
}
.tp-offer-wrapper-btn .tp-btn-transparent {
  box-shadow: 2px 1020px 1px #f4f5fa inset;
  color: var(--tp-common-black);
  padding: 13px 30px;
}
.tp-offer-wrapper-btn .tp-btn-transparent:hover {
  background: var(--tp-gradient-primary);
  box-shadow: 2px 1020px 1px #6d18ef inset;
  border: 2px solid var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-offer-title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.96px;
}
.tp-offer-title a:hover {
  color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  8.5 portfolio css
/*----------------------------------------*/
.tp-portfolio-wrapper {
  border-radius: 5px;
  box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
}
.tp-portfolio-wrapper:hover .tp-portfolio-content::after {
  width: 100%;
}
.tp-portfolio-wrapper:hover .tp-portfolio-title {
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-portfolio-title-wrapper {
    margin-bottom: 30px;
  }
}
.tp-portfolio-thumb img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-portfolio-thumb img {
    min-width: 100%;
  }
}
.tp-portfolio-content {
  padding: 30px 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-portfolio-content {
    padding: 30px 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-content {
    padding: 30px 10px;
  }
}
.tp-portfolio-content::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  border-radius: 0px 0px 5px 5px;
  background: var(--tp-gradient-primary);
  top: 0;
  left: 0;
  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-portfolio-title {
  transition: none;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.96px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-portfolio-btn {
    margin-bottom: 30px;
  }
}
.tp-portfolio-btn .tp-btn {
  padding: 15px 30px;
}

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