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

    Template Name: Youlink - Broadband & Internet HTML Template
    Author: Theme_Pure
    Support: https://help.themepure.net/support/
    Description: Youlink - Broadband & Internet HTML Template
    Version: 1.0

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

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

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

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Back to top
		2.2 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.2 Header Style 2


    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Main menu css

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

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


	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 about css start 
		7.2 blog css start 
		7.3 brand css start
		7.4 cart css start 
		7.5 checkout css start 
		7.6 choose css start 
		7.7 conatct css start 
		7.8 counter css start 
		7.9 cta css start 
		7.10 faq css start 
		7.11 feature css start 
		7.12 hero css start 
		7.13 newslatter css start 
		7.14 price css start 
		7.15 product css start 
		7.16 progress css start 
		7.17 project css start 
		7.18 service css start 
		7.19 team css start 
		7.20 testimonial css start 



**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Mulish:wght@300;400;500;600;700&display=swap" rel="stylesheet');
.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip, .tp-tab-line, .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-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: 'DM Sans', sans-serif;
  --tp-ff-heading: 'Mulish', sans-serif;
  --tp-ff-p: 'DM Sans', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  --tp-ff-mulish: 'Mulish', sans-serif;
  /**
  @color declaration
  */
  --tp-common-white: #fff;
  --tp-common-black: #020626;
  --tp-common-black-2: #2A2222;
  --tp-common-black-3: #272C3A;
  --tp-common-black-4: #181B24;
  --tp-common-black-5: #020626;
  --tp-common-black-6: #020626;
  --tp-common-green: #00C44E;
  --tp-grey-1: #F5F7FA;
  --tp-text-body: #707481;
  --tp-theme-1: #020626;
  --tp-theme-2: #FFB302;
  --tp-border-1: #F1F1F9;
  --tp-border-2: #EDEEEE;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1210px;
  }
  .custom-container {
    max-width: 1245px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-ff-heading);
  color: var(--tp-common-black);
  margin-top: 0px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: color 0.3s 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);
  color: var(--tp-text-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 15px;
}

img {
  max-width: 100%;
}

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

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

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

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

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

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

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

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

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

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

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

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body-overlay {
  background-color: var(--tp-common-black);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.body-overlay:hover {
  cursor: url("../img/icon/cross-out.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: 767px) {
  .tp-gx-20 {
    --bs-gutter-x: 10px;
  }
}
.tp-gx-20 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

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

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

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

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--tp-theme-2);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  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 {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  height: 72px;
  line-height: 72px;
  border-radius: 36px;
  padding: 0 55px;
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: relative;
  z-index: 9;
  transition: all 0.5s ease-in-out;
}
.tp-btn::before {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0%;
  height: 100%;
  z-index: -1;
  content: "";
  background: var(--tp-theme-2);
  transition: all 500ms ease-in-out;
}
@media (max-width: 767px) {
  .tp-btn {
    height: 55px;
    line-height: 55px;
    padding: 0px 42px;
    font-size: 16px;
  }
}
.tp-btn:hover {
  color: var(--tp-common-black);
}
.tp-btn:hover::before {
  left: 0%;
  right: auto;
  width: 100%;
}

.tp-btn-square {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  height: 67px;
  line-height: 67px;
  padding: 0 55px;
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: relative;
  z-index: 9;
}
.tp-btn-square::before {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0%;
  height: 100%;
  z-index: -1;
  content: "";
  background: var(--tp-theme-2);
  transition: all 500ms ease-in-out;
}
@media (max-width: 767px) {
  .tp-btn-square {
    height: 55px;
    line-height: 55px;
    padding: 0px 42px;
    font-size: 16px;
  }
}
.tp-btn-square:hover {
  color: var(--tp-common-black);
}
.tp-btn-square:hover::before {
  left: 0%;
  right: auto;
  width: 100%;
}

.tp-price-btn {
  color: var(--tp-common-white);
  border: 1px solid #DEE1ED;
  color: var(--tp-common-black);
  height: 61px;
  line-height: 57px;
  padding: 0 55px;
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  z-index: 9;
  transition: all 400ms ease-in-out;
}
.tp-price-btn::before {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0%;
  height: 100%;
  z-index: -1;
  content: "";
  background: var(--tp-theme-2);
  transition: all 400ms ease-in-out;
}
.tp-price-btn span {
  width: 9px;
  height: 8px;
  background-color: var(--tp-theme-1);
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.2s;
}
.tp-price-btn:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-theme-2);
}
.tp-price-btn:hover span {
  background-color: var(--tp-theme-2);
}
.tp-price-btn:hover::before {
  left: 0%;
  right: auto;
  width: 100%;
}

.tp-btn-border {
  color: var(--tp-common-white);
  border: 1px solid var(--tp-theme-1);
  height: 50px;
  line-height: 48px;
  padding: 0 35px;
  padding-right: 25px;
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  z-index: 9;
  border-radius: 33px;
  transition: all 500ms ease-in-out;
}
.tp-btn-border::before {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0%;
  height: 100%;
  z-index: -1;
  content: "";
  background: var(--tp-theme-2);
  transition: all 500ms ease-in-out;
}
.tp-btn-border i {
  margin-left: 16px;
  transform: translateY(1px);
}
.tp-btn-border:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-theme-2);
}
.tp-btn-border:hover::before {
  left: 0%;
  right: auto;
  width: 100%;
}

.tp-btn-border-lg {
  color: var(--tp-common-black);
  border: 1px solid rgba(50, 57, 74, 0.15);
  height: 67px;
  line-height: 67px;
  padding: 0 40px;
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  z-index: 9;
  transition: 0.4s;
}
.tp-btn-border-lg::before {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0%;
  height: 100%;
  z-index: -1;
  content: "";
  background: var(--tp-theme-2);
  transition: all 400ms ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-btn-border-lg {
    padding: 0px 30px;
  }
}
.tp-btn-border-lg:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-theme-2);
}
.tp-btn-border-lg:hover::before {
  left: 0%;
  right: auto;
  width: 100%;
}

.tp-btn-border-md {
  color: var(--tp-common-black);
  border: 1px solid rgba(50, 57, 74, 0.15);
  height: 61px;
  line-height: 61px;
  padding: 0 43px;
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  z-index: 9;
}
.tp-btn-border-md::before {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0%;
  height: 100%;
  z-index: -1;
  content: "";
  background: var(--tp-theme-2);
  transition: all 400ms ease-in-out;
}
.tp-btn-border-md:hover:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-theme-2);
}
.tp-btn-border-md:hover:hover::before {
  left: 0%;
  right: auto;
  width: 100%;
}

.tp-btn-white {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  height: 65px;
  line-height: 65px;
  padding: 0 40px;
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  z-index: 9;
  border-radius: 33px;
}
.tp-btn-white::before {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0%;
  height: 100%;
  z-index: -1;
  content: "";
  background: var(--tp-theme-2);
  transition: all 400ms ease-in-out;
}
.tp-btn-white:hover {
  color: var(--tp-common-black);
}
.tp-btn-white:hover::before {
  left: 0%;
  right: auto;
  width: 100%;
}

.tp-btn-subscribe {
  background: rgba(41, 16, 23, 0.24);
  border: 1px solid #FFB302;
  border-radius: 25px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0px 25px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--tp-common-white);
  position: relative;
  transition: all 500ms ease-in-out;
}
.tp-btn-subscribe i {
  margin-left: 5px;
}
.tp-btn-subscribe:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-2);
  border-color: var(--tp-theme-2);
}

.tp-btn-black {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  height: 67px;
  line-height: 67px;
  padding: 0 60px;
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  z-index: 9;
  transition: all 500ms ease-in-out;
}
.tp-btn-black::before {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0%;
  height: 100%;
  z-index: -1;
  content: "";
  background: var(--tp-theme-2);
  transition: all 500ms ease-in-out;
}
.tp-btn-black:hover {
  color: var(--tp-common-black);
}
.tp-btn-black:hover::before {
  left: 0%;
  right: auto;
  width: 100%;
}

.tp-menu-btn {
  background-color: var(--tp-theme-2);
  color: var(--tp-common-white);
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 9;
}
.tp-menu-btn::before {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0%;
  height: 100%;
  z-index: -1;
  content: "";
  background: var(--tp-theme-1);
  transition: all 400ms ease-in-out;
}
.tp-menu-btn:hover {
  color: var(--tp-common-white);
}
.tp-menu-btn:hover::before {
  left: 0%;
  right: auto;
  width: 100%;
}

/*----------------------------------------*/
/*  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);
  }
}
@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@-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;
  }
}
@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  51% {
    opacity: 1;
  }
}
/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
#loading {
  background-color: var(--tp-theme-1);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  margin-top: 0px;
  top: 0px;
}

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

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.object {
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #FFF;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFF;
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
}

#object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

#object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
/*----------------------------------------*/
/*  2.6 Background
/*----------------------------------------*/
.grey-bg {
  background-color: var(--tp-grey-1);
}

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

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

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

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

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

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

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

/*----------------------------------------*/
/*  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, 6, 38, 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, 6, 38, 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, 6, 38, 0.1);
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-text-body);
}
.tp-pagination ul li a:hover, .tp-pagination ul li a.current, .tp-pagination ul li span:hover, .tp-pagination ul li span.current {
  background: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
/*----------------------------------------*/
/*  2.10 Offcanvas
/*----------------------------------------*/
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}
.body-overlay.apply {
  opacity: 1;
  visibility: visible;
}
.body-overlay:hover {
  cursor: url(../img/cross-out.png), pointer;
}

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

/*----------------------------------------*/
/*  2.11 Breadcrumb
/*----------------------------------------*/
.breadcrumb__height {
  padding-top: 300px;
  padding-bottom: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  background-position: bottom;
}
@media (max-width: 767px) {
  .breadcrumb__height {
    padding-top: 170px;
    padding-bottom: 120px;
  }
}
.breadcrumb__overlay {
  position: relative;
}
.breadcrumb__overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(255.03deg, rgba(20, 23, 41, 0.92) -0.62%, rgba(3, 23, 62, 0) 62.34%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.breadcrumb__title {
  font-weight: 700;
  font-size: 60px;
  text-transform: capitalize;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .breadcrumb__title {
    font-size: 40px;
  }
}
.breadcrumb__list {
  display: inline-block;
  padding: 0px 10px;
}
.breadcrumb__list span {
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tp-theme-2);
}
.breadcrumb__list span.dvdr i {
  font-size: 15px;
  padding: 0px 5px;
  font-weight: 400;
}

/*----------------------------------------*/
/*  2.12 Accordion
/*----------------------------------------*/
.tp-custom-accordion {
  position: relative;
  z-index: 2;
}
.tp-custom-accordion .accordion-items {
  margin-bottom: 20px;
  background-color: var(--tp-common-white);
  overflow: hidden;
  border-radius: 30px;
}
.tp-custom-accordion .accordion-items.tp-faq-active {
  border-radius: 28px 28px 10px 10px;
}
.tp-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  padding: 18px 28px;
  text-align: left;
  padding-right: 90px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  background-color: rgba(255, 255, 255, 0.5);
  color: var(--tp-common-black);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-custom-accordion .accordion-buttons {
    padding: 10px 28px;
  }
}
.tp-custom-accordion .accordion-buttons:not(.collapsed) {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-radius: 30px;
}
.tp-custom-accordion .accordion-buttons:not(.collapsed)::after {
  color: var(--tp-common-white);
}
.tp-custom-accordion .accordion-buttons::after {
  position: absolute;
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  background-image: none;
  top: 18px;
  right: 30px;
  width: auto;
  height: auto;
  font-weight: 700;
  font-size: 16px;
  opacity: 1;
  color: var(--tp-common-black);
  text-align: center;
}
@media (max-width: 767px) {
  .tp-custom-accordion .accordion-buttons::after {
    top: 20px;
    right: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-custom-accordion .accordion-buttons::after {
    top: 10px;
  }
}
.tp-custom-accordion .accordion-buttons.collapsed::after {
  content: "\f067";
}
.tp-custom-accordion .collapsed {
  border-radius: 30px 30px 30px 30px;
  position: relative;
  z-index: 99;
}
.tp-custom-accordion .accordion-body {
  position: relative;
  background-color: var(--tp-common-white);
  padding: 23px 30px;
  z-index: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #707480;
  border-radius: 0px 0px 10px 10px;
}
@media (max-width: 767px) {
  .tp-custom-accordion .accordion-body {
    font-size: 15px;
  }
}

.tp-service-details-faq .tp-custom-accordion .accordion-items {
  border: 1px solid rgba(4, 18, 31, 0.08);
  border-radius: 0;
}
.tp-service-details-faq .tp-custom-accordion .accordion-buttons:not(.collapsed) {
  border-radius: 0;
}
.tp-service-details-faq .tp-custom-accordion .collapsed {
  border-radius: 0;
}

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

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

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

/*----------------------------------------*/
/*  2.14 Modal
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/
.tp-section-subtitle {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--tp-theme-2);
  display: inline-block;
  font-family: var(--tp-ff-mulish);
  margin-bottom: 15px;
}
.tp-section-subtitle.section-subtitle-border {
  position: relative;
}
.tp-section-subtitle.section-subtitle-border::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: rgba(255, 179, 2, 0.38);
}

.tp-section-title {
  font-weight: 700;
  font-size: 44px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  line-height: 1.3;
  display: inline-block;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .tp-section-title {
    font-size: 35px;
  }
}
.tp-section-title span {
  color: var(--tp-theme-2);
}
.tp-section-title span .tp-title-shape {
  position: absolute;
  bottom: -20px;
  left: 0;
}
.tp-section-title span .tp-title-shape svg {
  animation: section-animation 4s infinite;
}
.tp-section-title span .tp-title-shape-space {
  position: absolute;
  bottom: -20px;
  left: 8px;
}

/*----------------------------------------*/
/*  2.16 Search css start
/*----------------------------------------*/
.search__popup {
  padding: 70px;
  padding-top: 70px;
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  -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));
  -webkit-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.7s;
}
.search__popup.search-opened {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  transition-delay: 0s;
}
.search__popup.search-opened .search__input {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}
.search__popup.search-opened .search__input::after {
  width: 100%;
  transition-delay: 0.5s;
}
.search__popup-2 {
  background-color: var(--tp-common-black-13);
}
.search__popup-2 .search__input .search-input-field ~ .search-focus-border {
  background-color: var(--tp-theme-8);
}
.search__popup-3 .search__input .search-input-field ~ .search-focus-border {
  background-color: var(--tp-theme-10);
}
.search__top {
  margin-bottom: 80px;
}
.search__input {
  position: relative;
  height: 80px;
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.5s;
  opacity: 0;
}
.search__input::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.3s;
}
.search__input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 24px;
  color: var(--tp-common-white);
  border-bottom: 1px solid transparent;
  padding: 0;
  padding-right: 30px;
}
.search__input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}
.search__input input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}
.search__input input:-moz-placeholder { /* Firefox 4-18 */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}
.search__input input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}
.search__input input::placeholder { /* MODERN BROWSER */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}
.search__input button {
  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%);
  font-size: 18px;
  color: var(--tp-common-white);
}
.search__input .search-input-field ~ .search-focus-border {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--tp-common-orange);
  -webkit-transition: 0.5s 0.3s 0s ease-out;
  -moz-transition: 0.5s 0.3s 0s ease-out;
  -ms-transition: 0.5s 0.3s 0s ease-out;
  -o-transition: 0.5s 0.3s 0s ease-out;
  transition: 0.5s 0.3s 0s ease-out;
}
.search__input .search-input-field:focus ~ .search-focus-border {
  width: 100%;
  left: 0;
  right: auto;
  -webkit-transition: 0.5s 0.3s 0s ease-out;
  -moz-transition: 0.5s 0.3s 0s ease-out;
  -ms-transition: 0.5s 0.3s 0s ease-out;
  -o-transition: 0.5s 0.3s 0s ease-out;
  transition: 0.5s 0.3s 0s ease-out;
}

.search__close-btn {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.3);
}
.search__close-btn:hover {
  color: var(--tp-common-white);
}

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

/*----------------------------------------*/
/*  2.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
/*----------------------------------------*/
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  width: 100%;
  background-color: var(--tp-common-white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}
.header-sticky .tp-header-main__menu-bg {
  width: 100%;
}

.tp-header-top__plr {
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-top__plr {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.tp-header-top__height {
  min-height: 45px;
  line-height: 45px;
}
.tp-header-top__left-info ul li {
  display: inline-block;
  list-style-type: none;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: var(--tp-common-black-2);
  padding-right: 25px;
  margin-right: 25px;
  position: relative;
}
.tp-header-top__left-info ul li:first-child a {
  text-decoration: underline;
}
@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) {
  .tp-header-top__left-info ul li:nth-child(2) {
    display: none;
  }
  .tp-header-top__left-info ul li:nth-child(3) {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-top__left-info ul li {
    margin-right: 0;
  }
  .tp-header-top__left-info ul li:nth-child(2) {
    display: none;
  }
  .tp-header-top__left-info ul li:nth-child(3) {
    display: none;
  }
}
.tp-header-top__left-info ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.tp-header-top__left-info ul li:last-child::after {
  display: none;
}
.tp-header-top__left-info ul li svg {
  margin-top: -2px;
  margin-right: 4px;
}
.tp-header-top__left-info ul li::after {
  content: "";
  height: 20px;
  width: 1px;
  right: 0;
  top: 13px;
  position: absolute;
  background-color: rgba(104, 94, 94, 0.29);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-top__left-info ul li::after {
    display: none;
  }
}
.tp-header-top__left-info ul li span {
  height: 22px;
  line-height: 22px;
  padding: 0px 13px;
  background-color: var(--tp-theme-2);
  color: var(--tp-common-white);
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.15em;
  margin-right: 13px;
  transform: translateY(-2px);
}
.tp-header-top__left-info ul li a:hover {
  color: var(--tp-theme-1);
}
.tp-header-top__value {
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-top__value {
    margin-left: 20px;
  }
}
.tp-header-top__value ul li {
  list-style-type: none;
}
.tp-header-top__value ul li a {
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-common-black-2);
}
.tp-header-top__value ul li a img {
  width: 25px;
  height: 25px;
  border: 3px solid var(--tp-common-white);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  margin-right: 10px;
}
.tp-header-top__value ul li a span {
  margin-left: 5px;
}
.tp-header-top__value ul li a span svg {
  transform: translateY(-1px);
}
.tp-header-top__value ul li ul.tp-header-top__value-submenu {
  position: absolute;
  top: 130%;
  left: 0px;
  width: 80px;
  background: var(--tp-common-white);
  z-index: 99;
  box-shadow: 0 30px 70px 6px rgba(11, 6, 70, 0.08);
  padding: 15px 20px;
  border-radius: 4px;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}
.tp-header-top__value ul li ul.tp-header-top__value-submenu.open {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.tp-header-top__value ul li ul.tp-header-top__value-submenu li {
  line-height: 1;
  margin-bottom: 10px;
  list-style-type: none;
}
.tp-header-top__value ul li ul.tp-header-top__value-submenu li:last-child {
  margin-bottom: 0;
}
.tp-header-top__value ul li ul.tp-header-top__value-submenu li a:hover {
  color: var(--tp-theme-1);
}
.tp-header-top__lang {
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-top__lang {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-top__lang {
    margin-right: 20px;
  }
}
.tp-header-top__lang > ul > li {
  list-style-type: none;
}
.tp-header-top__lang > ul > li a {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-common-black-2);
}
.tp-header-top__lang > ul > li a img {
  width: 25px;
  height: 25px;
  border: 3px solid var(--tp-common-white);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  margin-right: 10px;
}
.tp-header-top__lang > ul > li a span {
  margin-left: 5px;
}
.tp-header-top__lang > ul > li ul.tp-header-top__lang-submenu {
  position: absolute;
  top: 130%;
  left: 0px;
  width: 110px;
  background: var(--tp-common-white);
  z-index: 9;
  box-shadow: 0 30px 70px 6px rgba(11, 6, 70, 0.08);
  padding: 15px 20px;
  border-radius: 4px;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}
.tp-header-top__lang > ul > li ul.tp-header-top__lang-submenu.open {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.tp-header-top__lang > ul > li ul.tp-header-top__lang-submenu li {
  line-height: 1;
  margin-bottom: 10px;
  list-style-type: none;
}
.tp-header-top__lang > ul > li ul.tp-header-top__lang-submenu li:last-child {
  margin-bottom: 0;
}
.tp-header-top__lang > ul > li ul.tp-header-top__lang-submenu li a:hover {
  color: var(--tp-theme-1);
}
.tp-header-top__social {
  background-color: var(--tp-theme-1);
  padding: 0px 17px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-top__social {
    padding: 0 14px;
  }
}
.tp-header-top__social ul li {
  display: inline-block;
  list-style-type: none;
}
.tp-header-top__social ul li a {
  color: var(--tp-common-white);
  font-size: 18px;
  margin: 0px 10px;
}
.tp-header-top__social ul li a:hover {
  color: var(--tp-theme-2);
}

.tp-header-main__menu-wrapper {
  display: flex;
  justify-content: end;
}

.tp-header-main__menu-box {
  margin-right: 134px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .tp-header-main__menu-box {
    margin-right: 60px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-main__menu-box {
    margin-right: 80px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-main__menu-box {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-main__menu-box {
    margin-right: 0px;
  }
}

.tp-header-main__pl {
  padding-left: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-main__pl {
    padding-left: 15px;
  }
}
.tp-header-main__menu-bg {
  background-color: var(--tp-common-white);
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: end;
  padding-left: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-main__menu-bg {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-header-main__menu-bg {
    padding-left: 0;
  }
}
.tp-header-main__logo-wrap {
  position: absolute;
  top: 0;
  left: 115px;
}
.tp-header-main__logo span {
  position: absolute;
  top: 0%;
  left: 0%;
}
.tp-header-main__logo-1 {
  position: relative;
  top: 20px;
  left: 30px;
}
.tp-header-main__menu > nav > ul {
  text-align: end;
}
.tp-header-main__menu > nav > ul > li {
  display: inline-block;
  list-style-type: none;
  margin: 0px 35px;
  position: relative;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-main__menu > nav > ul > li {
    margin: 0px 25px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-main__menu > nav > ul > li {
    margin: 0px 19px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-main__menu > nav > ul > li {
    margin: 0px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-main__menu > nav > ul > li {
    margin: 0px 15px;
  }
}
.tp-header-main__menu > nav > ul > li:last-child {
  margin-right: 0;
}
.tp-header-main__menu > nav > ul > li.has-dropdown-2::after {
  content: "\f063";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  color: var(--tp-theme-2);
  font-size: 12px;
  font-weight: 700;
  transition: 0.3s;
  transform: translateY(-1px);
  margin-left: 15px;
}
.tp-header-main__menu > nav > ul > li:nth-child(2) {
  margin-right: 40px;
  margin-left: 15px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-main__menu > nav > ul > li:nth-child(2) {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-main__menu > nav > ul > li:nth-child(2) {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-main__menu > nav > ul > li:nth-child(2) {
    margin-right: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-main__menu > nav > ul > li:nth-child(2) {
    margin-right: 15px;
  }
}
.tp-header-main__menu > nav > ul > li > .submenu {
  position: absolute;
  background-color: var(--tp-common-white);
  width: 240px;
  z-index: 999;
  padding: 30px 0px;
  top: 110%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  text-align: left;
  margin-left: 0;
  border-top: 5px solid var(--tp-theme-1);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.tp-header-main__menu > nav > ul > li > .submenu > li {
  margin: 0;
  display: block;
  margin-bottom: 10px;
  padding: 0 45px;
}
.tp-header-main__menu > nav > ul > li > .submenu > li:last-child {
  margin-bottom: 0;
}
.tp-header-main__menu > nav > ul > li > .submenu > li > a {
  padding: 0;
  margin: 0;
  display: inline-block;
  text-transform: capitalizes;
  font-size: 14px;
  color: var(--tp-common-black);
  position: relative;
  letter-spacing: 1px;
  font-weight: 500;
}
.tp-header-main__menu > nav > ul > li > .submenu > li > a:hover {
  color: var(--tp-theme-1);
}
.tp-header-main__menu > nav > ul > li > .submenu > li .submenu {
  left: 100%;
  top: 0;
}
.tp-header-main__menu > nav > ul > li > a {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-black);
  padding: 37px 0px;
  display: inline-block;
}
.tp-header-main__menu > nav > ul > li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.tp-header-main__menu > nav > ul > li:hover > a {
  color: var(--tp-theme-1);
}
.tp-header-main__right-info ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-main__right-info ul li {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-main__right-info ul li {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-main__right-info ul li {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .tp-header-main__right-info ul li {
    margin-left: 0px;
  }
}
.tp-header-main__right-info ul li:first-child {
  margin-left: 0;
}
.tp-header-main__search {
  padding-left: 47px;
  position: relative;
}
.tp-header-main__search::after {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 1px;
  height: 40px;
  background-color: #EDEEEE;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-main__search::after {
    display: none;
  }
}
.tp-header-main__search button {
  height: 55px;
  width: 55px;
  line-height: 53px;
  border-radius: 50%;
  background-color: var(--tp-theme-1);
  text-align: center;
  display: inline-block;
  transition: 0.3s;
}
.tp-header-main__search button span {
  margin-left: -2px;
}
.tp-header-main__search:hover button {
  background-color: var(--tp-theme-2);
}
.tp-header-main__phone-content span {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.53);
  display: block;
}
.tp-header-main__phone-content a {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
  transition: 0.3s;
}
.tp-header-main__phone-content a:hover {
  color: var(--tp-theme-1);
}
.tp-header-main__bar button {
  height: 100px;
  width: 110px;
  line-height: 100px;
  text-align: center;
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  font-size: 30px;
}
@media (max-width: 767px) {
  .tp-header-main__bar button {
    height: 80px;
    width: 90px;
    line-height: 88px;
  }
}
.tp-header-main__phone-icon {
  margin-right: 15px;
}

.tp-header-xl__bar button {
  height: 55px;
  width: 55px;
  line-height: 53px;
  background-color: var(--tp-theme-1);
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  font-size: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-xl__bar button {
    margin-left: 30px;
  }
}
.tp-header-xl__mob-space {
  padding: 15px 0;
}

.header-icon svg {
  transform: translateY(-2px);
}

/*----------------------------------------*/
/*  3.2 Header Style 2
/*----------------------------------------*/
.tp-header-top-2__mlr {
  margin-left: 115px;
  margin-right: 115px;
  border-bottom: 1px solid #E7EAF3;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-top-2__mlr {
    margin-left: 70px;
    margin-right: 70px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-top-2__mlr {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-top-2__mlr {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.tp-header-top-2__plr {
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-top-2__plr {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-top-2__plr {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tp-header-top-2__left-item span {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-black);
}
.tp-header-top-2__left-item span em {
  color: var(--tp-theme-1);
  font-style: normal;
}
.tp-header-top-2__right-item ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 35px;
}
.tp-header-top-2__right-item ul li:first-child {
  margin-left: 0;
}
.tp-header-top-2__right-item ul li:last-child {
  margin-left: 20px;
}
.tp-header-top-2__contact-info span, .tp-header-top-2__contact-info a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--tp-common-black);
}
.tp-header-top-2__contact-info span svg, .tp-header-top-2__contact-info a svg {
  margin-top: -3px;
  margin-right: 10px;
}
.tp-header-top-2__contact-info a:hover {
  color: var(--tp-theme-1);
}
.tp-header-top-2__social a {
  color: var(--tp-common-black);
  font-weight: 400;
  font-size: 16px;
  margin-left: 15px;
}
.tp-header-top-2__social a:hover {
  color: var(--tp-theme-2);
}

.tp-header-2__plr {
  padding-left: 115px;
  padding-right: 115px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-2__plr {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-2__plr {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-2__plr {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-2__plr {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .tp-header-2__plr {
    padding: 10px 15px;
  }
}
.tp-header-2__tel {
  box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.06);
  border-radius: 0px 0px 15px 15px;
  padding: 18px 30px;
  display: inline-block;
}
.tp-header-2__tel img {
  margin-bottom: 5px;
}
.tp-header-2__tel a {
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  color: var(--tp-theme-1);
  display: block;
}
.tp-header-2__logo-middle {
  position: absolute;
  bottom: 0;
  left: 41.7%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-2__logo-middle {
    left: 40.4%;
  }
}
.tp-header-2__logo-middle a {
  background-color: var(--tp-theme-1);
  padding: 20px 35px;
  display: inline-block;
}
.tp-header-2__logo a {
  background-color: var(--tp-theme-1);
  padding: 20px 16px;
  display: inline-block;
}
.tp-header-2__menu-box {
  box-shadow: 0px 4px 29px rgba(40, 71, 152, 0.05);
}
.tp-header-2__menu > nav > ul > li {
  display: inline-block;
  list-style-type: none;
  margin: 0px 25px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-2__menu > nav > ul > li {
    margin: 0px 23px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-2__menu > nav > ul > li {
    margin: 0px 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-2__menu > nav > ul > li {
    margin: 0px 20px;
  }
}
.tp-header-2__menu > nav > ul > li:nth-child(3) {
  margin-right: 250px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-2__menu > nav > ul > li:nth-child(3) {
    margin-right: 20px;
  }
}
.tp-header-2__menu > nav > ul > li.has-dropdown-2::after {
  content: "\f063";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  color: var(--tp-theme-1);
  font-size: 12px;
  font-weight: 700;
  transition: 0.3s;
  transform: translateY(-1px) translateX(12px);
}
.tp-header-2__menu > nav > ul > li > a {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
  padding: 35px 0;
  display: inline-block;
}
.tp-header-2__menu > nav > ul > li > .submenu {
  position: absolute;
  background-color: var(--tp-common-white);
  width: 240px;
  z-index: 999;
  padding: 30px 0px;
  top: 110%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  text-align: left;
  margin-left: 0;
  border-top: 7px solid var(--tp-theme-1);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.tp-header-2__menu > nav > ul > li > .submenu > li {
  margin: 0;
  display: block;
  margin-bottom: 5px;
  padding: 0 40px;
}
.tp-header-2__menu > nav > ul > li > .submenu > li:last-child {
  margin-bottom: 0;
}
.tp-header-2__menu > nav > ul > li > .submenu > li > a {
  padding: 0;
  margin: 0;
  display: inline-block;
  text-transform: capitalizes;
  font-size: 14px;
  color: var(--tp-common-black);
  position: relative;
  letter-spacing: 1px;
  font-weight: 500;
}
.tp-header-2__menu > nav > ul > li > .submenu > li > a:hover {
  color: var(--tp-theme-1);
}
.tp-header-2__menu > nav > ul > li > .submenu > li .submenu {
  left: 100%;
  top: 0;
}
.tp-header-2__menu > nav > ul > li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.tp-header-2__menu > nav > ul > li:hover > a {
  color: var(--tp-theme-1);
}
.tp-header-2__lg-bar {
  margin-left: 30px;
}
.tp-header-2__right-info {
  padding-right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-2__right-info {
    padding-right: 0;
  }
}
.tp-header-2__right-info ul li {
  display: inline-block;
  list-style-type: none;
}
.tp-header-2__shop-cart {
  position: relative;
}
.tp-header-2__shop-cart a {
  font-size: 21px;
  color: var(--tp-common-black);
}
.tp-header-2__shop-cart a span {
  position: absolute;
  right: -6px;
  top: -17px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--tp-common-green);
  display: inline-block;
  font-size: 10px;
  color: var(--tp-common-white);
}
.tp-header-2__btn {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
  margin-left: 40px;
  padding-left: 30px;
  position: relative;
}
.tp-header-2__btn::after {
  position: absolute;
  top: -36px;
  left: 0;
  width: 1px;
  height: 97px;
  background-color: #E7EAF3;
  content: "";
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-2__btn::after {
    top: -24px;
    height: 70px;
  }
}
.tp-header-2__btn a i {
  transform: translateY(1px);
  font-size: 14px;
  color: var(--tp-common-black);
  margin-left: 10px;
}
.tp-header-2__btn a span {
  position: relative;
}
.tp-header-2__btn a span::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: var(--tp-common-black);
  content: "";
}

/*----------------------------------------*/
/*  3.3 Header Style 3
/*----------------------------------------*/
.tp-header-top-3__customize .tp-header-top__left-info ul li {
  color: var(--tp-common-white);
}
.tp-header-top-3__customize .tp-header-top__left-info ul li a {
  text-decoration: none;
}
.tp-header-top-3__customize .tp-header-top__value > ul > li > a {
  color: var(--tp-common-white);
}
.tp-header-top-3__customize .tp-header-top__value > ul > li > a span svg {
  color: var(--tp-common-white);
}
.tp-header-top-3__customize .tp-header-top__value ul li ul.tp-header-top__value-submenu {
  text-align: left;
}

.tp-header-top-3__right-wrap > ul > li {
  display: inline-block;
  list-style-type: none;
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
}
.tp-header-top-3__right-wrap > ul > li::after {
  position: absolute;
  content: "";
  top: 13px;
  left: 0;
  width: 1px;
  height: 20px;
  background-color: #172451;
}
.tp-header-top-3__right-wrap > ul > li:first-child::after {
  display: none;
}
.tp-header-top-3__calander {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: var(--tp-common-white);
  position: relative;
}
.tp-header-top-3__calander svg {
  transform: translateY(-2px);
  margin-right: 4px;
}
.tp-header-top-3__social li {
  display: inline-block;
  list-style-type: none;
}
.tp-header-top-3__social li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0px 7px;
}
.tp-header-top-3__social li a:hover {
  color: var(--tp-theme-2);
}

.tp-header-3__transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.tp-header-3__logo-bg {
  position: relative;
  top: 0;
  left: 0;
}
.tp-header-3__logo img {
  position: absolute;
  z-index: 9;
  top: 20px;
  left: 30px;
}
.tp-header-3__logo-main {
  position: absolute;
  top: 0;
  left: 0;
}
.tp-header-3__customize .tp-header-main__menu nav > ul > li {
  margin: 0px 28px;
}
.tp-header-3__customize .tp-header-main__menu nav > ul > li:nth-child(2) {
  margin-right: 30px;
  margin-left: 15px;
}
.tp-header-3__customize .tp-header-main__menu nav ul li:last-child {
  margin-right: 0;
}
.tp-header-3__customize .tp-header-top__lang > ul > li ul.tp-header-top__lang-submenu {
  text-align: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-3__lg-mob-space {
    padding: 10px 30px;
  }
}

.tp-header-top-3__border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* HEADER CSS */
/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
.tp-header-main__menu nav ul li .has-homemenu {
  width: 810px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  visibility: hidden;
  background-color: var(--tp-common-white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.tp-header-main__menu nav ul li .has-homemenu .homemenu {
  padding: 0px 10px;
  position: relative;
  margin-bottom: 20px;
}

.tp-header-2__menu nav ul li .has-homemenu {
  width: 810px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  visibility: hidden;
  background-color: var(--tp-common-white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.tp-header-2__menu nav ul li .has-homemenu .homemenu {
  padding: 0px 10px;
  position: relative;
  margin-bottom: 20px;
}

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

.homemenu-title {
  font-size: 18px;
  margin-bottom: 0;
  color: var(--tp-theme-1);
  display: inline-block;
  font-weight: 700;
}
.homemenu-title:hover {
  color: var(--tp-theme-2);
}

.homemenu-thumb {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}

.tp-main-menu-mobile .tp-submenu {
  display: none;
}
.tp-main-menu-mobile .header-icon {
  display: none;
}
.tp-main-menu-mobile ul {
  position: static;
  display: block;
  box-shadow: none;
}
.tp-main-menu-mobile ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}
.tp-main-menu-mobile ul li:not(:last-child) a {
  border-bottom: 1px solid rgba(6, 7, 40, 0.1);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 21%;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  font-size: 18px;
  color: #7F8387;
  font-family: "Font Awesome 5 Pro";
  transition: all 0.3s ease-in-out;
  z-index: 1;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn i {
  transition: all 0.3s ease-in-out;
  margin-left: 2px;
}
.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-1);
  border-color: var(--tp-theme-1);
  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-1);
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown > 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-white);
  position: relative;
  padding: 10px 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li > a svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-main-menu-mobile ul li > a > i {
  display: inline-block;
  width: 11%;
  margin-right: 13px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  font-size: 21px;
  line-height: 1;
}
.tp-main-menu-mobile ul li > a .menu-text {
  font-size: 16px;
  line-height: 11px;
  border-bottom: 1px solid #EAEBED;
  width: 82%;
  display: inline-block;
  padding: 19px 0 17px;
}
.tp-main-menu-mobile ul li img {
  width: 100%;
}
.tp-main-menu-mobile ul li ul {
  padding: 0;
}
.tp-main-menu-mobile ul li ul li {
  padding: 0;
}
.tp-main-menu-mobile ul li ul li a {
  margin-left: auto;
  width: 93%;
  padding: 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-1);
}
.tp-main-menu-mobile ul li:hover > a::after {
  color: var(--tp-theme-1);
}
.tp-main-menu-mobile ul li:hover > a .dropdown-toggle-btn i {
  color: var(--tp-theme-1);
}
.tp-main-menu-mobile ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.tp-main-menu-mobile ul li .mega-menu, .tp-main-menu-mobile ul li .submenu {
  position: static;
  min-width: 100%;
  padding: 0;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
}
.tp-main-menu-mobile ul li .mega-menu li, .tp-main-menu-mobile ul li .submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}
.tp-main-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn, .tp-main-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn {
  color: var(--tp-theme-1);
}
.tp-main-menu-mobile .tp-main-menu-content ul li:not(:last-child) .home-menu-title a {
  border-bottom: none;
}
.tp-main-menu-mobile * ul, .tp-main-menu-mobile * li {
  transition: none !important;
}

/*----------------------------------------*/
/*  5.2 Postbox css
/*----------------------------------------*/
.postbox__thumb {
  position: relative;
}
.postbox__thumb .play-btn {
  position: absolute;
  top: 38%;
  left: 44%;
  z-index: 1;
}
.postbox__thumb .play-btn a {
  height: 85px;
  width: 85px;
  line-height: 87px;
}
.postbox__thumb .play-btn a::after {
  display: none;
}
.postbox__item-single:hover {
  box-shadow: none;
}
.postbox__tag {
  position: absolute;
  bottom: 0px;
  left: 0;
}
.postbox__tag p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.135em;
  background: var(--tp-theme-1);
  clip-path: polygon(0px 0px, 100% 0px, 92.7% 53.45%, 100% 100%, 0px 100%, 0px 50%);
  width: 130px;
}
.postbox__content {
  padding-top: 28px;
}
@media (max-width: 767px) {
  .postbox__content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.postbox__content-single {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.postbox__title {
  font-weight: 600;
  font-size: 32px;
  color: var(--tp-common-black);
  margin-bottom: 22px;
}
@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) {
  .postbox__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .postbox__title {
    font-size: 25px;
  }
}
.postbox__title a:hover {
  color: var(--tp-theme-1);
}
.postbox__meta {
  margin-bottom: 20px;
}
.postbox__meta span {
  position: relative;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: rgba(2, 6, 38, 0.6);
  margin-right: 25px;
}
.postbox__meta span:last-child {
  margin-right: 0;
}
.postbox__meta span:not(:last-of-type)::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 9px;
  background: #676A7D;
  top: 10px;
  right: -20px;
}
.postbox__meta span i {
  color: var(--tp-theme-1);
  margin-right: 5px;
}
.postbox__blockquote-shape {
  position: absolute;
  bottom: 34px;
  right: 44px;
}
.postbox__blockquote blockquote {
  background: #F4F6F8;
  padding: 35px 26px;
  margin-bottom: 50px;
  margin-top: 50px;
}
.postbox__blockquote blockquote::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  clip-path: polygon(64% 0, 0 0, 0 68%);
  background: var(--tp-theme-1);
  height: 40px;
  width: 40px;
}
.postbox__blockquote blockquote p {
  font-family: var(--tp-ff-heading);
  font-weight: 600;
  font-size: 24px;
  color: #121D2C;
  margin-bottom: 25px;
}
.postbox__blockquote blockquote cite {
  font-weight: 400;
  font-size: 16px;
  color: #332D2D;
  font-style: inherit;
  position: relative;
}
.postbox__blockquote blockquote cite::before {
  content: "";
  font-size: 28px;
  color: #fff;
  padding-bottom: 0px;
  display: inline-block;
  background: #191515;
  height: 2px;
  width: 16px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}
.postbox-details-desc-thumb-caption {
  font-size: 18px;
  font-weight: 500;
  color: #807A7A;
  font-style: italic;
  text-align: center;
  display: block;
  margin-top: 30px;
  margin-bottom: 50px;
}
.postbox__list {
  margin-bottom: 60px;
}
.postbox__list-title {
  font-weight: 600;
  font-size: 28px;
  color: #121D2C;
  margin-bottom: 50px;
}
.postbox__list-content ul li {
  list-style: none;
  font-weight: 400;
  font-size: 16px;
  color: #445658;
  margin-bottom: 24px;
  position: relative;
  padding-left: 40px;
}
.postbox__list-content ul li span {
  height: 27px;
  width: 27px;
  line-height: 25px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background-color: var(--tp-common-white);
  color: var(--tp-theme-1);
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 0;
  left: 0;
}
.postbox__list-content ul li span.active {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.postbox__details-share-wrapper {
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #F7F7F7;
}
.postbox__details-share span {
  font-size: 20px;
  font-weight: 500;
  color: #121416;
  margin-right: 15px;
}
.postbox__details-share a {
  height: 37px;
  width: 37px;
  text-align: center;
  line-height: 37px;
  display: inline-block;
  background-color: #F2F6F7;
  color: var(--tp-common-black);
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__details-share a {
    margin-bottom: 10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-right: 8px;
  }
}
.postbox__details-share a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.postbox__details-tag span {
  font-size: 20px;
  font-weight: 500;
  color: #121416;
  margin-right: 6px;
}
.postbox__read-more .postbox-btn {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #132047;
}
.postbox__read-more .postbox-btn span {
  margin-left: 5px;
}
.postbox__read-more .postbox-btn span::before {
  position: absolute;
  content: "";
  top: 1px;
  right: -10px;
  border: 1px solid #E8F2F9;
  height: 28px;
  width: 28px;
  display: inline-block;
  border-radius: 50%;
}
.postbox__text img {
  max-width: 100%;
}
.postbox__text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: #838383;
  margin-bottom: 28px;
}
.postbox__text-single p {
  margin-bottom: 15px;
}
.postbox__slider button {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 30px;
  color: var(--tp-common-white);
}
.postbox__slider button.postbox-slider-button-next {
  left: auto;
  right: 50px;
}
@media (max-width: 767px) {
  .postbox__slider button.postbox-slider-button-next {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .postbox__slider button {
    left: 10px;
  }
}
.postbox__comment ul li {
  margin-bottom: 10px;
  list-style: none;
}
.postbox__comment ul li.children {
  margin-left: 65px;
}
@media (max-width: 767px) {
  .postbox__comment ul li.children {
    margin-left: 15px;
  }
}
.postbox__comment-form {
  margin-bottom: 40px;
  padding: 65px 45px 80px 45px;
  background: #F8F8F9;
}
@media (max-width: 767px) {
  .postbox__comment-form {
    padding: 20px;
  }
}
.postbox__comment-form-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}
.postbox__comment-input {
  position: relative;
  margin-bottom: 20px;
}
.postbox__comment-input span {
  font-weight: 600;
  color: var(--tp-common-black);
  margin-bottom: 12px;
  display: block;
}
.postbox__comment-input input, .postbox__comment-input textarea {
  height: 55px;
  padding: 0 20px;
  width: 100%;
  font-size: 14px;
  color: var(--tp-common-black);
  outline: none;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 15px 10px rgba(242, 242, 242, 0.18);
}
.postbox__comment-input input:focus, .postbox__comment-input textarea:focus {
  border: 1px solid var(--tp-theme-1);
}
.postbox__comment-input input:focus::placeholder, .postbox__comment-input textarea:focus::placeholder {
  font-size: 0;
}
.postbox__comment-input textarea {
  height: 175px;
  resize: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.postbox__comment-title {
  font-size: 28px;
  color: #121416;
  font-weight: 600;
  margin-bottom: 20px;
}
.postbox__comment-box {
  padding-top: 20px;
}
.postbox__comment-avater img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.postbox__comment-name {
  margin-bottom: 5px;
}
.postbox__comment-name h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #121416;
  margin-bottom: 0;
}
.postbox__comment-name span {
  font-weight: 500;
  font-size: 12px;
  color: #949392;
}
@media (max-width: 767px) {
  .postbox__comment-text {
    margin-left: 0;
    margin-top: 15px;
  }
}
.postbox__comment-text p {
  font-size: 16px;
  color: #838383;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__comment-text p {
    font-size: 15px;
  }
}
.postbox__comment-reply span {
  position: absolute;
  top: 22px;
  right: 50px;
}
.postbox__comment-agree {
  padding-left: 5px;
}
.postbox__comment-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 16px;
  height: 16px;
  background: var(--tp-common-white);
  border: 1px solid #949392;
  outline: none;
  flex: 0 0 auto;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.postbox__comment-agree input:checked {
  position: relative;
  background-color: var(--tp-theme-1);
  border-color: transparent;
}
.postbox__comment-agree input:checked::after {
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.postbox__comment-agree input:hover {
  cursor: pointer;
}
.postbox__comment-agree label {
  padding-left: 8px;
  color: #838383;
  line-height: 1;
}
.postbox__comment-agree label a {
  color: var(--tp-common-black);
  font-weight: 600;
  padding-left: 4px;
}
.postbox__comment-agree label a:hover {
  color: var(--tp-theme-1);
}
.postbox__comment-agree label:hover {
  cursor: pointer;
}
.postbox__tag span {
  font-size: 16px;
  margin-bottom: 17px;
  color: var(--tp-common-black);
  margin-right: 10px;
}
.postbox__play-btn a {
  height: 85px;
  width: 85px;
  line-height: 85px;
  background-color: var(--tp-common-white);
  color: var(--tp-theme-1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.postbox__slider-arrow-wrap button {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  text-align: center;
  font-size: 18px;
}
.postbox__slider-arrow-wrap .postbox-arrow-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 9;
}
.postbox__slider-arrow-wrap .postbox-arrow-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 9;
}

.basic-pagination {
  margin-bottom: 40px;
}
.basic-pagination ul li {
  list-style: none;
  display: inline-block;
  margin-right: 14px;
}
@media (max-width: 767px) {
  .basic-pagination ul li {
    margin-right: 5px;
  }
}
.basic-pagination ul li:hover a {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border: 2px solid var(--tp-theme-1);
}
.basic-pagination ul li a {
  height: 50px;
  width: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  font-weight: 900;
  font-size: 15px;
  color: #071C34;
  border: 2px solid #EDEDED;
  transform: translateY(3px);
  transition: all 0.3s ease-in-out;
}
.basic-pagination ul li .current {
  height: 50px;
  width: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  font-weight: 900;
  font-size: 15px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  transition: all 0.3s ease-in-out;
}

.postbox__thumb img {
  border-radius: 20px;
}

/*----------------------------------------*/
/*  5.3 Recent Post css
/*----------------------------------------*/
.rc__post ul li:not(:last-child) {
  margin-bottom: 15px;
}
.rc__post-title {
  font-weight: 600;
  font-size: 16px;
  color: #0D0D0D;
}
.rc__post-title a:hover {
  color: var(--tp-theme-1);
}
.rc__meta span {
  font-weight: 400;
  font-size: 15px;
  color: #888686;
  display: block;
  margin-bottom: 7px;
}
.rc__meta span svg {
  transform: translateY(-2px);
  margin-right: 3px;
}
.rc__post-thumb {
  flex: 0 0 auto;
}

/*----------------------------------------*/
/*  5.4 Sidebar css
/*----------------------------------------*/
.sidebar__widget {
  padding: 30px 30px;
  background: #F4F6F8;
}
.sidebar__widget-title {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 22px;
  color: #0A2C3D;
  padding-left: 7px;
  margin-bottom: 30px;
}
.sidebar__widget-title::after {
  position: absolute;
  content: "";
  left: 0px;
  height: 21px;
  width: 2px;
  top: 50%;
  background: var(--tp-theme-secondary);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar__widget ul li {
  list-style: none;
  background: var(--tp-common-white);
  border: 1px solid #EDEDED;
  height: 54px;
  line-height: 54px;
  border-radius: 2px;
  padding: 0 15px;
  margin-bottom: 20px;
}
.sidebar__widget ul li:hover {
  background-color: var(--tp-theme-1);
}
.sidebar__widget ul li:hover a {
  color: var(--tp-common-white);
}
.sidebar__widget ul li:last-child {
  margin-bottom: 10px;
}
.sidebar__widget ul li a {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #445658;
  display: block;
}
.sidebar__widget ul li a span {
  float: right;
}
.sidebar__about {
  padding: 37px 0 38px 0;
}
.sidebar__thumb img {
  border-radius: 50%;
  margin-bottom: 20px;
}
.sidebar__content-title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  margin-bottom: 6px;
}
.sidebar__content-designation {
  font-weight: 400;
  font-size: 14px;
  color: #727A7D;
  display: block;
  margin-bottom: 13px;
}
.sidebar__content p {
  font-size: 16px;
  color: #838383;
  margin-bottom: 27px;
}
.sidebar__content-social a {
  height: 37px;
  width: 42px;
  line-height: 37px;
  text-align: center;
  display: inline-block;
  border: 1px solid #E8E8E8;
  margin-right: 12px;
}
.sidebar__content-social a i {
  transition: 0.3s;
}
.sidebar__content-social a:hover {
  border: 1px solid var(--tp-theme-1);
  background-color: var(--tp-theme-1);
}
.sidebar__content-social a:hover i {
  color: var(--tp-common-white);
}
.sidebar__search {
  position: relative;
}
.sidebar__search input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: var(--tp-common-white);
  padding: 0 25px;
  text-transform: capitalize;
  border: 1px solid #fff;
  outline: none;
  padding-right: 50px;
}
.sidebar__search input:focus {
  border: 1px solid var(--tp-theme-1);
}
.sidebar__search button {
  position: absolute;
  top: 0;
  right: 27px;
  height: 100%;
  line-height: 60px;
  color: var(--tp-theme-primary);
}
.sidebar__banner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.sidebar__banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background: var(--tp-common-white);
}
.sidebar__banner-content h4 {
  padding: 15px 20px;
  font-size: 24px;
  color: var(--tp-common-black);
  text-transform: uppercase;
  margin-bottom: 0;
}

.tagcloud a {
  font-weight: 400;
  font-size: 14px;
  color: #77787B;
  text-transform: capitalize;
  padding: 6px 22px;
  margin-right: 5px;
  background-color: var(--tp-common-white);
  border: 1px solid #F6F3EE;
  margin-bottom: 14px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tagcloud a {
    padding: 6px 12px;
  }
}
.tagcloud a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.tp-footer__logo {
  margin-bottom: 30px;
}
.tp-footer__info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #B4B4B4;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-footer__info p {
    margin-bottom: 20px;
  }
}
.tp-footer__main-location a {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  color: #B4B4B4;
  padding-left: 35px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer__main-location a br {
    display: none;
  }
}
.tp-footer__main-location a i {
  color: var(--tp-theme-1);
  font-size: 20px;
  position: absolute;
  top: 10px;
  left: 0;
}
.tp-footer__main-location a:hover {
  color: var(--tp-common-white);
}
.tp-footer__main-mail a {
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  color: #B4B4B4;
  position: relative;
  padding-left: 35px;
  display: inline-block;
}
.tp-footer__main-mail a i {
  color: var(--tp-theme-1);
  font-size: 20px;
  position: absolute;
  top: 10px;
  left: 0;
}
.tp-footer__main-mail a:hover {
  color: var(--tp-common-white);
}
.tp-footer__widget-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  color: var(--tp-common-white);
  display: inline-block;
  margin-bottom: 30px;
}
.tp-footer__widget-content ul li {
  list-style: none;
  margin-bottom: 18px;
}
.tp-footer__widget-content ul li:last-child {
  margin-bottom: 0;
}
.tp-footer__widget-content ul li a {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #B4B4B4;
  transition: 0.3s ease;
}
.tp-footer__widget-content ul li a::before {
  position: absolute;
  content: "\e09f";
  font-family: "Font Awesome 6 Pro";
  top: 10px;
  left: -18px;
  font-size: 18px;
  transform: translateY(-50%);
  color: var(--tp-theme-1);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.tp-footer__widget-content ul li a:hover {
  margin-left: 14px;
}
.tp-footer__widget-content ul li a:hover::before {
  color: var(--tp-theme-1);
  opacity: 1;
  visibility: visible;
}
.tp-footer__widget-social a {
  font-size: 14px;
  font-weight: 400;
  color: var(--tp-common-white);
  margin-right: 10px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(251, 251, 253, 0.08);
  display: inline-block;
  transition: 0.3s;
}
.tp-footer__widget-social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-footer__author {
  margin-bottom: 32px;
}
.tp-footer__author-content span {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: var(--tp-common-white);
}
.tp-footer__author-thumb {
  margin-right: 20px;
}
.tp-footer__author-thumb img {
  border: 2px solid var(--tp-common-white);
  border-radius: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer__author-thumb img {
    margin-right: 10px;
  }
}
.tp-footer__author-thumb span {
  background-color: #00B956;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid var(--tp-common-white);
  position: absolute;
  bottom: 20px;
  right: 0;
}
.tp-footer__from {
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  padding: 30px 20px 40px 20px;
}
.tp-footer__text-email {
  margin-bottom: 20px;
}
.tp-footer__text-email input {
  position: relative;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(237, 237, 237, 0.3);
  padding-left: 0px;
  padding-right: 35px;
}
.tp-footer__text-email input::placeholder {
  color: #B4B4B4;
}
.tp-footer__text-email input:focus {
  color: var(--tp-common-white);
  border-bottom: 1px solid #fff;
}
.tp-footer__text-email span {
  position: absolute;
  top: 12px;
  right: 2px;
}
.tp-footer__agree {
  margin-bottom: 25px;
}
.tp-footer__agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 23px;
  height: 23px;
  background: transparent;
  border: 1px solid #4E545F;
  outline: none;
  flex: 0 0 auto;
  -webkit-transform: translateY(-2.5px);
  -moz-transform: translateY(-2.5px);
  -ms-transform: translateY(-2.5px);
  -o-transform: translateY(-2.5px);
  transform: translateY(-2.5px);
  border-radius: 50%;
  padding: 0;
  margin-top: 4px;
}
.tp-footer__agree input:checked {
  position: relative;
  background-color: transparent;
}
.tp-footer__agree input:checked::after {
  box-sizing: border-box;
  position: absolute;
  content: "\f00c";
  font-weight: 700;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-theme-2);
  top: 50%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tp-footer__agree input:hover {
  cursor: pointer;
}
.tp-footer__agree label {
  padding-left: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #B4B4B4;
}
.tp-footer__agree label span {
  color: var(--tp-theme-2);
  padding-left: 4px;
}
.tp-footer__agree label:hover {
  cursor: pointer;
}

.footer-col-1 {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .footer-col-1 {
    padding-right: 0;
  }
}

.footer-col-2 {
  padding-left: 35px;
}
@media (max-width: 767px) {
  .footer-col-2 {
    padding-left: 0;
  }
}

.footer-col-4 {
  margin-left: -20px;
}
@media (max-width: 767px) {
  .footer-col-4 {
    margin-left: 0;
  }
}

.footer-col-2-2 {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .footer-col-2-2 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-copyright__inner {
    margin-bottom: 15px;
  }
}
.tp-copyright__inner p, .tp-copyright__inner a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tp-copyright__inner p, .tp-copyright__inner a {
    margin-left: 0px;
    margin: 0px 5px;
  }
}
.tp-copyright__inner p span, .tp-copyright__inner a span {
  color: var(--tp-theme-1);
}
.tp-copyright__inner a:hover {
  color: var(--tp-theme-2);
}
.tp-copyright__bdr-top {
  border-top: 1px solid rgba(242, 242, 242, 0.07);
}

.tp-footer-2__customize .tp-footer__widget-content ul li a::before {
  color: var(--tp-theme-2);
}
.tp-footer-2__customize .tp-footer__main-location a i {
  color: var(--tp-theme-2);
}
.tp-footer-2__customize .tp-footer__main-mail a i {
  color: var(--tp-theme-2);
}
.tp-footer-2__shape-1 {
  position: absolute;
  bottom: 0;
  left: 80px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-2__shape-1 {
    display: none;
  }
}

.tp-copyright__customize .tp-copyright__inner span {
  color: var(--tp-theme-2);
}

.tp-error__height {
  padding-top: 120px;
  padding-bottom: 120px;
}
.tp-error__wrapper {
  height: 100%;
  padding-bottom: 70px;
  display: inline-block;
}
.tp-error__content h4 {
  margin-bottom: 50px;
  font-size: 30px;
  color: var(--tp-common-black);
  font-weight: 700;
}
.tp-error__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*----------------------------------------*/
/*  7.12 Hero css start
/*----------------------------------------*/
.subtitle-border {
  position: relative;
}
.subtitle-border::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--tp-theme-2);
  content: "";
}

.slick-active .tp-hero__subtitle {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.slick-active .tp-hero__title {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.slick-active .tp-hero__info-box {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.slick-active .tp-hero__btn-box {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

.slick-active .tp-hero__subtitle,
.slick-active .tp-hero__title,
.slick-active .tp-hero__info-box,
.slick-active .tp-hero__btn-box {
  -webkit-animation-name: tpfadeUp;
  animation-name: tpfadeUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tp-hero__mt {
  margin-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: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero__mt {
    margin-top: 0;
  }
}
.tp-hero__bg {
  height: 980px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero__bg {
    height: 850px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero__bg {
    height: 800px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero__bg {
    height: 750px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero__bg {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .tp-hero__bg {
    height: 600px;
  }
}
.tp-hero__overlay {
  position: relative;
}
.tp-hero__overlay::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(255.03deg, #21243A -0.62%, rgba(3, 23, 62, 0) 62.34%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.tp-hero__subtitle {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFB302;
  display: inline-block;
  margin-bottom: 35px;
}
.tp-hero__title {
  font-weight: 700;
  font-size: 80px;
  line-height: 1.1;
  color: var(--tp-common-white);
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .tp-hero__title {
    font-size: 38px;
  }
}
.tp-hero__info-box {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .tp-hero__info-box {
    flex-wrap: wrap;
  }
}
.tp-hero__info-price {
  padding-right: 25px;
  margin-right: 25px;
  position: relative;
}
.tp-hero__info-price::after {
  position: absolute;
  top: 15px;
  right: 0;
  width: 2px;
  height: 22px;
  background-color: var(--tp-theme-2);
  content: "";
}
.tp-hero__info-price span {
  font-weight: 700;
  font-size: 58px;
  line-height: 30px;
  color: var(--tp-theme-2);
}
@media (max-width: 767px) {
  .tp-hero__info-price span {
    margin-bottom: 18px;
    display: inline-block;
  }
}
.tp-hero__info-price span em {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
}
.tp-hero__bonus svg {
  margin-right: 15px;
}
.tp-hero__bonus span {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #EDB62C;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .tp-hero__bonus span {
    font-size: 16px;
  }
}
.tp-hero__bonus span::after {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--tp-theme-2);
  content: "";
}
.tp-hero__title-shape {
  position: absolute;
  top: 35px;
  right: 45px;
}
.tp-hero__title-shape svg {
  animation: section-animation 4s infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero__title-shape {
    right: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero__title-shape {
    right: 105px;
  }
}
.tp-hero__title-shape-3 {
  position: absolute;
  top: 35px;
  right: 77px;
}
.tp-hero__title-shape-3 svg {
  animation: section-animation 4s infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero__title-shape-3 {
    right: 100px;
  }
}
.tp-hero__shape-1 {
  position: absolute;
  top: 13%;
  right: 5%;
  animation: tpswing 1s forwards infinite alternate;
  transform-origin: bottom left;
}
.tp-hero__shape-2 {
  position: absolute;
  bottom: 0%;
  left: 0%;
  animation: animationglob 30s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
.tp-hero__shape-3 {
  position: absolute;
  bottom: 20%;
  right: 20%;
  -webkit-animation: movingleftright1 infinite 20000ms;
  animation: movingleftright1 infinite 20000ms;
}
.tp-hero__slider-active button {
  color: var(--tp-common-white);
}
.tp-hero__slider-active button.slick-next {
  position: absolute;
  top: 40%;
  right: 18%;
  z-index: 99;
}
.tp-hero__slider-active button.slick-prev {
  position: absolute;
  top: 46%;
  right: 18%;
  z-index: 99;
}
.tp-hero__slider-active button:hover {
  color: var(--tp-theme-2);
}

.tp-hero-2__ptb {
  padding-top: 200px;
  padding-bottom: 300px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-2__ptb {
    padding-bottom: 260px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2__ptb {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-2__ptb {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
.tp-hero-2__left-box {
  margin-top: 100px;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2__left-box {
    margin-top: 70px;
    margin-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .tp-hero-2__left-box {
    margin-top: 50px;
    margin-bottom: 70px;
  }
}
.tp-hero-2__left-box::after {
  position: absolute;
  top: 20px;
  left: 0;
  width: 102%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  content: "";
  border-radius: 50%;
}
.tp-hero-2__content-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tp-hero-2__content span {
  display: block;
  font-weight: 500;
  font-size: 18px;
  text-transform: lowercase;
  color: var(--tp-common-white);
}
.tp-hero-2__content span em {
  font-style: normal;
  font-weight: 800;
  font-size: 67px;
  color: #FFB302;
  display: inline-block;
  width: 80px;
}
.tp-hero-2__content .child-one {
  margin-bottom: 45px;
}
.tp-hero-2__content .child-two {
  margin-bottom: 35px;
}
.tp-hero-2__offer-box {
  position: absolute;
  bottom: 0;
  right: 0;
}
.tp-hero-2__offer-img-1 {
  margin-right: 30px;
  margin-bottom: 20px;
}
.tp-hero-2__offer-img-2 img {
  animation: animationglob 30s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
.tp-hero-2__offer-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.tp-hero-2__offer-text span {
  display: block;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: var(--tp-ff-mulish);
}
.tp-hero-2__offer-text span em {
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-style: normal;
  font-family: var(--tp-ff-mulish);
}
.tp-hero-2__offer-text span i {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-style: normal;
  font-family: var(--tp-ff-mulish);
}
.tp-hero-2__title {
  font-weight: 700;
  font-size: 65px;
  text-transform: uppercase;
  line-height: 1.3;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2__title {
    font-size: 57px;
  }
}
@media (max-width: 767px) {
  .tp-hero-2__title {
    font-size: 43px;
  }
}
.tp-hero-2__title span {
  color: var(--tp-theme-2);
}
.tp-hero-2__title-shape {
  position: absolute;
  top: 60px;
  right: 170px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-2__title-shape {
    right: 44px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2__title-shape {
    right: 288px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2__title-shape {
    right: 80px;
  }
}
.tp-hero-2__title-shape svg {
  animation: section-animation 4s infinite;
}
.tp-hero-2__subtitle {
  font-weight: 600;
  font-size: 18px;
  color: var(--tp-theme-1);
}
.tp-hero-2__subtitle em {
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
}
@media (max-width: 767px) {
  .tp-hero-2__subtitle em {
    font-size: 35px;
  }
}
.tp-hero-2__subtitle-wrap {
  display: inline-block;
  margin-bottom: 15px;
}
.tp-hero-2__title-wrap {
  display: inline-block;
  padding-bottom: 10px;
}
.tp-hero-2__subtitle-shape {
  position: absolute;
  top: -56%;
  left: -11%;
}
@media (max-width: 767px) {
  .tp-hero-2__subtitle-shape {
    top: -87%;
    left: -21%;
  }
}
.tp-hero-2__title-box p {
  font-weight: 400;
  font-size: 18px;
  text-decoration-line: underline;
  color: var(--tp-theme-2);
  margin-bottom: 50px;
}
.tp-hero-2__big-img {
  position: absolute;
  bottom: 0;
  right: 35px;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-2__big-img {
    right: -40px;
  }
}
.tp-hero-2__shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-2__shape-1 {
    right: -130px;
  }
}
.tp-hero-2__shape-2 {
  position: absolute;
  top: 30%;
  right: 77px;
  animation: tpswing 1s forwards infinite alternate;
  transform-origin: left bottom;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-2__shape-2 {
    right: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-2__shape-2 {
    top: 16%;
  }
}
.tp-hero-2__feature-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-2__feature-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2__feature-title {
    font-size: 15px;
  }
}
.tp-hero-2__feature-box {
  display: inline-block;
}
.tp-hero-2__feature-box {
  position: absolute;
  bottom: 0;
  left: 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-2__feature-box {
    left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2__feature-box {
    left: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2__feature-box {
    left: 50px;
  }
}
@media (max-width: 767px) {
  .tp-hero-2__feature-box {
    position: static;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.tp-hero-2__feature-wrap {
  padding: 40px 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-2__feature-wrap {
    padding: 35px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2__feature-wrap {
    padding: 35px 15px;
  }
}
.tp-hero-2__feature-item {
  display: inline-block;
  transition: 0.3s;
  position: relative;
}
.tp-hero-2__feature-item::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: auto;
  width: 100%;
  height: 0%;
  background-color: var(--tp-theme-1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tp-hero-2__feature-item.active::after {
  width: 100%;
  bottom: 0;
  top: auto;
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.tp-hero-2__feature-item.active .tp-hero-2__feature-icon span {
  color: var(--tp-common-white);
}
.tp-hero-2__feature-icon {
  position: relative;
  display: inline-block;
  margin-right: 25px;
}
.tp-hero-2__feature-icon::after {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 20px;
  height: 20px;
  background-color: var(--tp-theme-2);
  content: "";
  border-radius: 50%;
  z-index: -1;
}
.tp-hero-2__feature-icon span {
  color: var(--tp-theme-1);
  transition: 0.3s;
}

.tp-hero-3__overlay {
  position: relative;
}
.tp-hero-3__overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(255.03deg, rgba(20, 23, 41, 0.92) -0.62%, rgba(3, 23, 62, 0) 62.34%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.tp-hero-3__bg {
  padding-top: 315px;
  padding-bottom: 190px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-3__bg {
    padding-top: 250px;
    background-position: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3__bg {
    padding-top: 230px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3__bg {
    padding-top: 180px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .tp-hero-3__bg {
    padding-top: 180px;
    padding-bottom: 120px;
  }
}
.tp-hero-3__right-glob img {
  max-width: inherit;
  margin-right: -7px;
  margin-top: 70px;
  animation: animationglob 30s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
.tp-hero-3__offer {
  position: absolute;
  top: 0;
  left: -30px;
}

/*----------------------------------------*/
/*  7.18 service css start
/*----------------------------------------*/
.tp-service__title-shape {
  position: absolute;
  top: 25px;
  right: 3px;
}
.tp-service__title-shape svg {
  animation: section-animation 4s infinite;
}
.tp-service__bg {
  background-size: cover;
}
.tp-service__section-wrapper {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service__title-box {
    margin-bottom: 20px;
  }
}
.tp-service__right-box p {
  margin-bottom: 0;
  padding-left: 20px;
  margin-left: 25px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service__right-box p {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .tp-service__right-box p {
    margin-left: 0px;
    padding-left: 0;
  }
  .tp-service__right-box p::after {
    display: none;
  }
}
.tp-service__right-box p::after {
  position: absolute;
  top: 8px;
  left: 0;
  width: 2px;
  height: 42px;
  background-color: var(--tp-theme-2);
  content: "";
}
.tp-service__box-shape span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: var(--tp-theme-2);
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tp-service__item {
  text-align: center;
  padding: 40px 20px;
  background-color: var(--tp-common-white);
  border: 1px solid var(--tp-border-2);
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.tp-service__item:hover {
  background-color: var(--tp-theme-1);
}
.tp-service__item:hover .tp-service__title-sm {
  color: var(--tp-common-white);
}
.tp-service__item:hover .tp-service__link {
  bottom: -22px;
  opacity: 1;
  visibility: visible;
}
.tp-service__item:hover .tp-service__box-shape span {
  opacity: 1;
  visibility: visible;
}
.tp-service__icon {
  margin-bottom: 17px;
}
.tp-service__icon span {
  height: 30px;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.4);
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 5%;
  right: 27%;
}
.tp-service__title-sm {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service__title-sm {
    font-size: 17px;
  }
}
.tp-service__link {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tp-service__link a {
  height: 48px;
  width: 48px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background-color: var(--tp-common-white);
}
.tp-service__link a span svg {
  margin-left: 2px;
}
.tp-service__badge-wrap {
  background: #FFFFFF;
  border: 1px solid #E4EDFF;
  border-radius: 60.5px;
  padding: 40px;
  display: inline-block;
  position: absolute;
  right: 370px;
  top: -70px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service__badge-wrap {
    right: 230px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service__badge-wrap {
    right: 220px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service__badge-wrap {
    right: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service__badge-wrap {
    right: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service__badge-wrap {
    right: 0px;
  }
}
.tp-service__badge-wrap span {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  color: #000000;
  display: inline-block;
}
.tp-service__badge-wrap span.frist-child {
  margin-right: 20px;
}
.tp-service__bottom-text span {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
.tp-service__bottom-text span a {
  color: var(--tp-theme-2);
  margin-right: 20px;
  position: relative;
}
.tp-service__bottom-text span a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--tp-theme-2);
  content: "";
}
.tp-service__bottom-text span em {
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
  font-size: 11px;
  color: var(--tp-theme-2);
  background-color: var(--tp-common-white);
  border-radius: 50%;
  font-style: normal;
}
.tp-service__bottom-text span em i {
  margin-left: 3px;
}

.tp-service-2__title-shape {
  position: absolute;
  bottom: -3px;
  left: 33%;
}
.tp-service-2__title-shape svg {
  animation: section-animation 4s infinite;
}
.tp-service-2__title-wrap {
  display: inline-block;
}
.tp-service-2__item {
  border: 1px solid rgba(221, 221, 221, 0.4);
  padding: 100px 35px 65px 35px;
  overflow: hidden;
  background-color: var(--tp-common-white);
  position: relative;
  z-index: 1;
}
.tp-service-2__item:hover .tp-service-2__icon img {
  transform: rotateY(360deg);
}
.tp-service-2__item.active {
  background-color: var(--tp-theme-1);
}
.tp-service-2__item.active .tp-service-2__title {
  color: var(--tp-common-white);
}
.tp-service-2__item.active .tp-service-2__content p {
  color: var(--tp-common-white);
}
.tp-service-2__item.active .tp-service-2__link {
  color: var(--tp-common-white);
}
.tp-service-2__item.active .tp-service-2__link span {
  color: #FFB302;
}
.tp-service-2__icon {
  margin-bottom: 45px;
}
.tp-service-2__icon img {
  height: 90px;
  transition: 0.5s;
}
.tp-service-2__title {
  font-weight: 700;
  font-size: 24px;
  color: var(--tp-common-black);
  margin-bottom: 25px;
}
.tp-service-2__title:hover {
  color: var(--tp-theme-1);
}
.tp-service-2__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #6D7680;
  padding-bottom: 10px;
}
.tp-service-2__link {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  transition: 0.3s;
  position: relative;
  display: inline-block;
}
.tp-service-2__link::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -5px;
  height: 20px;
  width: 20px;
  border: 1px solid #BDC2C6;
  border-radius: 50%;
  z-index: -1;
}
.tp-service-2__link:hover {
  color: var(--tp-theme-1);
}
.tp-service-2__link:hover span svg {
  margin-left: 10px;
  animation: tfLeftToRight 0.5s forwards;
}
.tp-service-2__link span svg {
  margin-left: 10px;
}
.tp-service-2__tag {
  position: absolute;
  top: 25px;
  right: 25px;
}
.tp-service-2__tag span {
  height: 54px;
  width: 54px;
  line-height: 54px;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.09);
  background-color: var(--tp-common-white);
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  color: var(--tp-theme-1);
}
.tp-service-2__circle-shape span {
  position: absolute;
  bottom: -35px;
  right: -35px;
  height: 70px;
  width: 70px;
  background-color: var(--tp-theme-1);
  display: inline-block;
  border-radius: 50%;
}
.tp-service-2__grey-bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 350px;
}
.tp-service-2__shape-img {
  position: absolute;
  bottom: 110px;
  right: 80px;
}

.tp-service-2__ptb {
  padding-top: 130px;
  padding-bottom: 310px;
}
.tp-service-2__bottom-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-2__bottom-shape {
    bottom: 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-2__bottom-shape {
    bottom: 120px;
  }
}
.tp-service-2__bottom-shape img {
  background-color: var(--tp-common-white);
  width: 100%;
}

.tp-service-3__item {
  border: 1px solid rgba(164, 164, 164, 0.1);
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.06);
  padding: 50px 40px;
}
.tp-service-3__item::after {
  position: absolute;
  content: "";
  top: auto;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background-color: var(--tp-theme-1);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tp-service-3__item:hover::after {
  opacity: 1;
  visibility: visible;
  height: 100%;
  top: 0;
  left: 0;
  bottom: auto;
}
.tp-service-3__item:hover .tp-service-3__icon svg {
  color: var(--tp-common-white);
}
.tp-service-3__item:hover .tp-service-3__icon span {
  background: rgba(255, 255, 255, 0.1);
}
.tp-service-3__item:hover .tp-service-3__title-sm {
  color: var(--tp-common-white);
}
.tp-service-3__item:hover .tp-service-3__content p {
  color: var(--tp-common-white);
}
.tp-service-3__item:hover .tp-service-3__shape {
  opacity: 1;
  visibility: visible;
  top: 0;
  right: 0;
}
.tp-service-3__item:hover .tp-service-3__link a {
  color: var(--tp-common-white);
}
.tp-service-3__item:hover .tp-service-3__link a i {
  color: var(--tp-theme-2);
  transform: rotate(0);
}
.tp-service-3__icon {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.tp-service-3__icon svg {
  position: relative;
  z-index: 2;
  color: var(--tp-theme-1);
  transition: 0.3s;
  height: 40px;
  width: 40px;
}
.tp-service-3__icon span {
  height: 45px;
  width: 45px;
  background: rgba(51, 110, 249, 0.1);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -15px;
  right: -15px;
  transition: 0.3s;
}
.tp-service-3__title-sm {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  margin-bottom: 15px;
  transition: 0.3s;
}
.tp-service-3__content p {
  font-weight: 400;
  font-size: 16px;
  color: #9C9C9C;
  padding-bottom: 15px;
}
.tp-service-3__link a {
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--tp-theme-1);
  transition: 0.3s;
}
.tp-service-3__link a i {
  transform: translateY(2px) rotate(-45deg);
  transition: 0.3s;
}
.tp-service-3__shape {
  position: absolute;
  top: -20px;
  right: -20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tp-service-3__link-text span {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-3__link-text span {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .tp-service-3__link-text span {
    font-size: 14px;
  }
}
.tp-service-3__link-text span a {
  color: var(--tp-theme-1);
  text-decoration: underline;
}
.tp-service-3__link-text .arrow-right {
  margin-right: 30px;
}
.tp-service-3__link-text .arrow-right svg {
  transform: translateY(-2px);
}
.tp-service-3__link-text .arrow-left {
  margin-left: 30px;
}
.tp-service-3__link-text .arrow-left svg {
  transform: translateY(-2px);
}

.tp-service-breadcrumb-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  transition: none;
}
.tp-service-details-wrapper p {
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  color: #5A627D;
  margin-bottom: 42px;
}
.tp-service-details-title {
  font-weight: 600;
  font-size: 28px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  margin-bottom: 15px;
}
.tp-service-details-thumb {
  margin-bottom: 40px;
}
.tp-service-details-thumb img {
  width: 100%;
}
.tp-service-details-list p {
  margin-bottom: 15px;
}
.tp-service-details-list ul li {
  list-style: none;
  margin-bottom: 14px;
}
.tp-service-details-list ul li span {
  color: var(--tp-theme-1);
  margin-right: 10px;
}
.tp-service-widget {
  position: sticky;
  top: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-service-widget {
    position: inherit;
  }
}
.tp-service-widget-tab ul li {
  list-style: none;
  margin-bottom: 13px;
}
.tp-service-widget-tab ul li .active {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-service-widget-tab ul li .active i {
  background-color: var(--tp-theme-1);
}
.tp-service-widget-tab ul li a {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #101C2A;
  background: #F8F8F8;
  display: inline-block;
  width: 100%;
  padding: 24px 20px;
  transition: 0.3s;
}
.tp-service-widget-tab ul li a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-service-widget-tab ul li a i {
  position: absolute;
  top: 38%;
  right: 20px;
  transition: 0.3s;
}
.tp-service-contact-form {
  background: #F8F8F8;
  padding: 80px 30px 65px;
}
@media (max-width: 767px) {
  .tp-service-contact-form {
    padding: 60px 30px 50px;
  }
}
.tp-service-contact-input {
  margin-bottom: 19px;
}
.tp-service-contact-input input {
  width: 100%;
  height: 60px;
  border: 1px solid #EFEFF2;
  background-color: var(--tp-common-white);
  outline: 0;
  color: var(--tp-common-black);
  padding: 0 25px;
  border-radius: 2px;
}
.tp-service-contact-input input::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 10px;
  color: #000D44;
  opacity: 0.5;
}
.tp-service-contact-input input:focus {
  border: 1px solid var(--tp-theme-1);
}
.tp-service-contact-input input:focus::placeholder {
  font-size: 0;
}
.tp-service-contact-input textarea {
  height: 167px;
  border: 1px solid #EFEFF2;
  background-color: var(--tp-common-white);
  resize: none;
  line-height: 3.5;
  border-radius: 2px;
}
.tp-service-contact-input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 500;
  font-size: 14px;
  color: #000D44;
  opacity: 0.5;
}
.tp-service-contact-input textarea::-moz-placeholder { /* Firefox 19+ */
  font-weight: 500;
  font-size: 14px;
  color: #000D44;
  opacity: 0.5;
}
.tp-service-contact-input textarea:-moz-placeholder { /* Firefox 4-18 */
  font-weight: 500;
  font-size: 14px;
  color: #000D44;
  opacity: 0.5;
}
.tp-service-contact-input textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  font-weight: 500;
  font-size: 14px;
  color: #000D44;
  opacity: 0.5;
}
.tp-service-contact-input textarea::placeholder { /* MODERN BROWSER */
  font-weight: 500;
  font-size: 14px;
  color: #000D44;
  opacity: 0.5;
}
.tp-service-contact-input textarea:focus {
  border: 1px solid var(--tp-theme-1);
}
.tp-service-contact-input textarea:focus::placeholder {
  font-size: 0;
}

.tp-play-btn a {
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 20px;
  top: 39%;
  left: 48%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: var(--tp-common-white);
  color: var(--tp-theme-1);
  transform: translate(-50%, -50%);
  animation: pulse 2s infinite;
}

/*----------------------------------------*/
/*  7.1 about css start
/*----------------------------------------*/
.tp-about__left-big-1 {
  position: absolute;
  top: 10%;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about__img-wrapper {
    margin-left: 100px;
    margin-bottom: 70px;
  }
}
.tp-about__right-top-shape {
  position: absolute;
  top: 0%;
  right: 0;
  z-index: -1;
}
.tp-about__right-bottom-shape {
  position: absolute;
  bottom: -15%;
  right: 0;
}
.tp-about__img-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.tp-about__img-2 {
  padding-top: 120px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .tp-about__img-2 {
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tp-about__feature-box {
    flex-wrap: wrap;
  }
}
.tp-about__shape-1 {
  position: absolute;
  top: 35px;
  right: 120px;
  animation: animationglob 10s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__shape-1 {
    right: 40px;
  }
}
.tp-about__shape-2 {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 9;
}
.tp-about__shape-2::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px dashed rgba(255, 255, 255, 0.6);
  content: "";
  border-radius: 50%;
  transform: scale(1.2);
}
.tp-about__shape-3 {
  position: absolute;
  bottom: 40px;
  left: 75px;
  z-index: 9;
  animation: tptranslateY2 2s forwards infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__shape-3 {
    left: 0;
  }
}
.tp-about__shape-4 {
  position: absolute;
  top: 120px;
  left: -20px;
  z-index: 9;
  animation: tpupdown 0.8s infinite alternate;
}
.tp-about__right-wrapper {
  padding-left: 23px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-about__right-wrapper {
    padding-left: 0;
  }
}
.tp-about__feature-icon {
  background: var(--tp-theme-1);
  border-radius: 5px 13px 5px 5px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin-right: 12px;
}
.tp-about__feature-icon.yellow-bg-color {
  background-color: var(--tp-theme-2);
}
.tp-about__feature-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 54px;
  color: var(--tp-common-black);
}
.tp-about__feature-list {
  margin-right: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__feature-list {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .tp-about__feature-list {
    margin-right: 0px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about__feature-list {
    margin-right: 30px;
    margin-bottom: 0px;
  }
}
.tp-about__feature-list ul li {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #464859;
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__feature-list ul li {
    font-size: 13px;
  }
}
.tp-about__feature-list ul li:last-child {
  margin-bottom: 0;
}
.tp-about__feature-list ul li span {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  display: inline-block;
  font-size: 9px;
}
.tp-about__feature-list ul li span.yellow-bg-color {
  background-color: var(--tp-theme-2);
}
.tp-about__feature-list ul li span i {
  margin-left: 2px;
}
.tp-about__feature-box {
  padding-bottom: 35px;
}
.tp-about__feature-mpbs {
  position: relative;
}
.tp-about__feature-mpbs::after {
  position: absolute;
  top: -27px;
  left: 0;
  width: 4px;
  height: 83px;
  background-color: var(--tp-theme-2);
  content: "";
}
.tp-about__feature-mpbs span {
  font-weight: 700;
  font-size: 59px;
  letter-spacing: 0.01em;
  color: var(--tp-theme-1);
  font-family: var(--tp-ff-mulish);
  padding-left: 25px;
}
.tp-about__feature-mpbs span em {
  font-weight: 300;
  font-size: 26px;
  font-style: normal;
  transform: translateY(-40px);
  display: inline-block;
}
.tp-about__feature-mpbs span i {
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.03em;
  color: var(--tp-common-black);
  font-style: normal;
}
.tp-about__title-box .tp-section-title {
  padding-bottom: 30px;
}
.tp-about__text p {
  position: relative;
  padding-left: 15px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .tp-about__text p {
    padding-left: 0;
  }
  .tp-about__text p::after {
    display: none;
  }
}
.tp-about__text p::after {
  position: absolute;
  top: 7px;
  left: 0;
  width: 2px;
  height: 43px;
  background-color: var(--tp-theme-2);
  content: "";
}
.tp-about__feature-list-wrap {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .tp-about__feature-list-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about__feature-list-wrap {
    display: flex;
    align-items: center;
  }
}
.tp-about__author-avata {
  position: relative;
  margin-right: 32px;
}
.tp-about__author-avata::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--tp-theme-1);
  content: "";
  border-radius: 50%;
  transform: scale(1.3);
}
.tp-about__author-signature {
  margin-right: 25px;
}
.tp-about__signature-date span {
  font-weight: 400;
  font-size: 16px;
  color: #535353;
}

.tp-about-2__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tp-about-2__title-shape {
  position: absolute;
  top: 23%;
  left: 18%;
}
.tp-about-2__title-shape svg {
  animation: section-animation 4s infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-2__title-shape {
    left: 13%;
  }
}
.tp-about-2__icon {
  margin-right: 30px;
  animation: animationglob 30s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
.tp-about-2__feature-list {
  background-color: #F5F7FA;
  padding: 25px 30px;
  border-radius: 11px;
}
.tp-about-2__feature-list ul li {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #445658;
  list-style-type: none;
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .tp-about-2__feature-list ul li {
    font-size: 14px;
  }
}
.tp-about-2__feature-list ul li:last-child {
  margin-bottom: 0;
}
.tp-about-2__feature-list ul li::after {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: var(--tp-theme-1);
  content: "";
}
.tp-about-2__info span {
  position: absolute;
  top: 12px;
  right: 0;
}
.tp-about-2__feature-wrap {
  margin-bottom: 40px;
}
.tp-about-2__main-img {
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.15));
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-2__main-img {
    text-align: center;
    margin-bottom: 100px;
  }
}
.tp-about-2__sub-img-1 {
  position: absolute;
  bottom: -20px;
  right: 65px;
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.15));
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2__sub-img-1 {
    right: 20px;
  }
}
.tp-about-2__sub-img-1 a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70px;
  width: 70px;
  background-color: var(--tp-theme-1);
  text-align: center;
  line-height: 73px;
  color: var(--tp-common-white);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.tp-about-2__sub-img-1 a i {
  margin-left: 3px;
}
.tp-about-2__sub-img-1 a::after {
  position: absolute;
  content: "";
  top: 3px;
  right: 3px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--tp-common-white);
  border-radius: 50%;
}
.tp-about-2__shape-1 {
  position: absolute;
  top: -22px;
  left: -22px;
  z-index: -1;
  animation: tptranslateX2 2s forwards infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-2__shape-1 {
    left: 120px;
  }
}
.tp-about-2__shape-2 {
  position: absolute;
  top: 40px;
  right: 75px;
  z-index: -1;
  animation: animationglob 30s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
.tp-about-2__left-author-info {
  position: absolute;
  top: 20px;
  left: 45px;
}
.tp-about-2__left-author-info span {
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-theme-1);
  font-family: var(--tp-ff-mulish);
}
.tp-about-2__left-author-info span em {
  font-weight: 400;
  font-size: 17px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-mulish);
  font-style: normal;
}
.tp-about-2__exprience {
  background-color: var(--tp-theme-1);
  display: inline-block;
  padding: 30px 17px;
  text-align: center;
  position: absolute;
  bottom: 95px;
  left: -25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-2__exprience {
    left: 100px;
  }
}
.tp-about-2__exprience span {
  display: block;
}
.tp-about-2__exprience .child-one {
  font-style: italic;
  font-weight: 800;
  font-size: 47px;
  text-transform: lowercase;
  text-shadow: 0px 4px 34px rgba(161, 134, 177, 0.25);
  color: var(--tp-common-white);
  font-family: var(--tp-ff-mulish);
  margin-bottom: 22px;
}
.tp-about-2__exprience .child-two {
  font-weight: 400;
  font-size: 14px;
  text-transform: lowercase;
  text-shadow: 0px 4px 34px rgba(161, 134, 177, 0.25);
  color: var(--tp-common-white);
}
.tp-about-2__exprience .child-three {
  height: 25px;
  width: 44px;
  background-color: var(--tp-theme-1);
  display: inline-block;
  position: absolute;
  bottom: -25px;
  left: 0;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.tp-about-2__bg-shape {
  position: absolute;
  bottom: -70px;
  right: 40px;
  transform: rotate(10deg);
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-2__left-wrap {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2__left-wrap {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .tp-about-2__left-wrap {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-2__left-wrap {
    margin-left: 50px;
  }
}
.tp-about-2__avata {
  flex: 0 0 auto;
  padding-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2__author-box {
    flex-wrap: wrap;
  }
}
.tp-about-2__btn {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .tp-about-2__btn {
    margin-bottom: 0;
  }
}
.tp-about-2__btn-box {
  flex-wrap: wrap;
}

.tp-about-3__bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 745px;
  height: 640px;
  background-color: #FCF1EC;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-3__bg-shape {
    width: 635px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-3__bg-shape {
    width: 490px;
  }
}
.tp-about-3__customize .tp-about__shape-1 {
  position: absolute;
  top: 20px;
  right: 70px;
}
.tp-about-3__customize .tp-about__img-1 img {
  border: 11px solid var(--tp-common-white);
  filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.07));
  border-radius: 0px 32px 0px 0px;
}
.tp-about-3__customize .tp-about__img-2 img {
  border: 7px solid var(--tp-common-white);
  border-radius: 0px 0px 0px 34px;
}

.tp-about-3__right-customize .tp-about__feature-list ul li span.yellow-bg-color {
  background-color: var(--tp-theme-2);
}
.tp-about-3__right-customize .tp-about__feature-mpbs span {
  background-color: rgba(185, 190, 208, 0.18);
  padding: 5px 15px;
  margin-left: 15px;
}

/*----------------------------------------*/
/*  7.8 counter css start
/*----------------------------------------*/
.tp-counter__bg {
  background-color: var(--tp-theme-1);
  padding: 45px 20px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: -60px;
  position: relative;
  z-index: 9;
  padding-bottom: 5px;
}
.tp-counter__item {
  position: relative;
  z-index: 9;
}
.tp-counter__item h5 {
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  color: var(--tp-common-white);
  padding-bottom: 10px;
  position: relative;
}
.tp-counter__item h5 i {
  font-style: normal;
}
.tp-counter__item h5 span {
  height: 25px;
  width: 25px;
  background-color: var(--tp-theme-2);
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: 32%;
  z-index: -1;
}
.tp-counter__item span {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: var(--tp-common-white);
}
.tp-counter__shape-1 {
  position: absolute;
  top: -50px;
  left: 0;
}
.tp-counter__shape-1 img {
  opacity: 0.06;
}
.tp-counter__bdr-right {
  position: relative;
}
.tp-counter__bdr-right::after {
  position: absolute;
  top: 20px;
  right: 0;
  height: 34px;
  width: 2px;
  background: rgba(255, 255, 255, 0.13);
  content: "";
}
@media (max-width: 767px) {
  .tp-counter__bdr-right::after {
    display: none;
  }
}

/*----------------------------------------*/
/*  7.6 choose css start
/*----------------------------------------*/
.tp-choose__bg {
  padding-top: 165px;
  padding-bottom: 130px;
  background-repeat: no-repeat;
  background-size: cover;
}
@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) {
  .tp-choose__bg {
    background-position: center;
  }
}
.tp-choose__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.tp-choose__shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-choose__shape-2 {
    left: auto;
    right: 0;
  }
}
.tp-choose__title-box {
  margin-bottom: 40px;
}
.tp-choose__tab-btn {
  margin-bottom: 40px;
}
.tp-choose__tab-btn button {
  height: 45px;
  padding: 0 50px;
  background: var(--tp-common-white);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03);
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  color: var(--tp-common-black);
  margin-right: 18px;
  position: relative;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .tp-choose__tab-btn button {
    padding: 0px 30px;
    margin-bottom: 20px;
  }
}
.tp-choose__tab-btn button:last-child {
  margin-right: 0;
}
.tp-choose__tab-btn button::after {
  position: absolute;
  height: auto;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--tp-theme-1);
}
.tp-choose__tab-btn button:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-choose__tab-btn button:hover::after {
  opacity: 1;
  visibility: visible;
}
.tp-choose__tab-btn button.active {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-choose__tab-btn button.active::after {
  opacity: 1;
  visibility: visible;
}
.tp-choose__tab-price {
  margin-bottom: 40px;
}
.tp-choose__price-monthly {
  background: var(--tp-common-white);
  border: 1px solid var(--tp-theme-1);
  border-radius: 5px;
  padding: 30px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .tp-choose__price-monthly {
    padding: 20px;
    margin-right: 20px;
  }
}
.tp-choose__price-monthly h5 {
  font-weight: 700;
  font-size: 67px;
  color: var(--tp-theme-1);
  font-family: var(--tp-ff-mulish);
}
.tp-choose__price-monthly h5 em {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-mulish);
  font-style: normal;
}
.tp-choose__price-installation-fee h5 {
  font-weight: 700;
  font-size: 67px;
  color: var(--tp-theme-2);
  font-family: var(--tp-ff-mulish);
}
.tp-choose__price-installation-fee h5 em {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: var(--tp-theme-2);
  font-family: var(--tp-ff-mulish);
  font-style: normal;
}
.tp-choose__tab-feature ul li {
  list-style-type: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: rgba(20, 33, 43, 0.7);
  position: relative;
  padding-left: 30px;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .tp-choose__tab-feature ul li {
    font-size: 16px;
  }
}
.tp-choose__tab-feature ul li:last-child {
  margin-bottom: 0;
}
.tp-choose__tab-feature ul li span {
  position: absolute;
  top: -1px;
  left: 0;
}
.tp-choose__right-box {
  margin-left: 105px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-choose__right-box {
    margin-left: 0;
  }
}
.tp-choose__offer-box {
  display: inline-block;
  transform: translateY(-200px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-choose__offer-box {
    transform: translateY(0);
  }
}
.tp-choose__img-2 {
  margin-left: 20px;
}
.tp-choose__img-3 {
  position: absolute;
  top: 20%;
  right: -15%;
  animation: tpswing 1s ease-in-out 1s forwards infinite alternate;
  transform-origin: top right;
}
.tp-choose__play-btn {
  margin-top: 20px;
}
.tp-choose__play-btn a {
  height: 93px;
  width: 93px;
  background-color: var(--tp-common-white);
  border-radius: 50%;
  line-height: 93px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  position: relative;
}
.tp-choose__play-btn a span {
  margin-left: 5px;
}
.tp-choose__play-btn a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.28);
  animation: pulse 2s infinite;
  transform: scale(1.2);
  border-radius: 50%;
  z-index: -1;
}

.tp-choose-2__customize .tp-section-title {
  color: var(--tp-common-white);
}
.tp-choose-2__customize .tp-about__text p {
  color: #707481;
}
@media (max-width: 767px) {
  .tp-choose-2__customize .tp-about__text p br {
    display: none;
  }
}
.tp-choose-2__section-title-box {
  margin-bottom: 50px;
}
.tp-choose-2__title-sm {
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-white);
}
.tp-choose-2__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #707481;
}
.tp-choose-2__icon {
  margin-right: 18px;
}
.tp-choose-2__bg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 49%;
  object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-choose-2__bg img {
    position: static;
    width: 100%;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .tp-choose-2__bg img {
    position: static;
    width: 100%;
    margin-bottom: 40px;
  }
}
.tp-choose-2__right-wrapper {
  padding-left: 47px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-choose-2__right-wrapper {
    padding-left: 0;
    margin-bottom: 70px;
  }
}
.tp-choose-2__bg-inner-content {
  background-color: var(--tp-theme-1);
  padding: 40px 50px;
  padding-right: 110px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-choose-2__bg-inner-content {
    padding: 40px 40px;
    padding-right: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-choose-2__bg-inner-content {
    padding: 40px 45px;
    padding-right: 65px;
  }
}
@media (max-width: 767px) {
  .tp-choose-2__bg-inner-content {
    padding-right: 0px;
    padding: 30px;
  }
}
.tp-choose-2__bg-inner-content span {
  font-style: italic;
  font-weight: 500;
  font-size: 26px;
  line-height: 51px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-choose-2__bg-inner-content span {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-choose-2__bg-inner-content span {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .tp-choose-2__bg-inner-content span {
    font-size: 22px;
    line-height: 29px;
  }
}
.tp-choose-2__bg-inner-content span em {
  color: var(--tp-theme-2);
}
.tp-choose-2__mpbs-icon {
  position: absolute;
  top: 20px;
  right: -43px;
}
.tp-choose-2__bottom-shape {
  position: absolute;
  bottom: 40px;
  left: -25px;
  z-index: 1;
}

.tp-choose-3__overlay {
  position: relative;
}
.tp-choose-3__overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(258.98deg, rgba(20, 23, 41, 0.92) 28.78%, rgba(3, 23, 62, 0) 73.15%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.tp-choose-3__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 20px;
}
.tp-choose-3__content .child-1 {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: var(--tp-common-white);
  display: block;
  padding-bottom: 45px;
}
.tp-choose-3__content .child-2 {
  font-weight: 500;
  font-size: 20px;
  display: inline-block;
  color: var(--tp-common-white);
  padding-bottom: 35px;
}
.tp-choose-3__content .child-2 em {
  font-style: normal;
  color: var(--tp-theme-2);
  font-weight: 700;
  font-size: 67px;
}

/*----------------------------------------*/
/*  7.14 price css start
/*----------------------------------------*/
.tp-price__title-box {
  margin-bottom: 70px;
}
.tp-price__item {
  background: var(--tp-common-white);
  border: 1px solid #F1F1F9;
  border-radius: 4px;
  padding: 65px 0px 50px 0px;
}
.tp-price__item:hover .tp-price__head-icon {
  background-color: var(--tp-theme-1);
}
.tp-price__item:hover .tp-price__head-icon svg {
  color: var(--tp-common-white);
}
.tp-price__item.active {
  box-shadow: 0px 24px 28px rgba(64, 76, 106, 0.07);
}
.tp-price__item.active .tp-price__head-icon {
  background-color: var(--tp-theme-1);
}
.tp-price__item.active .tp-price__head-icon span {
  color: var(--tp-common-white);
}
.tp-price__item.active .tp-price__mpbs-bg {
  background-color: var(--tp-theme-1);
}
.tp-price__item.active .tp-price__mpbs h4 {
  color: var(--tp-common-white);
}
.tp-price__item.active .tp-price__mpbs h4 em {
  color: var(--tp-common-white);
}
.tp-price__item.active .tp-price__mpbs span {
  color: var(--tp-common-white);
}
.tp-price__item.active .tp-price-btn {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-price__item.active .tp-price-btn:hover {
  color: var(--tp-common-black);
}
.tp-price__title {
  font-weight: 700;
  font-size: 24px;
  color: var(--tp-common-black);
}
.tp-price__head {
  padding: 0px 30px;
  margin-bottom: 20px;
}
.tp-price__head span {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  color: #595D6A;
}
.tp-price__content-wrap {
  padding: 0px 30px;
}
.tp-price__head-icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--tp-common-white);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.09);
  position: absolute;
  top: 27px;
  right: 22px;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-price__head-icon {
    height: 50px;
    width: 50px;
    line-height: 53px;
  }
}
.tp-price__head-icon span {
  color: var(--tp-theme-1);
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-price__head-icon span svg {
    width: 24px;
    height: 24px;
  }
}
.tp-price__mpbs-bg {
  background-color: var(--tp-grey-1);
  padding: 20px;
  padding-top: 10px;
  margin-bottom: 35px;
}
.tp-price__mpbs h4 {
  font-weight: 800;
  font-size: 57px;
  color: var(--tp-theme-1);
}
.tp-price__mpbs h4 em {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black);
  font-style: normal;
  margin-left: 10px;
}
.tp-price__mpbs span {
  font-weight: 700;
  font-size: 18px;
  color: #434554;
}
.tp-price__feature {
  margin-bottom: 25px;
}
.tp-price__feature ul li {
  list-style-type: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #5E5F68;
  padding-bottom: 10px;
}
.tp-price__feature ul li:last-child {
  margin-bottom: 0;
}
.tp-price__info-box {
  margin-bottom: 35px;
}
.tp-price__info-box h4 {
  margin-bottom: 30px;
  display: inline-block;
}
.tp-price__info-box h4 span {
  position: absolute;
  bottom: -11px;
  display: block;
}
.tp-price__info-box span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #495362;
}
.tp-price__info-box span em {
  color: var(--tp-theme-1);
  font-style: normal;
}

.tp-price-2__pb {
  padding-bottom: 260px;
}
.tp-price-2__title-shape {
  position: absolute;
  right: -8px;
  bottom: -2px;
}
.tp-price-2__title-shape svg {
  animation: section-animation 4s infinite;
}
.tp-price-2__title-wrap {
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-price-2__content-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-price-2__feature-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .tp-price-2__feature-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-price-2__feature-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.tp-price-2__content-box {
  margin-right: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-price-2__content-box {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .tp-price-2__content {
    margin-bottom: 30px;
  }
}
.tp-price-2__content span {
  font-weight: 400;
  font-size: 16px;
  color: #495362;
}
.tp-price-2__content span em {
  color: var(--tp-theme-1);
  font-style: normal;
}
.tp-price-2__title-sm {
  font-weight: 700;
  font-size: 36px;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
.tp-price-2__icon-box {
  border: 1px solid #E9EDF3;
  border-radius: 50px;
  padding: 20px;
}
@media (max-width: 767px) {
  .tp-price-2__icon-box {
    margin-bottom: 30px;
  }
}
.tp-price-2__icon-box span {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--tp-common-white);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-theme-1);
  transition: 0.3s;
}
.tp-price-2__icon-box span:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-price-2__price-wrap {
  background-color: var(--tp-common-white);
  padding: 60px;
  padding-right: 35px;
}
@media (max-width: 767px) {
  .tp-price-2__price-wrap {
    padding-right: 0px;
    padding: 30px;
  }
}
.tp-price-2__price-wrap.active {
  background-color: var(--tp-theme-1);
}
.tp-price-2__price-wrap.active .tp-price-2__content span {
  color: var(--tp-common-white);
}
.tp-price-2__price-wrap.active .tp-price-2__content span em {
  color: var(--tp-theme-2);
}
.tp-price-2__price-wrap.active .tp-price-2__title-sm {
  color: var(--tp-common-white);
}
.tp-price-2__price-wrap.active .tp-price-2__feature-list ul li {
  color: var(--tp-common-white);
}
.tp-price-2__price-wrap.active .tp-price-2__btn-box span {
  color: var(--tp-common-white);
}
.tp-price-2__price-wrap.active .tp-price-2__btn-box .tp-btn-border-md {
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--tp-common-white);
}
.tp-price-2__price-wrap.active .tp-price-2__btn-box .tp-btn-border-md:hover {
  color: var(--tp-common-black);
}
.tp-price-2__price-wrap.active .tp-price-2__icon-box span {
  background-color: var(--tp-common-white);
  color: var(--tp-theme-1);
}
.tp-price-2__feature-list {
  flex: 0 0 auto;
  margin-right: 45px;
}
@media (max-width: 767px) {
  .tp-price-2__feature-list {
    margin-right: 0;
    margin-bottom: 30px;
    flex: inherit;
  }
}
.tp-price-2__feature-list ul li {
  position: relative;
  padding-left: 30px;
  list-style-type: none;
  font-weight: 400;
  font-size: 18px;
  color: #445769;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .tp-price-2__feature-list ul li {
    font-size: 14px;
  }
}
.tp-price-2__feature-list ul li:last-child {
  margin-bottom: 0;
}
.tp-price-2__feature-list ul li span {
  position: absolute;
  top: -3px;
  left: 0;
}
.tp-price-2__btn-box span {
  display: block;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-mulish);
  margin-bottom: 20px;
}
.tp-price-2__btn-box span em {
  font-weight: 700;
  font-size: 50px;
  font-style: normal;
}
.tp-price-2__btn-box span i {
  font-weight: 700;
  font-size: 25px;
  font-style: normal;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-price-2__content-box {
    margin-bottom: 50px;
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .tp-price-2__content-box {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-price-2__content-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-price-2__feature-wrap {
    justify-content: space-between;
  }
}

/*----------------------------------------*/
/*  7.16 progress css start
/*----------------------------------------*/
.tp-progress__bg-shape {
  background-size: cover;
  background-position: center;
}
.tp-progress__item {
  margin-left: 15px;
}
.tp-progress__canva {
  height: 90px;
  width: 90px;
  background: var(--tp-common-white);
  text-align: center;
  line-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 50%;
  margin-right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-progress__canva {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .tp-progress__canva {
    margin-right: 30px;
  }
}
.tp-progress__canva input {
  color: var(--tp-common-black) !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  font-family: var(--tp-ff-mulish) !important;
}
.tp-progress__space {
  padding-top: 380px;
  padding-bottom: 120px;
  margin-top: -285px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-progress__space {
    margin-top: 0;
    padding-top: 120px;
  }
}
.tp-progress__content p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #565F67;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-progress__content p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .tp-progress__content p {
    font-size: 14px;
    line-height: 19px;
  }
}
.tp-progress__title {
  font-weight: 700;
  font-size: 20px;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-progress__title {
    font-size: 17px;
  }
}

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

/*----------------------------------------*/
/*  7.20 testimonial css start
/*----------------------------------------*/
.tp-testimonial__title-box {
  margin-bottom: 40px;
}
.tp-testimonial__bg {
  background-position: top left;
  background-repeat: no-repeat;
}
.tp-testimonial__text p {
  font-weight: 500;
  font-size: 28px;
  line-height: 51px;
  color: var(--tp-common-black);
  font-style: italic;
  font-family: var(--tp-ff-mulish);
  padding-right: 90px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial__text p {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial__text p {
    padding-right: 30px;
    font-size: 20px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial__text p {
    font-size: 16px;
    line-height: 29px;
    padding-right: 0px;
    padding-bottom: 20px;
  }
}
.tp-testimonial__text p span {
  color: var(--tp-theme-1);
}
.tp-testimonial__author-info span {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
.tp-testimonial__author-info span em {
  color: var(--tp-theme-1);
  font-style: normal;
}
.tp-testimonial__avata {
  flex: 0 0 auto;
  margin-right: 40px;
  position: relative;
}
.tp-testimonial__avata::after {
  position: absolute;
  top: 5px;
  left: -5px;
  width: 100%;
  height: 100%;
  background-color: var(--tp-theme-1);
  content: "";
}
.tp-testimonial__avata img {
  width: 77px;
  height: 70px;
}
.tp-testimonial__title-sm {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
.tp-testimonial__right-thumb img {
  max-width: inherit;
  margin-right: -50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial__right-thumb img {
    margin-right: 0;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial__right-thumb img {
    margin-right: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .tp-testimonial__right-thumb img {
    margin-right: 0;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial__slider-wrapper {
    margin-bottom: 100px;
  }
}
.tp-testimonial__right-bg img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-testimonial__right-bg img {
    width: 30%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial__right-bg img {
    width: 25%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial__right-bg img {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial__right-bg img {
    display: none;
  }
}
.tp-testimonial__logo {
  position: absolute;
  top: 15px;
  left: 65px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial__logo {
    left: 115px;
  }
}
.tp-testimonial__shape-1 {
  position: absolute;
  top: -25px;
  left: 25px;
  z-index: -1;
  animation: tptranslateX2 2s forwards infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial__shape-1 {
    left: 70px;
  }
}
.tp-testimonial__quote {
  position: absolute;
  bottom: 120px;
  right: -85px;
  z-index: -1;
}
.tp-testimonial__avata-tab {
  background-color: var(--tp-common-white);
  padding: 25px;
  padding-left: 0;
  padding-right: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
}
.tp-testimonial__slider-active {
  margin: -20px -20px;
}
.tp-testimonial__item {
  padding: 20px 20px;
}
@media (max-width: 767px) {
  .tp-testimonial__item {
    margin-bottom: 40px;
  }
}
.tp-testimonial__slide-avata {
  cursor: pointer;
  margin: 0px -12px;
  position: relative;
}
.tp-testimonial__slide-avata img {
  width: 110px;
  height: 101px;
}
.tp-testimonial__slide-avata.slick-current img {
  border: 1px solid var(--tp-theme-1);
}
.tp-testimonial__avata-slider-active .slick-slide {
  display: block;
  padding: 0 12px;
}

.tp-testimonial-2__wrapper {
  background-color: var(--tp-common-white);
  padding: 60px 155px;
  padding-top: 0;
  margin-top: -150px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-2__wrapper {
    padding: 60px 80px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-2__wrapper {
    padding: 30px 30px;
    padding-top: 0;
  }
}
.tp-testimonial-2__text p {
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  letter-spacing: -0.05em;
  line-height: 59px;
  color: var(--tp-common-black);
  margin-bottom: 0;
  padding-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-2__text p {
    font-size: 25px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-2__text p {
    font-size: 24px;
    line-height: 41px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-2__text p {
    font-size: 18px;
    line-height: 31px;
  }
}
.tp-testimonial-2__author-info {
  margin-bottom: 35px;
}
.tp-testimonial-2__author-info h4 {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
.tp-testimonial-2__author-info span {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
.tp-testimonial-2__author-info span em {
  color: var(--tp-theme-1);
  font-style: normal;
}
.tp-testimonial-2__avata img {
  margin-top: -35px;
  margin-bottom: 50px;
}
.tp-testimonial-2__ratting span {
  color: var(--tp-theme-2);
  margin: 0px 3px;
}
.tp-testimonial-2__shape-1 {
  position: absolute;
  top: 90px;
  right: 130px;
}
.tp-testimonial-2__shape-2 {
  position: absolute;
  top: 30%;
  left: 4%;
}
.tp-testimonial-2__shape-3 {
  position: absolute;
  bottom: 0;
  right: 8%;
}
.tp-testimonial-2__shape-4 {
  position: absolute;
  bottom: 17%;
  right: 17%;
}
.tp-testimonial-2__active {
  padding-top: 40px;
  transform: translateY(-40px);
}

.tp-testimonial-2__arrow {
  margin-top: -35px;
  z-index: 9;
  position: relative;
}
.tp-testimonial-2__arrow button {
  height: 50px;
  width: 50px;
  line-height: 50%;
  border-radius: 50%;
  text-align: center;
  border: 1px solid var(--tp-theme-1);
  font-size: 18px;
  margin: 0px 15px;
  transition: 0.3s;
}
.tp-testimonial-2__arrow button:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.tp-testimonial__customize .tp-testimonial__right-thumb {
  margin-left: -50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial__customize .tp-testimonial__right-thumb {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial__customize .tp-testimonial__right-thumb {
    margin-left: 0;
    text-align: center;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial__customize .tp-testimonial__right-thumb {
    margin-left: 0;
    text-align: center;
    margin-bottom: 70px;
  }
}
.tp-testimonial__customize .tp-testimonial__right-thumb img {
  max-width: inherit;
  margin-right: 0;
}
@media (max-width: 767px) {
  .tp-testimonial__customize .tp-testimonial__right-thumb img {
    max-width: 100%;
  }
}
.tp-testimonial__customize .tp-testimonial__right-bg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.tp-testimonial__customize .tp-testimonial__text p {
  padding-right: 50px;
}
@media (max-width: 767px) {
  .tp-testimonial__customize .tp-testimonial__text p {
    padding-right: 0;
  }
}
.tp-testimonial__customize .tp-testimonial__avata-tab {
  background-color: var(--tp-common-white);
  padding: 25px;
  padding-right: 0;
  padding-right: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 400px;
  left: auto;
}
.tp-testimonial__customize .tp-testimonial__logo {
  position: absolute;
  top: 15px;
  right: 65px;
  left: auto;
  animation: tptranslateX2 2s forwards infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial__customize .tp-testimonial__logo {
    right: 150px;
  }
}

.tp-testimonial-3__slider-main {
  margin-left: 50px;
}
@media (max-width: 767px) {
  .tp-testimonial-3__slider-main {
    margin-left: 0;
  }
}
.tp-testimonial-3__shape-1 {
  position: absolute;
  top: 10%;
  left: 3%;
  z-index: 9;
}
.tp-testimonial-3__shape-2 {
  position: absolute;
  top: 14%;
  right: 4%;
  z-index: 9;
  filter: drop-shadow(0px 7px 8px rgba(0, 0, 0, 0.07));
}
.tp-testimonial-3__shape-3 {
  position: absolute;
  bottom: 14%;
  right: 8%;
  z-index: 9;
  filter: drop-shadow(0px 7px 8px rgba(0, 0, 0, 0.07));
}
.tp-testimonial-3__quote {
  position: absolute;
  bottom: 15%;
  left: -30%;
  animation: tpupdown 0.8s infinite alternate;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-testimonial-3__quote {
    left: -20%;
  }
}

/*----------------------------------------*/
/*  7.11 feature css start
/*----------------------------------------*/
.tp-feature__shape-1 {
  position: absolute;
  top: 55px;
  left: 55px;
  animation: animationglob 10s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
.tp-feature__shape-2 {
  position: absolute;
  top: 0px;
  right: 0px;
}
.tp-feature__shape-3 {
  position: absolute;
  top: 23%;
  right: 5%;
  animation: tptranslateY2 2s forwards infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature__shape-3 {
    top: 12%;
  }
}
.tp-feature__item {
  position: relative;
}
.tp-feature__item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(4, 4, 4, 0) 0%, rgba(0, 0, 0, 0.43) 100%);
}
.tp-feature__item:hover .tp-feature__video-icon a {
  opacity: 1;
  visibility: visible;
}
.tp-feature__meta {
  position: absolute;
  top: 25px;
  right: 25px;
}
.tp-feature__content-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-feature__content-wrap {
    padding: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-feature__content-wrap {
    padding: 20px;
  }
}
.tp-feature__plr {
  padding-left: 215px;
  padding-right: 215px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-feature__plr {
    padding-left: 85px;
    padding-right: 85px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-feature__plr {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.tp-feature__meta span {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  opacity: 0.96;
  margin-left: 15px;
}
.tp-feature__meta span i {
  color: var(--tp-theme-1);
  margin-right: 8px;
}
.tp-feature__title-sm {
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.tp-feature__info span {
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  color: var(--tp-theme-1);
}
.tp-feature__icon a {
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--tp-theme-1);
}
.tp-feature__video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tp-feature__video-icon a {
  height: 58px;
  width: 58px;
  line-height: 56px;
  text-align: center;
  background-color: var(--tp-theme-1);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tp-feature__video-icon a svg {
  color: var(--tp-common-white);
  margin-left: 5px;
}
.tp-feature__video-icon a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  content: "";
  transform: scale(1.2);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

/*----------------------------------------*/
/*  7.13 newslatter css start
/*----------------------------------------*/
.tp-newslatter__bg {
  padding-top: 110px;
  padding-bottom: 145px;
}
.tp-newslatter__title-sm {
  font-weight: 700;
  font-size: 44px;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-newslatter__title-sm {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-newslatter__title-box {
    margin-bottom: 30px;
  }
}
.tp-newslatter__input input {
  background: var(--tp-theme-1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 40px;
  height: 77px;
  padding-left: 45px;
  padding-right: 225px;
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-newslatter__input input {
    padding: 0px 45px;
    margin-bottom: 20px;
  }
}
.tp-newslatter__input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.tp-newslatter__input input::-moz-placeholder { /* Firefox 19+ */
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.tp-newslatter__input input:-moz-placeholder { /* Firefox 4-18 */
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.tp-newslatter__input input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.tp-newslatter__input input::placeholder { /* MODERN BROWSER */
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.tp-newslatter__input input:focus {
  border-color: rgba(255, 255, 255, 0.16);
}
.tp-newslatter__btn {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  line-height: 0;
}
@media (max-width: 767px) {
  .tp-newslatter__btn {
    position: static;
    transform: translateY(0%);
  }
}

.tp-newslatter-3__customize {
  margin-top: -75px;
  position: relative;
  z-index: 9;
}
.tp-newslatter-3__customize .tp-newslatter__bg {
  max-width: 1240px;
  margin: 0 auto;
  padding: 55px 40px;
}
.tp-newslatter-3__customize .tp-newslatter__title-sm {
  font-size: 34px;
}

/*----------------------------------------*/
/*  7.3 brand css start
/*----------------------------------------*/
.tp-brand__transparent {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -65px;
}
.tp-brand__title-sm {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #475467;
  background-color: var(--tp-common-white);
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0px 35px;
}
@media (max-width: 767px) {
  .tp-brand__title-sm {
    padding: 0;
  }
}
.tp-brand__bg {
  background-color: var(--tp-common-white);
  max-width: 1295px;
  margin: 0 auto;
  padding: 70px 50px 80px 50px;
}
.tp-brand__title-box {
  position: relative;
  margin: 0px 45px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .tp-brand__title-box {
    margin: 0px 0px;
    margin-bottom: 50px;
  }
}
.tp-brand__title-box::after {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  content: "";
}
.tp-brand__item {
  text-align: center;
  cursor: pointer;
}
.tp-brand__item span {
  color: var(--tp-common-black);
  transition: 0.3s;
}
.tp-brand__item:hover span {
  color: var(--tp-theme-1);
}

.tp-brand-3__bg {
  background-color: #FFF4EF;
  padding: 80px 0;
}
.tp-brand-3__shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.tp-brand-2__active .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  align-items: center;
}

/*----------------------------------------*/
/*  7.9 cta css start
/*----------------------------------------*/
.tp-cta__min-height {
  min-height: 175px;
  background-repeat: no-repeat;
  background-size: cover;
}
.tp-cta__left-box {
  padding: 50px 40px;
}
@media (max-width: 767px) {
  .tp-cta__left-box {
    padding: 50px 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.tp-cta__right-box {
  padding: 20px 70px;
}
@media (max-width: 767px) {
  .tp-cta__right-box {
    padding: 50px 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.tp-cta__mt {
  margin-top: -120px;
}
.tp-cta__icon {
  margin-right: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-cta__icon {
    margin-right: 35px;
  }
}
@media (max-width: 767px) {
  .tp-cta__icon {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-cta__icon {
    margin-right: 20px;
    margin-bottom: 0px;
  }
}
.tp-cta__link {
  font-weight: 600;
  font-size: 22px;
  color: var(--tp-common-white);
  height: 62px;
  line-height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 66.5px;
  padding: 0px 25px;
}
@media (max-width: 767px) {
  .tp-cta__link {
    font-size: 14px;
    padding: 0px 25px;
  }
}
.tp-cta__link a {
  text-decoration: underline;
}
.tp-cta__right-icon {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .tp-cta__right-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-cta__right-icon {
    margin-right: 20px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .tp-cta__right-content {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .tp-cta__right-content {
    text-align: left;
  }
}
.tp-cta__right-content span {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  display: block;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .tp-cta__right-content span {
    font-size: 14px;
    padding-bottom: 0;
  }
}
.tp-cta__right-content a {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-cta__right-content a {
    font-size: 14px;
  }
}
.tp-cta__transparent {
  position: absolute;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cta__transparent {
    position: static;
  }
}

.tp-cta-3__bg {
  background-color: var(--tp-theme-1);
  padding: 50px 65px;
}
@media (max-width: 767px) {
  .tp-cta-3__bg {
    padding: 50px 20px;
  }
}
.tp-cta-3__title-sm {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cta-3__title-sm {
    margin-bottom: 30px;
  }
}
.tp-cta-3__offer {
  margin-right: 35px;
}
.tp-cta-3__offer-text span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.79);
}
.tp-cta-3__offer-text a {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-cta-3__btn {
  margin-left: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cta-3__btn {
    margin-left: 0;
  }
}
.tp-cta-3__offer-shape {
  position: absolute;
  top: 0%;
  right: -10%;
}
.tp-cta-3__left-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

/*----------------------------------------*/
/*  7.15 product css start
/*----------------------------------------*/
.tp-product-2__mlr {
  margin-left: 245px;
  margin-right: 245px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-product-2__mlr {
    margin-left: 200px;
    margin-right: 200px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-product-2__mlr {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-product-2__mlr {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.tp-product-2__item {
  border: 1px solid #F0F2F5;
  display: inline-block;
  margin: 0px 0px 0px -1px;
}
.tp-product-2__item:hover .tp-product-2__img img {
  transform: scale(1.1) rotate(-2deg);
}
.tp-product-2__img img {
  transition: 0.9s;
}
.tp-product-2__content {
  padding: 0px 25px;
  padding-bottom: 30px;
}
.tp-product-2__ratting {
  margin-bottom: 8px;
}
.tp-product-2__ratting span:last-child {
  color: #D2D3DA;
}
.tp-product-2__ratting span {
  color: var(--tp-theme-2);
}
.tp-product-2__title-sm {
  font-weight: 600;
  font-size: 16px;
  color: var(--tp-common-black);
  margin-bottom: 20px;
  display: inline-block;
}
.tp-product-2__title-sm:hover {
  color: var(--tp-theme-1);
}
.tp-product-2__price span {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #ED1D24;
}
.tp-product-2__price span del {
  color: #9695A0;
}

.tp-shop-details__wrapper {
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shop-details__wrapper {
    margin-bottom: 60px;
  }
}
.tp-shop-details__tab-big-img img {
  background-color: #F7F7F7;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-shop-details__tab-big-img img {
    width: 100%;
  }
}
.tp-shop-details__tab-btn-box button {
  display: inline-block;
  margin-right: 20px;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .tp-shop-details__tab-btn-box button {
    margin-bottom: 20px;
  }
}
.tp-shop-details__tab-btn-box button img {
  background-color: #F8F8F9;
}
.tp-shop-details__tab-btn-box button.active {
  border: 1px solid var(--tp-theme-1);
}
.tp-shop-details__ratting {
  margin-bottom: 10px;
}
.tp-shop-details__ratting span {
  color: var(--tp-theme-1);
}
.tp-shop-details__ratting span svg {
  color: var(--tp-theme-2);
}
.tp-shop-details__price span {
  color: var(--tp-common-black);
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .tp-shop-details__quantity-wrap {
    flex-wrap: wrap;
  }
}
.tp-shop-details__quantity {
  background-color: #F7F7F7;
  width: 205px;
  height: 67px;
  position: relative;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .tp-shop-details__quantity {
    margin-bottom: 20px;
  }
}
.tp-shop-details__quantity input {
  border: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  text-align: center;
  color: var(--tp-common-black);
}
.tp-shop-details__quantity .tp-cart-minus {
  position: absolute;
  top: 0;
  left: 0;
  height: 64px;
  width: 64px;
  line-height: 64px;
  text-align: center;
  color: var(--tp-common-black);
}
.tp-shop-details__quantity .tp-cart-plus {
  position: absolute;
  top: 0;
  right: 0;
  height: 64px;
  width: 64px;
  line-height: 64px;
  text-align: center;
  color: var(--tp-common-black);
}
.tp-shop-details__btn {
  line-height: 0;
}
.tp-shop-details__right-warp {
  margin-top: 25px;
}
.tp-shop-details__title-sm {
  font-weight: 700;
  font-size: 40px;
  color: #060728;
  padding-bottom: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-shop-details__title-sm {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-shop-details__title-sm {
    font-size: 29px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-shop-details__title-sm {
    font-size: 29px;
  }
  .tp-shop-details__title-sm br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-shop-details__title-sm {
    font-size: 30px;
  }
  .tp-shop-details__title-sm br {
    display: none;
  }
}
.tp-shop-details__text {
  margin-bottom: 50px;
}
.tp-shop-details__price {
  margin-bottom: 15px;
}
.tp-shop-details__price span {
  font-weight: 600;
  font-size: 27px;
  color: #060728;
  font-family: var(--tp-ff-clash-semibold);
}
.tp-shop-details__product-info {
  margin-bottom: 30px;
}
.tp-shop-details__product-info ul li {
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  color: #696A7E;
  margin-bottom: 7px;
  list-style-type: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-shop-details__product-info ul li {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-shop-details__product-info ul li {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tp-shop-details__product-info ul li {
    font-size: 16px;
  }
}
.tp-shop-details__product-info ul li:last-child {
  margin-bottom: 0;
}
.tp-shop-details__product-info ul li span {
  color: var(--tp-common-black);
}

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

/*----------------------------------------*/
/*  19. SHOP CSS START
/*----------------------------------------*/
.tpshopitem:hover .tpshopitem__thumb img {
  transform: scale(1.2);
}
.tpshopitem:hover .tpshopitem__thumb-icon {
  bottom: 14px;
  opacity: 1;
  visibility: visible;
}
.tpshopitem__thumb {
  border: 1px solid #ECEFF4;
  border-radius: 5px;
}
.tpshopitem__thumb img {
  width: 100%;
  -webkit-transition: 1s 0.3s 0s ease-out;
  -moz-transition: 1s 0.3s 0s ease-out;
  -ms-transition: 1s 0.3s 0s ease-out;
  -o-transition: 1s 0.3s 0s ease-out;
  transition: 1s 0.3s 0s ease-out;
}
.tpshopitem__thumb-icon {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s 0.3s 0s ease-out;
  -moz-transition: 0.3s 0.3s 0s ease-out;
  -ms-transition: 0.3s 0.3s 0s ease-out;
  -o-transition: 0.3s 0.3s 0s ease-out;
  transition: 0.3s 0.3s 0s ease-out;
}
.tpshopitem__thumb-icon a {
  margin: 0 5px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border: 1px solid var(--tp-theme-blue);
  border-radius: 50%;
  display: inline-block;
  background-color: #0E63FF;
  color: var(--tp-common-white);
}
.tpshopitem__thumb-icon a:hover {
  background-color: var(--tp-theme-pink);
  border: 1px solid var(--tp-theme-pink);
}
.tpshopitem__content p {
  font-size: 18px;
  font-weight: 500;
  color: #777B83;
  margin-bottom: 6px;
}
.tpshopitem__title {
  font-size: 18px;
  font-weight: 500;
  display: block;
}
.tpshopitem__title a {
  background-image: linear-gradient(#0E63FF, #0E63FF), linear-gradient(#0E63FF, #0E63FF);
  background-repeat: no-repeat;
  background-position: 100% 100%, 0% 100%;
  background-size: 0% 1px, 0 1px;
  display: inline;
}
.tpshopitem__title a:hover {
  background-size: 0% 1px, 100% 1px;
  color: var(--tp-theme-blue);
}
.tpshopitem__review i {
  color: #F7931E;
}
.tpshopitem__product-base {
  position: absolute;
  top: 20px;
  left: 30px;
  font-weight: 700;
  font-size: 12px;
  color: var(--tp-common-white);
  padding: 6px 13px;
  background: #FD4766;
  border-radius: 5px;
  line-height: 1;
}

.tpproduct span {
  font-weight: 500;
  font-size: 15px;
}

.tpfilter {
  justify-content: end;
}
@media (max-width: 767px) {
  .tpfilter {
    justify-content: start;
  }
}
.tpfilter span {
  font-weight: 500;
  font-size: 15px;
}
.tpfilter .nice-select {
  padding-left: 5px;
  border: none;
  color: var(--tp-theme-primary);
}

.productthumb img {
  border-radius: 25px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .productthumb img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .product {
    margin-left: 0;
  }
}
.product__details-content p {
  font-weight: 400;
  font-size: 16px;
  color: #777B83;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .product__details-content p br {
    display: none;
  }
}
.product-dtitle {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .product-dtitle {
    font-size: 24px;
  }
}
.product-dinfo span {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #141515;
}
.product-rating a {
  color: #FFDC60;
}
.product-dprice {
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0.02em;
}
.product-model-title {
  font-family: "Archivo";
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  color: #0B0B0B;
}
.product-quantity-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #0B0B0B;
}
.product-quantity input {
  color: var(--tp-theme-primary);
  border: none;
  width: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}
.product-model-list a {
  font-size: 12px;
  font-weight: 600;
  color: #777B83;
  background: #F7F8FD;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 15px;
  border-radius: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-model-list a {
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .product-model-list a {
    margin-right: 5px;
    padding: 0 6px;
  }
}
.product-model-list a:last-child {
  margin-right: 0;
}
.product-model-list a:hover {
  background: var(--tp-theme-blue);
  color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-product-img {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-product-img img {
    max-width: 100%;
  }
}

.tp-product-quantity .cart-minus, .tp-product-quantity .cart-plus {
  cursor: pointer;
  color: #8D8884;
}
.tp-product-quantity .cart-minus:hover, .tp-product-quantity .cart-plus:hover {
  color: var(--tp-theme-primary);
}
.tp-product-quantity input {
  height: 30px;
  width: 32px;
  font-size: 14px;
  border: none;
  font-weight: 700;
  text-align: center;
}

.product-rating {
  margin-right: 20px;
}
.product-rating a {
  font-size: 16px;
  color: #FFDC60;
}

.product-dinfo {
  display: flex;
}

.product-dprice del {
  font-size: 20px;
  color: #B9B9B9;
}

.pro-details-nav {
  background: #F9FAFB;
  display: inline-block;
  padding: 7px 7px;
}

.pro-details-nav-btn {
  border: none;
}
.pro-details-nav-btn li {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-text-body);
  position: relative;
}
.pro-details-nav-btn li button span {
  position: relative;
  z-index: 9;
}
.pro-details-nav-btn li button::before {
  content: "";
  height: 100%;
  width: 102%;
  top: 0;
  left: -1px;
  background: #fff;
  position: absolute;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}
.pro-details-nav-btn li button.active::before {
  opacity: 1;
  visibility: visible;
}
.pro-details-nav-btn li::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 1px;
  background: #DFE3E9;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .pro-details-nav-btn li::after {
    display: none;
  }
}
.pro-details-nav-btn li:last-child::after {
  display: none;
}
@media (max-width: 767px) {
  .pro-details-nav-btn li {
    font-size: 16px;
  }
}
.pro-details-nav-btn li .nav-links {
  padding: 20px 45px;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pro-details-nav-btn li .nav-links {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .pro-details-nav-btn li .nav-links {
    padding: 5px 15px;
  }
}
.pro-details-nav-btn li .nav-links.active {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
}

.tab-para p {
  font-size: 16px;
  line-height: 30px;
}

.comments-box {
  margin-bottom: 50px;
}

.user-rating ul li {
  display: inline-block;
  color: #FFDC60;
}

.comments-text span, .comments-text p {
  font-size: 14px;
  color: #777777;
  line-height: 26px;
}

.comment-title p {
  color: #777777;
  font-size: 16px;
}

.comment-rating span {
  font-weight: 500;
  margin-right: 5px;
}
.comment-rating ul li {
  display: inline-block;
  color: #FFDC60;
}

.comment-input textarea {
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
  border: 1px solid #e7e7e7;
  padding: 20px;
}
.comment-input textarea:focus {
  outline: 0;
  border: 1px solid var(--tp-theme-1);
}
.comment-input input {
  width: 100%;
  height: 50px;
  resize: none;
  outline: 0;
  border: 1px solid #e7e7e7;
  padding: 8px 20px;
  margin-bottom: 30px;
}
.comment-input input:focus {
  border: 1px solid var(--tp-theme-1);
}

.comments-avatar {
  flex: 0 0 auto;
}

.table .add-info {
  font-size: 18px;
  font-weight: 500;
}

.table td {
  padding: 18px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .shop-left-right {
    margin-left: 0;
    margin-right: 0;
  }
}

.tp-comments-title {
  font-size: 24px;
  color: var(--tp-common-black);
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .tp-comments-title {
    font-size: 18px;
  }
}

.avatar-name b {
  color: var(--tp-common-black);
  font-weight: 700;
  text-transform: uppercase;
}

.shop-faq .accordion-header button {
  font-size: 18px;
  padding: 20px 55px 20px 30px;
}
@media (max-width: 767px) {
  .shop-faq .accordion-header button {
    font-size: 14px;
  }
}
.shop-faq .accordion-content p br {
  display: none;
}
.shop-faq .accordion-content p {
  padding: 0 75px 20px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-button a {
    margin-bottom: 10px;
  }
}

.latest-comments ul li {
  list-style-type: none;
}

.comment-title {
  font-size: 24px;
  color: var(--tp-common-black);
  font-weight: 700;
  text-transform: capitalize;
}

.tp-product-slider-title {
  color: var(--tp-common-black);
  font-size: 30px;
  font-weight: 500;
}

.tp-shop__space-bottom {
  margin-bottom: 50px;
}
.tp-shop__filter .nice-select {
  position: relative;
  background: var(--tp-common-white);
  border-radius: 0;
  padding: 0px 30px;
  padding-right: 80px;
  width: auto;
  height: 64px;
  line-height: 64px;
  background-color: #F2F2F2;
  font-weight: 500;
  font-size: 18px;
  color: #696A7E;
}
.tp-shop__filter .nice-select.open::after {
  transform: translateY(-45%) rotate(-180deg);
}
.tp-shop__filter .nice-select .option.selected {
  font-weight: 400;
  color: var(--tp-common-black);
}
.tp-shop__filter .nice-select::after {
  border: none;
  background-color: transparent;
  transform: translateY(-50%);
  margin-top: 0;
  right: 30px;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  transform-origin: center;
  color: #77829D;
  height: auto;
  width: auto;
  font-size: 20px;
  font-weight: 400;
}
.tp-shop__filter .nice-select ul {
  padding: 25px;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 0;
}
.tp-shop__filter .nice-select ul li {
  color: #77829D;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
}
.tp-shop__filter .nice-select ul li:last-child {
  margin-bottom: 0;
}
.tp-shop__filter .nice-select .option {
  line-height: 1;
  min-height: 0;
}
.tp-shop__filter .nice-select.open ul {
  opacity: 1;
  visibility: visible;
}
.tp-shop__result span {
  line-height: 64px;
  font-weight: 500;
  font-size: 18px;
  color: #696A7E;
}
.tp-shop__item {
  border: 1px solid #F0F2F5;
  padding: 25px;
}
.tp-shop__item:hover .tp-shop__social {
  opacity: 1;
  visibility: visible;
  top: 50%;
  transform: translateY(-50%);
}
.tp-shop__ratting {
  padding-bottom: 5px;
}
.tp-shop__ratting span {
  color: var(--tp-theme-2);
}
.tp-shop__ratting span:last-child {
  color: #D2D3DA;
}
.tp-shop__title-sm {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: var(--tp-common-black);
  padding-bottom: 5px;
  text-transform: capitalize;
}
.tp-shop__title-sm:hover {
  color: var(--tp-theme-1);
}
.tp-shop__price span {
  font-weight: 500;
  font-size: 14px;
  color: #ED1D24;
  margin-right: 20px;
}
.tp-shop__price del {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.tp-shop__social {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tp-shop__social a {
  height: 45px;
  width: 45px;
  line-height: 43px;
  background: #FFFFFF;
  border: 1px solid #F0F2F5;
  border-radius: 5px;
  display: inline-block;
  color: var(--tp-common-black);
  margin: 0px 5px;
}
.tp-shop__social a span svg {
  width: 14px;
}
.tp-shop__social a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  7.10 faq css start
/*----------------------------------------*/
.tp-faq-2__title-shape {
  position: absolute;
  right: 14%;
  top: 26%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-2__title-shape {
    right: 43%;
    top: 37%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-faq-2__title-shape {
    right: 33%;
  }
}
.tp-faq-2__title-shape svg {
  animation: section-animation 4s infinite;
}
.tp-faq-2__right-img {
  position: absolute;
  bottom: -1px;
  right: 215px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-faq-2__right-img {
    right: 60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-faq-2__right-img {
    right: 5px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-faq-2__right-img {
    bottom: -70px;
    right: -50px;
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-2__right-img {
    position: static;
    text-align: center;
    margin-bottom: 60px;
  }
}
.tp-faq-2__sub-img {
  position: absolute;
  right: 0;
  top: 60px;
  animation: tptranslateY2 2s forwards infinite alternate;
}

.tp-faq-inner__subtitle {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--tp-theme-2);
  padding-bottom: 10px;
  display: inline-block;
}
.tp-faq-inner__customize .tp-custom-accordion .accordion-buttons {
  padding: 38px 28px;
}
.tp-faq-inner__customize .tp-custom-accordion .accordion-buttons:hover {
  color: var(--tp-theme-1);
}
.tp-faq-inner__customize .tp-custom-accordion .accordion-buttons::after {
  top: 38px;
}
.tp-faq-inner__customize .tp-custom-accordion .accordion-buttons:not(.collapsed) {
  background-color: transparent;
  color: var(--tp-common-black);
}
.tp-faq-inner__customize .tp-custom-accordion .accordion-buttons:not(.collapsed):hover {
  color: var(--tp-theme-1);
}
.tp-faq-inner__customize .tp-custom-accordion .accordion-body {
  border-top: 1px solid rgba(0, 82, 204, 0.1);
  margin: 0px 20px;
  padding-left: 0;
  padding-right: 0;
}
.tp-faq-inner__customize .tp-custom-accordion .accordion-buttons:not(.collapsed)::after {
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-faq-inner__tab-btn {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .tp-faq-inner__tab-btn {
    margin-bottom: 40px;
  }
}
.tp-faq-inner__tab-btn .nav-tab {
  margin-right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-faq-inner__tab-btn .nav-tab {
    margin-right: 0px;
  }
}
.tp-faq-inner__tab-btn .nav-tab button {
  width: 100%;
  background-color: rgba(247, 247, 247, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  height: 60px;
  line-height: 60px;
  padding: 0px 20px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
  color: #4D505C;
  transition: 0.3s;
}
.tp-faq-inner__tab-btn .nav-tab button:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-faq-inner__tab-btn .nav-tab button:hover i {
  color: var(--tp-common-white);
}
.tp-faq-inner__tab-btn .nav-tab button i {
  font-weight: 400;
  font-size: 18px;
  color: #4D505C;
  transition: 0.3s;
}
.tp-faq-inner__tab-btn .nav-tab button.active {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-faq-inner__tab-btn .nav-tab button.active i {
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  7.19 team css start
/*----------------------------------------*/
.tp-team-area {
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team-area {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-team-area {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .tp-team-area {
    padding-bottom: 55px;
  }
}
.tp-team-shape {
  position: absolute;
  top: 0;
  left: 10%;
  animation: scale_up_down 1s infinite alternate both;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-team-shape {
    display: none;
  }
}
.tp-team-wrapper:hover .tp-team-wrapper-icon span {
  color: var(--tp-common-black);
}
.tp-team-wrapper:hover .tp-team-wrapper-icon span svg {
  transform: rotate(45deg);
}
.tp-team-wrapper:hover .tp-team-social-info {
  bottom: 0;
}
.tp-team-wrapper-thumb {
  position: relative;
  overflow: hidden;
}
.tp-team-wrapper-thumb img {
  width: 100%;
}
.tp-team-wrapper-thumb .tp-team-social-info {
  position: absolute;
  bottom: -175px;
  right: 0;
  transform: translateX(-50%);
  background-color: var(--tp-common-white);
  border-radius: 26px 26.5px 0px 0px;
  height: 172px;
  width: 52px;
  padding: 15px 13px;
  text-align: center;
  transition: all 0.4s ease;
  overflow: hidden;
}
.tp-team-wrapper-thumb .tp-team-social-info a {
  display: block;
  color: var(--tp-common-black);
  margin-bottom: 8px;
  padding-bottom: 5px;
}
.tp-team-wrapper-thumb .tp-team-social-info a:hover {
  color: var(--tp-theme-2);
}
.tp-team-wrapper-thumb .tp-team-social-info a:not(:last-of-type) {
  border-bottom: 1px solid #EAEAEE;
}
.tp-team-wrapper-content {
  padding: 33px 25px 0 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-team-wrapper-content {
    padding: 33px 15px 0 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-team-wrapper-content {
    padding: 33px 10px 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team-wrapper-content {
    padding: 33px 5px 0 10px;
  }
}
.tp-team-wrapper-content-text .team-title {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 11px;
  color: var(--tp-common-black);
}
.tp-team-wrapper-content-text .team-title:hover {
  color: var(--tp-theme-2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team-wrapper-content-text .team-title {
    font-size: 20px;
  }
}
.tp-team-wrapper-content-text p {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: var(--tp-theme-1);
  text-transform: uppercase;
}
.tp-team-wrapper-icon span {
  font-size: 18px;
  color: #5D5D70;
  height: 42px;
  width: 42px;
  background: var(--tp-common-white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.tp-team-wrapper-icon span svg {
  transition: all 0.4s ease-in-out;
}
.tp-team-wrapper .social {
  position: absolute;
  right: 30px;
  bottom: 108px;
  background: var(--tp-common-white);
  width: 52px;
  height: 0;
  text-align: center;
  border-radius: 26px 26.5px 0px 0px;
  padding-top: 0;
  transition: 0.5s;
  transition-delay: 0.5s;
  transition: all 400ms ease-out 0s;
  opacity: 0;
  visibility: hidden;
}
.tp-team-wrapper .social a {
  display: block;
  font-weight: 400;
  font-size: 0px;
  color: #18181D;
  transition: all 1s ease-in-out;
}
.tp-team-wrapper .social a:not(:last-child) {
  margin-bottom: 0px;
}
.tp-team-nav button {
  height: 66px;
  width: 66px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-heading-secondary);
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.28);
  z-index: 5;
}
.tp-team-nav button.team-button-next-1 {
  margin-left: 25px;
}
.tp-team-details-area {
  overflow: hidden;
}
.tp-team-details-thumb {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-team-details-thumb {
    margin-bottom: 40px;
  }
}
.tp-team-details-thumb img {
  border-radius: 238px;
}
.tp-team-details-thumb .social {
  background: var(--tp-common-white);
  border-radius: 34px 34px 26px 26px;
  width: 173px;
  height: 52px;
  margin-top: -67px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 52px;
}
.tp-team-details-thumb .social a {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #18181D;
  transition: 0.3s;
}
.tp-team-details-thumb .social a:not(:last-of-type) {
  margin-right: 20px;
}
.tp-team-details-thumb .social a:hover {
  color: var(--tp-theme-secondary);
}
.tp-team-details-designation-content p {
  font-size: 15px;
  margin-bottom: 10px;
}
.tp-team-details-designation-title {
  font-weight: 600;
  font-size: 30px;
  color: var(--tp-heading-secondary);
  margin-bottom: 5px;
}
.tp-team-details-meta {
  margin-bottom: 10px;
}
.tp-team-details-meta-thumb {
  margin-right: 10px;
}
.tp-team-details-meta p {
  font-size: 15px;
}
.tp-team-details-rating span {
  color: #FFA51F;
  margin-right: 7px;
}
.tp-team-details-rating span.deactive {
  color: #D8D5CE;
}
.tp-team-details-rating p {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-heading-secondary);
}
.tp-team-details-info p {
  margin-bottom: 30px;
}
.tp-team-details-list .list-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px;
}
.tp-team-details-list ul li {
  list-style: none;
  float: left;
  width: 45%;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 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: 767px) {
  .tp-team-details-list ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tp-team-details-list ul li {
    font-size: 14px;
  }
}
.tp-team-details-list ul li span {
  color: var(--tp-theme-secondary);
  margin-right: 10px;
}

.team__details-inner {
  border-radius: 30px;
  box-shadow: 0px 50px 80px 0px rgba(3, 0, 53, 0.1);
}
.team__details-shape {
  right: -11%;
  bottom: -16%;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team__details-shape {
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team__details-shape {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team__details-shape {
    right: -3%;
    bottom: -7%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team__details-shape {
    right: -3%;
    bottom: -7%;
  }
}
@media (max-width: 767px) {
  .team__details-shape {
    right: -3%;
    bottom: -5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team__details-img {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team__details-img {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team__details-img {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .team__details-img {
    margin-right: 0px;
  }
}
.team__details-img img {
  border-radius: 30px 0px 0px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team__details-content {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team__details-content {
    padding: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team__details-content {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .team__details-content {
    padding: 40px;
  }
}
.team__details-content > span {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 7px;
}
.team__details-content h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.team__details-content p {
  margin-bottom: 35px;
  padding-right: 80px;
}
.team__details-contact ul li {
  margin-bottom: 8px;
  display: flex;
}
.team__details-contact ul li .icon i {
  line-height: 27px;
  color: var(--tp-theme-1);
  margin-right: 15px;
}
.team__details-contact ul li .text span {
  font-weight: 500;
}
.team__details-social ul li {
  display: inline-block;
  margin-right: 7px;
}
.team__details-social ul li a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--tp-grey-1);
  font-size: 14px;
  border-radius: 10px;
}
.team__details-social ul li a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.team__details-info h4 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
}
.team__details-info p {
  margin-bottom: 25px;
}

/*----------------------------------------*/
/*  7.17 project css start
/*----------------------------------------*/
.tp-portfolio-item-wrapper:hover .tp-portfolio-item-thumb img {
  transform: scale(1.05);
}
.tp-portfolio-item-wrapper:hover .tp-portfolio-item-content {
  transform: translateY(-20px);
}
.tp-portfolio-item-thumb {
  overflow: hidden;
}
.tp-portfolio-item-thumb img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-portfolio-item-thumb img {
    width: 100%;
  }
}
.tp-portfolio-item-content {
  background-color: var(--tp-common-white);
  padding: 35px 25px 32px;
  filter: drop-shadow(0px 3px 13px rgba(0, 0, 0, 0.078));
  margin-top: -85px;
  margin-bottom: 40px;
  margin-right: 20px;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-portfolio-item-content {
    padding: 25px 15px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-item-content {
    padding: 20px 20px 20px;
  }
}
.tp-portfolio-item-content:hover {
  background-color: var(--tp-theme-1);
}
.tp-portfolio-item-content:hover .tp-portfolio-item-subtitle {
  color: var(--tp-common-white);
}
.tp-portfolio-item-content:hover .tp-portfolio-item-title {
  color: var(--tp-common-white);
}
.tp-portfolio-item-content-btn a {
  font-size: 15px;
  font-weight: 400;
  color: var(--tp-theme-2);
}
.tp-portfolio-item-content-btn a:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-portfolio-item-content-btn a i {
  margin-left: 5px;
}
.tp-portfolio-item-subtitle {
  text-transform: uppercase;
  color: #969FA5;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}
.tp-portfolio-item-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-item-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-item-title {
    font-size: 20px;
  }
}
.tp-portfolio-details-wrapper {
  margin-bottom: 60px;
}
.tp-portfolio-details-wrapper p {
  line-height: 1.95;
  color: #5C727D;
  margin-bottom: 40px;
}
.tp-portfolio-details-thumb {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-portfolio-details-thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-portfolio-details-meta {
    margin-bottom: 15px;
  }
}
.tp-portfolio-details-meta-item {
  margin-right: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-details-meta-item {
    margin-right: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-portfolio-details-meta-item {
    margin-right: 40px;
    margin-bottom: 30px;
  }
}
.tp-portfolio-details-meta-item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #949392;
  margin-bottom: 0;
}
.tp-portfolio-details-meta-title {
  font-weight: 600;
  font-size: 16px;
  color: var(--tp-common-black);
}
.tp-portfolio-details-meta-icon {
  margin-right: 10px;
}
.tp-portfolio-details-btn a {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  padding: 14px 55px;
  text-transform: capitalize;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  transition: 0.3s;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-portfolio-details-btn a {
    margin-top: 20px;
  }
}
.tp-portfolio-details-btn a:hover {
  background: var(--tp-theme-2);
  color: var(--tp-common-black);
}
.tp-portfolio-details-title {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 15px;
  color: var(--tp-common-black);
}
.tp-portfolio-details-list-title {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 18px;
  color: var(--tp-common-black);
}
.tp-portfolio-details-list ul li {
  list-style: none;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
}
.tp-portfolio-details-list ul li span {
  color: var(--tp-theme-1);
  margin-right: 8px;
}
.tp-portfolio-details-info-box {
  background: var(--tp-common-white);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 60px 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-details-info-box {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-details-info-box {
    padding: 40px 20px;
  }
}
.tp-portfolio-details-info-title {
  font-family: var(--tp-ff-body);
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: capitalize;
  color: var(--tp-heading-secondary);
}
.tp-portfolio-details-info-title span {
  margin-right: 12px;
}
.tp-portfolio-details-info-address {
  border-bottom: 1px solid rgba(21, 19, 19, 0.11);
  padding-bottom: 18px;
  margin-bottom: 30px;
}
.tp-portfolio-details-info-address p {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: #696969;
  line-height: 1.9;
}
.tp-portfolio-details-info-mail {
  border-bottom: 1px solid rgba(21, 19, 19, 0.11);
  padding-bottom: 18px;
  margin-bottom: 30px;
}
.tp-portfolio-details-info-mail-content span {
  margin-right: 10px;
}
.tp-portfolio-details-info-mail-text p {
  text-transform: capitalize;
  color: #696969;
  margin-bottom: 6px;
}
.tp-portfolio-details-info-open {
  margin-bottom: 50px;
}
.tp-portfolio-details-info-open-icon {
  height: 78px;
  width: 78px;
  text-align: center;
  line-height: 78px;
  border-radius: 3px;
  background-color: var(--tp-theme-1);
  margin-right: 15px;
}
.tp-portfolio-details-info-open-content p {
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  color: #696969;
  margin-bottom: 5px;
}
.tp-portfolio-details-info-social a {
  color: var(--tp-common-black);
  background: rgba(72, 164, 185, 0.06);
  border-radius: 73px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-portfolio-details-info-social a {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-details-info-social a {
    margin-right: 4px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-details-info-social a {
    margin-right: 10px;
  }
}
.tp-portfolio-details-info-social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  7.2 blog css start
/*----------------------------------------*/
.tp-blog__space {
  padding-top: 290px;
  padding-bottom: 250px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog__space {
    padding-bottom: 210px;
  }
}
.tp-blog__item:hover .tp-blog__thumb img {
  transform: scale(1.1) rotate(-2deg);
}
.tp-blog__item:hover .tp-blog__link a {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}
.tp-blog__item:hover .tp-blog__category span {
  background-color: var(--tp-theme-2);
  color: var(--tp-common-black);
}
.tp-blog__thumb img {
  transition: 0.9s;
  width: 100%;
}
.tp-blog__category span {
  height: 36px;
  background-color: var(--tp-theme-1);
  padding: 0px 16px;
  line-height: 36px;
  display: inline-block;
  color: var(--tp-common-white);
  font-weight: 700;
  font-size: 12px;
  text-align: right;
  letter-spacing: 0.135em;
  text-transform: uppercase;
  transition: 0.3s;
}
.tp-blog__category span svg {
  margin-right: 5px;
  margin-top: -2px;
}
.tp-blog__content-box {
  border: 1px solid #EBEBEB;
  background-color: var(--tp-common-white);
  padding: 20px 30px 40px 30px;
}
@media (max-width: 767px) {
  .tp-blog__content-box {
    padding: 20px 15px 40px 15px;
  }
}
.tp-blog__meta {
  padding-bottom: 15px;
  border-bottom: 1px solid #E8EBED;
  margin-bottom: 20px;
}
.tp-blog__meta span {
  font-weight: 400;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .tp-blog__meta span {
    font-size: 13px;
  }
}
.tp-blog__meta span svg {
  margin-right: 5px;
  margin-top: -4px;
}
.tp-blog__title-sm {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: var(--tp-common-black);
}
.tp-blog__title-sm:hover {
  color: var(--tp-theme-1);
}
.tp-blog__link {
  margin-top: -30px;
}
.tp-blog__link a {
  height: 56px;
  width: 56px;
  line-height: 56px;
  border-radius: 50%;
  border: 1px solid #EBEBEB;
  border-radius: 60px;
  background-color: var(--tp-common-white);
  text-align: center;
  display: inline-block;
  font-size: 16px;
  color: var(--tp-theme-1);
  transition: 0.3s;
}
.tp-blog__content-main {
  margin: 0px 20px;
  margin-top: -80px;
  z-index: 9;
  position: relative;
}

.tp-blog-3__item:hover .tp-blog-3__thumb img {
  transform: scale(1.1) rotate(-2deg);
}
.tp-blog-3__item:hover .tp-blog-3__thumb span {
  opacity: 1;
  visibility: visible;
}
.tp-blog-3__meta {
  margin-bottom: 20px;
}
.tp-blog-3__meta span {
  font-weight: 400;
  font-size: 15px;
  color: rgba(83, 83, 83, 0.6);
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-blog-3__meta span {
    font-size: 14px;
  }
}
.tp-blog-3__meta span svg {
  color: var(--tp-theme-2);
  transform: translateY(-2px);
  margin-right: 4px;
}
.tp-blog-3__content-wrap {
  padding: 30px;
  box-shadow: 0px 13px 26px #EEF0F8;
}
.tp-blog-3__title-sm {
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  color: var(--tp-common-black);
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #EBEBEB;
}
.tp-blog-3__title-sm a:hover {
  color: var(--tp-theme-1);
}
.tp-blog-3__link a {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-theme-2);
  transition: 0.3s;
}
.tp-blog-3__link a i {
  transform: translateY(2px);
  margin-left: 16px;
}
.tp-blog-3__link a.child-1 {
  position: relative;
}
.tp-blog-3__link a.child-1::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--tp-theme-2);
  content: "";
  transition: 0.3s;
}
.tp-blog-3__link a.child-2 {
  font-size: 20px;
  color: var(--tp-common-black);
}
.tp-blog-3__link a:hover {
  color: var(--tp-theme-1);
}
.tp-blog-3__link a:hover.child-1::after {
  color: var(--tp-theme-1);
}
.tp-blog-3__thumb span {
  position: absolute;
  top: 20px;
  left: 15px;
  background-color: var(--tp-common-white);
  border-radius: 20px;
  padding: 8px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tp-blog-3__thumb span img {
  margin-right: 10px;
}
.tp-blog-3__thumb span i {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  margin-bottom: 0;
}
.tp-blog-3__thumb img {
  transition: 0.7s;
}
.tp-blog-3__bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FCF8F7;
  z-index: -1;
}

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

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

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

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

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

.table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 16px;
}

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

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

.coupon input {
  height: 67px;
  margin-right: 10px;
  height: 67px;
  line-height: 67px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

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

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

.product-thumbnail, .cart-product-name, .product-price, .product-quantity, .product-subtotal, .product-remove {
  font-weight: 600;
  font-size: 20px;
  color: #060728;
  font-family: var(--tp-ff-clash-semibold);
}

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

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

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

.coupon {
  float: left;
}

@media (max-width: 767px) {
  .coupon {
    float: none;
  }
}
#coupon_code {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  margin-right: 10px;
  width: inherit;
  height: 67px;
  line-height: 67px;
  padding: 0 25px;
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
#coupon_code::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--tp-common-white);
}
#coupon_code::-moz-placeholder { /* Firefox 19+ */
  color: var(--tp-common-white);
}
#coupon_code:-moz-placeholder { /* Firefox 4-18 */
  color: var(--tp-common-white);
}
#coupon_code:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--tp-common-white);
}
#coupon_code::placeholder { /* MODERN BROWSER */
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #coupon_code {
    height: 54px;
  }
}
@media (max-width: 767px) {
  #coupon_code {
    padding: 0px 15px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.create-account {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*----------------------------------------*/
/*  7.7 conatct css start
/*----------------------------------------*/
.tp-contact-title {
  font-weight: 700;
  font-size: 45px;
  line-height: 65px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .tp-contact-title {
    font-size: 34px;
  }
}
.tp-contact-title span {
  color: var(--tp-theme-1);
}
.tp-contact-title-wrapper p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #7F7F8C;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .tp-contact-title-wrapper p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-contact-content {
    margin-bottom: 40px;
  }
}
.tp-contact-content-mail {
  margin-bottom: 10px;
}
.tp-contact-content-mail-icon {
  margin-right: 55px;
}
@media (max-width: 767px) {
  .tp-contact-content-mail-icon {
    margin-right: 25px;
  }
}
.tp-contact-content-mail-icon span {
  color: var(--tp-theme-1);
}
.tp-contact-content-phone {
  margin-bottom: 50px;
}
.tp-contact-content-phone-icon {
  margin-right: 70px;
}
@media (max-width: 767px) {
  .tp-contact-content-phone-icon {
    margin-right: 35px;
  }
}
.tp-contact-content-phone-icon span {
  color: var(--tp-theme-1);
}
.tp-contact-content-phone-icon span svg {
  transform: translateX(12px);
}
.tp-contact-location-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  margin-bottom: 25px;
}
.tp-contact-location-title i {
  color: var(--tp-common-black);
  font-size: 16px;
}
.tp-contact-item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 2.8;
  color: var(--tp-common-black);
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .tp-contact-item-title {
    line-height: 1.8;
    font-size: 19px;
  }
}
.tp-contact-item-title:hover {
  color: var(--tp-theme-1);
}
.tp-contact-location a {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #6F7183;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-location a br {
    display: none;
  }
}
.tp-contact-location a:hover {
  color: var(--tp-theme-1);
}
.tp-contact-form {
  background: #F8F8F9;
  border-radius: 9px;
  padding: 60px 50px 40px 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-form {
    padding: 60px 30px 40px 30px;
  }
}
@media (max-width: 767px) {
  .tp-contact-form {
    padding: 60px 25px 40px 25px;
  }
}
.tp-contact-form-title {
  font-weight: 500;
  font-size: 38px;
  line-height: 45px;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .tp-contact-form-title {
    font-size: 30px;
  }
}
.tp-contact-form p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #555555;
  margin-bottom: 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: 767px) {
  .tp-contact-form p br {
    display: none;
  }
}
.tp-contact-input {
  margin-bottom: 26px;
}
.tp-contact-input input {
  width: 100%;
  height: 60px;
  border: 1px solid #D4DCE0;
  background-color: #f8f8f9;
  outline: 0;
  color: var(--tp-common-black);
  padding: 0 25px;
  border-radius: 2px;
}
.tp-contact-input input::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: rgba(20, 33, 43, 0.8);
}
.tp-contact-input input:focus {
  border: 1px solid var(--tp-theme-1);
}
.tp-contact-input input:focus::placeholder {
  font-size: 0;
}
.tp-contact-input textarea {
  height: 271px;
  background-color: #f8f8f9;
  resize: none;
  line-height: 3.5;
  border-radius: 2px;
  border: 1px solid #D4DCE0;
}
.tp-contact-input textarea::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: rgba(20, 33, 43, 0.8);
}
.tp-contact-input textarea:focus {
  border: 1px solid var(--tp-theme-1);
}
.tp-contact-input textarea:focus::placeholder {
  font-size: 0;
}
.tp-contact-cta-area {
  margin-top: -165px;
}
.tp-contact-map {
  height: 580px;
  width: 100%;
}
.tp-contact-map iframe {
  height: 100%;
  width: 100%;
  filter: saturate(0);
}

.tp-contact-location-wrapper {
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-location-wrapper {
    margin-right: 0;
  }
}

.tp-contact-mt {
  margin-top: 90px;
}

.tp-cta-3__customize {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

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