@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Visaho – Immigration Visa Consulting HTML Template
    Author: HixStudio
    Support: basictheme400@gmail.com
    Description: Visaho – Immigration Visa Consulting 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 Range Slider


	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1
		3.2 Header Style 2
		3.3 Header Style 3
		3.4 Header Style 4


    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Main menu css
		4.2 Meanmenu css
		4.3 Mobile css

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 Postbox css
		5.2 Recent Post css
		5.3 Sidebar css
		5.4 blog css

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1
		6.2 Footer Style 2
		6.3 Footer Style 3


	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 About css
		7.2 Apply css
		7.3 Benefits css
		7.4 Brand css
		7.5 Cart css
		7.6 Categories css
		7.7 Contact css
		7.8 Counter css
		7.9 Countries css
		8.0 Cta css
		8.1 Faq css
		8.2 Features css
		8.3 Hero css
		8.4 Instagram css
		8.5 Offer css
		8.6 Pricing css
		8.7 Product css
		8.8 Service css
		8.9 Shop css
		9.0 Support css
		9.1 Team css
		9.2 Testimonial css
		9.3 Travel css
		9.4 Visa css
		9.5 Work css



**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&amp;display=swap");
.product__thumb img, .product__details-thumb-nav .nav-link::after, .product__details-tab-nav .tp-tab-line, .tp-product-cart button, .tp-visa-offer-thumb img, .tp-visa-details-info span, .tp-offer-title, .tp-contact-form input, .tp-contact-3-help a, .tp-contact-social a, .tp-team-content, .tp-team-icon::before, .tp-countries-thumb::after, .tp-countries-visit-icon span, .tp-countries-visit-btn a, .tp-service-item::after, .tp-service-item-btn, .tp-service-2-item::before, .tp-service-2-icon span, .tp-service-2-content .tp-service-item-btn a, .tp-service-details-share span, .tp-counter-icon span::after, .tp-support-tab .nav-item .nav-link::after, .tp-categories-icon i, .tp-categories-thumb::after, .tp-categories-thumb::before, .tp-categories-shape, .tp-categories-btn a, .tp-categories-2-btn a i, .tp-categories-2-btn a b, .tp-categories-3-btn a, .tp-about-icon i, .tp-about-icon-2 i, .tp-features-item, .tp-features-item-btn a i, .tp-features-item-btn a b, .tp-features-item-btn span, .tp-features-item .shape, .tp-hero-video a span, .tp-footer-widget-content ul li, .tp-footer-widget-content ul li::after, .tp-postbox-nav button, .tp-blog-thumb::before, .tp-blog-date span, .mean-container .mean-nav ul li > a.mean-expand i, .tp-main-menu ul li.has-dropdown > a::after, .tp-header-2-right-cart button, .tp-header-2-right-cart button i, .tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip, .tp-tab-line, .tp-accordion .accordion-button .tp-accordion-plus, .tp-accordion .accordion-button .tp-accordion-plus::after, .tp-accordion .accordion-button .tp-accordion-plus::before, .tp-btn, .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-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: 'Manrope', sans-serif;
  --tp-ff-heading: 'Manrope', sans-serif;
  --tp-ff-p: 'Manrope', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #000;
  --tp-common-gray: #f4f4f4;
  --tp-theme-primary: #ee4037;
  --tp-theme-secondary: #282561;
  --tp-theme-1: #050c26;
  --tp-heading-primary: #131313;
  --tp-heading-secondary: #3020a5;
  --tp-text-body: #222222;
  --tp-text-1: #67687A;
  --tp-text-2: #757474;
  --tp-border-primary: #EAEBED;
  --tp-border-secondary: #3020a5;
  --tp-border-1: #e6ebf0;
}

* {
  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;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-ff-heading);
  color: var(--tp-heading-primary);
  margin-top: 0px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -ms-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: var(--tp-ff-p);
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-text-body);
  line-height: 30px;
  margin-bottom: 0px;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  background-color: #fff;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  color: var(--tp-common-black);
  padding-left: 26px;
  padding-right: 26px;
  border: 1px solid #E0E2E3;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #95999D;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #95999D;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 4-18 */
  color: #95999D;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #95999D;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder { /* MODERN BROWSER */
  color: #95999D;
}
[dir=rtl] input[type=text],
[dir=rtl] input[type=email],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=number],
[dir=rtl] input[type=password],
[dir=rtl] input[type=url],
[dir=rtl] textarea {
  text-align: right;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--tp-common-black);
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  opacity: 1;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.demo {
  -webkit-transition: color 0.3s 0s linear;
  -moz-transition: color 0.3s 0s linear;
  -ms-transition: color 0.3s 0s linear;
  -o-transition: color 0.3s 0s linear;
  transition: color 0.3s 0s linear;
  -webkit-transition: color 0.3s linear, transform 0.2s ease;
  -moz-transition: color 0.3s linear, transform 0.2s ease;
  -ms-transition: color 0.3s linear, transform 0.2s ease;
  -o-transition: color 0.3s linear, transform 0.2s ease;
  transition: color 0.3s linear, transform 0.2s ease;
}
[dir=rtl] .demo {
  margin-left: 0;
  margin-right: 15px;
}
div.demo img {
  margin-left: 10px;
}

[tp-theme=tp-theme-dark] .demo {
  color: yellow;
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  background-color: #172B4D;
  border-radius: 50%;
  pointer-events: none;
}

/* dropcap */
.tp-onepage-menu li .active {
  color: var(--tp-theme-primary);
}

.class {
  stroke-dasharray: 189px, 191px;
  stroke-dashoffset: 0px;
}

.popup-video span {
  position: relative;
}
.popup-video span::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 115%;
  height: 115%;
  border-radius: 50%;
  transform: translate(-30%, -30%);
  border: 1px solid rgb(196, 204, 230);
  animation: borderanimate 2s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  z-index: 1;
}

/* gutter for x axis */
.tp-gx-20 {
  --bs-gutter-x: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-20 {
    --bs-gutter-x: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-20 {
    --bs-gutter-x: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-20 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 575px) {
  .tp-gx-20 {
    --bs-gutter-x: 10px;
  }
}
.tp-gx-20 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-30 {
  --bs-gutter-x: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-30 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-30 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-30 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 575px) {
  .tp-gx-30 {
    --bs-gutter-x: 10px;
  }
}
.tp-gx-30 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-40 {
  --bs-gutter-x: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-40 {
    --bs-gutter-x: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-40 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-40 {
    --bs-gutter-x: 30px;
  }
}
@media (max-width: 575px) {
  .tp-gx-40 {
    --bs-gutter-x: 15px;
  }
}
.tp-gx-40 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 1400px) {
  .container-large {
    max-width: 1812px;
  }
}
.tp-shine {
  position: relative;
}
.tp-shine:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.tp-shine:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
.pt-280 {
  padding-top: 280px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-235 {
  padding-top: 235px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-220 {
  padding-bottom: 220px;
}

/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 575px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 95px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  background: var(--tp-theme-secondary);
  color: var(--tp-common-white);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.2 Theme Settings
/*----------------------------------------*/
.tp-theme-settings-area {
  position: fixed;
  top: 50%;
  left: 0;
  width: 240px;
  background-color: #fff;
  border: 1px solid #EAEAEF;
  -webkit-transform: translateY(-50%) translateX(-100%);
  -moz-transform: translateY(-50%) translateX(-100%);
  -ms-transform: translateY(-50%) translateX(-100%);
  -o-transform: translateY(-50%) translateX(-100%);
  transform: translateY(-50%) translateX(-100%);
  z-index: 991;
  direction: ltr;
  border-bottom-right-radius: 4px;
}
.tp-theme-settings-area.settings-opened {
  -webkit-transform: translateY(-50%) translateX(0%);
  -moz-transform: translateY(-50%) translateX(0%);
  -ms-transform: translateY(-50%) translateX(0%);
  -o-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}
.tp-theme-settings-area.settings-opened .tp-theme-settings-gear {
  opacity: 0;
}
.tp-theme-settings-area.settings-opened .tp-theme-settings-close {
  opacity: 1;
}
.tp-theme-settings-open {
  position: absolute;
  top: -1px;
  left: 100%;
}
.tp-theme-settings-open button {
  background-color: var(--tp-common-white);
  border: 1px solid #EAEAEF;
  border-left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: var(--tp-common-black);
  position: relative;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tp-theme-settings-gear {
  display: inline-block;
  -webkit-animation: tp-theme-setting-spin 4s linear infinite;
  -moz-animation: tp-theme-setting-spin 4s linear infinite;
  -ms-animation: tp-theme-setting-spin 4s linear infinite;
  -o-animation: tp-theme-setting-spin 4s linear infinite;
  animation: tp-theme-setting-spin 4s linear infinite;
}
@-webkit-keyframes tp-theme-setting-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes tp-theme-setting-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes tp-theme-setting-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes tp-theme-setting-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tp-theme-settings-close {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.tp-theme-header-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}
.tp-theme-wrapper {
  padding: 20px 30px 30px;
}
.tp-theme-toggle {
  text-align: center;
}
.tp-theme-toggle-main {
  display: inline-block;
  width: 74px;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 5px;
  border-radius: 100px;
}
.tp-theme-toggle-light, .tp-theme-toggle-dark {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: #D9D9D9;
}
.tp-theme-toggle-light.active, .tp-theme-toggle-dark.active {
  color: var(--tp-common-black);
}
.tp-theme-toggle input {
  display: none;
}
.tp-theme-toggle:hover {
  cursor: pointer;
}
.tp-theme-toggle label {
  color: var(--tp-common-white);
  font-size: 14px;
  font-weight: 500;
}
.tp-theme-toggle label:hover {
  cursor: pointer;
}
.tp-theme-toggle #tp-theme-toggler {
  display: none;
}
.tp-theme-toggle #tp-theme-toggler:checked + i {
  right: calc(50% - 4px);
}
.tp-theme-toggle-slide {
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  height: 26px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  border-radius: 30px;
  -webkit-transform: translate3d(0, 0);
  transform: translate3d(0, 0);
  -webkit-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -moz-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -ms-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}
.tp-theme-dir {
  text-align: center;
}
.tp-theme-dir-main {
  display: inline-block;
  width: 160px;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: #f0f0f5;
  padding: 4px;
  border-radius: 20px;
}
.tp-theme-dir-ltr, .tp-theme-dir-rtl {
  display: inline-block;
  width: 48%;
  height: 26px;
  line-height: 26px;
}
.tp-theme-dir input {
  display: none;
}
.tp-theme-dir:hover {
  cursor: pointer;
}
.tp-theme-dir label {
  color: var(--tp-common-black);
  font-size: 14px;
  font-weight: 500;
}
.tp-theme-dir label:hover {
  cursor: pointer;
}
.tp-theme-dir #tp-dir-toggler {
  display: none;
}
.tp-theme-dir #tp-dir-toggler:checked + i {
  right: calc(50% - 4px);
}
.tp-theme-dir-slide {
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  height: 26px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  border-radius: 30px;
  -webkit-transform: translate3d(0, 0);
  transform: translate3d(0, 0);
  -webkit-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -moz-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -ms-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}
.tp-theme-color-item.active button::before {
  opacity: 1;
  visibility: visible;
}
.tp-theme-color-btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
}
.tp-theme-color-btn::before {
  position: absolute;
  content: "\f00c";
  font-weight: 600;
  font-family: var(--tp-ff-fontawesome);
  color: var(--tp-common-white);
  font-size: 16px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  opacity: 0;
  visibility: hidden;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#F50963"] {
  background-color: #F50963;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#008080"] {
  background-color: #008080;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#F31E5E"] {
  background-color: #F31E5E;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#AB6C56"] {
  background-color: #AB6C56;
  color: black;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#4353FF"] {
  background-color: #4353FF;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#3661FC"] {
  background-color: #3661FC;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#2CAE76"] {
  background-color: #2CAE76;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#FF5A1B"] {
  background-color: #FF5A1B;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#03041C"] {
  background-color: #03041C;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#ED212C"] {
  background-color: #ED212C;
}
.tp-theme-color-input {
  margin-top: 15px;
}
.tp-theme-color-input h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.tp-theme-color-input label {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--tp-theme-1);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-theme-color-input label:hover {
  cursor: pointer;
}
.tp-theme-color-input input {
  display: none;
}

/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/
.tp-btn {
  position: relative;
    display: inline-block;
    padding: 8px 21px;
    font-weight: 700;
    font-size: 14px;
    background: #ee4037;
    color: var(--tp-common-white);
    overflow: hidden;
    border-radius: 10px;
}
.tp-btn i {
  transform: translateY(1px);
  margin-left: 6px;
}
.tp-btn::after {
  position: absolute;
  content: "";
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(25deg);
}
.tp-btn:hover {
  color: var(--tp-common-white);
}
.tp-btn:hover::after {
  animation: shine 800ms;
}
.tp-btn:focus {
  color: var(--tp-common-white);
}

/* hamburger btn */
.tp-hamburger-btn {
  height: 16px;
  width: 22px;
  line-height: 16px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.tp-hamburger-btn span {
  background: var(--tp-common-black);
  border-radius: 3px;
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tp-hamburger-btn span::before, .tp-hamburger-btn span::after {
  background: var(--tp-common-black);
  border-radius: 3px;
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  margin-top: 13px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tp-hamburger-btn span::before {
  margin-top: -7px;
}
.tp-hamburger-btn span::after {
  margin-top: 7px;
  width: 13px;
}
.tp-hamburger-btn.active span {
  background: transparent;
}
.tp-hamburger-btn.active span::before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tp-hamburger-btn.active span::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tp-hamburger-btn-white span {
  background-color: var(--tp-common-white);
}
.tp-hamburger-btn-white span::after, .tp-hamburger-btn-white span::before {
  background-color: var(--tp-common-white);
}

.play-btn {
  position: relative;
  height: 103px;
  width: 103px;
  line-height: 103px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  font-size: 32px;
  font-weight: 900;
  z-index: 1;
  color: var(--tp-text-1);
  background: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .play-btn {
    height: 90px;
    width: 90px;
    line-height: 90px;
    font-size: 25px;
  }
}
.play-btn:hover {
  transform: scale(1.05);
}

.hamburger-btn {
  width: 34px;
  height: 24px;
  border: 0;
  outline: 0;
  text-align: end;
  background: transparent;
  transform: translateY(-20%);
}
.hamburger-btn span {
  display: inline-block;
  position: absolute;
  left: 0;
  background: var(--tp-theme-primary);
  height: 2px;
  width: 25px;
  opacity: 1;
  z-index: 1;
  border-radius: 10px;
  transition: 0.3s ease;
}
.hamburger-btn span:nth-child(1) {
  top: 0;
}
.hamburger-btn span:nth-child(2) {
  top: 10px;
  width: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hamburger-btn span:nth-child(3) {
  top: 20px;
  right: 0;
  left: auto;
}
.hamburger-btn:hover span:nth-child(1) {
  left: 10px;
}
.hamburger-btn:hover span:nth-child(3) {
  right: 10px;
}

/*----------------------------------------*/
/*  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);
  }
}
@keyframes ripple2 {
  70% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes tp-pulse-2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes tp-pulse-2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes tp-pulse-2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes tp-pulse-2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes tp-shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@-moz-keyframes tp-shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@-ms-keyframes tp-shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes tp-shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@-webkit-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-moz-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-ms-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-webkit-keyframes tp-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes tp-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes tp-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes tp-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes tp-mobile-view {
  0%, 10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes tp-mobile-view {
  0%, 10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-ms-keyframes tp-mobile-view {
  0%, 10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes tp-mobile-view {
  0%, 10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes tp-svg-line {
  100% {
    stroke-dashoffset: 350;
  }
}
@-moz-keyframes tp-svg-line {
  100% {
    stroke-dashoffset: 350;
  }
}
@-ms-keyframes tp-svg-line {
  100% {
    stroke-dashoffset: 350;
  }
}
@keyframes tp-svg-line {
  100% {
    stroke-dashoffset: 350;
  }
}
@-webkit-keyframes tp-border-loader {
  0% {
    stroke-dashoffset: -356px;
    stroke-dasharray: 356px, 366px;
  }
  95% {
    stroke-dashoffset: 0;
    stroke-dasharray: 356px, 366px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 366px;
  }
}
@-moz-keyframes tp-border-loader {
  0% {
    stroke-dashoffset: -356px;
    stroke-dasharray: 356px, 366px;
  }
  95% {
    stroke-dashoffset: 0;
    stroke-dasharray: 356px, 366px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 366px;
  }
}
@-ms-keyframes tp-border-loader {
  0% {
    stroke-dashoffset: -356px;
    stroke-dasharray: 356px, 366px;
  }
  95% {
    stroke-dashoffset: 0;
    stroke-dasharray: 356px, 366px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 366px;
  }
}
@keyframes tp-border-loader {
  0% {
    stroke-dashoffset: -356px;
    stroke-dasharray: 356px, 366px;
  }
  95% {
    stroke-dashoffset: 0;
    stroke-dasharray: 356px, 366px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 366px;
  }
}
@keyframes effectPlay {
  70% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes borderanimate {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes borderanimate {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-moz-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@-ms-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@-webkit-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
/* 04. ========= btn-arrow-animation ========== */
@-webkit-keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
  }
}
@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@-moz-keyframes shine {
  100% {
    left: 125%;
  }
}
@-ms-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes tp-line-dash {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes hoverfilter {
  0% {
    filter: brightness(100%) blur(0px);
  }
  25% {
    filter: brightness(125%) blur(2px);
  }
  100% {
    filter: brightness(100%) blur(0px);
  }
}
@keyframes updown-two {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes transform {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  90% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-moz-keyframes transform {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  90% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-ms-keyframes transform {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  90% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes transform {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  90% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes tp-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes tp-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes tptranslateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@-webkit-keyframes tpswing {
  0% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
@-moz-keyframes tpswing {
  0% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
@-ms-keyframes tpswing {
  0% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
@keyframes tpswing {
  0% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
@keyframes circle-animations {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #loading-center-absolute {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #loading-center-absolute {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #loading-center-absolute {
    width: 45%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #loading-center-absolute {
    width: 50%;
  }
}
@media (max-width: 575px) {
  #loading-center-absolute {
    width: 90%;
  }
}
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tp-preloader-logo {
  width: 180px;
  height: 180px;
  line-height: 180px;
  position: relative;
  text-align: center;
  margin: auto;
}
.tp-preloader-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tp-preloader-circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: tp-rotate 5s linear infinite;
  -moz-animation: tp-rotate 5s linear infinite;
  -ms-animation: tp-rotate 5s linear infinite;
  -o-animation: tp-rotate 5s linear infinite;
  animation: tp-rotate 5s linear infinite;
}
.tp-preloader-circle svg circle:last-child {
  stroke: var(--tp-theme-primary);
  stroke-dashoffset: 0;
  stroke-dasharray: 1128, 3150;
  -webkit-animation: tp-loading 4s linear infinite;
  -moz-animation: tp-loading 4s linear infinite;
  -ms-animation: tp-loading 4s linear infinite;
  -o-animation: tp-loading 4s linear infinite;
  animation: tp-loading 4s linear infinite;
  transform-origin: center center;
}
@-webkit-keyframes tp-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@-moz-keyframes tp-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@-ms-keyframes tp-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@keyframes tp-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@-webkit-keyframes tp-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes tp-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes tp-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes tp-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tp-preloader-content {
  text-align: center;
}
.tp-preloader-title {
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0px;
}
@media (max-width: 575px) {
  .tp-preloader-title {
    font-size: 70px;
  }
}
.tp-preloader-subtitle {
  font-size: 16px;
  margin-bottom: 0;
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  2.6 Background
/*----------------------------------------*/
.grey-bg {
  background-color: var(--tp-grey-1);
}

.grey-bg-2 {
  background-color: var(--tp-grey-2);
}

.grey-bg-5 {
  background-color: var(--tp-grey-5);
}

.grey-bg-6 {
  background-color: var(--tp-grey-6);
}

.grey-bg-7 {
  background-color: var(--tp-grey-7);
}

.grey-bg-8 {
  background-color: var(--tp-grey-8);
}

.grey-bg-9 {
  background-color: var(--tp-grey-9);
}

.white-bg {
  background-color: var(--tp-common-white);
}

.black-bg {
  background-color: var(--tp-common-black);
}

.khaki-bg {
  background-color: var(--tp-khaki-1);
}

.green-dark-bg {
  background-color: var(--tp-green-dark);
}

.theme-bg {
  background-color: var(--tp-theme-primary);
}

[data-bg-color=footer-bg-grey] {
  background-color: var(--tp-footer-grey-1);
}

[data-bg-color=footer-bg-white] {
  background-color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  2.7 Carousel
/*----------------------------------------*/
/* tp range slider css */
.tp-range-slider .inside-slider {
  padding-left: 7px;
  padding-right: 17px;
}
.tp-range-slider .noUi-target {
  background-color: #191C3C;
  border-radius: 12px;
  border: 0;
  box-shadow: none;
}
.tp-range-slider .noUi-connect {
  background-color: var(--tp-theme-primary);
}
.tp-range-slider .noUi-horizontal {
  height: 6px;
}
.tp-range-slider .noUi-handle {
  height: 24px;
  width: 24px;
  background-color: var(--tp-theme-primary);
  border-radius: 50%;
  border: 4px solid var(--tp-common-white);
  box-shadow: 0px 4px 10px rgba(5, 9, 43, 0.3);
  top: -9px;
}
.tp-range-slider .noUi-handle:hover {
  cursor: pointer;
}
.tp-range-slider .noUi-handle::before, .tp-range-slider .noUi-handle::after {
  display: none;
}
.tp-range-slider-dark .noUi-handle {
  border: 4px solid #2D314B;
}

.tp-horizontal-slider {
  -webkit-animation: horizonalSlide 10s linear infinite;
  animation: horizonalSlide 10s linear infinite;
}

@-webkit-keyframes horizonalSlide {
  100% {
    -webkit-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0);
  }
}
@-moz-keyframes horizonalSlide {
  100% {
    -webkit-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0);
  }
}
@-ms-keyframes horizonalSlide {
  100% {
    -webkit-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0);
  }
}
@keyframes horizonalSlide {
  100% {
    -webkit-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0);
  }
}
/*----------------------------------------*/
/*  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;
  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
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.10 Offcanvas
/*----------------------------------------*/
.offcanvas__area {
  position: fixed;
  left: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(-100% - 80px));
  -moz-transform: translateX(calc(-100% - 80px));
  -ms-transform: translateX(calc(-100% - 80px));
  -o-transform: translateX(calc(-100% - 80px));
  transform: translateX(calc(-100% - 80px));
  background: var(--tp-common-white) none repeat scroll 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .offcanvas__area {
    right: 0;
    left: auto;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .offcanvas__area.home-2-pos {
    right: 0;
    left: auto;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
  }
}
.offcanvas__area.home-3-pos {
  right: 0;
  left: auto;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
}
.offcanvas__area::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.offcanvas__area.offcanvas-opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
@media (max-width: 575px) {
  .offcanvas__area {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .offcanvas__top {
    margin-bottom: 30px;
  }
}
.offcanvas__wrapper {
  position: relative;
  padding: 40px;
  z-index: 999;
  min-height: 100%;
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 30px;
  }
}
.offcanvas__close {
  position: absolute;
  top: 35px;
  right: 30px;
}
@media (max-width: 575px) {
  .offcanvas__close {
    right: 20px;
    top: 20px;
  }
}
.offcanvas__close-btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  height: 44px;
  width: 44px;
  line-height: 40px;
  background-color: var(--tp-common-gray);
  color: var(--tp-text-1);
}
.offcanvas__close-btn svg {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.offcanvas__close-btn:hover {
  background: var(--tp-theme-primary);
}
.offcanvas__close-btn:hover svg {
  color: var(--tp-common-white);
  transform: rotate(45deg);
}
.offcanvas__inner h4 {
  font-family: var(--tp-ff-space);
  font-size: 24px;
  color: var(--tp-common-white);
  line-height: 1.3;
  margin-bottom: 15px;
}
.offcanvas__inner p {
  font-family: var(--tp-ff-inter);
  font-size: 16px;
  line-height: 22px;
  color: var(--tp-common-white);
  margin-bottom: 30px;
}
.offcanvas__inner > img {
  margin-bottom: 30px;
}
.offcanvas__menu ul li {
  list-style: none;
  margin-bottom: 10px;
}
.offcanvas__menu ul li:last-child {
  margin-bottom: 0;
}
.offcanvas__menu ul li a {
  font-weight: 700;
  font-size: 20px;
  color: var(--tp-common-black);
}
.offcanvas__menu ul li:hover > a {
  color: var(--tp-theme-primary);
}
.offcanvas__text p {
  font-family: var(--tp-ff-inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: var(--tp-common-black-4);
  margin-bottom: 25px;
}
.offcanvas__contact {
  margin-bottom: 30px;
}
.offcanvas__contact-content {
  margin-bottom: 10px;
}
.offcanvas__contact-content-icon i {
  color: var(--tp-theme-primary);
  margin-right: 10px;
}
.offcanvas__contact-content-content a {
  font-size: 16px;
}
.offcanvas__social {
  margin-bottom: 22px;
  padding-bottom: 40px;
}
.offcanvas__social .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: transparent;
  color: var(--tp-common-white);
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
}
.offcanvas__social .icon.facebook {
  background-color: #4661C5;
}
.offcanvas__social .icon.twitter {
  background-color: #4CCEF9;
}
.offcanvas__social .icon.instagram {
    background-color: #D9305F;
}
.offcanvas__social .icon.youtube {
  background-color: #FF0000;
}
.offcanvas__social .icon.linkedin {
  background-color: #0072b1;
}
.offcanvas__social .icon:hover {
  transform: translateY(-8px);
}
.offcanvas__title {
  font-size: 24px;
  color: #1b1d21;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .offcanvas__popup {
    display: none;
  }
}
.offcanvas__popup p {
  margin-bottom: 20px;
}
.offcanvas__popup-gallery {
  margin-bottom: 30px;
}
.offcanvas__popup-gallery a {
  margin: 5px 3px;
  display: inline-block;
}
.offcanvas__popup-gallery a img {
  height: 100px;
  max-width: 100px;
  object-fit: cover;
}
.offcanvas__info-item {
  margin-bottom: 38px;
}
.offcanvas__info-item-title {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 12px;
}
.offcanvas__info-item p {
  font-size: 16px;
  color: var(--tp-text-16);
  margin-bottom: 0;
  line-height: 22px;
}
.offcanvas__info-item p a:hover {
  color: var(--tp-theme-primary);
}

.cartmini__area {
  position: fixed;
  right: 0;
  left: auto;
  width: 400px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  background: var(--tp-common-white) none repeat scroll 0 0;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cartmini__area {
    right: 0;
    left: auto;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
  }
}
.cartmini__area::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.cartmini__area.cartmini-opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
@media (max-width: 575px) {
  .cartmini__area {
    width: 100%;
  }
}
.cartmini__wrapper {
  position: relative;
  padding: 40px;
  z-index: 999;
  min-height: 100%;
}
@media (max-width: 575px) {
  .cartmini__wrapper {
    padding: 30px;
  }
}
.cartmini__close {
  position: absolute;
  top: 35px;
  right: 30px;
}
@media (max-width: 575px) {
  .cartmini__close {
    right: 20px;
    top: 20px;
  }
}
.cartmini__close-btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  height: 44px;
  width: 44px;
  line-height: 40px;
  background-color: #f5f5f5;
  color: var(--tp-text-1);
  z-index: 2;
}
.cartmini__close-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: var(--tp-gradient-primary);
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  z-index: 0;
}
.cartmini__close-btn svg {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.cartmini__close-btn:hover::after {
  opacity: 1;
}
.cartmini__close-btn:hover svg {
  color: var(--tp-theme-primary);
  transform: rotate(45deg);
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body-overlay {
  background-color: var(--tp-common-black);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.body-overlay.opened {
  opacity: 0.7;
  visibility: visible;
}

/*----------------------------------------*/
/*  2.11 Breadcrumb
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__area {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__area {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.breadcrumb__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .breadcrumb__bg {
    left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .breadcrumb__bg {
    top: 0;
  }
}
.breadcrumb__title {
  font-weight: 800;
  font-size: 50px;
  margin-bottom: 0;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .breadcrumb__title {
    font-size: 24px;
  }
}
.breadcrumb__list span {
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-common-white);
}
.breadcrumb__list span:not(:last-of-type) {
  margin-right: 5px;
}
.breadcrumb__list span a:hover {
  color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  2.12 Accordion
/*----------------------------------------*/
.tp-accordion .accordion-item {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(var(--tp-common-black), 1);
}
.tp-accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.tp-accordion .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.tp-accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.tp-accordion .accordion-item.home {
  margin-bottom: 30px;
}
.tp-accordion .accordion-item.home button {
  font-size: 20px;
  font-weight: 800;
  padding: 0;
  color: var(--tp-theme-secondary);
}
.tp-accordion .accordion-item.home button span {
  margin-right: 28px;
  color: var(--tp-theme-primary);
}
.tp-accordion .accordion-item.home button::after {
  content: none;
}
.tp-accordion .accordion-item.home .accordion-collapse .accordion-body {
  border-top: 1px solid #f0f0f2;
  padding: 17px 50px 0 58px;
  margin-top: 20px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
@media (max-width: 575px) {
  .tp-accordion .accordion-item.home .accordion-collapse .accordion-body {
    padding: 17px 15px 0 58px;
  }
}
.tp-accordion .accordion-button {
  padding: 30px 0;
  padding-right: 15px;
  font-size: 24px;
  font-weight: 500;
  color: var(--tp-common-black);
  background-color: transparent;
  /* plus icon css */
}
.tp-accordion .accordion-button::after {
  position: absolute;
  content: "\f106";
  font-family: var(--tp-ff-fontawesome);
  background-image: none;
  top: 28%;
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  color: var(--tp-theme-primary);
  width: auto;
  height: auto;
  font-weight: 500;
  background: none;
}
.tp-accordion .accordion-button.has-plus-icon::after {
  display: none;
}
.tp-accordion .accordion-button .tp-accordion-plus {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 14px;
  height: 14px;
}
[dir=rtl] .tp-accordion .accordion-button .tp-accordion-plus {
  right: auto;
  left: 0;
}
.tp-accordion .accordion-button .tp-accordion-plus::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #525258;
  border-radius: 2px;
}
[dir=rtl] .tp-accordion .accordion-button .tp-accordion-plus::after {
  right: 0;
  left: auto;
}
.tp-accordion .accordion-button .tp-accordion-plus::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: #525258;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 2px;
}
[dir=rtl] .tp-accordion .accordion-button .tp-accordion-plus::before {
  right: 50%;
  left: auto;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.tp-accordion .accordion-button.collapsed::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  color: var(--tp-common-black);
}
.tp-accordion .accordion-button:not(.collapsed) {
  color: var(--tp-theme-primary);
  background-color: transparent;
  box-shadow: none;
}
.tp-accordion .accordion-button:not(.collapsed) .tp-accordion-plus::before {
  -webkit-transform: translateX(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  -o-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  background-color: var(--tp-theme-1);
}
[dir=rtl] .tp-accordion .accordion-button:not(.collapsed) .tp-accordion-plus::before {
  -webkit-transform: translateX(50%) rotate(90deg);
  -moz-transform: translateX(50%) rotate(90deg);
  -ms-transform: translateX(50%) rotate(90deg);
  -o-transform: translateX(50%) rotate(90deg);
  transform: translateX(50%) rotate(90deg);
}
.tp-accordion .accordion-button:not(.collapsed) .tp-accordion-plus::after {
  background-color: var(--tp-theme-1);
}
.tp-accordion .accordion-button:focus {
  box-shadow: none;
  border: 0;
}
.tp-accordion .accordion-button:hover {
  color: var(--tp-theme-primary);
}
.tp-accordion .accordion-button:hover::after {
  color: var(--tp-theme-primary);
}
.tp-accordion .accordion-body {
  padding: 0 0 25px;
}
.tp-accordion .accordion-body p {
  font-size: 16px;
  color: var(--tp-text-1);
}

.tp-faq .accordion {
  border: none;
}
.tp-faq .accordion .accordion-item {
  margin-bottom: 15px;
  border-radius: 0;
  border: none;
  background-color: var(--tp-common-white);
  box-shadow: 0px 4px 40px 0px rgba(16, 23, 40, 0.06);
}
.tp-faq .accordion .accordion-body {
  padding: 14px 30px 26px 30px;
}
.tp-faq .accordion .accordion-body p {
  margin-bottom: 0;
}
.tp-faq .accordion .accordion-button {
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--tp-heading-primary);
  padding: 20px 30px 20px 72px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .tp-faq .accordion .accordion-button {
    padding: 20px 30px 20px 60px;
  }
}
.tp-faq .accordion .accordion-button::after {
  content: none;
}
.tp-faq .accordion .accordion-button:focus {
  box-shadow: none;
}
.tp-faq .accordion .accordion-button:not(.collapsed) {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-secondary);
  box-shadow: none;
}
.tp-faq .accordion .accordion-button:not(.collapsed) .accordion-btn {
  background: var(--tp-common-white);
}
.tp-faq .accordion .accordion-button:not(.collapsed) .accordion-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  background-color: var(--tp-common-white);
}
.tp-faq .accordion .accordion-button:not(.collapsed) .accordion-btn::after {
  background-color: var(--tp-common-black);
}
.tp-faq .accordion .accordion-button .accordion-btn {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 25px;
  height: 25px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: var(--tp-theme-secondary);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .tp-faq .accordion .accordion-button .accordion-btn {
    left: 20px;
  }
}
.tp-faq .accordion .accordion-button .accordion-btn::after, .tp-faq .accordion .accordion-button .accordion-btn::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  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%);
  background-color: var(--tp-common-white);
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tp-faq .accordion .accordion-button .accordion-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  background-color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  2.13 Tab
/*----------------------------------------*/
.tp-tab .nav-tabs {
  padding: 0;
  margin: 0;
  border: 0;
}
.tp-tab .nav-tabs .nav-link {
  padding: 0;
  margin: 0;
  border: 0;
}

.tp-product-tab-2 .nav-tabs .nav-link {
  font-size: 20px;
  color: #A0A2A4;
  position: relative;
}
@media (max-width: 575px) {
  .tp-product-tab-2 .nav-tabs .nav-link {
    font-size: 15px;
  }
}
.tp-product-tab-2 .nav-tabs .nav-link:not(:first-child) {
  margin-left: 28px;
}
.tp-product-tab-2 .nav-tabs .nav-link:not(:first-child)::after {
  position: absolute;
  left: -17px;
  top: 50%;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #CED2D6;
}
.tp-product-tab-2 .nav-tabs .nav-link.active {
  color: var(--tp-theme-secondary);
}
.tp-product-tab-2 .nav-tabs .nav-link.active .tp-product-tab-tooltip {
  opacity: 1;
  visibility: visible;
}
.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip {
  position: absolute;
  top: -24px;
  right: 0;
  background-color: var(--tp-theme-secondary);
  color: var(--tp-common-white);
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  padding: 4px 9px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  font-weight: 700;
}
.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip::after {
  position: absolute;
  content: "";
  bottom: 0;
  bottom: -5px;
  left: 7px;
  width: 13px;
  height: 6px;
  background-color: var(--tp-theme-secondary);
  clip-path: polygon(100% 0, 0 0, 28% 100%);
}
.tp-product-tab-3 .nav-tabs .nav-link {
  font-size: 16px;
  padding: 0 0;
}
@media (max-width: 575px) {
  .tp-product-tab-3 .nav-tabs .nav-link {
    font-size: 15px;
  }
}
.tp-product-tab-3 .nav-tabs .nav-link:not(:first-child) {
  margin-left: 23px;
}
.tp-product-tab-3 .nav-tabs .nav-link:not(:first-child)::after {
  width: 4px;
  height: 4px;
  left: -14px;
}
.tp-product-tab-3 .nav-tabs .nav-link.active {
  color: var(--tp-common-black);
}
.tp-product-tab-3 .nav-tabs .nav-link.active .tp-product-tab-tooltip {
  opacity: 1;
  visibility: visible;
}
.tp-product-tab-3 .nav-tabs .nav-link .tp-product-tab-tooltip {
  background-color: var(--tp-theme-primary);
}
.tp-product-tab-3 .nav-tabs .nav-link .tp-product-tab-tooltip::after {
  background-color: var(--tp-theme-primary);
}
.tp-product-tab-5 .nav-tabs .nav-link {
  padding: 0 5px;
}
@media (max-width: 575px) {
  .tp-product-tab-5 .nav-tabs .nav-link {
    font-size: 15px;
  }
}
.tp-product-tab-5 .nav-tabs .nav-link:not(:last-child)::after {
  left: -15px;
}
.tp-product-tab-5 .nav-tabs .nav-link:not(:first-child) {
  margin-left: 22px;
}
.tp-product-tab-5 .nav-tabs .nav-link.active {
  color: var(--tp-common-black);
}
.tp-product-tab-5 .nav-tabs .nav-link.active .tp-product-tab-tooltip {
  opacity: 1;
  visibility: visible;
}
.tp-product-tab-5 .nav-tabs .nav-link .tp-product-tab-tooltip {
  background-color: var(--tp-theme-green);
}
.tp-product-tab-5 .nav-tabs .nav-link .tp-product-tab-tooltip::after {
  background-color: var(--tp-theme-green);
}

.tp-tab-line {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 38%;
  height: 2px;
  background-color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  2.14 Modal
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.16 Search css start
/*----------------------------------------*/
.search-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 272px;
  -webkit-transform: translateY(calc(-100% - 80px));
  -moz-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  -o-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  background: var(--tp-common-white) none repeat scroll 0 0;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.search-area::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.search-area.search-opened {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.search-wrapper {
  padding: 30px;
  min-height: 100%;
}
@media (max-width: 575px) {
  .search-wrapper {
    padding: 20px;
  }
}
.search-close {
  position: absolute;
  top: 35px;
  right: 30px;
}
@media (max-width: 575px) {
  .search-close {
    right: 20px;
    top: 20px;
  }
}
.search-close-btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  height: 44px;
  width: 44px;
  line-height: 40px;
  background-color: var(--tp-common-gray);
  color: var(--tp-heading-primary);
}
.search-close-btn svg {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.search-close-btn:hover {
  background: var(--tp-theme-primary);
}
.search-close-btn:hover svg {
  transform: rotate(45deg);
  color: var(--tp-common-white);
}
.search-content .search-input {
  padding-right: 40px;
  font-size: 16px;
}
.search-content .search-input:focus {
  border: 1px solid var(--tp-theme-primary);
}
.search-content .search-input::placeholder {
  font-size: 16px;
}
.search-icon {
  position: absolute;
  top: 15px;
  right: 20px;
}
.search-icon:hover {
  color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/
.tp-section-title {
  font-weight: 700;
    font-size: 40px;
  line-height: 1.2;
  margin-bottom: 30px;
  letter-spacing: -2px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-section-title br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title {
    font-size: 44px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .tp-section-title {
    font-size: 34px;
  }
}
.tp-section-title-pre {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-theme-secondary);
}
.tp-section-title-pre i {
  font-size: 16px;
  font-weight: 800;
  margin-left: 2px;
  color: var(--tp-theme-primary);
}
.tp-section-title-pre-2 {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  margin-left: 16px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-theme-secondary);
}
.tp-section-title-pre-2::after {
  position: absolute;
  content: "";
  top: 10px;
  left: -15px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  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.html");
}

.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.html");
}

.ui-button:active .ui-icon, .ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.html");
}

.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_777620_256x240.html");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.html");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.html");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first, .ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-logo img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-header-logo img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-header-main {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.tp-header-top {
     /* background: var(--tp-common-gray); */
      padding: 8px 0px;
    background-color: #0752a5;
}
.tp-header-top-right {
  position: relative;
}
.tp-header-top-right-color {
  position: relative;
  padding: 7px 0px 7px 45px;
}
.tp-header-top-right-color::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 2000px;
  background-color: var(--tp-theme-secondary);
}
.tp-header-top-info a {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}
.tp-header-top-info a span {
  display: inline-block;
  margin-right: 6px;
  color: #ffffff;
}
.tp-header-top-info a:not(:last-of-type) {
  margin-right: 40px;
}
.tp-header-top-info a:hover {
  color: var(--tp-theme-primary);
}
.tp-header-top-right .tp-header-top-info a{
margin:0px 8px;
}
.tp-header-top-btn span {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
.tp-header-top-btn span:not(:last-of-type)::before {
  position: absolute;
  content: "/";
  top: 0;
  right: -10px;
  color: #aad5ff;
}
.tp-header-top-btn span a {
  font-size: 14px;
  color: #aad5ff;
}
.tp-header-top-btn span a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  opacity: 0;
  transform: translateY(1px);
  transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-property: opacity, transform, -webkit-transform;
  background: var(--tp-theme-primary);
}
.tp-header-top-btn span a:hover::after {
  opacity: 1;
  transform: translateY(-3px) translateZ(0);
}
.tp-header-top-social a {
  position: relative;
  font-size: 14px;
  color: #aad5ff;
  margin-left: 20px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-header-top-social a:hover {
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-btn {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-btn .tp-btn {
    padding: 16px 28px;
  }
}
.tp-header-contact-inner {
  border-right: 1px solid #ededed;
  padding-right: 30px;
  margin-right: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-contact-inner {
    margin-right: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-contact-inner {
    margin-right: 0px;
    padding-right: 20px;
  }
}
.tp-header-contact-icon span {
  height: 60px;
  width: 60px;
  font-size: 24px;
  line-height: 65px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  color: var(--tp-theme-secondary);
  background: var(--tp-common-gray);
  margin-right: 13px;
}
.tp-header-contact-content p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
  color: var(--tp-text-body);
}
.tp-header-contact-content span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-heading-primary);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-header-contact-content span:hover {
  color: var(--tp-theme-primary);
}
.tp-header-contact-search span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-header-contact-search span:hover i {
  color: var(--tp-theme-primary);
}
.tp-header-contact-search span i {
  font-size: 20px;
  color: var(--tp-heading-primary);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-header-transparent {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
}
.tp-header-sticky-cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  visibility: hidden;
  transform: translateY(-100%);
  background-color: var(--tp-common-white);
  box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
  transition: transform 500ms ease, visibility 500ms ease;
}
.tp-header-sticky-cloned.tp-header-pinned {
  transform: translateY(0%);
  visibility: visible;
}
.tp-header-onepage {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--tp-common-white);
  box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  transition: 0.3s ease;
  z-index: 10;
}
.tp-header-sticky-onepage {
  display: none;
}
.tp-header-sticky-onepage.tp-header-onepage {
  display: inline-block;
}

.hamburger-btn {
  width: 34px;
  height: 24px;
  border: 0;
  outline: 0;
  text-align: end;
  background: transparent;
  transform: translateY(-20%);
}
.hamburger-btn span {
  display: inline-block;
  position: absolute;
  left: 0;
  background: var(--tp-theme-primary);
  height: 2px;
  width: 25px;
  opacity: 1;
  z-index: 1;
  border-radius: 10px;
  transition: 0.3s ease;
}
.hamburger-btn span:nth-child(1) {
  top: 0;
}
.hamburger-btn span:nth-child(2) {
  top: 10px;
  width: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hamburger-btn span:nth-child(3) {
  top: 20px;
  right: 0;
  left: auto;
}
.hamburger-btn:hover span:nth-child(1) {
  left: 10px;
}
.hamburger-btn:hover span:nth-child(3) {
  right: 10px;
}

/*----------------------------------------*/
/*  3.2 Header Style 2
/*----------------------------------------*/
.tp-header-2-sticky.tp-header-sticky .tp-header-2-logo .logo {
  padding: 25px 145px 25px 60px;
}
@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-2-sticky.tp-header-sticky .tp-header-2-logo .logo {
    padding: 24px 60px 24px 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-header-2-sticky.tp-header-sticky .tp-header-2-logo .logo {
    padding: 24px 10px 24px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-header-2-sticky.tp-header-sticky .tp-header-2-logo .logo img {
    max-width: 100%;
  }
}
.tp-header-2-top {
  background: var(--tp-heading-primary);
}
.tp-header-2-top-info a {
  color: var(--tp-common-white);
}
.tp-header-2-top-info a:not(:last-of-type) {
  margin-right: 40px;
}
.tp-header-2-top-info a span {
  display: inline-block;
  color: var(--tp-theme-primary);
  margin-right: 8px;
}
.tp-header-2-top-right {
  padding: 7px 0;
}
.tp-header-2-top-right .tp-header-top-btn span::before {
  color: var(--tp-common-white);
}
.tp-header-2-top-right .tp-header-top-btn span a {
  color: var(--tp-common-white);
}
.tp-header-2-top-right .tp-header-top-social a {
  color: var(--tp-common-white);
}
.tp-header-2-top-right .tp-header-top-social a:hover {
  color: var(--tp-theme-primary);
}
.tp-header-2-main-menu {
  margin-left: 135px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-2-main-menu {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-2-main-menu {
    margin-left: 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-2-main-menu {
    margin-left: 30px;
  }
}
.tp-header-2-main-menu .tp-main-menu ul li a {
  color: var(--tp-heading-primary);
}
.tp-header-2-main-menu .tp-main-menu ul li.has-dropdown > a::after {
  content: none;
}
.tp-header-2-main-menu .tp-main-menu ul li.has-dropdown > a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  height: 2px;
  width: 0;
  z-index: 1;
  transform: translateX(-50%);
  background: var(--tp-theme-primary);
  transition: all 0.3s ease-in-out;
}
.tp-header-2-main-menu .tp-main-menu ul li.has-dropdown:hover > a::before {
  width: 100%;
}
.tp-header-2-logo .logo {
  padding: 36px 85px 36px 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-2-logo .logo {
    padding: 36px 80px 36px 60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-2-logo .logo {
    padding: 36px 50px 36px 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-2-logo .logo {
    padding: 36px 40px 36px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-2-logo .logo {
    padding: 24px 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-header-2-logo .logo {
    padding: 24px 10px 24px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-header-2-logo .logo img {
    max-width: 100%;
  }
}
.tp-header-2-right {
  margin-right: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-header-2-right {
    margin-right: 20px;
  }
}
.tp-header-2-right-cart {
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid #ededed;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-2-right-cart {
    margin-left: 20px;
    padding-left: 20px;
  }
}
.tp-header-2-right-cart button {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tp-header-2-right-cart button:hover i {
  color: var(--tp-theme-primary);
}
.tp-header-2-right-cart button i {
  font-size: 22px;
  color: var(--tp-heading-primary);
}
.tp-header-2-right-cart button span {
  position: absolute;
  font-size: 11px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  display: block;
  border-radius: 50px;
  top: 0px;
  right: -11px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-2-right .tp-header-btn {
    padding-left: 30px;
  }
}

/*----------------------------------------*/
/*  3.3 Header Style 3
/*----------------------------------------*/
.tp-header-3-sticky {
  background: var(--tp-theme-1);
  padding: 0 302px 0 266px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-3-sticky {
    padding: 0 210px 0 210px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-3-sticky {
    padding: 0 150px 0 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-3-sticky {
    padding: 0 50px 0 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-header-3-sticky {
    padding: 0 30px;
  }
}
.tp-header-3-top {
  background: var(--tp-theme-1);
  padding: 6px 302px 7px 302px;
  border-bottom: 1px solid rgb(44, 52, 78);
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-3-top {
    padding: 6px 210px 7px 210px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-3-top {
    padding: 6px 150px 7px 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-3-top {
    padding: 6px 50px 7px 50px;
  }
}
.tp-header-3-top-info a {
  color: rgb(142, 142, 142);
}
.tp-header-3-top-info a:not(:last-of-type) {
  margin-right: 40px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-3-top-info a:not(:last-of-type) {
    margin-right: 30px;
  }
}
.tp-header-3-top-info a span {
  margin-right: 10px;
  color: var(--tp-common-white);
}
.tp-header-3-top-info a:hover {
  color: var(--tp-common-white);
}
.tp-header-3-top-right .tp-header-top-btn span a {
  color: rgb(142, 142, 142);
}
.tp-header-3-top-right .tp-header-top-btn span::before {
  color: rgb(142, 142, 142);
}
.tp-header-3-top-right .tp-header-top-social a {
  color: var(--tp-common-white);
}
.tp-header-3-top-right .tp-header-top-social a:hover {
  color: var(--tp-theme-primary);
}
.tp-header-3-logo {
  background: var(--tp-common-white);
  width: 100%;
  height: 110px;
  line-height: 110px;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-header-3-logo {
    height: 90px;
    line-height: 90px;
    padding: 0 10px;
  }
}
.tp-header-3-logo img {
  max-width: 100%;
}
.tp-header-3-main-menu {
  margin-left: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-header-3-main-menu {
    margin-left: 0;
  }
}
.tp-header-3-main-menu .tp-main-menu ul li:hover > a {
  color: var(--tp-common-white);
}
.tp-header-3-main-menu .tp-main-menu ul li.has-dropdown:hover > a {
  color: var(--tp-common-white);
}
.tp-header-3-main-menu .tp-main-menu ul li.has-dropdown > a::after {
  content: none;
}
.tp-header-3-main-menu .tp-main-menu ul li a {
  padding: 42px 0;
}
.tp-header-3-main-right .tp-header-contact-search span i {
  color: var(--tp-common-white);
}
.tp-header-3-main-right .tp-header-contact-search span:hover i {
  color: var(--tp-theme-primary);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-3-btn .tp-btn {
    padding: 16px 45px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-3-btn .tp-btn {
    padding: 16px 36px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-3-btn .tp-btn {
    padding: 16px 35px;
  }
}

/*----------------------------------------*/
/*  3.4 Header Style 4
/*----------------------------------------*/
.tp-header-4-top {
  padding: 7px 45px 7px 45px;
  background: var(--tp-heading-primary);
}
.tp-header-4-sticky {
  padding: 0 45px;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.122);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-header-4-sticky {
    padding: 22px;
  }
}
.tp-header-4-sticky.headroom--pinned {
  background: var(--tp-heading-primary);
}
.tp-header-4-sticky.headroom--pinned .tp-header-4-logo::after {
  height: 110px;
  top: -40px;
}
.tp-header-4-sticky.headroom--top.headroom--pinned {
  background: transparent;
}
.tp-header-4-sticky.headroom--top.headroom--pinned .tp-header-4-logo::after {
  height: 120px;
  top: -35px;
}
.tp-header-4-logo::after {
  position: absolute;
  content: "";
  height: 120px;
  top: -35px;
  width: 1px;
  right: 5%;
  background: rgba(255, 255, 255, 0.122);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-4-logo::after {
    right: -10px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-header-4-logo::after {
    content: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-4-logo::after {
    right: 0;
    top: -35px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-4-logo img {
    width: 100%;
  }
}
.tp-header-4-main-menu {
  margin-left: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-header-4-main-menu {
    margin-left: 0;
  }
}
.tp-header-4-main-menu .tp-main-menu ul li:hover > a {
  color: var(--tp-theme-primary);
}
.tp-header-4-main-menu .tp-main-menu ul li.has-dropdown:hover > a {
  color: var(--tp-theme-primary);
}
.tp-header-4-main-menu .tp-main-menu ul li.has-dropdown > a::after {
  content: none;
}
.tp-header-4-main-menu .tp-main-menu ul li a {
  color: var(--tp-common-white);
}
.tp-header-4-contact-inner {
  margin-left: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-4-contact-inner {
    margin-left: 20px;
  }
}
.tp-header-4-contact-inner .tp-header-contact-content p {
  color: var(--tp-common-white);
}
.tp-header-4-contact-inner .tp-header-contact-content span {
  color: var(--tp-common-white);
}
.tp-header-4-contact-inner .tp-header-contact-content span a:hover {
  color: var(--tp-theme-primary);
}
.tp-header-4-contact-icon {
  margin-right: 20px;
}
.tp-header-4-contact-icon img {
  border-radius: 50%;
}
.tp-header-4-contact-search span {
  font-size: 22px;
  color: var(--tp-common-white);
  cursor: pointer;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-header-4-contact-search span:hover {
  color: var(--tp-theme-primary);
}
.tp-header-4-right-cart {
  margin-left: 30px;
}
.tp-header-4-right-cart button i {
  font-size: 22px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  color: var(--tp-common-white);
}
.tp-header-4-right-cart button:hover i {
  color: var(--tp-theme-primary);
}
.tp-header-4-btn .tp-btn {
  padding: 15px 50px;
  background: transparent;
  color: var(--tp-common-white);
  border: 1px solid rgb(171, 171, 171);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-4-btn .tp-btn {
    padding: 15px 18px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-4-btn .tp-btn {
    padding: 15px 40px;
  }
}

/* HEADER CSS */
/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
.tp-main-menu {
  position: relative;
}
.tp-main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  transition: none;
}
.tp-main-menu ul li:not(:last-of-type) {
  margin-right: 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-main-menu ul li:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-main-menu ul li:not(:last-of-type) {
    margin-right: 18px;
  }
}
.tp-main-menu ul li a {
  display: inline-block;
  font-family: var(--tp-ff-p);
  padding: 30px 0;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--tp-text-body);
}
.tp-main-menu ul li a:hover {
  color: var(--tp-theme-primary);
}
.tp-main-menu ul li.has-dropdown > a::after {
  position: absolute;
  content: "";
  bottom: -5px;
  width: 10px;
  height: 10px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: var(--tp-theme-primary);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.tp-main-menu ul li.has-dropdown:hover > a {
  color: var(--tp-theme-primary);
}
.tp-main-menu ul li.has-dropdown:hover > a::after {
  opacity: 1;
  bottom: 0;
}
.tp-main-menu ul li.has-dropdown:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.tp-main-menu ul li .submenu {
  position: absolute;
  top: 105%;
  left: 0;
  width: 200px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0 20px 0;
  background: var(--tp-common-white);
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 8px 25px;
  transform: translateY(5px);
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
      border-bottom: 1px dashed #b8b3b3;
}
.tp-main-menu ul li .submenu li:last-child{
  border-bottom: none!important;
}
.tp-main-menu ul li .submenu li:not(:last-of-type) {
  margin-bottom: 0px;
}
.tp-main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.tp-main-menu ul li .submenu li:last-child a {
  border-bottom: 0;
}
.tp-main-menu ul li .submenu li a {
  position: relative;
  padding: 0;
  font-size: 14px;
  color: var(--tp-common-black);
  width: 100%;
  z-index: 1;
}
.tp-main-menu ul li .submenu li a span {
  transition: all 0.3s ease-in-out;
}
.tp-main-menu ul li .submenu li a span::after {
  display: none;
}
.tp-main-menu ul li .submenu li .submenu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.tp-main-menu ul li .submenu li:hover > a {
  color: var(--tp-theme-primary);
}
.tp-main-menu ul li .submenu li:hover > a span {
  margin-left: 14px;
}
.tp-main-menu ul li .submenu li:hover > .submenu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.tp-main-menu ul li .has-homemenu {
  width: 1100px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  visibility: hidden;
  background-color: var(--tp-common-white);
  box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-main-menu ul li .has-homemenu {
    left: -175px;
  }
}
.tp-main-menu ul li .has-homemenu .homemenu {
  position: relative;
  padding: 0px 10px;
  margin-bottom: 20px;
}
.tp-main-menu ul li .has-homemenu .homemenu-thumb {
  position: relative;
}
.tp-main-menu ul li .has-homemenu .homemenu-thumb img {
  width: 100%;
}
.tp-main-menu ul li .has-homemenu .homemenu-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: rgba(38, 34, 33, 0.7);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-main-menu ul li .has-homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
}
.tp-main-menu ul li .has-homemenu .homemenu-thumb:hover .homemenu-btn .menu-btn.show-1 {
  transform: translateY(0);
}
.tp-main-menu ul li .has-homemenu .homemenu-thumb:hover .homemenu-btn .menu-btn.show-2 {
  transform: translateY(0);
}
.tp-main-menu ul li .has-homemenu .homemenu-thumb:hover::before {
  opacity: 1;
}
.tp-main-menu ul li .has-homemenu .homemenu-title a {
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--tp-theme-secondary);
}
.tp-main-menu ul li .has-homemenu .homemenu-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-main-menu ul li .has-homemenu .homemenu-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  opacity: 0;
  text-align: center;
  transform: translateY(-50%);
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-main-menu ul li .has-homemenu .homemenu-btn .menu-btn {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 20px;
  width: 128px;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
  overflow: hidden;
}
.tp-main-menu ul li .has-homemenu .homemenu-btn .menu-btn.show-1 {
  transform: translateY(15px);
}
.tp-main-menu ul li .has-homemenu .homemenu-btn .menu-btn.show-2 {
  transform: translateY(20px);
}
.tp-main-menu ul li .has-homemenu .homemenu-btn .menu-btn::after {
  position: absolute;
  content: "";
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(25deg);
}
.tp-main-menu ul li .has-homemenu .homemenu-btn .menu-btn:hover::after {
  animation: shine 800ms;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-main-menu ul li .has-homemenu.home-2 {
    left: -110px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-main-menu ul li .has-homemenu.home-2 {
    left: -250px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-main-menu ul li .has-homemenu.home-3 {
    left: -250px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-main-menu ul li .has-homemenu.home-3 {
    left: -300px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-main-menu ul li .has-homemenu.home-4 {
    left: -295px;
  }
}

/*----------------------------------------*/
/*  4.2 Meanmenu css
/*----------------------------------------*/
.mean-remove {
  display: none !important;
}

.mean-container {
  margin-bottom: 40px;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  font-weight: 700;
  display: none !important;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-container .mean-nav {
  background: none;
  margin-top: 0;
  float: left;
  width: 100%;
  background: transparent;
}
.mean-container .mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li.dropdown-opened > a, .mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked, .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  color: var(--tp-theme-primary);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked i, .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked i {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li.has-dropdown:hover > a {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li.has-dropdown:hover .mean-expand {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li.mean-last {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}
.mean-container .mean-nav ul li > a > i {
  display: none;
}
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 10px 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #e0e3ed;
  text-decoration: none;
  width: 100%;
  padding: 10px 0;
  color: var(--tp-common-black);
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
[dir=rtl] .mean-container .mean-nav ul li a {
  float: right;
  text-align: right;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li a:hover i {
  color: var(--tp-common-white);
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: transparent;
  border: none !important;
  font-size: 14px;
  margin-top: 5px;
  padding: 0 !important;
  line-height: 14px;
  height: 30px;
  width: auto;
  line-height: 30px;
  color: var(--tp-common-black);
  line-height: 30px;
  top: 0;
  font-weight: 400;
}
[dir=rtl] .mean-container .mean-nav ul li a.mean-expand {
  right: auto;
  left: 0;
  text-align: center;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand:hover i {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover i {
  color: var(--tp-theme-primary);
}
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 10px 10%;
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 10px 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 10px 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 10px 25%;
}
.mean-container .mean-bar, .mean-container .mean-bar * {
  /* Fix for box sizing on Foundation Framework etc. */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*----------------------------------------*/
/*  4.3 Mobilemenu css
/*----------------------------------------*/
.tp-mobile-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: var(--tp-common-white);
  padding: 13px 0 5px;
  z-index: 999;
  border-top: 1px solid var(--tp-border-primary);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-mobile-menu.is-sticky {
  bottom: -120px;
  visibility: hidden;
  opacity: 0;
}
.tp-mobile-menu.is-sticky.bottom-menu-sticky {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}
.tp-mobile-item-btn {
  font-size: 28px;
  text-align: center;
}
.tp-mobile-item-btn span {
  display: block;
  line-height: 1;
  font-size: 13px;
  margin-top: 3px;
}
.tp-mobile-item-btn:hover {
  color: var(--tp-common-black);
}

.tp-main-menu-mobile .tp-submenu {
  display: none;
}
.tp-main-menu-mobile .tp-mega-menu .shop-mega-menu-title {
  margin: 0;
  padding-top: 7px;
}
.tp-main-menu-mobile .tp-mega-menu.shop-mega-menu {
  padding: 0 !important;
  padding-left: 19px !important;
  padding-top: 10px !important;
}
.tp-main-menu-mobile .tp-mega-menu .shop-mega-menu-img {
  margin: 7px 0;
}
.tp-main-menu-mobile ul {
  position: static;
  display: block;
  box-shadow: none;
}
.tp-main-menu-mobile ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}
.tp-main-menu-mobile ul li:not(:last-child) a {
  border-bottom: 1px solid rgba(2, 11, 24, 0.1);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 16px;
  color: #7F8387;
  z-index: 1;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid rgba(2, 11, 24, 0.12);
  transform: translateY(-15px);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn i {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover i {
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded {
  color: var(--tp-theme-primary);
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown:hover > a::after {
  color: var(--tp-theme-green);
}
.tp-main-menu-mobile ul li:last-child a span {
  border-bottom: 0;
}
.tp-main-menu-mobile ul li > a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding: 10px 0;
  padding-right: 20px;
  color: var(--tp-common-black);
}
.tp-main-menu-mobile ul li > a svg {
  transform: translateY(2px);
}
.tp-main-menu-mobile ul li > a > i {
  display: inline-block;
  width: 11%;
  margin-right: 13px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  font-size: 21px;
  line-height: 1;
}
.tp-main-menu-mobile ul li > a .menu-text {
  font-size: 16px;
  line-height: 11px;
  border-bottom: 1px solid #EAEBED;
  width: 82%;
  display: inline-block;
  padding: 19px 0 17px;
}
.tp-main-menu-mobile ul li img {
  width: 100%;
}
.tp-main-menu-mobile ul li ul {
  padding: 0;
}
.tp-main-menu-mobile ul li ul li {
  padding: 0;
}
.tp-main-menu-mobile ul li ul li a {
  margin-left: auto;
  width: 93%;
  padding: 10px 5%;
  text-shadow: none !important;
  visibility: visible;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li ul li li a {
  width: 88%;
  padding: 10px 7%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li ul li li li a {
  width: 83%;
  padding: 10px 9%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li ul li li li li a {
  width: 68%;
  padding: 10px 11%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li:hover > a {
  color: var(--tp-theme-primary);
}
.tp-main-menu-mobile ul li:hover > a::after {
  color: var(--tp-theme-primary);
}
.tp-main-menu-mobile ul li:hover > a .dropdown-toggle-btn i {
  color: var(--tp-theme-primary);
}
.tp-main-menu-mobile ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.tp-main-menu-mobile ul li .mega-menu, .tp-main-menu-mobile ul li .submenu {
  position: static;
  min-width: 100%;
  padding: 0;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
}
.tp-main-menu-mobile ul li .mega-menu li, .tp-main-menu-mobile ul li .submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}
.tp-main-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn, .tp-main-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn {
  color: var(--tp-theme-primary);
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu {
  padding: 0px 10px;
  position: relative;
  margin-bottom: 20px;
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-thumb {
  position: relative;
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: rgba(38, 34, 33, 0.7);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn .menu-btn.show-1 {
  transform: translateY(0);
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn .menu-btn.show-2 {
  transform: translateY(0);
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-thumb:hover::before {
  opacity: 1;
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-title {
  font-size: 16px;
  font-weight: 600;
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-title a {
  border: none;
  color: var(--tp-theme-secondary);
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  opacity: 0;
  text-align: center;
  transform: translateY(-50%);
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-btn .menu-btn {
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 15px;
  display: inline-block;
  width: 115px;
  background-size: 200% auto;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
  overflow: hidden;
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-btn .menu-btn.show-1 {
  transform: translateY(15px);
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-btn .menu-btn.show-2 {
  transform: translateY(20px);
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-btn .menu-btn::after {
  position: absolute;
  content: "";
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(25deg);
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-btn .menu-btn:hover::after {
  animation: shine 800ms;
}
.tp-main-menu-mobile * ul, .tp-main-menu-mobile * li {
  transition: none !important;
}

/*----------------------------------------*/
/*  5.4 Blog css
/*----------------------------------------*/
.tp-blog-item {
  position: relative;
  background: var(--tp-common-white);
  box-shadow: 0px 4px 60px 0px rgba(22, 23, 26, 0.08);
}
.tp-blog-item:hover .tp-blog-thumb img {
  transform: scale(1.08);
}
.tp-blog-item:hover .tp-blog-thumb::before {
  opacity: 0.7;
}
.tp-blog-item:hover .tp-blog-date span {
  color: var(--tp-heading-primary);
  background: var(--tp-common-white);
}
.tp-blog-item:hover .tp-blog-date.tp-blog-2-date span {
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}
.tp-blog-item:hover .tp-blog-2-btn a {
  color: var(--tp-theme-primary);
}
.tp-blog-item:hover .tp-blog-2-circle {
  bottom: -40px;
  right: -40px;
  opacity: 1;
}
.tp-blog-item-info {
  margin-bottom: 20px;
}
.tp-blog-item-info span {
  font-size: 16px;
}
.tp-blog-item-info span:not(:last-of-type) {
  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: 575px) {
  .tp-blog-item-info span:not(:last-of-type) {
    margin-right: 20px;
  }
}
.tp-blog-item-info span i {
  font-size: 16px;
  font-weight: 900;
  margin-right: 7px;
  display: inline-block;
  transform: translateY(2px);
  color: var(--tp-theme-primary);
}
.tp-blog-thumb {
  position: relative;
  overflow: hidden;
}
.tp-blog-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-blog-thumb::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  pointer-events: none;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(19, 19, 19);
  z-index: 1;
}
.tp-blog-date {
  position: absolute;
  bottom: 30px;
  left: 40px;
}
.tp-blog-date span {
  position: relative;
  font-size: 16px;
  padding: 3px 20px;
  color: var(--tp-common-white);
  z-index: 2;
  display: inline-block;
  background: var(--tp-theme-primary);
}
.tp-blog-date.tp-blog-2-date {
  bottom: 0;
}
.tp-blog-date.tp-blog-2-date span {
  width: 60px;
  height: 60px;
  background: var(--tp-theme-secondary);
}
.tp-blog-content {
  padding: 30px 40px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .tp-blog-content {
    padding: 30px 20px 40px;
  }
}
.tp-blog-content.tp-blog-2-content {
  padding: 30px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .tp-blog-content.tp-blog-2-content {
    padding: 30px 20px;
  }
}
.tp-blog-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.16px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-blog-title {
    font-size: 20px;
  }
}
.tp-blog-title a {
  background-image: linear-gradient(#03041C, #03041C), linear-gradient(#03041C, #03041C);
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}
.tp-blog-title a:hover {
  background-size: 0 1px, 100% 1px;
}
.tp-blog-2-shape {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.56;
}
.tp-blog-2-btn a {
  font-size: 14px;
  font-weight: 700;
}
.tp-blog-2-btn a i {
  margin-left: 5px;
}
.tp-blog-2-btn a:hover {
  color: var(--tp-theme-primary);
}
.tp-blog-2-btn a:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-blog-2-circle {
  position: absolute;
  bottom: -50px;
  right: -50px;
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/
.tp-postbox-wrapper {
  padding-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-postbox-wrapper {
    padding-right: 0;
  }
}
.tp-postbox-thumb-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50px, -50px);
}
.tp-postbox-thumb-btn .play-btn {
  height: 68px;
  width: 68px;
  line-height: 68px;
  font-size: 24px;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}
.tp-postbox-thumb-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 100%;
  -webkit-animation: ripple2 2s infinite;
  border: 2px solid rgb(255, 255, 255);
  box-shadow: 0px 14px 24px -1px rgba(20, 0, 77, 0.31);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.tp-postbox-thumb-date {
  position: absolute;
  height: 66px;
  width: 66px;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 7px 20px;
  background: var(--tp-theme-secondary);
}
.tp-postbox-thumb-date span {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin: 0;
  color: var(--tp-common-white);
}
.tp-postbox-thumb-date p {
  color: var(--tp-common-white);
  margin: 0;
}
.tp-postbox-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  opacity: 0.1;
  background-color: rgb(22, 23, 26);
}
.tp-postbox-thumb img {
  width: 100%;
}
.tp-postbox-content {
  padding-top: 25px;
}
.tp-postbox-content p {
  margin-bottom: 28px;
}
.tp-postbox-meta {
  margin-bottom: 15px;
}
.tp-postbox-meta span {
  font-size: 14px;
  font-weight: 400;
  color: var(--tp-text-body);
  margin-right: 24px;
}
.tp-postbox-meta span i {
  color: var(--tp-theme-primary);
  margin-right: 5px;
}
.tp-postbox-title {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
  color: var(--tp-heading-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-postbox-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-postbox-title {
    font-size: 30px;
  }
}
.tp-postbox-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-postbox-btn {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
}
.tp-postbox-btn:hover i {
  animation: tfLeftToRight 0.5s forwards;
  -webkit-text-fill-color: #00A3C3;
}
.tp-postbox-btn i {
  margin-right: 3px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-postbox-pagination {
    margin-bottom: 30px;
  }
}
.tp-postbox-pagination ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
.tp-postbox-pagination ul li a {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 37px;
  text-align: center;
  border-radius: 50%;
  color: var(--tp-heading-primary);
  background: var(--tp-common-gray);
  z-index: 1;
}
.tp-postbox-pagination ul li a.active {
  color: var(--tp-common-white);
  background: var(--tp-heading-primary);
}
.tp-postbox-pagination ul li a:hover {
  color: var(--tp-common-white);
  background: var(--tp-heading-primary);
}
@media (max-width: 575px) {
  .tp-postbox-nav {
    display: none;
  }
}
.tp-postbox-nav button {
  position: absolute;
  top: 50%;
  left: 2%;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  color: var(--tp-heading-primary);
  background: var(--tp-common-white);
  z-index: 1;
}
.tp-postbox-nav button i {
  font-size: 16px;
  font-weight: 500;
}
.tp-postbox-nav button:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}
.tp-postbox-nav button.tp-blog-next-1 {
  right: 2%;
  left: auto;
}
.tp-postbox-item-thumb {
  margin-bottom: 10px;
}
.tp-postbox-item-thumb img {
  width: 100%;
  margin-bottom: 30px;
}
.tp-postbox-item-wrapper p {
  margin-bottom: 30px;
}
.tp-postbox-title2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
}
.tp-postbox-title3 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 30px;
}
.tp-postbox-list {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-postbox-list {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-postbox-list-thumb {
    margin-bottom: 20px;
  }
}
.tp-postbox-list ul li {
  list-style: none;
  font-size: 16px;
  margin-bottom: 15px;
}
.tp-postbox-list ul li i {
  color: var(--tp-theme-primary);
  margin-right: 8px;
}
.tp-postbox-share-wrapper {
  margin-top: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(103, 104, 122, 0.200000003);
}
@media (max-width: 575px) {
  .tp-postbox-share-wrapper {
    padding: 30px 15px 10px 15px;
    margin-top: 30px;
  }
}
.tp-postbox-share-tags .tp-sidebar-widget-title {
  margin-right: 20px;
}
.tp-postbox-share-tags a {
  border: 1px solid rgb(234, 235, 235);
}
.tp-postbox-share-social .tp-footer-widget-social .tp-sidebar-widget-title {
  margin-right: 20px;
}
.tp-postbox-share-social .tp-footer-widget-social a {
  height: 38px;
  width: 38px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  background: var(--tp-heading-primary);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-postbox-share-social .tp-footer-widget-social a:not(:last-of-type) {
  margin-right: 10px;
}
.tp-postbox-share-social .tp-footer-widget-social a:hover {
  background: var(--tp-theme-primary);
}
.tp-postbox-share-social .tp-footer-widget-social a:hover i {
  color: var(--tp-common-white);
}
.tp-postbox-comment-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 50px;
}
.tp-postbox-comment ul li {
  list-style: none;
}
.tp-postbox-comment ul li.children {
  margin-left: 110px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-postbox-comment ul li.children {
    margin-left: 0;
  }
}
.tp-postbox-comment ul li .tp-postbox-comment-box.border-mr {
  margin-bottom: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid #E3E3E3;
}
@media (max-width: 575px) {
  .tp-postbox-comment ul li .tp-postbox-comment-box-inner {
    flex-wrap: wrap;
  }
}
.tp-postbox-comment ul li .tp-postbox-comment-avater {
  margin-right: 30px;
}
@media (max-width: 575px) {
  .tp-postbox-comment ul li .tp-postbox-comment-avater {
    margin-bottom: 10px;
  }
}
.tp-postbox-comment ul li .tp-postbox-comment-avater img {
  border-radius: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-postbox-comment ul li .tp-postbox-comment-content p br {
    display: none;
  }
}
.tp-postbox-comment ul li .tp-postbox-comment-name {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}
.tp-postbox-comment ul li .tp-postbox-comment-date {
  font-size: 14px;
  color: var(--tp-text-1);
  margin-bottom: 18px;
}
.tp-postbox-comment ul li .tp-postbox-comment-reply {
  margin-top: 15px;
}
.tp-postbox-comment ul li .tp-postbox-comment-reply a {
  font-size: 14px;
  font-weight: 700;
  color: var(--tp-theme-secondary);
}
.tp-postbox-comment ul li .tp-postbox-comment-reply a:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-postbox-comment ul li .tp-postbox-comment-reply a i {
  margin-right: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-postbox-reply {
    margin-bottom: 30px;
  }
}
.tp-postbox-reply-title {
  position: relative;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: -0.54px;
}
.tp-postbox-reply-title::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  bottom: -10px;
  left: 0;
  background: var(--tp-gradient-primary);
}
.tp-postbox-input input {
  border: 1px solid #E3E3E3;
  height: 58px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  background: #f4f4f4;
}
.tp-postbox-input input::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-text-body);
}
.tp-postbox-input input:focus {
  box-shadow: none;
  border: 1px solid var(--tp-theme-primary);
}
.tp-postbox-input textarea {
  height: 188px;
  resize: none;
  font-size: 16px;
  font-weight: 148;
  margin-bottom: 20px;
  border: 1px solid #E3E3E3;
  background: #f4f4f4;
}
.tp-postbox-input textarea::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-text-body);
}
.tp-postbox-input textarea:focus {
  border: 1px solid var(--tp-theme-primary);
  color: var(--tp-text-1);
}

blockquote {
  position: relative;
  padding: 30px 55px 30px 110px;
  margin-bottom: 35px;
  background: #f4f4f4;
  z-index: 1;
}
@media (max-width: 575px) {
  blockquote {
    padding: 30px;
  }
}
blockquote p {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0 !important;
  color: var(--tp-heading-primary);
}
blockquote cite {
  font-style: normal;
  margin-top: 15px;
  display: block;
  font-size: 14px;
  position: relative;
  margin-left: 30px;
}
blockquote cite::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 15px;
  left: -30px;
  top: 13px;
  background: var(--tp-heading-primary);
}
blockquote img {
  position: absolute;
  top: 40px;
  left: 30px;
}
@media (max-width: 575px) {
  blockquote img {
    display: none;
  }
}

/*----------------------------------------*/
/*  5.2 Recent Post css
/*----------------------------------------*/
.tp-rc__post:not(:last-of-type) {
  margin-bottom: 40px;
}
.tp-rc__post-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-heading-primary);
}
.tp-rc__post-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-rc__post-meta span {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
  color: var(--tp-text-body);
}
.tp-rc__post-meta span i {
  color: var(--tp-theme-primary);
  margin-right: 5px;
}

/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/
.tp-sidebar-widget {
  padding: 50px;
  background-color: rgb(244, 244, 244);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-sidebar-widget {
    padding: 30px;
  }
}
.tp-sidebar-widget-content ul li {
  list-style: none;
}
.tp-sidebar-widget-content ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
.tp-sidebar-widget-content ul li a {
  font-size: 16px;
  font-weight: 700;
  display: block;
  padding: 15px 30px;
  color: var(--tp-heading-primary);
}
.tp-sidebar-widget-content ul li a:hover {
  background: var(--tp-common-white);
  color: var(--tp-theme-primary);
}
.tp-sidebar-widget-content ul li a:hover i {
  opacity: 1;
}
.tp-sidebar-widget-content ul li a i {
  font-size: 16px;
  transform: translateY(5px);
  float: right;
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-sidebar-widget-title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 25px;
  display: inline-block;
}
.tp-sidebar-search-input {
  position: relative;
}
.tp-sidebar-search-input input {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  height: 58px;
  line-height: 58px;
  padding: 0 25px;
  padding-right: 25px;
  padding-right: 60px;
  background: var(--tp-common-white);
  border: 1px solid transparent;
}
.tp-sidebar-search-input input::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-text-body);
}
.tp-sidebar-search-input input:focus {
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-text-body);
  border: 1px solid var(--tp-theme-primary);
}
.tp-sidebar-search-input button {
  position: absolute;
  top: 0;
  right: 0;
  height: 58px;
  width: 58px;
  color: var(--tp-common-white);
  background: var(--tp-theme-secondary);
}
.tp-sidebar-search-input button i {
  font-size: 16px;
  font-weight: 900;
}

.tagcloud a {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 3px 18px;
  display: inline-block;
  color: var(--tp-text-body);
  background: var(--tp-common-white);
  margin-bottom: 10px;
  margin-right: 10px;
}
.tagcloud a:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-secondary);
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.tp-footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.tp-footer-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 575px) {
  .tp-footer-shape img {
    width: 100%;
  }
}
.tp-footer-top {
  position: relative;
  line-height: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #393a3c;
}
.tp-footer-top-shape {
  position: absolute;
  top: 0;
  left: 56%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-top-shape {
    left: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-top-shape {
    display: none;
  }
}
.tp-footer-send p {
  font-size: 20px;
  color: var(--tp-text-body);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-send p {
    margin-bottom: 30px;
  }
}
.tp-footer-send p a {
  color: var(--tp-common-white);
}
.tp-footer-send p a:hover {
  color: var(--tp-theme-primary);
}
.tp-footer-btn .tp-btn {
  padding: 22px 51px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-btn .tp-btn {
    padding: 22px 40px;
  }
}
.tp-footer-main {
  padding-top: 130px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-main {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
.tp-footer-widget-content p {
  margin-bottom: 20px;
  color: var(--tp-text-body);
}
.tp-footer-widget-content ul li {
  position: relative;
  list-style: none;
}
.tp-footer-widget-content ul li:not(:last-of-type) {
  margin-bottom: 7px;
}
.tp-footer-widget-content ul li:hover {
  margin-left: 15px;
}
.tp-footer-widget-content ul li:hover::after {
  opacity: 1;
}
.tp-footer-widget-content ul li:hover a {
  color: var(--tp-common-white);
}
.tp-footer-widget-content ul li::after {
  position: absolute;
  content: "+";
  top: 0;
  left: -16px;
  font-size: 20px;
  opacity: 0;
  color: var(--tp-theme-primary);
}
.tp-footer-widget-content ul li a {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-text-body);
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-footer-widget-contact {
  padding: 30px;
  margin-top: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-widget-contact {
    padding: 0;
    margin-top: 0;
  }
}
.tp-footer-widget-contact span {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  display: inline-block;
  color: var(--tp-common-white);
}
.tp-footer-widget-contact p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--tp-text-body);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-widget-contact p br {
    display: none;
  }
}
.tp-footer-widget-contact-inner:not(:last-of-type) {
  margin-bottom: 12px;
}
.tp-footer-widget-contact-inner a {
  position: relative;
  font-family: var(--tp-ff-p);
  font-weight: 400;
  font-size: 16px;
  margin-left: 25px;
  color: var(--tp-text-body);
}
.tp-footer-widget-contact-inner a:hover {
  color: var(--tp-common-white);
}
.tp-footer-widget-contact-inner a i {
  position: absolute;
  top: 2px;
  left: -25px;
  color: var(--tp-theme-primary);
}
.tp-footer-widget-title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 30px;
  letter-spacing: -0.1px;
  color: var(--tp-common-white);
}
.tp-footer-widget-gallery-all {
  display: grid;
  grid: auto auto/auto auto auto;
  column-gap: 10px;
  row-gap: 10px;
  width: 230px;
  height: auto;
}
.tp-footer-widget-gallery-item {
  position: relative;
  display: inline-block;
}
.tp-footer-widget-gallery-item:hover .tp-footer-widget-gallery-thumb::after {
  transform: scale(1);
}
.tp-footer-widget-gallery-item:hover .tp-footer-widget-gallery-social i {
  opacity: 1;
  visibility: visible;
}
.tp-footer-widget-gallery-thumb {
  position: relative;
  display: inline-block;
}
.tp-footer-widget-gallery-thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: rgba(249, 76, 48, 0.949);
}
.tp-footer-widget-gallery-thumb img {
  max-width: 100%;
}
.tp-footer-widget-gallery-social {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.tp-footer-widget-gallery-social i {
  opacity: 0;
  color: var(--tp-common-white);
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-footer-copyright {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-copyright-inner p {
    margin-bottom: 20px;
  }
}
.tp-footer-copyright-inner a {
  height: 38px;
  width: 38px;
  font-size: 18px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  color: var(--tp-common-white);
  background: #16171a;
}
.tp-footer-copyright-inner a:not(:last-of-type) {
  margin-right: 15px;
}
.tp-footer-copyright-inner a:hover {
  background: var(--tp-theme-primary);
}

/* footer col design for home 1 */
.tp-footer-col-2 {
  padding-left: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-col-2 {
    padding-left: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-col-2 {
    padding-left: 0;
  }
}
.tp-footer-col-3 {
  padding-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-col-3 {
    padding-left: 0;
  }
}
/*----------------------------------------*/
/*  6.2 Footer Style 2
/*----------------------------------------*/
/* footer col design for home 2 */
/*----------------------------------------*/
/*  6.3 Footer Style 3
/*----------------------------------------*/
/* footer col design for home 3 */
/*----------------------------------------*/
/*  8.3 Hero css
/*----------------------------------------*/
.tp-hero-bg {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  transform: scale(1);
  -webkit-transition: all 10s linear 0s;
  -moz-transition: all 10s linear 0s;
  -o-transition: all 10s linear 0s;
  transition: all 10s linear 0s;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-bg {
    background-position: center;
  }
}
.tp-hero-shape .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  animation-delay: 1s;
  animation-duration: 1.2s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-shape .shape-1 {
    left: -125px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-shape .shape-1 {
    display: none;
  }
}
.tp-hero-shape .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  animation-delay: 1s;
  animation-duration: 1.2s;
}
.tp-hero-title {
  font-size: 90px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.36px;
  margin-bottom: 58px;
  animation-delay: 0.5s;
  animation-duration: 0.7s;
  color: var(--tp-heading-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-title {
    font-size: 70px;
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title {
    font-size: 62px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-title {
    font-size: 50px;
    margin-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .tp-hero-title {
    font-size: 45px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .tp-hero-title br {
    display: none;
  }
}
.tp-hero-btn {
  line-height: 1;
}
.tp-hero-btn .tp-btn {
  padding: 23px 50px;
}
@media (max-width: 575px) {
  .tp-hero-btn {
    margin-bottom: 20px;
  }
}
.tp-hero-video a {
  display: flex;
  align-items: center;
}
.tp-hero-video a span {
  font-size: 21px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  display: block;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
  color: var(--tp-heading-primary);
  background-color: var(--tp-common-white);
}
.tp-hero-video a p {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-heading-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-video a p {
    color: var(--tp-common-white);
  }
}
.tp-hero-video a:hover p {
  color: var(--tp-theme-primary);
}
.tp-hero-video a:hover span {
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}
.tp-hero-button-wrapper {
  position: relative;
  animation-delay: 0.9s;
  animation-duration: 1s;
}
.tp-hero-button-wrapper-shape {
  position: absolute;
  top: -40px;
  left: 55%;
  animation: tpswing 1s ease-in-out 0.1s forwards infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-button-wrapper-shape {
    left: 68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-button-wrapper-shape {
    left: 60%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-button-wrapper-shape {
    display: none;
  }
}
.tp-hero-wrapper-slider {
  position: relative;
}
@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-hero-active .swiper-slide {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-active .swiper-slide {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .tp-hero-active .swiper-slide {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.tp-hero-active .swiper-slide.swiper-slide-active .tp-hero-bg {
  visibility: visible;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.tp-hero-active .swiper-slide.swiper-slide-active .tp-hero-title {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.tp-hero-active .swiper-slide.swiper-slide-active .tp-hero-shape .shape-1 {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.tp-hero-active .swiper-slide.swiper-slide-active .tp-hero-shape .shape-2 {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.tp-hero-active .swiper-slide.swiper-slide-active .tp-hero-button-wrapper {
  animation-fill-mode: both;
  animation-name: fadeInRight;
}
.tp-hero-active .swiper-slide.swiper-slide-active .tp-hero-2-subtitle {
  animation-fill-mode: both;
  animation-name: fadeInRight;
}
.tp-hero-active .swiper-slide.swiper-slide-active .tp-hero-2-title {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.tp-hero-active .swiper-slide.swiper-slide-active .tp-hero-2-text-shape {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.tp-hero-active .swiper-slide.swiper-slide-active .tp-hero-2-shape .shape-1 {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.tp-hero-active .swiper-slide.swiper-slide-active .tp-hero-2-shape .shape-2 {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.tp-hero-pagination {
  position: absolute;
  left: 60px;
  top: 45%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-pagination {
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.tp-hero-pagination .swiper-pagination-bullet {
  height: 20px;
  width: 20px;
  opacity: 1;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: var(--tp-theme-secondary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-pagination .swiper-pagination-bullet {
    display: inline-block;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
}
.tp-hero-pagination .swiper-pagination-bullet-active {
  background: var(--tp-theme-primary);
}
.tp-hero-2-bg {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background: rgb(242, 237, 235);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.tp-hero-2-shape .shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  animation-delay: 1s;
  animation-duration: 1.2s;
}
.tp-hero-2-shape .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  animation-delay: 1s;
  animation-duration: 1.2s;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-2-shape .shape-1 {
    bottom: -150px;
  }
}
.tp-hero-2-subtitle {
  font-size: 20px;
  font-weight: 800;
  line-height: 32px;
  display: inline-block;
  letter-spacing: 0.1px;
  margin-bottom: 10px;
  color: var(--tp-theme-secondary);
  animation-delay: 0.3s;
  animation-duration: 0.5s;
}
.tp-hero-2-content {
  background: rgb(242, 237, 235);
}
.tp-hero-2-title {
  position: relative;
  font-size: 160px;
  font-weight: 800;
  line-height: 0.93;
  margin-bottom: 40px;
  letter-spacing: 0.36px;
  z-index: 2;
  animation-delay: 0.5s;
  animation-duration: 0.7s;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-2-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-2-title {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .tp-hero-2-title {
    font-size: 54px;
    margin-bottom: 20px;
  }
}
.tp-hero-2-text-shape {
  position: absolute;
  top: -35px;
  right: 15px;
  z-index: 0;
  animation-delay: 0.5s;
  animation-duration: 0.7s;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-2-text-shape {
    right: 35px;
  }
}
@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-hero-2-text-shape {
    z-index: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-2-text-shape {
    display: none;
  }
}
.tp-hero-2-thumb {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 45%;
  border-radius: 50% 0 0 50%;
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2-thumb {
    width: 55%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-2-thumb {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-2-thumb {
    background-position: center;
  }
}
@media (max-width: 575px) {
  .tp-hero-2-thumb {
    display: none;
  }
}
.tp-hero-2-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  border-radius: 49% 0 0 50%;
  background-image: -moz-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgba(242, 237, 235, 0.52) 48%, rgba(242, 237, 235, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgba(242, 237, 235, 0.52) 48%, rgba(242, 237, 235, 0) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgba(242, 237, 235, 0.52) 48%, rgba(242, 237, 235, 0) 100%);
  z-index: 0;
}
.tp-hero-3-bg {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  transform: scale(1);
  -webkit-transition: all 10s linear 0s;
  -moz-transition: all 10s linear 0s;
  -o-transition: all 10s linear 0s;
  transition: all 10s linear 0s;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-3-bg {
    background-position: center;
  }
}
.tp-hero-3-bg::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(4, 11, 32, 0.6);
}
.tp-hero-3-shape {
  position: absolute;
  top: 0;
  right: 0;
  animation-delay: 0.3s;
  animation-duration: 0.5s;
}
.tp-hero-3-title {
  font-size: 90px;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 35px;
  letter-spacing: 0.36px;
  color: var(--tp-common-white);
  animation-delay: 0.5s;
  animation-duration: 0.7s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-3-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3-title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-3-title {
    font-size: 65px;
  }
}
@media (max-width: 575px) {
  .tp-hero-3-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-3-title br {
    display: none;
  }
}
.tp-hero-3-title-shape {
  position: absolute;
  top: -10px;
  left: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3-title-shape {
    left: 48%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-3-title-shape {
    display: none;
  }
}
.tp-hero-3-video a {
  font-size: 16px;
  text-decoration: underline;
  color: var(--tp-common-white);
}
.tp-hero-3-video a:hover {
  color: var(--tp-theme-primary);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-3-active .swiper-wrapper .swiper-slide {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-3-active .swiper-wrapper .swiper-slide {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .tp-hero-3-active .swiper-wrapper .swiper-slide {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.tp-hero-3-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-3-shape {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.tp-hero-3-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-3-title {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.tp-hero-3-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-3-button-wrapper {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.tp-hero-3-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-3-bg {
  visibility: visible;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.tp-hero-3-button-wrapper {
  animation-delay: 0.9s;
  animation-duration: 1s;
}
.tp-hero-3-pagination {
  position: absolute;
  right: 375px;
  top: 45%;
  z-index: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-3-pagination {
    right: 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-3-pagination {
    right: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3-pagination {
    right: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-3-pagination {
    top: 90%;
    right: 40%;
  }
}
.tp-hero-3-pagination .swiper-pagination-bullet {
  height: 20px;
  width: 20px;
  opacity: 1;
  display: block;
  margin-bottom: 10px;
  border: 1px solid white;
  background: transparent;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-3-pagination .swiper-pagination-bullet {
    display: inline-block;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-3-pagination .swiper-pagination-bullet {
    height: 15px;
    width: 15px;
  }
}
.tp-hero-3-pagination .swiper-pagination-bullet-active {
  background: var(--tp-common-white);
}
.tp-hero-4-bg {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  transform: scale(1);
  -webkit-transition: all 10s linear 0s;
  -moz-transition: all 10s linear 0s;
  -o-transition: all 10s linear 0s;
  transition: all 10s linear 0s;
}
.tp-hero-4-bg::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 1, 36, 0.6);
}
.tp-hero-4-title {
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1px;
  margin-bottom: 40px;
  animation-delay: 0.5s;
  animation-duration: 0.7s;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-4-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-4-title {
    font-size: 100px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-4-title {
    font-size: 80px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-4-title {
    font-size: 60px;
    margin-bottom: 20px;
  }
}
.tp-hero-4-title-wrapper p {
  font-size: 22px;
  font-weight: 400;
  animation-delay: 0.7s;
  animation-duration: 0.9s;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-4-title-wrapper p {
    font-size: 18px;
  }
}
.tp-hero-4-active .swiper-wrapper .swiper-slide {
  padding-top: 435px;
  padding-bottom: 280px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-4-active .swiper-wrapper .swiper-slide {
    padding-top: 350px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-4-active .swiper-wrapper .swiper-slide {
    padding-top: 300px;
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-4-active .swiper-wrapper .swiper-slide {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .tp-hero-4-active .swiper-wrapper .swiper-slide {
    padding-top: 150px;
    padding-bottom: 140px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-4-active .swiper-wrapper .swiper-slide {
    padding-top: 170px;
    padding-bottom: 130px;
  }
}
.tp-hero-4-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-4-bg {
  visibility: visible;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.tp-hero-4-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-4-title {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.tp-hero-4-active .swiper-wrapper .swiper-slide.swiper-slide-active .tp-hero-4-title-wrapper p {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.tp-hero-4-pagination {
  position: absolute;
  right: 195px;
  top: 55%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-4-pagination {
    right: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-4-pagination {
    top: 48%;
    right: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-4-pagination {
    right: 42%;
    top: 80%;
  }
}
@media (max-width: 575px) {
  .tp-hero-4-pagination {
    right: 40%;
    top: 80%;
  }
}
.tp-hero-4-pagination .swiper-pagination-bullet {
  height: 20px;
  width: 20px;
  opacity: 1;
  display: block;
  margin-bottom: 10px;
  border: 1px solid white;
  background: transparent;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-4-pagination .swiper-pagination-bullet {
    display: inline-block;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-4-pagination .swiper-pagination-bullet {
    height: 15px;
    width: 15px;
  }
}
.tp-hero-4-pagination .swiper-pagination-bullet-active {
  background: var(--tp-common-white);
}
.tp-hero-4-search {
  margin-top: -30px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-4-search {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-4-search-wrapper {
    flex-wrap: wrap;
  }
}
.tp-hero-4-search-wrap {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 6px 16px 0px rgba(22, 23, 26, 0.06);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-4-search-wrap {
    flex-wrap: wrap;
    box-shadow: none;
    border-color: none;
  }
}
.tp-hero-4-search-btn {
  flex: 0 0 auto;
}
.tp-hero-4-search-btn .tp-btn {
  padding: 17px 50px;
}
.tp-hero-4-input {
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-4-input {
    width: 100%;
  }
}
.tp-hero-4-input span {
  position: absolute;
  top: 24px;
  left: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 0;
  color: var(--tp-text-body);
}
.tp-hero-4-input input {
  width: 330px;
  height: 60px;
  padding-left: 55px;
  font-size: 14px;
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.tp-hero-4-input input::placeholder {
  font-size: 14px;
}
.tp-hero-4-input input:focus {
  border: 1px solid var(--tp-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-4-input input {
    width: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-4-input input {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-4-input input {
    width: 100%;
    border: 1px solid #e6e6e6;
  }
}

/*----------------------------------------*/
/*  8.2 Features css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-features-area {
    padding-top: 80px;
  }
}
.tp-features-item {
  position: relative;
  padding: 36px;
  border: 1px solid rgb(242, 237, 235);
  overflow: hidden;
  background-color: #ffffff;
}
.tp-features-item:hover {
  border-color: var(--tp-theme-secondary);
}
.tp-features-item:hover .tp-features-title {
  color: var(--tp-theme-secondary);
}
.tp-features-item:hover .tp-features-item-btn a i {
  color: var(--tp-theme-secondary);
}
.tp-features-item:hover .tp-features-item-btn a b {
  transform: translate(15px, 5px);
  opacity: 1;
}
.tp-features-item:hover .tp-features-item-btn span {
  color: var(--tp-theme-secondary);
}
.tp-features-item:hover.item-2 {
  background: #f4f4f4;
}
.tp-features-item:hover .shape {
  bottom: 0;
  right: 0;
  opacity: 1;
}
.tp-features-item p {
  margin-bottom: 10px;
}
.tp-features-item-btn a {
  position: relative;
  z-index: 2;
}
.tp-features-item-btn a i {
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: var(--tp-theme-primary);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 20px 0px rgba(35, 35, 49, 0.06);
  position: relative;
  z-index: 1;
}
.tp-features-item-btn a b {
  font-size: 14px;
  font-weight: 700;
  transform: translate(-40px, 5px);
  opacity: 0;
  display: inline-block;
  color: var(--tp-theme-secondary);
  overflow: hidden;
}
.tp-features-item-btn a:hover i {
  transition: none;
}
.tp-features-item-btn span {
  position: relative;
  font-size: 50px;
  display: block;
  transform: translateX(-10px);
  color: var(--tp-theme-primary);
}
.tp-features-item-btn span::after {
  position: absolute;
  content: "";
  width: 66px;
  height: 66px;
  border-radius: 50%;
  right: -20px;
  top: 0;
  z-index: -1;
  background-color: rgb(244, 244, 244);
}
.tp-features-item-btn.btn-2 span::after {
  content: none;
}
.tp-features-item .shape {
  position: absolute;
  right: -30px;
  bottom: -30px;
  opacity: 0;
}
.tp-features-title {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.1px;
  margin-bottom: 10px;
  color: var(--tp-heading-primary);
}
.tp-features-3-area {
  border-bottom: 1px solid var(--tp-border-secondary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-features-3-area {
    border: none;
  }
}
.tp-features-3-space {
  padding-left: 112px;
  padding-right: 112px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-features-3-space {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-features-3-space {
    padding-right: 0;
    padding-left: 0;
  }
}
.tp-features-3-item {
  padding-top: 60px;
}
.tp-features-3-item.item-3-border {
  border-right: 1px solid var(--tp-border-secondary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-features-3-item.item-3-border {
    border: none;
  }
}
.tp-features-3-item.pl {
  padding-left: 38px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-features-3-item.pl {
    padding-left: 0;
  }
}
.tp-features-3-item.active .tp-features-3-icon span::after {
  width: 100%;
  height: 100%;
  z-index: 0;
}
.tp-features-3-item.active .tp-features-3-icon span i {
  color: var(--tp-common-white);
}
.tp-features-3-icon {
  margin-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .tp-features-3-icon {
    margin-right: 20px;
  }
}
.tp-features-3-icon span {
  position: relative;
  display: block;
  text-align: center;
  width: 110px;
  height: 110px;
  line-height: 120px;
  background: var(--tp-common-gray);
  z-index: 1;
}
.tp-features-3-icon span i {
  position: relative;
  z-index: 1;
  font-size: 55px;
  color: var(--tp-theme-primary);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-features-3-icon span::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 10px;
  width: 10px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: var(--tp-theme-secondary);
}
.tp-features-3-content {
  padding: 0 20px 0 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-features-3-content {
    padding: 0;
  }
}
.tp-features-3-title {
  font-size: 20px;
  font-weight: 800;
}

/*----------------------------------------*/
/*  7.1 About css
/*----------------------------------------*/
.tp-about-shape {
  position: absolute;
  top: 24%;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-shape {
    top: 16%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-shape {
    display: none;
  }
}
.tp-about-thumb-main img {
  width: 100%;
}
.tp-about-thumb-wrapper {
  padding-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-thumb-wrapper {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-thumb-wrapper {
    margin-bottom: 50px;
  }
}
.tp-about-thumb-wrapper .shape {
  position: absolute;
  left: -77%;
  top: 10px;
  z-index: -1;
}
.tp-about-thumb-wrapper .shape img {
  max-width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-thumb-wrapper .shape {
    left: -50px;
    top: 34px;
    z-index: 1;
    width: 167px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-thumb-wrapper .shape {
    display: none;
  }
}
.tp-about-thumb-contact {
  position: absolute;
  bottom: 62px;
  left: -60px;
  width: 390px;
  padding: 36px 60px 25px;
  border: 1px solid black;
  background-position: right;
  background-repeat: no-repeat;
  background-color: var(--tp-common-white);
  background-image: url(../img/about/ab-s-3.png);
  animation: updown-two 2.6s linear 0s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-thumb-contact {
    width: inherit;
    left: -25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-thumb-contact {
    position: static;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-thumb-contact {
    left: -20px;
  }
}
@media (max-width: 575px) {
  .tp-about-thumb-contact {
    position: static;
    width: inherit;
    margin-top: 20px;
    padding: 20px;
  }
}
.tp-about-thumb-contact-icon {
  margin-right: 20px;
}
.tp-about-thumb-contact-icon i {
  font-size: 49px;
  color: var(--tp-theme-primary);
}
.tp-about-thumb-contact-content h4 {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 32px;
}
.tp-about-thumb-contact-content .tp-btn {
  padding: 6px 26px;
  background: var(--tp-theme-secondary);
}
.tp-about-title-wrapper {
  padding-left: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-title-wrapper {
    padding-left: 0;
  }
}
.tp-about-title-wrapper p {
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-title-wrapper p br {
    display: none;
  }
}
.tp-about-content {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-content {
    flex-wrap: wrap;
  }
}
.tp-about-content::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 12px;
  height: 12px;
  background: #f0f0f0;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.tp-about-list {
  display: inline-block;
}
.tp-about-list ul {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-list ul {
    margin-bottom: 20px;
  }
}
.tp-about-list ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  transform: translateY(2px);
  display: inline-block;
  color: var(--tp-theme-secondary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-list ul li {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-list ul li {
    margin-right: 20px;
  }
}
.tp-about-list ul li i {
  margin-right: 10px;
  color: var(--tp-theme-primary);
}
.tp-about-icon:hover i {
  color: var(--tp-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-icon {
    margin-bottom: 20px;
  }
}
.tp-about-icon i {
  font-size: 46px;
  margin-right: 20px;
  color: var(--tp-theme-secondary);
}
.tp-about-icon p {
  font-size: 20px;
  font-weight: 900;
  margin: 0;
  color: var(--tp-heading-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-icon p br {
    display: none;
  }
}
.tp-about-icon-2:hover i {
  color: var(--tp-theme-secondary);
}
.tp-about-icon-2 i {
  font-size: 46px;
  margin-right: 20px;
  color: var(--tp-theme-primary);
}
.tp-about-icon-2 p {
  font-size: 20px;
  font-weight: 900;
  margin: 0;
  color: var(--tp-heading-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-icon-2 p br {
    display: none;
  }
}
.tp-about-icon.mb {
  margin-bottom: 30px;
}
.tp-about-right img {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-right img {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-signeture {
    flex-wrap: wrap;
  }
}
.tp-about-sign {
  margin-right: 180px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-sign {
    margin-right: 135px;
  }
}
@media (max-width: 575px) {
  .tp-about-sign {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.tp-about-sign p {
  margin: 0;
}
.tp-about-2-shape {
  position: absolute;
  top: 100px;
  right: 0;
}
.tp-about-2-content {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-2-content {
    flex-wrap: wrap;
  }
}
.tp-about-2-content::after {
  position: absolute;
  content: "";
  left: 47%;
  bottom: 50px;
  width: 20px;
  height: 20px;
  clip-path: none;
  border-radius: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, #214be0 0%, #214be0 50%, #f94c30 50%, #f94c30 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-2-content::after {
    bottom: 0;
  }
}
.tp-about-2-title-wrapper {
  padding-left: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-2-title-wrapper {
    padding-left: 0;
  }
}
.tp-about-2-title-wrapper .tp-about-2-text {
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-2-title-wrapper .tp-about-2-text br {
    display: none;
  }
}
.tp-about-2-title-wrapper.pl {
  padding-left: 50px;
}
@media (max-width: 575px) {
  .tp-about-2-title-wrapper.pl {
    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: 575px) {
  .tp-about-2-wrapper {
    margin-bottom: 50px;
  }
}
.tp-about-2-wrapper .img-2 {
  position: absolute;
  top: 0;
  right: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-2-wrapper .img-2 {
    display: none;
  }
}
.tp-about-2-wrapper .img-1 {
  position: absolute;
  top: 88px;
  left: -40%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-2-wrapper .img-1 {
    position: static;
  }
}
@media (max-width: 575px) {
  .tp-about-2-wrapper .img-1 {
    width: 100%;
  }
}
.tp-about-2-wrapper .img-3 {
  position: absolute;
  bottom: -575px;
  right: 10%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-2-wrapper .img-3 {
    display: none;
  }
}
.tp-about-2-wrapper .img-4 {
  position: absolute;
  top: 140px;
  left: -76%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-2-wrapper .img-4 {
    display: none;
  }
}
.tp-about-2-wrapper .img-5 {
  position: absolute;
  top: 0;
  right: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-2-wrapper .img-5 {
    right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-2-wrapper .img-5 {
    display: none;
  }
}
.tp-about-2-wrapper.shape .img-1 {
  top: 18px;
}
.tp-about-2-wrapper.shape .img-2 {
  top: -30px;
}
.tp-about-2-counter {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 465px;
  width: 292px;
  padding: 30px 60px;
  border: 2px solid rgb(244, 244, 244);
  background-color: rgb(255, 255, 255);
  animation: updown-two 2.6s linear 0s infinite alternate;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-2-counter {
    top: 390px;
  }
}
@media (max-width: 575px) {
  .tp-about-2-counter {
    position: static;
  }
}
.tp-about-2-counter p {
  font-size: 18px;
  font-size: 600;
  color: var(--tp-heading-primary);
}
.tp-about-2-title {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-bottom: 0;
  color: var(--tp-theme-primary);
}
.tp-about-3-wrapper {
  padding-right: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-3-wrapper {
    padding-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: 575px) {
  .tp-about-3-wrapper {
    padding-right: 0;
    margin-bottom: 50px;
  }
}
.tp-about-3-wrapper > p {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-3-wrapper > p br {
    display: none;
  }
}
.tp-about-3-content .tp-about-icon-2 {
  padding: 20px 30px;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-3-content .tp-about-icon-2 {
    margin-bottom: 30px;
  }
}
.tp-about-3-content .tp-about-icon-2 i {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-about-3-content .tp-about-icon-2:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
}
.tp-about-3-content .tp-about-icon-2:hover i {
  color: var(--tp-theme-secondary);
}
.tp-about-3-counter {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 465px;
  animation: updown-two 2.6s linear 0s infinite alternate;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-3-counter {
    top: 390px;
  }
}
@media (max-width: 575px) {
  .tp-about-3-counter {
    position: static;
  }
}
.tp-about-3-text span {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 40px;
  display: inline-block;
  color: var(--tp-theme-secondary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-3-text span {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-3-text span br {
    display: none;
  }
}
.tp-about-3-thumb .shape-1 {
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-3-thumb .shape-1 {
    left: -80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-3-thumb .shape-1 {
    display: none;
  }
}
.tp-about-3-thumb .shape-2 {
  position: absolute;
  top: 20px;
  right: -155px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-3-thumb .shape-2 {
    right: -100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-3-thumb .shape-2 {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-3-thumb .shape-2 {
    position: static;
    width: 100%;
  }
}
.tp-about-3-thumb .shape-3 {
  position: absolute;
  top: 450px;
  left: 0px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-3-thumb .shape-3 {
    left: -15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-3-thumb .shape-3 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-4-area {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-4-thumb {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-4-thumb {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-4-thumb {
    padding-right: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-4-thumb {
    padding: 0;
  }
}
.tp-about-4-shape {
  position: absolute;
  left: -240px;
  top: 130px;
  z-index: -1;
}
@media (max-width: 575px) {
  .tp-about-4-shape {
    display: none;
  }
}
.tp-about-4-title-wrapper {
  padding-top: 60px;
}
.tp-about-4-content-wrapper {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}
.tp-about-4-content-1 {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .tp-about-4-content-1 {
    flex-wrap: wrap;
  }
}
.tp-about-4-left {
  margin-right: 40px;
}
@media (max-width: 575px) {
  .tp-about-4-left {
    margin-bottom: 30px;
  }
}
.tp-about-4-left-1 {
  margin-right: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-4-left-1 {
    margin-right: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-4-left-1 {
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  .tp-about-4-left-1 {
    margin-right: 0;
  }
}
.tp-about-4-right p {
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-4-right p br {
    display: none;
  }
}

/*----------------------------------------*/
/*  7.6 Categories css
/*----------------------------------------*/
.tp-categories-bg {
  background-repeat: no-repeat;
  background-position: top;
}
.tp-categories-space {
  padding-left: 160px;
  padding-right: 160px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-categories-space {
    padding-left: 130px;
    padding-right: 130px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-categories-space {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-categories-space {
    padding-left: 0;
    padding-right: 0;
  }
}
.tp-categories-item {
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-categories-item {
    margin-bottom: 60px;
  }
}
.tp-categories-item:hover .tp-categories-shape {
  opacity: 1;
}
.tp-categories-item:hover .tp-categories-thumb::after {
  background-color: var(--tp-theme-primary);
}
.tp-categories-item:hover .tp-categories-thumb::before {
  height: 100%;
}
.tp-categories-item:hover .tp-categories-icon i {
  border-radius: 0;
  background: var(--tp-theme-primary);
}
/*.tp-categories-item:hover .tp-categories-btn a {
  height: 46px;
  padding: 10px 60px;
}*/
.tp-categories-item-inner {
  padding: 20px 20px 10px;
  background: var(--tp-common-white);
  box-shadow: 0px 4px 40px 0px rgba(35, 35, 49, 0.08);
}
.tp-visa-active .tp-offer-nav{
  padding-top: 15px!important;
}
.tp-categories-icon {
  position: absolute;
  top: -45px;
  left: 42px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-categories-icon {
    left: 32px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-categories-icon {
    left: 22px;
  }
}
@media (max-width: 575px) {
  .tp-categories-icon {
    left: 20px;
    top: -65px;
  }
}
.tp-categories-icon i {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 71px;
  border-radius: 50%;
  text-align: center;
  font-size: 42px;
  color: var(--tp-common-white);
  background: var(--tp-theme-secondary);
}
.tp-categories-content {
  position: relative;
  padding: 60px 0px 12px 40px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-categories-content {
    padding: 55px 0px 12px 25px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-categories-content {
    padding: 45px 0px 12px 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-categories-content {
    padding: 50px 0px 12px 20px;
  }
}
@media (max-width: 575px) {
  .tp-categories-content {
    padding: 30px 0px 12px 20px;
  }
}
.tp-categories-thumb {
  position: relative;
}
.tp-categories-thumb img {
  width: 100%;
}
.tp-categories-thumb::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background-color: var(--tp-theme-secondary);
}
.tp-categories-thumb::before {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  background-color: rgb(33, 75, 224);
}
.tp-categories-shape {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}
.tp-categories-title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: 0.1px;
}
.tp-categories-title a:hover {
  color: var(--tp-theme-secondary);
}
.tp-categories-title-wrapper {
  margin-bottom: 60px;
}
.tp-categories-btn a {
  position: absolute;
  content: "";
  width: 100%;
  bottom: auto;
  font-size: 14px;
  font-weight: 700;
  display: block;
  height: 46px;
  padding: 10px 60px;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}
.tp-categories-btn a i {
  margin-left: 5px;
  display: inline-block;
  transform: translateY(2px);
}
.tp-categories-2-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-categories-2-shape {
    display: none;
  }
}
.tp-categories-2-item {
  position: relative;
  overflow: hidden;
  background: var(--tp-common-white);
  box-shadow: 0px 4px 40px 0px rgba(35, 35, 49, 0.08);
}
.tp-categories-2-item:hover .tp-categories-2-thumb img {
  transform: scale(1.08);
  filter: saturate(0);
}
.tp-categories-2-item:hover .tp-categories-2-thumb::before {
  opacity: 1;
}
.tp-categories-2-item:hover .tp-categories-2-icon span {
  background: var(--tp-theme-primary);
}
.tp-categories-2-item:hover .tp-categories-2-icon span::after {
  background: var(--tp-theme-primary);
}
.tp-categories-2-item:hover .tp-categories-2-btn a i {
  color: var(--tp-theme-primary);
}
.tp-categories-2-item:hover .tp-categories-2-btn a b {
  transform: translate(15px, 5px);
  opacity: 1;
}
.tp-categories-2-item:hover .tp-categories-2-content-shape {
  opacity: 1;
}
.tp-categories-2-thumb {
  position: relative;
  overflow: hidden;
}
.tp-categories-2-thumb img {
  width: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-categories-2-thumb img {
    width: 100%;
  }
}
.tp-categories-2-thumb::before {
  position: absolute;
  pointer-events: none;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: rgba(19, 19, 19, 0.6);
  z-index: 1;
}
.tp-categories-2-icon {
  position: absolute;
  left: 40px;
  top: -40px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .tp-categories-2-icon {
    top: -55px;
  }
}
.tp-categories-2-icon span {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 90px;
  text-align: center;
  font-size: 42px;
  -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;
  color: var(--tp-common-white);
  background: var(--tp-theme-secondary);
}
.tp-categories-2-icon span::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  left: -39px;
  top: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: var(--tp-theme-secondary);
}
.tp-categories-2-content {
  padding: 60px 40px 38px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .tp-categories-2-content {
    padding: 40px 25px 25px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-categories-2-content {
    padding: 50px 40px 30px 40px;
  }
}
.tp-categories-2-content p {
  margin-bottom: 20px;
}
.tp-categories-2-content-shape {
  position: absolute;
  bottom: -100px;
  right: -100px;
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-categories-2-btn a {
  position: relative;
  z-index: 2;
}
.tp-categories-2-btn a i {
  position: relative;
  z-index: 1;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: var(--tp-theme-secondary);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 20px 0px rgba(35, 35, 49, 0.06);
}
.tp-categories-2-btn a b {
  font-size: 14px;
  font-weight: 700;
  opacity: 0;
  overflow: hidden;
  display: inline-block;
  color: var(--tp-theme-primary);
  transform: translate(-40px, 5px);
}
.tp-categories-3-shape .shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.tp-categories-3-shape .shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.tp-categories-3-item {
  padding: 0 30px 35px 30px;
}
.tp-categories-3-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 60px 0px rgba(35, 35, 49, 0.06);
  clip-path: polygon(2px 16.11%, 100% 5px, 100% 100%, 0% 100%);
}
.tp-categories-3-item::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 100%;
  top: 27px;
  right: 0px;
  z-index: -1;
  transform: rotate(-10deg);
  background: var(--tp-common-gray);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-categories-3-item::after {
    transform: rotate(-9deg);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-categories-3-item::after {
    transform: rotate(-8deg);
  }
}
@media (max-width: 575px) {
  .tp-categories-3-item::after {
    top: 25px;
    transform: rotate(-5deg);
  }
}
.tp-categories-3-item:hover::after {
  background: var(--tp-theme-primary);
}
.tp-categories-3-item:hover .tp-categories-3-icon span {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-categories-3-item:hover .tp-categories-3-content a {
  color: var(--tp-theme-primary);
}
.tp-categories-3-content p {
  margin-bottom: 35px;
}
.tp-categories-3-content a {
  font-size: 14px;
  font-weight: 700;
  color: var(--tp-heading-primary);
}
.tp-categories-3-content a i {
  margin-left: 5px;
  display: inline-block;
  font-size: 16px;
  transform: translateY(3px);
}
.tp-categories-3-icon {
  margin-bottom: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-categories-3-icon {
    margin-bottom: 30px;
  }
}
.tp-categories-3-icon span {
  font-size: 45px;
  width: 80px;
  height: 80px;
  line-height: 85px;
  text-align: center;
  display: inline-block;
  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;
  color: var(--tp-theme-secondary);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 30px 0px rgba(35, 35, 49, 0.06);
}
.tp-categories-3-title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 15px;
  letter-spacing: 0.1px;
}
.tp-categories-3-btn {
  position: relative;
}
.tp-categories-3-btn a {
  font-weight: 600;
  color: var(--tp-theme-primary);
}
.tp-categories-3-btn a:hover {
  color: var(--tp-theme-secondary);
}

/*----------------------------------------*/
/*  7.2 Apply css
/*----------------------------------------*/
.tp-apply-thumb-wrapper .shape {
  position: absolute;
  left: -34%;
  bottom: 0;
  z-index: -1;
}
.tp-apply-thumb-wrapper img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-apply-thumb-wrapper img {
    margin-bottom: 30px;
  }
}
.tp-apply-btn {
  padding: 44px 60px 54px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-apply-btn {
    padding: 40px 60px 34px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-apply-btn {
    padding: 35px 60px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-apply-btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .tp-apply-btn {
    padding: 30px;
  }
}
.tp-apply-btn .tp-btn {
  background: var(--tp-theme-secondary);
}
.tp-apply-video {
  display: block;
  padding: 70px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-apply-video {
    padding: 45px;
  }
}
@media (max-width: 575px) {
  .tp-apply-video {
    padding: 20px;
  }
}
.tp-apply-video a i {
  width: 50px;
  height: 50px;
  display: inline-block;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0);
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 16px;
  margin-right: 25px;
  -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;
  color: var(--tp-common-white);
}
.tp-apply-video a:hover i {
  color: var(--tp-theme-primary);
  border-color: white;
}
.tp-apply-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 27px;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-apply-title {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .tp-apply-title br {
    font-size: 28px;
    display: none;
  }
}

/*----------------------------------------*/
/*  9.0 Support css
/*----------------------------------------*/
.tp-support-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
.tp-support-shape .shape-1 {
  position: absolute;
  top: -34%;
  right: 0;
  z-index: 2;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-support-shape .shape-1 {
    top: -17%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-support-shape .shape-1 {
    display: none;
  }
}
.tp-support-shape .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-support-shape .shape-2 {
    display: none;
  }
}
.tp-support-shape .shape-3 {
  position: absolute;
  bottom: 0;
  right: 384px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-support-shape .shape-3 {
    display: none;
  }
}
.tp-support-shape .shape-4 {
  position: absolute;
  top: 0;
  right: 400px;
  z-index: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-support-shape .shape-4 {
    display: none;
  }
}
.tp-support-shape .shape-5 {
  position: absolute;
  top: 0;
  right: 400px;
  z-index: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-support-shape .shape-5 {
    display: none;
  }
}
.tp-support-title-wrapper {
  margin-bottom: 60px;
}
.tp-support-title-wrapper .tp-section-title {
  color: var(--tp-common-white);
}
.tp-support-title-wrapper .tp-section-title-pre {
  color: #9d9fa2;
}
.tp-support-tab {
  position: relative;
  z-index: 5;
}
.tp-support-tab .nav-tabs {
  border-bottom: none;
}
.tp-support-tab-content {
  padding: 40px 0px 40px 40px;
  background-color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-support-tab-content {
    padding: 40px 0px 40px 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .tp-support-tab-content {
    padding: 40px 0px 40px 20px;
  }
}
.tp-support-tab .nav-item {
  border-radius: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-support-tab .nav-item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.tp-support-tab .nav-item .nav-link {
  position: relative;
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  padding: 11px 39px;
  margin-right: 10px;
  margin-bottom: 0px;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-support-tab .nav-item .nav-link {
    padding: 10px 24px;
  }
}
.tp-support-tab .nav-item .nav-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  background-color: #f4f4f4;
  left: 0;
  bottom: 0;
}
.tp-support-tab .nav-item .nav-link:hover {
  border: 1px solid var(--tp-theme-primary);
}
.tp-support-tab .nav-item .nav-link.active {
  color: var(--tp-heading-primary);
  background-color: var(--tp-common-gray);
}
.tp-support-tab .nav-item .nav-link.active::after {
  height: 100%;
  z-index: -1;
}
.tp-support-tab .nav-item .nav-link.active:hover {
  border: 1px solid var(--tp-common-gray);
}
.tp-support-list {
  margin-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-support-list {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-support-list {
    margin-bottom: 30px;
  }
}
.tp-support-list ul li {
  font-size: 16px;
  list-style: none;
  color: #16171a;
}
.tp-support-list ul li:not(:last-of-type) {
  margin-bottom: 15px;
}
.tp-support-list ul li i {
  margin-right: 10px;
  color: var(--tp-theme-secondary);
}
.tp-support-text {
  margin-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-support-text {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-support-text {
    margin-bottom: 30px;
  }
}
.tp-support-text p {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .tp-support-text p br {
    display: none;
  }
}

/*----------------------------------------*/
/*  7.8 Counter css
/*----------------------------------------*/
.tp-counter-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
.tp-counter-item:hover .tp-counter-icon span::after {
  transform: scale(1);
}
.tp-counter-icon {
  margin-bottom: 15px;
}
.tp-counter-icon span {
  position: relative;
  display: inline-block;
  height: 128px;
  width: 128px;
  line-height: 130px;
  border-radius: 50%;
  text-align: center;
  font-size: 60px;
  background-color: rgb(232, 63, 35);
  color: var(--tp-common-white);
  z-index: 1;
}
.tp-counter-icon span::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0);
  background: var(--tp-heading-primary);
}
.tp-counter-content p {
  font-size: 25px;
    color: #222222;
    font-weight: 600;
    margin-top: 5px;
}
.tp-counter-title {
  font-size: 60px;
  font-weight: 700;
  margin: 0;
  color: rgb(232, 63, 35);
}

/*----------------------------------------*/
/*  8.8 Service css
/*----------------------------------------*/
.tp-service-shape {
  position: absolute;
  top: 75px;
  right: 0;
}
.tp-service-title-wrapper {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-service-title-wrapper {
    margin-bottom: 30px;
  }
}
.tp-service-title-wrapper .tp-section-title {
  margin-bottom: 0;
}
.tp-service-btn {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-service-btn {
    margin-bottom: 30px;
  }
}
.tp-service-btn .tp-btn {
  padding: 18px 50px;
  background: var(--tp-theme-secondary);
}
.tp-service-item {
  position: relative;
}
.tp-service-item::after {
  position: absolute;
  content: "";
  width: 330px;
  height: 344px;
  top: 0;
  right: -10px;
  z-index: -1;
  background: var(--tp-common-gray);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-item::after {
    right: -24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-item::after {
    height: 383px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-item::after {
    height: 334px;
    right: -15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-item::after {
    right: 60px;
  }
}
@media (max-width: 575px) {
  .tp-service-item::after {
    content: none;
  }
}
.tp-service-item-btn {
  background: var(--tp-common-gray);
  height: 42px;
  line-height: 42px;
  padding-left: 40px;
}
.tp-service-item-btn a {
  font-size: 14px;
  font-weight: 700;
  color: var(--tp-theme-secondary);
}
.tp-service-item-btn a i {
  transform: translateY(2px);
  display: inline-block;
  margin-left: 4px;
}
.tp-service-item:hover::after {
  background: var(--tp-theme-primary);
}
.tp-service-item:hover .tp-service-item-btn {
  background: var(--tp-theme-primary);
}
.tp-service-item:hover .tp-service-item-btn a {
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-service-thumb img {
    width: 100%;
  }
}
.tp-service-content {
  position: absolute;
  right: 11px;
  left: 40px;
  margin-top: -80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-content {
    right: -4px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-content {
    right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-content {
    right: 0px;
  }
}
@media (max-width: 575px) {
  .tp-service-content {
    right: 0px;
    left: 0;
    margin-top: -77px;
  }
}
.tp-service-content-inner {
  background-color: rgb(255, 255, 255);
  padding: 40px 20px 28px 40px;
}
@media (max-width: 575px) {
  .tp-service-content-inner {
    padding: 20px;
  }
}
.tp-service-title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}
.tp-service-title a:hover {
  color: var(--tp-theme-secondary);
}
.tp-service-slider {
  margin-right: -365px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-service-slider {
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-service-2-area {
    padding-top: 80px;
  }
}
.tp-service-2-shape .shape-1 {
  position: absolute;
  top: 120px;
  left: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-service-2-shape .shape-1 {
    display: none;
  }
}
.tp-service-2-shape .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.tp-service-2-item {
  margin-right: 10px;
}
.tp-service-2-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 105%;
  z-index: -1;
  background: #f2edeb;
  box-shadow: 0px 4px 30px 0px rgba(22, 23, 26, 0.08);
}
.tp-service-2-item:hover::before {
  background: var(--tp-theme-primary);
}
.tp-service-2-item:hover .tp-service-item-btn {
  background: var(--tp-theme-primary);
}
.tp-service-2-item:hover .tp-service-item-btn a {
  color: var(--tp-common-white);
}
.tp-service-2-item:hover .tp-service-2-icon span {
  background: var(--tp-theme-primary);
}
.tp-service-2-item:hover .tp-service-2-thumb img {
  transform: scale(1.1) rotate(-2deg);
}
.tp-service-2-item:hover .tp-service-2-thumb::after {
  height: 100%;
  width: 100%;
}
.tp-service-2-thumb {
  position: relative;
  overflow: hidden;
}
.tp-service-2-thumb img {
  width: 100%;
  transition: 0.9s;
}
.tp-service-2-thumb::after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  left: 0;
  bottom: 0;
  transition: 0.4s linear;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background: rgba(33, 75, 224, 0.8);
}
.tp-service-2-icon {
  position: absolute;
  top: -40px;
  left: 40px;
}
.tp-service-2-icon span {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 90px;
  border-radius: 50%;
  text-align: center;
  font-size: 42px;
  color: var(--tp-common-white);
  background: var(--tp-theme-secondary);
}
.tp-service-2-content-inner {
  background: var(--tp-common-white);
  padding: 65px 42px 25px 40px;
}
.tp-service-2-content .tp-service-item-btn {
  background: #f2edeb;
}
.tp-service-2-content .tp-service-item-btn a i {
  transform: translateY(2px);
  transition: none;
}
.tp-service-3-shape .shape-1 {
  position: absolute;
  top: 15px;
  left: 28%;
}
@media (max-width: 575px) {
  .tp-service-3-shape .shape-1 {
    display: none;
  }
}
.tp-service-3-shape .shape-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.tp-service-3-item {
  position: relative;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 60px 0px rgba(22, 23, 26, 0.06);
}
.tp-service-3-item:hover .tp-service-3-content {
  bottom: 0;
}
.tp-service-3-item:hover .tp-service-3-content-shape {
  opacity: 1;
  bottom: -10px;
  right: -10px;
}
.tp-service-3-item:hover .tp-service-3-icon span {
  background: var(--tp-theme-primary);
}
.tp-service-3-item:hover .tp-service-3-thumb::after {
  opacity: 1;
}
.tp-service-3-item:hover .tp-service-3-thumb img {
  transform: scale(1.08);
  filter: saturate(0);
}
.tp-service-3-icon {
  position: absolute;
  top: -40px;
  right: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-3-icon {
    top: -50px;
    right: 15px;
  }
}
.tp-service-3-icon span {
  display: inline-block;
  font-size: 40px;
  width: 80px;
  height: 80px;
  line-height: 90px;
  text-align: center;
  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;
  color: var(--tp-common-white);
  background: var(--tp-theme-secondary);
}
.tp-service-3-thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: rgba(19, 19, 19, 0.4);
}
.tp-service-3-thumb img {
  min-height: 440px;
  width: 370px;
  object-fit: cover;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-service-3-thumb img {
    width: 100%;
  }
}
.tp-service-3-content {
  position: absolute;
  padding: 40px;
  bottom: -58px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background-color: rgb(255, 255, 255);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-3-content {
    padding: 35px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-service-3-content {
    padding: 30px 20px;
  }
}
.tp-service-3-content p {
  margin-bottom: 25px;
}
.tp-service-3-content-shape {
  position: absolute;
  bottom: -30px;
  right: -30px;
  opacity: 0;
  transition: all 0.5s linear;
}
.tp-service-3-btn a {
  font-size: 14px;
  color: var(--tp-theme-primary);
}
.tp-service-3-btn a i {
  margin-left: 5px;
  display: inline-block;
  transform: translateY(2px);
}
.tp-service-3-title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 14px;
}
.tp-service-3-title a:hover {
  color: var(--tp-theme-secondary);
}
.tp-service-details-thumb {
  margin-bottom: 30px;
}
.tp-service-details-thumb img {
  width: 100%;
}
.tp-service-details-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.tp-service-details-wrap ul li {
  list-style: none;
  font-size: 18px;
}
.tp-service-details-wrap ul li:not(:last-of-type) {
  margin-right: 100px;
}
.tp-service-details-wrap ul li span {
  margin-right: 5px;
  font-weight: 600;
  color: var(--tp-theme-secondary);
}
.tp-service-details-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--tp-heading-primary);
}
.tp-service-details-wrapper p {
  margin-bottom: 30px;
}
.tp-service-details-btn a {
  color: var(--tp-text-body);
  font-size: 16px;
  padding: 4px 20px;
  margin-right: 10px;
  background: #f4f4f4;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-service-details-btn a:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-secondary);
}
.tp-service-details-share-area {
  padding-top: 15px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cdcdcd;
}
.tp-service-details-share span {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}
.tp-service-details-share span:hover {
  background: var(--tp-heading-primary);
}
.tp-service-details-prev p {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}
@media (max-width: 575px) {
  .tp-service-details-prev p {
    margin-bottom: 5px;
  }
}
.tp-service-details-prev p i {
  margin-right: 5px;
}
.tp-service-details-prev p:hover {
  color: var(--tp-theme-secondary);
}
.tp-service-details-prev-title {
  font-size: 20px;
  font-weight: 800;
}
@media (max-width: 575px) {
  .tp-service-details-prev-title {
    font-size: 18px;
  }
}

/*----------------------------------------*/
/*  9.2 Testimonial css
/*----------------------------------------*/
.tp-testimonial-bg {
  background-repeat: no-repeat;
  background-position: top center;
}
.tp-testimonial-shape .shape-1 {
  position: absolute;
  top: -34%;
  left: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-shape .shape-1 {
    width: 16%;
    top: -142px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-testimonial-shape .shape-1 {
    display: none;
  }
}
.tp-testimonial-shape .shape-2 {
  position: absolute;
  top: 60px;
  right: 0;
}
.tp-testimonial-title-wrapper {
  margin-bottom: 60px;
}
.tp-testimonial-item {
  padding: 32px 70px 40px 100px;
  margin-left: 75px;
  z-index: 1;
  background-color: var(--tp-common-white);
  box-shadow: 0px 4px 40px 0px rgba(22, 23, 26, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-item {
    margin-left: 60px;
    padding: 32px 65px 35px 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-item {
    margin-left: 45px;
    padding: 32px 15px 40px 104px;
  }
}
@media (max-width: 575px) {
  .tp-testimonial-item {
    margin-left: 0;
    padding: 30px;
  }
}
.tp-testimonial-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 10px;
  background-image: -moz-linear-gradient(-36deg, rgb(249, 76, 48) 0%, rgb(134, 48, 34) 72%, rgb(19, 19, 19) 100%);
  background-image: -webkit-linear-gradient(-36deg, rgb(249, 76, 48) 0%, rgba(19, 19, 19, 0.8) 120%);
  background-image: -ms-linear-gradient(-36deg, rgb(249, 76, 48) 0%, rgb(134, 48, 34) 72%, rgb(19, 19, 19) 100%);
  z-index: -1;
}
.tp-testimonial-item::after {
  position: absolute;
  content: "";
  bottom: -42px;
  height: 45px;
  width: 75px;
  right: 70px;
  background: var(--tp-common-white);
  clip-path: polygon(98.66% 0px, 33.33% 2px, 12px 75.22%);
  box-shadow: 0px 4px 40px 0px rgba(22, 23, 26, 0.06);
}
.tp-testimonial-ratting {
  margin-bottom: 15px;
}
.tp-testimonial-ratting span {
  color: var(--tp-theme-primary);
}
.tp-testimonial-text p {
  margin-bottom: 20px;
}
.tp-testimonial-avata {
  background-color: var(--tp-common-white);
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  left: -14%;
}
@media (max-width: 575px) {
  .tp-testimonial-avata {
    position: static;
  }
}
.tp-testimonial-avata::after {
  position: absolute;
  top: 5px;
  left: 3px;
  width: 100%;
  height: 100%;
  content: "";
  background-image: -moz-linear-gradient(-36deg, rgb(249, 76, 48) 0%, rgb(134, 48, 34) 72%, rgb(19, 19, 19) 100%);
  background-image: -webkit-linear-gradient(-36deg, rgb(249, 76, 48) 0%, rgb(134, 48, 34) 72%, rgb(19, 19, 19) 100%);
  background-image: -ms-linear-gradient(-36deg, rgb(249, 76, 48) 0%, rgb(134, 48, 34) 72%, rgb(19, 19, 19) 100%);
  border-radius: 50%;
  transform: scale(1.1);
  z-index: -1;
}
@media (max-width: 575px) {
  .tp-testimonial-avata::after {
    content: none;
  }
}
.tp-testimonial-avata img {
  position: relative;
  z-index: 2;
  border-radius: 50%;
  object-fit: cover;
  height: 130px;
  width: 130px;
  transform: translate(-3px, -7px) scale(0.9);
}
.tp-testimonial-title {
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}
.tp-testimonial-quote {
  position: absolute;
  right: 40px;
  bottom: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-quote {
    position: static;
    margin-top: 10px;
  }
}
.tp-testimonial-item-shape {
  position: absolute;
  top: 0;
  right: 0;
}
.tp-testimonial-2-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tp-testimonial-2-title-wrapper {
  position: relative;
}
.tp-testimonial-2-title-wrapper .tp-section-title {
  color: var(--tp-common-white);
}
.tp-testimonial-2-title-wrapper .tp-section-title-pre-2 {
  color: var(--tp-common-white);
}
.tp-testimonial-2-title-wrapper .tp-section-title-pre-2::after {
  background: var(--tp-common-white);
}
.tp-testimonial-2-item {
  padding: 50px 35px;
  overflow: hidden;
  background: var(--tp-common-white);
}
@media (max-width: 575px) {
  .tp-testimonial-2-item {
    padding: 40px 30px;
  }
}
.tp-testimonial-2-item-shape {
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: 0;
}
.tp-testimonial-2-item-shape img {
  transform: rotate(0);
}
.tp-testimonial-2-content {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-2-content {
    flex-wrap: wrap;
  }
}
.tp-testimonial-2-thumb {
  position: relative;
  border-radius: 50%;
  display: inline-block;
  margin-right: 30px;
  background: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .tp-testimonial-2-thumb {
    margin-right: 10px;
  }
}
.tp-testimonial-2-thumb img {
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .tp-testimonial-2-right {
    display: none;
  }
}
.tp-testimonial-4-item {
  padding: 32px 70px 40px 100px;
  margin-left: 75px;
  z-index: 1;
  border-left: 10px solid var(--tp-theme-primary);
  background-color: var(--tp-common-white);
  box-shadow: 0px 4px 40px 0px rgba(22, 23, 26, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-4-item {
    padding: 32px 70px 40px 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-testimonial-4-item {
    margin-left: 0;
    padding: 20px;
  }
}
.tp-testimonial-4-item::after {
  position: absolute;
  content: "";
  bottom: -42px;
  height: 45px;
  width: 75px;
  right: 70px;
  background: var(--tp-common-white);
  clip-path: polygon(98.66% 0px, 33.33% 2px, 12px 75.22%);
  box-shadow: 0px 4px 40px 0px rgba(22, 23, 26, 0.06);
}
.tp-testimonial-4-avata {
  top: 40px;
  left: -70px;
  display: inline-block;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-testimonial-4-avata {
    position: static;
    margin-bottom: 20px;
  }
}
.tp-testimonial-4-avata span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.tp-testimonial-4-avata span::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: -5px;
  left: -5px;
  height: calc(100% + 10px);
  width: calc(100% + 10px);
  background: var(--tp-theme-primary);
  clip-path: polygon(49.77% -1px, 100% 49%, 49.69% 100%, 0px 52%);
}
.tp-testimonial-4-avata span img {
  background-color: var(--tp-common-white);
  clip-path: polygon(49.77% -1px, 100% 49%, 49.69% 100%, 0px 52%);
}

/*----------------------------------------*/
/*  7.9 Countries css
/*----------------------------------------*/
.tp-countries-item {
  position: relative;
}
.tp-countries-item:hover .tp-countries-name {
  bottom: 50%;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.tp-countries-item:hover .tp-countries-thumb img {
  transform: scale(1.1) rotate(-2deg);
}
.tp-countries-item:hover .tp-countries-thumb::after {
  height: 100%;
  top: auto;
  bottom: 0;
}
.tp-countries-thumb {
  position: relative;
  overflow: hidden;
}
.tp-countries-thumb::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: auto;
  top: 0;
  left: 0;
  background: rgba(33, 75, 224, 0.9);
  z-index: 1;
}
.tp-countries-thumb img {
  width: 100%;
  transition: 0.9s;
}
.tp-countries-name {
  position: absolute;
  left: 50%;
  bottom: 30%;
  opacity: 0;
  z-index: 1;
  transform: translateX(-50%);
}
.tp-countries-title {
  font-size: 30px;
  font-weight: 800;
  color: var(--tp-common-white);
}
.tp-countries-flag {
  position: relative;
  margin-top: -50px;
  display: inline-block;
  border-radius: 50%;
  z-index: 1;
  background-color: var(--tp-common-white);
}
.tp-countries-flag img {
  border-radius: 50%;
  transform: scale(0.9);
}
.tp-countries-2-bg {
  background-repeat: no-repeat;
  background-position: top center;
}
.tp-countries-2-shape {
  position: absolute;
  top: 0;
  right: 0px;
}
.tp-countries-visit-bg {
  background-repeat: no-repeat;
  background-position: bottom right;
}
.tp-countries-visit-shape {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-countries-visit-shape {
    display: none;
  }
}
.tp-countries-visit-item {
  position: relative;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 24px 0px rgba(35, 35, 49, 0.06);
  padding: 40px 70px;
  z-index: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-countries-visit-item {
    padding: 40px 35px;
  }
}
.tp-countries-visit-item::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  z-index: -1;
  background-image: -moz-linear-gradient(-90deg, #f94c30 0%, #542018 72%, rgb(19, 19, 19) 100%);
  background-image: -webkit-linear-gradient(-90deg, #f94c30 0%, #542018 72%, rgb(19, 19, 19) 100%);
  background-image: -ms-linear-gradient(-90deg, #f94c30 0%, #542018 72%, rgb(19, 19, 19) 100%);
}
.tp-countries-visit-item:hover::before {
  height: 100%;
}
.tp-countries-visit-item:hover .tp-countries-visit-title {
  color: var(--tp-common-white);
}
.tp-countries-visit-item:hover .tp-countries-visit-icon span {
  color: var(--tp-theme-secondary);
}
.tp-countries-visit-icon span {
  font-size: 50px;
  display: inline-block;
  width: 120px;
  height: 120px;
  text-align: center;
  line-height: 120px;
  border-radius: 50%;
  color: var(--tp-theme-primary);
  background: var(--tp-common-gray);
  margin-bottom: 20px;
}
.tp-countries-visit-title {
  font-size: 20px;
  font-weight: 800;
}
.tp-countries-visit-btn a {
  font-weight: 600;
  color: var(--tp-theme-secondary);
}
.tp-countries-visit-btn a:hover {
  color: var(--tp-theme-primary);
}
.tp-countries-3-bg {
  background-repeat: no-repeat;
  background-position: top center;
}
.tp-countries-3-item {
  position: relative;
  padding: 40px;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 40px 0px rgba(35, 35, 49, 0.06);
}
.tp-countries-3-item:hover::after {
  height: 100%;
  width: 100%;
  background-image: -moz-linear-gradient(90deg, rgb(33, 75, 224) 0%, rgb(141, 76, 136) 71%, rgb(249, 76, 48) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(33, 75, 224) 0%, rgb(141, 76, 136) 71%, rgb(249, 76, 48) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(33, 75, 224) 0%, rgb(141, 76, 136) 71%, rgb(249, 76, 48) 100%);
}
.tp-countries-3-item:hover .tp-countries-3-title {
  color: var(--tp-common-white);
}
.tp-countries-3-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 10px;
  width: 10px;
  z-index: -1;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: var(--tp-theme-secondary);
}
.tp-countries-3-thumb {
  margin-bottom: 25px;
}
.tp-countries-3-thumb img {
  border: 1px solid white;
  border-radius: 50%;
  width: 102px;
  height: 102px;
}
.tp-countries-3-title {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  -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-countries-3-title a {
  background-image: linear-gradient(#9298dd, #f3f3f8), linear-gradient(#f3f3f7, #9298dd);
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.2s linear;
}
.tp-countries-3-title a:hover {
  background-size: 0 1px, 100% 1px;
}
.tp-countries-4-area:hover .tp-countries-4-nav button {
  opacity: 1;
  visibility: visible;
  left: 60px;
}
.tp-countries-4-area:hover .tp-countries-4-nav button.countries-button-next-1 {
  right: 60px;
  left: auto;
}
.tp-countries-4-slider .tp-countries-4-active .swiper-wrapper .swiper-slide {
  padding-top: 390px;
  padding-bottom: 390px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-countries-4-slider .tp-countries-4-active .swiper-wrapper .swiper-slide {
    padding-top: 300px;
    padding-bottom: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-countries-4-slider .tp-countries-4-active .swiper-wrapper .swiper-slide {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-countries-4-slider .tp-countries-4-active .swiper-wrapper .swiper-slide {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-countries-4-slider .tp-countries-4-active .swiper-wrapper .swiper-slide {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 575px) {
  .tp-countries-4-slider .tp-countries-4-active .swiper-wrapper .swiper-slide {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.tp-countries-4-bg {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.tp-countries-4-bg::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(22, 23, 26, 0.4);
}
.tp-countries-4-title {
  font-size: 150px;
  font-weight: 800;
  color: var(--tp-common-white);
}
@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-countries-4-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-countries-4-title {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .tp-countries-4-title {
    font-size: 55px;
  }
}
.tp-countries-4-transparent {
  position: absolute;
  top: -90px;
  left: -100px;
  font-size: 360px;
  font-weight: 800;
  z-index: -1;
  color: rgba(255, 255, 255, 0.078);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-countries-4-transparent {
    font-size: 300px;
    left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-countries-4-transparent {
    font-size: 270px;
    left: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-countries-4-transparent {
    font-size: 250px;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-countries-4-transparent {
    font-size: 185px;
    top: -30px;
    left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-countries-4-transparent {
    font-size: 140px;
    left: 0;
    top: -30px;
  }
}
@media (max-width: 575px) {
  .tp-countries-4-transparent {
    font-size: 85px;
    left: 0;
    top: 0;
  }
}
.tp-countries-4-btn .tp-btn {
  background: #e20935;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-countries-4-btn .tp-btn {
    padding: 16px 42px;
  }
}
.tp-countries-4-nav button {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  font-size: 18px;
  top: 50%;
  left: 50px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  color: var(--tp-common-white);
  border: 1px solid var(--tp-common-white);
  background: transparent;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-countries-4-nav button {
    display: none;
  }
}
.tp-countries-4-nav button:hover {
  border: 1px solid var(--tp-theme-primary);
}
.tp-countries-4-nav button:hover i {
  color: var(--tp-theme-primary);
}
.tp-countries-4-nav button i {
  color: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-countries-4-nav button.countries-button-next-1 {
  left: auto;
  right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-countries-4-nav button.countries-button-next-1 {
    display: none;
  }
}

.tp-country-details-wrap-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-country-details-wrap-title {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-country-details-wrap-2 {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-country-details-thumb-2 {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-country-details-thumb-2 {
    margin-bottom: 30px;
  }
}

/*----------------------------------------*/
/*  9.1 Team css
/*----------------------------------------*/
.tp-team-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
.tp-team-item {
  position: relative;
}
.tp-team-item:hover .tp-team-content {
  background: var(--tp-common-white);
}
.tp-team-item:hover .tp-team-title {
  color: var(--tp-heading-primary);
}
.tp-team-item:hover .tp-team-icon {
  bottom: 120%;
  opacity: 1;
}
.tp-team-item:hover .tp-team-thumb img {
  transform: scale(1.1) rotate(-2deg);
}
.tp-team-thumb {
  overflow: hidden;
}
.tp-team-thumb img {
  width: 100%;
  transition: 0.9s;
}
.tp-team-content {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 20px;
  display: inline-block;
  border: 1px solid;
  padding: 20px 30px;
  border-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-team-content {
    padding: 20px 12px;
  }
}
.tp-team-content p {
  font-size: 16px;
  color: #9d9fa2;
}
.tp-team-icon {
  position: absolute;
  bottom: 100%;
  right: 30px;
  width: 38px;
  height: auto;
  padding: 15px 0;
  text-align: center;
  opacity: 0;
  background: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-team-icon::before {
  position: absolute;
  content: "";
  bottom: -40px;
  left: -15px;
  height: 40px;
  width: 40px;
  clip-path: polygon(73% 0, 86% 28%, 100% 0);
  background: var(--tp-common-white);
}
.tp-team-icon a {
  display: block;
  font-size: 14px;
  color: var(--tp-heading-primary);
}
.tp-team-icon a:not(:last-of-type) {
  margin-bottom: 0px;
}
.tp-team-icon a:hover {
  color: var(--tp-theme-primary);
}
.tp-team-title {
  font-size: 20px;
  font-weight: 800;
  margin: 0;
  transition: 0.2s;
  color: var(--tp-common-white);
}
.tp-team-btn {
  position: absolute;
  bottom: 25px;
  right: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-team-btn {
    right: 10px;
    bottom: 30px;
  }
}
.tp-team-btn button {
  display: inline-block;
  height: 38px;
  width: 38px;
  font-size: 16px;
  font-weight: 800;
  line-height: 42px;
  text-align: center;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}
.tp-team-details-information {
  padding: 85px 5px 85px 108px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 60px 0px rgba(21, 24, 32, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-details-information {
    padding: 70px 20px 70px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-team-details-information {
    padding: 30px;
  }
}
.tp-team-details-wrapper {
  padding-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-team-details-wrapper {
    padding-left: 0;
  }
}
.tp-team-details-wrapper .shape {
  position: absolute;
  top: -5px;
  right: 42%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-team-details-wrapper .shape {
    right: 28%;
  }
}
@media (max-width: 575px) {
  .tp-team-details-wrapper .shape {
    display: none;
  }
}
.tp-team-details-wrapper p {
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-team-details-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: 575px) {
  .tp-team-details-thumb {
    margin-bottom: 30px;
  }
}
.tp-team-details-thumb img {
  width: 100%;
}
.tp-team-details-title {
  font-size: 40px;
  font-weight: 700;
  color: var(--tp-heading-primary);
}
.tp-team-details-subtitle {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 35px;
  color: var(--tp-theme-secondary);
}
.tp-team-details-info {
  position: relative;
}
.tp-team-details-info:not(:last-of-type) {
  margin-bottom: 20px;
}
.tp-team-details-info span {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.16px;
  color: var(--tp-heading-primary);
}
@media (max-width: 575px) {
  .tp-team-details-info span {
    position: static;
  }
}
.tp-team-details-info a {
  margin-left: 155px;
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-text-body);
}
@media (max-width: 575px) {
  .tp-team-details-info a {
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
}
.tp-team-details-info a:hover {
  color: var(--tp-theme-primary);
}
.tp-team-details-info-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--tp-heading-primary);
}
.tp-team-details-social {
  margin-top: 40px;
}
.tp-team-details-social a {
  font-size: 14px;
  margin-right: 18px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  color: var(--tp-heading-primary);
}
.tp-team-details-social a:hover {
  color: var(--tp-theme-primary);
}
.tp-team-details-wrap p {
  margin-bottom: 30px;
}
.tp-team-details-progress-item {
  position: relative;
  margin-bottom: 23px;
}
.tp-team-details-progress-item p {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-heading-primary);
  margin-bottom: 6px;
}
.tp-team-details-progress-item span {
  position: absolute;
  right: 10px;
  bottom: 6px;
  font-size: 14px;
  color: var(--tp-text-body);
}
.tp-team-details-progress-item .progress {
  height: 4px;
  border-radius: 0;
}
.tp-team-details-progress-item .progress-bar {
  background-color: var(--tp-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-details-elaborate-wrap {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-team-details-elaborate-wrap {
    padding-left: 0;
  }
}
.tp-team-details-form {
  margin-top: 20px;
  padding: 70px 75px;
  background-color: rgb(244, 244, 244);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-team-details-form {
    padding: 30px;
  }
}
.tp-team-details-form p {
  font-size: 14px;
  margin-bottom: 32px;
}
.tp-team-details-form-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 2px;
  color: var(--tp-heading-primary);
}
.tp-team-details-form .team-form-input input {
  height: 60px;
  font-size: 16px;
  color: var(--tp-text-body);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  border: 1px solid var(--tp-common-white);
}
.tp-team-details-form .team-form-input input::placeholder {
  font-size: 16px;
  color: var(--tp-text-body);
}
.tp-team-details-form .team-form-input input:focus {
  border: 1px solid var(--tp-theme-primary);
}
.tp-team-details-form .team-form-input textarea {
  height: 148px;
  resize: none;
  font-size: 16px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  border: 1px solid var(--tp-common-white);
  color: var(--tp-text-body);
}
.tp-team-details-form .team-form-input textarea::placeholder {
  font-size: 16px;
  color: var(--tp-text-body);
}
.tp-team-details-form .team-form-input textarea:focus {
  border: 1px solid var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  7.7 Contact css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-area {
    padding-bottom: 90px;
  }
}
@media (max-width: 575px) {
  .tp-contact-area {
    padding-bottom: 0;
  }
}
.tp-contact-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 71%;
  z-index: -1;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-bg {
    display: none;
  }
}
.tp-contact-shape {
  position: absolute;
  top: 55px;
  left: 155px;
  animation: circle-animations 15s forwards infinite alternate;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-shape {
    display: none;
  }
}
.tp-contact-shape-2 {
  position: absolute;
  right: 0;
  top: 185px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-shape-2 {
    top: 135px;
  }
}
@media (max-width: 575px) {
  .tp-contact-shape-2 {
    display: none;
  }
}
.tp-contact-title-wrapper .tp-section-title {
  font-size: 36px;
  margin-bottom: 35px;
}
.tp-contact-title-wrapper .tp-section-title-pre {
  margin-bottom: 5px;
}
.tp-contact-wrapper {
  position: relative;
  padding: 50px 60px 60px;
  margin-left: 70px;
  border-top: 4px solid #015cb5;
  background: var(--tp-common-white);
  box-shadow: 0px 4px 80px 0px rgba(22, 23, 26, 0.14);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-wrapper {
    padding: 50px 45px 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .tp-contact-wrapper {
    padding: 25px;
  }
}
.tp-contact-wrapper.tp-contact-2-wrap {
  border-top: 0;
  margin-left: 0;
}
.tp-contact-form input {
  margin-bottom: 20px;
  font-size: 16px;
  height: 60px;
  font-weight: 400;
  padding-left: 30px;
}
.tp-contact-form input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-text-body);
}
.tp-contact-form input:focus {
  border-color: var(--tp-theme-primary);
}
.tp-contact-form .wide {
  display: block;
  font-size: 16px;
  padding-left: 30px;
  height: 60px;
  border-radius: 0;
  line-height: 60px;
  margin-bottom: 20px;
}
.tp-contact-form .wide.nice-select {
  border-radius: 0;
}
.tp-contact-form .wide.nice-select::after {
  right: 30px;
  color: var(--tp-text-body);
}
.tp-contact-form .wide.nice-select .option {
  min-height: 30px;
  line-height: 30px;
}
.tp-contact-form .wide:focus {
  border-color: var(--tp-theme-primary);
}
.tp-contact-form .tp-btn {
  width: 100%;
  padding: 17px 50px;
}
.tp-contact-2-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.tp-contact-2-wrap {
  margin-right: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-2-wrap {
    margin-right: 0;
  }
}
.tp-contact-2-play-btn a {
  display: inline-block;
}
.tp-contact-2-play-btn a span {
  display: inline-block;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-2-text img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-2-video {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-3-area {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-3-area {
    padding-bottom: 55px;
  }
}
.tp-contact-3-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 35%;
  z-index: -1;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-contact-3-bg {
    width: 40%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-contact-3-bg {
    width: 46%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-3-bg {
    width: 48%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-3-bg {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-3-bg {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-3-title-wrapper {
    margin-top: 0;
  }
}
.tp-contact-3-title-wrapper .tp-section-title {
  font-size: 48px;
}
.tp-contact-3-wrapper {
  padding: 60px;
  margin-right: 68px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 40px 0px rgba(22, 23, 26, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-3-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .tp-contact-3-wrapper {
    padding: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-3-wrapper {
    margin-bottom: 50px;
  }
}
.tp-contact-3-help {
  background: var(--tp-heading-primary);
  padding: 28px 40px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-3-help {
    flex-wrap: wrap;
  }
}
.tp-contact-3-help p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  color: var(--tp-common-white);
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-3-help p {
    margin-bottom: 30px;
  }
}
.tp-contact-3-help a {
  font-size: 18px;
  font-weight: 500;
  padding: 9px 26px;
  display: inline-block;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}
.tp-contact-3-help a:hover {
  background: var(--tp-theme-secondary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-3-help a {
    padding: 9px 12px;
  }
}
.tp-contact-3-help a i {
  display: inline-block;
  transform: translateY(2px);
  margin-right: 10px;
}
.tp-contact-3-author {
  margin-right: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-3-author {
    margin-right: 45px;
  }
}
@media (max-width: 575px) {
  .tp-contact-3-author {
    margin-bottom: 20px;
  }
}
.tp-contact-3-author-thumb {
  margin-right: 20px;
}
.tp-contact-3-author-thumb img {
  border-radius: 50%;
}
.tp-contact-3-author-title {
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}
.tp-contact-3-exp-icon i {
  font-size: 40px;
  margin-right: 10px;
  color: var(--tp-theme-primary);
}
.tp-contact-3-exp-title {
  font-size: 50px;
  font-weight: 700;
  margin-right: 5px;
}
.tp-contact-breadcrumb-shape {
  position: absolute;
  bottom: 0;
  left: 60px;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-breadcrumb-shape {
    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: 575px) {
  .tp-contact-wrap {
    margin-bottom: 30px;
  }
}
.tp-contact-wrap p {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .tp-contact-wrap p br {
    display: none;
  }
}
.tp-contact-wrap span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--tp-heading-primary);
}
.tp-contact-title {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-title {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .tp-contact-title {
    font-size: 38px;
  }
}
.tp-contact-social {
  margin-top: 35px;
}
.tp-contact-social a {
  display: inline-block;
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
  border: 1px solid #e2dfde;
  color: var(--tp-heading-primary);
}
.tp-contact-social a:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
  border: 1px solid var(--tp-theme-primary);
}
.tp-contact-input input, .tp-contact-input textarea {
  border: 0;
  height: 50px;
  background-color: transparent;
  border-bottom: 1px solid var(--tp-heading-primary);
  margin-bottom: 45px;
  font-size: 16px;
  color: var(--tp-heading-primary);
  font-weight: 500;
  padding-left: 25px;
  padding-right: 30px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-contact-input input::-webkit-input-placeholder, .tp-contact-input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 16px;
  color: var(--tp-text-body);
  font-weight: 500;
}
.tp-contact-input input::-moz-placeholder, .tp-contact-input textarea::-moz-placeholder { /* Firefox 19+ */
  font-size: 16px;
  color: var(--tp-text-body);
  font-weight: 500;
}
.tp-contact-input input:-moz-placeholder, .tp-contact-input textarea:-moz-placeholder { /* Firefox 4-18 */
  font-size: 16px;
  color: var(--tp-text-body);
  font-weight: 500;
}
.tp-contact-input input:-ms-input-placeholder, .tp-contact-input textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 16px;
  color: var(--tp-text-body);
  font-weight: 500;
}
.tp-contact-input input::placeholder, .tp-contact-input textarea::placeholder { /* MODERN BROWSER */
  font-size: 16px;
  color: var(--tp-text-body);
  font-weight: 500;
}
.tp-contact-input input:focus, .tp-contact-input textarea:focus {
  border-color: var(--tp-theme-primary);
}
.tp-contact-input textarea {
  height: 90px;
  resize: none;
  margin-bottom: 45px;
}
.tp-contact-input span {
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 16px;
  line-height: 0;
  color: var(--tp-heading-primary);
}
.tp-contact-input span i {
  font-weight: 400;
  font-size: 16px;
}
.tp-contact-input span.icon-1 {
  top: 20px;
  font-size: 16px;
}
.tp-contact-map {
  height: 488px;
  width: 100%;
  filter: saturate(0);
}
.tp-contact-map iframe {
  height: 100%;
  width: 100%;
}

/*----------------------------------------*/
/*  8.0 Cta css
/*----------------------------------------*/
.tp-cta-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}
.tp-cta-title {
  font-size: 80px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.36px;
  margin-bottom: 40px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-cta-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .tp-cta-title {
    font-size: 50px;
  }
}

/*----------------------------------------*/
/*  8.1 Faq css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-faq-area {
    padding-bottom: 0;
  }
}
.tp-faq-shape .shape-1 {
  position: absolute;
  top: 0;
  right: 0;
}
.tp-faq-shape .shape-2 {
  position: absolute;
  top: 100px;
  right: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-faq-shape .shape-2 {
    width: 160px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-faq-shape .shape-2 {
    width: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-faq-shape .shape-2 {
    display: none;
  }
}
.tp-faq-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 43%;
  background-repeat: no-repeat;
  z-index: 1;
}
.tp-faq-thumb::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: -moz-linear-gradient(90deg, rgb(33, 75, 224) 0%, rgba(33, 75, 224, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(33, 75, 224) 0%, rgba(33, 75, 224, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(33, 75, 224) 0%, rgba(33, 75, 224, 0) 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-faq-thumb {
    display: none;
  }
}
.tp-faq-title-wrapper {
  margin-bottom: 45px;
}
.tp-faq-wrapper {
  padding-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-wrapper {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-faq-wrapper {
    padding-left: 0;
  }
}
.tp-faq-counter {
  position: absolute;
  bottom: 80px;
  left: 20%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-faq-counter {
    left: 16%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-counter {
    left: 12%;
  }
}
.tp-faq-counter span i {
  display: block;
  height: 128px;
  width: 128px;
  line-height: 128px;
  border-radius: 50%;
  text-align: center;
  font-size: 70px;
  margin-right: 30px;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}
.tp-faq-counter p {
  color: var(--tp-common-white);
}
.tp-faq-counter-title {
  font-size: 50px;
  font-weight: 700;
  margin: 0;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-faq-accordion {
    margin-bottom: 30px;
  }
}

.tp-faq-breadcrumb-wrapper {
  padding: 52px 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-breadcrumb-wrapper {
    padding: 52px 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-faq-breadcrumb-wrapper {
    padding: 50px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-faq-breadcrumb-wrapper {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-faq-breadcrumb-wrapper .tp-section-title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-faq-breadcrumb-wrapper .tp-section-title {
    font-size: 36px;
  }
}
.tp-faq-breadcrumb-shape {
  position: absolute;
  bottom: 0;
  left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-faq-breadcrumb-shape {
    display: none;
  }
}
.tp-faq-breadcrumb-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-faq-breadcrumb-shape-2 {
    display: none;
  }
}
.tp-faq-breadcrumb-search {
  margin-bottom: -70px;
  box-shadow: 0px 4px 40px 0px rgba(22, 23, 26, 0.04);
}
.tp-faq-breadcrumb-search input {
  position: relative;
  height: 60px;
  font-size: 16px;
  color: var(--tp-text-body);
  padding-right: 80px;
  border: 1px solid white;
}
.tp-faq-breadcrumb-search input::placeholder {
  font-size: 16px;
  color: var(--tp-text-body);
}
.tp-faq-breadcrumb-search input:focus {
  border: 1px solid var(--tp-theme-primary);
}
.tp-faq-breadcrumb-search button {
  position: absolute;
  top: 20px;
  right: 40px;
}
.tp-faq-breadcrumb-search button i {
  font-size: 17px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-faq-breadcrumb-search button:hover i {
  color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  7.4 Brand css
/*----------------------------------------*/
.tp-brand-item img {
  opacity: 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;
  width: 180px;
}
.tp-brand-item:hover img {
  opacity: 1;
}
.tp-brand-slider .tp-brand-active .swiper-slide-active .tp-brand-item img {
  opacity: 1;
}

/*----------------------------------------*/
/*  8.4 Instagram css
/*----------------------------------------*/
.tp-instagram-bg::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #f7f7f7;
}
.tp-instagram-space {
  margin-right: 150px;
  margin-left: 150px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-instagram-space {
    margin-right: 100px;
    margin-left: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-instagram-space {
    margin-right: 50px;
    margin-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-instagram-space {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-instagram-space {
    margin-right: 0;
    margin-left: 0;
  }
}
.tp-instagram-item:hover .tp-instagram-thumb img {
  filter: saturate(0);
}
.tp-instagram-item:hover .tp-instagram-thumb::after {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.tp-instagram-item:hover .tp-instagram-btn {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateX(-50%);
}
.tp-instagram-thumb {
  overflow: hidden;
}
.tp-instagram-thumb img {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-instagram-thumb::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  transform: scale(0.95);
  visibility: hidden;
  background: rgba(19, 19, 19, 0.8);
  transition: all 0.3s ease-in-out;
}
.tp-instagram-btn {
  position: absolute;
  top: 42%;
  left: 50%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%) scale(0.5);
}
.tp-instagram-btn span {
  font-size: 42px;
  color: var(--tp-theme-primary);
}
.tp-instagram-btn p {
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-common-white);
  text-decoration: underline;
}
.tp-instagram-btn p:hover {
  color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  9.5 Work css
/*----------------------------------------*/
.tp-work-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
.tp-work-item.active .tp-work-icon::after {
  background: var(--tp-theme-primary);
}
.tp-work-item.active .tp-work-icon::before {
  background: var(--tp-theme-primary);
}
.tp-work-item.active .tp-work-icon b {
  background: var(--tp-theme-primary);
}
.tp-work-icon {
  position: relative;
  display: inline-block;
}
.tp-work-icon span {
  position: relative;
  font-size: 80px;
  height: 200px;
  width: 200px;
  line-height: 220px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 30px;
  z-index: 1;
  color: var(--tp-heading-primary);
  background: var(--tp-common-white);
}
.tp-work-icon::after {
  position: absolute;
  content: "";
  width: 220px;
  height: 205px;
  top: -2px;
  left: 1px;
  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;
  background: var(--tp-theme-secondary);
}
.tp-work-icon::before {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  top: 35%;
  right: -29%;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: var(--tp-theme-secondary);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.tp-work-icon b {
  position: absolute;
  top: 30%;
  left: -30px;
  font-size: 20px;
  font-weight: 800;
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  color: var(--tp-common-white);
  background: var(--tp-theme-secondary);
}
.tp-work-content p {
  font-size: 20px;
  font-weight: 800;
  color: var(--tp-heading-primary);
}

/*----------------------------------------*/
/*  7.3 Benefits css
/*----------------------------------------*/
.tp-benefits-border {
  border-bottom: 1px solid rgb(223, 223, 223);
}
.tp-benefits-item {
  padding: 15px 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 20px 0px rgba(30, 22, 22, 0.06);
  margin-right: 20px;
  margin-bottom: 20px;
}
.tp-benefits-item:hover .tp-benefits-icon span {
  background: var(--tp-theme-primary);
}
.tp-benefits-item:hover .tp-benefits-title {
  color: var(--tp-theme-primary);
}
.tp-benefits-icon span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
  margin-right: 15px;
  color: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: var(--tp-heading-primary);
}
.tp-benefits-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-benefits-thumb {
    margin-bottom: 30px;
  }
}
.tp-benefits-thumb img {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-benefits-thumb img {
    position: static;
    width: 100%;
  }
}
.tp-benefits-thumb-wrapper .shape {
  position: absolute;
  bottom: -525px;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-benefits-thumb-wrapper .shape {
    display: none;
  }
}
.tp-benefits-thumb-wrapper::after {
  position: absolute;
  content: "";
  top: 392px;
  right: 45px;
  height: 133px;
  width: 10px;
  background: var(--tp-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-benefits-thumb-wrapper::after {
    content: none;
  }
}
.tp-benefits-progressbar {
  padding: 30px;
  text-align: center;
  background: var(--tp-theme-secondary);
  width: 240px;
  height: 194px;
  border: 5px solid white;
  position: absolute;
  bottom: -375px;
  left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-benefits-progressbar {
    bottom: -510px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-benefits-progressbar {
    position: static;
  }
}
.tp-benefits-progressbar-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--tp-common-white);
}
.tp-benefits-progressbar .circular .knob {
  font-size: 20px !important;
  margin-top: 28px !important;
}

/*----------------------------------------*/
/*  8.5 Offer css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-offer-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-offer-item {
  position: relative;
}
.tp-offer-item-content {
  padding: 45px 40px;
  margin: -85px 30px 0 0;
  overflow: hidden;
  background: var(--tp-common-white);
  box-shadow: 0px 4px 20px 0px rgba(22, 23, 26, 0.04);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-offer-item-content {
    padding: 20px;
  }
}
.tp-offer-item-content .shape {
  position: absolute;
  top: -30px;
  right: -30px;
  opacity: 0;
  transition: all 0.5s linear;
}
.tp-offer-item:hover .tp-offer-item-content .shape {
  top: 0;
  right: 0;
  opacity: 1;
}
.tp-offer-item:hover .tp-offer-item-thumb img {
  transform: scale(1.1) rotate(-2deg);
}
.tp-offer-item:hover .tp-offer-btn a {
  background: var(--tp-theme-primary);
}
.tp-offer-item:hover .tp-offer-btn a i {
  color: var(--tp-common-white);
}
.tp-offer-item-thumb {
  overflow: hidden;
}
.tp-offer-item-thumb img {
  width: 100%;
  transition: 0.9s;
}
.tp-offer-title {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 12px;
}
.tp-offer-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-offer-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.tp-offer-btn a {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 45px;
  text-align: center;
  background: #f6f6f6;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-offer-btn a i {
  font-size: 18px;
  color: var(--tp-heading-primary);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-offer-slider-wrapper {
  margin-right: -365px;
}
@media only screen and (min-width: 1800px) and (max-width: 1850px) {
  .tp-offer-slider-wrapper {
    margin-right: -310px;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .tp-offer-slider-wrapper {
    margin-right: -260px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-offer-slider-wrapper {
    margin-right: -210px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-offer-slider-wrapper {
    margin-right: -110px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-offer-slider-wrapper {
    margin-right: 0;
  }
}
.tp-offer-nav {
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-offer-nav {
    display: block;
  }
}
.tp-offer-nav button {
  position: absolute;
  bottom: -150px;
  right: 60px;
  height: 40px;
  width: 40px;
  line-height: 44px;
  z-index: 1;
  background: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-offer-nav button:hover {
  background: var(--tp-theme-primary);
}
.tp-offer-nav button:hover i {
  color: var(--tp-common-white);
}
.tp-offer-nav button i {
  font-size: 18px;
  font-weight: 400;
  -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;
  color: var(--tp-heading-primary);
}
.tp-offer-nav button.service-button-next-1 {
  right: 0;
}

/*----------------------------------------*/
/*  9.3 Travel css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-travel-area {
    padding-top: 90px;
  }
}
.tp-travel-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 57%;
  width: 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-travel-bg {
    display: none;
  }
}
.tp-travel-bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-travel-bg-2 {
    display: none;
  }
}
.tp-travel-wrapper {
  padding-left: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-travel-wrapper {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-travel-wrapper {
    padding-left: 0;
  }
}
.tp-travel-wrapper p {
  margin-bottom: 35px;
}
.tp-travel-wrapper-2 {
  padding-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-travel-wrapper-2 {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-travel-wrapper-2 {
    padding-right: 0;
  }
}
.tp-travel-wrapper-2 p {
  margin-bottom: 35px;
}
.tp-travel-title {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 30px;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-travel-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-travel-content {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-travel-content {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-travel-content-2 {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-travel-btn .tp-btn {
    padding: 16px 40px;
  }
}

.tp-error-thumb {
  margin-bottom: 50px;
}
.tp-error-thumb img {
  width: 100%;
}
.tp-error-title {
  font-size: 50px;
  font-weight: 800;
  letter-spacing: 0.2px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-error-title {
    font-size: 36px;
  }
}

/*----------------------------------------*/
/*  8.6 Pricing css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-pricing-area {
    padding-bottom: 30px;
  }
}
.tp-pricing-item {
  padding: 90px 60px 40px;
  border: 1px solid #f2edeb;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .tp-pricing-item {
    padding: 80px 25px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-pricing-item {
    margin-bottom: 70px;
  }
}
.tp-pricing-item.active {
  border: 1px solid var(--tp-theme-primary);
}
.tp-pricing-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-pricing-wrapper {
    margin-bottom: 30px;
  }
}
.tp-pricing-tag {
  position: absolute;
  top: -45px;
  left: -1px;
  height: 90px;
  padding: 19px 50px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 6px 40px 0px rgba(35, 35, 49, 0.04);
}
.tp-pricing-tag span {
  display: inline-block;
  font-size: 24px;
  font-weight: 800;
  color: var(--tp-heading-primary);
}
.tp-pricing-tag span i {
  margin-right: 24px;
  font-size: 40px;
  display: inline-block;
  transform: translateY(10px);
  color: var(--tp-theme-secondary);
}
.tp-pricing-tag span.active i {
  color: var(--tp-theme-primary);
}
.tp-pricing-title {
  font-size: 50px;
  font-weight: 800;
  color: var(--tp-theme-secondary);
}
.tp-pricing-title.active {
  color: var(--tp-theme-primary);
}
.tp-pricing-content {
  padding-bottom: 40px;
  margin-bottom: 35px;
  border-bottom: 1px solid #f2edeb;
}
.tp-pricing-list ul {
  margin-bottom: 35px;
}
.tp-pricing-list ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--tp-text-body);
}
.tp-pricing-list ul li i {
  color: #e20935;
  margin-right: 10px;
}
.tp-pricing-btn .nav-tabs {
  border: none;
}
.tp-pricing-btn .nav-tabs .nav-item {
  margin-left: 10px;
}
.tp-pricing-btn .nav-tabs .nav-item .nav-link {
  border: none;
  background: #f4f4f4;
  padding: 17px 52px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0 0 0 0;
  color: var(--tp-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .tp-pricing-btn .nav-tabs .nav-item .nav-link {
    padding: 17px 40px;
  }
}
.tp-pricing-btn .nav-tabs .nav-item .nav-link.active {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-pricing-btn.disabled .tp-btn {
  color: var(--tp-heading-primary);
  background: #f4f4f4;
}
.tp-pricing-btn.disabled .tp-btn:hover {
  background: var(--tp-heading-primary);
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  9.4 Visa css
/*----------------------------------------*/
.tp-visa-offer-item {
  position: relative;
  overflow: hidden;
  background-color: rgb(244, 244, 244);
}
.tp-visa-offer-item:hover .tp-visa-offer-thumb img {
  transform: scale(1.08);
}
.tp-visa-offer-countries {
  position: absolute;
  bottom: -40px;
  right: 65px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .tp-visa-offer-countries {
    right: 10px;
  }
}
.tp-visa-offer-countries img {
  border-radius: 50%;
  border: 5px solid white;
}
.tp-visa-offer-thumb {
  overflow: hidden;
}
.tp-visa-offer-thumb img {
  width: 100%;
}
.tp-visa-offer-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--tp-heading-primary);
}
.tp-visa-offer-content {
  padding: 90px 40px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-visa-offer-content {
    padding: 60px 40px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-visa-offer-content {
    padding: 50px 8px 30px;
  }
}
@media (max-width: 575px) {
  .tp-visa-offer-content {
    padding: 40px 4px 30px;
  }
}
.tp-visa-offer-list ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--tp-theme-secondary);
}
.tp-visa-offer-list ul li i {
  font-size: 16px;
  font-weight: 600;
  margin-right: 15px;
  display: inline-block;
  transform: translateY(2px);
  color: var(--tp-theme-primary);
}
.tp-visa-offer-price p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--tp-text-body);
}
.tp-visa-offer-price span {
  font-size: 40px;
  font-weight: 800;
  display: inline-block;
  color: var(--tp-theme-primary);
}

.tp-visa-details-widget {
  padding: 30px;
  background: var(--tp-common-gray);
}
@media (max-width: 575px) {
  .tp-visa-details-widget {
    padding: 20px;
  }
}
.tp-visa-details-categories ul li {
  list-style: none;
}
.tp-visa-details-categories ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.tp-visa-details-categories ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 20px;
  padding-right: 65px;
  color: var(--tp-heading-primary);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 20px 0px rgba(30, 22, 22, 0.06);
}
.tp-visa-details-categories ul li a i {
  height: 56px;
  width: 56px;
  line-height: 60px;
  text-align: center;
  color: var(--tp-heading-primary);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transition: 0.3s;
  transform: translateY(-50%);
}
.tp-visa-details-categories ul li a i::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  top: 0;
  right: 0;
  transition: 0.3s;
  background: var(--tp-theme-secondary);
  z-index: -1;
}
.tp-visa-details-categories ul li a:hover {
  color: var(--tp-theme-primary);
}
.tp-visa-details-categories ul li a:hover i {
  color: var(--tp-common-white);
}
.tp-visa-details-categories ul li a:hover i::after {
  width: 100%;
}
.tp-visa-details-categories ul li a.active i {
  color: var(--tp-common-white);
}
.tp-visa-details-categories ul li a.active i::after {
  width: 100%;
}
.tp-visa-details-title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 30px;
}
.tp-visa-details-download-box {
  padding: 20px 30px;
  background-color: rgb(255, 255, 255);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-visa-details-download-box {
    padding: 20px 15px;
  }
}
.tp-visa-details-download-icon span {
  font-size: 40px;
  margin-right: 20px;
  color: var(--tp-theme-primary);
}
.tp-visa-details-download-info span {
  font-size: 14px;
  color: var(--tp-text-body);
}
.tp-visa-details-download-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.tp-visa-details-download-title:hover {
  color: var(--tp-theme-primary);
}
.tp-visa-details-agency {
  padding: 35px 20px;
}
.tp-visa-details-agency::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(33, 75, 224, 0.902);
}
.tp-visa-details-agency-title {
  font-size: 36px;
  font-weight: 800;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-visa-details-agency-title {
    font-size: 32px;
  }
}
.tp-visa-details-agency p {
  font-size: 16px;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  color: var(--tp-common-white);
}
.tp-visa-details-agency-btn {
  position: relative;
  z-index: 2;
}
.tp-visa-details-agency-btn .tp-btn {
  background: var(--tp-common-gray);
  color: var(--tp-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-visa-details-agency-btn .tp-btn {
    padding: 16px 28px;
  }
}
.tp-visa-details-agency-btn .tp-btn:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-visa-details-thumb {
  margin-bottom: 30px;
}
.tp-visa-details-thumb img {
  width: 100%;
}
.tp-visa-details-title-2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--tp-heading-primary);
}
.tp-visa-details-wrapper p {
  margin-bottom: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-visa-details-info {
    margin-bottom: 30px;
  }
}
.tp-visa-details-info span {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 105px;
  text-align: center;
  font-size: 50px;
  margin-bottom: 30px;
  color: var(--tp-theme-secondary);
  background: var(--tp-common-gray);
}
.tp-visa-details-info h5 {
  font-size: 20px;
  font-weight: 800;
}
.tp-visa-details-info:hover span {
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}
.tp-visa-details-cta {
  margin: 50px 0;
  padding: 34px 57px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 40px 0px rgba(30, 22, 22, 0.08);
}
@media (max-width: 575px) {
  .tp-visa-details-cta {
    padding: 30px 25px;
    margin: 25px 0;
  }
}
.tp-visa-details-cta span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-heading-primary);
}
.tp-visa-details-point {
  margin-bottom: 65px;
}
.tp-visa-details-point ul li {
  position: relative;
  list-style: none;
  margin-left: 80px;
  margin-bottom: 30px;
  font-size: 16px;
  color: var(--tp-text-body);
}
.tp-visa-details-point ul li:hover i {
  background: var(--tp-heading-primary);
}
.tp-visa-details-point ul li i {
  position: absolute;
  top: 0;
  left: -80px;
  height: 60px;
  width: 60px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  color: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  8.9 Shop css
/*----------------------------------------*/
.tp-shop-sidebar-search {
  position: relative;
}
.tp-shop-sidebar-search input {
  border: 1px solid #e9e8e4;
  height: 60px;
  padding: 5px 50px 5px 30px;
}
.tp-shop-sidebar-search input:focus {
  border-color: var(--tp-theme-primary);
}
.tp-shop-sidebar-search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.tp-shop-sidebar-search-icon i {
  font-weight: 500;
  color: var(--tp-heading-primary);
}
.tp-shop-sidebar-title {
  font-size: 22px;
  font-weight: 800;
}
.tp-shop-sidebar-category {
  border: 1px solid #e9e8e4;
  padding: 23px 30px 30px 27px;
}
.tp-shop-sidebar-category-item:not(:last-of-type) {
  margin-bottom: 8px;
}
.tp-shop-sidebar-category-item a {
  color: var(--tp-text-body);
  font-size: 16px;
  display: block;
}
.tp-shop-sidebar-category-item a:hover {
  color: var(--tp-theme-secondary);
}
.tp-shop-sidebar-category-item a i {
  float: right;
  transform: translateY(5px);
}
.tp-shop-sidebar-price {
  border: 1px solid #e9e8e4;
  padding: 23px 30px 30px 27px;
}
.tp-shop-sidebar-price-range-head .ui-slider-horizontal {
  height: 4px;
  background-color: #EBEFF4;
  border-radius: 10px;
  border: none;
}
.tp-shop-sidebar-price-range-head .ui-slider-horizontal .ui-slider-range {
  background: var(--tp-theme-secondary);
}
.tp-shop-sidebar-price-range-head .ui-slider .ui-slider-handle {
  height: 16px;
  width: 16px;
  background-color: var(--tp-common-white);
}
.tp-shop-sidebar-price-range-head .ui-state-default, .tp-shop-sidebar-price-range-head .ui-widget-content .ui-state-default, .tp-shop-sidebar-price-range-head .ui-widget-header .ui-state-default, .tp-shop-sidebar-price-range-head .ui-button, .tp-shop-sidebar-price-range-head html .ui-button.ui-state-disabled:hover, .tp-shop-sidebar-price-range-head html .ui-button.ui-state-disabled:active {
  border: 4px solid var(--tp-heading-primary);
  border-radius: 50%;
}
.tp-shop-sidebar-sell {
  border: 1px solid #e9e8e4;
  padding: 23px 30px 30px 27px;
}
.tp-shop-sidebar-sell-item-thumb {
  flex: 0 0 auto;
  margin-right: 20px;
}
.tp-shop-sidebar-sell-item-thumb img {
  height: 70px;
  width: 70px;
  object-fit: cover;
}
.tp-shop-sidebar-sell-item-rating i {
  font-size: 10px;
  color: var(--tp-theme-primary);
  margin-right: -2px;
  display: inline-block;
}
.tp-shop-sidebar-sell-item-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
}
.tp-shop-sidebar-sell-item-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-shop-sidebar-sell-item-content span {
  color: var(--tp-theme-secondary);
  font-size: 14px;
  font-weight: 600;
}
.tp-shop-sidebar-tag {
  border: 1px solid #e9e8e4;
  padding: 23px 30px 30px 27px;
}
.tp-shop-sidebar-tag a {
  background: var(--tp-common-gray);
}

.tp-product-item {
  border: 1px solid rgb(233, 232, 228);
}
.tp-product-item:hover .tp-product-cart .icon-1 {
  visibility: visible;
  transform: translateX(-20px);
  opacity: 1;
}
.tp-product-item:hover .tp-product-cart .icon-2 {
  visibility: visible;
  transform: translateX(-20px);
  opacity: 1;
}
.tp-product-thumb {
  position: relative;
}
.tp-product-thumb img {
  width: 100%;
}
.tp-product-cart {
  position: absolute;
  bottom: 20px;
  right: 0px;
}
.tp-product-cart button {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  display: block;
  margin-bottom: 10px;
  color: var(--tp-theme-secondary);
  background: #eae9e9;
}
.tp-product-cart button:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}
.tp-product-cart .icon-1 {
  visibility: hidden;
  opacity: 0;
  transform: translateX(0px);
  transition: all 0.3s ease-in-out;
}
.tp-product-cart .icon-2 {
  visibility: hidden;
  opacity: 0;
  transform: translateX(0px);
  transition: all 0.4s ease-in-out;
}
.tp-product-content {
  padding: 40px 30px;
}
.tp-product-btn a {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  padding: 7px 21px;
  color: var(--tp-theme-primary);
  background: var(--tp-common-gray);
  -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-product-btn a:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}
.tp-product-rating {
  margin-bottom: 10px;
}
.tp-product-rating i {
  font-size: 14px;
  color: var(--tp-theme-primary);
  margin-left: -2px;
}
.tp-product-rating i.inactive {
  color: #dedede;
}
.tp-product-title {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 800;
}
.tp-product-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-product-content del {
  color: #8b8794;
  font-size: 16px;
  font-weight: 500;
}
.tp-product-content span {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 16px;
  color: var(--tp-theme-secondary);
}
.tp-product-info {
  position: absolute;
  top: 20px;
  left: 20px;
}
.tp-product-details-wrapper {
  margin-left: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .tp-product-details-wrapper {
    margin-left: 0;
  }
}
.tp-product-details-wrapper > p {
  margin-bottom: 31px;
  display: inline-block;
}
.tp-product-details-wrapper > p span {
  font-weight: 500;
  color: var(--tp-theme-primary);
}
.tp-product-details-nab .tab-pane {
  position: relative;
}
.tp-product-details-nab .tab-pane img {
  height: 570px;
  width: 570px;
  object-fit: cover;
}
.tp-product-details-nab .nav-tabs {
  border: none;
}
.tp-product-details-nab .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-radius: 0px;
  padding: 0 0;
  margin: 10px 5px;
}
.tp-product-details-nab .nav-tabs .nav-link.active {
  border: 1px solid var(--tp-theme-4);
}
.tp-product-details-nab .nav-tabs .nav-link img {
  height: 100px;
  width: 150px;
  object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-product-details-nab .nav-tabs .nav-link img {
    width: 120px;
  }
}
.tp-product-details-category span {
  color: #8b8794;
  font-size: 16px;
}
.tp-product-details-title {
  font-size: 36px;
  margin-bottom: 26px;
}
.tp-product-details-stock span {
  color: #3c72fc;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--tp-grey-2);
  padding: 0 0;
  display: inline-block;
  padding: 1px 11px;
  margin-right: 15px;
}
.tp-product-details-rating {
  margin-right: 14px;
}
.tp-product-details-rating i {
  color: #ffbf14;
  font-size: 14px;
}
.tp-product-details-reviews span {
  color: #8b8794;
  font-weight: 500;
  font-size: 14px;
}
.tp-product-details-price.old-price {
  font-weight: 500;
  font-size: 22px;
  text-decoration-line: line-through;
  color: #8b8794;
}
.tp-product-details-price.new-price {
  font-weight: 600;
  font-size: 30px;
  color: var(--tp-common-black);
  margin-left: 1px;
}
.tp-product-details-action-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .tp-product-details-action-item-wrapper {
    flex-wrap: wrap;
  }
}
.tp-product-details-quantity .tp-product-quantity {
  width: 170px;
  position: relative;
  border-radius: 20px;
}
.tp-product-details-quantity .tp-cart-plus, .tp-product-details-quantity .tp-cart-minus {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  left: 22px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: var(--tp-common-black);
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-product-details-quantity .tp-cart-plus svg, .tp-product-details-quantity .tp-cart-minus svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-product-details-quantity .tp-cart-plus {
  left: auto;
  right: 22px;
}
.tp-product-details-quantity .tp-cart-input[type=text] {
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  background-color: #F3F5F6;
  padding: 0 55px;
  border: 0;
  border-radius: 0;
}
.tp-product-details-add-to-cart .tp-btn {
  padding: 10px 21px;
}
.tp-product-details-query-item:not(:last-child) {
  margin-bottom: 3px;
}
.tp-product-details-query-item > span {
  font-size: 16px;
  color: var(--tp-theme-4);
  line-height: 1.4;
  margin-right: 6px;
}
.tp-product-details-query p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.4;
}
.tp-product-details-social span {
  font-size: 15px;
  color: var(--tp-common-black);
  margin-right: 14px;
}
.tp-product-details-social a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #E6E7E8;
  border-radius: 50%;
  margin-right: 2px;
}
.tp-product-details-social a:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-primary);
}
.tp-product-details-description {
  box-shadow: 0px 4px 25px 0px rgba(23, 19, 4, 0.04);
  padding: 52px 60px 35px 60px;
}
@media (max-width: 575px) {
  .tp-product-details-description {
    padding: 30px 15px 30px 15px;
  }
}
.tp-product-details-description-title {
  font-size: 36px;
  color: var(--tp-theme-4);
  margin-bottom: 27px;
}
@media (max-width: 575px) {
  .tp-product-details-description-title {
    font-size: 30px;
  }
}

.price-filter input {
  outline: none;
  border: none;
  font-size: 16px;
  color: #8b8794;
  font-weight: 400;
  height: 18px;
  padding-left: 0;
}
.price-filter a {
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  color: var(--tp-theme-primary);
}

.badge-discount {
  font-weight: 500;
  font-size: 12px;
  background-color: var(--tp-theme-primary);
  border-radius: 2px;
  color: var(--tp-common-white);
  padding: 3px 9px;
}
.badge-hot {
  font-weight: 500;
  font-size: 12px;
  background-color: var(--tp-theme-3);
  border-radius: 2px;
  color: var(--tp-common-white);
  padding: 3px 9px;
}

.postbox-review-form-input input, .postbox-review-form-input textarea {
  border: none;
  background-color: var(--tp-grey-2);
  height: 60px;
  color: var(--tp-theme-4);
  padding: 5px 30px 5px 30px;
}
.postbox-review-form-input input::placeholder, .postbox-review-form-input textarea::placeholder {
  color: #b0aec3;
  font-size: 16px;
}
.postbox-review-form-input textarea {
  padding-top: 25px;
  padding-bottom: 15px;
  height: 150px;
  resize: none;
}
.postbox-review-rating p {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--tp-theme-4);
  margin-right: 15px;
}
.postbox-review-rating span {
  color: #ffbf14;
  font-size: 15px;
}
.postbox-review-submit-btn .tp-btn {
  flex: 0 0 auto;
}
.postbox-review-submit-btn .form-inner-check .form-check-input {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}
.postbox-review-submit-btn .form-inner-check .form-check-input:focus {
  box-shadow: none;
}
.postbox-review-submit-btn .form-inner-check .form-check-input[type=checkbox] {
  border-radius: 0;
  flex: 0 0 auto;
}
.postbox-review-submit-btn .form-inner-check label {
  font-size: 14px;
  color: var(--tp-text-1);
  cursor: pointer;
}

/*----------------------------------------*/
/*  8.7 Product css
/*----------------------------------------*/
.product__item:hover .product__thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.product__item:hover .product__add {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.product__item:hover .product__action a, .product__item:hover .product__action button {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.product__item:hover .product__action a:nth-child(1), .product__item:hover .product__action button:nth-child(1) {
  transition-delay: 0s;
}
.product__item:hover .product__action a:nth-child(2), .product__item:hover .product__action button:nth-child(2) {
  transition-delay: 0.1s;
}
.product__item:hover .product__action a:nth-child(3), .product__item:hover .product__action button:nth-child(3) {
  transition-delay: 0.12s;
}
.product__item:hover .product__action a:nth-child(4), .product__item:hover .product__action button:nth-child(4) {
  transition-delay: 0.14s;
}
.product__content {
  padding-top: 14px;
}
.product__rating span {
  font-size: 11px;
  display: inline-block;
}
.product__rating span:not(:last-child) {
  margin-right: 3px;
}
.product__rating-2 {
  margin-bottom: 2px;
}
.product__rating-2 span {
  font-size: 12px;
}
.product__rating-2 span i {
  color: var(--tp-theme-primary);
}
.product__title {
  font-weight: 400;
  font-size: 14px;
}
.product__title a:hover {
  color: var(--tp-theme-primary);
}
.product__ammount {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-text-1);
}
.product__badge {
  position: absolute;
  left: 0;
  top: 20px;
}
.product__badge-item {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  padding: 4px 10px 4px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.product__badge-item.has-new {
  background-color: var(--tp-theme-primary);
}
.product__action {
  position: absolute;
  top: 40px;
  right: 10px;
}
.product__action a, .product__action button {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.12);
  text-align: center;
  position: relative;
  margin-bottom: 6px;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}
.product__action a svg, .product__action button svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.product__action a:nth-child(1), .product__action button:nth-child(1) {
  transition-delay: 0.14s;
}
.product__action a:nth-child(2), .product__action button:nth-child(2) {
  transition-delay: 0.12s;
}
.product__action a:nth-child(3), .product__action button:nth-child(3) {
  transition-delay: 0.1s;
}
.product__action a:nth-child(4), .product__action button:nth-child(4) {
  transition-delay: 0s;
}
.product__action a:hover, .product__action button:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.product__add {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .product__details-thumb-tab {
    margin-right: 0;
  }
}
.product__details-thumb-content {
  margin-bottom: 14px;
}
.product__details-thumb-nav .nav-link {
  width: 110px;
  height: 110px;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .product__details-thumb-nav .nav-link {
    margin-right: 12px;
  }
}
.product__details-thumb-nav .nav-link::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid var(--tp-theme-primary);
  opacity: 0;
  visibility: hidden;
}
.product__details-thumb-nav .nav-link img {
  width: 110px;
  height: 110px;
  position: relative;
}
.product__details-thumb-nav .nav-link.active::after {
  visibility: visible;
  opacity: 1;
}
.product__details-stock {
  margin-bottom: 13px;
}
.product__details-stock span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: var(--tp-theme-secondary);
  border: 1px solid rgba(33, 68, 216, 0.1);
  padding: 5px 18px;
}
.product__details-title {
  font-weight: 800;
  font-size: 36px;
  margin-bottom: 5px;
}
.product__details-rating {
  margin-bottom: 13px;
}
.product__details-rating .product__rating {
  margin-right: 10px;
}
.product__details-rating-count {
  position: relative;
  margin-bottom: 2px;
  padding-left: 9px;
}
.product__details-rating-count::after {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 1px;
  height: 20px;
  background-color: #DADCE0;
}
.product__details-rating-count span {
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .product__details-wrapper {
    margin-top: 40px;
  }
}
.product__details-wrapper p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 23px;
}
.product__details-price {
  margin-bottom: 35px;
}
.product__details-price span {
  line-height: 1;
}
.product__details-ammount {
  font-weight: 600;
  font-size: 24px;
  color: var(--tp-common-black);
}
.product__details-ammount.old-ammount {
  font-weight: 400;
  font-size: 22px;
  text-decoration-line: line-through;
  color: var(--tp-text-1);
}
.product__details-ammount.new-ammount {
  font-weight: 800;
  font-size: 30px;
  color: var(--tp-heading-primary);
  margin-left: 1px;
}
.product__details-offer {
  margin-left: 2px;
  font-weight: 700;
  font-size: 13px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
  padding: 3px 9px;
  display: inline-block;
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.product__details-quantity {
  margin-bottom: 40px;
}
.product__details-action {
  padding-bottom: 34px;
  border-bottom: 1px solid #DADCE0;
  margin-bottom: 32px;
}
.product__details-action button {
  margin-bottom: 6px;
}
.product__details-action button:not(:last-child) {
  margin-right: 6px;
}
.product__details-action button.product-action-btn {
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: var(--tp-common-black);
  border: 1px solid #DADCE0;
}
.product__details-action button.product-action-btn .product-action-tooltip {
  top: auto;
  bottom: 90%;
  left: auto;
  right: auto;
  margin: auto;
  margin-bottom: 10px;
  -webkit-transform: translate(-57%, 0%);
  -moz-transform: translate(-57%, 0%);
  -ms-transform: translate(-57%, 0%);
  -o-transform: translate(-57%, 0%);
  transform: translate(-57%, 0%);
}
.product__details-action button.product-action-btn .product-action-tooltip::after {
  top: 100%;
  right: 50%;
  left: auto;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  -moz-transform: translate(50%, -50%) rotate(45deg);
  -ms-transform: translate(50%, -50%) rotate(45deg);
  -o-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
}
.product__details-action button.product-action-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
}
.product__details-action button.product-action-btn:hover .product-action-tooltip {
  bottom: 100%;
  top: auto;
  right: auto;
}
.product__details-more p {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: var(--tp-common-black);
}
.product__details-more span {
  font-size: 15px;
  line-height: 1;
  color: var(--tp-text-1);
}
.product__details-more span a:hover {
  color: var(--tp-theme-primary);
}
.product__details-categories {
  margin-bottom: 15px;
}
.product__details-tags {
  margin-bottom: 15px;
}
.product__details-tags span {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: var(--tp-common-black);
  margin-right: 3px;
}
.product__details-tags a {
  font-size: 14px;
  line-height: 1;
  color: var(--tp-text-1);
  border: 1px solid #DADCE0;
  padding: 4px 12px;
  margin-bottom: 6px;
  display: inline-block;
}
.product__details-tags a:hover {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.product__details-share span {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: var(--tp-common-black);
  margin-right: 9px;
}
.product__details-share a {
  font-size: 14px;
  line-height: 1;
  color: var(--tp-text-1);
  margin-bottom: 6px;
  margin-right: 10px;
}
.product__details-share a:hover {
  color: var(--tp-theme-primary);
}
.product__details-tab-nav {
  border-bottom: 1px solid #DADCE0;
}
.product__details-tab-nav-inner {
  position: relative;
}
.product__details-tab-nav .nav-link {
  position: relative;
  padding: 11px 14px;
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-text-1);
}
.product__details-tab-nav .nav-link.active, .product__details-tab-nav .nav-link:hover {
  color: var(--tp-common-black);
}
.product__details-tab-nav .nav-link.active::after, .product__details-tab-nav .nav-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 575px) {
  .product__details-tab-nav .nav-link::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: -1px;
    width: 0%;
    height: 2px;
    background-color: var(--tp-theme-3);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
  }
}
.product__details-tab-nav .tp-tab-menu {
  position: relative;
}
.product__details-tab-nav .tp-tab-line {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 38%;
  height: 2px;
  background-color: var(--tp-theme-primary);
}
@media (max-width: 575px) {
  .product__details-description-content {
    padding-right: 0;
  }
}
.product__details-description-content .product-desc-title {
  font-weight: 500;
  font-size: 34px;
  color: var(--tp-heading-primary);
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .product__details-description-content .product-desc-title {
    font-size: 25px;
  }
}
.product__details-description-content p {
  margin-bottom: 25px;
}
.product__details-description .product-desc-feature-thumb {
  margin-bottom: 30px;
}
.product__details-description .product-desc-feature-content p {
  line-height: 1.56;
  padding-right: 75px;
}
@media (max-width: 575px) {
  .product__details-description .product-desc-feature-content p {
    padding-right: 0;
  }
}
.product__details-additional {
  margin-top: 67px;
  background-color: var(--tp-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .product__details-additional {
    overflow-x: scroll;
  }
}
.product__details-additional-inner {
  padding: 45px 70px 45px;
  border: 1px solid #E9E9F0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product__details-additional-inner {
    padding: 15px 40px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .product__details-additional-inner {
    width: 768px;
  }
}
.product__details-additional table {
  width: 100%;
}
.product__details-additional table tr {
  padding: 16px 0 14px;
  display: block;
}
.product__details-additional table tr:not(:last-child) {
  border-bottom: 1px solid #E9E9F0;
}
.product__details-additional table tr th {
  font-weight: 600;
  font-size: 16px;
  color: var(--tp-common-black);
  width: 28%;
  display: inline-block;
}
.product__details-additional table tr td {
  width: 71%;
  display: inline-block;
  font-size: 15px;
  color: var(--tp-text-body);
}
.product__details-review-inner {
  padding: 62px 70px 70px;
  border: 1px solid #E9E9F0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product__details-review-inner {
    padding: 35px 40px 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product__details-review-inner {
    padding: 25px 30px 30px;
  }
}
@media (max-width: 575px) {
  .product__details-review-inner {
    padding: 15px 20px 20px;
  }
}
.product__details-review .product-rating-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 22px;
}
.product__details-review .product-rating-number {
  text-align: center;
  width: 160px;
  height: 125px;
  border: 1px solid #E9E9F0;
  padding-top: 21px;
  padding-bottom: 21px;
}
@media (max-width: 575px) {
  .product__details-review .product-rating-number {
    margin-bottom: 15px;
  }
}
.product__details-review .product-rating-number-title {
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  color: var(--tp-common-black-solid);
  margin-bottom: 0;
}
.product__details-review .product-rating-star {
  line-height: 1;
}
.product__details-review .product-rating-star span {
  line-height: 1;
  font-size: 12px;
  display: inline-block;
}
.product__details-review .product-rating-star span:not(:last-child) {
  margin-right: 3px;
}
.product__details-review .product-rating-bar {
  width: 100%;
  background-color: #E9E9E9;
  border-radius: 10px;
}
.product__details-review .product-rating-bar-wrapper {
  width: 71.5%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product__details-review .product-rating-bar-wrapper {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product__details-review .product-rating-bar-wrapper {
    width: 66%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product__details-review .product-rating-bar-wrapper {
    width: 52%;
  }
}
@media (max-width: 575px) {
  .product__details-review .product-rating-bar-wrapper {
    width: 100%;
  }
}
.product__details-review .product-rating-bar .single-progress {
  background-color: var(--tp-theme-primary);
  height: 8px;
  border-radius: 10px;
}
.product__details-review .product-rating-bar-text {
  width: 3.5%;
  line-height: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .product__details-review .product-rating-bar-text {
    width: 7.5%;
  }
}
.product__details-review .product-rating-bar-text span {
  font-size: 14px;
  color: var(--tp-text-1);
}
.product__details-review .product-rating-bar-item:not(:last-child) {
  margin-bottom: 5px;
}
.product__details-review .product-review-item {
  margin-bottom: 30px;
}
.product__details-review .product-review-item:last-child {
  margin-bottom: 0;
}
.product__details-review .product-review-item p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--tp-text-1);
}
.product__details-review .product-review-avater {
  margin-bottom: 11px;
}
.product__details-review .product-review-avater-thumb img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 10px;
}
.product__details-review .product-review-avater-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
}
.product__details-review .product-review-rating {
  margin-bottom: 5px;
}
.product__details-review .product-review-rating-wrapper {
  margin-right: 10px;
}
.product__details-review .product-review-rating-wrapper span {
  line-height: 1;
  font-size: 12px;
  display: inline-block;
}
.product__details-review .product-review-rating-wrapper span:not(:last-child) {
  margin-right: 3px;
}
.product__details-review .product-review-rating-wrapper span i {
  color: var(--tp-theme-primary);
}
.product__details-review .product-review-rating-date span {
  font-weight: 400;
  font-size: 13px;
  color: var(--tp-text-1);
}
.product__details-review .product-review-rating span i {
  color: var(--tp-theme-primary);
}
.product__details-review .product-review-form p {
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-text-1);
  margin-bottom: 20px;
}
.product__details-review .product-review-form-title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.product__details-review .product-review-form-rating .rate-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-text-1);
}
.product__details-review .product-review-input {
  margin-bottom: 18px;
  line-height: 1;
}
.product__details-review .product-review-input.is-textarea {
  margin-bottom: 30px;
}
.product__details-review .product-review-input input, .product__details-review .product-review-input textarea {
  height: 60px;
  line-height: 60px;
  background-color: #F7F7F7;
  border: 1.5px solid #F7F7F7;
}
.product__details-review .product-review-input input:focus, .product__details-review .product-review-input textarea:focus {
  border-color: var(--tp-theme-primary);
  background-color: var(--tp-common-white);
}
.product__details-review .product-review-input textarea {
  height: 180px;
  padding-bottom: 20px;
  resize: none;
  line-height: 1.4;
}
.product__details-review .product-review-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 2px solid #B2B2B9;
  outline: none;
  flex: 0 0 auto;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
  padding: 0;
}
.product__details-review .product-review-agree input:checked {
  position: relative;
  background-color: var(--tp-theme-primary);
  border-color: transparent;
}
.product__details-review .product-review-agree input:checked::after {
  box-sizing: border-box;
  position: absolute;
  content: "\f00c";
  font-weight: 700;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product__details-review .product-review-agree input:hover {
  cursor: pointer;
}
.product__details-review .product-review-agree label {
  padding-left: 8px;
  font-size: 14px;
  line-height: 1.71;
  color: var(--tp-text-1);
}
.product__details-review .product-review-agree label a {
  color: var(--tp-common-black);
  font-weight: 600;
  padding-left: 4px;
}
.product__details-review .product-review-agree label a:hover {
  color: var(--tp-theme-primary);
}
.product__details-review .product-review-agree label:hover {
  cursor: pointer;
}
.product__details-review .product-review-btn .tp-btn {
  font-weight: 600;
  font-size: 15px;
  padding: 12px 37px;
}
.product__details-review .product-review-btn .tp-btn:hover {
  background-color: var(--tp-common-black);
}
.product__modal .modal-dialog {
  max-width: 1200px;
  border-radius: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product__modal .modal-dialog {
    max-width: 1100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product__modal .modal-dialog {
    max-width: 900px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product__modal .modal-dialog {
    max-width: 700px;
  }
}
.product__modal .modal-content {
  padding: 40px;
  border-radius: 0;
}
@media (max-width: 575px) {
  .product__modal .modal-content {
    padding: 20px;
  }
}
.product__modal .product__details-thumb-nav .nav-link {
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
}
.product__modal .product__details-thumb-nav .nav-link img {
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .product__modal .product__details-thumb-nav .nav-link {
    width: 70px;
    height: 70px;
  }
}
.product__modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.product__modal-close-btn {
  display: inline-block;
  font-size: 16px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  background-color: transparent;
  color: var(--tp-text-1);
  border-radius: 50%;
}
.product__modal-close-btn:hover {
  color: var(--tp-theme-primary);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product__modal-close-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.tp-product-quantity {
  width: 148px;
  position: relative;
}

.tp-cart-plus,
.tp-cart-minus {
  width: 45px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: var(--tp-common-black);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-cart-plus::after,
.tp-cart-minus::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 26px;
  top: 50%;
  right: 0;
  background-color: #DADCE0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-cart-plus svg,
.tp-cart-minus svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-cart-plus:hover,
.tp-cart-minus:hover {
  cursor: pointer;
  color: var(--tp-theme-primary);
}
.tp-cart-plus.tp-cart-plus,
.tp-cart-minus.tp-cart-plus {
  left: auto;
  right: 0;
}
.tp-cart-plus.tp-cart-plus::after,
.tp-cart-minus.tp-cart-plus::after {
  left: 0;
  right: auto;
}

.tp-cart-input[type=text] {
  width: 100%;
  height: 44px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #DADCE0;
  background-color: var(--tp-common-white);
  padding: 0 45px;
}
[dir=rtl] .tp-cart-input[type=text] {
  text-align: center;
}
.tp-cart-input[type=text]:focus {
  outline: none;
}

.product-action-btn {
  position: relative;
}
.product-action-btn .product-action-tooltip {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 90%;
  font-weight: 500;
  font-size: 12px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  z-index: 1;
  display: inline-block;
  width: max-content;
  line-height: 1;
  padding: 4px 8px;
  margin-right: 8px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.product-action-btn .product-action-tooltip::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  -moz-transform: translate(50%, -50%) rotate(45deg);
  -ms-transform: translate(50%, -50%) rotate(45deg);
  -o-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  height: 8px;
  width: 8px;
  background-color: var(--tp-common-black);
}
.product-action-btn svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.product-action-btn:hover .product-action-tooltip {
  visibility: visible;
  opacity: 1;
  right: 100%;
}

.product-add-cart-btn {
  font-weight: 600;
  font-size: 15px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  display: inline-block;
  padding: 7px 25px;
  text-align: center;
}
.product-add-cart-btn svg, .product-add-cart-btn i {
  margin-right: 7px;
}
.product-add-cart-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.product-add-cart-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
}
.product-add-cart-btn-2 {
  border: 1px solid #DADCE0;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  font-size: 15px;
  font-weight: 500;
  padding: 6px 33px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-add-cart-btn-2 {
    padding: 6px 21px;
  }
}
@media (max-width: 575px) {
  .product-add-cart-btn-2 {
    width: 100%;
  }
}
.product-add-cart-btn-2:hover {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.product-add-cart-btn-3 {
  background-color: var(--tp-heading-primary);
  color: var(--tp-common-white);
  padding: 12px 45px;
}
.product-add-cart-btn-3:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
}
@media (max-width: 575px) {
  .product-add-cart-btn-3 {
    width: 100%;
  }
}

/*----------------------------------------*/
/*  7.5 Cart css
/*----------------------------------------*/
.cartmini__wrapper {
  position: relative;
  min-height: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
.cartmini__top-title {
  padding: 20px 0;
  border-bottom: 1px solid var(--tp-border-primary);
}
.cartmini__top-title h4 {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}
.cartmini__close {
  position: absolute;
  top: 17px;
  right: 0;
}
.cartmini__close-btn {
  background: transparent;
  color: var(--tp-common-black);
  font-size: 22px;
}
.cartmini__close-btn:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cartmini__shipping {
  padding: 15px 0;
  border-bottom: 1px solid var(--tp-border-primary);
}
.cartmini__shipping .progress {
  height: 10px;
  border-radius: 0;
}
.cartmini__shipping .progress-bar {
  background-color: var(--tp-theme-primary);
}
.cartmini__shipping p {
  margin-bottom: 5px;
}
.cartmini__shipping p span {
  color: var(--tp-pink-1);
  font-weight: 600;
}
.cartmini__widget {
  height: calc(100vh - 380px);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.cartmini__widget::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.cartmini__widget-item {
  position: relative;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}
.cartmini__widget-item:last-child {
  border-bottom: 0;
}
.cartmini__thumb {
  border: 1px solid var(--tp-border-primary);
  margin-right: 15px;
}
.cartmini__thumb img {
  width: 70px;
  height: auto;
}
.cartmini__title {
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 500;
}
.cartmini__title a:hover {
  color: var(--tp-theme-primary);
}
.cartmini__content {
  padding-right: 15px;
}
.cartmini__content .tp-product-quantity {
  width: 75px;
  padding: 0;
}
.cartmini__content .tp-product-quantity .tp-cart-input[type=text] {
  height: 30px;
  text-align: center;
  font-size: 13px;
  border: 1px solid var(--tp-border-primary);
  background-color: var(--tp-common-white);
  padding: 0;
}
.cartmini__content .tp-product-quantity .tp-cart-plus,
.cartmini__content .tp-product-quantity .tp-cart-minus {
  width: 20px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  left: 3px;
}
.cartmini__content .tp-product-quantity .tp-cart-plus svg,
.cartmini__content .tp-product-quantity .tp-cart-minus svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
  width: 10px;
}
.cartmini__content .tp-product-quantity .tp-cart-plus::after,
.cartmini__content .tp-product-quantity .tp-cart-minus::after {
  display: none;
}
.cartmini__content .tp-product-quantity .tp-cart-plus {
  left: auto;
  right: 3px;
}
.cartmini__del {
  position: absolute;
  top: 15px;
  right: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: var(--tp-common-black);
  font-size: 14px;
}
.cartmini__del:hover {
  color: var(--tp-theme-primary);
}
.cartmini__checkout {
  padding-top: 15px;
  padding-bottom: 85px;
  width: 100%;
  background: var(--tp-common-white);
  border-top: 2px solid var(--tp-border-primary);
}
.cartmini__checkout-title h4 {
  font-size: 15px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
}
.cartmini__checkout-title span {
  float: right;
  font-size: 15px;
  color: var(--tp-common-black);
  font-weight: 500;
}
.cartmini__checkout-btn .tp-btn {
  font-size: 15px;
  text-transform: capitalize;
  padding: 10px 30px;
  text-align: center;
}
.cartmini__checkout-btn .tp-btn:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-primary);
}
.cartmini__checkout-btn .tp-btn-border:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-primary);
}
.cartmini__checkout-btn .tp-btn-border {
  background: none;
  color: var(--tp-heading-primary);
  border: 1px solid var(--tp-text-body);
}
.cartmini__checkout-btn .tp-btn-border:hover {
  border: 1px solid var(--tp-heading-primary);
  color: var(--tp-common-white);
  background: var(--tp-heading-primary);
}
.cartmini__price {
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-theme-primary);
}
.cartmini__quantity {
  font-size: 12px;
  font-weight: 500;
}
.cartmini__empty {
  margin-top: 150px;
}
.cartmini__empty img {
  margin-bottom: 30px;
}
.cartmini__empty p {
  font-size: 16px;
  color: var(--tp-common-black);
  margin-bottom: 15px;
}
.cartmini__empty .tp-btn {
  background-color: var(--tp-grey-1);
  font-size: 15px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  padding: 10px 30px;
  text-align: center;
}
.cartmini__empty .tp-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

.table-content table {
  background: var(--tp-common-white);
  border-color: var(--tp-border-1);
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .table-content table {
    width: 150%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .table-content table {
    width: 200%;
  }
}
@media (max-width: 575px) {
  .table-content table {
    width: 300%;
  }
}
.table-content table.table > :not(:first-child) {
  border-top: 0;
}
.table-content table td {
  border-top: medium none;
  padding: 15px 10px;
  vertical-align: middle;
  font-size: 16px;
}
.table-content table td.product-name {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.table-content table td.product-name a:hover {
  color: var(--tp-text-primary);
}
.table-content .product-quantity {
  float: none;
}
.table-content .product-quantity input {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid var(--tp-border-1);
}

.table-content .table > :not(:last-child) > :last-child > * {
  border-bottom-color: var(--tp-border-1);
}

.table-content table th,
.table-content table td {
  border-bottom: 1px solid var(--tp-border-1);
  border-right: 1px solid var(--tp-border-1);
}

.table td,
.table th {
  border-top: 1px solid var(--tp-border-1);
}

/* Checkout */
.coupon-accordion h3 {
  background-color: #f6f6f6;
  border-top: 2px solid rgb(234, 187, 0);
  font-size: 14px;
  font-weight: 600;
  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: #6f7172;
  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, .coupon-accordion span p.lost-password a:hover {
  color: var(--tp-theme-primary);
}

.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 rgba(0, 0, 0, 0.1490196078);
}
.payment-method .accordion-button {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-theme-primary);
  padding: 23px 0;
  border: none;
}
.payment-method .accordion-button:focus {
  box-shadow: 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;
}
.payment-method .accordion-button:not(.collapsed) {
  color: var(--tp-theme-primary);
  background-color: var(--tp-common-white);
  box-shadow: none;
}
.payment-method .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.payment-method .accordion-body {
  font-size: 16px;
  padding: 8px 0;
  padding-bottom: 40px;
  color: var(--tp-text-body);
}
.payment-method .accordion-collapse {
  border: none;
}
.payment-method .accordion .card:first-of-type {
  border: 1px solid #eaedff;
}
.payment-method .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eaedff;
}
.payment-method .card {
  background-color: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  margin-bottom: 10px;
}
.payment-method .btn-link {
  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;
}

.product-quantity > input {
  background-color: #fff;
  height: 30px;
  width: 80px;
  border-radius: 3px;
}

.table-content table td.product-subtotal {
  font-size: 16px;
}

.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 {
  height: 52px;
  border: 1px solid var(--tp-border-1);
  padding: 0 15px;
  margin-right: 10px;
  border-radius: 0;
  background: #fff;
  margin-bottom: 15px;
  width: 265px;
}
#coupon_code:focus {
  border: 1px solid var(--tp-theme-primary);
}

.tp-btn.tp-color-btn {
  padding: 13px 33px;
}

@media (max-width: 767px) {
  #coupon_code {
    margin-bottom: 15px;
  }
}
.coupon2 {
  float: right;
}

@media (max-width: 767px) {
  .coupon2 {
    float: none;
    margin-top: 15px;
  }
}
.cart-page-total {
  padding-top: 50px;
}

.cart-page-total > h2 {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.cart-page-total > ul {
  border: 1px solid var(--tp-border-1);
}

.cart-page-total > ul > li {
  list-style: none;
  font-size: 15px;
  color: #6f7172;
  padding: 10px 30px;
  border-bottom: 1px solid var(--tp-border-1);
  font-weight: 400;
}

.cart-page-total ul > li > span {
  float: right;
}

.cart-page-total li:last-child {
  border-bottom: 0;
}

td.product-thumbnail img {
  width: 125px;
}

.tp-product-quantity .cart-input {
  height: 30px;
  background-color: #FFF;
}

.product-quantity .cart-plus, .product-quantity .cart-minus {
  width: 25px;
  height: 30px;
  border: 1px solid var(--tp-border-1);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  transition: 0.3s;
}
.product-quantity .cart-plus:hover, .product-quantity .cart-minus:hover {
  cursor: pointer;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}

.cart-input {
  height: 30px;
  width: 32px;
  text-align: center;
  font-size: 14px;
  border: none;
  border-top: 2px solid var(--tp-border-1);
  border-bottom: 2px solid var(--tp-border-1);
  display: inline-block;
  vertical-align: middle;
  margin: 0 -3px;
  padding-bottom: 0px;
}

.tp-wish-cart {
  min-width: 150px;
}

.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: red;
  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;
  box-shadow: none;
}
.coupon-info p.form-row-first input:focus, .coupon-info p.form-row-last input:focus {
  border-color: var(--tp-theme-primary);
}

.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: 4px;
  transform: translateY(-4px);
}

.form-row > label {
  margin-top: 15px;
  margin-left: 15px;
  color: #6f7172;
}

.buttons-cart input, .coupon input[type=submit], .buttons-cart a, .coupon-info p.form-row input[type=submit] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

p.lost-password {
  margin-top: 15px;
}

p.lost-password a {
  color: #6f6f6f;
}

p.checkout-coupon input[type=text] {
  height: 45px;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #eaedff;
  margin-bottom: 15px;
  outline: none;
  box-shadow: none;
}
p.checkout-coupon input[type=text]:focus {
  border-color: var(--tp-theme-primary);
}

.coupon-checkout-content {
  display: none;
}

.checkbox-form h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.country-select {
  margin-bottom: 30px;
  position: relative;
}

.country-select select {
  width: 100%;
  font-size: 16px;
  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: red;
}

.country-select .nice-select {
  border: 1px solid #eaedff;
  height: 52px;
  padding-left: 10px;
  width: 100%;
  color: var(--tp-text-body);
  margin-bottom: 20px;
  line-height: 50px;
}

.country-select .nice-select::after {
  right: 20px;
  top: 25px;
}

.country-select .nice-select .list {
  width: 100%;
}

.checkout-form-list {
  margin-bottom: 30px;
}

.checkout-form-list label {
  color: var(--tp-text-body);
}

.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: 52px;
  padding: 0 0 0 10px;
  width: 100%;
  outline: none;
  box-shadow: 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-theme-primary);
}

.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: 4px;
  transform: translateY(-3px);
}

.create-acc label {
  color: var(--tp-text-body);
  display: inline-block;
}

.checkout-form-list #cbox {
  transform: translateY(-5px);
}

.create-account {
  display: none;
}

.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
  color: var(--tp-heading-primary);
}

.ship-different-title h3 #ship-box {
  transform: translateY(-2px);
}

.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-theme-primary);
}

.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: 1px solid rgb(234, 187, 0);
}

@media (max-width: 767px) {
  .your-order {
    padding: 15px;
  }
}
.your-order h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 30px;
  font-weight: 800;
  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: var(--tp-text-body);
  font-size: 16px;
  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: var(--tp-text-body);
  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: 0px;
}

.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-theme-primary);
  font-size: 18px;
  font-weight: 500;
}

.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;
}

.panel-title > a {
  display: block;
}

.card-header:first-child {
  border-radius: 0;
}

/*# sourceMappingURL=main.css.map */


.tour-icons span:after{
  display: none;
}
.tp-categories-2-icon.tour-icons{
  left: 0px;
  right:0px;
}
.tp-categories-2-icon.tour-icons span{
      width: 70px;
    height: 70px;
    line-height: 58px;
    text-align: center;
}
.tp-categories-2-icon.tour-icons span img{
  width: 40px;
}
.tp-categories-icon i img{
  width: 40px;
}
.tp-categories-2-content.cate-box {
    padding: 60px 15px 15px 15px;
}
.tp-categories-2-btn.cate-btn-wrap {
    padding: 18px 15px;
    text-align: center;
    border-top: 1px solid #e0e6ed;
    position: relative;
    background-color: #f94c30; 


}
.tp-categories-2-btn.cate-btn-wrap span b{
  color: #ffffff!important;
}
/*.tp-categories-2-btn.cate-btn-wrap:before{
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 0;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  background-color: #f94c30;
  transform: translateX(-100%);
}*/

.tp-categories-2-btn.cate-btn-wrap span i{
  box-shadow: none;
  background-color: transparent;
  height: auto;
  width: auto;
  line-height: initial;
  font-size: 17px;
}
.tp-categories-2-btn.cate-btn-wrap  span b{
  opacity: 1;
  visibility: visible;
  transform: none;
  color: #222222;
  margin-right: 10px;
}
.tp-categories-2-btn.cate-btn-wrap  span i{
  color: #ffffff;
}
.tp-categories-2-btn.cate-btn-wrap  span{
      display: flex;
    align-items: center;
    justify-content: center;
}

.tp-categories-2-item:hover .tp-categories-2-btn.cate-btn-wrap span{
  position: relative;
}
/*.tp-categories-2-item:hover .tp-categories-2-btn.cate-btn-wrap span b{
  transform: none;
}
.tp-categories-2-item:hover .tp-categories-2-btn.cate-btn-wrap span b{
  color: #ffffff!important;
}
.tp-categories-2-item:hover .tp-categories-2-btn.cate-btn-wrap span i{
  color: #ffffff!important;
  padding-left: 8px;
}
.tp-categories-2-item:hover .tp-categories-2-btn.cate-btn-wrap:before{
  content: '';
  left: 0px;
  right: 0px;
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}*/

.testimonial-wrapper .tp-testimonial-2-title-wrapper .tp-section-title-pre-2 {
    color: #222222;
}
.testimonial-wrapper .tp-testimonial-2-title-wrapper .tp-section-title{
  color: #222222;
}
.testimonial-wrapper .tp-testimonial-2-item{
      background-color: #ffffff;
    border: 1px solid #dddddd;
/*    box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);*/
    border-radius: 15px;
    padding: 40px 30px;
}
.testimonial-wrapper .tp-testimonial-2-thumb{
  margin-right: 15px;
}
.testimonial-wrapper .tp-testimonial-2-thumb img{
  width: 75px;
  height: 75px;
}
.banner-form-wrapper{
  padding: 100px 0px 100px;
  position: relative;
  background-color: #18367f;
}
.main-parallex-wrapper:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.main-parallex-wrapper .hero-txt h4{
  font-size: 1.625rem;
  color: #ffffff;
  font-weight: 500;
/*    letter-spacing: -0.5px;*/
    margin-bottom: 30px;
}
.main-parallex-wrapper .hero-txt h2{
  font-size: 4.50rem;
    line-height: 100px;
    font-weight: 900;
    text-transform: uppercase;
    /* letter-spacing: -0.5px; */
    margin-bottom: 20px;
    color: #ffffff;
}
.main-parallex-wrapper .hero-txt p{
  font-size: 18px;
    padding: 0 5%;
    color: #ffffff;
    font-weight: 300;
    line-height: 34px;
}
.parallex-list{
  padding: 40px 0px;
}
.parallex-list ul{
  list-style-type: none;
}
.parallex-list ul li{
 color: #ffffff;
    font-size: 17px;
    display: inline-block;
    padding-right: 40px;
}
.parallex-list ul li span{
 padding-left: 10px;
}
/*.feature-top-wrap{
  margin-top: -120px;
}*/

.custom-contact-wrapper{
  background-color: #1a1a19;
}

.custom-contact-wrapper .section--tag {
    font-size: 18px;
    letter-spacing: .1px;
    margin-bottom: 20px;
    padding-left: 62px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
}
.section--tag::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #ffffff;
    left: 0;
}
.form-left-content p{
  font-size: 36px;
    line-height: 46px;
    margin-bottom: 80px;
    font-weight: 600;
    color: #ffffff;
}
.th-contacts .icon {
  position: relative;
    float: right;
    margin-right: 15px;
    margin-top: -34px;
    z-index: 2;
    color: #c4c4c4;
}
.th-contacts form input.form-control{
  position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 14px 20px;
    border: 1px solid rgba(255,255,255,.2);
    background-color: rgba(255,255,255,.1);
    border-radius: 8px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
}
.th-contacts form input.checkbox{
 width: 25px;
    height: 25px;
}
.th-contacts form .tacbox{
  display: flex;
  align-items: start;
}
.th-contacts form .tacbox label{
  margin-left: 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.th-contacts form .tacbox label a{
  color: #f94c30;
}
.th-contacts form input::placeholder{
  color: #909090!important;
  font-size: 16px!important;
}


.nice-select {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 14px 20px;
    border: 1px solid rgba(255,255,255,.2);
    background-color: rgba(255,255,255,.1);
    border-radius: 8px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
    line-height: 56px;

}
.nice-select::after {
    position: absolute;
    content: "\f107";
    top: 50%;
    right: 15px!important;
    color: #c4c4c4!important;
}
.nice-select .option {
    
    color: #ffffff;
}
.nice-select .list {
        background-color: #595858;
    right: 0;
    border-radius: 10px;
    height: 150px;
    overflow-y: auto;
    
}
.nice-select .option.selected {
    font-weight: bold;
    background-color: #df252a;
}
.nice-select .option:hover{
background-color: #df252a;
color:#ffffff!important;
}
.contact-btn button.btn{
background-color: #fff;
    color: #2b2a29;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
  }

  .assist-title h4{
        line-height: 60px;
    margin-bottom: 16px;
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
  }

.assist-box-inner{
min-height: 175px;
    border-radius: 7px;
    padding: 25px 15px;
    background: #f2f2f2 url(../img/footer/contacctboxcornerbg.png) no-repeat bottom right;
    display: flex;
  }
  .assist-box-inner .assist-content{
    padding-left: 15px;
  }
 .assist-box-inner .assist-content p{
    color: #2b2a29;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .assist-box-inner .assist-content span{
   
        color: #2b2a29;
    font-size: 16px;
    font-weight: 600;
  }
  .assist-icon i{
    font-size: 30px;
    margin-top: 5px;
  }
.contact-btn button.btn i{
  padding-left: 8px;
}
.tp-header-logo img{
  max-width: 100%;
}
.tp-footer-logo img{
  max-width: 100%;
}
.offcanvas__logo img{
  max-width: 100%;
}

.top-banner-slide .tp-team-content {
     position: initial; 
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0px;
    display: inline-block;
    border: none;
    padding: 15px 15px 12px;
    border-color: transparent;
}
.top-banner-slide .tp-team-title {
    font-size: 18px;
    font-weight: 800;
    margin: 0;
    transition: 0.2s;
    color: #282561;
}
/*.top-banner-slide .tp-team-title a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: inline-block;
}*/
.tp-team-thumb{
  position: relative;
}
.tp-team-thumb:before{
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(10, 10, 10, 0.5);
    transition: all 400ms ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 9;


}
.top-banner-slide .tp-team-item:hover .tp-team-thumb:before{
  opacity: 1;
    visibility: visible;
}
.top-banner-slide .tp-team-item:hover .tp-team-thumb img {
    transform: scale(1.1)!important;
}
.top-banner-slide .tp-team-thumb img{
  border-radius: 6px;
}
.top-banner-slide .tp-team-item{
  background-color: #ffffff;
  border-radius: 6px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}
.top-banner-slide .tp-team-btn img{
  width: 70px;
  border-radius: 6px;
}
.top-banner-slide .tp-team-btn {
    position: absolute;
    bottom: 37px;
    right: 30px;
    z-index: 98;
}
.top-banner-slide{
  margin-top: -120px;
}
 .tp-offer-nav button{
  position: inherit!important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: transparent;
    height: auto;
    width: auto;
    margin: 0px 10px;
}
 .tp-offer-nav button i{
  margin-right: 10px;
  font-size: 20px;
  color: #282561;
}
.tp-offer-nav button:hover{
  background-color: transparent;
  box-shadow: none;
  color: #ee4037;
}
.tp-offer-nav button:hover i{
  
  color: #ee4037!important;
}
.contact-assist-wrap{
  background-color: #1a1a19;
    
}
.contact-assist-wrap .container{
  border-top: 1px solid #393a3c;
}

.tp-apply-video{
  background-color: #ee4037;
  padding: 60px;
}
.tp-apply-video p{
      color: #ffffff;
    font-size: 27px;
    line-height: 38px;

}
.tp-header-btn .tp-btn i{
  margin-left: 0px!important;
  padding-right: 6px;
}
.tp-header-main-sticky.tp-header-main{
    padding: 10px 0px;
}
.tp-header-sticky-onepage.tp-header-main{
   padding: 2px 0px;
}

.tp-categories-2-arae .tp-categories-2-content p{
  min-height: 120px;
}
.visa-container .swiper-slide .tp-categories-content  p{
  min-height: 150px;
}
.feature-top-wrap .tp-features-item p{
  min-height: 240px;
}
.testimonial-wrapper .tp-testimonial-slider .tp-testimonial-2-text p{
  min-height: 360px;
}

@media(max-width:767px){
    .main-parallex-wrapper .hero-txt h2 {
    font-size: 27px!important;
    line-height: 40px!important;
    
}
.parallex-list ul li {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    padding-right: 20px;
}
}

/*.tp-header-main-menu .tp-main-menu-content > ul > li:last-child a > span{*/
/*     background-color: #ee4037;*/
/*    color: #ffffff;*/
/*    padding: 10px 20px;*/
/*    border-radius: 8px;*/
/*}*/
.tp-main-menu ul li .submenu{
  text-align: left!important;
      min-width: 210px!important;
    width: max-content!important;
    max-width: 300px!important;
}

.banner-form-wrapper .hero-txt h4 {
    font-size: 1.625rem;
    color: #ffffff;
    font-weight: 500;
    /* letter-spacing: -0.5px; */
    margin-bottom: 20px;
}
.banner-form-wrapper .hero-txt h2 {
    font-size: 55px;
    line-height: 70px;
    font-weight: 900;
    /* text-transform: capitalize; */
    /* letter-spacing: -0.5px; */
    margin-bottom: 20px;
    color: #ffffff;
}
.banner-form-wrapper .hero-txt p {
   font-size: 20px;
    padding: 0 9%;
    color: #ffffff;
    font-weight: 300;
    line-height: 34px;
}
.banner-form{
   background-color: #0d2257;
    padding: 40px 30px 40px 30px;
    border-radius: 20px;
}
.banner-form form  label{
 color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
}
.banner-form form input::placeholder{
  font-size: 15px;
  color: #222222;
  font-weight: 600;
}
.banner-form form .nice-select{
  background-color: #ffffff;
}
.banner-form form .nice-select .current{
  font-size: 15px;
  color: #222222;
  font-weight: 600;
}
.banner-form form button.btn{
      background-color: #fe4400;
    color: #ffffff;
    font-size: 20px;
    width: 100%;
    font-weight: 600;
    padding: 12px 15px;
}
.banner-form form .row .col-lg-3{
  padding-left: 8px!important;
    padding-right: 8px!important;
}
.page-titles-wrap span{
  color: #2f50a5;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
}
.page-titles-wrap span:after{
 display: none;
}
.page-titles-wrap .tp-section-title{
 font-size: 40px;
    margin-bottom: 5px;
    line-height: 52px;
}
.page-titles-wrap h5{
  font-size: 30px;
  font-weight: 600;
}
.flag-line-row {
  display: flex;
  justify-content: center;
}

.flag-line-row .flag-images{
 background-color: #ffffff;
    border-radius: 50%;
    padding: 5px;
    margin-right: 20px;
    height: 70px;
    width: 70px;
    box-shadow: 0px 4px 9px 0px rgb(83 83 86 / 40%);
}
.flag-line-row .flag-images img{
      border-radius: 100%;
    min-height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.provide-text-wrap ul{
  list-style-type: none;
}
.provide-text-wrap ul li h3{
  display: inline-block;
    font-size: 30px;
    font-weight: 800;
    color: #222222;
    margin-bottom: 35px;

}
.provide-text-wrap ul li p{
  font-size: 17px;
    font-weight: 500;
}
.provide-text-wrap ul li i{
  background-color: #fd4500;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    width: 50px;
    border-radius: 50%;
    height: 50px;
    line-height: 50px;
}
.provide-text-wrap ul li span{
  width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 68px;
    background-color: #ffffff;
    box-shadow: 0px 4px 9px 0px rgb(83 83 86 / 40%);
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}
.provide-text-wrap ul li{
  margin-bottom: 50px;
}
.vido-back-image img{
  border-radius: 20px;
  width: 100%;
}
.video-box-wrapper .tp-contact-2-play-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-box-wrapper .tp-contact-2-play-btn span img{
  width: 100px;
}
.vido-back-image{
  position: relative;
}
.vido-back-image:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
.counter-wrapper{
  background-color: #f3f3f3;
}

.counter-wrapper .row .col-lg-4 {
  border-right: 3px solid #dddddd;
}
.call-bg-wrapper:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(24, 54, 127, 0.8);
}
.call-bg-wrapper .tp-cta-wrapper h5{
color: #ffffff;
font-size: 28px;
}
.call-bg-wrapper .tp-cta-title{
 font-size: 40px;
    line-height: 50px;
}
.call-bg-wrapper .tp-cta-btn a.tp-btn{
font-size: 18px;
padding: 12px 20px;
background-color: #ff4500;
}
.call-bg-wrapper .tp-cta-btn a.tp-btn i{
  margin-right: 10px;
    border: 1px solid #ffffff;
    padding: 6px;
    border-radius: 100%;
    transform: rotate(-33deg);
}
.visa-category-container .visa-pic img{
  width: 100%;
  border-radius: 15px;
}
.visa-category-container .visa-slide-box{
  position: relative;
}

.visa-category-container .visa-slide-box .visa-name{
 position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.visa-category-container .visa-slide-box .visa-name h4{
  background-color: #ff4500;
    color: #ffffff;
    max-width: 300px;
    padding: 4px 15px 8px;
    border-radius: 11px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    font-weight: 700;
    font-family: system-ui;
    letter-spacing: 0.8px;
    text-shadow: 0px 2px 1px rgba(0,0,0,0.4), 0px 5px 8px rgba(0,0,0,0.1), 0px 11px 21px rgba(0,0,0,0.1);

}
.visa-category-container .visa-slide-box .visa-name h4 a:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.side-arrows-navigation button{
   opacity: 1;
    overflow: visible;
    position: absolute;
    font-size: 30px;
    top: 45%;
    left: -70px;
    color: #122d70;
    z-index: 9;
}
.tp-testimonial-slider .side-arrows-navigation button {
    top: 35% !important;
}
.tp-testimonial-slider .side-arrows-navigation button i{
    box-shadow:none!important;
}
.side-arrows-navigation button.next-slide {
    left: auto;
    right: -70px;
    /*transform: rotate(180deg);*/
}
.side-arrows-navigation button i{
  font-size: 25px;
    background-color: #ffffff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    box-shadow: -1px 4px 11px #dddddd;
}
/*.side-arrows-navigation button.previous-slide i{*/
/*transform: rotate(-136deg);*/
/*}*/
/*.side-arrows-navigation button.next-slide i{*/
/*  transform: rotate(45deg);*/
/*}*/

.tp-classess-wrap{
  background-color: #f3f3f3;
}
.training-student-box .student-flag-img img{
  width: 100%;
  border-radius: 15px;
   box-shadow: 0px 4px 9px 0px rgb(83 83 86 / 40%);
}
.training-student-box {
  position: relative;

}
.training-student-box .course-name{
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
}
.training-student-box .course-name h4{
  background-color: #ff4500;
    padding: 12px 13px;
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff;
    font-weight: 800;
    max-width: 215px;
    margin: auto;
    border-radius: 15px;
}
.training-student-box .course-name h4 a:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.classes-rows .column-traning:nth-child(even) .training-student-box .course-name h4{
  background-color: #18367f;
} 
.flag-line-row ul{
 list-style-type: none;
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 15px;
     box-shadow: 0px 4px 9px 0px rgb(83 83 86 / 40%);
}
.flag-line-row ul li{
display: inline-block;
margin-right: 5px;
}
.brand-traning-images img{
  width: 70px;
}
.team-personal-info h4{
  font-size: 20px;
    font-weight: 800;
    color: #222222;
    margin-bottom: 6px;
}
.team-personal-info h5{
  font-size: 18px;
    font-weight: 800;
    color: #fe4500;
    margin-bottom: 2px;
}
.team-personal-info p{
  font-size: 16px;
    font-weight: 700;
    color: #3f5fab;
}
.page-titles-wrap.review-title span{
color: #edae09;
}
.page-titles-wrap.review-title h3{
color: #ffffff;
}
.testimonial-custom-wrap .tp-testimonial-2-item{
      background: linear-gradient(0deg, rgb(24 54 127) 36%, rgba(28,66,163,1) 70%);
    border-radius: 15px;
    padding: 25px;
}
.testimonial-custom-wrap .tp-testimonial-2-thumb{
  background-color: transparent;
  border-radius: none;
  margin-right: 20px;
}
.testimonial-custom-wrap .tp-testimonial-2-thumb img{
  width: 100px;
}
.testimonial-custom-wrap .tp-testimonial-2-text p{
  color: #efefef;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 22px;
}
.testimonial-custom-wrap .tp-testimonial-ratting span{
color: #edae09;
    font-size: 18px;
    padding-right: 5px;
}
.testimonial-custom-wrap .tp-testimonial-title {
    font-size: 19px;
    color: #ffffff;
    margin-bottom: 4px;
}
.testimonial-custom-wrap .tp-testimonial-avata-info span{

color: #edae09;
    font-size: 16px;
    font-weight: 600;
}
/*.full-width-faqs .tp-accordion .accordion-item.home .accordion-collapse .accordion-body{
      margin-top: 0;
    border: none;
    padding-left: 0px;

}
.full-width-faqs .tp-accordion .accordion-item.home button.accordion-button.collapsed {
   font-size: 29px;
    font-weight: 700;
    padding: 0;
    color: #222222;
    background: #e6e6e6;
    padding: 20px;
    border-radius: 15px;
    text-transform: none;
}
.full-width-faqs .accordion-item.home{
background-color: #ffffff;
    box-shadow: 0px 2px 4px 0px rgb(83 83 86 / 32%);
    padding: 30px 30px;
    border-radius: 15px;
}

.full-width-faqs .tp-accordion .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.full-width-faqs .tp-accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.full-width-faqs .accordion-item.home button.accordion-button{
font-size: 29px;
    font-weight: 700;
    padding: 0;
    color: #222222;
    text-transform: none;
}
.full-width-faqs .accordion-item.home .accordion-body p {
  font-size: 22px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0.8px;
}*/


.footer-main-wrapper{
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
}
.footer-main-wrapper:before{
      content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(1 26 86 / 90%);
}
.footer-main-wrapper .tp-footer-widget-title span{
  color: #e8ac06;
  margin-right: 7px;
}
 
 .footer-main-wrapper .tp-footer-widget-title{
    font-size: 20px;
    letter-spacing: 0.8px;
    }
.footer-main-wrapper .tp-footer-widget-content ul li a{
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
}
.footer-main-wrapper .tp-footer-widget-content p{
  color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.footer-main-wrapper .tp-footer-widget-content.contact-info-text ul li a{
color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}
.footer-main-wrapper .tp-footer-widget-content.contact-info-text ul li i{
  background-color: #ff9500;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
}
.footer-main-wrapper .tp-footer-widget-content.contact-info-text ul li span{
color: #ff9500;
    font-size: 20px;
    padding: 0px 5px;
    }

.tp-footer-copyright-inner p{
      color: #f08f07;
    font-size: 14px;
    font-weight: 400;
  /*font-size: 20px;*/
  /*font-weight: 600;*/
}
.tp-footer-copyright-inner.social-footer{
  display: flex;
  justify-content: end;
  align-items: center;
}
.tp-footer-copyright-inner.social-footer h4{
  color: #f08f07;
  font-size: 18px;
  font-weight: 600;
  margin:0px 15px 0px 0px;
}
.tp-footer-copyright-inner.social-footer a{
  border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #ffffff;
}
.tp-footer-copyright-inner.social-footer a i{
  color:#17347f;
  font-size: 17px;
}
.footer-main-wrapper .tp-footer-widget-content ul li:hover {
    margin-left: 0;
}
.footer-main-wrapper .tp-footer-widget-content ul li a:after{
  display: none;
}

.full-width-faqs .accordion-item.home .accordion-collapse .accordion-body{
  border: none;
  padding: 0px 0px 0px;
}
.full-width-faqs .accordion-item.home .accordion-button{
  font-size: 20px;
    font-weight: 700;
    color: #222222;
    padding: 5px 20px 0px 0px;
    display: inline-block;
    background: #ffffff;
    box-shadow: 0px 2px 5px 0px rgb(109 109 113 / 40%);
    border-radius: 15px;
    padding: 30px 40px 30px;
}
.full-width-faqs .accordion-item.home .accordion-button.collapsed{
 background-color: #e6e6e6;
    padding: 20px 40px;
    line-height: 55px;
}
.full-width-faqs .tp-accordion .accordion-body p{
font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 27px;
}
.full-width-faqs .tp-accordion .accordion-item:last-of-type .accordion-button.collapsed{
  border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}



.full-width-faqs .accordion-item.home .accordion-header button.accordion-button:before {
     float: right !important;    
    content: "";  
    width: 55px;
    height: 55px;    
    background-color: #ff4500;    
    text-align: center;
    border-radius: 50%; 
    line-height: 55px;   
    transition: all 0.2s;
    background-image: url(images/faq-arrows-bottom.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px 30px;

    /* font-size: 29px; */
    /* transform: rotate(135deg); */
    /* color: #ff4500; */
    /* line-height: 45px; */
      /* padding: 5px; */
      /* font-family: FontAwesome; */
}
.full-width-faqs .accordion-item.home .accordion-header button.accordion-button.collapsed:before, .full-width-faqs .accordion-item.home .accordion-header button.accordion-button.collapse:before {
    /*float: right !important;
    content:"\f124";
    transform: rotate(45deg);*/
    content: '';
    background-image: url(images/faq-arrows-right.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 35px;
    background-color: #ffffff;
    text-align: center;
}


.side-arrows-navigation button img.custom-arrow-pic{
  width: 65px;
}
.team-container .side-arrows-navigation button{
  top: 35%!important;
}
.counter-wrapper .row .col-lg-4:last-child{
  border-right: none;
}

.video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #ff8900;
  z-index: 999;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgb(96 95 95 / 80%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
   -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
        
.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.tp-footer-widget-content ul li::after{
    display:none;
}

@media(max-width:1024px){
  .side-arrows-navigation button{
    top: auto;
    left: 35%;
    bottom: -60px;
}
.side-arrows-navigation button.next-slide{
  right: 35%;
}
.side-arrows-navigation button img.custom-arrow-pic {
    width: 40px;
}
.team-container .side-arrows-navigation button{
  top: auto!important;
}
.tp-testimonial-slider .side-arrows-navigation button{
     top: auto!important;
     bottom:0px!important;
}
.tp-counter-content p {
    font-size: 32px;
    line-height: 40px;
}
.page-titles-wrap .tp-section-title {
  font-size: 55px;
}
.tp-footer-copyright-inner{
  text-align: center;
}
.tp-footer-copyright-inner.social-footer{
  justify-content: center!important;
}
}





.countries-custom-wrapper .tp-countries-thumb::after{
  display: none;
}
.countries-custom-wrapper .tp-countries-thumb img{
  border-radius: 15px;
}
.countries-custom-wrapper .tp-countries-name{
 position: inherit!important;
 opacity: 1!important;
}
.countries-custom-wrapper .tp-countries-name h4{
  color: #2b2a29!important;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    padding: 8px 3px;
}
.countries-custom-wrapper .tp-countries-flag{
  position: absolute;
    top: 15px;
    left: 15px;
    margin-top: 0px;
    width: 50px;
    height: 50px;
}
.countries-custom-wrapper .tp-countries-flag img{
  max-width: 100%;
}
.countries-custom-wrapper .side-arrows-navigation button{
  top: 35%!important;
}
.brand-custom-wrapper .tp-hero-pagination{
 top:auto!important;
 left: 0px!important;
 bottom: -50px!important;
 right: 0px!important;
 text-align: center!important;
}
.brand-custom-wrapper .tp-hero-pagination .swiper-pagination-bullet{
display: inline-block!important;
margin-bottom: 0px!important;
height: 12px!important;
    width: 12px!important;
    margin-right: 10px!important;
}

.tp-videos-active .swiper-slide{
  position: relative;
}
.tp-videos-active .video-popup-icon-box{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
}
.tp-videos-active .video-popup-icon-box i{
  color: #ee4037;
  font-size: 25px;
  line-height: 60px;
}
.video-popup-icon-boxa:before{
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}

 #myvideoPopup {
      display: none;
          position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    top: 0;
    left: 0px;
    bottom: 0px;
    right: 0px;
    }
   #myvideoPopup .video-inner-pop{
    width: 500px;
    height: 400px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #dddddd;
    transform: translate(-50%, -50%);
    }
    #myvideoPopup video{
      width: 100%;
      height: 100%;
    }
    
     .success-video-wrapper {
      display: none;
          position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    top: 0;
    left: 0px;
    bottom: 0px;
    right: 0px;
    }
   .success-video-wrapper .video-inner-pop{
    width: 500px;
    height: 400px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #dddddd;
    transform: translate(-50%, -50%);
    }
    .success-video-wrapper video{
      width: 100%;
      height: 100%;
    }

.cross-video {
    position: absolute;
    right: -9px;
    top: -10px;
}
.cross-video a i{
    color: #ffffff;
    font-size: 27px;
}
    #closeButtonvideo {
      position: absolute;
    top: -7px;
    right: -5px;
    cursor: pointer;
    z-index: 9999;
    font-size: 20px;
    }
    .video-popup-icon-box a:before{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
    }
    .bg-same-wrapper{
      background-color: #f3f3f3;
    }

.band-calculation-wrapper .band-title{
  background-color: #282561;
    text-align: center;
}
.band-calculation-wrapper .band-title h2{
  font-size: 19px;
    margin-bottom: 0;
    color: #ffffff;
    padding: 18px 0px;
    font-weight: 700;
    word-spacing: 2px;
}
.band-calculation-wrapper table > thead > tr th:first-child{
     font-size: 18px;
    color: #222222;
    font-weight: 900;
}
.band-calculation-wrapper table > thead > tr th{
  color: #ee4037;
  font-size: 16px;
  font-weight: 600;
}

.band-calculation-wrapper table > tbody > tr th{
      font-size: 18px;
    color: #222222;
    font-weight: 900;
}
.band-calculation-wrapper table > thead > tr th{
  padding: 20px 10px!important;
}
.band-calculation-wrapper table > tbody > tr th, td{
  padding: 20px 10px!important;
}
.calculation-button .band-btn{
  background-color: #ee4037!important;
    border-color: #ee4037!important;
    font-size: 17px;
    font-weight: 600;
}
.band-calculation-wrapper table > tbody > tr td > input{
  width: 40px;
  text-align: center;
  height: 30px;
  padding: 0px!important;
}
.tabs-custom-parent h2{
font-size: 32px;
    line-height: 45px;
    font-weight: 600;
    color: #222222;
}
.tabs-custom-parent p{
      color: #222222;
    text-align: justify;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
}
.tabs-custom-parent ol li strong{
  color: #222222;
}
.tabs-custom-parent ol li{
  color: #222222;
    text-align: justify;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
}

.tabs-custom-parent ul li{
  color: #222222;
    text-align: justify;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom:10px;
}
.tabs-custom-parent ul{
    padding-left: 2rem!important;
}

.tabs-custom-parent table{
  border: 1px solid #dee2e6;
}
.tabs-custom-parent table tbody > tr > td{
  text-align: center;
  color: #222222;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
}
.tabs-custom-parent table tbody > tr > td:first-child{
  border-right: 1px solid #dee2e6;
}
.tabs-custom-parent ol li strong a{
  color: #282561;
}
.tabs-custom-parent p strong > a{
  color: #ee4037;
}
.tabs-custom-parent button > a {
  border-radius: 25px;
    padding: 7px 25px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    background-color: #282561!important;
    border: none!important;
    display: flex;
    margin:auto;
}
.tabs-custom-parent button{
  display: flex;
  margin:auto;
}
.visa-page-content-wrapper table{
  background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border: 1px solid #dee2e6;

}
.visa-page-content-wrapper table tbody > tr >td{
  width: 50%;
  padding: 12px 10px!important;
}
.visa-page-content-wrapper table tbody > tr >td >a {
  color: #ee4037;
  font-weight: 700;
}

.classess-tabs-wrapper .tp-support-tab .nav-item .nav-link.active {
    color: #ffffff!important;
    background-color: #282561!important;
    border: 1px solid #282561!important;
}
.classess-tabs-wrapper .tp-support-tab .nav-item .nav-link.active:hover{
   color: #ffffff!important;
    background-color: #282561!important;
    border: 1px solid #282561!important;
}
.tp-support-tab .nav-item .nav-link::after{
  background-color: #282561!important;
}
.classess-tabs-wrapper .tp-support-tab .nav-item .nav-link {
    position: relative;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    padding: 7px 10px;
    margin-right: 5px;
    margin-bottom: 0px;
    color: #282561;
    background: transparent;
    border: 1px solid #282561;
}
.classess-tabs-wrapper .tp-support-tab .nav-item .nav-link:hover{
  background-color: #282561!important;
  color: #ffffff!important;
}
.classess-register-form {
    background-color: #ffffff;
    box-shadow: rgba(89, 89, 89, 1.0) 3px 3px 6px -2px;    
    margin-bottom: 20px;
    border-radius: 10px;
}
.classess-register-form form{
  padding: 18px 15px 15px;
}
.classess-register-form .register-form-title {
    background-color: #282561;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.classess-register-form .register-form-title h3{
color: #ffffff;
    font-size: 19px;
    padding: 12px 15px;
}
.classess-register-form form label{
     color: #222222;
    font-size: 14px;
    font-weight: 600;
}
.classess-register-form form label span{
  color: #ee4037;
}
.classess-register-form form .form-control{
  border: 1px solid rgba(229, 229, 229, 1.0);
    border-radius: 40px;
    padding: 5px;
    min-height: 33px;
    height: auto;
    line-height: normal;

}

.classess-register-form form .nice-select span.current{
  color: #222222;
  font-weight: 700;
  font-size: 14px;
}
 form .nice-select .list{
  background-color: #ffffff!important;
  height: auto!important;
  max-height: 350px!important;
  padding-left: 0px !important;
}
 form .nice-select .option{
line-height: normal;
    min-height: auto;
    padding: 3px 15px 3px !important;
    color: #222222 !important;
    font-size: 14px;
    margin-bottom: 0;
}
 form .nice-select .option.selected{
  color: #ffffff!important;
} 
.classess-register-form form .register-btn{
  background-color: #282561;
    border-color: #282561;
    font-size: 20px;
    padding: 8px 25px;
}
.nice-select.form-control{
border: 1px solid #E0E2E3;
}
.contact-custom-form-wrapper{
  background-color: #ffffff;
    border: 1px solid #eef2f5;
    border-radius: 6px;
    padding: 45px 35px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.contact-boxes {
    background-color: #ffffff;
    border: 1px solid #eef2f5;
    border-radius: 6px;
    /*padding: 45px 35px;*/
    padding:30px 25px 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.contact-boxes .contact-box {
   padding-bottom: 20px;
    border-bottom: 1px dashed #dddddd;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-boxes  .contact-box-txt h4{
font-size: 19px;
    font-weight: 600;
}
.contact-boxes .contact-box-txt p{
font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}
.contact-boxes .contact-box:last-child{
  border-bottom: none!important;
}
.contact-boxes .contact-box-icon {
    width: 78px;
    height: 78px;
    float: left;
    margin: -5px 20px 0 0;
    display: inline-block;
    background-color: #ee4037;
    border: 16px solid #ebb9b7;
    text-align: center;
    border-radius: 100%;
}
.contact-boxes .contact-box-icon i{
  font-size: 25px;
    color: #ffffff;
    line-height: 45px;
}
.contact-boxes .contact-box-txt {
   display: inline-block;
    overflow: hidden;
    width: 75%;
}

.contact-custom-form-wrapper input.form-control{
  height: 40px!important;
  line-height: 40!important;
}
.contact-custom-form-wrapper .nice-select.form-control{
  height: 40px!important;
  line-height: 40!important;
}
.form-label {
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 500;
}
.form-label span{
  color: #ee4037;
}
.contact-custom-form-wrapper textarea.form-control {
    min-height: calc(6.5em + .75rem + 2px);
}

.contact-custom-form-wrapper form .nice-select span.current{
  font-size: 14px!important;
}
.contact-page-btn .btn{
      background-color: #ee4037;
    border-color: #ee4037;
    font-size: 18px;
    padding: 8px 15px;
    min-width: 200px;
}

.visa-banner-content h4{
color: #ffffff;
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 10px;
}
.visa-banner-content p{
color: #ffffff;
    font-size: 18px;
    line-height: 30px;
}
.visa-banner-content .visa-banner-btn a{
  background-color: #ffffff;
  color: #0000000;
  padding: 6px 20px;
  border-radius: 25px;
  font-weight: 600;
}

.visa-tabs-full-wrap{
 background-color: #282561;
    box-shadow: 0px 0px 15px 0px #00000026;
    padding: 10px 0px;
    margin-top: 0;
    /*position: sticky;*/
    /*z-index: 9;*/
    /*top: 0px;*/
}
.visa-tabs-full-wrap .nav.nav-tabs{
  border: none!important;
}
.visa-tabs-full-wrap .nav-tabs .nav-link.active{
     border: none !important;
     background-color: transparent!important; 
    color: #ffffff !important;
    border-radius:7px!important;
}
.visa-tabs-full-wrap .nav-tabs .nav-link{
  border: none!important;
  color:#ffffff!important;
  font-weight: 600;
}

.visa-tabs-full-wrap .nav-tabs .nav-link:hover{
  background-color: #ffffff!important;
  border-radius: 10px;
  color: #000000!important;
}
.visa-tabs-full-wrap .nav-tabs .nav-item{
  margin-right: 7px;
}


.visa-tabs-full-wrap .nav-tabs .nav-link:hover{
  border: none!important;
}


.visa-side-form-wrap form{
  background-color: #ffffff;
    box-shadow: 0px 0px 4px 0px #989898;
    border-radius: 20px;
    padding: 25px 20px 25px 20px;
    margin-bottom: 35px;

}
.visa-side-form-wrap .visa-form-title h4{
  color: #282561;
    font-size: 21px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 24px;
}
.visa-side-form-wrap form .form-control {
    font-weight: 400;
    font-size: 16px;
    line-height: 41px!important;
    letter-spacing: -0.3px;
    background: #F3F3F3;
    border: 1px solid #47429d;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    height: 41px!important;
    padding-left: 17px!important;
    padding-right: 17px!important;
}
.visa-side-form-wrap form input::placeholder{
  color: #282561;
  font-weight: 600;
  font-size: 13px;
}
.visa-side-form-wrap form .nice-select::after {
    color: #282561!important;
}
.visa-side-form-wrap form .nice-select span.current{
color: #282561;
  font-weight: 600;
  font-size: 14px!important;
}
.visa-side-form-wrap form .form-check-label{
  line-height: 21px;
  padding-left: 15px;
  color: #282561;
  font-weight: 500;
  font-size: 13px
}
.visa-side-form-wrap form .form-check-label a{
  color: #ee4037;
}

.visa-side-form-wrap button.visa-started-btn{
  border-radius: 25px;
  padding: 7px 25px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  background-color: #282561!important;
  border: none!important;
} 
.form-mobile-custom {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
}

.form-mobile-custom .country-code-wrap{
    width: 14%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.3px;
    background: #F3F3F3;
    border: 1px solid #47429d;
    border-radius: 12px !important;
    display: inline-block !important;
    padding: 5px 8px 5px !important;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
}

.visa-page-content-wrapper .accordion{
  background-color: #f3f3f3!important;
  border-radius: 15px;
  padding: 25px 15px;
  --bs-accordion-bg: transparent!important;
}
.visa-page-content-wrapper .accordion h4{
      color: #282561!important;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 20px;
}
.visa-page-content-wrapper .accordion-button{
       color: #282561!important;
    background-color: transparent!important;
    border-bottom: 1px solid #dddddd;
    padding: 2px 20px;
    font-weight: 700;
    border-radius: 0px!important;
    box-shadow: none!important;
}
.visa-page-content-wrapper .accordion-item {
    border: none!important;
}
.visa-page-content-wrapper .accordion-body{
  font-size: 14px;
  font-weight: 500;
  color: #282561!important;
  padding-top: 5px!important;
  padding-bottom: 5px!important;
}





.about-small-content-wrap h4{
  font-size: 43px;
    font-weight: 700;
    color: #000000;
    line-height: 53px;
}
.about-small-content-wrap h4 span{
  color: #ee4037;
} 
.about-small-content-wrap p{
  color: #3a3a3a;
    font-size: 17px;
    font-weight: 500;
}

.about-middle-banner img{
  border-radius: 20px;
  width: 100%;
}
.about-page-counter {
  background-color: #f3554d;
}
.about-page-counter .tp-counter-content h5{
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 20px;
}
.about-page-counter .tp-counter-title {
    font-size: 45px;
    font-weight: 700;
    margin: 0;
    color: rgb(255 255 255);
}
.about-page-counter .about-counting {
    display: flex;
    justify-content: start;
    align-items: center;
}
.about-page-counter .about-counting img{
  width: 50px;
  margin-right: 22px;
}
.about-page-counter .row .col-lg-3:last-child .tp-counter-content{
    border-right: none;
}
.about-page-counter .tp-counter-content{
  text-align: left;
  border-right: 1px solid #f5f5f5;
}
.about-page-counter .tp-counter-content span.counter-short-content{
  color: #ffffff;
  font-size: 15px;
  padding-top: 0px;
}
.about-page-counter .tp-counter-content p{
     color: #ffffff;
    font-size: 15px;
    padding-top: 0px;
    font-weight: 400;
    line-height: 26px;
}
.tp-countries-about-wrap {
  background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: rgba(40, 37, 97, 1);
}
.tp-countries-about-wrap .tp-section-title-pre{
  color: #ffffff;
}
.tp-countries-about-wrap .tp-section-title{
  color: #ffffff;
}
.countries-about-slide-wrap{
  margin-top: -110px;
}
.countries-about-slide-wrap .tp-team-content{
  position: initial!important;
      margin-top: 0px;
    padding-top: 0px;
  
}
.countries-about-slide-wrap .tp-team-item{
  position: relative;
    text-align: center;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.countries-about-slide-wrap .tp-team-social{
margin-top: -46px;
    position: relative;
    margin-bottom: 20px;
}
.countries-about-slide-wrap .tp-team-btn {
  position: initial!important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
.countries-about-slide-wrap .tp-team-btn img{
    min-height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}
.countries-about-slide-wrap .tp-team-title{
  color: #222222;
    margin-bottom: 14px;
}
.countries-about-slide-wrap .tp-team-inner span{
font-weight: 500;
    font-size: 15px;
}

.countries-about-slide-wrap .tp-team-thumb:after{
  content: '';
  background-image: url('../img/about/countries-cut.png');
  background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    height: 20px;
    overflow: hidden;
}

.bottom-right-banner{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.bottom-left-progress-bg{
  background-color: #282561;
}
.progess-inner-wrap {
    padding: 75px 60px 60px 150px;
}
.progess-inner-wrap h5{
  color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 10px;
}
.progess-inner-wrap h3{
    color: #ffffff;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 15px;
    font-weight: 400;
}
.progess-inner-wrap p{
  color: #ffffff;
    font-size: 15px;
    line-height: 25px;
}
.progess-inner-wrap p a{
  color: #ee4037;
}

.progess-inner-wrap .tp-team-details-progress-item span{
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}
.progess-inner-wrap .tp-team-details-progress-item .progress-bar {
    background-color: #342af0;
}
.progess-inner-wrap .tp-team-details-progress-item .progress {
    height: 8px;
    border-radius: 2px;
}
.progess-inner-wrap .tp-team-details-progress-item{
  margin-bottom: 25px;
}
.above-innner-content h3{
  color: #ffffff;
  font-size: 38px;
  font-weight: 400!important;
      padding-bottom: 300px;
}


.bottom-above-content{
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 350px;
    background-color: rgba(62, 54, 212, 0.9);
}
.above-innner-content{
  padding: 40px;
}

.above-innner-content p{
  color: #ffffff;
}
.above-innner-content p a{
  font-size: 15px;
  font-weight: 700;
  padding-left: 18px;
}
.about-image-box-inner img{
  width: 100%;
  border-radius: 20px;
}
.about-text-box-inner{
  padding-right: 110px
}
.aboutus-side-to-side .row:nth-child(even) .about-text-box-inner{
  padding-right: 0px;
  padding-left: 110px;
}
.aboutus-side-to-side .row:nth-child(even){
    margin-top: 100px;
    display: flex;
    flex-direction: row-reverse;
}

.column-divied-row .visa-name h4{
  min-width: 240px !important;
    max-width: max-content !important;
}
.university-content-wrapper h2{
   font-size: 32px;
    line-height: 45px;
    font-weight: 600;
    color: #222222;
}
.university-content-wrapper table thead{
background-color: #222222;
color: #ffffff;
}
.university-content-wrapper table tbody tr td{
  font-size: 15px;
  color:#222222;
    font-weight: 500;
    line-height: 1.7;
}
.stories-page-wrapper{
  background-color: #f3f3f3;
}
.stories-title h3{
  color: #222222;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.stories-page-wrapper .tp-testimonial-item{
  margin-left:50px;
  padding: 32px 10px 40px 100px;
}
.stories-page-wrapper .tp-testimonial-avata::after{
  background-image: -webkit-linear-gradient(-36deg, rgb(238 64 55) 0%, rgb(238 64 55) 72%, rgb(238 64 55) 100%);
}
.stories-page-wrapper .tp-testimonial-item::before{
  background-image: -webkit-linear-gradient(-36deg, rgb(40 37 97 / 90%) 0%, rgb(40 37 97 / 90%) 120%);
}

.university-content-wrapper p{
  color: #222222;
    text-align: justify;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
}

.university-content-wrapper p strong > a {
    color: #ee4037;
}

@media(max-width:767px){
  .page-titles-wrap .tp-section-title{
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 35px;
  }
  .page-titles-wrap h5 {
    font-size: 21px;
    font-weight: 600;
}
.flag-line-row .flag-images {
    margin-right: 6px;
    height: 60px;
    width: 60px;
    overflow: hidden;
}
.provide-text-wrap ul li h3{
  font-size: 21px;
  margin-bottom: 20px;
}
.provide-text-wrap ul li span {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 52px;
    margin-right: 10px;
}
.provide-text-wrap ul li i{
    width: 37px;
    height: 37px;
    line-height: 37px;
}
/*.counter-wrapper .row .col-lg-4{*/
/*  border-right: none;*/
/*  border-bottom:2px solid #dddddd;*/
/*  margin: 10px 0px;*/
/*}*/
.counter-wrapper .row .col-lg-4:last-child{
  border-right: none!important;
}
.tp-counter-content p{
  font-size: 26px;
}
.call-bg-wrapper .tp-cta-title {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 22px;
}

.brand-traning-images img {
    width: 50px;
}
.training-student-box .course-name {
    position: absolute;
    bottom: 10px;
    left: 8px;
    right: 8px;
}
.training-student-box .course-name h4 {
    padding: 6px 7px;
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
    max-width: 200px;
}
.team-container{
  margin-top: 0px!important;
}
.tp-visa-category-wrap{
    padding-top: 60px !important;
    
}
.tp-visa-category-wrap.pb-110{
   padding-bottom: 45px !important; 
}
.full-width-faqs .accordion-item.home .accordion-button {
    font-size: 18px;
    font-weight: 600;
    padding: 25px 20px 40px;
}
.full-width-faqs .tp-accordion .accordion-body p {
    font-size: 16px;
    line-height: 25px;
}
.full-width-faqs .accordion-item.home .accordion-header button.accordion-button:before {
   
    content: "";
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-size: 30px 25px;
}
.full-width-faqs .accordion-item.home .accordion-header button.accordion-button.collapsed:before{
  background-size: 25px 30px;
}
.full-width-faqs .accordion-item.home .accordion-button.collapsed{
    padding: 15px 13px;
    line-height: 30px;
}
.tp-footer-copyright-inner p{
      font-size: 14px;
    margin-bottom: 8px;
}
.tp-footer-copyright {
    padding-top: 15px;
    padding-bottom: 15px;
}
.tp-footer-copyright-inner.social-footer a {
    height: 25px;
    width: 25px;
    line-height: 25px;
    margin-right: 10px;
}
.end-to-end-wrapper{
  padding-top: 60px!important;
}
.provide-visa-wrapper{
  margin-top: 50px!important;
}
.countries-custom-wrapper .tp-countries-name h4 {
    text-align: center!important;
    padding: 8px 3px 0px!important;
    margin-bottom: 0px!important;
}
.countries-custom-wrapper .side-arrows-navigation button{
  top: auto!important;
}
.tp-brand-item img{
  width: 145px!important;
}
.brand-custom-wrapper .tp-hero-pagination{
  transform: translateX(0px)!important;
}
.band-calculation-wrapper .table-responsive{
padding-right: 1px!important;
}
.classess-side-form{
  margin: 25px 0px 15px;
}
.contact-boxes{
 padding: 15px 15px!important;
}
.contact-custom-form-wrapper{
  padding: 15px 20px!important;
}
.contact-boxes .contact-box-icon {
    width: 65px!important;
    height: 65px!important;
    border: 8px solid #ebb9b7!important;
    
}
.contact-boxes .contact-box-icon i{
  line-height: 50px!important;
}
.team-custom-wrapper{
  padding-bottom: 80px!important;
}
.tp-footer-copyright-inner.social-footer h4{
  font-size: 15px;
}
.tp-footer-copyright-inner.social-footer a i{
  font-size: 15px;
}
.offcanvas__logo.logo img{
  width: 200px;
}
.tp-classess-wrap{
  padding: 50px 0px 30px!important;
}
.tp-classess-wrap .classes-rows{
  margin-top: 50px!important;
}
/*.visa-page-content-wrapper .row.tab-content-row{*/
/*  display: flex;*/
/*  flex-direction: column-reverse;*/
/*}*/
.tabs-custom-parent a > button{
  padding: 7px 12px;
    font-size: 14px;
}
.tabs-custom-parent h2 {
    font-size: 22px;
    line-height: 32px;
}
.visa-page-content-wrapper .accordion {
    padding: 25px 0px;
}
.visa-page-content-wrapper .accordion-button {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 12px;
}
.about-page-counter .tp-counter-content{
  border-right: none;
}
.progess-inner-wrap {
    padding: 50px 15px 25px 15px;
}
.bottom-right-banner{
  height: 250px;
}
.above-innner-content h3 {
    font-size: 35px;
    font-weight: 400!important;
    padding-bottom: 22px;
}
.bottom-above-content{
  max-width: 100%;
}
.about-top-wrapper{
  padding-top: 0px!important;
  padding-bottom: 30px!important;
}
.about-small-content-wrap h4 {
           font-size: 24px;
        line-height: 35px;
}
.breadcrumb__area{
padding-top: 45px!important;
padding-bottom: 45px!important;
}

.about-text-box-inner{
  padding: 0px!important;
}
.aboutus-side-to-side .row:nth-child(even) {
    margin-top: 30px;
}
.aboutus-side-to-side{
  padding-top: 40px!important;
  padding-bottom: 40px!important;
}
.about-page-counter .about-counting{
  padding-bottom: 5px!important;
}
.about-page-counter .tp-counter-content p{
  margin-bottom: 0px!important;
}
.countries-about-slide-wrap{
  margin-bottom: 0px!important;
}
.stories-page-wrapper .tp-testimonial-item{
  margin-left: 0px!important;
  padding: 30px!important;
}
}




.magnific-img img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.magnific-img {
  display: inline-block;
    width: calc(25% - 23px);
    position: relative;
    margin: 10px;
}
.magnific-img i{
  width: 50px;
    height: 50px;
    background-color: #ee4037;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}
.magnific-img:hover i{
  opacity: 1;
  visibility: visible;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
  opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }

    .magnific-img {
    width: calc(50% - 22px);
}

     }




.tabs-custom-parent table{
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color);
    caption-side: bottom;
    border-collapse: collapse;
}


.tabs-custom-parent table >:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.tabs-custom-parent table >tbody {
    vertical-align: inherit
}

.tabs-custom-parent table >thead {
    vertical-align: bottom
}

.classess-tabs-wrapper table >tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.university-page-wrapper table{
padding-top: 30px;
caption-side: bottom;
    border-collapse: collapse;
}

.university-page-wrapper table >tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.university-page-wrapper table >:not(caption)>* {
    border-width: 1px 0
}

.university-page-wrapper table >:not(caption)>*>* {
    border-width: 0 1px
}

.university-page-wrapper table > tbody>tr:hover>* {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.visa-tabs-format-wrapper table > tbody > tr{
  border: 1px solid #dee2e6;
}

/*.tabs-custom-parent ul li{*/
/*    list-style-type: none;*/
/*}*/
.visa-page-content-wrapper u a{
    border-radius: 25px;
    padding: 7px 25px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    background-color: #282561 !important;
    border: none !important;
    display: inline-block;
}
.about-small-content-wrap strong{
    color: #ee4037!important;
    font-weight:700!important;
}


.tp-banner-hero-pagination{
  position: absolute;
      top: auto !important;
    left: 0px !important;
    bottom: -50px !important;
    right: 0px !important;
    text-align: center !important;
    z-index: 1;
}
.tp-banner-hero-pagination .swiper-pagination-bullet {
    display: inline-block !important;
    margin-bottom: 0px !important;
    height: 12px !important;
    width: 12px !important;
    margin-right: 10px !important;
    background: var(--tp-theme-secondary);
    opacity: 1;
}
.tp-banner-hero-pagination .swiper-pagination-bullet-active {
    background: var(--tp-theme-primary);
}


.tp-mbanner-hero-pagination{
  position: absolute;
      top: auto !important;
    left: 0px !important;
    bottom: -50px !important;
    right: 0px !important;
    text-align: center !important;
    z-index: 1;
}
.tp-mbanner-hero-pagination .swiper-pagination-bullet {
    display: inline-block !important;
    margin-bottom: 0px !important;
    height: 12px !important;
    width: 12px !important;
    margin-right: 10px !important;
    background: var(--tp-theme-secondary);
    opacity: 1;
}
.tp-mbanner-hero-pagination .swiper-pagination-bullet-active {
    background: var(--tp-theme-primary);
}



.top-banner-slider .banner-slide-item img{
  width: 100%;
}
.banner-slide-top-form{
  position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    z-index: 2;
}

.visa-side-form-wrap{
    position: sticky;
    top: 85px;
}
.university-page-wrapper .visa-side-form-wrap{
    position: sticky;
    top: 85px;
}
.tp-header-sticky-onepage .tp-main-menu ul li a{
    padding: 25px 0px!important;
}

.tp-header-sticky-onepage .tp-main-menu ul li .submenu li a{
    padding:0px!important;
}

.visa-side-form-wrap form textarea{
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.3px;
    background: #F3F3F3;
    border: 1px solid #47429d;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    padding-left: 17px !important;
    padding-right: 17px !important;
    overflow:hidden;
}
.visa-side-form-wrap form textarea::placeholder{
    color: #282561;
  font-weight: 600;
  font-size: 14px;
}
.visa-side-form-wrap form select.form-control{
    line-height:20px!important;
     color: #282561;
  font-weight: 600;
  font-size: 14px;
}
.visa-side-form-wrap form select.form-control option{
     color: #282561;
  font-weight: 600;
  line-height: normal;
    min-height: auto;
    padding: 3px 15px 3px !important;
    font-size: 14px;
    margin-bottom: 0;
}

.visa-side-form-wrap form select.form-control option selected{
      color: #282561;
  font-weight: 600;
  font-size: 14px;
}

.contact-social-bottom-fixed{
    position: fixed;
    bottom: 30px;
    right: 20px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    text-align: center;
    animation: move 6s infinite forwards;
    z-index: 99;
    padding: 10px 5px 6px;
}
@keyframes move{
    0% {
    transform: translateY(0px);
}
50% {
    transform: translateY(0px);
}
75% {
    transform: translateY(50px);
}
100% {
    transform: translateY(0px);
}
}
.contact-social-bottom-fixed ul{
    list-style-type: none;
        display: flex;
    align-items: center;
}

.contact-social-bottom-fixed ul li{
        display: inline-block;
    margin: 0px 8px;
}

.contact-social-bottom-fixed ul li a i.fa-phone-volume{
   color:#282561;
   font-size:28px;
   transform: rotate(326deg);
}
.contact-social-bottom-fixed ul li a img{
   width:35px;
}
/*.contact-social-bottom-fixed ul li a i.fa-whatsapp-square{*/
/*   color:#00A65A;*/
/*   font-size:30px;*/
/*}*/

.go-to-inquiry-wrap a{
    position: fixed;
    bottom: 30px;
    left: 20px;
    border-radius: 12px;
    background-color: #ee4037;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    text-align: center;
     /*animation: move 6s infinite forwards; */
    z-index: 99;
    padding: 10px 15px;
    min-width: 150px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
}
.go-to-inquiry-wrap a i{
    margin-right: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #ffffff;
    color: #ee4037;
    border-radius: 50%;
    font-size: 15px;
}

.tp-inquiry-wrapper{
    background-color:#f9f9f9;
}

.inquiry-page-form-wrap form textarea{
    height:130px!important;
}
.inquiry-page-form-wrap form{
    padding:50px 45px!important;
}
.inquiry-page-form-wrap form .form-control{
    border:1px solid #dddddd!important;
    box-shadow:0px 1px 6px rgba(0, 0, 0, 0.10)!important;
    height:50px!important;
    line-height:50px!important;
}

.inquiry-page-form-wrap .form-mobile-custom .country-code-wrap{
    border:1px solid #dddddd!important;
    box-shadow:0px 1px 6px rgba(0, 0, 0, 0.10)!important;
        width: 18%!important;
    line-height: 38px!important;
}
.inquiry-page-form-wrap form textarea{
    border:1px solid #dddddd!important;
    box-shadow:0px 1px 6px rgba(0, 0, 0, 0.10)!important;
}

/*.tp-thankyou-wrapper{*/
/*    background-color:#f9f9f9;*/
/*}*/
.thanks-page-content h1{
        font-size: 50px;
    font-weight: 700;
    color: #ee4037;
}
.thanks-page-content p{
    font-weight: 500;
    font-size: 30px;
    line-height: 41px;
    margin-top: 10px;
}
.structure-pic img{
    width:100%;
    border-radius:10px;
}

.tp-blog-2-area .tp-blog-item-info{
    margin-bottom:10px!important;
}
.tp-blog-2-area .tp-blog-content.tp-blog-2-content {
    padding: 20px 20px 30px!important;
}
.visa-side-form-wrap select.form-control{
    -webkit-appearance: auto!important;
    -moz-appearance: auto!important;
    appearance: auto!important;
    padding-left:12px!important;
}
/*.visa-side-form-wrap i.form-select-custom-icons{*/
/*        float: right;*/
/*    margin-top: -26px;*/
/*    margin-right: 15px;*/
/*    color: #282561;*/
/*}*/

#successMessage{
    background-color:#008000;
    color:#ffffff!important;
    padding:10px 20px;
}

@media(max-width: 767px){
    .banner-form-wrapper .hero-txt h2 {
    font-size: 28px!important;
    line-height: 40px!important;
}
.banner-form-wrapper .hero-txt h4{
   font-size: 20px!important; 
}
.banner-form-wrapper .hero-txt p {
    font-size: 18px!important;
    padding: 0!important;
    line-height: 28px!important;
}
.banner-form-wrapper {
    padding: 50px 0px 50px!important;
}
.banner-form {
    text-align: left;
    margin-top: 40px;
}
.banner-form form button.btn{
    margin-top:20px;
}
.visa-banner-content h4 {
    font-size: 22px!important;
    line-height: 30px!important;
    margin-bottom: 5px!important;
}
.tp-header-sticky-onepage.tp-header-main {
    padding: 8px 0px!important;
}
.stories-page-wrapper{
    padding-top:50px;
}
/*.breadcrumb__area{*/
/*    margin-bottom:20px!important;*/
/*}*/
  .banner-slide-top-form {
    position: inherit;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 2;
}
.tabs-custom-parent table{
    width: 100%!important;
    overflow-x: auto!important;
    display: inline-block!important;
}
.visa-side-form-wrap {
    position: initial!important;
}
.visa-side-form-wrap form{
    margin-bottom:0px!important;
}
.visa-page-content-wrapper .visa-side-form-wrap {
    margin-top:20px!important;
}
.university-page-wrapper .visa-side-form-wrap {
    margin-top:15px!important;
}
.about-top-wrapper img{
    width:100%!important;
    height:auto!important;
}
.call-bg-wrapper{
    padding-top:35px!important;
    padding-bottom:100px!important;
}
#myvideoPopup .video-inner-pop{
    width:90%!important;
}
.success-video-wrapper .video-inner-pop{
    width:90%!important;
}
.counter-wrapper .tp-counter-title{
    font-size:22px!important;
}
.counter-wrapper .tp-counter-content p{
    font-size: 13px!important;
    line-height: 20px!important;
}
.counter-wrapper .row .col-lg-4 {
    border-right: 2px solid #dddddd!important;
}
.counter-wrapper .tp-counter-item.mb-30{
    margin-bottom:0px!important;
}
.inquiry-page-form-wrap form {
    padding: 25px 15px !important;
}
.stories-title h3 {
    font-size: 25px;
}
.stories-title{
    padding-bottom:0px!important;
}
.page-titles-wrap span{
    margin-left:0px!important;
}
.contct-page-main-wrapper{
    padding-top:0px!important;
    padding-bottom:20px!important;
}
.footer-main-wrapper .tp-footer-widget-content ul li a {
    font-size: 15px!important;
}
.footer-main-wrapper .tp-footer-widget-content ul li:not(:last-of-type) {
    margin-bottom: 4px!important;
}
.footer-main-wrapper .tp-footer-widget-title {
    font-size: 17px!important;
    margin-bottom:10px!important;
}
.footer-main-wrapper .tp-footer-widget.mb-50{
    margin-bottom:35px!important;
}
.footer-main-wrapper .tp-footer-widget-content p {
    font-size: 14px!important;
    line-height: 24px!important;
}
}

.visa-side-form-wrap form textarea{
    height:120px!important;
}


.alert-message-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
    display: none;
}

.alert-popup-inner-wrap .pop-cross i{
       height: 30px;
    width: 30px;
    background-color: #282561;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
}
.alert-popup-inner-wrap .pop-cross {
    text-align: right;
    position: absolute;
    right: -7px;
    top: -10px;
}
.alert-popup-inner-wrap .visa-side-form-wrap{
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width:35%;
}

.alert-popup-inner-wrap .visa-side-form-wrap form{
    padding:35px 20px!important;
}

.mobile-slider-wrapper-n1{
        display:none;
    }
    


@media(max-width : 767px){
    .alert-popup-inner-wrap .visa-side-form-wrap {
        position: absolute !important;
        width: 85%!important;
    }
    .mobile-slider-wrapper-n1{
        display:block!important;
    }
    .desktop-slider-wrapper-n2{
        display:none!important;
    }
}






.tp-main-menu-content .tp-onepage-menu{
  display: inline-block;
    padding-right: 20px;
}

.tp-main-menu-content a.default-btn {
    /* background-color: #f8b864; */
    background-color: #0753a6;
    color: #fff;
    line-height: 45px;
    margin-top: 10px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
}
.dontaion-main-wrapper .row{
 background-color: #fff;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
}
.dontaion-main-wrapper .promo-content {
    padding: 25px 20px;
    border-right: 1px dashed #ddd;
}
.dontaion-main-wrapper .promo-content img {
    margin-bottom: 15px;
    width: 50px;
}
.dontaion-main-wrapper .promo-content h3 {
   font-size: 20px;
    letter-spacing: -1px;
    font-weight: 700;
}
.dontaion-main-wrapper .promo-content a {
    color: #222222;
    font-size: 14px;
    font-weight: 700;
}
.dontaion-main-wrapper .promo-content p{
font-size: 15px;
line-height: 25px;
margin-bottom: 15px;
}
.tp-events-wrapper .events-slide-box{
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #fafafa;
    border: 1px dashed #ddd;
    padding: 0px 15px 0px 0px;
}
.tp-events-wrapper .events-slide-box .events-structure-pic{
  margin-right: 30px;
}

.tp-events-wrapper .events-slide-box .events-structure-pic img{
width: 300px;
}
.tp-events-wrapper .events-slide-box .course-name h4 a{
 color: #007bff;
 font-size: 20px;
 font-weight: 700;
 margin-bottom: 20px;
}

.tp-events-wrapper .events-slide-box .course-name p{
 font-size: 15px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #222222;
    line-height: 25px;
}

.tp-events-wrapper .events-slide-box .course-name a.event-btn{
      background-color: #0753a6;
    color: #fff;
    line-height: 45px;
    margin-top: 10px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
}

.events-slide-box .news-structure-pic img{
  width: 100%;
}
.events-slide-box{
  border: 1px solid #dddddd;
}
.events-slide-box .new-content-inner{
padding: 30px;
}

.events-slide-box .new-content-inner h5 a{
color: #007bff;
text-transform: uppercase;
font-size: 20px;
font-weight: 700;
}

.events-slide-box .new-content-inner p{
color: #222222;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    margin: 15px 0px;
}
.footer-widget-section{
  background-color: #222;
    background-position: right 150px center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 80px 0px 60px;
}
.footer-section {
    display: block;
    background-color: #222;
    border-top: 1px solid #333;
    padding: 15px 0;
}
.widget-content h3 {
  color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
}
.widget-content p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
}
.widget-content ul li{
  list-style-type: none;
  margin-bottom: 15px;
}
.widget-content ul li a {
     color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
}
.copyright{
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
}
.widget-content .social-icon{
  margin-top: 15px;
}
.widget-content .social-icon li{
  display: inline-block;
  padding-right: 15px;
}
.widget-content .social-icon li a i{
color:#96ef0a
}

.widget-content #mc_embed_signup form {
    position: relative;
}
.widget-content #mc_embed_signup input.email {
    width: 100% !important;
}
.widget-content #mc_embed_signup .clear {
    position: absolute;
    right: 0;
}
body .widget-content #mc_embed_signup .button {
    background-color: #0753a6 !important;
}

.copyright a{
  color: #007bff;
}

.cade-common-banner .bg-blue {
    color: #ffffff;
    background-color: #0852a5;
}

.cade-common-banner .head-banner {
    height: 120px;
    margin: 20px 0px;
    position: relative;
}
.cade-common-banner  .head-banner h1 {
    padding-top: 30px;
    font-size: 40px;
    font-weight: 700;
        padding-left: 155px;
}
.cade-common-banner .head-banner img {
    position: absolute;
    width: 120px;
    top: 0px;
    left: 100%;
    background: white;
    padding: 20px 20px;
    z-index: 1;
    border-radius: 25px;
    margin-left: -50px;
}
.cade-common-banner .header-right-col {
    background-color: #97ef0e;
}
.resouces-body p{
      font-size: 17px;
    margin-bottom: 15px;
    color: #222222;
    font-family: "Jost", sans-serif;
}
.resouces-body h2{
      font-size: 32px;
    margin-bottom: 15px;
    color: #222222;
    font-family: "Jost", sans-serif;
}
.resouces-body p strong a{
  font-size: 20px;
    color: #007bff;
    position: relative;
    font-family: "Jost", sans-serif;
} 
.resouces-body p strong a:before{
  background: url(../img/rec1.png);
    position: absolute;
    content: "";
    width: 100px;
    height: 10px;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-left: -22px;
    margin-right: 20px;
}

.about-inner-content h2{
margin-bottom: 30px;
    font-size: 35px;
    font-weight: normal;
    font-family: "Lato", sans-serif;
}
.about-inner-content p{
  font-size: 1rem;
    font-weight: normal;
    line-height: 1.75;
    color: #75737f;
    text-rendering: optimizeLegibility;
    font-family: inherit;
}


.team-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
        background-color: #f2f2f2;
}
.circle:before {
    background-color: #0b51a4;
    content: '';
    height: 800px;
    width: 800px;
    position: absolute;
    top: -400px;
    left: -350px;
    border-radius: 100%;
    opacity: 0.2;
    z-index: -1;
}
.section-heading h2 {
    font-size: 38px;
    margin-bottom: 0;
}
.section-heading .heading-border {
    border-top: 5px solid #0753a6;
    width: 50px;
    display: inline-block;
    margin-top: 0;
}
.team-wrapper {
    display: flex;
    align-items: center;
}
.team-wrap {
    margin-top: 50px;
}
.team-wrap .col-md-6 {
    padding: 10px;
}
.team-details {
    overflow: hidden;
    position: relative;
}
.members-wrap img {
    border-radius: 20px;
    border: solid 1px #999;
}
.members-wrap{
    display: flex;
    justify-content: center;
}
.team-details img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.team-details{
  overflow: hidden;
    position: relative;

}
.team-content h2 {
    margin-bottom: 20px;
    font-weight: normal;
    font-family: poppins;
}
.social-links li {
    margin-right: 25px;
    background-color: #0852a5;
    padding: 0px;
    text-align: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    list-style-type: none;
}
.social-links li a i {
    color: #FFF;
    line-height: 50px;
    font-size: 18px;
}
.team-content a.default-btn {
    /* background-color: #f8b864; */
    background-color: #0753a6;
    color: #fff;
    line-height: 45px;
    margin-top: 10px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
}

.members-wrap h3 {
    text-align: center;
    color: #0752a5;
    font-weight: normal;
    font-size: 18px;
    font-family: 'Lora', serif;
}
.members-wrap p {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
        line-height: 22px;
}
.email-btn {
    background-color: #0753a6;
    color: #fff;
    width: 100%;
    display: inline-block;
    border-radius: 3px;
    font-size: 15px;
    text-align: center;
    font-weight: normal;
    line-height: 30px;
    margin-top: 20px;
}
/*.team-details:hover img {
    transform: scale(1.1);
}*/
.bg-grey {
    background-color: #f2f2f2;
}
.report-wrap h2{
  font-size: 24px; 
    color: #282828;
    margin: 0 0 8px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.04em;
}

.year-wrap {
    border: solid 1px #999;
    text-align: center;
    padding: 50px 15px;
    margin: 15px 0px;
}
.year-wrap h3 {
    padding-bottom: 10px;
    font-size: 18px;
        margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.4;
    color: #282828;
    letter-spacing: -0.04em;
}
.year-wrap a {
    color: #ffff;
    background-color: #0077B5;
    padding: 10px 25px 10px 25px;
    text-align: center;
}
.partners-logo{
 background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    padding: 20px 15px;
}
.partners-logo img{
width: 230px;
    height: 100px;
}
.partner-top-content h2{
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: normal;
    font-family: "Lato", sans-serif;
}
.partner-top-content p{
  font-size: 1rem;
    font-weight: normal;
    line-height: 1.75;
    color: #75737f;
    text-rendering: optimizeLegibility;
    font-family: inherit;
}
.newspaper {
    background: url(../img/newspaper.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    background-size: cover;
    position: relative;
}
.newspaper h2 {
    color: white;
    line-height: 38px;
    font-weight: normal;
    font-family: lora;
}
.newspaper a.btn {
    border: solid 1px #0852a5;
    background-color: #0852a5;
    padding: 5px 15px 5px 15px;
    color: #fff;
}

.newspaper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    display: inline-block;
}
.resouce-content.inthenews .resouces-body p a:before{
 display: none;
}
.bg-green {
    background: #9bcc86;
    opacity: 0.9;
}
.bg-green h2 {
    color: #fff;
    margin: 10px;
    font-weight: normal;
    font-size: 34px;
    line-height: 45px;
}
.events-content-inner{
  background-color: #ffffff;
  padding: 20px;
}
.event-left-images{
  background-color: #ffffff;
}
.events-name-join{
  padding: 20px;
}
.event-left-images .event-btn {
  background: #0852a5;
    width: 100%;
    padding: 10px;
    margin: 30px 0px;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.events-content-inner p{
  margin-bottom: 15px;
  font-size: 15px;
}
.events-content-inner p a{
  color: #1a7ae3;
}

.resouces-body p a.apply-btn {
    background: #8fe508 !important;
    color: #ffffff !important;
    padding: 5px 20px !important;
    border-radius: 20px !important;
    font-weight: 500 !important;
    font-size: 19px !important;
    text-transform: uppercase !important;
}
.services-item.effect-item .services-photo{
  background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
}
.services-item.effect-item .services-text h3 a{
  font-family: "Jost", sans-serif;
  color: #007bff;
  font-size: 14px;
  font-weight: 600;
}
.services-item.effect-item .services-text p{
     font-family: "Jost", sans-serif;
    color: #000000;
    font-size: 15px;
    line-height: 25px;
    margin: 8px 0px 20px;
}
.services-item.effect-item .services-text .button-bn a{
font-family: "Jost", sans-serif;
    color: #007bff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.related-events-slide-box img{
  width: 100%;
}
.related-events-slide-box{
  border: 1px solid #dddddd;
  padding: 15px;
}
.related-events-slide-box .course-name h4 a{
font-family: "Jost", sans-serif;
color: #007bff;
font-size: 14px;
font-weight: 600;
}

.grants-btn-wrap a{
      background: #8fe508;
    color: #ffffff!important;
    padding: 5px 20px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 19px;
    text-transform: uppercase;
}
.grants-btn-wrap{
  margin-bottom: 30px;
}

.grants-listed hr{
  display: none;
}

.grants-listed  a{
  color: #007bff;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 15px;
}

.resouce-content.donate h2 {
font-size: 24px;
    color: #282828;
    margin: 0 0 15px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Jost', sans-serif;
}

.resouce-content.donate p{
font-size: 16px;
    font-family: 'Jost', sans-serif;
}

.Newsletter a {
    position: fixed;
    top: 50%;
    right: -177px;
    font-size: 19px;
    background-color: black;
    transform: rotate(-90deg);
    color: #fff;
    padding: 5px 15px 5px 15px;
    z-index: 9999;
}
#mc_embed_signup{
  background-color: transparent!important;
}
.newsletter-wrapper #mc_embed_signup input {
  width: 100%!important;
  height: 32px!important;
  padding: 8px 0px!important;
}
.newsletter-wrapper #mc_embed_signup input.button{
        background-color: #0753a6 !important;
    height: auto !important;
    padding: 0px 15px !important;
}

.newsletter-wrapper #mc_embed_signup .mc-field-group label{
  text-align: left!important;
}
.newlwtter-bottom-social-wrap ul li{
     display: inline-block;
    padding-right: 10px;
}
.newlwtter-bottom-social-wrap ul li a {
    font-size: 18px;
    height: 40px;
    width: 40px;
    display: inline-block;
    background-color: #0753a6;
    border-radius: 50%;
    line-height: 40px;
    color: #ffffff;
}

.newsletter-callout {
    background-color: #0753a6;
    padding: 42px 0px;
}
.newsletter-callout  h2.callout-title {
   color: #ffffff;
    font-size: 28px;
    margin: 0 0 8px;
    font-weight: 600;
    line-height: 37px;
    font-family: 'Jost', sans-serif;
}
.newsletter-callout .callout-actions a {
    background-color: #ffffff;
    color: #000000;
    padding: 7px 45px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
}

.events-content-inner a.vendor{
    background-color: #0753a6;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}
.date-count-wrap{
    list-style-type:none;
    padding-left:10px;
}
.date-count-wrap li span{
    font-size: 16px;
    color:#222222;
    padding-right:10px;
}

.widget-content #mc_embed_signup input{
    margin-bottom:10px!important;
}
.widget-content #mc_embed_signup .clear{
        position: initial;
        width:100%;
}
body .widget-content #mc_embed_signup .button{
    width: 100%;
    font-weight: 700;
}


@media(max-width:767px){
  .tp-main-menu-content .tp-onepage-menu {
    display: initial!important;
}
.offcanvas__social a{
  padding-right: 20px;
}
body .desktop-slider-wrapper-n2{
  display: block!important;
}
.tp-events-wrapper .events-slide-box{
  display: inherit!important;
  padding: 20px!important;
}
.cade-common-banner .head-banner h1 {
  padding-left: 0px!important;
}
.cade-common-banner .head-banner img {
    width: 80px!important;
    top: 15px!important;
    left: 79%!important;
}
.events-content-inner img{
  width: 100% !important;
        height: auto !important;
}
}