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

    Template Name: Acjon - Digital Agency & Creative Portfolio HTML Template
    Author: Theme_Pure
    Support: https://help.themepure.net/support/
    Description: Template
    Version: 1.0

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

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

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

	-----------------
    02. COMPONENTS CSS
	-----------------
		2.1 Accordion
		2.2 Animations
		2.3 Background
		2.4 Back to top
		2.5 Breadcrumb
		2.6 Buttons
		2.7 collection Title
		2.8 Magic Cursor
		2.9 Nice Select
		2.10 Preloader
		2.11 Search
		2.12 Section Title

	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style

    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Main Menu
		4.2 Mobile Menu
		4.3 offcanvas Menu

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

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1
		6.2 Footer Style 2
		6.3 Footer Style 3
		6.4 Footer Style 4
		6.5 Footer Style 5
		6.6 Footer Style 6
		6.7 Footer Style 7
		6.8 Footer Style 8
		6.9 Footer Style 9
		6.10 Footer Style 10
		6.11 Footer Style 11

	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 About Css
		7.2 application Css
		7.3 Award Css
		7.4 Banner Css
		7.5 Brand css
		7.6 cta css
		7.7 faq Css
		7.8 funfact
		7.9 Hero css
		7.10 instagram css
		7.11 Portfolio Css
		7.12 Price
		7.13 prooject-slider
		7.14 Service Css
		7.15 step Css
		7.16 team Css
		7.17 testimonial Css
		7.18 Text Slider Css
		7.19 video css
		7.20 Work Css
		7.21 contact css
		7.22 Shop css
**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300..700&family=Teko:wght@300..700&family=Unbounded:wght@200..900&display=swap");
@keyframes bannerAnimationTwo {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(20px, -5px);
  }
  40% {
    transform: translate(50px, 20px);
  }
  60% {
    transform: translate(20px, 50px);
  }
  80% {
    transform: translate(-20px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.tp-3d-slide-container .tp-3d-slide-arrow, .tp-portfolio-meta-2 span, .back-to-top-wrapper, a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tp-contact-me-form-btn button span, .tp-header-pp-btn span {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.ds-price-item-list ul li span, .bnc-portfolio-slider-arrow button span, .ds-testimonial-item-name svg, .tp-footer-10-btn span, .tp-footer-9-col-4 .ds-footer-widget-input .tp-btn-green span, .postbox__comment-reply a span, .breadcrumb__content .breadcrumb__list span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.bnc-video-item-btn a span svg {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

/* transform */
:root {
  /**
  @font family declaration
  */
  --tp-ff-p: 'Poppins', serif;
  --tp-ff-body: 'Poppins', serif;
  --tp-ff-popins: 'Poppins', serif;
  --tp-ff-heading: 'Unbounded', sans-serif;
  --tp-ff-teko: 'Teko', serif;
  --tp-ff-playfair: 'Playfair Display', serif;
  --tp-ff-unbounded: 'Unbounded', sans-serif;
  --tp-ff-space: 'Space Grotesk', sans-serif;
  --tp-ff-bricolage: 'Bricolage Grotesque', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #F5F7F5;
  --tp-common-white-solid: white;
  --tp-common-black: #010103;
  --tp-common-black-solid: #000;
  --tp-common-paste: #073333;
  --tp-common-brown: #DFAE4F;
  --tp-common-yellow: #fff669;
  --tp-grey-1: #F5F7F5;
  --tp-grey-2: #f1f1f1;
  --tp-text-body: #717171;
  /* --tp-theme-primary: #FF9800; */
  /* --tp-theme-primary: #f17e01; */
  --tp-theme-primary: #FF9800;
  --tp-theme-secondary: #F5F7F5;
  --tp-border-1: #EAEBED;
  --tp-border-2: #e7e7e7;
}

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

html {
  scroll-behavior: smooth;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1350px;
  }
  .container-1530 {
    max-width: 1530px;
  }
  .container-1480 {
    max-width: 1480px;
  }
  .container-1410 {
    max-width: 1410px;
  }
  .container-1320 {
    max-width: 1320px;
  }
  .container-1230 {
    max-width: 1230px;
  }
  .container-1510 {
    max-width: 1510px;
  }
  .container-1630 {
    max-width: 1630px;
  }
  .container-1600 {
    max-width: 1600px;
  }
  .container-1690 {
    max-width: 1690px;
  }
  .container-1750 {
    max-width: 1750px;
  }
  .container-1800 {
    max-width: 1800px;
  }
}
/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  color: var(--tp-text-body);
  font-family: var(--tp-ff-body);
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

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

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-weight: 400;
  font-size: 18px;
  line-height: 1.56;
  margin-bottom: 15px;
  font-family: var(--tp-ff-p);
  color: var(--tp-text-body);
}

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;
  height: 60px;
  width: 100%;
  line-height: 60px;
  font-size: 16px;
  padding-left: 26px;
  padding-right: 26px;
  background: rgb(246, 246, 249);
  color: var(--tp-common-black);
  border: 1px solid rgb(246, 246, 249);
}
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: var(--tp-common-black);
}
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: var(--tp-common-black);
}
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: var(--tp-common-black);
}
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: var(--tp-common-black);
}
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: var(--tp-common-black);
}
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.1 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-capitalize {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

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

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

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

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  color: var(--tp-common-black);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: var(--tp-common-white);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.6 Buttons
/*----------------------------------------*/
.tp-btn-green {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 18px 24px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-bricolage);
  background-color: var(--tp-theme-primary);
}
.tp-btn-green:hover {
  color: var(--tp-common-black);
}
.tp-btn-green:hover span svg {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-green span svg {
  overflow: hidden;
}
.tp-btn-green.btn-white-bg {
  color: var(--tp-common-black);
  background-color: var(--tp-grey-1);
  font-family: var(--tp-ff-unbounded);
}
.tp-btn-green.btn-black-bg {
  color: var(--tp-grey-1);
  background-color: var(--tp-common-black);
}
.tp-btn-green.btn-h-60 {
  padding: 20px 25px;
  font-family: var(--tp-ff-bricolage);
}
.tp-btn-green.input-hover {
  padding: 18px 27px;
  border: 1px solid transparent;
}
.tp-btn-green.input-hover:hover {
  color: var(--tp-common-white);
  background-color: transparent;
  border-color: var(--tp-theme-primary);
}
.tp-btn-green.bdr-5 {
  border-radius: 5px;
}
.tp-btn-green.fw-700 {
  font-weight: 700;
}
.tp-btn-green.ff-bricolage {
  font-family: var(--tp-ff-bricolage);
}
.tp-btn-green.ff-space {
  font-family: var(--tp-ff-space);
}
.tp-btn-green.bg-none-style {
  background-color: transparent;
  border: 1px solid rgba(1, 1, 3, 0.1);
}
.tp-btn-green.br-8 {
  border-radius: 8px;
  font-family: var(--tp-ff-popins);
}
.tp-btn-circle {
  position: relative;
  display: flex;
  place-content: center;
  text-align: center;
  padding: 10px;
  height: 200px;
  width: 200px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
  border: 1px solid rgba(1, 1, 3, 0.1);
}
.tp-btn-circle:hover {
  color: var(--tp-common-white);
}
.tp-btn-circle:hover .tp-btn-circle-dot {
  width: 420px;
  height: 420px;
}
.tp-btn-circle span {
  display: block;
  margin-bottom: 11px;
}
.tp-btn-circle .tp-btn-circle-dot {
  position: absolute;
  bottom: 0;
  left: 32px;
  width: 20px;
  height: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background-color: var(--tp-common-black);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.tp-btn-circle.shadow-circle:hover {
  color: var(--tp-common-black);
}
.tp-btn-circle.shadow-circle:hover::before {
  left: 0;
}
.tp-btn-circle.shadow-circle::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
  left: -50px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  background-color: var(--tp-common-white);
}
.tp-btn-border {
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  padding: 14px 24px;
  padding-top: 20px;
  border-radius: 50px;
  display: inline-block;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
  border: 1px solid rgba(1, 1, 3, 0.1);
}
.tp-btn-border span svg {
  margin-left: 4px;
  transform: translateY(1px);
}
.tp-btn-border.btn-h-60 {
  border-radius: 0;
  padding: 23px 24px;
}
.tp-btn-border.radius-btn {
  border-radius: 8px;
  padding-bottom: 17px;
  padding: 21px 24px 22px;
  border: 1px solid rgba(1, 1, 3, 0.1);
}
.tp-btn-radius {
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 23px;
  padding-right: 8px;
  border-radius: 60px;
  display: inline-block;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.tp-btn-radius:hover {
  color: var(--tp-common-black);
}
.tp-btn-radius:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.tp-btn-radius:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-btn-radius:hover i svg:first-child {
  transform: translate(16px, -16px);
}
.tp-btn-radius:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px);
}
.tp-btn-radius span {
  z-index: 1;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.tp-btn-radius span.text-1 {
  display: block;
  position: relative;
  transition: 0.3s;
  transform: translateY(1px);
}
.tp-btn-radius span.text-2 {
  top: 100%;
  display: block;
  transition: 0.3s;
  position: absolute;
  transform: translateY(-1px);
}
.tp-btn-radius i {
  height: 40px;
  width: 40px;
  line-height: 42px;
  border-radius: 50%;
  margin-left: 2px;
  text-align: center;
  display: inline-block;
  background-color: var(--tp-common-brown);
}
.tp-btn-radius i span {
  position: relative;
  overflow: hidden;
  width: 14px;
  height: 14px;
  display: inline-flex;
}
.tp-btn-radius i svg {
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}
.tp-btn-radius i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0;
}
.tp-btn-anim {
  gap: 10px;
  align-items: start;
  display: inline-flex;
  justify-content: center;
}
.tp-btn-anim:hover .btn-anim__letter {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
}
.tp-btn-anim .tp-btn-text {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: block !important;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter {
  margin-right: 1px;
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.024, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.024, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.76, 0, 0.024, 1);
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(1) {
  transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(2) {
  transition-delay: 30ms;
  -webkit-transition-delay: 30ms;
  -moz-transition-delay: 30ms;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(3) {
  transition-delay: 60ms;
  -webkit-transition-delay: 60ms;
  -moz-transition-delay: 60ms;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(4) {
  transition-delay: 90ms;
  -webkit-transition-delay: 90ms;
  -moz-transition-delay: 90ms;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(5) {
  transition-delay: 120ms;
  -webkit-transition-delay: 120ms;
  -moz-transition-delay: 120ms;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(6) {
  transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(7) {
  transition-delay: 180ms;
  -webkit-transition-delay: 180ms;
  -moz-transition-delay: 180ms;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(8) {
  transition-delay: 210ms;
  -webkit-transition-delay: 210ms;
  -moz-transition-delay: 210ms;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(9) {
  transition-delay: 240ms;
  -webkit-transition-delay: 240ms;
  -moz-transition-delay: 240ms;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(10) {
  transition-delay: 270ms;
  -webkit-transition-delay: 270ms;
  -moz-transition-delay: 270ms;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(11) {
  transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(12) {
  transition-delay: 330ms;
  -webkit-transition-delay: 330ms;
  -moz-transition-delay: 330ms;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(13) {
  transition-delay: 360ms;
  -webkit-transition-delay: 360ms;
  -moz-transition-delay: 360ms;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(14) {
  transition-delay: 390ms;
  -webkit-transition-delay: 390ms;
  -moz-transition-delay: 390ms;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(15) {
  transition-delay: 420ms;
  -webkit-transition-delay: 420ms;
  -moz-transition-delay: 420ms;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(16) {
  transition-delay: 450ms;
  -webkit-transition-delay: 450ms;
  -moz-transition-delay: 450ms;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(17) {
  transition-delay: 480ms;
  -webkit-transition-delay: 480ms;
  -moz-transition-delay: 480ms;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(18) {
  transition-delay: 510ms;
  -webkit-transition-delay: 510ms;
  -moz-transition-delay: 510ms;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(19) {
  transition-delay: 540ms;
  -webkit-transition-delay: 540ms;
  -moz-transition-delay: 540ms;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(20) {
  transition-delay: 570ms;
  -webkit-transition-delay: 570ms;
  -moz-transition-delay: 570ms;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(21) {
  transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(22) {
  transition-delay: 630ms;
  -webkit-transition-delay: 630ms;
  -moz-transition-delay: 630ms;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(23) {
  transition-delay: 660ms;
  -webkit-transition-delay: 660ms;
  -moz-transition-delay: 660ms;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(24) {
  transition-delay: 690ms;
  -webkit-transition-delay: 690ms;
  -moz-transition-delay: 690ms;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(25) {
  transition-delay: 720ms;
  -webkit-transition-delay: 720ms;
  -moz-transition-delay: 720ms;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(26) {
  transition-delay: 750ms;
  -webkit-transition-delay: 750ms;
  -moz-transition-delay: 750ms;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(27) {
  transition-delay: 780ms;
  -webkit-transition-delay: 780ms;
  -moz-transition-delay: 780ms;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(28) {
  transition-delay: 810ms;
  -webkit-transition-delay: 810ms;
  -moz-transition-delay: 810ms;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(29) {
  transition-delay: 840ms;
  -webkit-transition-delay: 840ms;
  -moz-transition-delay: 840ms;
}
.tp-btn-anim .tp-btn-text .btn-anim__letter:nth-child(30) {
  transition-delay: 870ms;
  -webkit-transition-delay: 870ms;
  -moz-transition-delay: 870ms;
}

.tp-doubble-effect {
  display: inline-flex;
  align-items: center;
}
.tp-doubble-effect i {
  position: relative;
  overflow: hidden;
  width: 14px;
  height: 14px;
  display: inline-flex;
}
.tp-doubble-effect i svg {
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}
.tp-doubble-effect i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0;
}
.tp-doubble-effect:hover i svg:first-child {
  transform: translate(16px, -16px);
}
.tp-doubble-effect:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px);
}
.tp-doubble-effect:hover > span::after {
  transform: translate(1rem);
}
.tp-doubble-effect:hover > span::before {
  transform: translate(calc(100% + 1rem));
}
.tp-doubble-effect > span {
  position: relative;
}
.tp-doubble-effect > span::before, .tp-doubble-effect > span::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: transform 0.5s cubic-bezier(0.59, 0.23, 0.22, 0.96);
}
.tp-doubble-effect > span::before {
  left: 0;
}
.tp-doubble-effect > span::after {
  left: -1rem;
  transform: translate(-100%);
}

.tp-line-lr {
  position: relative;
}
.tp-line-lr::after {
  position: absolute;
  content: "";
  bottom: 3px;
  right: 0;
  height: 1px;
  width: 0;
  transition: 0.5s;
  background-color: currentColor;
}
.tp-line-lr:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

/*----------------------------------------*/
/*  2.2 Animations
/*----------------------------------------*/
@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes animationglob {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes lqdItiImgOut {
  0% {
    transform: translateY(0) scale(1);
  }
  to {
    transform: translateY(100%) scale(1.15);
  }
}
@keyframes hero-circle-2 {
  0% {
    -webkit-transform: translateX(1000px);
    -moz-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    -o-transform: translateX(1000px);
    transform: translateX(1000px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes hero-circle-3 {
  0% {
    -webkit-transform: translateX(500px);
    -moz-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -o-transform: translateX(500px);
    transform: translateX(500px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes move1 {
  0% {
    bottom: -300px;
    left: -300px;
  }
  30% {
    bottom: 100px;
    left: 300px;
  }
  60% {
    bottom: 200px;
    left: 600px;
  }
  100% {
    bottom: -300px;
    left: 1200px;
  }
}
@keyframes move1-reverse {
  0% {
    bottom: -150px;
    left: 1400px;
  }
  40% {
    bottom: 50px;
    left: 600px;
  }
  70% {
    bottom: 200px;
    left: 300px;
  }
  100% {
    bottom: -150px;
    left: -150px;
  }
}
@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}
@keyframes animate-pulse-2 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 246, 105, 0.1), 0 0 0 0 rgba(255, 246, 105, 0.1);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 246, 105, 0.1);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}
@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
@keyframes marquee-horizontal {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@-moz-keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@-ms-keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@keyframes scroll-up-down {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes scroll1 {
  0% {
    top: 0px;
  }
  100% {
    top: 100%;
  }
}
@keyframes scroll2 {
  0% {
    top: 0px;
  }
  100% {
    top: 100%;
  }
}
@keyframes transform {
  0% {
    transform: scale(0.5);
    opacity: 0.8;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0.8;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.tp-zoom-in-out {
  -webkit-animation: tp_zoom_in_out 7s infinite linear;
  -moz-animation: tp_zoom_in_out 7s infinite linear;
  -ms-animation: tp_zoom_in_out 7s infinite linear;
  -o-animation: tp_zoom_in_out 7s infinite linear;
  animation: tp_zoom_in_out 7s infinite linear;
}

@-webkit-keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-moz-keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-ms-keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes scroll_anim {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes loadingAnimation {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes roteted {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes bar_anim {
  0%, 100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }
  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}
@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
@-moz-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
@-ms-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes shaking {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.7, 1.1);
  }
  50% {
    transform: scale(1.1, 0.7);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes tp-hotspot {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@-moz-keyframes tp-hotspot {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@-ms-keyframes tp-hotspot {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes tp-hotspot {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@-webkit-keyframes tp-hotspot-2 {
  0% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@-moz-keyframes tp-hotspot-2 {
  0% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@-ms-keyframes tp-hotspot-2 {
  0% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes tp-hotspot-2 {
  0% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/*----------------------------------------*/
/*  2.10 Preloader
/*----------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: var(--tp-theme-primary);
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--tp-common-black);
  animation: preloader 1.3s linear infinite;
  -webkit-animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
/*--- end of preloader ---*/
/*----------------------------------------*/
/*  2.3 Background
/*----------------------------------------*/
.grey-bg {
  background-color: var(--tp-grey-1);
}

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

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

.white-bg-2 {
  background-color: #fff;
}

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

.grey-bg-2 {
  background-color: #202020;
}

[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.9 Nice Select
/*----------------------------------------*/
.custom-select {
  position: relative;
  width: 200px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.custom-select .selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: #fff;
}
.custom-select .selected.open .arrow {
  transform: rotate(-135deg);
}
.custom-select .selected.open + .options {
  max-height: 500px;
  opacity: 1;
}
.custom-select .selected .arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: solid #333;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.custom-select .options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 100;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.custom-select .options li {
  padding: 10px;
  cursor: pointer;
  list-style: none;
  transition: background 0.2s ease;
}
.custom-select .options li:hover {
  background: #f0f0f0;
}

/*----------------------------------------*/
/*  2.5 Breadcrumb
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-breadcrumb-s1-ptb {
    padding-top: 170px;
  }
}
.tp-breadcrumb-s1-shape {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .tp-breadcrumb-s1-shape {
    top: -55px;
  }
}
.tp-breadcrumb-s1-shape-two {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-breadcrumb-s1-content {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-breadcrumb-s1-content {
    padding-bottom: 80px;
  }
}
.tp-breadcrumb-s1-title {
  font-size: 80px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 50px;
  letter-spacing: -4.8px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-breadcrumb-s1-title br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-breadcrumb-s1-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-breadcrumb-s1-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-breadcrumb-s1-title {
    font-size: 40px;
    letter-spacing: 0;
    margin-bottom: 35px;
  }
}
.tp-breadcrumb-s1-wrap {
  gap: 60px;
  display: flex;
  align-items: start;
  padding-left: 220px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-breadcrumb-s1-wrap {
    gap: 40px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-breadcrumb-s1-wrap {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.tp-breadcrumb-s1-subtitle {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}
.tp-breadcrumb-s1-subtitle::after {
  height: 1px;
  width: 39px;
  content: "";
  margin-left: 10px;
  display: inline-block;
  transform: translateY(-5px);
  background-color: var(--tp-common-black);
}
.tp-breadcrumb-s1-text p {
  font-size: 18px;
  color: #010103;
  line-height: 28px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .tp-breadcrumb-s1-text p br {
    display: none;
  }
}
.tp-breadcrumb-s1-bottom {
  padding: 30px 0;
  border-top: 1px solid rgba(1, 1, 3, 0.1);
}
.tp-breadcrumb-s1-bottom-text p {
  color: #010103;
  font-weight: 700;
  letter-spacing: -0.42px;
  text-transform: uppercase;
  font-family: var(--tp-ff-unbounded);
}
.tp-breadcrumb-s1-bottom-text p svg {
  margin-left: 5px;
}
.tp-breadcrumb-s2-ptb {
  padding-top: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tp-breadcrumb-s2-bg::after {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  background: rgba(1, 1, 3, 0.3);
}
.tp-breadcrumb-s2-title {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -3.5px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-space);
}
@media (max-width: 767px) {
  .tp-breadcrumb-s2-title {
    font-size: 50px;
    letter-spacing: -2px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-breadcrumb-s2-title {
    font-size: 55px;
  }
}
.tp-breadcrumb-s2-content {
  position: relative;
}
.tp-breadcrumb-s2-content p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-breadcrumb-s3-shape {
  right: 0;
  bottom: 0;
  position: absolute;
}
.tp-breadcrumb-s3-content .tp-breadcrumb-s1-title, .tp-breadcrumb-s3-content .tp-breadcrumb-s1-subtitle {
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.tp-breadcrumb-s3-content .tp-breadcrumb-s1-text p {
  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) {
  .tp-breadcrumb-s4-ptb {
    padding-top: 77px;
  }
}
@media (max-width: 767px) {
  .tp-breadcrumb-s4-ptb {
    padding-top: 67px;
  }
}
.tp-breadcrumb-s5-ptb {
  padding-top: 193px;
}
.tp-breadcrumb-s5-ptb .tp-breadcrumb-s1-bottom-text p {
  font-size: 14px;
  letter-spacing: -0.03em;
}
.tp-breadcrumb-s5-ptb .tp-breadcrumb-s1-bottom {
  padding: 27px 0;
  padding-bottom: 10px;
}
.tp-breadcrumb-s5-title {
  font-weight: 500;
  font-size: 120px;
  line-height: 117%;
  letter-spacing: -0.06em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-breadcrumb-s5-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-breadcrumb-s5-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .tp-breadcrumb-s5-title {
    font-size: 45px;
  }
}
.tp-breadcrumb-s5-title img {
  transform: translateY(-10px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-breadcrumb-s5-title img {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .tp-breadcrumb-s5-title img {
    width: 110px;
    transform: translateY(-5px);
  }
}
@media (max-width: 767px) {
  .tp-breadcrumb-s5-title img {
    width: 90px;
  }
}
.tp-breadcrumb-s6-ptb {
  background: #f6f6f9;
  padding-top: 128px;
  padding-bottom: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-breadcrumb-s6-ptb {
    padding-top: 106px;
  }
}
@media (max-width: 767px) {
  .tp-breadcrumb-s6-ptb {
    padding-top: 96px;
  }
}
.tp-breadcrumb-s6-content ul {
  display: flex;
}
.tp-breadcrumb-s6-content ul li {
  list-style: none;
  font-family: var(--tp-ff-bricolage);
  font-weight: 500;
  font-size: 18px;
  line-height: 111%;
  color: var(--tp-common-black);
}
.tp-breadcrumb-s6-content ul li i {
  font-size: 14px;
  margin-left: 15px;
  margin-right: 15px;
}
.tp-breadcrumb-s7-ptb {
  padding-top: 200px;
  padding-bottom: 100px;
}
.tp-breadcrumb-s7-shape {
  position: absolute;
  bottom: 170px;
  right: 185px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-breadcrumb-s7-shape {
    right: 0;
  }
}
.tp-breadcrumb-s7-title {
  font-size: 80px;
  font-weight: 600;
  line-height: 119%;
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-breadcrumb-s7-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-breadcrumb-s7-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .tp-breadcrumb-s7-title {
    font-size: 36px;
  }
  .tp-breadcrumb-s7-title span {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-breadcrumb-s7-title br {
    display: none;
  }
}
.tp-breadcrumb-s7-title img {
  border-radius: 100px;
  margin-right: 10px;
  margin-top: -18px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-breadcrumb-s7-title img {
    width: 150px;
    margin-top: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-breadcrumb-s7-title img {
    width: 100px;
    margin-top: -5px;
  }
}
.tp-breadcrumb-s7-content p {
  font-size: 16px;
  line-height: 187%;
  color: rgba(1, 1, 3, 0.8);
}
.tp-breadcrumb-s7-list ul {
  column-count: 2;
}
@media (max-width: 767px) {
  .tp-breadcrumb-s7-list ul {
    column-count: 1;
  }
}
.tp-breadcrumb-s7-list ul li {
  font-family: var(--tp-ff-bricolage);
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  list-style: none;
  margin-bottom: 13px;
}
.tp-breadcrumb-s8-style .tp-breadcrumb-s7-content {
  margin-left: -61px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-breadcrumb-s8-style .tp-breadcrumb-s7-content {
    margin-left: 0;
  }
}
.tp-breadcrumb-s9-spacing {
  padding-top: 330px;
  padding-bottom: 225px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-breadcrumb-s9-spacing {
    padding-top: 230px;
    padding-bottom: 125px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-breadcrumb-s9-spacing {
    padding-top: 180px;
    padding-bottom: 100px;
  }
}
.tp-breadcrumb-s9-shape {
  position: absolute;
  bottom: 0;
  width: 32%;
  left: 0;
  z-index: -1;
}
.tp-breadcrumb-s9-shape-2 {
  position: absolute;
  bottom: 157px;
  right: 20%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-breadcrumb-s9-shape-2 {
    right: 0;
  }
}
.tp-breadcrumb-s9-subtitle .tp-breadcrumb-s1-subtitle {
  color: var(--tp-common-white);
}
.tp-breadcrumb-s9-subtitle .tp-breadcrumb-s1-subtitle::after {
  background: var(--tp-common-white);
}
.tp-breadcrumb-s9-subtitle span {
  font-family: var(--tp-ff-unbounded);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  margin-left: 10px;
}
.tp-breadcrumb-s9-title {
  font-weight: 600;
  font-size: 80px;
  line-height: 119%;
  letter-spacing: -0.05em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-breadcrumb-s9-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-breadcrumb-s9-title {
    font-size: 40px;
  }
}
.tp-breadcrumb-s10-style {
  padding-top: 243px;
  padding-bottom: 125px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-breadcrumb-s10-style {
    padding-top: 180px;
    padding-bottom: 100px;
  }
}
.tp-breadcrumb-s10-shape {
  position: absolute;
  left: 7%;
  top: 40%;
}
@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: 767px) {
  .tp-breadcrumb-s10-shape {
    left: 0;
  }
}
.tp-breadcrumb-s10-shape-2 {
  position: absolute;
  top: -10%;
  right: 0;
}
.tp-breadcrumb-s10-title {
  font-size: 100px;
  line-height: 110%;
  letter-spacing: -0.06em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-breadcrumb-s10-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-breadcrumb-s10-title {
    font-size: 40px;
  }
}
.tp-breadcrumb-s10-subtitle {
  font-size: 18px;
  line-height: 156%;
  text-transform: capitalize;
  color: var(--tp-common-white);
  opacity: 0.8;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-breadcrumb-s10-subtitle br {
    display: none;
  }
}
.tp-breadcrumb-s11-style {
  padding-top: 243px;
  padding-bottom: 125px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-breadcrumb-s11-style {
    padding-top: 180px;
    padding-bottom: 70px;
  }
}
.tp-breadcrumb-s11-style .tp-service-inner-2-bigtext {
  color: var(--tp-theme-primary);
  font-weight: 500;
  font-size: 210px;
  top: 553px;
}
.tp-breadcrumb-s12-style .tp-breadcrumb-s1-subtitle {
  color: var(--tp-common-white);
}
.tp-breadcrumb-s12-style .tp-breadcrumb-s1-subtitle::after {
  background-color: var(--tp-common-white);
}
.tp-breadcrumb-s12-style .tp-breadcrumb-s7-content p {
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-breadcrumb-s12-style .tp-breadcrumb-s7-content p br {
    display: none;
  }
}
.tp-breadcrumb-s13-shape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-breadcrumb-s1-title br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-breadcrumb-s1-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .tp-breadcrumb-s3-shape {
    display: none;
  }
}

.breadcrumb__content .breadcrumb__list span {
  margin-right: 5px;
}
.breadcrumb__content .breadcrumb__list span a:hover {
  color: #F50963;
}

/*----------------------------------------*/
/*  2.1 Accordion
/*----------------------------------------*/
.tp-faq-accordion-wrap .accordion-items {
  border: 1px solid rgba(1, 1, 3, 0.07);
}
.tp-faq-accordion-wrap .accordion-buttons {
  position: relative;
  padding: 20px 30px;
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.7;
  width: 100%;
  text-align: left;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .tp-faq-accordion-wrap .accordion-buttons {
    padding-right: 50px;
    line-height: 1.3;
  }
}
.tp-faq-accordion-wrap .accordion-buttons:not(.collapsed) .tp-accordion-icon svg {
  transform: rotate(180deg);
}
.tp-faq-accordion-wrap .accordion-body {
  padding: 0 30px;
  padding-right: 100px;
}
@media (max-width: 767px) {
  .tp-faq-accordion-wrap .accordion-body {
    padding-right: 30px;
  }
}
.tp-faq-accordion-wrap .accordion-body p {
  margin-bottom: 0;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .tp-faq-accordion-wrap .accordion-body p br {
    display: none;
  }
}
.tp-faq-accordion-wrap .tp-accordion-icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.tp-faq-accordion-wrap .tp-accordion-icon svg {
  transition: 0.3s;
}

/*----------------------------------------*/
/*  2.12 Section Title
/*----------------------------------------*/
.tp-section-subtitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-bricolage);
}
.tp-section-subtitle.st-border {
  padding: 12px 25px;
  border-radius: 20px;
  border: 1px solid rgba(1, 1, 3, 0.1);
}
.tp-section-subtitle.st-border.white-style {
  color: var(--tp-common-white);
  border-color: rgba(245, 247, 245, 0.1);
}
.tp-section-subtitle.st-dot {
  position: relative;
}
.tp-section-subtitle.st-dot::before {
  content: "";
  height: 6px;
  width: 6px;
  margin-right: 10px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-2px);
  background-color: var(--tp-common-black);
}
.tp-section-subtitle.st-dot.white-style::before {
  background-color: var(--tp-common-white);
}
.tp-section-subtitle.st-unbounded {
  font-weight: 600;
  font-family: var(--tp-ff-unbounded);
}
.tp-section-subtitle.st-unbounded.fs-13 {
  font-size: 13px;
}
.tp-section-subtitle.fs-16 {
  font-size: 16px;
}
.tp-section-subtitle.st-spacegro {
  font-family: var(--tp-ff-space);
  text-transform: uppercase;
}
.tp-section-subtitle.border-line::after {
  content: "";
  width: 60px;
  height: 1px;
  margin-left: 10px;
  display: inline-block;
  transform: translateY(-3px);
  background-color: var(--tp-common-black);
}
.tp-section-subtitle.border-line::before {
  content: "";
  width: 60px;
  height: 1px;
  margin-right: 10px;
  display: inline-block;
  transform: translateY(-3px);
  background-color: var(--tp-common-black);
}

.lw-section-subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-playfair);
}
.lw-section-subtitle i {
  height: 50px;
  width: 50px;
  margin-right: 15px;
  border-radius: 50%;
  display: inline-grid;
  place-content: center;
  text-align: center;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.05);
}

.tp-section-title {
  font-size: 62px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-bricolage);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-section-title {
    font-size: 36px;
  }
}
.tp-section-title.tl-unbounded {
  font-weight: 700;
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-section-title.tl-unbounded br {
    display: none;
  }
}
.tp-section-title.tl-unbounded.fw-500 {
  font-weight: 500;
}
.tp-section-title.tl-unbounded.fw-600 {
  font-weight: 600;
}
.tp-section-title.tl-unbounded.fs-42 {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -0.84px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .tp-section-title.tl-unbounded.fs-42 {
    font-size: 36px;
  }
}
.tp-section-title.tl-unbounded.fs-42 span {
  color: rgba(1, 1, 3, 0.2);
}
@media (max-width: 767px) {
  .tp-section-title.tl-unbounded.fs-42.tt-capitalize br {
    display: none;
  }
}
.tp-section-title.tl-unbounded.fs-52 {
  font-size: 52px;
  letter-spacing: -1.04px;
  text-transform: uppercase;
}
@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-section-title.tl-unbounded.fs-52 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .tp-section-title.tl-unbounded.fs-52 {
    font-size: 38px;
  }
}
.tp-section-title.tl-spacegro {
  font-family: var(--tp-ff-space);
}
.tp-section-title.tl-spacegro .hr-title-shape {
  position: absolute;
  bottom: -2px;
  right: 45px;
  z-index: -1;
}
@media (max-width: 767px) {
  .tp-section-title.tl-spacegro .hr-title-shape {
    display: none;
  }
}
.tp-section-title.tl-spacegro .clr {
  color: var(--tp-theme-primary);
}
.tp-section-title.text-case-int {
  text-transform: initial;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-section-title.text-case-int {
    font-size: 52px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title.text-case-int {
    font-size: 45px;
  }
}
.tp-section-title.title-playfair {
  font-weight: 500;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-playfair);
}
@media (max-width: 767px) {
  .tp-section-title.title-playfair {
    font-size: 38px;
  }
}
.tp-section-title.title-playfair span {
  color: #DFAE4F;
  font-style: italic;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-section-title.title-playfair br {
    display: none;
  }
}
.tp-section-title.fs-150 {
  font-size: 150px;
  letter-spacing: -4.5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.fs-150 {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .tp-section-title.fs-150 {
    font-size: 80px;
  }
}
.tp-section-title.fs-140 {
  font-size: 140px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title.fs-140 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title.fs-140 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.fs-140 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .tp-section-title.fs-140 {
    font-size: 40px;
  }
}
.tp-section-title.fs-120 {
  font-size: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title.fs-120 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title.fs-120 {
    font-size: 82px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.fs-120 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-section-title.fs-120 {
    font-size: 56px;
  }
}
.tp-section-title.fs-72 {
  font-size: 72px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title.fs-72 {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.fs-72 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-section-title.fs-72 {
    font-size: 42px;
  }
}
.tp-section-title.fs-60 {
  font-size: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.fs-60 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .tp-section-title.fs-60 {
    font-size: 46px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-section-title.fs-60 br {
    display: none;
  }
}
.tp-section-title.fs-52 {
  font-size: 52px;
}
@media (max-width: 767px) {
  .tp-section-title.fs-52 {
    font-size: 48px;
  }
}
.tp-section-title.fw-700 {
  font-weight: 700;
}

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

/*----------------------------------------*/
/*  2.11 Search
/*----------------------------------------*/
.tp-search-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  height: 300px;
  visibility: hidden;
  background: var(--tp-common-white);
  -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));
  transition: all 0.5s ease-in-out 0s, visibility 0.5s ease-in-out;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.tp-search-area::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.tp-search-area.opened {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.tp-search-area.search-black {
  background: rgb(38, 37, 40);
}
.tp-search-area.search-black .tp-search-content .search::before {
  background-color: var(--tp-common-white);
}
.tp-search-area.search-black .tp-search-content input {
  border-color: #4F4F4F;
  background-color: transparent;
  color: var(--tp-common-white);
}
.tp-search-area.search-black .tp-search-content input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--tp-common-white);
}
.tp-search-area.search-black .tp-search-content input::-moz-placeholder { /* Firefox 19+ */
  color: var(--tp-common-white);
}
.tp-search-area.search-black .tp-search-content input:-moz-placeholder { /* Firefox 4-18 */
  color: var(--tp-common-white);
}
.tp-search-area.search-black .tp-search-content input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--tp-common-white);
}
.tp-search-area.search-black .tp-search-content input::placeholder { /* MODERN BROWSER */
  color: var(--tp-common-white);
}
.tp-search-area.search-black .tp-search-content .tp-search-icon {
  color: var(--tp-common-white);
}
.tp-search-area.search-black .tp-search-close-btn {
  border-color: #4F4F4F;
  color: var(--tp-common-white);
}
.tp-search-wrapper {
  position: relative;
  display: flex;
  padding-top: 80px;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-search-wrapper {
    padding-top: 115px;
  }
}
.tp-search-close {
  position: absolute;
  top: 35px;
  right: 35px;
}
@media (max-width: 767px) {
  .tp-search-close {
    right: 20px;
    top: 20px;
  }
}
.tp-search-close-btn {
  position: relative;
  height: 50px;
  width: 50px;
  z-index: 2;
  line-height: 1;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  color: var(--tp-common-black);
  border: 1px solid rgba(22, 22, 19, 0.1);
}
.tp-search-close-btn svg {
  height: 12px;
  width: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.tp-search-close-btn:hover svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-search-content .search {
  margin-bottom: 40px;
  position: relative;
}
.tp-search-content .search:has(input:focus)::before {
  width: 100%;
}
.tp-search-content .search::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  transition: 0.4s;
  background-color: var(--tp-common-black);
}
.tp-search-content input {
  height: 80px;
  border: none;
  font-size: 30px;
  font-weight: 400;
  padding: 0 60px 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #E6E8F0;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
}
.tp-search-content input:focus:hover {
  background: transparent;
}
.tp-search-content input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black);
}
.tp-search-content input::-moz-placeholder { /* Firefox 19+ */
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black);
}
.tp-search-content input:-moz-placeholder { /* Firefox 4-18 */
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black);
}
.tp-search-content input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black);
}
.tp-search-content input::placeholder { /* MODERN BROWSER */
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black);
}
.tp-search-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
}

/*----------------------------------------*/
/*  2.8 Magic Cursor
/*----------------------------------------*/
body.tp-magic-cursor #magic-cursor {
  display: block;
}

#magic-cursor {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
  top: 0;
  left: 0;
}

#ball {
  position: fixed;
  display: flex;
  align-items: center;
  pointer-events: none;
  border-radius: 50%;
  color: transparent;
  justify-content: center;
  mix-blend-mode: difference;
  background-color: var(--tp-common-black);
}

.cursor-bg-red #ball {
  background-color: #FF535B !important;
}
.cursor-bg-red #ball .ball-view {
  color: var(--tp-common-white);
}

.cursor-bg-red-2 #ball {
  background-color: #FF481F !important;
}
.cursor-bg-red-2 #ball .ball-view {
  color: var(--tp-common-white);
}

.cursor-bg-yellow #ball {
  background-color: #FFF669 !important;
}
.cursor-bg-yellow #ball .ball-view {
  color: var(--tp-common-black);
}

.cursor-white-bg #ball .ball-view {
  color: var(--tp-common-black);
}

/* Ball view 
============= */
#ball .ball-view {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  transform: scale(0);
  color: var(--tp-common-black);
}

/* Ball drag 
============= */
#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
  color: var(--tp-common-black);
}

#ball .ball-drag::before,
#ball .ball-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 19px;
  height: 10px;
  line-height: 10px;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: var(--tp-common-white);
  font-family: "Font Awesome 6 Pro";
  -webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
  content: "\f104"; /* Font Awesome */
  left: 0;
  transform: translate3d(-30px, 0, 0);
  transition: all 0.25s;
}

#ball .ball-drag::after {
  content: "\f105"; /* Font Awesome */
  right: 0;
  transform: translate3d(30px, 0, 0);
  transition: all 0.25s;
}

#ball.with-blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Ball close 
============== */
#ball.ball-close-enabled {
  opacity: 1 !important;
}

#ball .ball-close {
  position: absolute;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: var(--tp-common-black);
}

.tp-magnetic-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*----------------------------------------*/
/*  2.7 collection Title
/*----------------------------------------*/
.tp-circle-link {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  line-height: 120px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateY(-50%) scale(0.8);
  color: var(--tp-common-black);
  font-family: var(--tp-ff-bricolage);
  background-color: var(--tp-theme-primary);
}
.tp-circle-link span {
  display: inline-block;
  transform: translateY(-3px);
}
.tp-circle-link-hover:hover .tp-circle-link {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.tp-hover-line-white {
  position: relative;
}
.tp-hover-line-white.border-up::after {
  bottom: 3px;
}
.tp-hover-line-white::after {
  position: absolute;
  content: "";
  bottom: 1px;
  right: 0;
  width: 0;
  height: 1px;
  transition: 0.3s ease-in-out;
  background-color: var(--tp-common-white);
}
.tp-hover-line-white:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.tp-line-black {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.tp-line-black:hover {
  background-size: 0% 1px, 100% 1px;
}

.tp-line-white {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.tp-line-white:hover {
  background-size: 0% 1px, 100% 1px;
}

.tp-split-title .char {
  display: inline-block;
  transform-origin: left center;
  clip-path: inset(0 100% 0 0);
}

.tp-clip-anim {
  width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  overflow: hidden;
  position: relative;
}
.tp-clip-anim .tp-anim-img {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.tp-clip-anim .mask {
  background-size: cover;
  background-position: center;
  transform: scale(1.005);
}
.tp-clip-anim > * {
  grid-area: 1/1/2/2;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.tp-blur-bottom {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  bottom: 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 100px;
  left: 0;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black)) add;
  -webkit-mask: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%) add;
  mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black)) add;
  mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%) add;
  overflow: visible;
  position: fixed;
  right: 0;
  pointer-events: none;
  z-index: 999;
}

/* HEADER CSS */
/*----------------------------------------*/
/*   3.1 Header Style
/*----------------------------------------*/
.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 55;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-ptb {
    padding: 10px 0;
  }
}
.tp-header-border {
  border-bottom: 1px solid rgba(245, 247, 245, 0.1);
}
.tp-header-inner-border {
  border-bottom: 1px solid rgba(1, 1, 3, 0.1);
}
.tp-header-inner-box .tp-header-menu > nav > ul > li > a {
  color: var(--tp-common-black);
}
.tp-header-inner-box .tp-header-menu > nav > ul > li > a::after {
  filter: invert(1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-cr .tp-header-menu > nav > ul > li {
    margin: 0 7px;
  }
}
.tp-header-menu > nav > ul > li {
  margin: 0 13px;
  list-style-type: none;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-menu > nav > ul > li {
    margin: 0 15px;
  }
}
.tp-header-menu > nav > ul > li > a {
  padding: 36px 0;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-theme-secondary);
  font-family: var(--tp-ff-bricolage);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-box {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-box {
    padding-right: 0px;
  }
}
.tp-header-logo img {
  max-width: inherit;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-logo {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-logo {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-logo {
    padding: 10px 0;
  }
}
.tp-header-bar button {
  width: 56px;
  height: 56px;
  display: grid;
  text-align: center;
  place-content: center;
  background-color: var(--tp-theme-primary);
}
@media (max-width: 767px) {
  .tp-header-bar button {
    width: 45px;
    height: 45px;
  }
}
.tp-header-bar button i {
  height: 2px;
  width: 14px;
  display: block;
  margin-left: 0;
  background-color: var(--tp-common-white);
}
.tp-header-bar button i:nth-child(2) {
  width: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-bar button i {
    background-color: var(--tp-common-black);
  }
}
.tp-header-bar button i:nth-child(2) {
  margin: 6px auto;
}
.tp-header-bar button:hover i {
  animation: bar_anim 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.tp-header-shop-cart .cartmini-open-btn {
  position: relative;
  width: 40px;
  height: 40px;
  display: grid;
  font-size: 16px;
  border-radius: 25px;
  text-align: center;
  place-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--tp-common-black);
  border: 1px solid rgba(1, 1, 3, 0.1);
}
.tp-header-shop-cart .cartmini-open-btn:hover {
  background-color: var(--tp-common-white);
}
.tp-header-shop-cart .cartmini-open-btn span {
  position: absolute;
  font-size: 10px;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  display: grid;
  border-radius: 25px;
  text-align: center;
  place-content: center;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-header-5-menu > nav > ul > li > a {
  color: var(--tp-common-black);
}
.tp-header-5-menu.tp-header-dropdown nav ul li.has-dropdown > a::after {
  color: var(--tp-common-black);
}
.tp-header-7-top {
  padding: 10px 0 0;
  border-bottom: 1px solid rgba(245, 247, 245, 0.1);
}
.tp-header-7-top-text p {
  font-size: 16px;
  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), (max-width: 767px) {
  .tp-header-7-main {
    padding: 10px 0;
  }
}
.tp-header-7-info a {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.tp-header-7-info a:hover {
  opacity: 0.7;
}
.tp-header-7-info a span {
  margin-right: 4px;
  display: inline-block;
}
.tp-header-9-main {
  display: flex;
  justify-content: end;
}
.tp-header-9-main .tp-header-box {
  margin-right: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-9-main .tp-header-box {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .tp-header-9-main .tp-header-box {
    margin-right: 0;
  }
}
.tp-header-9-main .tp-header-7-info {
  margin-right: 90px;
}
.tp-header-9-right {
  position: relative;
}
.tp-header-9-right::before {
  position: absolute;
  content: "";
  top: 0;
  left: -50px;
  width: 1px;
  height: 100%;
  background-color: rgba(245, 247, 245, 0.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), (max-width: 767px) {
  .tp-header-9-right::before {
    content: none;
  }
}
.tp-header-9-right::after {
  position: absolute;
  content: "";
  top: 0;
  right: 46%;
  width: 1px;
  height: 100%;
  background-color: rgba(245, 247, 245, 0.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), (max-width: 767px) {
  .tp-header-9-right::after {
    content: none;
  }
}
.tp-header-10-logo a {
  max-width: 230px;
  padding: 36px 56px;
  display: inline-block;
  border-radius: 0 0 8px 8px;
  background-color: #DFAE4F;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-10-logo a {
    padding: 28px 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-10-logo a {
    padding: 25px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-10-logo a {
    padding: 16px;
  }
}
.tp-header-10-right .tp-header-bar button {
  width: auto;
  height: auto;
  background-color: transparent;
}
.tp-header-10-right .tp-header-bar button i {
  background-color: var(--tp-common-white);
}
.tp-header-10-right .tp-header-bar button i:nth-child(1) {
  width: 21px;
}
.tp-header-10-right .tp-header-bar button i:nth-child(2) {
  width: 36px;
}
.tp-header-10-btn-box .tp-btn-green {
  font-weight: 500;
  padding: 15px 25px;
  border-radius: 50px;
  background: #DFAE4F;
  text-transform: capitalize;
  font-family: var(--tp-ff-p);
}
.tp-header-hr-main {
  padding: 40px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-hr-main {
    padding: 0;
  }
}
.tp-header-pp-bar-wrap .tp-header-bar button i {
  width: 37px;
}
.tp-header-pp-bar-wrap .tp-header-bar button i:nth-child(1) {
  width: 20px;
  margin-left: 0;
}
.tp-header-pp-btn {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-block;
  letter-spacing: -0.48px;
  color: var(--tp-common-white);
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.tp-header-pp-btn span {
  margin-left: 5px;
  display: inline-block;
}
.tp-header-pp-btn:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-yellow);
}

.hr-side-header {
  top: 0;
  left: 0;
  width: 320px;
  height: 100vh;
  padding: 40px 0;
  position: fixed;
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .hr-side-header {
    width: 300px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hr-side-header {
    width: 268px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hr-side-header {
    width: 232px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hr-side-header {
    width: 200px;
  }
}
.hr-side-header-logo {
  padding: 0 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hr-side-header-logo {
    padding: 0 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hr-side-header-logo {
    padding: 0 15px;
  }
}
.hr-side-header-menu > nav > ul > li {
  display: block;
  position: relative;
  list-style-type: none;
}
.hr-side-header-menu > nav > ul > li a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  padding: 15px 40px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-bricolage);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hr-side-header-menu > nav > ul > li a {
    padding: 15px 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hr-side-header-menu > nav > ul > li a {
    padding: 15px 15px;
  }
}
.hr-side-header-menu.tp-header-dropdown nav ul li .tp-submenu {
  top: 0;
  left: 100%;
  background: rgb(11, 44, 51);
}
.hr-side-header-menu.tp-header-dropdown nav ul li .tp-submenu li:hover > a {
  background: rgba(255, 255, 255, 0.04);
}
.hr-side-header-btn {
  padding: 0 40px;
}
.hr-side-header-btn .tp-btn-green.br-8:hover {
  background-color: var(--tp-common-white);
}
.hr-side-header-btn .tp-btn-green.br-8 span {
  margin-left: 5px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hr-side-header-btn {
    padding: 0 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hr-side-header-btn {
    padding: 0 15px;
  }
}

.tp-header-port-bar span {
  color: var(--tp-common-white);
  cursor: pointer;
}
.tp-header-port-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
  padding: 18px 39px 14px 39px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
  animation-delay: 0.5s;
  animation-duration: 1s;
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.tp-header-port-btn:hover {
  background: var(--tp-common-yellow);
  color: var(--tp-common-black);
}
.tp-header-port-btn svg {
  margin-left: 5px;
}
.tp-header-port-btn-wrap {
  transform: rotate(-90deg);
  transform-origin: center;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-port-btn-wrap {
    transform: rotate(0);
  }
}
.tp-header-port-logo {
  transform: rotate(-90deg);
  transform-origin: center;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-port-logo {
    transform: rotate(0);
  }
}
.tp-header-port-wrap {
  width: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 70px 0px 100px;
  border-right: 1px solid #2a251d;
  background: #110C04;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-port-wrap {
    width: 100%;
    flex-direction: row;
    bottom: auto;
    padding: 10px 12px 10px;
  }
}
@media (max-width: 767px) {
  .tp-header-port-wrap {
    padding: 20px 12px 20px;
  }
}
.tp-header-8-bar {
  transition: 0.3s;
  padding: 8px 22px;
  border-radius: 24px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-header-8-bar:hover {
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.tp-header-8-bar:hover span {
  color: var(--tp-common-black);
}
.tp-header-8-bar span {
  line-height: 1;
  transition: 0.3s;
  font-size: 15px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--tp-common-white);
}
.tp-header-8-bar span svg {
  margin-left: 7px;
}
.tp-header-8-bar.bar-black-style {
  border: 1px solid rgba(1, 1, 3, 0.1);
}
.tp-header-8-bar.bar-black-style span {
  color: var(--tp-common-black);
}
.tp-header-8-wrapper {
  padding: 18px 0;
}
.tp-header-8-info a {
  font-size: 15px;
  font-weight: 600;
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  4.1 Main Menu
/*----------------------------------------*/
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 10;
  visibility: visible;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 6px 0 rgba(19, 19, 22, 0.08);
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
.header-sticky .tp-header-menu > nav > ul > li > a {
  padding: 22px 0;
}
.header-sticky.sticky-white-bg {
  background: rgba(255, 255, 255, 0.9);
}
.header-sticky.sticky-white-bg .logo-white {
  display: none;
}
.header-sticky.sticky-white-bg .logo-black {
  display: block !important;
}
.header-sticky.sticky-white-bg .tp-header-menu > nav > ul > li > a {
  color: var(--tp-common-black);
}
.header-sticky.sticky-white-bg .tp-header-8-bar {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.header-sticky.sticky-white-bg .tp-header-8-bar span {
  color: var(--tp-common-white);
}
.header-sticky.sticky-black-bg {
  background: rgba(38, 37, 40, 0.9);
}
.header-sticky.sticky-pest-bg {
  background-color: rgba(9, 53, 53, 0.9);
}
.header-sticky.tp-header-blur::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(40px);
  z-index: -1;
}
.header-sticky.tp-header-border {
  border-bottom: 0;
}
.header-sticky .tp-header-logo {
  padding: 0;
}
.header-sticky .tp-header-10-logo a {
  padding: 25px 56px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-sticky .tp-header-10-logo a {
    padding: 28px 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-sticky .tp-header-10-logo a {
    padding: 25px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-sticky .tp-header-10-logo a {
    padding: 16px;
  }
}

.logo-black {
  display: none;
}

.sticky-white-bg .tp-header-bar button i {
  background-color: var(--tp-common-black);
}
.sticky-white-bg.tp-header-border {
  border-color: rgba(1, 1, 3, 0.1);
}
.sticky-white-bg.tp-header-black-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tp-header-dropdown nav ul li {
  position: relative;
  list-style: none;
}
.tp-header-dropdown nav ul li.p-static {
  position: static;
}
.tp-header-dropdown nav ul li.has-dropdown > a::after {
  content: "\f078";
  margin-left: 4px;
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  transform: translateY(-2px);
  color: currentColor;
  transition: all 0.3s 0s ease-out;
  font-family: var(--tp-ff-fontawesome);
}
.tp-header-dropdown nav ul li.has-dropdown:hover a::after {
  transform: rotate(-180deg);
}
.tp-header-dropdown nav ul li .tp-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 260px;
  z-index: 99;
  opacity: 0;
  padding: 12px 0;
  transition: 0.5s;
  text-align: start;
  visibility: hidden;
  transform-origin: 0 0;
  transform: scale(1, 0);
  background: #1C1D20;
  backdrop-filter: blur(40px);
  border: 1px solid rgba(245, 247, 245, 0.1);
  box-shadow: 0 2px 6px 0 rgba(19, 19, 22, 0.08);
}
.tp-header-dropdown nav ul li .tp-submenu li {
  width: 100%;
  padding: 0 12px;
}
.tp-header-dropdown nav ul li .tp-submenu li a {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #bfbfc0;
  padding: 12px 18px;
  display: inline-block;
  letter-spacing: -0.01em;
  text-align: start;
  width: 100%;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-dropdown nav ul li .tp-submenu li a {
    font-size: 14px;
  }
}
.tp-header-dropdown nav ul li .tp-submenu li .tp-submenu {
  top: 0;
  left: 100%;
}
.tp-header-dropdown nav ul li .tp-submenu li:hover > a {
  background-color: #252525;
  color: var(--tp-common-white);
}
.tp-header-dropdown nav ul li .tp-submenu li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tp-header-dropdown nav ul li .tp-submenu li.menu-item-has-children > a::after {
  content: "\f107";
  font-size: 16px;
  font-weight: 400;
  margin-left: 2px;
  color: #bfbfc0;
  display: inline-block;
  transform: rotate(-90deg);
  transition: all 0.3s 0s ease-out;
  font-family: var(--tp-ff-fontawesome);
}
.tp-header-dropdown nav ul li .tp-submenu li.menu-item-has-children:hover a::after {
  transform: rotate(0deg);
  color: var(--tp-common-white);
}
.tp-header-dropdown nav ul li:hover > .tp-submenu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.tp-header-dropdown nav ul li:hover > .tp-megamenu-wrapper {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.2s;
  -webkit-transform: perspective(300px) rotateX(0deg);
  -moz-transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -o-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg);
}

.tp-megamenu-wrapper {
  position: absolute;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  left: 0;
  right: 0;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 65px 65px 40px;
  transform-origin: top;
  transition-duration: 0.1s;
  -webkit-transform: perspective(300px) rotateX(-18deg);
  -moz-transform: perspective(300px) rotateX(-18deg);
  -ms-transform: perspective(300px) rotateX(-18deg);
  -o-transform: perspective(300px) rotateX(-18deg);
  transform: perspective(300px) rotateX(-18deg);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-wrapper {
    padding: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-megamenu-wrapper {
    padding: 25px 0;
  }
}
.tp-megamenu-wrapper.megamenu-black-bg {
  backdrop-filter: blur(40px);
  border: 1px solid rgb(47, 47, 47);
  background: rgba(28, 29, 32, 0.9);
  box-shadow: 0 20px 30px -8px rgba(19, 19, 22, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-megamenu-wrapper.megamenu-black-bg {
    border-color: transparent;
  }
}
.tp-megamenu-wrapper.megamenu-white-bg {
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 6px 0 rgba(19, 19, 22, 0.1);
}
.tp-megamenu-wrapper.megamenu-white-bg .tp-home-menu-item .tp-home-menu-item-title {
  color: #111013;
}
.tp-megamenu-wrapper.megamenu-white-bg .tp-home-menu-item .tp-home-menu-item-title:hover {
  color: #111013;
}
.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-list ul {
  border-color: #F3F3F6;
}
.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-list ul li:hover a {
  background-color: #F8F8FB;
  color: var(--tp-common-black);
}
.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-list ul li a {
  color: #636368;
}
.tp-megamenu-wrapper.megamenu-pest-bg {
  backdrop-filter: blur(40px);
  border: 1px solid rgba(245, 247, 245, 0.1);
  background: rgba(9, 53, 53, 0.9);
  box-shadow: 0 2px 6px 0 rgba(19, 19, 22, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-megamenu-wrapper.megamenu-pest-bg {
    border-color: transparent;
  }
}
.tp-megamenu-wrapper.megamenu-pest-bg .tp-megamenu-list ul {
  border-color: rgba(243, 243, 246, 0.1);
}
.tp-megamenu-wrapper.megamenu-pest-bg .tp-megamenu-list ul li:hover a {
  background: rgba(255, 255, 255, 0.04);
}
.tp-megamenu-wrapper.container-1000 {
  max-width: 1000px;
  padding: 25px 15px 5px 7px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-megamenu-wrapper.container-1000 {
    padding: 0;
  }
}
.tp-megamenu-wrapper.tp-home-image {
  height: 100vh;
  overflow-y: scroll;
}
.tp-megamenu-title {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0;
  padding-left: 40px;
  padding-bottom: 25px;
  text-align: start;
  text-transform: uppercase;
  color: var(--tp-common-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-megamenu-title {
    padding-left: 23px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-title {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-megamenu-title {
    padding-left: 20px;
  }
}
.tp-megamenu-list {
  height: 100%;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-megamenu-list {
    padding: 0 0 12px;
  }
}
.tp-megamenu-list ul {
  height: 100%;
  position: relative;
  border-right: 1px solid rgba(68, 68, 68, 0.2509803922);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-megamenu-list ul {
    border: none;
  }
}
.tp-megamenu-list ul li {
  padding: 0 10px;
}
.tp-megamenu-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.tp-megamenu-list ul li a {
  position: relative;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #bfbfc0;
  padding: 12px 18px;
  display: inline-block;
  letter-spacing: -0.01em;
  text-align: start;
}
@media only screen and (min-width: 1701px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-megamenu-list ul li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-megamenu-list ul li a {
    font-size: 14px;
    padding: 12px 12px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-list ul li a {
    font-size: 14px;
    padding: 12px 8px;
  }
}
.tp-megamenu-list ul li a:hover {
  background-color: #252525;
  color: var(--tp-common-white);
}
.tp-megamenu-list-thumb {
  top: 0;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-megamenu-list-thumb {
    display: none;
  }
}

.dropdown-white-bg nav ul li .tp-submenu {
  border: 1px solid #F3F3F6;
  background: rgba(255, 255, 255, 0.9);
}
.dropdown-white-bg nav ul li .tp-submenu li a {
  color: #636368;
}
.dropdown-white-bg nav ul li .tp-submenu li:hover > a {
  background-color: #F8F8FB;
  color: var(--tp-common-black);
}
.dropdown-white-bg nav ul li .tp-submenu li.menu-item-has-children > a::after {
  color: #636368;
}
.dropdown-white-bg nav ul li .tp-submenu li.menu-item-has-children:hover > a::after {
  color: var(--tp-common-black);
}
.dropdown-pest-bg nav ul li .tp-submenu {
  background: rgba(9, 53, 53, 0.9);
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.dropdown-pest-bg nav ul li .tp-submenu li:hover > a {
  background: rgba(255, 255, 255, 0.04);
}

.tp-home-menu-item {
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-home-menu-item {
    margin-bottom: 30px;
  }
}
.tp-home-menu-item:hover .tp-home-menu-item-thumb img {
  transform: scale(1.1);
}
.tp-home-menu-item:hover .tp-home-menu-item-title::after {
  right: auto;
  left: 0;
  width: 100%;
}
.tp-home-menu-item-thumb {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  height: 170px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-home-menu-item-thumb {
    height: 122px;
    margin-bottom: 15px;
  }
}
.tp-home-menu-item-thumb img {
  transition: 0.4s ease-in-out;
}
.tp-home-menu-item-title {
  font-size: 17px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-bricolage);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-home-menu-item-title {
    font-size: 15px;
  }
}
.tp-home-menu-item-title::after {
  position: absolute;
  content: "";
  bottom: 1px;
  right: 0;
  height: 1px;
  width: 0;
  transition: 0.5s;
  background-color: currentColor;
}

/*----------------------------------------*/
/*  4.2 Mobile Menu
/*----------------------------------------*/
.tp-offcanvas-menu {
  margin-bottom: 80px;
}
.tp-offcanvas-menu ul {
  list-style: none;
}
.tp-offcanvas-menu ul li {
  position: relative;
}
.tp-offcanvas-menu ul li > a {
  padding: 10px 0;
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.tp-offcanvas-menu ul li.active > a {
  color: var(--tp-common-black);
}
.tp-offcanvas-menu ul li.active > .tp-menu-close i {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.tp-offcanvas-menu ul li .submenu {
  display: none;
}
.tp-offcanvas-menu ul li .submenu .submenu {
  margin-left: 30px;
}
.tp-offcanvas-menu .tp-megamenu-wrapper.megamenu-white-bg {
  backdrop-filter: none;
  background: transparent;
  box-shadow: none;
}
.tp-offcanvas-menu .mega-menu {
  width: auto;
  opacity: 1;
  visibility: visible;
  transition: none;
  position: static;
  display: none;
  -webkit-transform: perspective(0) rotateX(0);
  -moz-transform: perspective(0) rotateX(0);
  -ms-transform: perspective(0) rotateX(0);
  -o-transform: perspective(0) rotateX(0);
  transform: perspective(0) rotateX(0);
}
.tp-offcanvas-menu .tp-megamenu-list ul li {
  padding: 0;
}
.tp-offcanvas-menu .tp-megamenu-list ul li a {
  font-size: 17px;
  padding: 12px 20px;
}
.tp-offcanvas-menu .tp-submenu li a {
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 17px;
}
.tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: #f8f8fb;
  color: var(--tp-common-black);
}

.tp-menu-close {
  position: absolute;
  right: 7px;
  top: 12px;
}
.tp-menu-close i {
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 500;
}

.menu-item-has-children .tp-menu-close {
  right: 14px;
  top: 9px;
}

/*----------------------------------------*/
/*  4.3 offcanvas Menu
/*----------------------------------------*/
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

.tp-offcanvas-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 450px;
  height: 100vh;
  z-index: 999;
  padding: 50px 50px;
  overflow-y: scroll;
  transition: all 0.3s;
  background: #FFF;
  overscroll-behavior-y: contain;
  -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 (max-width: 767px) {
  .tp-offcanvas-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-offcanvas-wrapper {
    width: 450px;
  }
}
.tp-offcanvas-wrapper .logo-2 {
  display: none;
}
.tp-offcanvas-wrapper.offcanvas-black-bg, .tp-offcanvas-wrapper.offcanvas-pest-bg {
  background: #1C1D20;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .logo-1, .tp-offcanvas-wrapper.offcanvas-pest-bg .logo-1 {
  display: none;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .logo-2, .tp-offcanvas-wrapper.offcanvas-pest-bg .logo-2 {
  display: block !important;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-close-btn, .tp-offcanvas-wrapper.offcanvas-pest-bg .tp-offcanvas-close-btn {
  color: var(--tp-common-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu ul li > a, .tp-offcanvas-wrapper.offcanvas-pest-bg .tp-offcanvas-menu ul li > a {
  color: var(--tp-common-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu ul li .tp-megamenu-wrapper.megamenu-white-bg .tp-home-menu-item .tp-home-menu-item-title, .tp-offcanvas-wrapper.offcanvas-pest-bg .tp-offcanvas-menu ul li .tp-megamenu-wrapper.megamenu-white-bg .tp-home-menu-item .tp-home-menu-item-title {
  color: var(--tp-common-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu ul li.active > a, .tp-offcanvas-wrapper.offcanvas-pest-bg .tp-offcanvas-menu ul li.active > a {
  color: var(--tp-common-red-3);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu .tp-submenu li a:hover, .tp-offcanvas-wrapper.offcanvas-pest-bg .tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: #2c2b2e;
  color: var(--tp-common-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-menu-close i, .tp-offcanvas-wrapper.offcanvas-pest-bg .tp-menu-close i {
  color: var(--tp-common-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-megamenu-wrapper.megamenu-black-bg, .tp-offcanvas-wrapper.offcanvas-pest-bg .tp-megamenu-wrapper.megamenu-black-bg {
  backdrop-filter: initial;
  background: transparent;
  box-shadow: none;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-title.sm, .tp-offcanvas-wrapper.offcanvas-pest-bg .tp-offcanvas-title.sm {
  color: var(--tp-common-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-contact ul li a, .tp-offcanvas-wrapper.offcanvas-pest-bg .tp-offcanvas-contact ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-contact ul li a:hover, .tp-offcanvas-wrapper.offcanvas-pest-bg .tp-offcanvas-contact ul li a:hover {
  color: var(--tp-common-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-contact ul li a::after, .tp-offcanvas-wrapper.offcanvas-pest-bg .tp-offcanvas-contact ul li a::after {
  background-color: var(--tp-common-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-social ul li a, .tp-offcanvas-wrapper.offcanvas-pest-bg .tp-offcanvas-social ul li a {
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-social ul li a:hover, .tp-offcanvas-wrapper.offcanvas-pest-bg .tp-offcanvas-social ul li a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-title, .tp-offcanvas-wrapper.offcanvas-pest-bg .tp-offcanvas-title {
  color: var(--tp-common-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-content p, .tp-offcanvas-wrapper.offcanvas-pest-bg .tp-offcanvas-content p {
  color: rgba(255, 255, 255, 0.8);
}
.tp-offcanvas-wrapper.offcanvas-pest-bg {
  background: #093535;
}
.tp-offcanvas-wrapper.offcanvas-pest-bg .tp-offcanvas-menu .tp-submenu li a:hover {
  background: rgba(255, 255, 255, 0.04);
}
.tp-offcanvas-area.opened .tp-offcanvas-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.tp-offcanvas-top {
  margin-bottom: 90px;
}
.tp-offcanvas-close-btn {
  color: black;
}
.tp-offcanvas-close-btn:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-offcanvas-content {
  margin-bottom: 45px;
}
.tp-offcanvas-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #414144;
}
.tp-offcanvas-title {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: -0.8px;
  color: var(--tp-common-black);
}
.tp-offcanvas-title.sm {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
.tp-offcanvas-gallery {
  margin-bottom: 65px;
}
.tp-offcanvas-gallery-img img {
  transition: 0.9s;
}
.tp-offcanvas-gallery-img:hover img {
  transform: scale(1.2) rotate(-2deg);
}
.tp-offcanvas-contact {
  margin-bottom: 55px;
}
.tp-offcanvas-contact ul li {
  list-style: none;
}
.tp-offcanvas-contact ul li:not(:last-child) {
  margin-bottom: 2px;
}
.tp-offcanvas-contact ul li a {
  display: inline-block;
  color: #414144;
  font-size: 16px;
  position: relative;
}
.tp-offcanvas-contact ul li a::after {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  transition: 0.4s;
  background-color: #1e1e1e;
}
.tp-offcanvas-contact ul li a:hover {
  color: var(--tp-common-black);
}
.tp-offcanvas-contact ul li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.tp-offcanvas-social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tp-offcanvas-social ul li {
  list-style: none;
}
.tp-offcanvas-social ul li:not(:last-child) {
  margin-right: 8px;
}
.tp-offcanvas-social ul li a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 40px;
  transition: all 0.3s;
  color: var(--tp-common-black);
  border: 1px solid rgba(2, 11, 24, 0.1);
}
.tp-offcanvas-social ul li a:hover {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-offcanvas-social ul li a svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.tp-offcanvas-2-area {
  position: relative;
}
.tp-offcanvas-2-area.opened .animated-text > nav > ul > li a::after {
  visibility: visible;
  opacity: 1;
  bottom: 35px;
}
.tp-offcanvas-2-area.opened .animated-text > nav > ul > li a::before {
  width: 100%;
}
.tp-offcanvas-2-area.opened .animated-text > nav > ul > li a .tp-text-hover-effect-word .single-char span {
  -webkit-transform: translateZ(0.1px);
  -moz-transform: translateZ(0.1px);
  -ms-transform: translateZ(0.1px);
  -o-transform: translateZ(0.1px);
  transform: translateZ(0.1px);
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-left, .tp-offcanvas-2-area.opened .tp-offcanvas-2-right {
  visibility: visible;
  opacity: 1;
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-wrapper {
  visibility: visible;
  opacity: 1;
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-bg.is-left, .tp-offcanvas-2-area.opened .tp-offcanvas-2-bg.is-right {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-delay: 0s;
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-menu {
  transition-delay: 0s;
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-close {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.9s;
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > a {
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  color: #717172;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > a {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > a {
    font-size: 30px;
  }
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > a::after {
  position: absolute;
  left: 0;
  top: 3px;
  font-weight: 500;
  font-size: 13px;
  content: "0" counter(count);
  counter-increment: count;
  color: rgba(113, 113, 114, 0.8);
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li.is-active-2 > a {
  color: var(--tp-common-white);
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li.is-active-2 .tp-menu-close i {
  color: var(--tp-common-white);
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > ul > li > a {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  transition: 0.3s;
  color: #717172;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > ul > li > a {
    font-size: 20px;
  }
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > ul > li > a:hover {
  transform: translateX(15px);
  color: var(--tp-common-white);
}
.tp-offcanvas-2-area .tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: initial;
  color: var(--tp-common-white);
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li:not(:last-child) > a {
  border-bottom: 0;
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li > a {
  padding: 0;
  padding-left: 30px;
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul > li:not(:last-child) {
  margin-bottom: 45px;
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu {
  padding-left: 20px;
  margin-top: 40px;
  margin-bottom: 56px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu {
    padding-left: 0;
  }
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu li:not(:last-child) {
  margin-bottom: 30px;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-bg.is-left {
  background: var(--tp-common-white);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-logo .logo-1 {
  display: none;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu > nav > ul > li.is-active-2 > a {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu > nav > ul > li.is-active-2 .tp-menu-close i {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu > nav > ul > li > a {
  color: #D5D5D5;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu > nav > ul > li > ul > li > a {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: initial;
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-bg.is-right {
  background-color: #F6F6F9;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-info-title {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-info-item > a {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-social a {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-social a:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-close-btn .text {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-close-btn {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-black-bg .tp-offcanvas-2-logo .logo-2 {
  display: none !important;
}
.tp-offcanvas-2-bg.left-box {
  position: fixed;
  top: 0;
  height: 100%;
  width: 60%;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1111;
}
@media (max-width: 767px) {
  .tp-offcanvas-2-bg.left-box {
    width: 100%;
  }
}
.tp-offcanvas-2-bg.right-box {
  position: fixed;
  top: 0;
  height: 100%;
  width: 40%;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1111;
}
@media (max-width: 767px) {
  .tp-offcanvas-2-bg.right-box {
    width: 100%;
  }
}
.tp-offcanvas-2-bg.is-left {
  left: 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: top center;
  background: var(--tp-common-black);
  transition-delay: 1s;
}
.tp-offcanvas-2-bg.is-right {
  right: 0;
  transform-origin: bottom center;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  background-color: #1C1D20;
  transition-delay: 1s;
}
.tp-offcanvas-2-wrapper .left-box {
  position: fixed;
  top: 0;
  width: 60%;
  height: 100vh;
  z-index: 9999;
  overflow-y: scroll;
  pointer-events: auto;
  scrollbar-width: none;
  padding: 40px 80px 50px 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-wrapper .left-box {
    padding: 40px 40px;
  }
}
@media (max-width: 767px) {
  .tp-offcanvas-2-wrapper .left-box {
    width: 100%;
    padding: 40px 40px;
  }
}
.tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
  padding: 0px 125px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
    padding: 0 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
    padding: 0;
  }
}
.tp-offcanvas-2-wrapper .right-box {
  position: fixed;
  top: 0;
  width: 40%;
  height: 100vh;
  z-index: 9999;
  padding: 50px 100px 50px 0;
  scrollbar-width: none;
  overscroll-behavior-y: contain;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-wrapper .right-box {
    padding-right: 40px;
  }
}
.tp-offcanvas-2-wrapper .right-box::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .tp-offcanvas-2-wrapper .right-box {
    width: 100%;
  }
}
.tp-offcanvas-2-wrapper .tp-menu-close {
  top: 10px;
  height: 0;
  width: 0;
}
@media (max-width: 767px) {
  .tp-offcanvas-2-wrapper .tp-menu-close {
    top: 0;
    right: 20px;
  }
}
.tp-offcanvas-2-wrapper .tp-menu-close i {
  font-size: 20px;
  color: #717172;
}
.tp-offcanvas-2-left {
  visibility: hidden;
  opacity: 0;
  left: 0;
  transition: 0.3s;
  transition-delay: 0.8s;
}
@media (max-width: 767px) {
  .tp-offcanvas-2-left-wrap {
    margin-bottom: 80px;
  }
}
.tp-offcanvas-2-right {
  visibility: hidden;
  opacity: 0;
  right: 0;
  transition: 0.3s;
  transition-delay: 0.8s;
}
.tp-offcanvas-2-right-inner {
  height: 100%;
  padding: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-offcanvas-2-right-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-offcanvas-2-right-inner {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-right-inner {
    padding: 30px;
  }
}
.tp-offcanvas-2-right-info-box {
  padding: 0 200px;
}
@media only screen and (min-width: 1801px) and (max-width: 1850px), only screen and (min-width: 1701px) and (max-width: 1800px) {
  .tp-offcanvas-2-right-info-box {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-offcanvas-2-right-info-box {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-offcanvas-2-right-info-box {
    padding: 0 100px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-offcanvas-2-right-info-box {
    padding: 0 70px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-right-info-box {
    padding: 0 60px;
    padding-right: 0;
    margin-top: 130px;
  }
}
.tp-offcanvas-2-right-info-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 35px;
  color: var(--tp-common-white);
}
.tp-offcanvas-2-right-info-item {
  margin-bottom: 30px;
}
.tp-offcanvas-2-right-info-item label {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: block;
  color: #717172;
}
.tp-offcanvas-2-right-info-item > a {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.01em;
  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), (max-width: 767px) {
  .tp-offcanvas-2-right-info-item > a br {
    display: none;
  }
}
.tp-offcanvas-2-right-social a {
  height: 40px;
  width: 40px;
  transition: 0.3s;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-offcanvas-2-right-social a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.tp-offcanvas-2-close {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.5s;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-close {
    padding-right: 30px;
  }
}
.tp-offcanvas-2-close-btn {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-offcanvas-2-close-btn .text {
  width: 60px;
  height: 20px;
  transition: 0.3s;
  overflow: hidden;
  display: inline-block;
  transform: translateY(4px);
  color: var(--tp-common-white);
}
.tp-offcanvas-2-close-btn .text span {
  transition: 0.3s;
  display: inline-block;
  -webkit-transform: translateX(120%);
  -moz-transform: translateX(120%);
  -ms-transform: translateX(120%);
  -o-transform: translateX(120%);
  transform: translateX(120%);
}
.tp-offcanvas-2-close-btn:hover .text span {
  transform: translateX(0%);
}
.tp-offcanvas-2-close-btn:hover span svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-offcanvas-2-text {
  right: 0;
  bottom: 0;
  position: absolute;
  transform: rotate(-90deg) translateY(100%);
}
.tp-offcanvas-2-text span {
  font-size: 320px;
  font-weight: 700;
  color: rgba(33, 35, 41, 0.3);
}
.tp-offcanvas-2-logo {
  margin-bottom: 185px;
}
@media (max-width: 767px) {
  .tp-offcanvas-2-logo {
    margin-bottom: 0;
  }
}
.tp-offcanvas-2-logo .logo-2 {
  display: block !important;
}

.cartmini__area {
  position: fixed;
  right: 0;
  top: 0;
  width: 360px;
  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;
  z-index: 99999;
  scrollbar-width: none;
  transition: 0.3s;
}
.cartmini__area::-webkit-scrollbar {
  display: none;
}
.cartmini__area.cartmini-opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cartmini__wrapper {
  position: relative;
  min-height: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
.cartmini__top-title {
  padding: 20px 0;
  border-bottom: 1px solid #E0E2E3;
}
.cartmini__top-title h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
}
.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 #E0E2E3;
}
.cartmini__shipping .progress {
  height: 10px;
  border-radius: 0;
}
.cartmini__shipping .progress-bar {
  background-color: #ffaf1b;
}
.cartmini__shipping p {
  margin-bottom: 5px;
  font-size: 16px;
}
.cartmini__shipping p span {
  color: red;
  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;
  align-items: center;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}
.cartmini__widget-item:last-child {
  border-bottom: 0;
}
.cartmini__thumb {
  border: 1px solid #E0E2E3;
  margin-right: 15px;
}
.cartmini__thumb img {
  width: 70px;
  height: auto;
}
.cartmini__title {
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 500;
  font-family: var(--tp-ff-p);
}
.cartmini__title a {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.cartmini__title a:hover {
  color: #4d3d30;
  background-size: 0% 1px, 100% 1px;
}
.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 #E0E2E3;
  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: #4d3d30;
}
.cartmini__checkout {
  padding-top: 15px;
  padding-bottom: 85px;
  width: 100%;
  border-top: 2px solid #E0E2E3;
}
.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-border {
  border-radius: 0;
  letter-spacing: 0;
  font-size: 14px;
  padding: 13px 24px 15px;
  font-family: var(--tp-ff-p);
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.cartmini__checkout-btn .tp-btn-border:hover {
  background-color: #F50963;
}
.cartmini__checkout-btn .tp-btn-border.border-none {
  background-color: transparent;
  color: var(--tp-common-black);
  border-color: rgba(129, 129, 129, 0.8);
}
.cartmini__checkout-btn .tp-btn-border.border-none:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.cartmini__price {
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.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;
}

/*----------------------------------------*/
/*  5.2 Postbox css
/*----------------------------------------*/
.postbox-author-img {
  margin-right: 12px;
  flex: 0 0 auto;
}
.postbox-author-img img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  flex: 0 0 auto;
}
.postbox-author-info span {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  opacity: 0.7;
}
.postbox-tag {
  font-family: var(--tp-ff-unbounded);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.04em;
  text-transform: capitalize;
  color: var(--tp-common-black);
  position: absolute;
  padding: 3px 10px;
  display: inline-block;
  background: var(--tp-theme-primary);
  border-radius: 5px;
  position: absolute;
  top: -15px;
  left: 45px;
  z-index: 2;
}
.postbox-thumb {
  overflow: hidden;
  border-radius: 8px;
}
.postbox-thumb img {
  transition: all 0.8s ease;
}
.postbox-title {
  font-size: 42px;
  font-weight: 500;
  line-height: 124%;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-title {
    font-size: 35px;
  }
  .postbox-title br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .postbox-title {
    font-size: 25px;
  }
}
.postbox-title a {
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 94%, 0 94%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.postbox-title a:hover {
  color: var(--tp-common-black);
  background-size: 0% 1px, 100% 1px;
}
.postbox-title.fs-70 {
  font-size: 70px;
  line-height: 114%;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox-title.fs-70 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-title.fs-70 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .postbox-title.fs-70 {
    font-size: 30px;
  }
}
.postbox-title.fs-28 {
  font-size: 28px;
}
.postbox-content p {
  line-height: 175%;
  color: rgba(1, 1, 3, 0.8);
  font-size: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-content p br {
    display: none;
  }
}
.postbox-content p.fw-500 {
  font-weight: 500;
}
.postbox-btn {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
.postbox-btn:hover {
  color: var(--tp-common-black);
}
.postbox-btn span {
  margin-right: 1px;
}
.postbox-item:hover .postbox-thumb img {
  transform: scale(1.1);
}
.postbox-card {
  border-radius: 8px;
  background: #f2f2f2;
  padding: 68px 40px 40px 40px;
}
.postbox-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.postbox-play-btn a {
  height: 80px;
  width: 80px;
  line-height: 77px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--tp-common-white);
  animation: animate-pulse 3s linear infinite;
}
.postbox-play-btn a svg {
  margin-left: 3px;
  display: inline-block;
}
.postbox-blockquote {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.postbox-blockquote-des p {
  font-weight: 500;
  font-size: 32px;
  line-height: 131%;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-blockquote-des p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .postbox-blockquote-des p {
    font-size: 22px;
  }
}
.postbox-blockquote-des p.fs-38 {
  font-size: 38px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-blockquote-des p.fs-38 {
    font-size: 30px;
  }
}
.postbox-blockquote-des span {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
  position: relative;
  padding-left: 50px;
}
.postbox-blockquote-des span::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: var(--tp-common-black);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .postbox-blockquote-icon {
    margin-bottom: 20px;
  }
}
.postbox-arrow button {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--tp-common-white);
}
.postbox-arrow button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.postbox-arrow-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 2;
  transform: translateY(-50%);
}
.postbox-arrow-next {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 2;
  transform: translateY(-50%);
}
.postbox-details-tag {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  color: var(--tp-common-black);
}
.postbox-details-tag i svg {
  margin-right: 4px;
  transform: translateY(-1px);
}
.postbox-details-tag span:last-child {
  position: relative;
  padding-left: 9px;
  margin-left: 9px;
  display: inline-block;
}
.postbox-details-tag span:last-child::after {
  position: absolute;
  content: "";
  top: 8px;
  left: -3px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
}
.postbox-details-tag-2 span {
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1;
  margin-right: 15px;
  font-weight: 600;
  font-size: 16px;
  color: var(--tp-common-black);
}
.postbox-details-spacing {
  padding-top: 215px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-details-spacing {
    padding-top: 180px;
    padding-bottom: 80px;
  }
}
.postbox-details-list ul {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .postbox-details-list ul {
    padding-left: 0;
  }
}
.postbox-details-list ul li {
  list-style-type: none;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  padding-left: 20px;
}
.postbox-details-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.postbox-details-list ul li::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  height: 5px;
  width: 5px;
  margin-right: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.8);
}
.postbox-details-code {
  padding: 25px 30px;
  border-radius: 14px;
  background: var(--tp-common-black);
}
.postbox-details-code pre {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
  color: var(--tp-common-white);
}
.postbox-details-author .sidebar-widget-author-img {
  flex: 0 0 auto;
  margin-bottom: 0;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .postbox-details-author .sidebar-widget-author-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.postbox-details-author .sidebar-widget-author-img img {
  height: 100px;
  width: 100px;
}
.postbox-details-author .sidebar-widget-author {
  padding: 0;
  padding-bottom: 0;
  padding: 30px;
  border: none;
  border-radius: 14px;
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .postbox-details-author .sidebar-widget-author {
    flex-wrap: wrap;
  }
}
.postbox-details-author .sidebar-widget-author-content span {
  margin-bottom: 8px;
}
.postbox-details-author .sidebar-widget-author-name {
  margin-bottom: 14px;
}
.postbox-details-author .sidebar-widget-author-content p {
  padding-top: 0;
  margin-top: 0;
  border: none;
  margin-bottom: 22px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-details-author .sidebar-widget-author-content p br {
    display: none;
  }
}
.postbox-details-author .sidebar-widget-author-social {
  justify-content: left;
}
.postbox-details-navigation {
  padding: 0 60px;
}
@media (max-width: 767px) {
  .postbox-details-navigation {
    padding: 33px 0px;
  }
}
.postbox-details-navigation a i {
  height: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  margin-top: 10px;
  display: inline-block;
  color: var(--tp-common-black);
  border: 1px solid rgba(25, 25, 26, 0.14);
}
.postbox-details-navigation a span {
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-black);
}
.postbox-details-navigation a span svg {
  transform: translateY(5px);
}
.postbox-details-prev {
  line-height: 0;
}
.postbox-details-prev i {
  margin-right: 10px;
  transition: 0.3s;
}
.postbox-details-prev:hover i {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.postbox-details-next {
  line-height: 0;
}
.postbox-details-next i {
  margin-left: 10px;
  transition: 0.3s;
}
.postbox-details-next:hover i {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.postbox-details-form {
  padding: 60px;
  padding-top: 47px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-details-form {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .postbox-details-form {
    padding: 20px;
  }
}
.postbox-details-form p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 23px;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 767px) {
  .postbox-details-form p {
    font-size: 16px;
  }
}
.postbox-details-form-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 0;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
}
.postbox-details-input label {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 12px;
  color: var(--tp-common-black);
}
.postbox-details-input input, .postbox-details-input textarea {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 25px;
  border-radius: 14px;
  background: #f2f2f2;
  color: var(--tp-common-black);
}
.postbox-details-input input::-webkit-input-placeholder, .postbox-details-input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input::-moz-placeholder, .postbox-details-input textarea::-moz-placeholder { /* Firefox 19+ */
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input:-moz-placeholder, .postbox-details-input textarea:-moz-placeholder { /* Firefox 4-18 */
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input:-ms-input-placeholder, .postbox-details-input textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input::placeholder, .postbox-details-input textarea::placeholder { /* MODERN BROWSER */
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input:focus, .postbox-details-input textarea:focus {
  border-color: var(--tp-common-black);
  background: transparent;
}
.postbox-details-input textarea {
  height: 160px;
  resize: none;
  margin-bottom: 20px;
}
.postbox-details-input-box button {
  border-radius: 8px;
}
.postbox-details-remeber input {
  display: none;
}
.postbox-details-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.postbox-details-remeber label {
  position: relative;
  padding-left: 30px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.7);
}
.postbox-details-remeber label::after {
  position: absolute;
  content: "";
  top: -3px;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: -1;
  transition: 0.3s;
  line-height: 16px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.postbox-details-remeber label::before {
  position: absolute;
  content: url("../img/svg/check.svg");
  top: -2px;
  left: 2px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  color: var(--tp-common-black);
  filter: invert(1);
}
.postbox-details-remeber label:hover {
  cursor: pointer;
}
.postbox-details-author-img {
  flex: 0 0 auto;
}
.postbox-details-author-img img {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 100px;
}
.postbox-details-without-ptb {
  padding-top: 215px;
  padding-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-details-without-ptb {
    padding-top: 180px;
  }
}
@media (max-width: 767px) {
  .postbox__comment {
    padding-top: 50px;
  }
}
.postbox__comment ul {
  margin-right: 75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox__comment ul {
    margin-right: 0;
  }
}
.postbox__comment ul li {
  margin-bottom: 30px;
  list-style: none;
}
.postbox__comment ul li.children {
  margin-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox__comment ul li.children {
    margin-left: 0;
  }
}
.postbox__comment-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 15px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
}
.postbox__comment-box {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .postbox__comment-box {
    flex-wrap: wrap;
  }
}
.postbox__comment-info {
  flex: 0 0 auto;
}
.postbox__comment-avater {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .postbox__comment-avater {
    margin-right: 0;
  }
}
.postbox__comment-avater img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .postbox__comment-avater img {
    margin-bottom: 30px;
  }
}
.postbox__comment-name {
  margin-bottom: 17px;
}
.postbox__comment-name h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-poppins);
}
.postbox__comment-name span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
}
.postbox__comment-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__comment-text p {
    font-size: 15px;
  }
}
.postbox__comment-reply a {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  padding: 11px 20px;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.postbox__comment-reply a span {
  margin-left: 6px;
  display: inline-block;
}
.postbox__comment-reply a:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.postbox__comment-agree {
  padding-left: 5px;
}
.postbox__comment-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 16px;
  height: 16px;
  background: var(--tp-common-white);
  border: 1px solid #949392;
  outline: none;
  flex: 0 0 auto;
  transform: translateY(-1px);
}
.postbox__comment-agree input:checked {
  position: relative;
  background-color: var(--tp-theme-1);
  border-color: transparent;
}
.postbox__comment-agree input:checked::after {
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.postbox__comment-agree input:hover {
  cursor: pointer;
}
.postbox__comment-agree label {
  padding-left: 8px;
  color: #838383;
  line-height: 1;
}
.postbox__comment-agree label a {
  color: var(--tp-common-black);
  font-weight: 600;
  padding-left: 4px;
}
.postbox__comment-agree label a:hover {
  color: var(--tp-theme-1);
}
.postbox__comment-agree label:hover {
  cursor: pointer;
}
.postbox-author-info span {
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-common-black);
}
.postbox-author-name {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-poppins);
}

/*----------------------------------------*/
/*  5.3 Recent Post css
/*----------------------------------------*/
.rc-post-thumb {
  flex: 0 0 auto;
  overflow: hidden;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .rc-post-thumb {
    margin-right: 20px;
  }
}
.rc-post-thumb img {
  transition: 0.9s;
}
@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) {
  .rc-post-thumb img {
    height: 100px;
    width: 100px;
  }
}
@media (max-width: 767px) {
  .rc-post-thumb img {
    height: 80px;
    width: 80px;
  }
}
.rc-post:hover .rc-post-thumb img {
  transform: scale(1.1);
}
.rc-post-category {
  margin-bottom: 10px;
}
.rc-post-category a {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: var(--tp-common-black);
  padding: 7px 12px;
  border-radius: 15px;
  display: inline-block;
  background: #f2f2f2;
}
.rc-post-category a:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.rc-post-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 1.4;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-popins);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rc-post-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rc-post-title {
    font-size: 16px;
  }
}
.rc-post-title a:hover {
  color: var(--tp-common-green-light);
}
.rc-post-meta span {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.rc-post-wrap .rc-post:not(:last-child) {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/*----------------------------------------*/
/*  5.4 Sidebar css
/*----------------------------------------*/
.sidebar-search {
  position: relative;
}
.sidebar-search input {
  width: 100%;
  height: 60px;
  padding: 0 22px;
  font-weight: 500;
  font-size: 18px;
  line-height: 60px;
  padding-right: 60px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--tp-common-black);
}
.sidebar-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.sidebar-search input::-moz-placeholder { /* Firefox 19+ */
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.sidebar-search input:-moz-placeholder { /* Firefox 4-18 */
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.sidebar-search input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.sidebar-search input::placeholder { /* MODERN BROWSER */
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.sidebar-search button {
  position: absolute;
  top: 0;
  right: 25px;
  height: 100%;
  line-height: 60px;
  color: var(--tp-common-black);
}
.sidebar-search button:hover {
  color: var(--tp-common-black);
}
.sidebar-widget-author {
  padding: 60px 40px 55px 40px;
}
.sidebar-widget-author-img {
  margin-bottom: 15px;
}
.sidebar-widget-author-img img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
}
.sidebar-widget-author-name {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-popins);
  margin-bottom: 0;
}
.sidebar-widget-author-content span {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  color: var(--tp-common-black);
}
.sidebar-widget-author-content p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 27px;
  color: rgba(0, 0, 0, 0.7);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  margin-top: 8px;
}
@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: 767px) {
  .sidebar-widget-author-content p br {
    display: none;
  }
}
.sidebar-widget-author-social {
  display: flex;
  gap: 13px;
  justify-content: center;
}
.sidebar-widget-author-social a {
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
.sidebar-widget-title {
  line-height: 1;
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-popins);
}
.sidebar-widget-category ul li {
  list-style-type: none;
  display: block;
}
.sidebar-widget-category ul li:not(:last-child) {
  margin-bottom: 23px;
}
.sidebar-widget-category ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
}
.sidebar-widget-category ul li a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.sidebar-widget-main {
  padding: 40px 40px 40px 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .sidebar-widget-main {
    padding: 20px 20px 20px 20px;
  }
}
.sidebar-widget-main .sidebar-widget:not(:last-of-type) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar-wrapper {
  padding-left: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-wrapper {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sidebar-wrapper {
    padding-left: 0;
    margin-top: 70px;
  }
}
.sidebar-blog-grid-wrap .sidebar-wrapper {
  padding-left: 2px;
}

.tagcloud a {
  border-radius: 14px;
  padding: 10px 18px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
  background: #f2f2f2;
  display: inline-block;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tagcloud a {
    padding: 10px 14px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .tagcloud a {
    padding: 10px 14px;
  }
}
.tagcloud a:not(:last-child) {
  margin-right: 5px;
}
.tagcloud a:hover {
  color: var(--tp-common-black);
  background-color: #D0FF71;
}

/*----------------------------------------*/
/*  5.1 Blog css
/*----------------------------------------*/
.tp-blog-meta {
  margin-bottom: 8px;
}
.tp-blog-meta span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #717171;
  text-transform: capitalize;
}
.tp-blog-meta span:first-child::after {
  content: "";
  height: 1px;
  width: 30px;
  margin: 0 11px;
  display: inline-block;
  transform: translateY(-4px);
  background-color: #717171;
}
.tp-blog-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: capitalize;
  font-family: var(--tp-ff-bricolage);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-blog-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-title br {
    display: none;
  }
}
.tp-blog-thumb {
  overflow: hidden;
  margin-bottom: 25px;
}
.tp-blog-thumb img {
  transition: 0.9s;
  width: 100%;
}
.tp-blog-item:hover .tp-blog-thumb img {
  transform: scale(1.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ds-blog-ptb {
    padding-top: 110px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-blog-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.ds-blog-big-text {
  position: absolute;
  top: 6%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ds-blog-big-text {
    top: 3%;
  }
}
@media (max-width: 767px) {
  .ds-blog-big-text {
    display: none;
  }
}
.ds-blog-big-text span {
  font-size: 190px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--tp-ff-unbounded);
  background: linear-gradient(180deg, rgba(150, 147, 172, 0.1) 12.2%, rgba(251, 251, 251, 0.1) 94.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .ds-blog-big-text span {
    font-size: 155px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ds-blog-big-text span {
    font-size: 140px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ds-blog-big-text span {
    font-size: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ds-blog-big-text span {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ds-blog-big-text span {
    font-size: 78px;
  }
}
@media (max-width: 767px) {
  .ds-blog-heading {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ds-blog-heading .tp-section-title.tl-unbounded br {
    display: block;
  }
}
.ds-blog-item {
  padding: 30px 24px;
  background-color: var(--tp-common-white-solid);
}
.ds-blog-item:hover::before {
  top: auto;
  bottom: 0;
  height: 100%;
}
.ds-blog-item:hover .ds-blog-item-thumb img {
  transform: scale(1.1);
}
.ds-blog-item:hover .ds-blog-item-date span {
  color: var(--tp-common-black);
}
.ds-blog-item::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  z-index: 0;
  content: "";
  background-color: var(--tp-theme-primary);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ds-blog-item-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  transition: none;
  letter-spacing: -0.48px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .ds-blog-item-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-blog-item-title br {
    display: none;
  }
}
.ds-blog-item-user {
  gap: 8px;
  align-items: center;
}
.ds-blog-item-user-thumb img {
  border-radius: 50%;
}
.ds-blog-item-user-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-p);
}
.ds-blog-item-date span {
  font-size: 16px;
  color: #717171;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ds-blog-item-des-wrap {
  margin-bottom: 24px;
}
.ds-blog-item-thumb {
  margin-bottom: 20px;
}
.ds-blog-item-thumb img {
  width: 100%;
  transition: 0.9s ease-in-out;
}

@media (max-width: 767px) {
  .dgm-blog-ptb {
    padding-bottom: 50px;
  }
}
.dgm-blog-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: 100%;
  padding: 50px 40px;
}
.dgm-blog-meta {
  margin-bottom: 15px;
}
.dgm-blog-meta span {
  position: relative;
  padding-right: 11px;
  margin-right: 11px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.dgm-blog-meta span:first-child::after {
  position: absolute;
  top: 10px;
  right: -4px;
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--tp-common-white);
}
.dgm-blog-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: capitalize;
  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), (max-width: 767px) {
  .dgm-blog-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .dgm-blog-title-box {
    margin-bottom: 40px;
  }
}
.dgm-blog-item {
  position: relative;
}
.dgm-blog-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  background-color: var(--tp-common-black);
}
.dgm-blog-item:hover::after {
  opacity: 0.5;
}
.dgm-blog-item:hover .dgm-blog-thumb img {
  transform: scale(1.1);
}
.dgm-blog-thumb {
  overflow: hidden;
}
.dgm-blog-thumb img {
  height: 456px;
  transition: 0.9s;
  width: 100%;
  object-fit: cover;
}
.dgm-blog-avater span {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--tp-common-white);
  transform: translateY(1px);
}
.dgm-blog-avater img {
  flex: 0 0 auto;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  border-radius: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sa-blog-ptb {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-blog-ptb {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-blog-title-box {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-blog-title-box .tp-section-subtitle {
    margin-bottom: 0;
  }
}
.sa-blog-item {
  padding: 50px 30px 25px;
  border: 1px solid rgba(1, 1, 3, 0.1);
}
.sa-blog-item:hover .sa-blog-item-thumb img {
  transform: scale(1.1);
}
.sa-blog-item-tag {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
  text-transform: capitalize;
  font-family: var(--tp-ff-p);
  color: var(--tp-common-black);
}
.sa-blog-item-tag span {
  font-weight: 500;
  position: relative;
}
.sa-blog-item-tag span::after {
  content: "";
  width: 4px;
  height: 4px;
  margin: 0 10px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-3px);
  background-color: var(--tp-common-black);
}
.sa-blog-item-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sa-blog-item-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sa-blog-item-title {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .sa-blog-item-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-blog-item-title br {
    display: none;
  }
}
.sa-blog-item-content {
  margin-bottom: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sa-blog-item-content {
    margin-bottom: 30px;
  }
}
.sa-blog-item-thumb {
  overflow: hidden;
}
.sa-blog-item-thumb img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: 0.9s ease-in-out;
}

.cr-blog-top-text {
  position: relative;
  padding-left: 50px;
  padding-right: 95px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cr-blog-top-text {
    padding-left: 35px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-blog-top-text {
    padding: 0;
  }
}
.cr-blog-top-text::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  height: 180px;
  width: 1px;
  display: inline-block;
  transform: translateY(-50%);
  background-color: rgba(1, 1, 3, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-blog-top-text::after {
    display: none;
  }
}
.cr-blog-top-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #717171;
  margin-bottom: 0;
  text-transform: capitalize;
}
.cr-blog-top-text span {
  animation: rotate2 3s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-blog-title-box {
    margin-bottom: 40px;
  }
}
.cr-blog-thumb {
  height: 645px;
  object-fit: cover;
  padding-right: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cr-blog-thumb {
    height: 560px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-blog-thumb {
    width: 100%;
    padding-right: 0;
  }
}
.cr-blog-content {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 50px 50px;
  padding-bottom: 35px;
  background-color: var(--tp-common-white-solid);
}
@media (max-width: 767px) {
  .cr-blog-content {
    left: 0;
    padding: 30px;
  }
}
.cr-blog-style .dgm-blog-meta span {
  color: var(--tp-common-black);
}
.cr-blog-style .dgm-blog-meta span:first-child::after {
  background-color: var(--tp-common-black);
}
.cr-blog-style .dgm-blog-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 55px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-space);
}
@media (max-width: 767px) {
  .cr-blog-style .dgm-blog-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.cr-blog-link {
  padding-top: 20px;
  border-top: 1px solid rgba(1, 1, 3, 0.1);
}
.cr-blog-link a {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
.cr-blog-link a span svg {
  transform: translateY(-3px);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-blog-title-box {
    padding-bottom: 20px;
  }
}
.bnc-blog-item-wrapper .ds-blog-item {
  border-radius: 8px;
  background-color: #ECF8F8;
}
.bnc-blog-item-wrapper .ds-blog-item::before {
  border-radius: 8px;
  background-color: #093535;
}
.bnc-blog-item-wrapper .ds-blog-item:hover .ds-blog-item-user-title {
  color: var(--tp-common-white);
}
.bnc-blog-item-wrapper .ds-blog-item:hover .ds-blog-item-date span {
  color: var(--tp-common-white);
}
.bnc-blog-item-wrapper .ds-blog-item:hover .ds-blog-item-title {
  color: var(--tp-common-white);
}
.bnc-blog-style .ds-blog-item-thumb {
  border-radius: 10px;
}
.bnc-blog-style .ds-blog-item-thumb img {
  border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ma-blog-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.ma-blog-meta span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #717171;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}
.ma-blog-meta span:first-child::after {
  content: "";
  height: 1px;
  width: 30px;
  margin: 0 15px;
  display: inline-block;
  background-color: #717171;
  transform: translateY(-4px);
}
.ma-blog-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ma-blog-title-box {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ma-blog-title-box .tp-section-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ma-blog-content {
    margin-bottom: 30px;
  }
}
.ma-blog-link {
  display: flex;
  place-content: center;
  text-align: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #CECECE;
}
.ma-blog-thumb {
  overflow: hidden;
  margin-left: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ma-blog-thumb {
    margin-left: 0;
  }
}
.ma-blog-thumb img {
  height: 230px;
  overflow: hidden;
  object-fit: cover;
  transition: 0.9s ease-in-out;
}
.ma-blog-item {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(1, 1, 3, 0.1);
}
.ma-blog-item:hover .ma-blog-link {
  border-color: transparent;
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}
.ma-blog-item:hover .ma-blog-thumb img {
  transform: scale(1.1);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hr-blog-ptb {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hr-blog-ptb {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-blog-ptb {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-blog-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-blog-title-box {
    padding-bottom: 30px;
  }
}
.hr-blog-slider-wrap .tp-blog-thumb {
  border-radius: 8px;
}
.hr-blog-slider-wrap .tp-blog-thumb img {
  border-radius: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-blog-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-blog-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.lw-blog-item {
  position: relative;
  padding-bottom: 40px;
}
.lw-blog-item:hover .lw-blog-item-thumb img {
  transform: scale(1.1);
}
.lw-blog-item:hover .lw-blog-item-content {
  background: #DFAE4F;
}
.lw-blog-item:hover .lw-blog-item-date, .lw-blog-item:hover .lw-blog-item-title {
  color: #010103;
}
.lw-blog-item-thumb {
  height: 500px;
  overflow: hidden;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-blog-item-thumb {
    height: 400px;
  }
}
.lw-blog-item-thumb img {
  height: 500px;
  overflow: hidden;
  object-fit: cover;
  border-radius: 8px;
  transition: 0.9s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-blog-item-thumb img {
    width: 100%;
    height: 400px;
  }
}
.lw-blog-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 30px;
  padding: 30px;
  text-align: center;
  border-radius: 8px;
  background: #0C1B1A;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-blog-item-content {
    margin: 0 15px;
  }
}
.lw-blog-item-date {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  color: rgba(245, 247, 245, 0.8);
}
.lw-blog-item-title {
  font-size: 24px;
  font-weight: 500;
  color: #F5F7F5;
  line-height: 1.3;
  margin-bottom: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  font-family: var(--tp-ff-playfair);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-blog-item-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-blog-inner-style {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.tp-blog-inner-top .ma-blog-thumb {
  margin-left: 0;
}
.tp-blog-inner-top .ma-blog-thumb img {
  height: auto;
}
.tp-blog-inner-top .ma-blog-title {
  font-size: 19px;
}
.tp-blog-inner-top .ma-blog-item {
  border-bottom: none;
  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: 767px) {
  .tp-blog-tab-spacing {
    padding-bottom: 100px;
  }
}
.tp-blog-tab-wrap nav .nav-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border: none;
}
.tp-blog-tab-wrap nav .nav-link {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  border: none;
  line-height: 1;
  border-bottom: 1px solid transparent;
  margin: 0 16px;
  margin-bottom: 5px;
}
.tp-blog-tab-wrap nav .nav-link.active {
  border: none;
  border-bottom: 1px solid var(--tp-common-black);
}
.tp-blog-tab-wrap nav .nav-link:hover {
  border: none;
  border-bottom: 1px solid var(--tp-common-black);
}
.tp-blog-sidebar-left-wrap .tp-blog-title {
  font-family: var(--tp-ff-unbounded);
  font-size: 20px;
  line-height: 150%;
}
@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: 767px) {
  .tp-blog-sidebar-left-wrap .tp-blog-title br {
    display: none;
  }
}
.tp-blog-details-banner {
  height: 648px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-details-banner {
    height: 448px;
  }
}
@media (max-width: 767px) {
  .tp-blog-details-banner {
    height: 300px;
  }
}
.tp-blog-details-banner img {
  width: 100%;
}
@media (max-width: 767px) {
  .tp-blog-details-banner img {
    height: 500px;
    object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-details-social {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-details-social > div {
    display: inline-block;
  }
}
.tp-blog-details-social a {
  height: 42px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-black);
  background-color: var(--tp-grey-2);
  margin-bottom: 8px;
}
.tp-blog-details-social a:hover {
  background: var(--tp-theme-primary);
}
.tp-blog-details-show-spacing {
  padding-bottom: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-details-show-spacing {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ca-blog-ptb {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ca-blog-ptb {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ca-blog-title-box {
    margin-bottom: 30px;
  }
}
.ca-blog-item:hover .ca-blog-item-thumb a img {
  transform: scale(1.1);
}
.ca-blog-item-thumb {
  overflow: hidden;
  margin-bottom: 32px;
}
.ca-blog-item-thumb img {
  width: 100%;
  height: 395px;
  overflow: hidden;
  object-fit: cover;
  transition: 0.9s ease-in-out;
}
.ca-blog-item-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 15px;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ca-blog-item-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .ca-blog-item-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ca-blog-item-title br {
    display: none;
  }
}
.ca-blog-item-tags span {
  color: #CECECE;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
}
.ca-blog-item-tags span:not(:last-of-type) {
  margin-right: 60px;
}
.ca-blog-item-tags span:not(:last-of-type)::after {
  position: absolute;
  right: -45px;
  top: 12px;
  content: "";
  height: 1px;
  width: 30px;
  display: block;
  background-color: #CECECE;
}

/*----------------------------------------*/
/*  6.1 Footer Style
/*----------------------------------------*/
.tp-footer-widget-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-bricolage);
}
.tp-footer-widget-title.ff-unbounded {
  font-family: var(--tp-ff-unbounded);
}
.tp-footer-widget-title.ff-poppins {
  font-family: var(--tp-ff-p);
}
.tp-footer-widget-title.ff-space {
  font-family: var(--tp-ff-space);
}
.tp-footer-widget-title.ff-play {
  font-family: var(--tp-ff-playfair);
}
.tp-footer-widget-title.fs-16 {
  font-size: 16px;
}
.tp-footer-widget-title.fs-18 {
  font-size: 18px;
}
.tp-footer-widget-title.fs-20 {
  font-size: 20px;
}
.tp-footer-widget-title.fs-24 {
  font-size: 24px;
}
.tp-footer-widget-title.fw-500 {
  font-weight: 500;
}
.tp-footer-widget-title.fw-600 {
  font-weight: 600;
}
.tp-footer-widget-menu ul li {
  list-style-type: none;
}
.tp-footer-widget-menu ul li:not(:last-child) {
  margin-bottom: 20px;
}
.tp-footer-widget-menu ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  color: rgba(245, 247, 245, 0.8);
}
.tp-footer-widget-menu ul li a:hover {
  color: var(--tp-common-white);
}
.tp-footer-widget-menu.fs-16 ul li:not(:last-child), .tp-footer-widget-menu.fs-20 ul li:not(:last-child) {
  margin-bottom: 15px;
}
.tp-footer-widget-menu.fs-16 ul li a, .tp-footer-widget-menu.fs-20 ul li a {
  font-size: 16px;
}
.tp-footer-widget-social ul li {
  list-style-type: none;
}
.tp-footer-widget-social ul li:not(:last-child) {
  margin-bottom: 25px;
}
.tp-footer-widget-social ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  padding: 7px 24px;
  border-radius: 50px;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-footer-widget-social ul li a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.tp-footer-widget-info span {
  display: block;
}
.tp-footer-widget-info span:not(:last-child) {
  margin-bottom: 10px;
}
.tp-footer-widget-info a {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  color: rgba(245, 247, 245, 0.8);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-widget-info a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-widget-info a br {
    display: none;
  }
}
.tp-footer-widget-info a:hover {
  color: var(--tp-common-white);
}
.tp-footer-widget-input input {
  color: var(--tp-common-white);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-footer-widget-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(245, 247, 245, 0.8);
}
.tp-footer-widget-input input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(245, 247, 245, 0.8);
}
.tp-footer-widget-input input:-moz-placeholder { /* Firefox 4-18 */
  color: rgba(245, 247, 245, 0.8);
}
.tp-footer-widget-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: rgba(245, 247, 245, 0.8);
}
.tp-footer-widget-input input::placeholder { /* MODERN BROWSER */
  color: rgba(245, 247, 245, 0.8);
}
.tp-footer-widget-input input:focus {
  border-color: var(--tp-theme-primary);
}
.tp-footer-widget-input-remember {
  margin: 25px 0 30px;
}
.tp-footer-widget-input-remember input {
  display: none;
}
.tp-footer-widget-input-remember input:checked ~ label::after {
  border-color: var(--tp-common-white);
}
.tp-footer-widget-input-remember input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.tp-footer-widget-input-remember label {
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  padding-left: 26px;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
}
.tp-footer-widget-input-remember label a {
  color: var(--tp-common-white);
}
.tp-footer-widget-input-remember label::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  opacity: 0;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: url("../img/icon/check.svg");
}
.tp-footer-widget-input-remember label::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  z-index: 0;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(245, 247, 245, 0.3);
  box-shadow: 0px 1px 4px 0px rgba(48, 54, 81, 0.06) inset, 0px 1px 1px 0px rgba(48, 54, 81, 0.06);
}

.tp-copyright-wrap {
  padding: 30px 35px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-copyright-wrap {
    padding: 30px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-copyright-text {
    margin-bottom: 20px;
  }
}
.tp-copyright-text p {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
  text-transform: capitalize;
  color: rgba(245, 247, 245, 0.8);
}
.tp-copyright-text p a {
  color: var(--tp-common-white);
}
.tp-copyright-text.tp-copyright-4 p a {
  color: var(--tp-theme-primary);
}
.tp-copyright-text.tp-copyright-9 p a {
  color: var(--tp-common-brown);
}
.tp-copyright-menu a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  color: rgba(245, 247, 245, 0.8);
}
.tp-copyright-menu a:not(:last-child) {
  margin-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-copyright-menu a:not(:last-child) {
    margin-right: 30px;
  }
}
.tp-copyright-slider-item p {
  font-size: 150px;
  font-weight: 700;
  line-height: 1;
  color: #272727;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: var(--tp-ff-bricolage);
}
@media (max-width: 767px) {
  .tp-copyright-slider-item p {
    font-size: 85px;
  }
}
.tp-copyright-slider-wrap .swiper-slide {
  width: auto;
}

/*----------------------------------------*/
/*  6.2 Footer Style 2
/*----------------------------------------*/
.ds-footer-top-wrap {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ds-footer-heading .tp-section-title {
  margin-bottom: 14px;
  color: var(--tp-common-white);
}
.ds-footer-heading p {
  font-size: 16px;
  font-weight: 400;
  color: #CECECE;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-footer-heading p br {
    display: none;
  }
}
.ds-footer-btn .tp-btn-circle {
  width: 160px;
  height: 160px;
  border-color: transparent;
  background-color: var(--tp-theme-primary);
}
.ds-footer-btn .tp-btn-circle:hover {
  background-color: var(--tp-common-white);
}
.ds-footer-widget .tp-footer-widget-info a {
  font-size: 16px;
}
.ds-footer-widget .tp-footer-widget-info .tel a {
  font-size: 20px;
  font-weight: 600;
  color: var(--tp-common-white);
}
.ds-footer-widget-input input {
  height: 50px;
  padding-right: 100px;
  color: var(--tp-common-white);
  background-color: transparent;
  border: 1px solid rgba(113, 113, 113, 0.5);
}
.ds-footer-widget-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(245, 247, 245, 0.8);
}
.ds-footer-widget-input input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(245, 247, 245, 0.8);
}
.ds-footer-widget-input input:-moz-placeholder { /* Firefox 4-18 */
  color: rgba(245, 247, 245, 0.8);
}
.ds-footer-widget-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: rgba(245, 247, 245, 0.8);
}
.ds-footer-widget-input input::placeholder { /* MODERN BROWSER */
  color: rgba(245, 247, 245, 0.8);
}
.ds-footer-widget-input input:focus {
  border-color: var(--tp-theme-primary);
}
.ds-footer-widget-input .tp-btn-green {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 13px;
  font-weight: 500;
  padding: 12px 15px;
}
.ds-footer-widget-input.tp-footer-6-input {
  gap: 8px;
  display: flex;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ds-footer-widget-input.tp-footer-6-input {
    flex-wrap: wrap;
  }
}
.ds-footer-widget-input.tp-footer-6-input input {
  width: 258px;
  height: 40px;
  font-size: 14px;
  padding-right: 30px;
  border-radius: 50px;
}
.ds-footer-widget-input.tp-footer-6-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
}
.ds-footer-widget-input.tp-footer-6-input input::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
}
.ds-footer-widget-input.tp-footer-6-input input:-moz-placeholder { /* Firefox 4-18 */
  font-size: 14px;
}
.ds-footer-widget-input.tp-footer-6-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 14px;
}
.ds-footer-widget-input.tp-footer-6-input input::placeholder { /* MODERN BROWSER */
  font-size: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ds-footer-widget-input.tp-footer-6-input input {
    width: 165px;
  }
}
.ds-footer-social {
  gap: 4px;
  display: flex;
}
.ds-footer-social a:hover span {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}
.ds-footer-social a span {
  width: 40px;
  height: 40px;
  display: grid;
  border-radius: 50%;
  place-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .ds-footer-bottom-warp {
    padding-bottom: 50px;
  }
}

.ds-copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.ds-copyright-wrap {
  padding: 30px 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sa-footer-ptb {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-footer-ptb {
    padding-top: 60px;
  }
}
.sa-footer-top-wrap {
  border-bottom: 1px solid rgba(1, 1, 3, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sa-footer-top-wrap {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-footer-top-wrap {
    padding-bottom: 60px;
  }
}
.sa-footer-big-text {
  margin: 0;
  font-size: 200px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sa-footer-big-text {
    font-size: 170px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sa-footer-big-text {
    font-size: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sa-footer-big-text {
    font-size: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sa-footer-big-text {
    font-size: 95px;
  }
}
@media (max-width: 767px) {
  .sa-footer-big-text {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sa-footer-big-text {
    font-size: 70px;
  }
}
.sa-footer-bottom-warp {
  border-bottom: 1px solid rgba(1, 1, 3, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-footer-bottom-warp {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.sa-footer-copyright-wrap .tp-copyright-text p {
  color: var(--tp-common-black);
}
.sa-footer-copyright-wrap .tp-copyright-text p a {
  color: var(--tp-common-black);
}
.sa-footer-copyright-wrap .tp-copyright-menu a {
  color: var(--tp-common-black);
}
.sa-footer-col-2 .tp-footer-widget-title {
  color: var(--tp-common-black);
}
.sa-footer-col-2 .tp-footer-widget-info a {
  color: #010103;
}
.sa-footer-col-2 .ds-footer-social {
  margin-top: 24px;
}
.sa-footer-col-2 .ds-footer-social a:hover span {
  border-color: var(--tp-theme-primary);
}
.sa-footer-col-2 .ds-footer-social a span {
  color: var(--tp-common-black);
  border-color: rgba(1, 1, 3, 0.1);
}
.sa-footer-col-3 .tp-footer-widget-title {
  color: var(--tp-common-black);
}
.sa-footer-col-3 .tp-footer-widget-info a {
  color: #010103;
}
.sa-footer-col-3 .tp-footer-widget-info .tel a {
  color: var(--tp-common-black);
}
.sa-footer-col-4 .tp-footer-widget-title {
  color: var(--tp-common-black);
}
.sa-footer-col-4 .ds-footer-widget-input input {
  color: var(--tp-common-black);
}
.sa-footer-col-4 .ds-footer-widget-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 12px;
  color: rgba(1, 1, 3, 0.8);
}
.sa-footer-col-4 .ds-footer-widget-input input::-moz-placeholder { /* Firefox 19+ */
  font-size: 12px;
  color: rgba(1, 1, 3, 0.8);
}
.sa-footer-col-4 .ds-footer-widget-input input:-moz-placeholder { /* Firefox 4-18 */
  font-size: 12px;
  color: rgba(1, 1, 3, 0.8);
}
.sa-footer-col-4 .ds-footer-widget-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 12px;
  color: rgba(1, 1, 3, 0.8);
}
.sa-footer-col-4 .ds-footer-widget-input input::placeholder { /* MODERN BROWSER */
  font-size: 12px;
  color: rgba(1, 1, 3, 0.8);
}
.sa-footer-col-4 .ds-footer-widget-input input:focus {
  border-color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  6.3 Footer Style 3
/*----------------------------------------*/
.tp-footer-3-top-wrap {
  border-bottom: 1px solid rgba(245, 247, 245, 0.1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-3-top-wrap {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-3-top-wrap {
    padding-bottom: 60px;
  }
}
.tp-footer-3-top-menu {
  position: relative;
}
.tp-footer-3-top-menu::before {
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 25px;
  bottom: -10px;
  position: absolute;
  background-color: var(--tp-common-black);
}
.tp-footer-3-top-menu ul {
  gap: 195px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-footer-3-top-menu ul {
    gap: 155px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-3-top-menu ul {
    gap: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-3-top-menu ul {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-3-top-menu ul {
    gap: 30px;
  }
}
.tp-footer-3-top-menu ul li {
  position: relative;
  display: inline-block;
}
.tp-footer-3-top-menu ul li a {
  font-size: 65px;
  font-weight: 600;
  line-height: 1;
  color: transparent;
  font-family: var(--tp-ff-p);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(245, 247, 245, 0.2);
  background: linear-gradient(#fff, #fff) left no-repeat, rgba(0, 0, 0, 0.2);
  background-size: 0% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-3-top-menu ul li a {
    font-size: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-3-top-menu ul li a {
    font-size: 44px;
  }
}
.tp-footer-3-top-menu ul li a:hover {
  background-size: 100% 100%;
}
.tp-footer-3-top-menu ul li span {
  width: 152px;
  height: 152px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  place-content: center;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
  background-color: var(--tp-theme-primary);
}
.tp-footer-3-top-menu .hover-reveal-item .circle-btn-pos {
  width: 152px;
  height: 152px;
  border-radius: 50%;
}
.tp-footer-3-bottom-wrap {
  border-bottom: 1px solid rgba(245, 247, 245, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-3-bottom-wrap {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .tp-footer-3-bottom-wrap {
    padding-top: 70px;
  }
}
.tp-footer-3-col-1 .tp-footer-widget-info span {
  margin-bottom: 30px;
}
.tp-footer-3-col-1 .tp-footer-widget-info a {
  font-size: 16px;
}
.tp-footer-3-col-1 .tp-footer-widget-info p {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.tp-footer-3-col-2 .tp-footer-widget-menu ul li:not(:last-child), .tp-footer-3-col-3 .tp-footer-widget-menu ul li:not(:last-child) {
  margin-bottom: 15px;
}
.tp-footer-3-col-2 {
  padding-left: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-3-col-2 {
    padding-left: 0;
  }
}
.tp-footer-3-col-3 {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-3-col-3 {
    padding-left: 0;
  }
}
.tp-footer-3-copyright-text p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.tp-footer-3-copyright-text p a {
  font-weight: 600;
  color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  6.4 Footer Style 4
/*----------------------------------------*/
.tp-footer-4-col-2 {
  padding-left: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-4-col-2 {
    padding-left: 0;
  }
}
.tp-footer-4-col-3 {
  padding-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-4-col-3 {
    padding-left: 0;
  }
}
.tp-footer-4-col-4 .tp-btn-green {
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  6.5 Footer Style 5
/*----------------------------------------*/
.tp-footer-5-wrap {
  border-radius: 16px;
  padding: 40px 30px;
  background-color: var(--tp-theme-primary);
}
.tp-footer-5-info {
  padding-bottom: 20px;
}
.tp-footer-5-info span {
  margin-bottom: 20px;
  display: inline-block;
}
.tp-footer-5-info a {
  font-size: 16px;
  color: rgba(1, 1, 3, 0.8);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-5-info a br {
    display: none;
  }
}
.tp-footer-5-info p {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-5-main-warp {
    padding-bottom: 0;
  }
}
.tp-footer-5-social a {
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-space);
}
.tp-footer-5-social a:not(:last-of-type) {
  margin-right: 5px;
}
.tp-footer-5-col-2 {
  padding-top: 60px;
  padding-left: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-5-col-2 {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-5-col-2 {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .tp-footer-5-col-2 {
    padding-left: 0;
    padding-top: 0px;
  }
}
.tp-footer-5-col-3 {
  padding-top: 60px;
  padding-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-5-col-3 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-footer-5-col-3 {
    padding-top: 0px;
  }
}
.tp-footer-5-col-4 {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .tp-footer-5-col-4 {
    padding-top: 0px;
  }
}

/*----------------------------------------*/
/*  6.6 Footer Style 6
/*----------------------------------------*/
.tp-footer-6-info span {
  display: block;
  margin-bottom: 15px;
}
.tp-footer-6-info span a {
  font-size: 18px;
  font-weight: 400;
  color: #CECECE;
  text-transform: capitalize;
  font-family: var(--tp-ff-p);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-6-info span a br {
    display: none;
  }
}
.tp-footer-6-info p {
  font-size: 16px;
  color: #CECECE;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-6-info p br {
    display: none;
  }
}
.tp-footer-6-btn {
  margin-top: 30px;
}
.tp-footer-6-btn a {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}
.tp-footer-6-btn a:hover {
  color: var(--tp-theme-primary);
}
.tp-footer-6-btn a:hover::before {
  opacity: 0;
}
.tp-footer-6-btn a span {
  display: inline-block;
  margin-left: 5px;
}
.tp-footer-6-btn a::before {
  content: "";
  bottom: -2px;
  left: 0;
  height: 1px;
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: var(--tp-common-white);
}
.tp-footer-6-input-btn {
  width: 40px;
  height: 40px;
  display: grid;
  text-align: center;
  border-radius: 50%;
  place-content: center;
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}
.tp-footer-6-input-btn:hover {
  transform: rotate(45deg);
  color: var(--tp-common-black);
}
.tp-footer-6-big-title {
  margin: 0;
  line-height: 1;
  font-size: 182px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--tp-ff-unbounded);
  background: linear-gradient(180deg, #141414 0%, #1a1919 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-footer-6-big-title {
    font-size: 135px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-6-big-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-6-big-title {
    font-size: 92px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-6-big-title {
    font-size: 74px;
  }
}
@media (max-width: 767px) {
  .tp-footer-6-big-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-footer-6-big-title {
    font-size: 54px;
  }
}
.tp-footer-6-col-2 {
  padding-left: 72px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-6-col-2 {
    padding-left: 0;
  }
}
.tp-footer-6-col-3 {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-6-col-3 {
    padding-left: 0;
  }
}
/*----------------------------------------*/
/*  6.7 Footer Style 7
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-7-main-wrap {
    padding-bottom: 0;
  }
}
.tp-footer-7-bottom {
  padding-top: 60px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(245, 247, 245, 0.1);
  border-bottom: 1px solid rgba(245, 247, 245, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-7-bottom {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .tp-footer-7-bottom {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-7-logo img {
    width: 50%;
  }
}
/*----------------------------------------*/
/*  6.8 Footer Style 8
/*----------------------------------------*/
.tp-footer-8-input-notifi p {
  gap: 5px;
  display: flex;
  font-size: 14px;
  flex-wrap: wrap;
  align-items: center;
  color: var(--tp-common-white);
}
.tp-footer-8-input-notifi p span {
  width: 32px;
  height: 32px;
  display: grid;
  border-radius: 50%;
  place-content: center;
  background-color: #1F4C4A;
}
.tp-footer-8-input .ds-footer-widget-input {
  margin-bottom: 20px;
}
.tp-footer-8-input .ds-footer-widget-input input {
  height: 60px;
  border-radius: 60px;
  padding-right: 70px;
}
.tp-footer-8-input .ds-footer-widget-input button {
  top: 5px;
  right: 10px;
  width: 50px;
  height: 50px;
  display: grid;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  place-content: center;
  color: var(--tp-common-black);
  border: 1px solid var(--tp-theme-primary);
  background-color: var(--tp-theme-primary);
}
.tp-footer-8-input .ds-footer-widget-input button:hover {
  background-color: transparent;
  color: var(--tp-common-white);
}
.tp-footer-8-input-text p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.tp-footer-8-info a {
  font-size: 16px;
  font-weight: 600;
  padding: 16px 31px;
  border-radius: 50px;
  display: inline-block;
  text-transform: capitalize;
  border: 1px solid transparent;
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-8-info a {
    font-size: 14px;
    padding: 16px 20px;
  }
}
.tp-footer-8-info a span {
  margin-right: 5px;
  display: inline-block;
}
.tp-footer-8-info a:hover {
  color: var(--tp-common-white);
  background-color: transparent;
  border-color: var(--tp-theme-primary);
}
/*----------------------------------------*/
/*  6.9 Footer Style 9
/*----------------------------------------*/
.tp-footer-9-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-9-border {
    padding: 30px 0;
  }
}
.tp-footer-9-top-left {
  gap: 50px;
}
@media (max-width: 767px) {
  .tp-footer-9-top-thumb {
    display: none;
  }
}
.tp-footer-9-top-title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.68px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-playfair);
}
.tp-footer-9-top-title span {
  font-style: italic;
  color: var(--tp-common-brown);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-9-top-right {
    margin-top: 30px;
  }
}
.tp-footer-9-col-1 .ds-footer-social a:hover span {
  color: var(--tp-common-white);
  background-color: var(--tp-common-brown);
}
.tp-footer-9-col-2 {
  padding-left: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-9-col-2 {
    padding-left: 0;
  }
}
.tp-footer-9-col-3 {
  padding-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-9-col-3 {
    padding-left: 0;
  }
}
.tp-footer-9-col-4 .ds-footer-widget-input input:focus {
  border-color: var(--tp-common-brown);
}
.tp-footer-9-col-4 .ds-footer-widget-input .tp-btn-green {
  background-color: transparent;
  color: var(--tp-common-brown);
}
.tp-footer-9-col-4 .ds-footer-widget-input .tp-btn-green span {
  margin-left: 5px;
}

/*----------------------------------------*/
/*  7.0 Footer Style 10
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-10-ptb {
    padding-top: 80px;
  }
}
.tp-footer-10-shape {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-10-shape {
    display: none;
  }
}
.tp-footer-10-mail-box {
  padding: 30px 0;
  border-radius: 20px;
  background-color: #201B13;
}
.tp-footer-10-mail-box .tp-about-me-hero-work {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-10-wrapper {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-10-input {
    margin-bottom: 20px;
  }
}
.tp-footer-10-input input {
  border: none;
  padding-right: 40px;
  color: var(--tp-common-white);
  background-color: transparent;
  border-bottom: 1px solid rgba(245, 247, 245, 0.1);
}
.tp-footer-10-input input::placeholder {
  text-transform: uppercase;
  color: var(--tp-common-solid-white);
}
.tp-footer-10-input input:focus {
  border-color: var(--tp-common-white);
}
.tp-footer-10-input button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: var(--tp-common-white);
}
.tp-footer-10-title {
  margin: 0;
  font-size: 150px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -4.5px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-10-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-10-title {
    font-size: 90px;
    letter-spacing: -2.5px;
  }
}
@media (max-width: 767px) {
  .tp-footer-10-title {
    font-size: 38px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-footer-10-title {
    font-size: 60px;
  }
}
.tp-footer-10-title a {
  line-height: 1;
  display: inline-block;
}
.tp-footer-10-btn {
  font-size: 20px;
  font-weight: 600;
  border-radius: 14px;
  padding: 10px 21px;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-footer-10-btn:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.tp-footer-10-btn span {
  margin-left: 3px;
  display: inline-block;
}
.tp-footer-10-btn-box {
  gap: 20px;
  animation-delay: 0.3s;
  animation-duration: 1s;
}
@media (max-width: 767px) {
  .tp-footer-10-btn-box {
    flex-wrap: wrap;
  }
}
.tp-footer-10-copyright-text p {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.tp-footer-10-copyright-text p a {
  color: var(--tp-common-yellow);
}
.tp-footer-10-copyright-menu a {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: rgba(245, 247, 245, 0.8);
}
.tp-footer-10-copyright-menu a:not(:last-of-type) {
  margin-right: 30px;
}
/*----------------------------------------*/
/*  7.9 Hero css
/*----------------------------------------*/
.tp-hero-ptb {
  padding-top: 190px;
  padding-bottom: 160px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-ptb {
    padding-top: 150px;
    padding-bottom: 70px;
  }
}
.tp-hero-title {
  font-size: 150px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -4.5px;
  color: var(--tp-grey-1);
  font-family: var(--tp-ff-bricolage);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .tp-hero-title {
    font-size: 50px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-title {
    font-size: 65px;
  }
}
.tp-hero-title i {
  font-size: 220px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: -6.6px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-title i {
    font-size: 200px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-title i {
    font-size: 170px;
  }
}
@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-title i {
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  .tp-hero-title i {
    font-size: 100px;
    letter-spacing: -0.6px;
  }
}
.tp-hero-title span {
  position: relative;
  height: 155px;
  width: 155px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(12px);
  background-color: var(--tp-theme-primary);
}
.tp-hero-title span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-title span {
    transform: scale(0.8) translateY(24px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-title span {
    display: none;
  }
}
.tp-hero-thumb-shape {
  position: absolute;
  bottom: -10px;
  left: -85px;
  z-index: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-thumb-shape {
    left: 30px;
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-thumb-shape {
    display: none;
  }
}
.tp-hero-thumb-shape img {
  transform: rotate(-23deg);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-thumb-wrapper {
    margin-left: -140px;
    transform: scale(0.9);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-thumb-wrapper {
    margin-left: -160px;
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-thumb-wrapper {
    transform: scale(0.8);
    margin-left: -195px;
  }
}
.tp-hero-thumb-wrapper .tp-hero-thumb-1 {
  height: 240px;
  width: 449px;
  overflow: hidden;
  margin-left: 91px;
  border-radius: 1000px;
  transform: rotate(18deg) translateY(33px);
  transform-origin: right bottom;
}
@media (max-width: 767px) {
  .tp-hero-thumb-wrapper .tp-hero-thumb-1 {
    display: none;
  }
}
.tp-hero-thumb-wrapper .tp-hero-thumb-1 img {
  max-width: inherit;
  transform: translate(-12%, -7%) rotate(-14deg);
}
.tp-hero-thumb-wrapper .tp-hero-thumb-2 {
  height: 240px;
  width: 580px;
  overflow: hidden;
  border-radius: 1000px;
  background-position: bottom;
}
@media (max-width: 767px) {
  .tp-hero-thumb-wrapper .tp-hero-thumb-2 {
    width: 100%;
    height: 560px;
    border-radius: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-header-wrap {
    margin-bottom: 30px;
  }
}
.tp-hero-content-box {
  padding-left: 300px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-content-box {
    padding-left: 0;
  }
}
.tp-hero-content-box p {
  margin-bottom: 42px;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-content-box p {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-content-box p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-content-box-wrap {
    padding-bottom: 125px;
  }
}
@media (max-width: 767px) {
  .tp-hero-content-box-wrap {
    padding-bottom: 60px;
  }
}
.tp-hero-port-title {
  font-weight: 400;
  font-size: 260px;
  line-height: 73%;
  letter-spacing: -0.04em;
  animation-delay: 0.3s;
  animation-duration: 1s;
  font-family: var(--tp-ff-teko);
  color: var(--tp-theme-secondary);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-port-title {
    font-size: 220px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-port-title {
    font-size: 185px;
  }
}
@media (max-width: 767px) {
  .tp-hero-port-title {
    font-size: 150px;
  }
}
.tp-hero-port-title-wrap {
  padding-bottom: 210px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-port-title-wrap {
    padding-bottom: 0;
  }
}
.tp-hero-port-thumb {
  margin-left: -255px;
  margin-right: -90px;
  padding-bottom: 50px;
}
@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-port-thumb {
    margin-left: -155px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-port-thumb {
    margin-left: 0;
    margin-right: 0;
  }
}
.tp-hero-port-wrap {
  height: 100vh;
  width: 100%;
  background: #18130b;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-port-wrap {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-port-wrap {
    height: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-port-wrap {
    padding-top: 180px;
  }
}
.tp-hero-port-content {
  padding-bottom: 350px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-port-content {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-port-content {
    margin-left: -70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-port-content {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-port-content {
    padding-bottom: 130px;
  }
}
.tp-hero-port-content-slide {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ds-hero-ptb {
    padding-top: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ds-hero-ptb {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .ds-hero-ptb {
    padding-top: 135px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ds-hero-top {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .ds-hero-top {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-hero-heading-wrap {
    margin-bottom: 40px;
  }
}
.ds-hero-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 32px;
  letter-spacing: -0.44px;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}
@media (max-width: 767px) {
  .ds-hero-title br {
    display: none;
  }
}
.ds-hero-counter-wrapper {
  gap: 140px;
  margin-left: 142px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-hero-counter-wrapper {
    gap: 100px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ds-hero-counter-wrapper {
    gap: 80px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .ds-hero-counter-wrapper {
    gap: 40px;
  }
}
.ds-hero-counter-item span {
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
  text-transform: capitalize;
  color: rgba(245, 247, 245, 0.7);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ds-hero-counter-item span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .ds-hero-counter-item span {
    font-size: 15px;
  }
}
.ds-hero-counter-title {
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -2.08px;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ds-hero-counter-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .ds-hero-counter-title {
    font-size: 35px;
  }
}
.ds-hero-counter-title i {
  font-style: normal;
  display: inline-block;
  transform: translateX(5px);
}
.ds-hero-text-title {
  font-size: 250px;
  font-weight: 700;
  line-height: 0.85;
  display: flex;
  align-items: end;
  margin-bottom: 1px;
  transform: translateX(-16px);
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ds-hero-text-title {
    font-size: 215px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ds-hero-text-title {
    font-size: 185px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ds-hero-text-title {
    font-size: 150px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .ds-hero-text-title {
    font-size: 85px;
    margin-bottom: 10px;
    transform: translateX(0px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ds-hero-text-title {
    font-size: 110px;
  }
}
.ds-hero-text-title span {
  height: 46px;
  width: 100%;
  display: inline-block;
  transform: translate(-14px, -13px);
  background-color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ds-hero-text-title span {
    height: 40px;
    transform: translate(-14px, -11px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ds-hero-text-title span {
    height: 34px;
    transform: translate(-14px, -9px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-hero-text-title span {
    display: none;
  }
}
.ds-hero-text-title-2 {
  font-size: 102px;
  font-weight: 700;
  line-height: 1;
  text-align: end;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ds-hero-text-title-2 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ds-hero-text-title-2 {
    font-size: 60px;
    text-align: start;
  }
}
@media (max-width: 767px) {
  .ds-hero-text-title-2 {
    font-size: 38px;
    text-align: start;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ds-hero-text-title-2 {
    font-size: 54px;
  }
}
.ds-hero-text-title-2 span {
  height: 75px;
  width: 140px;
  border-radius: 100px;
  display: inline-block;
  transform: translateX(-18px);
  border: 20px solid var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ds-hero-text-title-2 span {
    transform: translate(0px, 8px);
  }
}
@media (max-width: 767px) {
  .ds-hero-text-title-2 span {
    width: 65px;
    height: 50px;
    transform: translate(-5px, 10px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sa-hero-ptb {
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .sa-hero-ptb {
    padding-top: 120px;
  }
}
.sa-hero-text-title {
  margin: 0;
  font-size: 180px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -5.7px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .sa-hero-text-title {
    font-size: 155px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sa-hero-text-title {
    font-size: 135px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sa-hero-text-title {
    font-size: 118px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sa-hero-text-title {
    font-size: 80px;
    letter-spacing: -1.7px;
  }
}
@media (max-width: 767px) {
  .sa-hero-text-title {
    font-size: 70px;
    letter-spacing: 0;
  }
}
.sa-hero-text-btn .tp-btn-circle {
  font-size: 12px;
  width: 142px;
  height: 142px;
  border-color: transparent;
  background-color: var(--tp-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-hero-text-wrapper {
    margin-bottom: 50px;
  }
}
.sa-hero-text-wrapper .tp-text-2-slider-active .swiper-wrapper .swiper-slide {
  width: auto;
}
.sa-hero-wrapper {
  gap: 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sa-hero-wrapper {
    gap: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sa-hero-wrapper {
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-hero-wrapper {
    flex-wrap: wrap;
  }
}
.sa-hero-title {
  font-size: 62px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -2.48px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sa-hero-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sa-hero-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .sa-hero-title {
    font-size: 36px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .sa-hero-title span {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sa-hero-title span {
    display: inline-flex;
  }
}
.sa-hero-middle-wrapper {
  margin-bottom: 35px;
  padding-bottom: 145px;
  border-bottom: 1px solid rgba(1, 1, 3, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sa-hero-middle-wrapper {
    padding-bottom: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-hero-middle-wrapper {
    padding-bottom: 80px;
  }
}
.sa-hero-middle-wrapper.bdr-none {
  border: none;
}
.sa-hero-social a {
  margin-right: 8px;
  display: inline-block;
  color: var(--tp-common-black);
}
.sa-hero-shape {
  margin-top: -150px;
  animation: sunMove 10s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-hero-shape {
    margin-top: 50px;
    animation: none;
  }
}
.sa-hero-info {
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sa-hero-info {
    gap: 20px;
  }
}
.sa-hero-info-item a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-hero-info-item a {
    font-size: 12px;
  }
}

.hover-reveal-item .circle-btn-pos, .hover-reveal-item .tp-award-reveal-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 250px;
  opacity: 0;
  z-index: 9;
  overflow: hidden;
  pointer-events: none;
  border-radius: 10px;
  margin: -70px 0 0 -70px;
  -webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0.4);
  background-repeat: no-repeat;
  background-size: cover;
}
.hover-reveal-item:hover .circle-btn-pos, .hover-reveal-item:hover .tp-award-reveal-img {
  opacity: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .dgm-hero-style {
    padding-top: 140px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .dgm-hero-style {
    padding-top: 140px;
    padding-bottom: 70px;
  }
}
.dgm-hero-shape-1 {
  position: absolute;
  top: -4%;
  left: 4px;
  z-index: -1;
  transform-origin: right bottom;
  animation: tpswing 1s forwards infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-hero-shape-1 {
    display: none;
  }
}
.dgm-hero-shape-2 {
  position: absolute;
  bottom: 25%;
  right: -10%;
}
@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) {
  .dgm-hero-shape-2 {
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-hero-shape-2 {
    display: none;
  }
}
.dgm-hero-thumb {
  padding-left: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .dgm-hero-thumb {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-hero-thumb {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-hero-thumb {
    padding-left: 0;
  }
}
.dgm-hero-title {
  font-size: 92px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--tp-common-white);
  margin-left: -30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-hero-title {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .dgm-hero-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dgm-hero-title {
    font-size: 50px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .dgm-hero-title {
    font-size: 62px;
  }
}
@media (max-width: 767px) {
  .dgm-hero-title {
    font-size: 55px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .dgm-hero-title br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-hero-title-box {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-hero-title-box {
    padding-top: 0;
  }
}
.dgm-hero-title-box > p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  color: #CECECE;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .dgm-hero-title-box > p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dgm-hero-title-box > p {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-hero-title-box > p {
    margin-bottom: 40px;
  }
}
.dgm-hero-play-btn {
  height: 60px;
  width: 60px;
  margin-right: 15px;
  line-height: 62px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--tp-theme-primary);
  animation: animate-pulse 3s linear infinite;
}
.dgm-hero-play-btn svg {
  margin-left: 3px;
}
.dgm-hero-play-wrap {
  position: absolute;
  top: 25px;
  right: -50%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .dgm-hero-play-wrap {
    top: 20px;
    right: -230px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-hero-play-wrap {
    display: none;
  }
}
.dgm-hero-play-wrap span {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
  color: #CECECE;
  text-transform: capitalize;
  font-family: var(--tp-ff-unbounded);
}
.dgm-hero-icon-arrow {
  margin-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-hero-icon-arrow {
    display: none;
  }
}
.dgm-hero-icon {
  position: relative;
  height: 90px;
  width: 90px;
  line-height: 90px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  border: 1px solid rgba(1, 1, 3, 0.1);
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}
.dgm-hero-text-circle {
  display: inline-block;
}
.dgm-hero-text-circle a {
  position: relative;
  height: 170px;
  width: 170px;
  line-height: 170px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}
.dgm-hero-text-circle a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 50%;
  transform: scale(1.3);
  background-color: #010102;
}
.dgm-hero-text-circle.sa-footer-text a {
  width: 144px;
  height: 144px;
  line-height: 144px;
  background-color: var(--tp-common-white);
  box-shadow: -5px 4px 15px 10px rgba(0, 0, 0, 0.03);
}
.dgm-hero-text-circle.sa-footer-text a::after {
  content: none;
}
.dgm-hero-text-circle.sa-footer-text .dgm-hero-icon {
  border: none;
  background-color: transparent;
}
.dgm-hero-text-shape {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
}
.dgm-hero-text-shape img {
  animation: rotate2 10s linear infinite;
}
.dgm-hero-text p {
  font-size: 17px;
  color: #CECECE;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-hero-text p {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-hero-text p br {
    display: none;
  }
}
.dgm-hero-style .tp-testimonial-social-wrap {
  position: absolute;
  top: 140px;
  left: -40px;
  transform: translateY(0);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .dgm-hero-style .tp-testimonial-social-wrap {
    left: -5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-hero-style .tp-testimonial-social-wrap {
    display: none;
  }
}
.dgm-hero-style .tp-testimonial-social a {
  color: rgba(245, 247, 245, 0.3);
}
.dgm-hero-style .tp-testimonial-social a::before {
  border: 2px solid rgba(245, 247, 245, 0.3);
}
.dgm-hero-style .tp-testimonial-social a:hover {
  color: var(--tp-common-white);
}
.dgm-hero-style .tp-testimonial-social a:hover::before {
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}

.cr-hero-ptb {
  padding-top: 230px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cr-hero-ptb {
    padding-top: 190px;
  }
}
@media (max-width: 767px) {
  .cr-hero-ptb {
    padding-top: 150px;
  }
}
.cr-hero-title {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-family: var(--tp-ff-space);
  color: var(--tp-common-white-solid);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cr-hero-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cr-hero-title {
    font-size: 75px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cr-hero-title {
    font-size: 48px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-hero-title br {
    display: none;
  }
}
.cr-hero-title .text-1 {
  margin-left: 120px;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cr-hero-title .text-1 {
    margin-left: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-hero-title .text-1 {
    margin-left: 0;
  }
}
.cr-hero-title .text-1 img {
  flex: 0 0 auto;
  margin-right: 40px;
  transform: translateY(-1px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-hero-title .text-1 img {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .cr-hero-title .text-1 img {
    display: none;
  }
}
.cr-hero-title .text-3 {
  margin-left: 340px;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cr-hero-title .text-3 {
    margin-left: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-hero-title .text-3 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cr-hero-title-box {
    margin-bottom: 50px;
  }
}
.cr-hero-line {
  position: relative;
}
.cr-hero-line::after {
  position: absolute;
  top: -31%;
  left: 48.5%;
  content: "";
  height: 580px;
  width: 44px;
  z-index: -1;
  display: inline-block;
  background-color: #010103;
  transform: rotate(38.69deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cr-hero-line::after {
    top: -60%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cr-hero-line::after {
    transform: rotate(50deg);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cr-hero-line::after {
    top: -43%;
    height: 450px;
  }
}
@media (max-width: 767px) {
  .cr-hero-line::after {
    display: none;
  }
}
.cr-hero-line::before {
  position: absolute;
  top: -31%;
  left: 48.5%;
  content: "";
  width: 44px;
  height: 580px;
  display: inline-block;
  mix-blend-mode: darken;
  transform: rotate(38.69deg);
  background-color: rgb(201, 243, 29);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .cr-hero-line::before {
    top: -60%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cr-hero-line::before {
    transform: rotate(50deg);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cr-hero-line::before {
    top: -43%;
    height: 450px;
  }
}
@media (max-width: 767px) {
  .cr-hero-line::before {
    display: none;
  }
}
.cr-hero-text {
  top: 40%;
  right: -10%;
  position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cr-hero-text {
    right: -20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cr-hero-text {
    right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-hero-text {
    position: static;
  }
}
.cr-hero-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .cr-hero-text p br {
    display: none;
  }
}
.cr-hero-text p::first-letter {
  padding-left: 50px;
}
.cr-hero-shape-1 {
  left: 0;
  bottom: 25%;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-hero-shape-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .cr-hero-client-wrap {
    margin-bottom: 30px;
  }
}
.cr-hero-client-info {
  line-height: 1;
}
.cr-hero-client-info h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 0.8;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-space);
}
.cr-hero-client-info h4 i {
  font-style: normal;
}
.cr-hero-client-info span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(245, 247, 245, 0.8);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cr-hero-client-info span {
    font-size: 14px;
  }
}
.cr-hero-client-img {
  margin-right: 15px;
}
.cr-hero-client-img img {
  transform: translateY(-3px);
}
.cr-hero-bottom-text span {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 10px;
  display: inline-block;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-space);
  border-bottom: 1px solid rgb(30, 69, 69);
}

.cr-banner-thumb {
  height: 850px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cr-banner-thumb {
    height: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cr-banner-thumb {
    height: 585px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cr-banner-thumb {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .cr-banner-thumb {
    height: 200px;
  }
}
.cr-banner-thumb img {
  margin-top: -60px;
}

.bnc-hero-ptb {
  height: 685px;
  padding-top: 240px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bnc-hero-ptb {
    height: 560px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bnc-hero-ptb {
    height: 450px;
    padding-top: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bnc-hero-ptb {
    height: 425px;
    padding-top: 190px;
  }
}
@media (max-width: 767px) {
  .bnc-hero-ptb {
    height: 100%;
    padding-bottom: 50px;
    padding-top: 150px;
  }
}
.bnc-hero-subtitle {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 0.9;
  padding-left: 60px;
  margin-bottom: 38px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-bricolage);
}
@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) {
  .bnc-hero-subtitle {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .bnc-hero-subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.bnc-hero-subtitle::before {
  top: 50%;
  left: 0;
  content: "";
  height: 1px;
  width: 40px;
  position: absolute;
  transform: translateY(-50%);
  background-color: var(--tp-theme-primary);
}
.bnc-hero-title {
  font-size: 300px;
  font-weight: 800;
  line-height: 0.84;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-bricolage);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bnc-hero-title {
    font-size: 275px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bnc-hero-title {
    font-size: 215px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bnc-hero-title {
    font-size: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bnc-hero-title {
    font-size: 115px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .bnc-hero-title {
    font-size: 55px;
    line-height: 1;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-hero-title br {
    display: none;
  }
}
.bnc-hero-title span {
  padding-left: 650px;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bnc-hero-title span {
    padding-left: 530px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bnc-hero-title span {
    padding-left: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-hero-title span {
    padding-left: 0;
  }
}
.bnc-hero-info-wrap {
  top: 18%;
  right: 10%;
  gap: 25px;
  position: absolute;
  align-items: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bnc-hero-info-wrap {
    right: 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bnc-hero-info-wrap {
    top: 10%;
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bnc-hero-info-wrap {
    top: 0;
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-hero-info-wrap {
    position: static;
  }
}
.bnc-hero-info-thumb a {
  display: inline-block;
}
.bnc-hero-info-thumb a img {
  border-radius: 50%;
}
.bnc-hero-info-thumb a span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  text-align: center;
  border-radius: 50%;
  place-content: center;
  transform: translate(-50%, -50%);
  background-color: var(--tp-theme-primary);
  animation: animate-pulse 3s linear infinite;
}
.bnc-hero-info-thumb a span svg {
  margin-left: 5px;
}
.bnc-hero-info-content p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-bricolage);
}
.bnc-hero-info-content span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--tp-common-white);
}

.ma-hero-ptb {
  padding-top: 230px;
  padding-bottom: 155px;
}
@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) {
  .ma-hero-ptb {
    padding-top: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ma-hero-ptb {
    padding-bottom: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ma-hero-ptb {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
.ma-hero-overlay {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.ma-hero-overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: rgba(1, 1, 3, 0.5);
}
.ma-hero-content {
  margin-left: -25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ma-hero-content {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ma-hero-content {
    margin-bottom: 40px;
  }
}
.ma-hero-content p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
  text-transform: capitalize;
  color: rgba(245, 247, 245, 0.8);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ma-hero-content p {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .ma-hero-content p br {
    display: none;
  }
}
.ma-hero-shape {
  left: 26%;
  bottom: 90px;
  position: absolute;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ma-hero-shape {
    left: 18%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ma-hero-shape {
    left: 5%;
    bottom: 14%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ma-hero-shape {
    display: none;
  }
}
.ma-hero-circle {
  position: absolute;
  right: 220px;
  top: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ma-hero-circle {
    right: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ma-hero-circle {
    position: static;
    padding-left: 30px;
  }
}
.ma-hero-circle .dgm-hero-text-circle a {
  width: 163px;
  height: 163px;
  line-height: 160px;
  pointer-events: none;
  background-color: var(--tp-common-white);
}
.ma-hero-circle .dgm-hero-text-circle a::after {
  content: none;
}
.ma-hero-circle .dgm-hero-icon {
  border-color: transparent;
  background-color: var(--tp-common-white);
}
.ma-hero-title {
  font-size: 180px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 33px;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ma-hero-title {
    font-size: 150px;
  }
}
@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) {
  .ma-hero-title {
    font-size: 100px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .ma-hero-title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ma-hero-title {
    font-size: 92px;
  }
}
.ma-hero-title i {
  margin-right: 30px;
  transform: translateY(-8px);
}
@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) {
  .ma-hero-title i {
    transform: translateY(12px);
  }
}
@media (max-width: 767px) {
  .ma-hero-title i {
    display: none;
  }
}

.ca-hero-ptb {
  padding-top: 255px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ca-hero-ptb {
    padding-top: 220px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ca-hero-ptb {
    padding-top: 185px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .ca-hero-ptb {
    padding-top: 130px;
    padding-bottom: 0;
  }
}
.ca-hero-thumb {
  left: 0;
  bottom: -15px;
  position: absolute;
  height: 490px;
  max-width: 770px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ca-hero-thumb {
    left: -10%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ca-hero-thumb {
    position: relative;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ca-hero-thumb {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ca-hero-thumb img {
    width: 100%;
  }
}
.ca-hero-thumb-2 {
  position: absolute;
  top: -70px;
  right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ca-hero-thumb-2 {
    top: 30%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ca-hero-thumb-2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ca-hero-round-shape {
    display: none;
  }
}
.ca-hero-round-shape .ma-hero-circle {
  top: 56%;
  right: 250px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ca-hero-round-shape .ma-hero-circle {
    right: 5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ca-hero-round-shape .ma-hero-circle {
    top: 64%;
    right: 12%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ca-hero-round-shape .ma-hero-circle {
    top: 35%;
  }
}
.ca-hero-round-shape .ma-hero-circle .dgm-hero-icon {
  background-color: #121212;
}
.ca-hero-round-shape .ma-hero-circle .dgm-hero-text-circle a {
  background-color: #121212;
}
.ca-hero-round-shape .ma-hero-circle .dgm-hero-text-circle a::after {
  background-color: transparent;
}
.ca-hero-title {
  font-size: 92px;
  font-weight: 700;
  margin-bottom: 60px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ca-hero-title {
    font-size: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ca-hero-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ca-hero-title {
    font-size: 62px;
  }
}
@media (max-width: 767px) {
  .ca-hero-title {
    font-size: 45px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .ca-hero-title span {
    display: none;
  }
}
.ca-hero-title-shape {
  right: 26%;
  top: -35px;
  position: absolute;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ca-hero-title-shape {
    right: 21%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ca-hero-title-shape {
    right: 8%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ca-hero-title-shape {
    right: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ca-hero-title-shape {
    display: none;
  }
}
.ca-hero-title-shape img {
  transform-origin: bottom left;
  animation: tpswing 1s forwards infinite alternate;
}
.ca-hero-bottom-box {
  padding-left: 650px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ca-hero-bottom-box {
    padding-left: 0;
    padding-bottom: 60px;
  }
}
.ca-hero-bottom-text p {
  font-size: 17px;
  color: #CECECE;
}
@media (max-width: 767px) {
  .ca-hero-bottom-text p br {
    display: none;
  }
}
.ca-hero-funfact {
  gap: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ca-hero-funfact {
    margin-bottom: 30px;
  }
}
.ca-hero-funfact-content span {
  color: #F5F7F5;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  text-transform: capitalize;
}
.ca-hero-funfact-content p {
  margin: 0;
  font-size: 16px;
  text-transform: capitalize;
  color: rgba(245, 247, 245, 0.6);
}

.hr-hero-bg {
  position: relative;
}
.hr-hero-bg::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(46deg, rgba(13, 49, 54, 0.95) 5.24%, rgba(1, 1, 3, 0.4) 58.82%, rgba(0, 0, 0, 0.7) 99.61%);
}
.hr-hero-content {
  padding-top: 240px;
  padding-bottom: 185px;
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .hr-hero-content {
    padding-top: 200px;
    padding-bottom: 115px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hr-hero-content {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hr-hero-content {
    padding-top: 180px;
    padding-bottom: 110px;
    padding-left: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hr-hero-content {
    padding-top: 180px;
    padding-left: 100px;
    padding-bottom: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-hero-content {
    padding-top: 160px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-hero-content {
    padding-left: 30px;
  }
}
.hr-hero-subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 25px;
  text-transform: capitalize;
  color: var(--tp-common-white-solid);
}
.hr-hero-subtitle i {
  margin-right: 10px;
  padding: 2px 15px;
  border-radius: 20px;
  display: inline-block;
  backdrop-filter: blur(4px);
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.hr-hero-title {
  font-size: 112px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-space);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hr-hero-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hr-hero-title {
    font-size: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hr-hero-title {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .hr-hero-title {
    font-size: 56px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hr-hero-title {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  .hr-hero-title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-hero-title-box {
    margin-bottom: 40px;
  }
}
.hr-hero-play-btn {
  display: grid;
  place-content: center;
  text-align: center;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background-color: var(--tp-common-white);
  animation: animate-pulse 3s linear infinite;
}
.hr-hero-play-btn:hover {
  background-color: var(--tp-theme-primary);
}
.hr-border-wrap {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-border-wrap {
    border: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-spacing-plr {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.lw-hero-ptb {
  padding-top: 210px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-hero-ptb {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-hero-ptb {
    padding-top: 170px;
    padding-bottom: 80px;
  }
}
.lw-hero-title {
  font-size: 110px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 40px;
  letter-spacing: normal;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-playfair);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .lw-hero-title {
    font-size: 95px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-hero-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-hero-title {
    font-size: 75px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .lw-hero-title {
    font-size: 52px;
    line-height: 1.3;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-hero-title-box {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .lw-hero-title-box {
    padding-bottom: 40px;
  }
}
.lw-hero-title-box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #c7d2d0;
  margin-bottom: 0;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-hero-review-wrap {
    justify-content: start;
  }
}
.lw-hero-review-box span {
  font-size: 72px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 5px;
  display: inline-block;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-hero-review-box span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .lw-hero-review-box span {
    line-height: 1.2;
  }
}
.lw-hero-review-box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #c7d2d0;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .lw-hero-review-box p {
    font-size: 18px;
  }
}
.lw-hero-review-icon {
  margin-bottom: 15px;
}
.lw-hero-review-icon i {
  height: 28px;
  width: 28px;
  display: inline-grid;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  background-color: #192827;
}
.lw-hero-circle-1 {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -35%;
  height: 530px;
  width: 530px;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  background-color: rgba(223, 175, 79, 0.2);
  filter: blur(500px);
  z-index: -1;
}
.lw-hero-shape-1 {
  position: absolute;
  bottom: 0%;
  right: 32%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-hero-shape-1 {
    right: 0;
  }
}
.lw-hero-shape-2 {
  position: absolute;
  bottom: 40%;
  right: 25%;
  z-index: -1;
}

/*----------------------------------------*/
/*  7.1 About Css
/*----------------------------------------*/
.tp-about-us-heading .tp-section-title {
  color: var(--tp-grey-1);
}
.tp-about-us-heading .tp-section-subtitle {
  color: var(--tp-grey-1);
}
.tp-about-us-counter {
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-us-counter {
    margin-bottom: 40px;
  }
}
.tp-about-us-counter span {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--tp-theme-primary);
  font-family: var(--tp-ff-bricolage);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-us-counter span {
    display: none;
  }
}
.tp-about-us-counter-title {
  font-size: 180px;
  font-weight: 700;
  line-height: 0.7;
  margin-bottom: 18px;
  color: var(--tp-grey-1);
  text-transform: capitalize;
  font-family: var(--tp-ff-bricolage);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-us-counter-title {
    font-size: 150px;
  }
}
.tp-about-us-counter-title i {
  font-style: normal;
}
.tp-about-us-client-avater {
  flex: 0 0 auto;
  margin-right: 22px;
}
.tp-about-us-client-dsc h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 24px;
  color: var(--tp-common-white);
}
.tp-about-us-client-dsc h4 i {
  font-style: normal;
}
.tp-about-us-client-dsc span {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.tp-about-us-client-list ul li {
  list-style-type: none;
}
.tp-about-us-client-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.tp-about-us-client-list ul li span {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.tp-about-us-client-list ul li span::before {
  content: "";
  height: 7px;
  width: 7px;
  margin-right: 10px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-2px);
  background-color: var(--tp-common-white);
}
.tp-about-us-info {
  margin-left: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-us-info {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-us-thumb {
    padding-bottom: 50px;
  }
}
.tp-about-us-shape {
  position: absolute;
  right: 18%;
  bottom: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-us-shape {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .tp-about-us-shape {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ds-about-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-about-ptb {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-about-heading-wrapper {
    margin-bottom: 30px;
  }
}
.ds-about-heading-wrapper .tp-section-title {
  color: var(--tp-common-white);
}
.ds-about-text-wrap p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ds-about-text-video {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-about-text-video {
    padding-top: 80px;
  }
}
.ds-about-btn {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}
.ds-about-btn:hover {
  color: var(--tp-theme-primary);
}
.ds-about-btn:hover::before {
  bottom: 0;
  opacity: 0;
}
.ds-about-btn:hover span {
  transform: rotate(45deg);
}
.ds-about-btn span {
  margin-left: 5px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ds-about-btn::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  bottom: -2px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: currentColor;
}
.ds-about-item {
  padding: 50px 52px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-about-item {
    padding: 50px 40px;
  }
}
.ds-about-item:hover .ds-about-item-title {
  color: var(--tp-common-black);
}
.ds-about-item:hover::after {
  height: 217px;
  background: var(--tp-theme-primary);
}
.ds-about-item::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 44px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 20px 20px 0px 0px;
  background: rgba(28, 29, 27, 0.8);
}
.ds-about-item-sub {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  padding-left: 20px;
  margin-bottom: 145px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}
.ds-about-item-sub::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--tp-common-white);
}
.ds-about-item-title {
  position: relative;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ds-about-item-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-about-item-title {
    font-size: 48px;
  }
}
.ds-about-item-title i {
  font-style: normal;
  display: inline-block;
  transform: translateX(10px);
}
.ds-about-video-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ds-about-video-wrap a {
  height: 120px;
  width: 120px;
  display: grid;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 30px;
  place-content: center;
  border: 2px solid var(--tp-common-white);
  animation: animate-pulse 3s linear infinite;
}
.ds-about-video-wrap a span {
  transform: translateX(1px);
}
.ds-about-video-wrap p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}
@media (max-width: 767px) {
  .ds-about-video-wrap p {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-about-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.sa-about-title-box {
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-about-title-box {
    padding-bottom: 20px;
  }
}
.sa-about-shape {
  position: absolute;
  bottom: 25%;
  right: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-about-shape {
    display: none;
  }
}
.sa-about-counter {
  gap: 7px;
  display: flex;
  align-items: end;
  margin-bottom: 75px;
}
.sa-about-counter-title {
  font-size: 92px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}
.sa-about-counter span {
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}
.sa-about-left {
  gap: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-about-left {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-about-left-shape {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-about-left-thumb {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-about-left-thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sa-about-right {
    gap: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-about-right {
    flex-wrap: wrap;
  }
}
.sa-about-right-thumb {
  max-width: 390px;
  max-height: 380px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-about-right-thumb {
    max-width: 100%;
    max-height: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-about-right-text {
    padding-bottom: 30px;
  }
}
.sa-about-right-text p {
  font-size: 16px;
  padding-bottom: 10px;
  text-transform: capitalize;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-about-right-text p br {
    display: none;
  }
}
.sa-about-right-btn {
  padding-top: 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), (max-width: 767px) {
  .sa-about-right-btn {
    padding-top: 0px;
  }
}
.sa-about-right-btn .tp-btn-circle {
  width: 140px;
  height: 140px;
  font-size: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .dgm-about-ptb {
    padding-bottom: 100px;
  }
}
.dgm-about-bottom {
  margin-left: 65px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-about-bottom {
    margin-left: 0;
  }
}
.dgm-about-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #717171;
  padding-right: 70px;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-about-content p {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-about-content p br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-about-title-box {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .dgm-about-title-box .tp-section-title br {
    display: none;
  }
}
.dgm-about-info-item {
  position: relative;
  z-index: 1;
  margin-right: 70px;
  margin-top: -150px;
  padding: 45px 40px;
  padding-bottom: 35px;
  border: 5px solid #2B3837;
  background-color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .dgm-about-info-item {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dgm-about-info-item {
    margin-top: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .dgm-about-info-item {
    margin-top: 25px;
    margin-right: 0;
  }
}
.dgm-about-info-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #717171;
  text-transform: capitalize;
}
.dgm-about-info-item span {
  position: relative;
  font-size: 92px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
.dgm-about-info-item span em, .dgm-about-info-item span i {
  font-style: normal;
  font-family: var(--tp-ff-unbounded);
}
.dgm-about-info-item span i {
  position: absolute;
  top: 23%;
  right: 10px;
  height: 20px;
  width: 20px;
  line-height: 3px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--tp-theme-primary);
}
.dgm-about-info-icon {
  margin-bottom: 75px;
  display: inline-block;
}
.dgm-about-info-wrap {
  padding-left: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-about-info-wrap {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dgm-about-info-wrap {
    display: flex;
    gap: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dgm-about-info-wrap {
    margin-left: -25px;
  }
}
.dgm-about-thumb {
  margin-left: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-about-thumb {
    margin-left: 0;
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .dgm-about-thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-about-thumb img.mb-60 {
    display: none;
  }
}
.dgm-about-thumb-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 540px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .dgm-about-thumb-left {
    left: -85px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .dgm-about-thumb-left {
    left: -160px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-about-thumb-left {
    display: none;
  }
}
.dgm-about-thumb-shape {
  position: absolute;
  bottom: -12%;
  right: -24px;
}
@media (max-width: 767px) {
  .dgm-about-thumb-shape {
    display: none;
  }
}
.dgm-about-btn .tp-btn-circle {
  width: 142px;
  height: 142px;
  font-size: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cr-about-style {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-about-style {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cr-about-style .gx-60 {
    --bs-gutter-x: 30px;
  }
}
.cr-about-thumb {
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-about-thumb {
    margin-bottom: 40px;
  }
}
.cr-about-thumb img {
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-about-thumb img {
    width: 100%;
  }
}
.cr-about-thumb.sm {
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-about-title-box {
    padding-bottom: 15px;
  }
}
.cr-about-box .tp-section-title.text-case-int br {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-about-box .tp-section-title.text-case-int br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-about-text {
    margin-bottom: 0;
  }
}
.cr-about-text p {
  font-size: 16px;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-about-text p br {
    display: none;
  }
}
.cr-about-shape {
  top: 25%;
  right: 12%;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-about-shape {
    display: none;
  }
}
.cr-about-shape img {
  animation: rotate2 3s linear infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-about-ptb {
    padding-bottom: 80px;
  }
}
.bnc-about-shape {
  position: absolute;
  top: 16%;
  right: 28%;
  z-index: -1;
}
@media (max-width: 767px) {
  .bnc-about-shape {
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-about-top-wrap {
    padding-bottom: 50px;
  }
}
.bnc-about-thumb-wrap {
  width: 835px;
  margin-left: -135px;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-about-thumb-wrap {
    width: 100%;
    margin-left: 0;
  }
}
.bnc-about-thumb-wrap img {
  border-radius: 20px;
}
.bnc-about-right img {
  border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-about-title-box {
    margin-bottom: 40px;
  }
}
.bnc-about-content {
  padding-left: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-about-content {
    padding-left: 0;
  }
}
.bnc-about-content-text {
  margin-bottom: 50px;
}
.bnc-about-content-text p {
  font-size: 16px;
  text-transform: capitalize;
  color: rgba(1, 1, 3, 0.8);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-about-content-text p br {
    display: none;
  }
}
.bnc-about-content-btn-box {
  gap: 14px;
}
.bnc-about-item-content p {
  font-size: 16px;
  text-transform: capitalize;
  color: rgba(1, 1, 3, 0.8);
}
.bnc-about-item-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 18px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-bricolage);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-about-item-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-about-item-title br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ma-about-ptb {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.ma-about-title-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #717171;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ma-about-title-box p br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hr-about-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-about-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hr-about-ptb.hr-spacing-plr {
    padding-left: 15px;
    padding-right: 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), (max-width: 767px) {
  .hr-about-thumb {
    padding-bottom: 40px;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-about-thumb img {
    width: 100%;
  }
}
.hr-about-funfact {
  position: relative;
  overflow: hidden;
  padding: 50px 65px;
  border-radius: 8px;
  background-color: #0D3237;
}
.hr-about-funfact i {
  position: absolute;
  top: -10%;
  left: -10%;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: inline-block;
  background-color: #FF9800;
}
.hr-about-funfact span {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.hr-about-funfact h4 {
  font-weight: 600;
  font-size: 130px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-popins);
}
.hr-about-funfact-wrap {
  margin-left: -125px;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-about-funfact-wrap {
    margin-left: 0;
  }
}
.hr-about-title-box {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hr-about-right {
  margin-left: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-about-right {
    margin-left: 0;
  }
}
.hr-about-content {
  padding-right: 115px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hr-about-content {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .hr-about-content {
    padding-right: 0;
  }
}
.hr-about-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #0c2d34;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-about-content-wrap {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-about-thumb {
    padding-bottom: 20px;
  }
}
.lw-about-thumb-inner {
  left: 0;
  bottom: 40px;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-about-thumb-inner {
    position: static;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-about-thumb-inner {
    position: static;
    margin-top: 30px;
  }
}
.lw-about-thumb img {
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-about-thumb img {
    width: 100%;
  }
}
.lw-about-title-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #c7d2d0;
  margin-bottom: 45px;
  text-transform: capitalize;
}
.lw-about-right {
  padding-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: 767px) {
  .lw-about-right {
    padding-left: 0;
  }
}
.lw-about-list {
  margin-bottom: 42px;
}
.lw-about-list ul li {
  display: flex;
  align-items: center;
}
.lw-about-list ul li:not(:last-child) {
  margin-bottom: 25px;
}
.lw-about-list ul li span {
  height: 24px;
  width: 24px;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  margin-right: 12px;
  border: 1px solid #DFAE4F;
  transform: translateY(2px);
}
.lw-about-list ul li p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-playfair);
}

.tp-about-banner-ptb .sa-banner-wrapper img {
  margin-top: -150px;
}
@media (max-width: 767px) {
  .tp-about-banner-ptb .sa-banner-wrapper img {
    margin-top: 0px;
  }
}
.tp-about-banner-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.tp-about-banner-slider .dgm-portfolio-slider-item p {
  margin: 0;
  font-size: 160px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -6.4px;
  color: rgba(245, 247, 245, 0.2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-banner-slider .dgm-portfolio-slider-item p {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-banner-slider .dgm-portfolio-slider-item p {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-banner-slider .dgm-portfolio-slider-item p {
    font-size: 85px;
  }
}
@media (max-width: 767px) {
  .tp-about-banner-slider .dgm-portfolio-slider-item p {
    font-size: 65px;
  }
}
.tp-about-inner-wrapper .sa-service-item {
  border-color: rgba(1, 1, 3, 0.1);
}
.tp-about-inner-wrapper .sa-service-item:hover .ds-service-item-btn a span {
  border-color: transparent;
}
.tp-about-inner-wrapper .sa-service-item-title {
  color: var(--tp-common-black);
}
.tp-about-inner-wrapper .sa-service-item-content p {
  color: rgba(1, 1, 3, 0.7);
}
.tp-about-inner-wrapper .ds-service-item-btn a {
  color: var(--tp-common-black);
}
.tp-about-inner-wrapper .ds-service-item-btn a span {
  border-color: rgba(1, 1, 3, 0.1);
}
.tp-about-inner-step-text .bnc-step-text-title {
  color: #F6F6F6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-inner-service-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-inner-service-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-inner-service-title-box {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-inner-service-title-box .tp-section-subtitle {
    margin-bottom: 0;
  }
}
.tp-about-inner-text .ca-text-item p {
  color: var(--tp-common-black);
}
.tp-about-inner-award .ca-award-item-wrap {
  border-top: 1px solid rgba(1, 1, 3, 0.1);
}
.tp-about-inner-award .ca-award-item-wrap .ca-award-item {
  border-color: rgba(1, 1, 3, 0.1);
}
.tp-about-inner-award .ca-award-item-wrap .ca-award-year, .tp-about-inner-award .ca-award-item-wrap .ca-award-text, .tp-about-inner-award .ca-award-item-wrap .ca-award-position {
  color: #010103;
}
.tp-about-inner-award .ca-award-item-wrap .ca-award-icon {
  color: var(--tp-common-black);
  border-color: rgba(1, 1, 3, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-funfact-ptb {
    padding-bottom: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-funfact-ptb {
    padding-bottom: 120px;
  }
}
.tp-about-funfact-wrapper {
  padding-left: 145px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-funfact-wrapper {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-funfact-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-funfact-heading {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-funfact-heading {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-funfact-heading {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-funfact-heading p br {
    display: none;
  }
}
.tp-about-funfact-circle {
  width: 306px;
  height: 306px;
  display: grid;
  text-align: center;
  border-radius: 50%;
  place-content: center;
  background-color: #DFAE4F;
}
.tp-about-funfact-circle span {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: var(--tp-ff-unbounded);
}
.tp-about-funfact-circle span.clr-w {
  color: var(--tp-common-white);
}
.tp-about-funfact-circle.style-2 {
  position: absolute;
  top: 180px;
  right: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-funfact-circle.style-2 {
    right: 0;
    top: 235px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-funfact-circle.style-2 {
    position: static;
  }
}
.tp-about-funfact-circle.style-2 span {
  font-size: 12px;
}
.tp-about-funfact-circle.style-3 {
  position: absolute;
  top: 315px;
  left: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-funfact-circle.style-3 {
    left: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-funfact-circle.style-3 {
    position: static;
  }
}
.tp-about-funfact-circle.style-4 {
  position: absolute;
  top: 375px;
  right: 105px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-funfact-circle.style-4 {
    right: 72px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-funfact-circle.style-4 {
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-funfact-circle.style-4 {
    top: 135%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-funfact-circle.style-4 {
    position: static;
  }
}
.tp-about-funfact-title {
  color: #000;
  font-size: 62px;
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--tp-ff-unbounded);
}
.tp-about-funfact-title i {
  font-style: normal;
}
.tp-about-funfact-title.fs-42 {
  font-size: 42px;
}
.tp-about-funfact-title.fs-52 {
  font-size: 52px;
}
.tp-about-funfact-title.clr-w {
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-dgm-ptb {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-dgm-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-about-us-brand-ptb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 25%;
  height: 100%;
  width: 1px;
  background-color: rgba(1, 1, 3, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-us-brand-ptb::after {
    left: 29%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-us-brand-ptb::after {
    content: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-us-testimonial-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-us-testimonial-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-about-us-testimonial-wrap .ds-testimonial-slider-wrapper .cr-testimonial-quote {
  margin-bottom: 40px;
  background-color: #010103;
}
.tp-about-us-testimonial-wrap .ds-testimonial-item-content p {
  font-size: 52px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -2.08px;
  font-family: var(--tp-ff-bricolage);
}
@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-about-us-testimonial-wrap .ds-testimonial-item-content p {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .tp-about-us-testimonial-wrap .ds-testimonial-item-content p {
    font-size: 35px;
  }
}
.tp-about-us-testimonial-wrap .cr-testimonial-dot .swiper-pagination-bullet {
  border-color: rgba(1, 1, 3, 0.2);
}
.tp-about-us-testimonial-wrap .cr-testimonial-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #010103;
}
.tp-about-us-faq-ptb {
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-us-faq-ptb {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-us-faq-ptb {
    padding-bottom: 80px;
  }
}
.tp-about-us-faq-wrapper {
  display: flex;
  height: 750px;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-us-faq-wrapper {
    height: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-us-faq-wrapper {
    padding-top: 20px;
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-us-faq-wrapper {
    padding-top: 20px;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-us-faq-text {
    padding-bottom: 30px;
  }
}
.tp-about-us-faq-text p {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -1.26px;
  color: var(--tp-common-white-solid);
  font-family: var(--tp-ff-bricolage);
}
@media (max-width: 767px) {
  .tp-about-us-faq-text p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .tp-about-us-faq-text p br {
    display: none;
  }
}
.tp-about-us-faq-content p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
  letter-spacing: -0.48px;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .tp-about-us-faq-content p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .tp-about-us-faq-content p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-us-funfact-ptb {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .tp-about-us-funfact-ptb {
    padding-bottom: 0;
  }
}

.tp-career-inner-shape {
  position: absolute;
  top: -80px;
  right: 14%;
  z-index: 1;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-career-inner-benefit-ptb {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-inner-benefit-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-inner-benefit-wrapper p br {
    display: none;
  }
}
.tp-career-inner-gallery-shape {
  position: absolute;
  bottom: 30%;
  left: 26%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-career-inner-gallery-shape {
    left: 19%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-inner-gallery-shape {
    display: none;
  }
}
.tp-career-inner-gallery-item img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-inner-award-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-inner-award-heading {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-inner-award-heading {
    padding-bottom: 30px;
  }
}
.tp-career-inner-award-heading .tp-section-title {
  color: var(--tp-common-white);
}
.tp-career-inner-award-heading p {
  color: #F5F7F5;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-inner-award-heading p 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-career-inner-value-ptb {
    padding-top: 120px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-inner-value-ptb {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.tp-career-inner-value-wrap {
  padding-left: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-inner-value-wrap {
    padding-left: 0;
  }
}
.tp-career-inner-value-wrap .tp-career-inner-value-item:not(:last-of-type) {
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EEE;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-inner-value-heading {
    padding-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), (max-width: 767px) {
  .tp-career-inner-value-item p br {
    display: none;
  }
}
.tp-career-inner-value-title {
  font-size: 20px;
  font-weight: 500;
  color: #030303;
  margin-bottom: 22px;
  font-family: var(--tp-ff-unbounded);
}
.tp-career-inner-value-title span {
  display: inline-block;
  margin-right: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-career-inner-grow-ptb {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-inner-grow-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-inner-grow-heading {
    padding-bottom: 30px;
  }
}
.tp-career-inner-grow-sub {
  font-size: 20px;
  font-weight: 600;
  color: #030303;
  margin-bottom: 20px;
  display: inline-block;
  font-family: var(--tp-ff-unbounded);
}
.tp-career-inner-grow-wrap p {
  font-size: 16px;
  color: #525252;
}
.tp-career-inner-grow-btn {
  padding-top: 35px;
}
.tp-career-inner-grow-btn .tp-btn-green {
  font-size: 14px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .tp-career-details-spacing {
    padding-bottom: 70px;
  }
}
.tp-career-details-top {
  border-bottom: 1px solid rgba(1, 1, 3, 0.1);
  padding-bottom: 10px;
}
.tp-career-details-info {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .tp-career-details-info {
    gap: 20px;
  }
}
.tp-career-details-info-item span {
  font-weight: 400;
  font-size: 16px;
  color: rgba(1, 1, 3, 0.6);
}
.tp-career-details-info-item h5 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.01em;
  font-family: var(--tp-ff-popins);
}
.tp-career-details-info-title {
  font-weight: 600;
  font-size: 42px;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .tp-career-details-info-title {
    font-size: 35px;
  }
}
.tp-career-details-dec p {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: rgba(1, 1, 3, 0.8);
}
.tp-career-details-dec ul {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .tp-career-details-dec ul {
    padding-left: 0;
  }
}
.tp-career-details-dec ul li {
  font-weight: 400;
  font-size: 16px;
  color: rgba(1, 1, 3, 0.8);
  list-style: none;
  position: relative;
  padding-left: 16px;
}
.tp-career-details-dec ul li::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: rgba(1, 1, 3, 0.8);
  left: 0;
  border-radius: 20px;
  top: 11px;
}
.tp-career-details-dec ul li:not(:last-child) {
  margin-bottom: 10px;
}
.tp-career-details-dec-title {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.02em;
}
.tp-career-details-right-info {
  background: #f8f8fb;
  margin-top: -138px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-details-right-info {
    margin-top: 0;
    margin-left: 0;
  }
}
.tp-career-details-right-info .tp-career-details-info {
  padding: 45px 40px 35px 40px;
  display: block;
}
.tp-career-details-right-info .tp-career-details-info h3 {
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-popins);
}
@media (max-width: 767px) {
  .tp-career-details-right-info .tp-career-details-info h3 {
    font-size: 26px;
  }
}
.tp-career-details-right-info .tp-career-details-info-item.tp-border {
  border-bottom: 1px solid rgba(1, 1, 3, 0.1);
}
.tp-career-details-right-info .tp-career-details-info-item h5 {
  font-size: 22px;
}
.tp-career-details-right-btn {
  width: 100%;
  font-size: 16px;
  display: block;
  font-weight: 600;
  padding: 27px 20px;
  text-align: center;
  letter-spacing: -0.03em;
  color: var(--tp-grey-1);
  text-transform: uppercase;
  background: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}
.tp-career-details-right-btn:hover {
  color: var(--tp-common-black);
  background-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) {
  .ca-about-ptb {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ca-about-text-box .tp-section-title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ca-about-text-box .tp-section-title br {
    display: none;
  }
}
.ca-about-text p {
  font-size: 16px;
  color: #CECECE;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ca-about-text p br {
    display: none;
  }
}
.ca-about-text-right-box {
  margin-left: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ca-about-text-right-box {
    margin-left: -80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ca-about-text-right-box {
    margin-left: 0;
  }
}
.ca-about-counter-box {
  padding-left: 280px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ca-about-counter-box {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ca-about-counter-box {
    padding-bottom: 40px;
  }
}
.ca-about-counter-box span {
  font-size: 14px;
  font-weight: 400;
  color: #CECECE;
  text-transform: capitalize;
  font-family: var(--tp-ff-unbounded);
}
.ca-about-counter-shape {
  top: -25px;
  left: 16%;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ca-about-counter-shape {
    display: none;
  }
}
.ca-about-counter-title {
  font-size: 150px;
  font-weight: 800;
  line-height: 1;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ca-about-counter-title {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .ca-about-counter-title {
    font-size: 100px;
  }
}
.ca-about-counter-title i {
  font-style: normal;
}
.ca-about-thumb-wrapper .ca-about-thumb img {
  border-radius: 100px;
}
.ca-about-thumb-wrapper .swiper-wrapper {
  align-items: center;
}
.ca-about-thumb-wrapper .swiper-wrapper .swiper-slide:nth-child(2n+1) .ca-about-thumb img {
  border-radius: 330px;
}

.ar-about-funfact-wrap {
  width: 368px;
  padding: 40px;
}
.ar-about-funfact-content h4 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 22px;
  letter-spacing: -0.64px;
}
.ar-about-funfact-item:not(:last-of-type) {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(1, 1, 3, 0.1);
}
.ar-about-funfact-item-icon {
  margin-right: 10px;
}
.ar-about-funfact-item-icon span {
  height: 50px;
  width: 50px;
  text-align: center;
  display: inline-grid;
  place-content: center;
  border-radius: 50px;
  border: 1px solid rgba(1, 1, 3, 0.1);
}
.ar-about-funfact-item-content p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--tp-common-black);
}
.ar-about-funfact-item-content a {
  font-size: 18px;
  font-weight: 700;
  color: var(--tp-common-black);
}
.ar-about-funfact-item-bottom p {
  font-size: 13px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.ar-about-funfact-item-bottom p a {
  font-weight: 600;
}
.ar-about-funfact-item-social {
  gap: 10px;
  display: flex;
}
.ar-about-funfact-item-social a {
  display: grid;
  height: 32px;
  width: 32px;
  text-align: center;
  border-radius: 50px;
  place-content: center;
  color: var(--tp-common-black);
  border: 1px solid rgba(1, 1, 3, 0.1);
}
.ar-about-funfact-item-social a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}

.tp-about-me-hero-ptb {
  padding-top: 200px;
}
.tp-about-me-hero-wrapper {
  padding-top: 100px;
  margin-bottom: -360px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-me-hero-wrapper {
    padding-top: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-me-hero-thumb {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-me-hero-thumb {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-about-me-hero-thumb img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tp-about-me-hero-thumb-2 img {
    width: 100%;
  }
}
.tp-about-me-hero-title {
  font-size: 160px;
  font-weight: 500;
  line-height: 0.7;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-me-hero-title {
    font-size: 140px;
  }
}
@media (max-width: 767px) {
  .tp-about-me-hero-title {
    font-size: 95px;
  }
}
.tp-about-me-hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tp-about-me-hero-video a:hover span {
  transform: scale(1.1);
}
.tp-about-me-hero-video a span {
  display: grid;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  place-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #FFF669;
  animation: animate-pulse 3s linear infinite;
}
.tp-about-me-hero-wrap {
  gap: 60px;
  display: flex;
  align-items: end;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-me-hero-wrap {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .tp-about-me-hero-wrap {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-me-hero-main {
    padding-left: 0;
  }
}
.tp-about-me-hero-work {
  animation-delay: 0.3s;
  animation-duration: 1s;
}
.tp-about-me-hero-work span {
  font-size: 14px;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.tp-about-me-hero-work span::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFF669;
}
.tp-about-me-hero-work span::after {
  position: absolute;
  content: "";
  top: 3px;
  left: -6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(255, 246, 105, 0.1);
  animation: animate-pulse 3s linear infinite;
}
.tp-about-me-hero-subtitle {
  animation-delay: 0.5s;
  animation-duration: 1s;
}
.tp-about-me-hero-subtitle h4 {
  margin: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.5px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-me-hero-subtitle h4 {
    font-size: 45px;
  }
}
.tp-about-me-hero-social {
  animation-delay: 0.7s;
  animation-duration: 1s;
}
.tp-about-me-hero-social a {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 40px;
  text-align: center;
  display: inline-block;
  place-content: center;
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.tp-about-me-hero-social a:hover {
  background-color: #FFF669;
  color: var(--tp-common-black);
}
.tp-about-me-slider-wrapper {
  padding: 23px 0 20px;
  background-color: #FFF669;
}
.tp-about-me-slider-wrapper .swiper-slide {
  width: auto;
}
.tp-about-me-slider-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-teko);
}
.tp-about-me-slider-icon {
  margin-left: 30px;
  display: inline-block;
  transform: translateY(-5px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-me-ab-ptb {
    padding-top: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-me-ab-ptb {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .tp-about-me-ab-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-about-me-ab-shape {
  position: absolute;
  top: 42%;
  right: 23%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-me-ab-shape {
    top: 35%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-me-ab-shape {
    display: none;
  }
}
.tp-about-me-ab-text {
  position: absolute;
  top: 220px;
  right: 220px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-about-me-ab-text {
    right: 110px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-me-ab-text {
    right: 60px;
    top: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-me-ab-text {
    display: none;
  }
}
.tp-about-me-ab-text h4 {
  font-size: 150px;
  font-weight: 700;
  line-height: 1;
  color: #161109;
  letter-spacing: -6px;
  writing-mode: sideways-lr;
  text-transform: uppercase;
}
.tp-about-me-ab-title {
  font-size: 92px;
  font-weight: 600;
  line-height: 1;
  animation-delay: 0.3s;
  animation-duration: 1s;
  letter-spacing: -1.84px;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-me-ab-title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-me-ab-title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .tp-about-me-ab-title {
    font-size: 50px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-me-ab-title br {
    display: none;
  }
}
.tp-about-me-ab-thumb {
  transform: translate(-65px, -25px);
}
.tp-about-me-ab-wrap {
  animation-delay: 0.5s;
  animation-duration: 1s;
}
.tp-about-me-ab-wrap p {
  font-size: 16px;
  color: #CECECE;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-me-ab-wrap p br {
    display: none;
  }
}
.tp-about-me-ab-btn {
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  display: inline-block;
  padding: 13px 25px 11px;
  text-transform: uppercase;
  background-color: #FFF669;
  border: 1px solid transparent;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-teko);
}
.tp-about-me-ab-btn:hover {
  background-color: transparent;
  color: var(--tp-common-yellow);
  border-color: var(--tp-common-yellow);
}
.tp-about-me-ab-btn span {
  margin-left: 5px;
  display: inline-block;
}
.tp-about-me-service-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.7;
  z-index: -1;
}
.tp-about-me-service-title {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  animation-delay: 0.3s;
  animation-duration: 1s;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}
@media (max-width: 767px) {
  .tp-about-me-service-left {
    padding-bottom: 20px;
  }
}
.tp-about-me-service-item {
  padding: 40px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-about-me-service-item:hover {
  padding: 40px;
  border-color: transparent;
  background-color: #17120E;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-me-service-item:hover {
    padding-left: 0;
    padding-right: 0;
  }
}
.tp-about-me-service-item:hover .tp-about-me-service-item-title {
  color: #FFF669;
}
.tp-about-me-service-item:hover .tp-about-me-service-item-icon span {
  background-color: #FFF669;
  color: var(--tp-common-black);
}
.tp-about-me-service-item-wrapper {
  animation-delay: 0.5s;
  animation-duration: 1s;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-about-me-service-item-title {
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 2px;
  letter-spacing: -1.56px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-me-service-item-title {
    font-size: 42px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .tp-about-me-service-item-title {
    font-size: 35px;
    letter-spacing: 0;
  }
}
.tp-about-me-service-item-title span {
  font-size: 22px;
  font-weight: 400;
  border-radius: 50px;
  padding: 3px 11px 1px;
  display: inline-block;
  transform: translateY(-26px);
  border: 1px solid rgba(245, 247, 245, 0.1);
  letter-spacing: 0;
}
.tp-about-me-service-item-title:hover {
  color: #FFF669;
}
.tp-about-me-service-item-categories span {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  color: #C5C5C5;
  margin-right: 5px;
  font-family: var(--tp-ff-unbounded);
}
.tp-about-me-service-item-categories span:not(:last-of-type)::after {
  content: "";
  height: 4px;
  width: 4px;
  margin-left: 5px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-2px);
  background-color: #C5C5C5;
}
.tp-about-me-service-item-text p {
  font-size: 16px;
  color: #CECECE;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-me-service-item-text p br {
    display: none;
  }
}
.tp-about-me-service-item-icon span {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  place-content: center;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.tp-about-me-service-item-icon a:hover span {
  background-color: #FFF669;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-me-experience-ptb {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-about-me-experience-ptb {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-me-experience-wrapper {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-me-experience-wrapper {
    padding-left: 0;
  }
}
.tp-about-me-experience-wrap {
  animation-delay: 0.5s;
  animation-duration: 1s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-me-experience-wrap {
    padding-bottom: 40px;
  }
}
.tp-about-me-experience-title {
  position: relative;
  font-size: 550px;
  font-weight: 500;
  line-height: 0.8;
  margin-bottom: 0;
  letter-spacing: -27.5px;
  text-transform: capitalize;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-white-solid);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-me-experience-title {
    font-size: 530px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-me-experience-title {
    font-size: 400px;
    letter-spacing: -12px;
  }
}
@media (max-width: 767px) {
  .tp-about-me-experience-title {
    font-size: 285px;
    letter-spacing: -12px;
  }
}
.tp-about-me-experience-title span {
  top: 0;
  right: 10%;
  font-size: 50px;
  letter-spacing: 0;
  position: absolute;
  display: inline-block;
  text-transform: uppercase;
  writing-mode: sideways-lr;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-me-experience-title span {
    right: -8px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-me-experience-title span {
    right: 15px;
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-me-experience-title span {
    right: 33%;
  }
}
@media (max-width: 767px) {
  .tp-about-me-experience-title span {
    right: 16%;
    font-size: 36px;
  }
}
.tp-about-me-experience-item {
  width: 230px;
  padding: 15px;
  border-radius: 98px;
  align-items: center;
  border: 1px solid rgba(245, 247, 245, 0.08);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-me-experience-item {
    width: 215px;
  }
}
.tp-about-me-experience-item-icon {
  margin-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-me-experience-item-icon {
    margin-right: 10px;
  }
}
.tp-about-me-experience-item-icon span {
  display: inline-grid;
  place-content: center;
  text-align: center;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: rgba(255, 157, 0, 0.05);
}
.tp-about-me-experience-item-title {
  margin: 0;
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-white-solid);
}
.tp-about-me-experience-item-title i {
  font-style: normal;
}
.tp-about-me-experience-item-content span {
  color: #CECECE;
  display: inline-block;
  text-transform: uppercase;
  transform: translateY(-5px);
}
.tp-about-me-experience-ex {
  gap: 20px;
  display: flex;
  align-items: center;
  padding: 32px 0 22px;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid rgba(245, 247, 245, 0.1);
}
.tp-about-me-experience-ex-box {
  animation-delay: 0.5s;
  animation-duration: 1s;
  border-top: 1px solid rgba(245, 247, 245, 0.1);
}
.tp-about-me-experience-ex-content p {
  font-size: 12px;
  font-weight: 600;
  color: #CECECE;
}
.tp-about-me-experience-ex-title {
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -1.56px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-me-experience-ex-title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-me-experience-ex-title {
    font-size: 40px;
  }
}
.tp-about-me-experience-ex-date p {
  font-size: 600;
  color: #CECECE;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-me-faq-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-about-me-faq-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-about-me-faq-title {
  font-size: 96px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -2.88px;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-me-faq-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-me-faq-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .tp-about-me-faq-title {
    font-size: 65px;
    letter-spacing: 0;
  }
}
.tp-about-me-faq-wrap .tp-faq-accordion-wrap .accordion-items {
  border-color: rgba(255, 255, 255, 0.1);
}
.tp-about-me-faq-wrap .tp-faq-accordion-wrap .accordion-buttons {
  color: var(--tp-common-white);
}
.tp-about-me-faq-wrap .tp-faq-accordion-wrap .accordion-body p {
  font-size: 16px;
  color: #CECECE;
}

/*----------------------------------------*/
/*  7.4 Banner Css
/*----------------------------------------*/
.sa-banner-wrapper {
  height: 950px;
  overflow: hidden;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sa-banner-wrapper {
    height: 700px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sa-banner-wrapper {
    height: 530px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sa-banner-wrapper {
    height: 430px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-banner-wrapper {
    height: 300px;
  }
}

.bnc-banner-bg::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: calc(100% - 680px);
  background-color: #063232;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .bnc-banner-bg::after {
    width: calc(100% - 495px);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bnc-banner-bg::after {
    width: calc(100% - 430px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-banner-bg::after {
    width: 100%;
  }
}
.bnc-banner-thumb {
  overflow: hidden;
}
.bnc-banner-thumb img {
  width: 100%;
  height: 985px;
  object-fit: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bnc-banner-thumb img {
    height: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bnc-banner-thumb img {
    height: 545px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bnc-banner-thumb img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .bnc-banner-thumb img {
    height: 250px;
  }
}
.bnc-banner-item {
  padding: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--tp-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-banner-item {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bnc-banner-item {
    padding: 30px;
  }
}
.bnc-banner-item-title {
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 120px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-bricolage);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .bnc-banner-item-title {
    font-size: 60px;
    margin-bottom: 85px;
  }
}
.bnc-banner-item-content p {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.24;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-bricolage);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .bnc-banner-item-content p {
    font-size: 24px;
  }
}
.bnc-banner-item-btn {
  position: absolute;
  right: 42px;
  bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bnc-banner-item-btn {
    right: 20px;
    bottom: 30px;
  }
}
.bnc-banner-item-btn span {
  display: grid;
  height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 50%;
  place-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.bnc-banner-item-btn span:hover {
  background-color: #063232;
  color: var(--tp-common-white);
}
.bnc-banner-bottom-box {
  margin-top: -200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bnc-banner-bottom-box {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-banner-bottom-box {
    margin-top: 0;
  }
}
.bnc-banner-bottom-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), (max-width: 767px) {
  .bnc-banner-bottom-wrapper {
    padding-left: 0;
    flex-wrap: wrap;
  }
}
.bnc-banner-b-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
  letter-spacing: -0.54px;
  text-transform: capitalize;
  font-family: var(--tp-ff-p);
  color: var(--tp-common-white-solid);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-banner-input {
    margin-bottom: 35px;
  }
}
.bnc-banner-input-box input {
  height: 50px;
  width: 100%;
  font-size: 14px;
  border-radius: 5px;
  padding-right: 80px;
  color: var(--tp-common-white);
  background-color: transparent;
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.bnc-banner-input-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
  color: rgba(245, 247, 245, 0.8);
}
.bnc-banner-input-box input::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
  color: rgba(245, 247, 245, 0.8);
}
.bnc-banner-input-box input:-moz-placeholder { /* Firefox 4-18 */
  font-size: 14px;
  color: rgba(245, 247, 245, 0.8);
}
.bnc-banner-input-box input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 14px;
  color: rgba(245, 247, 245, 0.8);
}
.bnc-banner-input-box input::placeholder { /* MODERN BROWSER */
  font-size: 14px;
  color: rgba(245, 247, 245, 0.8);
}
.bnc-banner-input-box input:focus {
  border-color: var(--tp-common-white);
}
.bnc-banner-input-box button {
  position: absolute;
  top: 12px;
  right: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(245, 247, 245, 0.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), (max-width: 767px) {
  .bnc-banner-review {
    margin-bottom: 20px;
  }
}
.bnc-banner-review .tp-testimonial-review-item {
  width: 100%;
  height: 50px;
  padding: 0px 10px;
  border-radius: 8px;
}
.bnc-banner-review .tp-testimonial-review-icon {
  margin-right: 6px;
  transform: scale(0.7);
}
.bnc-banner-review .tp-testimonial-review-content span {
  font-size: 14px;
}
.bnc-banner-review .tp-testimonial-review-content p {
  font-size: 10px;
}
.bnc-banner-success-icon {
  margin-right: 10px;
}
.bnc-banner-success-content h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
  font-family: var(--tp-ff-p);
  text-transform: capitalize;
  color: var(--tp-common-white-solid);
}
.bnc-banner-success-content p {
  font-size: 14px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
  text-transform: capitalize;
}

.lw-banner-wrapper {
  height: 900px;
  padding: 0px 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .lw-banner-wrapper {
    height: 700px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-banner-wrapper {
    height: 530px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-banner-wrapper {
    height: 430px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-banner-wrapper {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .lw-banner-wrapper {
    padding: 0;
    height: 200px;
  }
}
.lw-banner-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*----------------------------------------*/
/*  7.14 Service Css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-heading .tp-section-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-btn {
    padding-bottom: 20px;
  }
}
.tp-service-item {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 50px 84px 50px 40px;
  border: 1px solid rgba(1, 1, 3, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-item {
    padding: 45px 30px 45px 30px;
  }
}
.tp-service-item p {
  font-size: 16px;
  font-weight: 400;
  color: #717171;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-item p br {
    display: none;
  }
}
.tp-service-item-icon {
  margin-bottom: 60px;
}
.tp-service-item-icon img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tp-service-item-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-bricolage);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-item-title {
    font-size: 24px;
  }
}
.tp-service-item-btn a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
.tp-service-item-box {
  padding-left: 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-item-box {
    padding-left: 0;
  }
}
.tp-service-inner-wrap .tp-service-item:hover {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
}
.tp-service-inner-wrap .tp-service-item:hover .tp-service-item-icon img {
  filter: invert(0);
}
.tp-service-inner-wrap .tp-service-item:hover .tp-service-item-title {
  color: var(--tp-common-black);
}
.tp-service-inner-wrap .tp-service-item:hover p {
  color: var(--tp-common-black);
}
.tp-service-inner-wrap .tp-service-item:hover .tp-service-item-btn a {
  color: var(--tp-common-black);
}
.tp-service-inner-wrap .tp-service-item:hover .tp-service-item-btn a::before {
  background-color: var(--tp-common-black);
}
.tp-service-inner-2-shape {
  position: absolute;
  top: 125px;
  right: 40px;
}
@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: 767px) {
  .tp-service-inner-2-shape {
    display: none;
  }
}
.tp-service-inner-2-bigtext {
  font-family: var(--tp-ff-bricolage);
  font-weight: 800;
  font-size: 142px;
  letter-spacing: -0.04em;
  text-transform: capitalize;
  color: rgba(1, 1, 3, 0.03);
  position: absolute;
  left: -60px;
  top: 390px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-inner-2-bigtext {
    font-size: 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: 767px) {
  .tp-service-inner-2-bigtext {
    font-size: 80px;
  }
}
.tp-service-inner-2-title .tp-section-title {
  font-weight: 800;
  font-size: 80px;
  line-height: 112%;
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-inner-2-title .tp-section-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-inner-2-title .tp-section-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .tp-service-inner-2-title .tp-section-title {
    font-size: 55px;
  }
}
.tp-service-inner-2-title .tp-section-subtitle {
  font-family: var(--tp-ff-unbounded);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  opacity: 0.8;
  position: relative;
}
.tp-service-inner-2-title .tp-section-subtitle::before {
  position: absolute;
  content: "";
  background: #000;
  width: 39px;
  height: 1px;
  right: -48px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ds-service-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-service-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-service-heading-wrap {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-service-btn {
    margin-bottom: 60px;
  }
}
.ds-service-item {
  position: relative;
  padding: 60px 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ds-service-item {
    padding: 50px 24px;
  }
}
.ds-service-item::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  z-index: 1;
  content: "";
  background-color: var(--tp-theme-primary);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ds-service-item:hover::before {
  top: auto;
  bottom: 0;
  height: 100%;
}
.ds-service-item:hover .ds-service-item-title {
  color: var(--tp-common-black);
}
.ds-service-item:hover .ds-service-item-icon img {
  filter: invert(1);
}
.ds-service-item:hover .ds-service-item-btn a {
  color: var(--tp-common-black);
}
.ds-service-item:hover .ds-service-item-btn-icon {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.ds-service-item-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-service-item-title {
    font-size: 26px;
  }
}
.ds-service-item-box {
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ds-service-item-box p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-service-item-box p br {
    display: none;
  }
}
.ds-service-item-icon {
  margin-bottom: 26px;
}
.ds-service-item-icon img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ds-service-item-btn {
  position: relative;
  z-index: 1;
}
.ds-service-item-btn a {
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}
.ds-service-item-btn-icon {
  display: grid;
  height: 50px;
  width: 50px;
  margin-left: 10px;
  text-align: center;
  place-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.ds-service-item-wrapper {
  margin-bottom: 50px;
}

.dgm-service-pt {
  margin-top: -160px;
  padding-top: 290px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dgm-service-pt {
    padding-top: 260px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-service-pt {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-service-pt {
    padding-top: 80px;
    margin-top: 0;
  }
}
.dgm-service-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  position: absolute;
  background-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), (max-width: 767px) {
  .dgm-service-bg {
    display: none;
  }
}
.dgm-service-item {
  padding: 60px;
  background-color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dgm-service-item {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .dgm-service-item {
    padding: 30px;
  }
}
.dgm-service-item:hover .dgm-service-icon {
  color: var(--tp-theme-primary);
}
.dgm-service-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 15px;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}
.dgm-service-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #CECECE;
  margin-bottom: 130px;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dgm-service-content p {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-service-content p {
    margin-bottom: 60px;
  }
}
.dgm-service-link {
  padding-top: 20px;
  border-top: 1px solid rgba(245, 247, 245, 0.1);
}
.dgm-service-link a {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.dgm-service-link a span {
  display: inline-block;
}
.dgm-service-link a span svg {
  margin-left: 6px;
  transform: translateY(0px);
}
.dgm-service-icon {
  transition: 0.3s;
  min-height: 67px;
  margin-bottom: 55px;
  display: inline-block;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-service-icon {
    margin-bottom: 30px;
  }
}
.dgm-service-active {
  margin-right: -500px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-service-active {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-service-title-box {
    margin-bottom: 30px;
  }
}
.sa-service-title-box .tp-section-title {
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-service-title-box .tp-section-title {
    padding-bottom: 30px;
  }
}
.sa-service-title-box .tp-section-subtitle {
  color: var(--tp-common-white);
  border-color: rgba(255, 255, 255, 0.1);
}
.sa-service-title-box .tp-section-subtitle::before {
  background-color: var(--tp-common-white);
}
.sa-service-wrapper {
  margin: 0 30px;
}
@media (max-width: 767px) {
  .sa-service-wrapper {
    margin: 0;
  }
}
.sa-service-wrapper .sa-service-dot {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sa-service-wrapper .sa-service-dot .swiper-pagination-bullet.swiper-pagination-bullet {
  height: 2px;
  width: 56px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.sa-service-wrapper .sa-service-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-common-white);
}
.sa-service-item {
  padding: 50px;
  border: 1px solid rgba(245, 247, 245, 0.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), (max-width: 767px) {
  .sa-service-item {
    padding: 30px;
  }
}
.sa-service-item:hover .sa-service-item-icon span {
  color: var(--tp-theme-primary);
}
.sa-service-item:hover .ds-service-item-btn-icon {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}
.sa-service-item-icon {
  margin-bottom: 140px;
}
@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) {
  .sa-service-item-icon {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-service-item-icon {
    margin-bottom: 60px;
  }
}
.sa-service-item-icon span {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--tp-common-white);
}
.sa-service-item-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: -0.72px;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), (max-width: 767px) {
  .sa-service-item-title {
    font-size: 22px;
  }
}
.sa-service-item-content p {
  font-size: 16px;
  margin-bottom: 60px;
  text-transform: capitalize;
  color: rgba(245, 247, 245, 0.7);
}

.cr-service-arrow button {
  height: 60px;
  width: 60px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.cr-service-arrow button span {
  margin-left: 1px;
  display: inline-block;
}
.cr-service-arrow button:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-theme-primary);
  background-color: var(--tp-theme-primary);
}
.cr-service-arrow button.cr-service-next {
  margin-left: 10px;
}
.cr-service-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: 50px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-service-content {
    margin: 40px;
    margin-bottom: 30px;
  }
}
.cr-service-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
  text-transform: capitalize;
  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), (max-width: 767px) {
  .cr-service-content p br {
    display: none;
  }
}
.cr-service-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-space);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-service-title-box {
    margin-bottom: 30px;
  }
}
.cr-service-item {
  border-radius: 8px;
}
.cr-service-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(180deg, rgba(1, 1, 3, 0) 29.5%, #001414 100%);
}
.cr-service-item:hover .cr-service-thumb img {
  transform: scale(1.1);
}
.cr-service-thumb {
  overflow: hidden;
  border-radius: 8px;
}
.cr-service-thumb img {
  width: 100%;
  border-radius: 8px;
  transition: all 0.9s ease-in-out;
}
.cr-service-category {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin: 40px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  padding: 13px 16px;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-space);
  background-color: var(--tp-theme-primary);
}
.cr-service-bottom-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-transform: capitalize;
  color: rgba(245, 247, 245, 0.6);
}
@media (max-width: 767px) {
  .cr-service-bottom-text p {
    flex-wrap: wrap;
  }
}
.cr-service-bottom-text p span {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .cr-service-bottom-text p span {
    margin-bottom: 10px;
  }
}
.cr-service-bottom-text p a {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  margin-left: 5px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.cr-service-bottom-text p a:hover {
  color: var(--tp-theme-primary);
}
.cr-service-bottom-text p a:hover::after {
  bottom: 5px;
  opacity: 0;
}
.cr-service-bottom-text p a::after {
  position: absolute;
  content: "";
  bottom: 2px;
  left: 0;
  height: 1px;
  width: 100%;
  transition: 0.5s ease-in-out;
  background-color: currentColor;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-service-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-service-title-box {
    padding-bottom: 30px;
  }
}
.bnc-service-item {
  height: 568px;
  display: flex;
  padding: 60px 42px;
  border-radius: 20px;
  background: #ECF8F8;
  flex-direction: column;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bnc-service-item {
    height: 520px;
    padding: 60px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-service-item {
    height: 520px;
  }
}
@media (max-width: 767px) {
  .bnc-service-item {
    padding: 50px 35px;
  }
}
.bnc-service-item:hover {
  background-color: transparent;
  border-color: rgba(1, 1, 3, 0.1);
}
.bnc-service-item:hover .bnc-service-item-icon {
  animation: shaking 0.6s;
}
.bnc-service-item:hover .bnc-service-item-text {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.bnc-service-item:hover .bnc-service-item-wrap {
  margin-bottom: 80px;
}
.bnc-service-item:hover .bnc-service-item-title {
  margin-bottom: 16px;
}
.bnc-service-item:hover .tp-btn-green.bg-none-style {
  border-color: transparent;
  background-color: var(--tp-theme-primary);
}
.bnc-service-item-icon {
  width: 55px;
}
.bnc-service-item-icon span {
  color: var(--tp-common-black);
}
.bnc-service-item-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: -30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-bricolage);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-service-item-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-service-item-title br {
    display: none;
  }
}
.bnc-service-item-wrap {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bnc-service-item-text {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translateY(30px);
}
.bnc-service-item-text p {
  margin: 0;
  font-size: 16px;
  text-transform: capitalize;
  color: rgba(1, 1, 3, 0.6);
}
.bnc-service-item-number span {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-bricolage);
}
.bnc-service-item-number span::after {
  content: "";
  height: 1px;
  width: 48px;
  margin-left: 10px;
  display: inline-block;
  background-color: rgba(1, 1, 3, 0.1);
}
.bnc-service-text p {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
.bnc-service-text p img {
  margin-right: 10px;
}
.bnc-service-text p a {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.bnc-service-text p a:hover::after {
  bottom: 5px;
  opacity: 0;
}
.bnc-service-text p a::after {
  position: absolute;
  content: "";
  bottom: 2px;
  left: 0;
  height: 1px;
  width: 100%;
  transition: 0.3s ease-in-out;
  background-color: currentColor;
}

.hr-feature-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-popins);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hr-feature-title {
    font-size: 26px;
  }
}
.hr-feature-icon {
  margin-right: 25px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-feature-icon {
    margin-bottom: 20px;
  }
}
.hr-feature-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1701px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-feature-content p br {
    display: none;
  }
}
.hr-feature-item {
  padding: 80px 65px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hr-feature-item {
    padding: 50px 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-feature-item {
    padding: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-feature-item {
    flex-wrap: wrap;
  }
}
.hr-feature-wrap {
  backdrop-filter: blur(20px);
  background: rgba(20, 68, 66, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@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), (max-width: 767px) {
  .hr-feature-wrap {
    padding-left: 0;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hr-service-plr {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hr-service-plr {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.hr-service-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #0c2d34;
  margin-bottom: 0;
  padding-left: 100px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-service-text p {
    padding-left: 0;
  }
}
.hr-service-item {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1701px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-service-item {
    padding: 30px 14px;
  }
}
.hr-service-link {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  color: var(--tp-common-black);
}
.hr-service-link a:hover .hr-service-link-icon {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}
.hr-service-link-icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #0E3337;
  color: var(--tp-common-white);
}
.hr-service-head span {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: #0c2d34;
  text-transform: capitalize;
  font-family: var(--tp-ff-popins);
}
.hr-service-head span i {
  margin-left: 25px;
  display: inline-block;
  transform: translateY(-4px);
}
.hr-service-head span i::before {
  content: "";
  height: 13px;
  width: 13px;
  border-radius: 50%;
  display: inline-block;
  background-color: #ebebeb;
}
.hr-service-head span i::after {
  content: "";
  height: 2px;
  width: 120px;
  display: inline-block;
  transform: translateY(-6px);
  background-color: #ebebeb;
}
.hr-service-head img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
}
.hr-service-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #0c2d34;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-family: var(--tp-ff-popins);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-service-title-box {
    margin-bottom: 30px;
  }
}
.hr-service-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  text-transform: capitalize;
  color: rgba(12, 45, 52, 0.6);
}

.lw-service-arrow button {
  height: 50px;
  width: 50px;
  display: inline-grid;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.lw-service-arrow button:hover {
  border-color: #DFAE4F;
  background-color: #DFAE4F;
  color: var(--tp-common-black);
}
.lw-service-title-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 70px;
  text-transform: capitalize;
  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), (max-width: 767px) {
  .lw-service-title-box p {
    margin-bottom: 40px;
  }
}
.lw-service-item:hover .lw-service-thumb img {
  transform: scale(1.1);
}
.lw-service-thumb {
  overflow: hidden;
}
.lw-service-thumb a {
  width: 100%;
  display: inline-block;
}
.lw-service-thumb a img {
  width: 100%;
  transition: 0.9s ease-in-out;
}
.lw-service-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-playfair);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-service-title-wrap {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-service-title-wrap {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .lw-service-content {
    padding-right: 50px;
  }
}
.lw-service-content-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  z-index: 1;
}
.lw-service-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
  text-transform: capitalize;
  color: rgba(245, 247, 245, 0.8);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-service-content p br {
    display: none;
  }
}
.lw-service-link {
  height: 50px;
  width: 50px;
  display: inline-grid;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  flex: 0 0 auto;
  color: var(--tp-common-black);
  background-color: #DFAE4F;
}
.lw-service-link:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.lw-service-item {
  overflow: hidden;
  border-radius: 10px;
}
.lw-service-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  pointer-events: none;
  display: inline-block;
  background: linear-gradient(180deg, rgba(1, 1, 3, 0) 29.5%, #001414 100%);
}
.lw-service-active {
  margin-right: -350px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-service-active {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .lw-service-2-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.lw-service-2-item {
  padding: 30px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}
.lw-service-2-item:hover .lw-service-2-link a {
  background-color: #DFAE4F;
  color: var(--tp-common-black);
}
.lw-service-2-number span {
  font-weight: 500;
  font-size: 50px;
  line-height: 0.7;
  margin-bottom: 25px;
  display: inline-block;
  text-transform: capitalize;
  font-family: var(--tp-ff-playfair);
  color: rgba(245, 247, 245, 0.1);
}
.lw-service-2-icon {
  margin-bottom: 25px;
  display: inline-block;
  color: var(--tp-common-white);
}
.lw-service-2-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-playfair);
}
.lw-service-2-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 50px;
  text-transform: capitalize;
  color: rgba(245, 247, 245, 0.7);
}
.lw-service-2-link a {
  height: 50px;
  width: 50px;
  display: grid;
  transition: 0.3s;
  text-align: center;
  border-radius: 50%;
  place-content: center;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.lw-service-2-big-text {
  left: 0;
  bottom: -20px;
  position: absolute;
  font-weight: 600;
  font-size: 120px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.05);
  font-family: var(--tp-ff-playfair);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-service-2-big-text {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .lw-service-2-big-text {
    font-size: 50px;
    bottom: -10px;
  }
}
.lw-service-dot {
  display: inline-flex;
  justify-content: center;
}
.lw-service-dot .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 100px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.lw-service-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #DFAE4F;
  border-color: #DFAE4F;
}

.ma-service-ptb {
  overflow: hidden;
}
.ma-service-item {
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(1, 1, 3, 0.2);
}
@media (max-width: 767px) {
  .ma-service-item {
    padding-top: 40px;
    flex-wrap: wrap;
  }
}
.ma-service-item.active .ma-service-item-title {
  font-size: 46px;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ma-service-item.active .ma-service-item-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ma-service-item.active .ma-service-item-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .ma-service-item.active .ma-service-item-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ma-service-item.active .ma-service-item-title {
    font-size: 25px;
  }
}
.ma-service-item.active .ma-service-item-icon {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .ma-service-item-left {
    margin-bottom: 20px;
  }
}
.ma-service-item-title {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  color: #010103;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ma-service-item-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ma-service-item-title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .ma-service-item-title {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ma-service-item-title {
    font-size: 20px;
  }
}
.ma-service-item-title span {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  transform: translate(-2px, -25px);
}
.ma-service-item-icon {
  display: grid;
  height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 50%;
  place-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.ma-service-list-thumb-wrap {
  width: 50%;
  height: 78%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ma-service-list-thumb-wrap {
    width: 70%;
    height: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ma-service-list-thumb-wrap {
    display: none;
  }
}
.ma-service-list-thumb-1, .ma-service-list-thumb-2, .ma-service-list-thumb-3, .ma-service-list-thumb-4, .ma-service-list-thumb-5 {
  top: 5%;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  visibility: hidden;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ma-service-list-thumb-1, .ma-service-list-thumb-2, .ma-service-list-thumb-3, .ma-service-list-thumb-4, .ma-service-list-thumb-5 {
    left: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ma-service-list-thumb-1, .ma-service-list-thumb-2, .ma-service-list-thumb-3, .ma-service-list-thumb-4, .ma-service-list-thumb-5 {
    position: static;
    width: inherit;
    height: inherit;
  }
}
.ma-service-thumb-shape {
  position: absolute;
  width: 24px;
  height: 130px;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(-15deg) translate(90px, 40px);
  transform: rotate(-15deg) translate(90px, 40px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  opacity: 0;
  background-color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ma-service-thumb-shape {
    display: none;
  }
}

.service-3-hero-wrap .sa-hero-title {
  font-weight: 500;
  text-transform: capitalize;
  line-height: 116%;
}
.service-3-hero-wrap .sa-hero-middle-wrapper {
  margin-bottom: 20px;
  padding-bottom: 110px;
}
.service-3-hero-wrap .sa-hero-text-title {
  font-size: 190px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .service-3-hero-wrap .sa-hero-text-title {
    font-size: 140px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .service-3-hero-wrap .sa-hero-text-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .service-3-hero-wrap .sa-hero-text-title {
    font-size: 70px;
  }
}
.service-3-process-list {
  display: flex;
  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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .service-3-process-list {
    padding-bottom: 30px;
  }
}
.service-3-process-list:hover span {
  color: var(--tp-theme-primary);
}
.service-3-process-list:hover h2 a {
  color: var(--tp-theme-primary);
}
.service-3-process-list span {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-white);
  display: grid;
  height: 60px;
  width: 60px;
  margin-right: 20px;
  border-radius: 50%;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex: 0 0 auto;
  margin-top: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .service-3-process-list span {
    margin-top: 0;
  }
}
.service-3-process-list h2 {
  font-size: 36px;
  font-weight: 500;
  color: var(--tp-common-white);
  line-height: 133%;
  letter-spacing: -0.01em;
}
@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: 767px) {
  .service-3-process-list h2 {
    font-size: 20px;
  }
}
.service-3-process-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 131%;
  letter-spacing: -0.01em;
  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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .service-3-process-title {
    font-size: 25px;
  }
}
.service-3-process-title a:hover {
  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), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .service-3-process-content {
    margin-left: 0;
    margin-right: 0;
  }
}
.service-3-process-content p {
  font-size: 20px;
  line-height: 144%;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .service-3-process-content p br {
    display: none;
  }
}
.service-3-process-content ul {
  column-count: 2;
}
@media (max-width: 767px) {
  .service-3-process-content ul {
    column-count: 1;
  }
}
.service-3-process-content ul li {
  font-family: var(--tp-ff-bricolage);
  font-weight: 600;
  font-size: 16px;
  list-style: none;
  text-transform: capitalize;
  color: var(--tp-common-white);
  margin-bottom: 7px;
}
.service-3-process-content .tp-btn-circle {
  border-color: rgba(255, 255, 255, 0.08);
  color: var(--tp-common-white);
  width: 142px;
  height: 142px;
  font-size: 12px;
}
.service-3-process-content .tp-btn-circle::before {
  display: none;
}
.service-3-process-content .tp-btn-circle:hover {
  background: var(--tp-theme-primary);
}
.service-3-process-thumb {
  height: 100%;
}
.service-3-process-thumb img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .service-3-spacing {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .service-3-spacing .inner-service-3-item.pb-130 {
    padding-bottom: 60px;
  }
}
.service-details-title {
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.05em;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .service-details-content {
    margin-right: 0;
  }
}
.service-details-content p {
  font-size: 16px;
  line-height: 162%;
  text-transform: capitalize;
  color: var(--tp-common-black);
  opacity: 0.8;
}
.service-details-list ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 25px;
}
.service-details-list ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: var(--tp-common-black);
  border-radius: 20px;
  left: 0;
  top: 10px;
}
.service-details-list ul li span {
  font-family: var(--tp-ff-unbounded);
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
  display: inline-block;
}
.service-details-list ul li p {
  margin-bottom: 0;
}
.service-details-border {
  border-bottom: 1px solid var(--tp-border-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .service-details-style {
    padding-top: 100px;
  }
}

#ma-service-thumb img {
  transform-origin: bottom left;
}
#ma-service-thumb.ma-service-list-thumb-1 .ma-service-list-thumb-1 {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  transform: rotate(13deg) translateX(30px) translateY(0px);
}
#ma-service-thumb.ma-service-list-thumb-1 .current {
  visibility: visible;
  -webkit-transform: rotate(-15deg) translate(90px, -35px);
  transform: rotate(-15deg) translate(90px, -35px);
  opacity: 1;
}
#ma-service-thumb.ma-service-list-thumb-2 .ma-service-list-thumb-2 {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  transform: rotate(13deg) translateX(30px) translateY(0px);
}
#ma-service-thumb.ma-service-list-thumb-2 .current {
  visibility: visible;
  -webkit-transform: rotate(-15deg) translate(90px, -35px);
  transform: rotate(-15deg) translate(90px, -35px);
  opacity: 1;
}
#ma-service-thumb.ma-service-list-thumb-3 .ma-service-list-thumb-3 {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  transform: rotate(13deg) translateX(30px) translateY(0px);
}
#ma-service-thumb.ma-service-list-thumb-3 .current {
  visibility: visible;
  -webkit-transform: rotate(-15deg) translate(90px, -35px);
  transform: rotate(-15deg) translate(90px, -35px);
  opacity: 1;
}
#ma-service-thumb.ma-service-list-thumb-4 .ma-service-list-thumb-4 {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  transform: rotate(13deg) translateX(30px) translateY(0px);
}
#ma-service-thumb.ma-service-list-thumb-4 .current {
  visibility: visible;
  -webkit-transform: rotate(-15deg) translate(90px, -35px);
  transform: rotate(-15deg) translate(90px, -35px);
  opacity: 1;
}
#ma-service-thumb.ma-service-list-thumb-5 .ma-service-list-thumb-5 {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  transform: rotate(13deg) translateX(30px) translateY(0px);
}
#ma-service-thumb.ma-service-list-thumb-5 .current {
  visibility: visible;
  -webkit-transform: rotate(-15deg) translate(90px, -35px);
  transform: rotate(-15deg) translate(90px, -35px);
  opacity: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ca-service-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .ca-service-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .ca-service-text-box {
    margin-bottom: 30px;
  }
}
.ca-service-item-box .tp-service-item {
  border-color: rgba(245, 247, 245, 0.08);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .ca-service-item-box .tp-service-item {
    padding: 45px 20px 45px 20px;
  }
}
.ca-service-item-box .tp-service-item:hover .tp-service-item-icon img {
  filter: none;
}
.ca-service-item-box .tp-service-item p {
  color: #CECECE;
}
.ca-service-item-box .tp-service-item-title {
  color: var(--tp-common-white);
}
.ca-service-item-box .tp-service-item-btn a {
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  7.20 Work Css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-project-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-bricolage);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .tp-project-title {
    font-size: 24px;
  }
}
.tp-project-content > span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #717171;
  text-transform: capitalize;
}
.tp-project-content > span i {
  font-style: normal;
}
.tp-project-content > span i::after {
  content: "";
  height: 1px;
  width: 30px;
  margin: 0 11px;
  display: inline-block;
  transform: translateY(-4px);
  background-color: #717171;
}
.tp-project-item:hover .tp-project-thumb img {
  transform: scale(1.1);
}
.tp-project-thumb {
  overflow: hidden;
}
.tp-project-thumb img {
  width: 100%;
  transition: 0.9s ease-in-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-work-ptb {
    margin-bottom: 0px;
    padding-top: 100px;
  }
}
.sa-work-subtitle {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  transform: translateY(30px);
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-work-subtitle {
    transform: translateY(0);
  }
}
.sa-work-subtitle svg {
  margin-left: 5px;
}
.sa-work-title {
  margin: 0;
  font-size: 440px;
  font-weight: 600;
  line-height: 0.8;
  text-transform: capitalize;
  color: rgba(1, 1, 3, 0.1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sa-work-title {
    font-size: 400px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sa-work-title {
    font-size: 340px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sa-work-title {
    font-size: 270px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sa-work-title {
    font-size: 200px;
  }
}
@media (max-width: 767px) {
  .sa-work-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sa-work-title {
    font-size: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-work-title-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .sa-work-item {
    margin-bottom: 30px;
  }
}

.tp-progress-bg {
  position: relative;
  margin-left: -140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-progress-bg {
    margin-left: 0;
  }
}
.tp-progress-bg::before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: -40px;
  left: 60px;
  height: 40px;
  width: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0px -17px 0 0 #FFF;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-progress-bg::before {
    display: none;
  }
}
.tp-progress-bg::after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: -40px;
  left: 60px;
  height: 40px;
  width: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 18px 0 0 #FFF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-progress-bg::after {
    left: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-progress-bg::after {
    display: none;
  }
}
.tp-progress-bar-wrap {
  margin-right: 50px;
  padding: 45px 40px;
  padding-right: 0;
  border-radius: 20px;
  background-color: var(--tp-common-white-solid);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-progress-bar-wrap {
    margin-right: 0;
    padding: 30px 0px;
  }
}
.tp-progress-bar-item {
  margin-bottom: 30px;
}
.tp-progress-bar-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-space);
}
.tp-progress-bar .progress {
  overflow: visible;
  height: 6px;
  border-radius: 5px;
  background: var(--tp-common-white);
}
.tp-progress-bar .progress-bar {
  position: relative;
  top: 0;
  height: 6px;
  overflow: visible;
  border-radius: 5px;
  background-color: var(--tp-common-black);
}
.tp-progress-bar .progress-bar::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 5px;
  top: -5px;
  right: 0;
  border-radius: 30px;
  background-color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  7.3 Award Css
/*----------------------------------------*/
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sa-award-ptb {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-award-ptb {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-award-right-text {
    margin-bottom: 30px;
  }
}
.sa-award-right-text p {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-award-title-box {
    margin-bottom: 30px;
  }
}
.sa-award-item {
  z-index: 2;
  padding: 19px 0;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border-bottom: 1px solid rgba(1, 1, 3, 0.1);
}
@media (max-width: 767px) {
  .sa-award-item {
    flex-wrap: wrap;
  }
}
.sa-award-item:hover {
  padding: 19px 35px;
}
.sa-award-item:hover::before {
  top: auto;
  bottom: 0;
  height: 100%;
}
.sa-award-item:hover .sa-award-item-left span {
  color: var(--tp-common-white);
}
.sa-award-item:hover .sa-award-item-title {
  color: var(--tp-common-white);
}
.sa-award-item:hover .sa-award-item-right span {
  color: var(--tp-common-white);
}
.sa-award-item::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  content: "";
  background-color: var(--tp-common-black);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.sa-award-item-wrapper {
  border-top: 1px solid rgba(1, 1, 3, 0.1);
}
.sa-award-item-left {
  gap: 95px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sa-award-item-left {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .sa-award-item-left {
    gap: 20px;
    margin-bottom: 30px;
  }
}
.sa-award-item-left span {
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}
.sa-award-item-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 0;
  letter-spacing: -0.72px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sa-award-item-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .sa-award-item-title {
    font-size: 18px;
  }
}
.sa-award-item-right {
  gap: 40px;
}
.sa-award-item-right span {
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
.sa-award-item-right span svg {
  transform: translateX(2px);
}
.sa-award-item-wrap .tp-award-reveal-img {
  width: 174px;
  height: 172px;
}

.dgm-award-thumb {
  margin-right: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-award-thumb {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-award-title-box {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .dgm-award-style {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-award-style {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.dgm-award-style .sa-award-item-wrapper {
  margin-top: 85px;
  padding: 45px 60px;
  border-top: 0;
  margin-left: -180px;
  background-color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-award-style .sa-award-item-wrapper {
    margin-top: 50px;
    padding: 30px;
    margin-left: 0;
  }
}
.dgm-award-style .sa-award-item-wrapper .sa-award-item:first-child {
  border-top: 1px solid rgba(1, 1, 3, 0.05);
}
.dgm-award-style .sa-award-item-title {
  font-size: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .dgm-award-style .sa-award-item-title {
    font-size: 17px;
    letter-spacing: 0;
  }
}
.dgm-award-style .sa-award-item {
  padding: 32px 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border-bottom: 1px solid rgba(1, 1, 3, 0.05);
}
@media (max-width: 767px) {
  .dgm-award-style .sa-award-item {
    flex-wrap: wrap;
  }
}
.dgm-award-style .sa-award-item::before {
  background-color: var(--tp-theme-primary);
}
.dgm-award-style .sa-award-item:hover {
  padding: 32px 30px;
}
.dgm-award-style .sa-award-item:hover .sa-award-item-title {
  color: var(--tp-common-black);
}
.dgm-award-style .sa-award-item:hover .sa-award-item-left span {
  color: var(--tp-common-black);
}
.dgm-award-style .sa-award-item:hover .sa-award-item-right span {
  color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .dgm-award-style .sa-award-item-left {
    gap: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ca-award-ptb {
    padding-top: 80px;
  }
}
.ca-award-item {
  position: relative;
  padding: 37px 30px 31px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid rgba(245, 247, 245, 0.1);
}
@media (max-width: 767px) {
  .ca-award-item {
    padding: 37px 20px;
    padding-bottom: 31px;
  }
}
.ca-award-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
  background-color: var(--tp-theme-primary);
}
.ca-award-item:hover {
  padding: 37px 60px 31px;
}
.ca-award-item:hover .ca-award-year, .ca-award-item:hover .ca-award-text, .ca-award-item:hover .ca-award-position {
  color: #010103;
}
.ca-award-item:hover .ca-award-icon {
  transform: rotate(-45deg);
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.ca-award-item:hover::after {
  height: 100%;
}
.ca-award-item-wrap {
  border-top: 1px solid rgba(245, 247, 245, 0.1);
}
.ca-award-year {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  min-width: 200px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ca-award-year {
    min-width: 156px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ca-award-year {
    font-size: 14px;
    min-width: 70px;
  }
}
@media (max-width: 767px) {
  .ca-award-year {
    font-size: 14px;
    min-width: 70px;
    display: block;
    margin-bottom: 10px;
  }
}
.ca-award-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ca-award-text {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ca-award-text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ca-award-text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ca-award-text {
    font-size: 20px;
  }
}
.ca-award-position {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ca-award-position {
    font-size: 14px;
  }
}
.ca-award-icon {
  width: 40px;
  height: 40px;
  display: grid;
  border-radius: 50%;
  place-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--tp-common-white);
  border: 1px solid rgba(245, 247, 245, 0.1);
}
@media (max-width: 767px) {
  .ca-award-btn {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ca-award-btn {
    display: block;
  }
}
.ca-award-btn .tp-btn-green {
  border-radius: 5px;
  background: #0D0D0F;
  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: 767px) {
  .inner-award-style {
    padding-bottom: 100px;
  }
}
.inner-award-style .ca-award-text {
  color: var(--tp-common-black);
}
.inner-award-style .ca-award-year {
  color: var(--tp-common-black);
}
.inner-award-style .ca-award-position {
  color: var(--tp-common-black);
}
.inner-award-style .ca-award-icon {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.inner-award-style .ca-award-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.inner-award-style .ca-award-item-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.inner-text-style .ca-text-item p {
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  7.18 Text Slider Css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-text-slider-ptb {
    padding-bottom: 80px;
  }
}
.tp-text-slider-item span {
  font-size: 36px;
  font-weight: 500;
  line-height: 34px;
  margin-left: 14px;
  display: inline-block;
  text-transform: uppercase;
  color: rgba(1, 1, 3, 0.1);
}
.tp-text-slider-wrapper .swiper-slide:nth-child(2n+2) span {
  color: var(--tp-common-black);
}
.tp-text-slider-wrapper .swiper-slide {
  width: auto;
}
.tp-text-slider-wrapper.style-2 {
  z-index: 1;
  padding: 19px 0;
  position: relative;
  background-color: var(--tp-theme-primary);
  transform: rotate(-2deg) translateY(-30px);
}
@media (max-width: 767px) {
  .tp-text-slider-wrapper.style-2 {
    transform: rotate(-2deg) translateY(0);
  }
}
.tp-text-slider-wrapper.style-2 .tp-text-slider-item span {
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2.16px;
  color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .tp-text-slider-wrapper.style-2 .tp-text-slider-item span {
    font-size: 50px;
  }
}
.tp-text-slider-wrapper.style-2 .tp-text-slider-item span svg {
  animation: rotate2 2s linear infinite;
}
.tp-text-slider-wrapper.style-2 .swiper-slide:nth-child(2n+2) span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(1, 1, 3, 0.3);
}
.tp-text-slider-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.ds-text-slider-wrapper {
  padding-top: 25px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(1, 1, 3, 0.1);
}
.ds-text-slider-wrapper .swiper-slide {
  width: auto;
}
.ds-text-slider-wrapper .slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.ds-text-slider-item span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-left: 42px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}
.ds-text-slider-item span svg {
  animation: rotate2 5s linear infinite;
}

.lw-text-style .tp-text-slider-item span {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-black);
}

.ca-text-slider-ptb {
  padding: 38px 0px 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ca-text-slider-ptb {
    padding: 30px 0px 30px;
  }
}
@media (max-width: 767px) {
  .ca-text-slider-ptb {
    padding: 30px 0px 28px;
  }
}
.ca-text-slider-wrapper .swiper-slide {
  width: auto;
}
.ca-text-slider-wrapper .tp-text-slider-item span {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}
@media (max-width: 767px) {
  .ca-text-slider-wrapper .tp-text-slider-item span {
    font-size: 24px;
  }
}

.ca-thumb-slider {
  z-index: 0;
  position: relative;
  margin-bottom: -40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ca-thumb-slider {
    margin-bottom: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ca-thumb-slider {
    margin-bottom: 0;
  }
}
.ca-thumb-wrapper {
  height: 975px;
  overflow: hidden;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ca-thumb-wrapper {
    height: 800px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ca-thumb-wrapper {
    height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ca-thumb-wrapper {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .ca-thumb-wrapper {
    height: 220px;
  }
}
.ca-thumb-wrapper img {
  width: 100%;
}
.ca-thumb-item p {
  margin: 0;
  font-size: 175px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  background: linear-gradient(180deg, #171717 0%, #141414 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ca-thumb-item p {
    font-size: 125px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ca-thumb-item p {
    font-size: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ca-thumb-item p {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ca-thumb-item p {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .ca-thumb-item p {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ca-thumb-item p {
    font-size: 52px;
  }
}

.ca-text-slider .tp-text-slider-active .swiper-slide {
  width: auto;
}
.ca-text-item p {
  font-size: 118px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ca-text-item p {
    font-size: 85px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ca-text-item p {
    font-size: 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ca-text-item p {
    font-size: 62px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ca-text-item p {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .ca-text-item p {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ca-text-item p {
    font-size: 37px;
  }
}

.inner-text-slider-wrap .tp-copyright-slider-item p {
  font-size: 160px;
  color: rgba(1, 1, 3, 0.05);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .inner-text-slider-wrap .tp-copyright-slider-item p {
    font-size: 120px;
  }
}

/*----------------------------------------*/
/*  7.17 testimonial Css
/*----------------------------------------*/
@media (max-width: 767px) {
  .tp-testimonial-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-testimonial-left {
  margin-right: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-left {
    margin-right: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-left {
    margin-right: 0;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-title-box {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-slider-wrap {
    margin-top: 30px;
  }
}
.tp-testimonial-social {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.tp-testimonial-social-wrap {
  position: absolute;
  top: 50%;
  left: -120px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-social-wrap {
    left: -80px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-social-wrap {
    display: none;
  }
}
.tp-testimonial-social a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
.tp-testimonial-social a:not(:last-child) {
  margin-bottom: 30px;
}
.tp-testimonial-social a::before {
  content: "";
  height: 12px;
  width: 12px;
  transition: 0.4s;
  margin-bottom: 10px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid var(--tp-common-black);
}
.tp-testimonial-social a:hover::before {
  background-color: var(--tp-common-black);
}
.tp-testimonial-play-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  place-content: center;
  text-align: center;
  height: 85px;
  width: 85px;
  margin: 30px;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  animation: animate-pulse 3s linear infinite;
}
.tp-testimonial-play-btn:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}
.tp-testimonial-play-btn span {
  margin-left: 2px;
  display: inline-block;
}
.tp-testimonial-slider-content p {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 35px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-bricolage);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-slider-content p {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-slider-content p {
    font-size: 25px;
  }
}
.tp-testimonial-slider-dsc-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
  text-transform: capitalize;
}
.tp-testimonial-slider-dsc span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
.tp-testimonial-slider-ratting-num {
  font-size: 62px;
  font-weight: 700;
  line-height: 1.16;
  margin-right: 12px;
  margin-bottom: 0;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
@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-testimonial-slider-ratting-num {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-slider-ratting-num {
    font-size: 42px;
  }
}
.tp-testimonial-slider-ratting-info span {
  padding: 5px 8px;
  padding-top: 2px;
  margin-bottom: 5px;
  border-radius: 20px;
  line-height: 1;
  display: inline-block;
  background-color: var(--tp-common-black);
}
.tp-testimonial-slider-ratting-info span i {
  margin: 0px 1px;
  line-height: 1;
  display: inline-block;
  color: var(--tp-theme-primary);
}
.tp-testimonial-slider-ratting-info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
.tp-testimonial-slider-arrow {
  gap: 8px;
}
.tp-testimonial-slider-arrow button {
  height: 60px;
  width: 60px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.tp-testimonial-slider-arrow button span {
  display: inline-block;
  transform: translateY(-3px);
}
.tp-testimonial-slider-arrow button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-testimonial-shape-1 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.tp-testimonial-review-item {
  padding: 15px 25px;
  display: inline-block;
  border-radius: 100px;
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.tp-testimonial-review-icon {
  margin-right: 15px;
}
.tp-testimonial-review-content span {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-bricolage);
}
.tp-testimonial-review-content p {
  margin: 0;
  font-size: 12px;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.tp-testimonial-pp-title {
  font-weight: 600;
  font-size: 52px;
  line-height: 119%;
  animation-delay: 0.5s;
  animation-duration: 1s;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}
.tp-testimonial-pp-rating {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  margin-right: 8px;
}
.tp-testimonial-pp-icon span {
  line-height: 1;
}
.tp-testimonial-pp-based {
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
  line-height: 1;
  color: var(--tp-common-white);
}
.tp-testimonial-pp-wrap .ca-testimonial-item-user-content span {
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
  color: var(--tp-common-white);
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid rgba(245, 247, 245, 0.1);
  border-radius: 16px;
  line-height: 1;
  margin-bottom: 6px;
}
.tp-testimonial-pp-wrap .ca-testimonial-item-user-content h4 {
  font-family: var(--tp-ff-teko);
  font-size: 28px;
  line-height: 136%;
  margin-bottom: 0;
}
.tp-testimonial-pp-wrap .ca-testimonial-item-content {
  margin-bottom: 27px;
}
.tp-testimonial-pp-wrap .ca-testimonial-item {
  padding: 55px 45px 36px 50px;
  background-color: transparent;
  border: 1px solid rgba(245, 247, 245, 0.1);
  border-radius: 8px;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .tp-testimonial-pp-wrap .ca-testimonial-item {
    padding: 55px 30px 36px 30px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-pp-wrap .ca-testimonial-item-content p {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ds-testimonial-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-testimonial-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.ds-testimonial-item-name {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: -0.42px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}
.ds-testimonial-item-starts {
  gap: 2px;
}
.ds-testimonial-item-content {
  padding-bottom: 10px;
}
.ds-testimonial-item-content p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .ds-testimonial-item-content p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-testimonial-item-content p br {
    display: none;
  }
}
.ds-testimonial-item-des p {
  font-size: 14px;
  color: #717171;
}
.ds-testimonial-item-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
.ds-testimonial-counter {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ds-testimonial-counter {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-testimonial-counter {
    left: auto;
    right: 0;
  }
}
@media (max-width: 767px) {
  .ds-testimonial-counter {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ds-testimonial-counter {
    bottom: 30px;
    display: block;
  }
}
.ds-testimonial-counter .testimonial-progress-bar span {
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ds-testimonial-counter .testimonial-progress-bar span {
    font-size: 60px;
  }
}
.ds-testimonial-counter .testimonial-progress-bar span:last-child {
  font-size: 32px;
}
.ds-testimonial-counter .testimonial-progress-bar span:first-child {
  width: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-testimonial-leftside {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-testimonial-wrapper {
    padding-left: 0;
  }
}
.ds-testimonial-wrapper.pricing-testimonial .cr-testimonial-quote {
  margin-bottom: 30px;
}
.ds-testimonial-wrapper.pricing-testimonial .cr-testimonial-dot .swiper-pagination-bullet {
  border-color: rgba(1, 1, 3, 0.2);
}
.ds-testimonial-wrapper.pricing-testimonial .cr-testimonial-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-common-black);
}
.ds-testimonial-wrapper.pricing-testimonial .ds-testimonial-item-content p {
  font-size: 44px;
  font-weight: 500;
  letter-spacing: -1.76px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ds-testimonial-wrapper.pricing-testimonial .ds-testimonial-item-content p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .ds-testimonial-wrapper.pricing-testimonial .ds-testimonial-item-content p {
    font-size: 30px;
  }
}
.ds-testimonial-slider-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.ds-testimonial-slider-arrow button {
  background-color: var(--tp-common-white-solid);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-testimonial-style {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.dgm-testimonial-style .tp-testimonial-right {
  transform: translateX(-150px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dgm-testimonial-style .tp-testimonial-right {
    transform: translateX(-100px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-testimonial-style .tp-testimonial-right {
    transform: translateX(0);
  }
}
.dgm-testimonial-style .tp-testimonial-right .tp-dot {
  margin-top: 50px;
  margin-left: 180px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-testimonial-style .tp-testimonial-right .tp-dot {
    margin-left: 0;
    margin-top: 30px;
  }
}
.dgm-testimonial-style .tp-testimonial-right .tp-dot .swiper-pagination-bullet {
  background-color: #3e3e3e;
  opacity: 1;
  transition: 0.3s;
}
.dgm-testimonial-style .tp-testimonial-right .tp-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-primary);
}
.dgm-testimonial-style .tp-testimonial-shape-1 {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  transform: translateY(0);
  opacity: 0.1;
}
.dgm-testimonial-style .tp-testimonial-left {
  margin-right: 60;
}
.dgm-testimonial-style .tp-testimonial-number {
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 700;
  font-size: 92px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}
@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) {
  .dgm-testimonial-style .tp-testimonial-number {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .dgm-testimonial-style .tp-testimonial-number {
    font-size: 55px;
  }
}
.dgm-testimonial-style .tp-testimonial-play-btn {
  left: 0;
  right: auto;
}
.dgm-testimonial-style .tp-testimonial-slider-wrap {
  margin-top: 60px;
  padding: 70px 60px;
  background-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), (max-width: 767px) {
  .dgm-testimonial-style .tp-testimonial-slider-wrap {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dgm-testimonial-style .tp-testimonial-slider-wrap {
    padding: 68px 45px;
  }
}
@media (max-width: 767px) {
  .dgm-testimonial-style .tp-testimonial-slider-wrap {
    padding: 55px 30px;
  }
}
.dgm-testimonial-style .tp-testimonial-slider-dsc-title {
  font-size: 20px;
  font-weight: 500;
}
.dgm-testimonial-style .tp-testimonial-slider-content p {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-testimonial-style .tp-testimonial-slider-content p {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-testimonial-title-box {
    margin-bottom: 30px;
  }
}
.dgm-testimonial-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.8);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-testimonial-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-testimonial-title-box {
    padding-bottom: 40px;
  }
}
.sa-testimonial-title-box .tp-section-title {
  color: var(--tp-common-white);
}
.sa-testimonial-title-box .tp-section-subtitle {
  color: var(--tp-common-white);
  border-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-testimonial-title-box .tp-section-subtitle {
    margin-bottom: 0;
  }
}
.sa-testimonial-title-box .tp-section-subtitle::before {
  background-color: var(--tp-common-white);
}
.sa-testimonial-item {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 60px 70px 60px 50px;
  border: 1px solid rgba(245, 247, 245, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sa-testimonial-item {
    padding: 40px 40px 40px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-testimonial-item {
    padding: 30px;
  }
}
.sa-testimonial-item-content {
  margin-bottom: 45px;
}
.sa-testimonial-item-content p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #CECECE;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: lowercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-testimonial-item-content p {
    font-size: 22px;
  }
}
.sa-testimonial-item-trust {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sa-testimonial-item-trust img {
  margin-bottom: 6px;
}
.sa-testimonial-item-trust-icon span {
  width: 24px;
  height: 24px;
  display: inline-grid;
  text-align: center;
  border-radius: 50%;
  place-content: center;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.sa-testimonial-item-user-thumb {
  margin-right: 15px;
}
.sa-testimonial-item-user-content h4 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: var(--tp-ff-p);
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.sa-testimonial-item-user-content span {
  font-size: 12px;
  font-weight: 400;
  color: #CECECE;
  text-transform: capitalize;
}
.sa-testimonial-slider-wrapper .sa-testimonial-slider-active .sa-testimonial-dot {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sa-testimonial-slider-wrapper .sa-testimonial-slider-active .sa-testimonial-dot .swiper-pagination-bullet.swiper-pagination-bullet {
  height: 2px;
  width: 56px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.sa-testimonial-slider-wrapper .sa-testimonial-slider-active .sa-testimonial-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-common-white);
}
.sa-testimonial-slider-wrapper .sa-testimonial-slider-active .swiper-slide-active .sa-testimonial-item {
  background-color: var(--tp-theme-primary);
}
.sa-testimonial-slider-wrapper .sa-testimonial-slider-active .swiper-slide-active .sa-testimonial-item-trust {
  filter: invert(1);
}
.sa-testimonial-slider-wrapper .sa-testimonial-slider-active .swiper-slide-active .sa-testimonial-item-content p {
  color: var(--tp-common-black);
}
.sa-testimonial-slider-wrapper .sa-testimonial-slider-active .swiper-slide-active .sa-testimonial-item-user-content h4 {
  color: var(--tp-common-black);
}
.sa-testimonial-slider-wrapper .sa-testimonial-slider-active .swiper-slide-active .sa-testimonial-item-user-content span {
  color: var(--tp-common-black);
}

.cr-testimonial-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cr-testimonial-bg::before {
  content: "";
  top: 10%;
  left: 10%;
  width: 580px;
  height: 580px;
  position: absolute;
  border-radius: 50%;
  background-color: #063232;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-testimonial-bg::before {
    display: none;
  }
}
.cr-testimonial-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-testimonial-shape {
    display: none;
  }
}
.cr-testimonial-style .ds-testimonial-item-content p {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 35px;
  letter-spacing: -0.04em;
  text-transform: lowercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-space);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cr-testimonial-style .ds-testimonial-item-content p {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .cr-testimonial-style .ds-testimonial-item-content p {
    font-size: 30px;
  }
}
.cr-testimonial-style .ds-testimonial-item-title {
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-space);
}
@media (max-width: 767px) {
  .cr-testimonial-style .ds-testimonial-item-title {
    font-size: 25px;
  }
}
.cr-testimonial-style .ds-testimonial-item-des p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.cr-testimonial-quote {
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 50px;
  display: inline-block;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.cr-testimonial-shape-1 {
  position: absolute;
  top: -50%;
  left: -27%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cr-testimonial-shape-1 {
    left: -11%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-testimonial-shape-1 {
    display: none;
  }
}
.cr-testimonial-shape-2 {
  position: absolute;
  bottom: 0;
  left: 5%;
}
@media (max-width: 767px) {
  .cr-testimonial-shape-2 {
    display: none;
  }
}
.cr-testimonial-shape-3 {
  position: absolute;
  top: -30%;
  right: -15%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cr-testimonial-shape-3 {
    right: -14%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-testimonial-shape-3 {
    display: none;
  }
}
.cr-testimonial-dot .swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  opacity: 1;
  transition: 0.3s;
  background-color: transparent;
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.cr-testimonial-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--tp-theme-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-testimonial-title-box {
    padding-bottom: 20px;
  }
}
.bnc-testimonial-title-box .tp-section-title {
  color: var(--tp-common-white);
}
.bnc-testimonial-title-box .tp-section-subtitle {
  color: var(--tp-common-white);
}
.bnc-testimonial-title-box .tp-section-subtitle.st-dot::before {
  background-color: var(--tp-common-white);
}
.bnc-testimonial-item {
  border-radius: 16px;
  padding: 30px 40px 40px;
  border: 1px solid rgba(245, 247, 245, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bnc-testimonial-item {
    padding: 30px 27px 32px;
  }
}
.bnc-testimonial-item:hover .bnc-testimonial-item-icon span {
  background-color: var(--tp-theme-primary);
}
.bnc-testimonial-item:hover .bnc-testimonial-item-stars span {
  color: var(--tp-theme-primary);
}
.bnc-testimonial-item-icon {
  margin-bottom: 45px;
}
.bnc-testimonial-item-icon span {
  display: grid;
  place-content: center;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: var(--tp-common-white);
}
.bnc-testimonial-item-text {
  margin-bottom: 40px;
}
.bnc-testimonial-item-text p {
  font-size: 16px;
  text-transform: capitalize;
  color: rgba(245, 247, 245, 0.8);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-testimonial-item-text p br {
    display: none;
  }
}
.bnc-testimonial-item-user span {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-bricolage);
}
.bnc-testimonial-item-user p {
  margin: 0;
  font-size: 14px;
  color: rgba(245, 247, 245, 0.6);
}
.bnc-testimonial-item-stars span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--tp-common-white);
}
.bnc-testimonial-slider-wrapper {
  position: relative;
}
.bnc-testimonial-slider-wrapper .bnc-testimonial-active {
  padding-bottom: 80px;
}
.bnc-testimonial-slider-wrapper .bnc-testimonial-dot {
  text-align: center;
}
.bnc-testimonial-slider-wrapper .bnc-testimonial-dot .swiper-pagination-bullet {
  opacity: 1;
  height: 16px;
  width: 16px;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-color: transparent;
}
.bnc-testimonial-slider-wrapper .bnc-testimonial-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: transparent;
  background-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), (max-width: 767px) {
  .ma-testimonial-ptb {
    padding-bottom: 100px;
  }
}
.ma-testimonial-content {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ma-testimonial-content {
    margin-bottom: 30px;
  }
}
.ma-testimonial-content p {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ma-testimonial-content p {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .ma-testimonial-content p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ma-testimonial-title-box {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ma-testimonial-title-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .ma-testimonial-title-box {
    margin-bottom: 30px;
  }
}
.ma-testimonial-dsc span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #717171;
  text-transform: capitalize;
}
.ma-testimonial-dsc-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  text-transform: capitalize;
  font-family: var(--tp-ff-body);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .ma-testimonial-dsc-title {
    font-size: 20px;
  }
}
.ma-testimonial-thumb {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ma-testimonial-thumb {
    margin-bottom: 30px;
  }
}
.ma-testimonial-quote {
  position: absolute;
  bottom: 0;
  right: 23%;
  height: 80px;
  width: 80px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
  border: 6px solid var(--tp-common-white-solid);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ma-testimonial-quote {
    right: 48%;
  }
}
.ma-testimonial-arrow {
  right: 0;
  z-index: 2;
  bottom: 45px;
  position: absolute;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ma-testimonial-arrow {
    bottom: 42px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ma-testimonial-arrow {
    bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ma-testimonial-arrow {
    bottom: 0;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hr-testimonial-ptb {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hr-testimonial-ptb {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-testimonial-ptb {
    padding-right: 0px;
  }
}
.hr-testimonial-item-wrap {
  padding: 50px;
  margin-left: -75px;
  border-radius: 16px;
  transform: translate(-6px, -11px);
  background-color: var(--tp-theme-primary);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hr-testimonial-item-wrap {
    transform: translate(-6px, 2px);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hr-testimonial-item-wrap {
    transform: translate(-6px, 0px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hr-testimonial-item-wrap {
    transform: translate(-6px, 10px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-testimonial-item-wrap {
    margin-left: 30px;
    transform: translate(-14px, 0px);
  }
}
@media (max-width: 767px) {
  .hr-testimonial-item-wrap {
    padding: 30px;
  }
}
.hr-testimonial-item p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #010103;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .hr-testimonial-item p {
    font-size: 20px;
  }
}
.hr-testimonial-icon {
  height: 50px;
  width: 50px;
  display: grid;
  margin-bottom: 25px;
  border-radius: 50%;
  text-align: center;
  place-content: center;
  display: inline-block;
  background-color: var(--tp-common-white);
}
.hr-testimonial-avater {
  flex: 0 0 auto;
  margin-right: 12px;
}
.hr-testimonial-avater-info h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 0;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-popins);
}
.hr-testimonial-avater-info span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-transform: capitalize;
  color: rgba(1, 1, 3, 0.6);
}
.hr-testimonial-thumb {
  height: 100%;
}
.hr-testimonial-thumb img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-testimonial-thumb img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .lw-testimonial-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.lw-testimonial-item {
  padding: 45px 50px;
  border-radius: 20px;
  border: 1px solid rgba(245, 247, 245, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-testimonial-item {
    padding: 40px 30px;
  }
}
.lw-testimonial-item-video a {
  display: grid;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  place-content: center;
  color: var(--tp-common-white);
  background-color: rgba(43, 56, 55, 0.5);
}
.lw-testimonial-item-video a:hover {
  background-color: #DFAE4F;
  color: var(--tp-common-black);
}
.lw-testimonial-item-text {
  margin-bottom: 45px;
  padding-right: 27px;
}
.lw-testimonial-item-text p {
  font-size: 16px;
  color: #C7D2D0;
}
.lw-testimonial-item-user {
  gap: 15px;
  align-items: center;
}
.lw-testimonial-item-user-thumb img {
  border-radius: 50%;
}
.lw-testimonial-item-user-content span {
  font-size: 18px;
  font-weight: 600;
  color: #F5F7F5;
  line-height: 20px;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-testimonial-item-user-content span {
    font-size: 14px;
  }
}
.lw-testimonial-item-user-content p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1;
  color: rgba(245, 247, 245, 0.6);
}
.lw-testimonial-slider-wrap .swiper-wrapper {
  padding-bottom: 60px;
}

.inner-testimonial-style {
  padding-top: 340px;
  padding-bottom: 160px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .inner-testimonial-style {
    padding-bottom: 100px;
    padding-top: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .inner-testimonial-style {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
.inner-testimonial-style .cr-testimonial-quote {
  color: var(--tp-theme-primary);
  background-color: var(--tp-common-black);
  margin-bottom: 45px;
}
.inner-testimonial-style .ds-testimonial-item-content p {
  font-size: 44px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .inner-testimonial-style .ds-testimonial-item-content p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .inner-testimonial-style .ds-testimonial-item-content p {
    font-size: 24px;
  }
}
.inner-testimonial-style .ds-testimonial-item-title {
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}
.inner-testimonial-style .ds-testimonial-item-des p {
  color: var(--tp-common-black);
  opacity: 0.8;
}
.inner-testimonial-style .cr-testimonial-dot .swiper-pagination-bullet {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.inner-testimonial-style .cr-testimonial-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--tp-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ca-testimonial-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ca-testimonial-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.ca-testimonial-item {
  padding: 55px 30px 50px 35px;
  background-color: #121212;
}
.ca-testimonial-item-content {
  margin-bottom: 50px;
}
.ca-testimonial-item-content p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #CECECE;
  text-transform: lowercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .ca-testimonial-item-content p {
    font-size: 20px;
  }
}
.ca-testimonial-item-user {
  gap: 15px;
  align-items: center;
}
.ca-testimonial-item-user-content h4 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.ca-testimonial-item-user-content p {
  color: #CECECE;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
}

/*----------------------------------------*/
/*  7.16 team Css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-team-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-team-thumb {
  position: relative;
  overflow: hidden;
}
.tp-team-thumb img {
  width: 100%;
  transition: 0.9s;
  filter: grayscale(100%);
}
.tp-team-thumb::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
  background: linear-gradient(180deg, rgba(117, 141, 17, 0) 41.21%, #FF9800 100%);
}
.tp-team-content {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 35px;
}
.tp-team-item:hover .tp-team-thumb img {
  transform: scale(1.1);
  filter: grayscale(0);
}
.tp-team-item:hover .tp-team-thumb::after {
  opacity: 1;
  height: 100%;
  visibility: visible;
}
.tp-team-item:hover .tp-team-title {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
}
.tp-team-item:hover .tp-team-content span {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-title-box {
    margin-bottom: 30px;
  }
}
.tp-team-title {
  font-weight: 700;
  font-size: 27px;
  line-height: 1.4;
  margin-bottom: 0;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  transform: translateY(5px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition-delay: 0s;
  font-family: var(--tp-ff-bricolage);
}
.tp-team-content span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  transform: translateY(5px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition-delay: 0s;
  text-transform: capitalize;
}
.tp-team-social {
  position: absolute;
  top: 0;
  right: 0;
  margin: 30px;
}
.tp-team-social-link, .tp-team-social-icon a {
  display: block;
  height: 50px;
  width: 50px;
  margin: 6px 0;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.tp-team-social-link:hover::after, .tp-team-social-icon a:hover::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.tp-team-social-link::after, .tp-team-social-icon a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transform: scale(0.3);
  transition: 0.5s ease-in-out;
  background-color: var(--tp-theme-primary);
}
.tp-team-social-link {
  cursor: pointer;
  background-color: var(--tp-theme-primary);
}
.tp-team-social-link svg {
  transition: 0.4s;
}
.tp-team-social-icon {
  position: absolute;
  top: 60px;
  left: 0;
}
.tp-team-social-icon a {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}
.tp-team-social-icon a:nth-child(1) {
  transition-delay: 0.1s;
}
.tp-team-social-icon a:nth-child(2) {
  transition-delay: 0.2s;
}
.tp-team-social-icon a:nth-child(3) {
  transition-delay: 0.3s;
}
.tp-team-social:hover .tp-team-social-icon a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.tp-team-social:hover .tp-team-social-link svg {
  transform: rotate(180deg);
}
.tp-team-inner-wrap .tp-team-thumb img {
  filter: saturate(0);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ds-team-ptb {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-team-ptb {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-team-heading {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ds-team-heading .tp-section-title br {
    display: none;
  }
}
.ds-team-heading p {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-team-heading p br {
    display: none;
  }
}
.ds-team-item:hover .ds-team-item-thumb img {
  transform: scale(1.1);
}
.ds-team-item:hover .ds-team-item-thumb .tp-team-social-icon a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.ds-team-item-thumb {
  overflow: hidden;
  margin-bottom: 20px;
}
.ds-team-item-thumb img {
  width: 100%;
  transition: 0.9s;
}
.ds-team-item-thumb .tp-team-social-icon {
  left: auto;
  top: 20px;
  right: 24px;
}
.ds-team-item-thumb .tp-team-social-icon a {
  width: 46px;
  height: 46px;
  border-radius: 0;
  line-height: 46px;
}
.ds-team-item-thumb .tp-team-social-icon a::after {
  border-radius: 0;
}
.ds-team-item-sub {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
.ds-team-item-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}
.ds-team-wrapper {
  padding-left: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-team-wrapper {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-team-btn {
    padding-top: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-team-ptb {
    padding-top: 80px;
  }
}
.dgm-team-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
  background-color: var(--tp-common-black);
}
.dgm-team-item:hover::after {
  opacity: 0.3;
}
.dgm-team-item:hover .dgm-team-thumb img {
  transform: scale(1.1);
}
.dgm-team-thumb {
  overflow: hidden;
}
.dgm-team-thumb img {
  transition: 0.9s;
}
.dgm-team-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  padding: 30px;
}
.dgm-team-content span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.dgm-team-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
  letter-spacing: -0.04em;
  text-transform: capitalize;
  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), (max-width: 767px) {
  .dgm-team-title {
    font-size: 20px;
    margin-bottom: 4px;
  }
}
.dgm-team-slider-wrap .dgm-portfolio-slider-item p {
  font-size: 130px;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dgm-team-slider-wrap .dgm-portfolio-slider-item p {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dgm-team-slider-wrap .dgm-portfolio-slider-item p {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dgm-team-slider-wrap .dgm-portfolio-slider-item p {
    font-size: 85px;
  }
}
@media (max-width: 767px) {
  .dgm-team-slider-wrap .dgm-portfolio-slider-item p {
    font-size: 65px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hr-team-ptb {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hr-team-ptb {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-team-ptb {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-team-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.hr-team-style .tp-team-content {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  padding: 30px;
}
.hr-team-style .tp-team-thumb {
  border-radius: 8px;
}
.hr-team-style .tp-team-thumb::after {
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(28, 39, 40, 0) 16.98%, #0d3237 100%);
}
.hr-team-style .tp-team-thumb img {
  width: 100%;
  margin-bottom: -1px;
}
.hr-team-style .tp-team-title {
  font-weight: 700;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-popins);
}
.hr-team-style .tp-team-content span {
  color: var(--tp-common-white);
}
.hr-team-arrow button {
  height: 60px;
  width: 60px;
  border-radius: 8px;
  border: 1px solid rgba(1, 1, 3, 0.1);
}
.hr-team-arrow button:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-theme-primary);
  background-color: var(--tp-theme-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ca-team-ptb {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ca-team-ptb {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ca-team-text-box {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ca-team-text-box .tp-section-title.tl-unbounded br {
    display: none;
  }
}
.ca-team-wrapper .ds-team-item:hover .ds-team-item-thumb-badge {
  opacity: 1;
  visibility: visible;
}
.ca-team-wrapper .ds-team-item-title {
  color: var(--tp-common-white);
}
.ca-team-wrapper .ds-team-item-sub {
  color: var(--tp-common-white);
}
.ca-team-wrapper .ds-team-item-thumb img {
  pointer-events: none;
}
.ca-team-wrapper .ds-team-item-thumb-badge {
  top: 10px;
  left: 40px;
  opacity: 0;
  z-index: 1;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ca-team-wrapper .ds-team-item-thumb-badge img {
  width: inherit;
}
.ca-team-wrapper .ds-team-item-thumb .tp-team-social-icon a {
  border-radius: 50%;
}
.ca-team-wrapper .ds-team-item-thumb .tp-team-social-icon a::after {
  border-radius: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-details-ptb {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-details-ptb {
    padding-bottom: 50px;
  }
}
.tp-team-details-thumb img {
  width: 100%;
  border-radius: 14px;
}
.tp-team-details-social .tp-team-social-icon {
  left: 32px;
}
.tp-team-details-social .tp-team-social-icon a {
  opacity: 1;
  visibility: visible;
}
.tp-team-details-wrapper {
  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), (max-width: 767px) {
  .tp-team-details-wrapper {
    padding-left: 0;
  }
}
.tp-team-details-heading {
  margin-bottom: 50px;
}
.tp-team-details-heading p {
  font-size: 17px;
  color: rgba(1, 1, 3, 0.8);
}
.tp-team-details-sub {
  font-size: 16px;
  font-weight: 400;
  color: #010103;
  display: inline-block;
  margin-bottom: 10px;
}
.tp-team-details-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: -0.64px;
  font-family: var(--tp-ff-unbounded);
}
.tp-team-details-title-2 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  font-family: var(--tp-ff-unbounded);
}
.tp-team-details-progess .tp-progress-bar-title {
  font-size: 16px;
  font-family: var(--tp-ff-p);
}
.tp-team-details-info ul li {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-black);
}
.tp-team-details-contact {
  position: relative;
  padding: 14px 0;
  display: inline-block;
  border-top: 1px solid rgba(17, 16, 19, 0.08);
  border-bottom: 1px solid rgba(17, 16, 19, 0.08);
}
.tp-team-details-contact::before {
  position: absolute;
  content: "";
  left: 42%;
  top: 16px;
  width: 1px;
  height: 20px;
  transform: translateX(-50%);
  background-color: rgba(17, 16, 19, 0.1);
}
.tp-team-details-contact a {
  font-size: 14px;
  font-weight: 500;
  margin-right: 40px;
  letter-spacing: -0.28px;
  color: var(--tp-common-black);
}
.tp-team-details-contact a span {
  margin-right: 5px;
  display: inline-block;
}
.tp-team-details-blog-wrap .dgm-blog-item::after {
  opacity: 0.4;
}
.tp-team-details-blog-wrap .dgm-blog-thumb img {
  width: 100%;
}
.tp-team-details-blog-wrap .dgm-blog-content {
  padding: 0;
  position: relative;
}
.tp-team-details-blog-wrap .dgm-blog-content-inner {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 100%;
  right: 40px;
}

/*----------------------------------------*/
/*  7.11 Portfolio Css
/*----------------------------------------*/
.ds-portfolio-item {
  position: relative;
}
.ds-portfolio-item:hover .ds-portfolio-item-content-hide {
  transform: translateX(0);
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  transition-delay: 0ms;
  transition-duration: 0.5s;
}
.ds-portfolio-item:hover .ds-portfolio-item-thumb img {
  transform: scale(1.1);
}
.ds-portfolio-item-title {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  padding: 12px 29px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
  background-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), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-portfolio-item-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-portfolio-item-title {
    padding: 8px 10px;
  }
}
.ds-portfolio-item-thumb {
  overflow: hidden;
}
.ds-portfolio-item-thumb img {
  width: 100%;
  transition: 0.9s;
}
.ds-portfolio-item-content {
  position: absolute;
  width: auto;
  height: auto;
  top: auto;
  right: auto;
  left: 60px;
  bottom: 60px;
  padding: 0;
  overflow: hidden;
  max-width: calc(100% - 80px);
  background-color: transparent;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-portfolio-item-content {
    left: 45px;
    bottom: 45px;
  }
}
.ds-portfolio-item-content-hide {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transform: translateX(-101%);
}
.ds-portfolio-item-content span {
  font-size: 14px;
  font-weight: 600;
  padding: 7px 24px;
  margin-bottom: 5px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
  background-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), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-portfolio-item-content span {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-portfolio-item-content span {
    padding: 7px 12px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-portfolio-ptb {
    padding-top: 80px;
  }
}
.dgm-portfolio-thumb {
  position: relative;
  overflow: hidden;
}
.dgm-portfolio-thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 3, 0.2);
}
.dgm-portfolio-thumb img {
  transition: 0.9s;
}
.dgm-portfolio-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 30px;
  text-align: center;
}
.dgm-portfolio-content::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: 0.4s;
  background-color: #FF9800;
}
.dgm-portfolio-content span {
  position: relative;
  z-index: 1;
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
  transition: 0.3s;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}
.dgm-portfolio-title {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 3px;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.dgm-portfolio-item:hover .dgm-portfolio-content span {
  color: var(--tp-common-black);
}
.dgm-portfolio-item:hover .dgm-portfolio-content::after {
  height: 100%;
}
.dgm-portfolio-item:hover .dgm-portfolio-title a {
  color: var(--tp-common-black);
}
.dgm-portfolio-item:hover .dgm-portfolio-thumb img {
  transform: scale(1.1);
}
.dgm-portfolio-slider-item p {
  font-size: 130px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dgm-portfolio-slider-item p {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dgm-portfolio-slider-item p {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dgm-portfolio-slider-item p {
    font-size: 85px;
  }
}
@media (max-width: 767px) {
  .dgm-portfolio-slider-item p {
    font-size: 65px;
  }
}
.dgm-portfolio-text-active .swiper-slide {
  width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-portfolio-tab {
    margin-bottom: 40px;
  }
}
.dgm-portfolio-tab ul li {
  display: inline-block;
  list-style-type: none;
}
.dgm-portfolio-tab ul li:not(:last-child) {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .dgm-portfolio-tab ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.dgm-portfolio-tab ul li a {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 23px 24px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .dgm-portfolio-tab ul li a {
    padding: 20px 24px;
  }
}
.dgm-portfolio-tab ul li a:hover, .dgm-portfolio-tab ul li a.active {
  color: var(--tp-common-black);
  border-color: var(--tp-theme-primary);
  background-color: var(--tp-theme-primary);
}
.dgm-portfolio-slider-wrap .tab-pane {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  display: block;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
.dgm-portfolio-slider-wrap .tab-pane.active {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 2;
  transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  pointer-events: auto;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-portfolio-style {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.cr-portfolio-style .dgm-portfolio-tab ul {
  border-radius: 60px;
  padding: 15px 25px;
  display: inline-block;
  background-color: #ecf8f8;
}
.cr-portfolio-style .dgm-portfolio-tab ul li a {
  font-weight: 700;
  font-size: 14px;
  padding: 10px 24px;
  border-radius: 50px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-space);
  border-color: rgba(1, 1, 3, 0.1);
}
.cr-portfolio-style .dgm-portfolio-tab ul li a.active {
  border-color: var(--tp-theme-primary);
}
.cr-portfolio-style .dgm-portfolio-tab ul li a:hover {
  border-color: var(--tp-theme-primary);
}
.cr-portfolio-style .dgm-portfolio-active {
  margin: 0 -200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-portfolio-style .dgm-portfolio-active {
    margin: 0 15px;
  }
}
.cr-portfolio-style .ca-project-item-title {
  font-size: 32px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-space);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cr-portfolio-style .ca-project-item-title {
    font-size: 20px;
  }
}
.cr-portfolio-style .ca-project-item-content span {
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-portfolio-title-box {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bnc-portfolio-ptb {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .bnc-portfolio-ptb {
    padding-bottom: 80px;
  }
}
.bnc-portfolio-item {
  border-radius: 8px;
}
.bnc-portfolio-item-tag span {
  font-size: 16px;
  font-weight: 500;
  padding: 13px 25px;
  border-radius: 42px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  background: rgba(245, 247, 245, 0.1);
}
.bnc-portfolio-item-title {
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-bricolage);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bnc-portfolio-item-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-portfolio-item-title {
    font-size: 22px;
  }
}
.bnc-portfolio-item.dgm-blog-item::after {
  border-radius: 8px;
}
.bnc-portfolio-item .dgm-blog-thumb {
  border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-portfolio-title-box {
    padding-bottom: 30px;
  }
}
.bnc-portfolio-slider-arrow {
  gap: 16px;
  display: flex;
  justify-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-portfolio-slider-arrow {
    justify-content: start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-portfolio-slider-arrow {
    padding-bottom: 40px;
  }
}
.bnc-portfolio-slider-arrow button {
  display: grid;
  height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 50%;
  place-content: center;
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}
.bnc-portfolio-slider-arrow button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.ma-project-content-wrap {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  padding: 55px 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ma-project-content-wrap {
    padding: 35px 30px;
  }
}
.ma-project-content span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.ma-project-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ma-project-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ma-project-title-box {
    margin-bottom: 40px;
  }
}
.ma-project-icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-left: 40px;
  flex: 0 0 auto;
  background-color: var(--tp-theme-primary);
}
.ma-project-icon:hover {
  transform: rotate(45deg);
  background-color: var(--tp-common-white);
}
.ma-project-item {
  overflow: hidden;
}
.ma-project-item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
  background-color: rgba(1, 1, 3, 0.5);
}
.ma-project-item:hover::after {
  opacity: 1;
  visibility: visible;
}
.ma-project-item:hover .ma-project-content-wrap {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.ma-project-item:hover .ma-project-thumb img {
  transform: scale(1.1);
}
.ma-project-thumb img {
  width: 100%;
  transition: 0.9s;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hr-portfolio-ptb {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hr-portfolio-ptb {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-portfolio-ptb {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-portfolio-ptb {
    padding-top: 80px;
    padding-bottom: 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), (max-width: 767px) {
  .hr-portfolio-tab-btn ul li {
    margin-bottom: 10px;
  }
}
.hr-portfolio-tab-btn ul li button {
  margin: 0 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  padding: 10px 24px;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.hr-portfolio-tab-btn ul li button.active {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}
.hr-portfolio-meta {
  margin-bottom: 5px;
}
.hr-portfolio-meta span {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  padding-right: 10px;
  margin-right: 10px;
  display: inline-block;
  text-transform: capitalize;
  color: rgba(245, 247, 245, 0.8);
}
.hr-portfolio-meta span:first-child::after {
  position: absolute;
  top: 6px;
  right: -4px;
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(245, 247, 245, 0.8);
}
.hr-portfolio-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-popins);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-portfolio-title-box {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hr-portfolio-title-box.pl-40 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-portfolio-title-box.pl-40 {
    padding-left: 20px;
  }
}
.hr-portfolio-content {
  padding: 25px 0;
}
.hr-portfolio-item {
  border-bottom: 1px solid rgba(245, 247, 245, 0.1);
}
.hr-portfolio-item:hover .hr-portfolio-thumb img {
  transform: scale(1.2);
}
.hr-portfolio-link {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  place-content: center;
  display: inline-block;
  background-color: #FF9800;
  color: var(--tp-common-black);
}
.hr-portfolio-link:hover {
  background-color: #0b2c33;
  color: var(--tp-common-white);
}
.hr-portfolio-thumb {
  overflow: hidden;
  border-radius: 8px;
}
.hr-portfolio-thumb img {
  width: 100%;
  border-radius: 8px;
  transition: all 0.9s ease-in-out;
}

@media (max-width: 767px) {
  .lw-project-ptb {
    padding-bottom: 80px;
    padding-bottom: 80px;
  }
}
.lw-project-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-playfair);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-project-title-box {
    margin-bottom: 20px;
  }
}
.lw-project-item:hover .lw-project-thumb img {
  transform: scale(1.1);
}
.lw-project-item:hover .lw-project-link {
  opacity: 1;
  visibility: visible;
}
.lw-project-thumb {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
}
.lw-project-thumb img {
  width: 100%;
  border-radius: 8px;
  transition: 0.9s ease-in-out;
}
.lw-project-link {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 80px;
  width: 80px;
  display: grid;
  opacity: 0;
  visibility: hidden;
  place-content: center;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  color: var(--tp-common-black);
  background-color: #dfae4f;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
}
.lw-project-link:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.lw-project-slider {
  margin-left: -10px;
}
@media (max-width: 767px) {
  .lw-project-slider {
    margin-left: 0;
  }
}
.lw-project-slider .lw-service-2-active {
  margin-right: -290px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-project-slider .lw-service-2-active {
    margin-right: 0;
  }
}
.lw-project-slider .lw-service-2-active .swiper-slide {
  width: auto !important;
}

.inner-portfolio-tab-btn ul {
  flex-wrap: wrap;
}
.inner-portfolio-tab-btn ul li button {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  position: relative;
  margin: 0 16px;
  margin-bottom: 10px;
}
.inner-portfolio-tab-btn ul li button::before {
  position: absolute;
  content: "";
  bottom: 3px;
  right: 0;
  width: 0;
  height: 1.5px;
  background: var(--tp-common-black);
  opacity: 0;
  transition: all 0.4s ease;
}
.inner-portfolio-tab-btn ul li button:hover::before {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
}
.inner-portfolio-tab-btn ul li button.active::before {
  opacity: 1;
  width: 100%;
  left: auto;
  right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .inner-portfolio-2-style {
    padding-bottom: 100px;
  }
}
.inner-portfolio-2-style .tp-project-title {
  font-family: var(--tp-ff-unbounded);
  font-weight: 500;
  font-size: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-full-style {
    padding-bottom: 100px;
  }
}
.tp-project-full-thumb {
  position: relative;
  display: block;
}
.tp-project-full-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #010103 98.56%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-full-item {
    margin-bottom: 30px;
  }
}
.tp-project-full-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  bottom: 75px;
  left: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-full-content {
    bottom: 40px;
    left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-full-content {
    bottom: 20px;
    left: 20px;
  }
}
.tp-project-full-content .tp-project-title {
  font-family: var(--tp-ff-unbounded);
  font-weight: 500;
  font-size: 52px;
  line-height: 119%;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-full-content .tp-project-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .tp-project-full-content .tp-project-title {
    font-size: 20px;
  }
}
.tp-project-full-content span {
  font-weight: 500;
  color: var(--tp-common-white);
}
.tp-project-mesonary-style {
  padding-top: 220px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-mesonary-item {
    margin-right: 0;
  }
}
.tp-project-single-style {
  padding-top: 218px;
}
@media (max-width: 767px) {
  .tp-project-single-style {
    padding-top: 180px;
    padding-bottom: 100px;
  }
}
.tp-project-single-style .tp-project-full-item:hover .tp-project-single-btn {
  opacity: 1;
}
.tp-project-single-style .tp-project-full-item:hover .tp-project-full-thumb img {
  transform: scale(1.1);
}
.tp-project-single-style .tp-project-full-thumb {
  overflow: hidden;
}
.tp-project-single-style .tp-project-full-thumb::before {
  z-index: 1;
}
.tp-project-single-style .tp-project-full-thumb img {
  transition: all 0.8s ease;
}
.tp-project-single-style .tp-breadcrumb-s7-content p {
  font-size: 20px;
  line-height: 150%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-single-style .tp-breadcrumb-s7-content p {
    font-size: 18px;
  }
}
.tp-project-single-style .tp-project-title {
  font-weight: 500;
  font-size: 32px;
}
@media (max-width: 767px) {
  .tp-project-single-style .tp-project-title {
    font-size: 23px;
  }
}
.tp-project-single-style .tp-project-full-content {
  bottom: 40px;
  left: 50px;
  right: 50px;
}
@media (max-width: 767px) {
  .tp-project-single-style .tp-project-full-content {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
.tp-project-single-backtop a {
  border: 1px solid var(--tp-border-1);
  border-radius: 90px;
  width: 60px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tp-project-single-btn {
  width: 60px;
  height: 60px;
  background: var(--tp-theme-primary);
  color: var(--tp-common-black);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .tp-project-single-btn {
    display: none;
  }
}
.tp-project-single-btn:hover {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-list-style {
    padding-top: 0;
    padding-bottom: 100px;
  }
}
.tp-project-list-style .ca-award-year {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid rgba(1, 1, 3, 0.1);
  border-radius: 50px;
  width: auto;
  min-width: auto;
  padding: 6px 10px;
  margin-right: 110px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-list-style .ca-award-year {
    margin-right: 30px;
    margin-bottom: 20px;
  }
}
.tp-project-list-style .ca-award-text {
  font-size: 32px;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-list-style .ca-award-text {
    font-size: 26px;
  }
}
.tp-project-list-style .ca-award-position {
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-list-style .ca-award-position {
    margin-top: 10px;
  }
}
.tp-project-list-style .ca-award-item::after {
  background-color: var(--tp-common-black);
}
.tp-project-list-style .hover-reveal-item:hover .ca-award-year {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--tp-common-white);
}
.tp-project-list-style .hover-reveal-item:hover .ca-award-position {
  color: var(--tp-common-white);
}
.tp-project-list-style .hover-reveal-item:hover .ca-award-text {
  color: var(--tp-common-white);
}
.tp-project-list-style .hover-reveal-item:hover .tp-project-list-tag span {
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-project-list-style .tp-award-reveal-img {
  -webkit-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  -moz-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  -webkit-animation: img-border 5s linear infinite alternate;
  -moz-animation: img-border 5s linear infinite alternate;
  -o-animation: img-border 5s linear infinite alternate;
  animation: img-border 5s linear infinite alternate;
  transition: all 0.3s ease-out 0s;
}
.tp-project-list-style .ca-award-item {
  padding: 59px 30px 62px;
}
.tp-project-list-tag span {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-black);
  border: 1px solid rgba(1, 1, 3, 0.1);
  border-radius: 50px;
  padding: 4px 23px;
  transition: all 0.4s ease;
  display: inline-block;
}
@media (max-width: 767px) {
  .tp-project-list-tag span {
    margin-bottom: 5px;
  }
}
.tp-project-slide-spacing {
  padding-top: 174px;
  padding-bottom: 200px;
  height: 100vh;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-slide-spacing {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}
.tp-project-slide-title {
  font-family: var(--tp-ff-unbounded);
  font-weight: 500;
  font-size: 24px;
  text-transform: capitalize;
  color: var(--tp-common-white);
  margin-bottom: 5px;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-project-slide-title {
    font-size: 20px;
  }
}
.tp-project-slide-title a {
  transition: all 0.3s ease;
}
.tp-project-slide-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.tp-project-slide-wrap span {
  font-family: var(--tp-ff-unbounded);
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--tp-common-white);
  transition: all 0.3s ease;
}
.tp-project-slide-thumb {
  overflow: hidden;
}
.tp-project-slide-thumb img {
  transition: all 0.8s ease;
}
.tp-project-slide-thumb:hover img {
  transform: scale(1.1);
}
.tp-project-slide-thumb:hover .tp-project-slide-content::before {
  height: 100%;
}
.tp-project-slide-thumb:hover .tp-project-slide-content span {
  color: var(--tp-common-black);
}
.tp-project-slide-thumb:hover .tp-project-slide-title a {
  color: var(--tp-common-black);
}
.tp-project-slide-content {
  position: relative;
  padding-bottom: 15px;
  padding-top: 20px;
  z-index: 1;
}
.tp-project-slide-content::before {
  position: absolute;
  content: "";
  height: 4px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: var(--tp-theme-primary);
  z-index: -1;
  transition: all 0.6s ease;
}
.tp-project-showcase-nav span {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
.tp-project-showcase-nav span:hover span {
  color: var(--tp-common-black);
  background: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
}
.tp-project-showcase-nav span span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50px;
  border: 1px solid rgba(1, 1, 3, 0.1);
  text-align: center;
  display: inline-block;
  line-height: 55px;
  transition: all 0.4s ease;
}
.tp-project-details-title {
  font-weight: 600;
  font-size: 32px;
}
.tp-project-details-cetagory ul li {
  list-style: none;
  display: flex;
}
.tp-project-details-cetagory ul li:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--tp-border-1);
}
.tp-project-details-cetagory ul li span {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-details-cetagory ul li span {
    font-size: 16px;
  }
}
.tp-project-details-cetagory ul li span.spacing {
  width: 240px;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-project-details-cetagory ul li span.spacing {
    width: 160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-details-cetagory ul li span.spacing {
    width: 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: 767px) {
  .tp-project-details-spacing {
    padding-top: 100px;
    padding-bottom: 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: 767px) {
  .tp-project-details-spacing-2 {
    padding-bottom: 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: 767px) {
  .tp-project-details-spacing-3 {
    padding-top: 70px;
    padding-bottom: 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: 767px) {
  .tp-project-details-overview-wrap {
    margin-left: 0;
  }
}
.tp-project-details-overview-wrap p {
  font-size: 18px;
  font-weight: 400;
  line-height: 178%;
  text-transform: capitalize;
  color: var(--tp-common-black);
  opacity: 0.8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-project-details-overview-wrap p {
    font-size: 15px;
  }
}
.tp-project-details-tag a {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  border-radius: 50px;
  padding: 8px 13px;
  background: #f6f6f9;
  display: inline-block;
  line-height: 1;
}
.tp-project-details-tag a:hover {
  background: var(--tp-theme-primary);
}
.tp-project-details-tag-border {
  border-bottom: 1px solid rgba(1, 1, 3, 0.1);
}
.tp-project-details-social a {
  border: 1px solid var(--tp-border-1);
  border-radius: 50px;
  width: 32px;
  height: 32px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--tp-common-black);
}
.tp-project-details-social a:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-black);
}
.tp-project-details-banner {
  height: 620px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-details-banner {
    height: 420px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-project-details-banner {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .tp-project-details-banner {
    height: 170px;
  }
}
.tp-project-details-banner img {
  margin-top: -150px;
}
@media (max-width: 767px) {
  .tp-project-details-banner img {
    margin-top: -50px;
  }
}
.tp-project-details-banner-2 {
  margin-top: -160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-details-banner-2 {
    margin-top: 70px;
  }
}
.tp-project-details-2-title {
  font-weight: 600;
  font-size: 80px;
  line-height: 112%;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-details-2-title {
    font-size: 60px;
  }
  .tp-project-details-2-title span {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-project-details-2-title {
    font-size: 40px;
  }
}
.tp-project-details-2-title-wrap .tp-section-title.tl-unbounded.fs-42 {
  line-height: 1.2;
}
.tp-project-details-2-content p {
  font-size: 16px;
  line-height: 162%;
  text-transform: capitalize;
  color: var(--tp-common-black);
  opacity: 0.8;
}
.tp-project-details-2-list h4 {
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
.tp-project-details-2-list ul li {
  list-style: none;
  font-family: var(--tp-ff-bricolage);
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  margin-bottom: 10px;
}
.tp-project-details-2-bost span {
  border: 1px solid var(--tp-border-1);
  border-radius: 100px;
  display: inline-block;
  padding: 22px 40px 17px 40px;
  width: 312px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  color: #525252;
}
.tp-project-details-2-bost span b {
  color: var(--tp-common-black);
}
.tp-project-details-2-thumb {
  height: 650px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-details-2-thumb {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .tp-project-details-2-thumb {
    height: 300px;
  }
}
.tp-project-details-shedule {
  background: var(--tp-common-white-solid);
  border: 1px solid var(--tp-border-1);
  padding: 33px 40px 40px 40px;
  position: relative;
  z-index: 1;
  margin-left: -22px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-details-shedule {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .tp-project-details-shedule {
    padding: 33px 20px 40px 20px;
  }
}
.tp-project-details-shedule ul {
  margin-bottom: 47px;
}
.tp-project-details-shedule ul li {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black);
  list-style: none;
  padding-bottom: 20px;
  display: flex;
}
.tp-project-details-shedule ul li span {
  width: 180px;
  flex: 0 0 auto;
  display: inline-block;
}
@media (max-width: 767px) {
  .tp-project-details-shedule ul li span {
    width: 130px;
  }
}
.tp-project-details-shedule-btn {
  background: var(--tp-common-white);
  padding: 15px 20px;
  display: block;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: black;
}
.tp-project-details-shedule-btn:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-project-navigation-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 142%;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .tp-project-navigation-title {
    font-size: 20px;
  }
}
.tp-project-navigation-wrap {
  border-bottom: 1px solid rgba(1, 1, 3, 0.1);
}
@media (max-width: 767px) {
  .tp-project-navigation-thumb img {
    width: 100px;
    margin-right: 10px;
  }
}
.tp-project-navigation-thumb span {
  font-weight: 400;
  font-size: 14px;
  line-height: 186%;
  text-transform: uppercase;
  color: var(--tp-text-body);
  border: 1px solid rgba(1, 1, 3, 0.1);
  border-radius: 50px;
  padding: 2px 15px;
  display: inline-block;
}
.tp-project-navigation-btn {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--tp-common-black);
  border-bottom: 1px solid currentColor;
}
.tp-project-navigation-btn:hover {
  color: var(--tp-common-black);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ca-project-text-box {
    margin-bottom: 30px;
  }
}
.ca-project-item:hover .ca-project-item-thumb img {
  transform: scale(1);
}
.ca-project-item:hover .tp-footer-6-input-btn {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.ca-project-item-thumb {
  overflow: hidden;
}
.ca-project-item-thumb img {
  width: 100%;
  transform: scale(1.1);
  transition: 0.9s ease-in-out;
}
.ca-project-item-wrap .tp-footer-6-input-btn {
  width: 60px;
  height: 60px;
  opacity: 0;
  transform: scale(0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ca-project-item-wrap .tp-footer-6-input-btn:hover {
  transform: rotate(45deg);
}
.ca-project-item-content span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #CECECE;
  text-transform: capitalize;
}
.ca-project-item-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ca-project-item-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .ca-project-item-title {
    font-size: 26px;
    margin-bottom: 8px;
  }
}
.ca-project-active {
  margin-right: -52%;
}
@media (max-width: 767px) {
  .ca-project-active {
    margin-right: 0;
  }
}
.ca-project-arrows {
  display: flex;
  gap: 10px;
  justify-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ca-project-arrows {
    justify-content: start;
  }
}
.ca-project-arrows button {
  display: grid;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  place-content: center;
  background-color: var(--tp-common-white);
}
.ca-project-arrows button:hover {
  background-color: var(--tp-theme-primary);
}

.tp-pagenation-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  justify-content: center;
}
.tp-pagenation-wrap ul li {
  list-style: none;
}
.tp-pagenation-wrap ul li a {
  border-radius: 30px;
  width: 50px;
  height: 50px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  display: flex;
  justify-content: center;
  align-items: center;
}
.tp-pagenation-wrap ul li a:hover {
  background: var(--tp-theme-primary);
}
.tp-pagenation-wrap ul li.active a {
  background: var(--tp-theme-primary);
}
.tp-pagenation-border {
  border-top: 1px solid var(--tp-border-1);
}

@keyframes img-border {
  0% {
    -webkit-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    -moz-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  }
  100% {
    -webkit-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
    -moz-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
    border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
  }
}
.tp-3d-slide-container {
  height: 459px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-3d-slide-container {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-3d-slide-container {
    padding-top: 120px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .tp-3d-slide-container {
    height: 300px;
  }
}
.tp-3d-slide-container .tp-3d-slide-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  font-size: 28px;
  cursor: pointer;
  z-index: 99999;
  font-family: var(--tp-ff-teko);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: var(--tp-common-white);
  text-transform: uppercase;
}
.tp-3d-slide-container .tp-3d-slide-arrow span {
  background: var(--tp-common-white);
  width: 34px;
  height: 2px;
  display: inline-block;
  transform: translateY(-4px);
  margin-left: 5px;
  margin-right: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-3d-slide-container .tp-3d-slide-arrow {
    left: 30%;
    top: auto;
    bottom: -16%;
    transform: tp-translateX(-50%);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-3d-slide-container .tp-3d-slide-arrow {
    left: 18%;
    top: auto;
    bottom: -11%;
    transform: tp-translateX(-50%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-3d-slide-container .tp-3d-slide-arrow {
    left: 10%;
    top: auto;
    bottom: -25%;
    transform: tp-translateX(-50%);
  }
}
@media (max-width: 767px) {
  .tp-3d-slide-container .tp-3d-slide-arrow {
    left: 5%;
    top: auto;
    bottom: -20%;
    transform: tp-translateX(-50%);
    font-size: 20px;
  }
}
.tp-3d-slide-container .tp-3d-slide-arrow svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-3d-slide-container .tp-3d-slide-arrow.tp-3d-slide-arrow-right {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-3d-slide-container .tp-3d-slide-arrow.tp-3d-slide-arrow-right {
    left: 57%;
    top: auto;
    bottom: -16%;
    transform: tp-translateX(-50%);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-3d-slide-container .tp-3d-slide-arrow.tp-3d-slide-arrow-right {
    left: 57%;
    top: auto;
    bottom: -11%;
    transform: tp-translateX(-50%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-3d-slide-container .tp-3d-slide-arrow.tp-3d-slide-arrow-right {
    left: 60%;
    top: auto;
    bottom: -25%;
    transform: tp-translateX(-50%);
  }
}
@media (max-width: 767px) {
  .tp-3d-slide-container .tp-3d-slide-arrow.tp-3d-slide-arrow-right {
    left: 60%;
    top: auto;
    bottom: -20%;
    transform: tp-translateX(-50%);
  }
}
.tp-3d-slide-container .tp-3d-slide-wrapper {
  display: block;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.tp-3d-slide-container .tp-3d-slide-wrapper .tp-3d-slide {
  display: inline-block;
  width: 56%;
  height: 459px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale3d(0.4, 0.4, 1);
  transition: transform 0.3s ease-in-out 0s, z-index 0.2s ease-in-out 0.1s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-3d-slide-container .tp-3d-slide-wrapper .tp-3d-slide {
    left: 47%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-3d-slide-container .tp-3d-slide-wrapper .tp-3d-slide {
    left: 40%;
  }
}
@media (max-width: 767px) {
  .tp-3d-slide-container .tp-3d-slide-wrapper .tp-3d-slide {
    width: 98%;
    height: 300px;
  }
}
.tp-3d-slide-container .tp-3d-slide-wrapper .tp-3d-slide.prev-1 {
  transform: translate3d(-82%, -50%, 0) scale3d(0.8, 0.8, 1);
  z-index: 2;
}
.tp-3d-slide-container .tp-3d-slide-wrapper .tp-3d-slide.next-1 {
  z-index: 2;
  transform: translate3d(-5%, -50%, 0) scale3d(0.8, 0.8, 1);
}
.tp-3d-slide-container .tp-3d-slide-wrapper .tp-3d-slide.active {
  z-index: 3;
  transform: translate3d(-42%, -50%, 0) scale3d(1, 1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-3d-slide-container .tp-3d-slide-wrapper .tp-3d-slide.active {
    transform: translate3d(-42%, -47%, 0) scale3d(1, 1, 1);
  }
}
@media (max-width: 767px) {
  .tp-3d-slide-container .tp-3d-slide-wrapper .tp-3d-slide.active {
    transform: translate3d(-40%, -50%, 0) scale3d(1, 1, 1);
  }
}

.tp-3d-slide-bigtitle {
  font-family: var(--tp-ff-unbounded);
  font-weight: 700;
  font-size: 180px;
  line-height: 1;
  text-transform: uppercase;
  color: #1a150d;
  position: absolute;
  top: -80px;
  left: 0;
}

.tp-portfolio-item-2 {
  width: 636px;
  height: 459px;
  padding: 40px 40px;
  border-radius: 14px;
  display: block;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-item-2 {
    width: 509px;
    height: 424px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-item-2 {
    width: 500px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-item-2 {
    width: 100%;
    height: 300px;
    padding: 20px;
  }
}
.tp-hover-reveal-text.active:hover .tp-portfolio-view {
  opacity: 1;
}

.tp-portfolio-meta-2 {
  margin-bottom: 11px;
}
.tp-portfolio-meta-2 span {
  color: var(--tp-common-black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 30px;
  padding: 7px 19px 5px 19px;
  background: var(--tp-common-white-solid);
  font-family: var(--tp-ff-teko);
}
.tp-portfolio-meta-2 span:not(:last-child) {
  margin-right: 2px;
}
.tp-portfolio-meta-2 span:hover {
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
.tp-portfolio-title-2 {
  color: var(--tp-common-white-solid);
  font-size: 50px;
  letter-spacing: -0.3px;
  font-weight: 600;
  font-family: var(--tp-ff-teko);
  text-transform: uppercase;
  position: absolute;
  bottom: 20px;
  left: 50px;
}
@media (max-width: 767px) {
  .tp-portfolio-title-2 {
    font-size: 30px;
    left: 30px;
  }
}
.tp-portfolio-view {
  -webkit-transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.tp-portfolio-shape-2-1 {
  position: absolute;
  top: 18%;
  right: 11%;
  z-index: -1;
}

.tp-pp-slider-height-11 {
  height: 100vh;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pp-slider-height-11 {
    height: auto;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pp-slider-active {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pp-slider-active > .swiper-wrapper {
    height: auto;
    display: block;
  }
}
.tp-pp-slider-active-pagination {
  background: #140f0b;
  border-radius: 40px;
  padding: 5px 9px;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
.tp-pp-slider-active-pagination span {
  margin: 8px 0 !important;
  width: 28px;
  height: 28px;
  background-color: #0e0905;
  position: relative;
}
.tp-pp-slider-active-pagination span::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: var(--tp-common-yellow);
  opacity: 1;
  border-radius: 100px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tp-pp-slider-active-pagination span.swiper-pagination-bullet-active::after {
  opacity: 1;
}
.tp-pp-slider-active-pagination-wrap {
  position: absolute;
  top: 50%;
  right: 60px !important;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  z-index: 9;
}
@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), (max-width: 767px) {
  .tp-pp-slider-active-pagination-wrap {
    right: 20px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pp-slider-active .tp-about-me-ab-text {
    right: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pp-slider-active .tp-3d-slide-container {
    margin-right: 60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pp-slider-active .tp-3d-slide-container .tp-3d-slide-wrapper {
    margin-left: -38px;
  }
}
.tp-pp-slider-active .swiper-slide-active .tp-hero-port-title, .tp-pp-slider-active .swiper-slide-active .tp-header-port-btn, .tp-pp-slider-active .swiper-slide-active .tp-about-me-hero-work, .tp-pp-slider-active .swiper-slide-active .tp-about-me-hero-subtitle, .tp-pp-slider-active .swiper-slide-active .tp-about-me-hero-social, .tp-pp-slider-active .swiper-slide-active .tp-about-me-ab-title, .tp-pp-slider-active .swiper-slide-active .tp-about-me-ab-wrap, .tp-pp-slider-active .swiper-slide-active .tp-about-me-service-title, .tp-pp-slider-active .swiper-slide-active .tp-about-me-service-item-wrapper, .tp-pp-slider-active .swiper-slide-active .tp-about-me-experience-ex-box, .tp-pp-slider-active .swiper-slide-active .tp-about-me-experience-wrap, .tp-pp-slider-active .swiper-slide-active .tp-testimonial-pp-title, .tp-pp-slider-active .swiper-slide-active .tp-footer-10-btn-box {
  animation-name: fadeInUp;
  animation-fill-mode: both;
}

.tp-hover-img canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pp-slider-pagination-wrap {
  position: absolute;
  top: 25%;
  right: -15%;
  width: 350px;
  height: 5px;
  z-index: 55;
  transform: rotate(90deg);
  transform-origin: left bottom;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .pp-slider-pagination-wrap {
    right: -18%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pp-slider-pagination-wrap {
    display: none;
  }
}
.pp-slider-pagination-wrap .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.1);
}
.pp-slider-pagination-wrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #FFF669;
}
.pp-slider-pagination-wrap .current, .pp-slider-pagination-wrap .total {
  position: absolute;
  top: -9px;
  left: -45px;
  font-size: 20px;
  color: #fff;
}
.pp-slider-pagination-wrap .total {
  top: -10px;
  left: auto;
  right: -45px;
}

/*----------------------------------------*/
/*  7.8 funfact
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-funfact-ptb {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-funfact-ptb {
    padding-bottom: 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), (max-width: 767px) {
  .tp-funfact-wrap {
    flex-wrap: wrap;
  }
}
.tp-funfact-item {
  display: flex;
  place-content: center;
  text-align: center;
  height: 390px;
  width: 390px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #eee;
  margin: 0 -10px;
  margin-bottom: 40px;
  padding: 30px;
}
.tp-funfact-item h4 {
  font-weight: 600;
  font-size: 70px;
  line-height: 1.1;
  text-align: center;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-bricolage);
}
.tp-funfact-item > span {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  color: #525252;
  margin-bottom: 30px;
}
.tp-funfact-item i {
  color: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dgm-funfact-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-funfact-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-funfact-slider-wrap {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.dgm-funfact-slider-wrap .dgm-portfolio-slider-item p {
  font-size: 100px;
  font-weight: 700;
  font-weight: 0.7;
  line-height: 1;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-funfact-slider-wrap .dgm-portfolio-slider-item p {
    font-size: 60px;
  }
}
.dgm-funfact-item {
  margin-top: -10px;
}
@media (max-width: 767px) {
  .dgm-funfact-item:not(:last-of-type) {
    margin-right: 10px;
  }
}
.dgm-funfact-item h4 {
  font-size: 100px;
  font-weight: 700;
  line-height: 0.8;
  margin-bottom: 0;
  color: transparent;
  text-transform: capitalize;
  font-family: var(--tp-ff-space);
  -webkit-text-stroke: 1px rgba(1, 1, 3, 0.3);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dgm-funfact-item h4 {
    font-size: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dgm-funfact-item h4 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dgm-funfact-item h4 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .dgm-funfact-item h4 {
    font-size: 55px;
  }
}
.dgm-funfact-item h4 em {
  font-style: normal;
}
.dgm-funfact-item span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .dgm-funfact-item span {
    font-size: 13px;
  }
}
.dgm-funfact-wrap {
  margin-left: -40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-funfact-wrap {
    margin-left: 0;
  }
}
.dgm-funfact-icon svg {
  animation: rotate2 5s linear infinite;
}

.cr-funfact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cr-funfact-item {
    justify-content: start;
  }
}
.cr-funfact-item i {
  margin-right: 30px;
  color: var(--tp-common-black);
}
.cr-funfact-inner h4 {
  font-size: 62px;
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--tp-ff-space);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-funfact-inner h4 {
    font-size: 50px;
  }
}
.cr-funfact-inner > span {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bnc-funfact-ptb {
    padding-top: 150px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-funfact-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.bnc-funfact-text-wrap {
  top: -25px;
  left: 50%;
  position: absolute;
  padding: 13px 35px;
  border-radius: 100px;
  display: inline-block;
  transform: translateX(-50%);
  border: 1px solid rgba(3, 3, 3, 0.1);
  background-color: var(--tp-common-white-solid);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bnc-funfact-text-wrap {
    padding: 10px 35px;
  }
}
@media (max-width: 767px) {
  .bnc-funfact-text-wrap {
    padding: 12px 17px;
  }
}
.bnc-funfact-text-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #030303;
  font-family: var(--tp-ff-bricolage);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-funfact-text-title {
    font-size: 16px;
  }
}
.bnc-funfact-wrapper {
  border-radius: 8px;
  padding: 64px 0 48px;
  border: 1px solid rgba(3, 3, 3, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-funfact-wrapper {
    padding-bottom: 0;
  }
}
.bnc-funfact-wrapper .cr-funfact-item {
  text-align: center;
}
@media (max-width: 767px) {
  .bnc-funfact-wrapper .cr-funfact-item {
    justify-content: center;
  }
}
.bnc-funfact-wrapper .row [class*=col-]:not(:last-of-type) {
  border-right: 1px solid rgba(1, 1, 3, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-funfact-wrapper .row [class*=col-]:not(:last-of-type) {
    border: none;
    margin-bottom: 30px;
  }
}
.bnc-funfact-wrapper .cr-funfact-inner h4 {
  font-weight: 700;
}
.bnc-funfact-wrapper .cr-funfact-inner > span {
  font-size: 14px;
  color: rgba(1, 1, 3, 0.7);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ma-funfact-ptb {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ma-funfact-ptb {
    padding-bottom: 80px;
  }
}
.ma-funfact-subtitle {
  flex: 0 0 auto;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  margin-right: 50px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ma-funfact-subtitle {
    margin-bottom: 20px;
  }
}
.ma-funfact-subtitle::before {
  content: "";
  height: 7px;
  width: 7px;
  margin-right: 5px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-2px);
  background-color: var(--tp-common-black);
}
.ma-funfact-item {
  padding: 50px 30px;
  border: 1px solid rgba(206, 206, 206, 0.3);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ma-funfact-item {
    flex-wrap: wrap;
  }
}
.ma-funfact-content h4 {
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 80px;
  text-transform: capitalize;
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ma-funfact-content h4 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ma-funfact-content h4 {
    font-size: 60px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ma-funfact-content h4 {
    font-size: 52px;
    margin-bottom: 20px;
  }
}
.ma-funfact-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #717171;
  margin-bottom: 0;
  text-transform: capitalize;
}

.lw-funfact-wrap {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.02);
}
.lw-funfact-wrap .row [class*=col-] .lw-funfact-item {
  border-bottom: 1px solid #2B3837;
}
@media (max-width: 767px) {
  .lw-funfact-wrap .row [class*=col-] .lw-funfact-item {
    padding-left: 0;
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .lw-funfact-wrap .row [class*=col-] .lw-funfact-item {
    border: none;
  }
}
.lw-funfact-wrap .row [class*=col-]:nth-child(even) .lw-funfact-item {
  border-left: 1px solid #2B3837;
  margin-left: -1px;
}
@media (max-width: 767px) {
  .lw-funfact-wrap .row [class*=col-]:nth-child(even) .lw-funfact-item {
    border: none;
  }
}
.lw-funfact-wrap .row [class*=col-]:nth-child(odd) .lw-funfact-item {
  border-right: 1px solid #2B3837;
}
@media (max-width: 767px) {
  .lw-funfact-wrap .row [class*=col-]:nth-child(odd) .lw-funfact-item {
    border: none;
  }
}
.lw-funfact-wrap .row [class*=col-]:nth-last-child(2) .lw-funfact-item, .lw-funfact-wrap .row [class*=col-]:last-child .lw-funfact-item {
  border-bottom: 0;
}
.lw-funfact-left-wrap {
  padding-right: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-funfact-left-wrap {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-funfact-left-wrap {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.lw-funfact-item {
  padding: 80px 30px;
}
@media (max-width: 767px) {
  .lw-funfact-item {
    padding: 30px 0;
  }
}
.lw-funfact-item h4 {
  font-size: 82px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-popins);
}
@media (max-width: 767px) {
  .lw-funfact-item h4 {
    font-size: 65px;
  }
}
.lw-funfact-item h4 i {
  font-style: normal;
}
.lw-funfact-item span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  color: rgba(245, 247, 245, 0.6);
}

/*----------------------------------------*/
/*  7.12 Price
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-price-heading {
    margin-bottom: 50px;
  }
}
.ds-price-heading .tp-section-title {
  color: var(--tp-common-white);
}
.ds-price-item {
  padding: 50px 52px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-price-item {
    padding: 50px 30px;
  }
}
.ds-price-item-head {
  margin-bottom: 42px;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ds-price-item-head span {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}
.ds-price-item-head h4 {
  font-size: 62px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ds-price-item-head h4 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-price-item-head h4 {
    font-size: 45px;
  }
}
.ds-price-item-head h4 i {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  transform: translateX(-10px);
}
.ds-price-item-head p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: rgba(245, 247, 245, 0.8);
}
.ds-price-item-list {
  display: block;
  margin-bottom: 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-price-item-list {
    margin-bottom: 50px;
  }
}
.ds-price-item-list-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}
.ds-price-item-list ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  margin-bottom: 13px;
  text-transform: capitalize;
  color: rgba(245, 247, 245, 0.8);
}
.ds-price-item-list ul li span {
  margin-right: 3px;
  display: inline-block;
}
.ds-price-item-btn .tp-btn-green {
  width: 100%;
  text-align: center;
  text-transform: inherit;
  color: var(--tp-common-white);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.ds-price-item-btn .tp-btn-green:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}
.ds-price-item.active {
  position: relative;
}
.ds-price-item.active .ds-price-item-btn .tp-btn-green {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}
.ds-price-item.active .ds-price-item-btn .tp-btn-green:hover {
  color: var(--tp-common-white);
  background-color: transparent;
}
.ds-price-item-tag {
  top: 0;
  right: 50px;
  position: absolute;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ds-price-item-tag {
    right: 30px;
  }
}
.ds-price-item-tag span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 22px 8px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
  background-color: var(--tp-theme-primary);
  clip-path: polygon(100% 0%, 100% 48%, 100% 100%, 0px 100%, 0px 0px, 50% 15.12%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-pricing-ptb {
    padding-bottom: 80px;
  }
}
.bnc-pricing-title-box p {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-pricing-title-box p br {
    display: none;
  }
}
.bnc-pricing-list {
  margin-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bnc-pricing-list {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-pricing-list {
    margin-bottom: 0px;
  }
}
.bnc-pricing-list ul {
  display: inline-block;
}
.bnc-pricing-list ul li {
  width: 42%;
  float: left;
  font-size: 16px;
  list-style: none;
  display: block ruby;
  margin-bottom: 20px;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bnc-pricing-list ul li {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .bnc-pricing-list ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.bnc-pricing-list ul li span {
  width: 40px;
  height: 40px;
  display: grid;
  margin-right: 10px;
  text-align: center;
  place-content: center;
  border-radius: 40px;
  border: 1px solid rgba(1, 1, 3, 0.1);
}
.bnc-pricing-methods span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-bricolage);
}
.bnc-pricing-left {
  top: 0;
  position: sticky;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-pricing-left {
    margin-bottom: 50px;
  }
}
.bnc-pricing-wrapper .ds-price-item {
  border-radius: 8px;
  border: 1px solid rgba(1, 1, 3, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .bnc-pricing-wrapper .ds-price-item {
    padding: 45px 27px;
  }
}
.bnc-pricing-wrapper .ds-price-item.active {
  position: relative;
  background: #ECF8F8;
}
.bnc-pricing-wrapper .ds-price-item.active::before {
  top: 0;
  right: 32px;
  content: "";
  height: 67px;
  width: 32px;
  position: absolute;
  background-color: var(--tp-common-black);
  clip-path: polygon(100% 0%, 100% 46.51%, 100% 100%, 15px 76.12%, -1px 68px, -3.13% 0.2%);
}
.bnc-pricing-wrapper .ds-price-item.active .ds-price-item-btn .tp-btn-green {
  border-color: transparent;
}
.bnc-pricing-wrapper .ds-price-item.active .ds-price-item-btn .tp-btn-green:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.bnc-pricing-wrapper .ds-price-item-head {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.bnc-pricing-wrapper .ds-price-item-head.bb {
  padding-bottom: 8px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(1, 1, 3, 0.1);
}
.bnc-pricing-wrapper .ds-price-item-head span {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-bricolage);
}
.bnc-pricing-wrapper .ds-price-item-head p {
  color: var(--tp-common-black);
}
.bnc-pricing-wrapper .ds-price-item-head h4 {
  color: var(--tp-common-black);
  font-family: var(--tp-ff-bricolage);
}
@media (max-width: 767px) {
  .bnc-pricing-wrapper .ds-price-item-head h4 {
    font-size: 50px;
  }
}
.bnc-pricing-wrapper .ds-price-item-list {
  margin-bottom: 38px;
}
.bnc-pricing-wrapper .ds-price-item-list-title {
  color: var(--tp-common-black);
}
.bnc-pricing-wrapper .ds-price-item-list ul li {
  color: rgba(1, 1, 3, 0.8);
}
.bnc-pricing-wrapper .ds-price-item-btn {
  margin-bottom: 30px;
}
.bnc-pricing-wrapper .ds-price-item-btn .tp-btn-green {
  color: var(--tp-common-black);
  border-color: rgba(1, 1, 3, 0.1);
}
.bnc-pricing-wrapper .ds-price-item-btn .tp-btn-green:hover {
  border-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-price-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ma-price-ptb {
    padding-bottom: 80px;
  }
}
.ma-price-head {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(1, 1, 3, 0.1);
}
.ma-price-head span {
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 15px;
  padding: 10px 16px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
  border: 1px solid rgba(1, 1, 3, 0.1);
}
.ma-price-head p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #717171;
  text-transform: capitalize;
}
.ma-price-head h4 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ma-price-head h4 {
    font-size: 42px;
  }
}
.ma-price-head h4 i {
  font-weight: 600;
  font-size: 14px;
  font-style: normal;
}
.ma-price-item {
  padding: 40px;
  border: 1px solid rgba(1, 1, 3, 0.1);
}
.ma-price-item.active {
  border-color: var(--tp-theme-primary);
  background-color: var(--tp-theme-primary);
}
.ma-price-item.active .ma-price-head > span {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border: 1px solid var(--tp-common-black);
}
.ma-price-item.active .ma-price-head p {
  color: var(--tp-common-black);
}
.ma-price-item.active .tp-btn-border.btn-h-60 {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.ma-price-item.active .tp-btn-border.btn-h-60:hover {
  color: var(--tp-common-white);
}
.ma-price-item-btn .tp-btn-border.btn-h-60 {
  justify-content: center;
}
.ma-price-item-btn .tp-btn-border.btn-h-60:hover {
  color: var(--tp-common-black);
}
.ma-price-list {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ma-price-list {
    margin-bottom: 60px;
  }
}
.ma-price-list-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
.ma-price-list ul li {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  list-style-type: none;
  text-transform: capitalize;
  color: var(--tp-common-black);
}
.ma-price-list ul li:not(:last-child) {
  margin-bottom: 20px;
}
.ma-price-list ul li svg {
  margin-right: 11px;
  transform: translateY(-2px);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hr-price-ptb {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hr-price-ptb {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-price-ptb {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-price-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.hr-price-style .ma-price-item {
  border-radius: 20px;
  border-color: #ecf8f8;
  background-color: #ecf8f8;
}
.hr-price-style .ma-price-item.active .tp-btn-border.btn-h-60 {
  color: var(--tp-common-white);
  background-color: var(--tp-common-paste);
}
.hr-price-style .ma-price-item-btn .tp-btn-border.btn-h-60:hover svg {
  animation: tfLeftToRight 0.5s forwards;
}
.hr-price-style .ma-price-item-btn .tp-btn-border.btn-h-60 svg {
  transform: translateY(0px);
}
.hr-price-style .ma-price-list {
  margin-bottom: 0;
}
.hr-price-style .ma-price-list ul li {
  margin-bottom: 20px;
  color: rgba(13, 49, 54, 0.8);
}
.hr-price-style .ma-price-list-wrap {
  margin-bottom: 35px;
}
.hr-price-style .ma-price-head span {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  padding: 0;
  border: 0;
  color: #0d3237;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-family: var(--tp-ff-space);
}
.hr-price-style .ma-price-head h4 {
  color: #0D3237;
  font-family: var(--tp-ff-popins);
}
.hr-price-style .ma-price-list-title {
  color: #0D3237;
  font-family: var(--tp-ff-popins);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-pricing-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .lw-pricing-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.lw-pricing-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.lw-pricing-wrapper .ds-price-item {
  border-radius: 8px;
  border-color: rgba(245, 247, 245, 0.1);
}
.lw-pricing-wrapper .ds-price-item-head span {
  font-weight: 700;
  font-family: var(--tp-ff-playfair);
}
.lw-pricing-wrapper .ds-price-item-head h4 {
  font-family: var(--tp-ff-popins);
}
.lw-pricing-wrapper .ds-price-item-head h4 i {
  font-family: var(--tp-ff-playfair);
}
.lw-pricing-wrapper .ds-price-item-list {
  margin-bottom: 70px;
}
.lw-pricing-wrapper .ds-price-item-list-title {
  font-family: var(--tp-ff-playfair);
}
.lw-pricing-wrapper .ds-price-item-tag span {
  padding: 24px 8px 18px;
  background-color: #DFAE4F;
  font-family: var(--tp-ff-space);
}
.lw-pricing-wrapper .ds-price-item-btn .tp-btn-green {
  font-family: var(--tp-ff-popins);
}
.lw-pricing-wrapper .ds-price-item-btn .tp-btn-green:hover {
  background-color: #DFAE4F;
}
.lw-pricing-wrapper .ds-price-item.active .ds-price-item-btn .tp-btn-green {
  background-color: #DFAE4F;
}
.lw-pricing-wrapper .ds-price-item.active .ds-price-item-btn .tp-btn-green:hover {
  background-color: transparent;
}

.tp-pricing-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-pricing-nav-wrapper .tp-input-check {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
}
.tp-pricing-nav-wrapper .tp-input-check:checked ~ .tp-switch-toggle {
  left: 4px;
  right: 57.3%;
}
.tp-pricing-nav-wrapper.cr-nav .tp-toggler-pre, .tp-pricing-nav-wrapper.cr-nav .tp-toggler-post {
  color: var(--tp-common-white);
}
.tp-pricing-nav-wrapper.cr-nav .tp-toggle-input-wrap {
  border-color: rgba(245, 247, 245, 0.1);
}
.tp-pricing-nav-wrapper.cr-nav .tp-switch-toggle {
  background: linear-gradient(180deg, #fff 0%, #fff 100%);
}
.tp-pricing-tab-item .ds-price-item {
  border-color: rgba(1, 1, 3, 0.1);
}
.tp-pricing-tab-item .ds-price-item-head {
  border-color: rgba(1, 1, 3, 0.1);
}
.tp-pricing-tab-item .ds-price-item-head h4 {
  color: var(--tp-common-black);
}
.tp-pricing-tab-item .ds-price-item-head span {
  color: var(--tp-common-black);
}
.tp-pricing-tab-item .ds-price-item-head p {
  color: var(--tp-common-black);
}
.tp-pricing-tab-item .ds-price-item-list-title {
  color: var(--tp-common-black);
}
.tp-pricing-tab-item .ds-price-item-list ul li {
  color: var(--tp-common-black);
}
.tp-pricing-tab-item .ds-price-item-btn .tp-btn-green {
  color: var(--tp-common-black);
  border-color: rgba(1, 1, 3, 0.1);
}
.tp-pricing-tab-item .ds-price-item-btn .tp-btn-green:hover {
  border-color: transparent;
}
.tp-pricing-tab-item .ds-price-item.active {
  border-color: transparent;
  background-color: #FF9800;
}
.tp-pricing-tab-item .ds-price-item.active .ds-price-item-tag span {
  color: #FF9800;
  background-color: var(--tp-common-black);
}
.tp-pricing-tab-item .ds-price-item.active .ds-price-item-btn .tp-btn-green {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-pricing-tab-item .ds-price-item.active .ds-price-item-btn .tp-btn-green:hover {
  color: var(--tp-common-black);
  background-color: transparent;
  border-color: rgba(1, 1, 3, 0.1);
}

.tp-toggler-pre,
.tp-toggler-post {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}
.tp-toggler-pre.is-active,
.tp-toggler-post.is-active {
  color: var(--tp-common-black);
}
.tp-toggler-pre:hover,
.tp-toggler-post:hover {
  color: var(--tp-common-black);
}

.tp-toggler-pre {
  margin-right: 15px;
}

.tp-toggler-post {
  margin-left: 15px;
}

.tp-toggle-input-wrap {
  position: relative;
  width: 76px;
  height: 36px;
  overflow: hidden;
  border-radius: 100px;
  border: 1px solid rgba(1, 1, 3, 0.1);
}

.tp-switch-toggle {
  position: absolute;
  top: 4px;
  right: 4px;
  left: 57.3%;
  bottom: 4px;
  z-index: 1;
  border-radius: 100%;
  box-shadow: 0px 4px 6px rgba(1, 17, 22, 0.24);
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: linear-gradient(180deg, #010103 0%, #010103 100%);
}

.tp-tab-hide {
  display: none;
}

/*----------------------------------------*/
/*  7.6 cta css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cta-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.tp-cta-title-box .tp-section-title img {
  padding-top: 30px;
  margin-left: 10px;
  transform: translateY(-28px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cta-title-box .tp-section-title img {
    display: none;
  }
}
.tp-cta-input input {
  height: 80px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  border-radius: 0;
  border: 0;
  padding-right: 180px;
  text-transform: capitalize;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-cta-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #F5F7F5;
}
.tp-cta-input input::-moz-placeholder { /* Firefox 19+ */
  color: #F5F7F5;
}
.tp-cta-input input:-moz-placeholder { /* Firefox 4-18 */
  color: #F5F7F5;
}
.tp-cta-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #F5F7F5;
}
.tp-cta-input input::placeholder { /* MODERN BROWSER */
  color: #F5F7F5;
}
.tp-cta-btn {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border: 1px solid transparent;
}
.tp-cta-btn:hover {
  color: var(--tp-common-white);
  background-color: transparent;
  border-color: var(--tp-theme-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-cta-content {
    padding: 0 10px;
  }
}
.hr-cta-icon-box {
  padding: 6px;
  padding-right: 25px;
  margin-bottom: 15px;
  border-radius: 50px;
  background-color: rgba(1, 1, 3, 0.2);
}
@media (max-width: 767px) {
  .hr-cta-icon-box {
    flex-wrap: wrap;
    padding: 10px 10px 20px;
  }
}
.hr-cta-icon-box span {
  padding: 2px 15px;
  margin-right: 15px;
  border-radius: 20px;
  display: inline-block;
  background-color: var(--tp-theme-primary);
}
@media (max-width: 767px) {
  .hr-cta-icon-box span {
    margin-bottom: 15px;
  }
}
.hr-cta-icon-box p {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  text-transform: capitalize;
  color: var(--tp-common-white-solid);
}
.hr-cta-bg {
  position: relative;
}
.hr-cta-bg::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: rotate(-180deg);
  background: linear-gradient(90deg, rgba(1, 1, 3, 0.7) 0%, rgba(4, 4, 4, 0.2) 63.71%);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hr-choose-main {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hr-choose-main {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-choose-main {
    padding-right: 0px;
  }
}
.hr-choose-icon {
  margin-bottom: 25px;
  display: inline-block;
  color: var(--tp-common-white);
}
.hr-choose-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-popins);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hr-choose-title-box {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hr-choose-title-box {
    padding-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: 767px) {
  .hr-choose-title-box {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-choose-thumb {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-choose-thumb img {
    width: 100%;
  }
}
@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), (max-width: 767px) {
  .hr-choose-item-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hr-choose-item-wrap {
    padding-left: 0;
  }
}
.hr-choose-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.8);
}
.hr-choose-style .dgm-portfolio-slider-item p {
  font-weight: 600;
  font-size: 100px;
  line-height: 1.1;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: var(--tp-ff-popins);
  color: rgba(255, 255, 255, 0.05);
  transform: translateY(20px);
}

.hr-gradient-bg {
  background: linear-gradient(45deg, #0b2c33 0%, #164a46 100%);
}

.lw-cta-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  z-index: -1;
  mix-blend-mode: luminosity;
}
.lw-cta-bg {
  overflow: hidden;
  padding: 45px 80px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .lw-cta-bg {
    padding: 30px 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-cta-text {
    padding-bottom: 30px;
  }
}
.lw-cta-text p {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-playfair);
}
.lw-cta-text p a {
  color: #DFAE4F;
  font-style: italic;
}

.tp-benefit-box .row [class*=col]:nth-child(4n) .tp-benefit-item {
  border-right: none;
}
.tp-benefit-item {
  padding: 40px;
  border-right: 1px solid #F1F1F4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-benefit-item {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-benefit-item {
    margin-left: -1px;
    margin-top: -1px;
    border: 1px solid #f1f1f4 !important;
  }
}
.tp-benefit-item.tp-benefit-borber-bottom {
  border-bottom: 1px solid #F1F1F4;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-benefit-item.tp-benefit-borber-bottom {
    border: none;
  }
}
.tp-benefit-item-icon {
  height: 74px;
}
.tp-benefit-item-title {
  font-size: 20px;
  font-weight: 600;
  color: #111013;
  line-height: 1.3;
  letter-spacing: -0.4px;
  font-family: var(--tp-ff-popins);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-benefit-item-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-benefit-item-title br {
    display: none;
  }
}

/*----------------------------------------*/
/*  7.5 brand css
/*----------------------------------------*/
.ds-brand-wrapper .slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.ds-brand-wrapper .dgm-brand-active-2 .swiper-wrapper .swiper-slide {
  margin: 0 -1px;
}
.ds-brand-item img {
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dgm-brand-ptb {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .dgm-brand-ptb {
    padding-bottom: 80px;
  }
}
.dgm-brand-item {
  height: 88px;
  line-height: 88px;
  text-align: center;
  border: 1px solid rgba(1, 1, 3, 0.08);
}

@media (max-width: 767px) {
  .cr-brand-style {
    padding-top: 80px;
  }
}
.cr-brand-style .dgm-brand-item {
  border: 0;
}

.cr-choose-thumb-wrapper {
  top: 0;
  left: 0;
  width: 44%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-choose-thumb-wrapper {
    position: static;
    width: 100%;
  }
}
.cr-choose-thumb-wrapper .bnc-choose-thumb {
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-choose-thumb-wrapper .bnc-choose-thumb {
    height: 500px;
    margin-bottom: 50px;
  }
}
.cr-choose-thumb-wrapper .bnc-choose-thumb img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-choose-thumb-wrapper .bnc-choose-thumb img {
    width: 100%;
  }
}
.cr-choose-title-box {
  margin-bottom: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(1, 1, 3, 0.1);
}
@media (max-width: 767px) {
  .cr-choose-title-box {
    margin-bottom: 40px;
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cr-choose-title-box .tp-section-title.fs-60 br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-choose-wrapper {
    padding-left: 0;
    padding-bottom: 30px;
  }
}
.cr-choose-review-content span {
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-space);
}
.cr-choose-review-content span i {
  font-style: normal;
}
.cr-choose-review-content p {
  font-size: 16px;
  color: #717171;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .cr-choose-review-shape {
    display: none;
  }
}
.cr-choose-review-shape img {
  animation: rotate2 3s linear infinite;
}
.cr-choose-review-thumb {
  margin-right: 20px;
}
.cr-choose-list-title {
  position: relative;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  padding-left: 66px;
  margin-bottom: 50px;
  line-height: 1.2;
  text-transform: capitalize;
  font-family: var(--tp-ff-space);
  color: var(--tp-common-black-solid);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .cr-choose-list-title {
    font-size: 20px;
  }
}
.cr-choose-list-title i {
  position: absolute;
  top: 5px;
  left: 0;
  display: grid;
  height: 42px;
  width: 42px;
  place-content: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.cr-choose-slider-wrapper {
  position: absolute;
  bottom: 0;
  z-index: 0;
  padding: 12px 0;
  background: #0B3535;
}
.cr-choose-slider-wrapper .slide-transtion {
  transition-timing-function: linear;
}
.cr-choose-slider-wrapper .swiper-slide {
  width: auto;
}
.cr-choose-slider-text p {
  font-size: 16px;
  color: #CACFCF;
  margin: 0;
  text-transform: capitalize;
}
.cr-choose-slider-text p span {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  padding-right: 10px;
  text-transform: capitalize;
  font-family: var(--tp-ff-space);
  color: var(--tp-common-white-solid);
}
.cr-choose-slider-text p span::after {
  content: "";
  height: 1px;
  width: 32px;
  margin-left: 10px;
  display: inline-block;
  background-color: var(--tp-theme-primary);
  margin-bottom: 5px;
}
.cr-choose-slider-text p a {
  font-size: 14px;
  font-weight: 700;
  padding: 5px 16px;
  border-radius: 4px;
  margin-left: 10px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-space);
  background-color: var(--tp-theme-primary);
}

.hr-brand-area {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hr-brand-slider-wrap .swiper-slide {
  width: auto;
}
.hr-brand-title {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  padding-left: 15px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-popins);
}
.hr-brand-title::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  height: 44px;
  width: 2px;
  display: inline-block;
  background-color: #0B3535;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hr-brand-title-box {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hr-brand-title-box {
    padding-left: 30px;
    padding-bottom: 30px;
  }
}

.lw-brand-style .dgm-brand-item {
  border-radius: 8px;
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.lw-brand-style .dgm-brand-item img {
  filter: invert(1);
}

.inner-brand-item {
  height: 347px;
  width: 100%;
  line-height: 347px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(1, 1, 3, 0.1);
}
.inner-brand-item:hover {
  border-color: transparent;
  background-color: #f5f5f5;
}
@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: 767px) {
  .inner-brand-item {
    height: 247px;
    line-height: 247px;
  }
}
.inner-brand-count {
  font-family: var(--tp-ff-bricolage);
  font-weight: 500;
  font-size: 12px;
  line-height: 167%;
  text-transform: uppercase;
  color: var(--tp-common-black);
  position: absolute;
  top: 25px;
  left: 30px;
}

/*----------------------------------------*/
/*  7.15 step Css
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dgm-step-ptb {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .dgm-step-ptb {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .dgm-step-ptb {
    padding-bottom: 80px;
  }
}
.dgm-step-item {
  margin-left: -1px;
  padding: 60px 35px;
  padding-bottom: 40px;
  border: 1px solid #DDDEDD;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dgm-step-item {
    padding: 50px 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-step-item {
    margin-bottom: 30px;
  }
}
.dgm-step-icon {
  display: inline-block;
}
.dgm-step-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  text-transform: capitalize;
}
.dgm-step-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-step-title {
    font-size: 20px;
  }
}
.dgm-step-num {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
  border-radius: 50px;
  padding: 11px 16px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
  border: 1px solid rgba(1, 1, 3, 0.1);
  background-color: var(--tp-common-white-solid);
}
.dgm-step-wrapper .row [class*=col-]:nth-child(2n) .dgm-step-item {
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-step-btn-wrap {
    margin-top: 0;
    flex-wrap: wrap;
  }
}
.dgm-step-btn-wrap .tp-btn-border {
  padding: 14px 24px 14px;
}
.dgm-step-btn-wrap .tp-btn-border:hover {
  color: var(--tp-common-black);
}
.dgm-step-btn-wrap .tp-btn-border:hover span svg {
  animation: tfLeftToRight 0.5s forwards;
}
.dgm-step-btn-wrap .tp-btn-border span {
  display: inline-block;
}
.dgm-step-btn-wrap .tp-btn-border span svg {
  margin-top: 2px;
  transform: translateY(0px);
}
.dgm-step-btn-wrap p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #717171;
  margin-right: 15px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .dgm-step-btn-wrap p {
    margin-bottom: 10px;
  }
}

.bnc-step-wrapper {
  padding-top: 30px;
  margin-left: 70px;
  border-left: 1px solid rgba(1, 1, 3, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-step-wrapper {
    margin-left: 0;
  }
}
.bnc-step-item {
  padding-left: 95px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bnc-step-item {
    padding-left: 80px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-step-item {
    padding-left: 70px;
    margin-bottom: 50px;
  }
}
.bnc-step-item::before {
  position: absolute;
  top: 15px;
  left: 0;
  height: 1px;
  width: 60px;
  content: "";
  display: inline-block;
  background-color: rgba(1, 1, 3, 0.1);
}
.bnc-step-item::after {
  content: "";
  height: 15px;
  width: 15px;
  top: 7px;
  left: -8px;
  border-radius: 50%;
  position: absolute;
  background-color: var(--tp-common-black);
}
.bnc-step-item-sub {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block ruby;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-bricolage);
}
.bnc-step-item-sub span {
  display: grid;
  width: 30px;
  height: 30px;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  place-content: center;
  background-color: var(--tp-common-black);
}
.bnc-step-item-title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: -1.68px;
  text-transform: capitalize;
  color: var(--tp-common-black-solid);
  font-family: var(--tp-ff-bricolage);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bnc-step-item-title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-step-item-title {
    font-size: 35px;
  }
}
.bnc-step-item-text p {
  font-size: 16px;
  text-transform: capitalize;
  color: rgba(1, 1, 3, 0.6);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-step-item-text p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-step-title-box {
    padding-bottom: 40px;
  }
}
.bnc-step-thumb {
  border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-step-thumb {
    margin-bottom: 30px;
  }
}
.bnc-step-thumb img {
  border-radius: 8px;
}
.bnc-step-text-wrap {
  bottom: 14%;
  left: -5px;
  z-index: 0;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-step-text-wrap {
    bottom: 0;
  }
}
.bnc-step-text-title {
  font-size: 200px;
  font-weight: 800;
  line-height: 1;
  color: #E5F1F1;
  margin: 0;
  letter-spacing: -8px;
  text-transform: uppercase;
  font-family: var(--tp-ff-bricolage);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bnc-step-text-title {
    font-size: 165px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bnc-step-text-title {
    font-size: 130px;
    letter-spacing: -5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-step-text-title {
    font-size: 90px;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .inner-step-style {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.inner-step-style .bnc-step-item-sub {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
  margin-bottom: 15px;
}
.inner-step-style .bnc-step-item-title {
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
  line-height: 260%;
  letter-spacing: -0.04em;
}
.inner-step-style .bnc-step-item-sub span {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.inner-step-style .bnc-step-item-text p {
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .inner-step-style .bnc-step-item-text p br {
    display: block;
  }
}
.inner-step-style .bnc-step-item::after {
  background-color: #808688;
  top: -79px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .inner-step-style .bnc-step-item::after {
    display: none;
  }
}
.inner-step-style .bnc-step-item::before {
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}
.inner-step-style .bnc-step-wrapper {
  border-left: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0;
  padding-top: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .inner-step-style .bnc-step-wrapper {
    border: none;
    padding-top: 0;
  }
}
.inner-step-style .bnc-step-item {
  padding-left: 0;
}
.inner-step-style .bnc-step-text-title {
  letter-spacing: -0.04em;
  color: #0e0e10;
}
.inner-step-style .bnc-step-text-wrap {
  bottom: -37px;
  left: auto;
  right: 0;
}
.inner-step-title {
  font-family: var(--tp-ff-unbounded);
  font-weight: 500;
  font-size: 28px;
  line-height: 136%;
  letter-spacing: -0.04em;
  text-transform: capitalize;
  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), (max-width: 767px) {
  .inner-step-content {
    margin-left: 0;
  }
}
.inner-step-content p {
  line-height: 162%;
  color: var(--tp-common-white);
  opacity: 0.8;
  font-size: 16px;
}
.inner-step-content h4 {
  font-family: var(--tp-ff-unbounded);
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.04em;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.inner-step-list-item span {
  border-radius: 100%;
  background: #111113;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  margin-right: 20px;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .inner-step-list-item span {
    margin-top: 0;
  }
}

/*----------------------------------------*/
/*  7.7 faq Css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-faq-ptb {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-faq-ptb {
    padding-bottom: 80px;
  }
}

.sa-faq-wrapper .tp-faq-accordion-wrap .accordion-items {
  border-color: rgba(255, 255, 255, 0.1);
}
.sa-faq-wrapper .tp-faq-accordion-wrap .accordion-buttons {
  font-weight: 500;
  padding-bottom: 20px;
  letter-spacing: -0.6px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-unbounded);
}
@media (max-width: 767px) {
  .sa-faq-wrapper .tp-faq-accordion-wrap .accordion-buttons {
    font-size: 18px;
  }
}
.sa-faq-wrapper .tp-faq-accordion-wrap .accordion-buttons:not(.collapsed) {
  color: var(--tp-theme-primary);
}
.sa-faq-wrapper .tp-faq-accordion-wrap .accordion-buttons:not(.collapsed) .tp-accordion-icon svg {
  color: var(--tp-theme-primary);
}
.sa-faq-wrapper .tp-faq-accordion-wrap .accordion-body p {
  font-size: 16px;
  color: #CECECE;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-faq-wrapper .tp-faq-accordion-wrap .accordion-body p br {
    display: none;
  }
}
.sa-faq-title-box {
  margin-bottom: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sa-faq-title-box {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-faq-title-box {
    margin-bottom: 70px;
  }
}
.sa-faq-subtitle {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  transform: translateY(10px);
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sa-faq-subtitle {
    transform: translateY(0);
  }
}
.sa-faq-subtitle svg {
  margin-left: 10px;
}
.sa-faq-title {
  margin: 0;
  font-size: 440px;
  font-weight: 600;
  line-height: 0.7;
  text-transform: capitalize;
  color: rgba(245, 247, 245, 0.1);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .sa-faq-title {
    font-size: 400px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sa-faq-title {
    font-size: 340px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sa-faq-title {
    font-size: 270px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sa-faq-title {
    font-size: 200px;
  }
}
@media (max-width: 767px) {
  .sa-faq-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sa-faq-title {
    font-size: 160px;
  }
}

.cr-faq-style .tp-faq-accordion-wrap .accordion-buttons {
  font-size: 22px;
  line-height: 1.3;
  padding: 22px 30px;
  padding-right: 55px;
  font-family: var(--tp-ff-space);
}
.cr-faq-style .accordion-body p {
  font-size: 16px;
}
.cr-faq-thumb {
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-faq-thumb {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-faq-thumb img {
    width: 100%;
  }
}
.cr-faq-thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: inline-block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.56%, #063232 86.5%);
}
.cr-faq-tel {
  position: absolute;
  bottom: 32px;
  left: 32px;
  z-index: 2;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.cr-faq-tel i {
  margin-right: 10px;
}

.bnc-faq-thumb {
  height: 100%;
}
.bnc-faq-thumb-wrapper {
  top: 0;
  left: 0;
  width: 47%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bnc-faq-thumb-wrapper {
    width: 48%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-faq-thumb-wrapper {
    width: 100%;
    height: 500px;
    position: static;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bnc-faq-thumb .anim-zoomin-wrap {
    height: 100%;
  }
}
.bnc-faq-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bnc-faq-thumb .bnc-video-thumb-btn {
    top: 50%;
  }
}
.bnc-faq-wrapper .tp-faq-accordion-wrap .accordion-items {
  border-radius: 8px;
}

.lw-faq-style.tp-faq-accordion-wrap .accordion-buttons {
  padding: 30px 30px;
  padding-bottom: 36px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-playfair);
}
.lw-faq-style.tp-faq-accordion-wrap .accordion-items {
  border-radius: 8px;
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.lw-faq-style.tp-faq-accordion-wrap .accordion-body p {
  color: #c7d2d0;
}
.lw-faq-style.tp-faq-accordion-wrap .tp-accordion-icon {
  top: 45%;
  transform: translateY(-50%);
}

.ma-faq-thumb {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ma-faq-thumb {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .ma-faq-thumb {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ma-faq-thumb img {
    transform: scale(0.9);
  }
}
.ma-faq-thumb-2 {
  height: 360px;
  width: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-top-right-radius: 190px;
  border-bottom-right-radius: 190px;
  background-color: var(--tp-theme-primary);
}
.ma-faq-thumb-2 span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #010103;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--tp-ff-unbounded);
}
.ma-faq-thumb-shape {
  position: absolute;
  bottom: 0;
  right: 12%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ma-faq-thumb-shape {
    right: 0;
  }
}
@media (max-width: 767px) {
  .ma-faq-thumb-shape {
    display: none;
  }
}

.inner-faq-style .tp-section-title {
  font-family: var(--tp-ff-unbounded);
  font-size: 32px;
  line-height: 131%;
  letter-spacing: -0.03em;
}

/*----------------------------------------*/
/*  7.10 instagram css
/*----------------------------------------*/
.cr-instagram-slider-wrap {
  margin-bottom: -2px;
}
.cr-instagram-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  height: 120px;
  width: 120px;
  opacity: 0;
  transition: 0.4s;
  border-radius: 50%;
  line-height: 120px;
  text-align: center;
  visibility: hidden;
  display: inline-block;
  transform: translate(-50%, -50%) scale(0.8);
  background-color: var(--tp-theme-primary);
}
.cr-instagram-item {
  position: relative;
}
.cr-instagram-item img {
  width: 100%;
}
.cr-instagram-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  background: rgba(9, 53, 53, 0.3);
}
.cr-instagram-item:hover .cr-instagram-icon {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.cr-instagram-item:hover::after {
  opacity: 1;
  visibility: visible;
}
.cr-instagram-item.contact-me .cr-instagram-icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 5px;
  background-color: #FFF669;
}

/*----------------------------------------*/
/*  7.19 video css
/*----------------------------------------*/
@media (max-width: 767px) {
  .bnc-video-ptb {
    margin-bottom: 80px;
  }
}
.bnc-video-thumb {
  overflow: hidden;
}
.bnc-video-thumb img {
  width: 100%;
  height: 950px;
  object-fit: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bnc-video-thumb img {
    height: 800px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bnc-video-thumb img {
    height: 850px;
  }
}
@media (max-width: 767px) {
  .bnc-video-thumb img {
    height: 700px;
  }
}
.bnc-video-thumb-btn {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bnc-video-thumb-btn {
    top: 40%;
  }
}
@media (max-width: 767px) {
  .bnc-video-thumb-btn {
    top: 30%;
  }
}
.bnc-video-thumb-btn .dgm-hero-play-btn {
  margin: 0;
  width: 120px;
  height: 120px;
  line-height: 120px;
}
.bnc-video-item {
  bottom: 0;
  left: 10%;
  width: 424px;
  position: absolute;
  padding: 50px 40px;
  fill: rgba(1, 1, 3, 0.3);
  backdrop-filter: blur(10px);
  clip-path: polygon(0 0, 74% 0, 100% 26%, 100% 100%, 0 100%, 0% 50%);
}
@media (max-width: 767px) {
  .bnc-video-item {
    width: 100%;
    margin-top: 30px;
    position: static;
    fill: rgb(0, 0, 0);
    background-color: var(--tp-common-black);
  }
}
.bnc-video-item-icon {
  margin-bottom: 40px;
}
.bnc-video-item-content {
  padding-bottom: 32px;
}
.bnc-video-item-content p {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.32;
  font-family: var(--tp-ff-bricolage);
  color: var(--tp-common-white-solid);
}
.bnc-video-item-btn {
  padding-top: 10px;
  border-top: 1px solid rgba(245, 247, 245, 0.1);
}
.bnc-video-item-btn a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--tp-theme-primary);
}
.bnc-video-item-btn a span {
  display: inline-block;
}
.lw-video-wrap {
  height: 950px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .lw-video-wrap {
    height: 700px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-video-wrap {
    height: 530px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-video-wrap {
    height: 430px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-video-wrap {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .lw-video-wrap {
    height: 200px;
  }
}
.lw-video-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lw-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 120px;
  width: 120px;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-black);
  background-color: #dfae4f;
  transform: translate(-50%, -50%);
  animation: animate-pulse 3s linear infinite;
}
@media (max-width: 767px) {
  .lw-video-btn {
    height: 100px;
    width: 100px;
  }
}
.lw-video-btn:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  7.2 application Css
/*----------------------------------------*/
.tp-application-form-spacing {
  padding-top: 218px;
  padding-bottom: 125px;
}
@media (max-width: 767px) {
  .tp-application-form-spacing {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}
.tp-application-form-input .tp-label {
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--tp-common-black);
  margin-bottom: 8px;
  text-transform: capitalize;
}
.tp-application-form-input .tp-input {
  border-radius: 8px;
  width: 100%;
  height: 60px;
  background: #f6f6f9;
}
.tp-application-form-input .tp-input:focus {
  background-color: transparent;
}
.tp-application-form-input .tp-textarea {
  height: 133px;
  resize: none;
}

/*----------------------------------------*/
/*  7.13 prooject-slider
/*----------------------------------------*/
/* ============ creative Slider ================= */
.tp-portfolio-slider__wrap {
  grid-area: main;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100vh;
}
.tp-portfolio-slider__item {
  grid-area: 1/1/-1/-1;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
}
.tp-portfolio-slider__item.current {
  opacity: 1;
  z-index: 50;
  pointer-events: auto;
}
.tp-portfolio-slider__item-inner {
  position: relative;
  width: 120%;
  height: 120%;
  display: grid;
  place-items: center;
  grid-area: 1/1/-1/-1;
  background-size: cover;
  background-position: 50% 50%;
}
.tp-portfolio-slider-type {
  grid-area: main;
  display: grid;
  place-items: center;
  z-index: 9;
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .tp-portfolio-slider-type {
    bottom: 20%;
    width: 100%;
  }
}
.tp-portfolio-slider-type-title {
  font-weight: 600;
  font-size: 120px;
  line-height: 0.9;
  margin-bottom: 0;
  text-align: center;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-slider-type-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-slider-type-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-slider-type-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-portfolio-slider-type-title {
    font-size: 60px;
  }
}
.tp-portfolio-slider__mail {
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 55;
  transform: translateY(-50%);
}
@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-portfolio-slider__mail {
    right: 45px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-slider__mail {
    right: 30px;
  }
}
.tp-portfolio-slider__mail a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.6px;
  writing-mode: vertical-lr;
  color: var(--tp-common-white);
}
.tp-portfolio-slider__social {
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 55;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
}
@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-portfolio-slider__social {
    left: 45px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-slider__social {
    left: 30px;
    display: none;
  }
}
.tp-portfolio-slider__social a {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  margin: 14px 0;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-portfolio-slider__copyright {
  position: absolute;
  top: 45px;
  left: 50%;
  z-index: 55;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .tp-portfolio-slider__copyright {
    display: none;
  }
}
.tp-portfolio-slider__copyright p {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-portfolio-slider__copyright p a {
  position: relative;
}
.tp-portfolio-slider__copyright p a::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  transition: 0.3s;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  background-color: var(--tp-common-white);
}
.tp-portfolio-slider__copyright p:hover a::after {
  right: auto;
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.tp-portfolio-slider__style-2 .tp-portfolio-slider__copyright {
  position: absolute;
  top: auto;
  bottom: 80px;
  left: 50%;
  z-index: 55;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .tp-portfolio-slider__style-2 .tp-portfolio-slider__copyright {
    bottom: 140px;
    text-align: center;
  }
}
.tp-portfolio-slider__style-2 .tp-portfolio-slider-type-title {
  font-size: 180px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-portfolio-slider__style-2 .tp-portfolio-slider-type-title {
    font-size: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-slider__style-2 .tp-portfolio-slider-type-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-slider__style-2 .tp-portfolio-slider-type-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-slider__style-2 .tp-portfolio-slider-type-title {
    font-size: 70px;
  }
}
.tp-portfolio-slider__style-2 .tp-portfolio-slider-type {
  top: 65%;
}

.type__item {
  grid-area: 1/1/-1/-1;
  opacity: 0;
}

.type__item--current {
  opacity: 1;
}

.char-wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
  display: inline-flex;
}

.slider--bg {
  z-index: 1;
}
.slider--bg .tp-portfolio-slider__item-inner {
  position: relative;
}
.slider--bg .tp-portfolio-slider__item-inner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 1, 0.2);
}

.slider--fg {
  position: absolute;
  width: 20vw;
  min-width: 200px;
  aspect-ratio: 0.75;
  height: auto;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-nav {
  position: fixed;
  width: 100%;
  line-height: 1;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.slider-nav__item .icon-1, .slider-nav__item .icon-2 {
  transition: 0.3s;
  transform: translateY(-1px);
}
.slider-nav__item:hover .icon-1 {
  transform: translateX(-5px);
}
.slider-nav__item:hover .icon-2 {
  transform: translateX(5px);
}

.slider-nav__item--prev {
  grid-area: prev;
}
@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) {
  .slider-nav__item--prev {
    margin-left: 45px;
  }
}
@media (max-width: 767px) {
  .slider-nav__item--prev {
    margin-left: 30px;
  }
}

.slider-nav__item--next {
  grid-area: next;
}
@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) {
  .slider-nav__item--next {
    margin-right: 45px;
  }
}
@media (max-width: 767px) {
  .slider-nav__item--next {
    margin-right: 30px;
  }
}

.tp-portfolio-slider-small__wrap {
  border-radius: 200px;
}

.slider-nav-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
}

/* ============ creative Slider ================= */
.slide {
  width: 100%;
  height: 100%;
  grid-area: 1/1/-1/-1;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  position: relative;
  display: grid;
  place-items: center;
  will-change: transform, opacity;
}

.slide--current {
  pointer-events: auto;
  opacity: 1;
}
.slide--current .skew-slider-content {
  opacity: 1;
  visibility: visible;
}

.slide__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  will-change: transform, opacity, filter;
}

.skew-slider-wrap {
  width: 100%;
  height: 100vh;
  display: grid;
  overflow: hidden;
  place-items: center;
  grid-template-rows: 100%;
  grid-template-columns: 100%;
}
.skew-slider-arrow {
  position: absolute;
  bottom: 80px;
  gap: 10px;
  width: 100%;
  display: flex;
  padding: 0 100px;
  align-items: center;
  justify-content: space-between;
}
@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) {
  .skew-slider-arrow {
    padding: 0 45px;
  }
}
@media (max-width: 767px) {
  .skew-slider-arrow {
    padding: 0 20px;
  }
}
.skew-slider-arrow button {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.skew-slider-arrow button .icon-1, .skew-slider-arrow button .icon-2 {
  transition: 0.3s;
  margin-right: 7px;
  transform: translate(0px, -1px);
}
.skew-slider-arrow button .icon-2 {
  margin-left: 7px;
}
.skew-slider-arrow button:hover .icon-1 {
  transform: translate(-3px, -1px);
}
.skew-slider-arrow button:hover .icon-2 {
  transform: translate(3px, -1px);
}
.skew-slider-content {
  position: absolute;
  top: 50%;
  opacity: 0;
  left: 0;
  padding-left: 320px;
  visibility: hidden;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .skew-slider-content {
    padding-left: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .skew-slider-content {
    padding-left: 150px;
  }
}
@media (max-width: 767px) {
  .skew-slider-content {
    padding-left: 50px;
  }
}
.skew-slider-content h4 {
  font-size: 140px;
  line-height: 0.9;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .skew-slider-content h4 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .skew-slider-content h4 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skew-slider-content h4 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .skew-slider-content h4 {
    font-size: 60px;
  }
}
.skew-slider-content > span {
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
}

.slides-numbers {
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .slides-numbers-wrap {
    display: none;
  }
}
.slides-numbers span {
  font-size: 14px;
  font-weight: 600;
  display: block;
  line-height: 1;
  color: var(--tp-common-white);
}
.slides-numbers span.text-1 {
  transform: translateX(-5px);
}
.slides-numbers span.text-2 {
  margin-left: 10px;
  transform: rotate(25deg);
  transform-origin: left bottom;
}
.slides-numbers span.text-3 {
  margin-left: 27px;
}
.slides-numbers::after, .slides-numbers::before {
  content: "";
  width: 2px;
  height: 130px;
  display: inline-block;
  transform: translateX(13px);
  background-color: var(--tp-common-white);
}
.slides-numbers::before {
  margin-bottom: 30px;
}
.slides-numbers::after {
  margin-top: 40px;
}

/* ============ showcase Slider ================= */
#canvas-slider {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: width 0.5s ease-in-out 0;
  transition: width 0.5s ease-in-out 0s;
  z-index: 1;
}

#showcase-slider-holder {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  opacity: 1;
  z-index: 2;
}

#canvas-slider .slider-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #222;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.port-showcase-slider-item {
  height: 100vh;
}

.parallax-slider-active .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.parallax-slider-active .swiper-container {
  width: 100%;
  height: 100vh;
}

.port-showcase-slider-space {
  padding: 100px;
}
.port-showcase-slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: middle;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .port-showcase-slider-content {
    left: 40%;
  }
}
.port-showcase-slider-subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  display: inline-block;
  color: var(--tp-common-white);
}
.port-showcase-slider-title {
  font-size: 215px;
  font-weight: 500;
  line-height: 0.8;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
  letter-spacing: -6px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .port-showcase-slider-title {
    font-size: 145px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .port-showcase-slider-title {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .port-showcase-slider-title {
    font-size: 90px;
  }
}
.port-showcase-slider-social {
  position: absolute;
  bottom: 75px;
  z-index: 99;
  left: 50%;
  text-align: center;
}
.port-showcase-slider-social a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0 12px;
  color: var(--tp-common-white);
}

.tp-showcase-arrow-box {
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 0 100px;
}
.tp-showcase-arrow-box button {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-showcase-arrow-box button i {
  transform: translateY(1px);
}
.tp-showcase-arrow-box button.swiper-next i {
  transition: 0.3s;
  margin-left: 5px;
}
.tp-showcase-arrow-box button.swiper-next:hover i {
  transform: translateX(4px);
}
.tp-showcase-arrow-box button.swiper-prev i {
  transition: 0.3s;
  margin-right: 5px;
}
.tp-showcase-arrow-box button.swiper-prev:hover i {
  transform: translateX(-4px);
}

/* ============ showcase Slider ================= */
/*----------------------------------------*/
/*  9.5 Intaractive Css
/*----------------------------------------*/
.tp-porfolio-10-title-wrap ul li {
  list-style-type: none;
  display: inline-block;
  padding-right: 30px;
  padding-bottom: 25px;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .tp-porfolio-10-title-wrap ul li {
    padding: 16px;
  }
}
.tp-porfolio-10-title-wrap ul li.active {
  transition: 0.4s;
}
.tp-porfolio-10-title-wrap ul li.active a .tp-porfolio-10-title {
  color: var(--tp-common-white);
  opacity: 1;
}
.tp-porfolio-10-title-wrap ul li.active a .tp-porfolio-10-category {
  color: var(--tp-common-white);
  opacity: 1;
}
.tp-porfolio-10-title {
  font-size: 120px;
  font-weight: 800;
  line-height: 1;
  opacity: 0.06;
  transition: 0.4s;
  margin-bottom: 0;
  letter-spacing: -2.6px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-porfolio-10-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-porfolio-10-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-porfolio-10-title {
    font-size: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-porfolio-10-title {
    font-size: 61px;
  }
}
@media (max-width: 767px) {
  .tp-porfolio-10-title {
    font-size: 45px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-porfolio-10-title {
    font-size: 58px;
  }
}
.tp-porfolio-10-title-box {
  transition: 0.4s;
}
.tp-porfolio-10-category {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  margin-left: 15px;
  transform: translateY(-12px);
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
  transition: 0.4s;
  opacity: 0.06;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-porfolio-10-category {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .tp-porfolio-10-category {
    font-size: 18px;
  }
}
.tp-porfolio-10-height {
  height: 100vh;
  padding-top: 190px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-porfolio-10-height {
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .tp-porfolio-10-height {
    padding-top: 120px;
  }
}

.tp-porfolio-10-bg-1, .tp-porfolio-10-bg-2, .tp-porfolio-10-bg-3, .tp-porfolio-10-bg-4, .tp-porfolio-10-bg-5, .tp-porfolio-10-bg-6, .tp-porfolio-10-bg-7, .tp-porfolio-10-bg-8 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  visibility: hidden;
  transition: all 0.9s;
  transform: scale(1.04, 1.04);
}

#tp-porfolio-10-bg-box.tp-porfolio-10-bg-1 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-1 .tp-porfolio-10-bg-1 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-2 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-2 .tp-porfolio-10-bg-2 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-3 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-3 .tp-porfolio-10-bg-3 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-4 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-4 .tp-porfolio-10-bg-4 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-5 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-5 .tp-porfolio-10-bg-5 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-6 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-6 .tp-porfolio-10-bg-6 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-7 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-7 .tp-porfolio-10-bg-7 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-8 {
  opacity: 1;
}
#tp-porfolio-10-bg-box.tp-porfolio-10-bg-8 .tp-porfolio-10-bg-8 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.tp-port-slider-main {
  height: 100vh;
  overflow: hidden;
}

.tp-port-slider-content-wrap {
  position: absolute;
  top: 0;
  left: 170px;
  height: 100%;
  width: 50%;
  overflow-y: scroll;
  scrollbar-width: none;
  padding-top: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-port-slider-content-wrap {
    left: 120px;
  }
}
@media (max-width: 767px) {
  .tp-port-slider-content-wrap {
    left: 20px;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-port-slider-content-wrap {
    left: 120px;
    width: 100%;
  }
}

.tp-port-slider-title {
  font-size: 180px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: transparent;
  color: transparent;
  transition: 0.3s;
  cursor: pointer;
  display: block;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  font-family: var(--tp-ff-mango-bold);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.4);
  transition: background-size 0.6s cubic-bezier(0.32, 0.55, 0.58, 0.76) 0s, 0.6s -webkit-clip-path cubic-bezier(0.32, 0.55, 0.58, 0.76) 0s;
  background-image: linear-gradient(90deg, #fff 0%, #fff 50%, transparent 50.1%);
  mix-blend-mode: luminosity;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-port-slider-title {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .tp-port-slider-title {
    font-size: 70px;
  }
}
.tp-port-slider-title:hover {
  background-size: 200% 100%;
  color: var(--tp-common-white);
}

.tp-port-1, .tp-port-2, .tp-port-3, .tp-port-4, .tp-port-5, .tp-port-6, .tp-port-7, .tp-port-8, .tp-port-9 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  object-fit: cover;
  transform: scale(1.04, 1.04);
  transform-origin: 50% 50%;
  transition: all 0.9s;
}
.tp-port-1 img, .tp-port-2 img, .tp-port-3 img, .tp-port-4 img, .tp-port-5 img, .tp-port-6 img, .tp-port-7 img, .tp-port-8 img, .tp-port-9 img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  transition: none;
}

#tp-port-slider-wrap.tp-port-1 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-1 .tp-port-1 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-2 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-2 .tp-port-2 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-3 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-3 .tp-port-3 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-4 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-4 .tp-port-4 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-5 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-5 .tp-port-5 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-6 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-6 .tp-port-6 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-7 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-7 .tp-port-7 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-8 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-8 .tp-port-8 {
  opacity: 1;
  transform: scale(1);
}
#tp-port-slider-wrap.tp-port-9 {
  opacity: 1;
}
#tp-port-slider-wrap.tp-port-9 .tp-port-9 {
  opacity: 1;
  transform: scale(1);
}

/*----------------------------------------*/
/*  7.21 contact css
/*----------------------------------------*/
.tp-contact-me-heading .tp-section-title {
  font-size: 90px;
  font-weight: 600;
  letter-spacing: -0.9px;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-contact-me-heading .tp-section-title {
    font-size: 65px;
  }
}
.tp-contact-me-wrap {
  gap: 30px;
  display: flex;
}
.tp-contact-me-wrap p {
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-contact-me-wrap p br {
    display: none;
  }
}
.tp-contact-me-subtitle {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--tp-ff-teko);
}
.tp-contact-me-subtitle::after {
  content: "";
  height: 1px;
  width: 39px;
  margin-left: 10px;
  display: inline-block;
  transform: translateY(-4px);
  background-color: var(--tp-common-white);
}
.tp-contact-me-wrapper {
  padding: 50px;
  border: 1px solid rgba(245, 247, 245, 0.1);
}
@media (max-width: 767px) {
  .tp-contact-me-wrapper {
    padding: 30px;
  }
}
.tp-contact-me-form-input input, .tp-contact-me-form-input textarea {
  height: 70px;
  background: rgba(40, 40, 40, 0.8509803922);
  border-color: transparent;
  color: var(--tp-common-white);
}
.tp-contact-me-form-input input::placeholder, .tp-contact-me-form-input textarea::placeholder {
  color: rgba(245, 247, 245, 0.6);
}
.tp-contact-me-form-input input:focus, .tp-contact-me-form-input textarea:focus {
  border-color: #FFF669;
}
.tp-contact-me-form-input textarea {
  resize: none;
  height: 160px;
}
.tp-contact-me-form-btn button {
  font-size: 16px;
  font-weight: 500;
  color: #010103;
  border-radius: 50px;
  display: inline-block;
  padding: 14px 31px 10px;
  text-transform: uppercase;
  background-color: #FFF669;
  border: 1px solid transparent;
  font-family: var(--tp-ff-teko);
}
.tp-contact-me-form-btn button:hover {
  color: var(--tp-common-yellow);
  background-color: transparent;
  border-color: var(--tp-common-yellow);
}
.tp-contact-me-form-btn button span {
  margin-left: 5px;
  display: inline-block;
}
.tp-contact-me-form-category-title {
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: -0.32px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}
.tp-contact-me-form-category-list span {
  margin-left: 0;
  margin-bottom: 10px;
}
.tp-contact-me-form-category-list span label {
  display: inline-block;
}
.tp-contact-me-form-category-list span label input {
  display: none;
}
.tp-contact-me-form-category-list span label input:checked ~ span {
  background-color: #FFF669;
  color: var(--tp-common-black);
  border-color: #FFF669;
}
.tp-contact-me-form-category-list span label span {
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin-right: 7px;
  padding: 11px 31px;
  border-radius: 50px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 0px !important;
  color: var(--tp-common-white);
  border: 1px solid rgba(245, 247, 245, 0.1);
}
.tp-contact-me-form-category-list span label span:hover {
  border-color: #FFF669;
  background-color: #FFF669;
  color: var(--tp-common-black);
}
.tp-contact-me-form-category-list.plr span label span {
  padding: 10px 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-us-ptb {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-us-top-ptb {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-us-shape {
    display: none;
  }
}
.tp-contact-us-heading {
  gap: 180px;
  display: flex;
  position: relative;
  margin-right: -260px;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-us-heading {
    gap: 40px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-us-heading {
    gap: 15px;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-us-heading p br {
    display: none;
  }
}
.tp-contact-us-title {
  font-size: 105px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -6px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-us-title br {
    display: none;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-us-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-us-title {
    font-size: 60px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .tp-contact-us-title {
    font-size: 50px;
    letter-spacing: 0;
  }
}
.tp-contact-us-map {
  width: 100%;
  height: 635px;
}
.tp-contact-us-map iframe {
  width: 100%;
  height: 100%;
}
.tp-contact-us-info {
  right: 32px;
  bottom: -80px;
  position: absolute;
}
@media (max-width: 767px) {
  .tp-contact-us-info {
    margin-top: 40px;
    position: static;
  }
}
.tp-contact-us-form-border {
  padding: 120px 190px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-us-form-border {
    padding: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-us-form-border {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-us-form-border {
    padding: 40px;
  }
}
.tp-contact-us-form-subtitle {
  font-size: 10px;
  font-weight: 600;
  padding: 2px 25px;
  border-radius: 20px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-unbounded);
  border: 1px solid rgba(1, 1, 3, 0.1);
}
.tp-contact-us-form-subtitle::before {
  content: "";
  height: 6px;
  width: 6px;
  margin-right: 5px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-1px);
  background-color: var(--tp-common-black);
}
.tp-contact-us-form-title {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1.28px;
  color: var(--tp-common-black);
}
.tp-contact-us-form-input label {
  font-size: 14px;
  font-weight: 500;
  color: #030303;
  margin-bottom: 10px;
}
.tp-contact-us-form-input input, .tp-contact-us-form-input textarea {
  color: var(--tp-common-black);
}
.tp-contact-us-form-input input:focus, .tp-contact-us-form-input textarea:focus {
  background-color: transparent;
}
.tp-contact-us-form-input input::placeholder, .tp-contact-us-form-input textarea::placeholder {
  color: #999;
}
.tp-contact-us-form-input textarea {
  resize: none;
  height: 180px;
}

.cn-contact-info-thumb {
  overflow: hidden;
  margin-right: 140px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cn-contact-info-thumb {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cn-contact-info-thumb {
    margin-right: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cn-contact-info-thumb {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cn-contact-info-thumb {
    margin-right: 20px;
    margin-bottom: 30px;
  }
}
.cn-contact-info-thumb img {
  width: 320px;
  transition: all 0.9s ease-in-out;
}
.cn-contact-info-item {
  padding: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.cn-contact-info-item:hover .cn-contact-info-thumb img {
  transform: scale(1.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cn-contact-left {
    margin-bottom: 50px;
  }
}
.cn-contact-left-title {
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 160px;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cn-contact-left-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cn-contact-left-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cn-contact-left-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cn-contact-left-info {
    margin-bottom: 30px;
  }
}
.cn-contact-left-info span {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
.cn-contact-left-info span i {
  padding-right: 5px;
}
.cn-contact-location {
  margin-bottom: 115px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cn-contact-location {
    margin-bottom: 50px;
  }
}
.cn-contact-location-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
  color: var(--tp-common-black);
}
.cn-contact-location a {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cn-contact-location a {
    font-size: 16px;
  }
}
.cn-contact-map a {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  color: var(--tp-common-black);
}
.cn-contact-map a:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}
.cn-contact-map a::before {
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0;
  content: "";
  transition: 0.4s;
  position: absolute;
  background: var(--tp-common-black);
}
.cn-contact-map a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  content: "";
  background: rgba(1, 1, 3, 0.3);
}
.cn-contact-right {
  padding-left: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cn-contact-right {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cn-contact-right {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cn-contact-right-wrap {
    flex-wrap: wrap;
  }
}
.cn-contact-right-info a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cn-contact-right-info a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .cn-contact-right-info a {
    margin-bottom: 15px;
  }
}
.cn-contact-right-info a:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}
.cn-contact-right-info a::before {
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0;
  content: "";
  transition: 0.4s;
  position: absolute;
  background: var(--tp-common-black);
}
.cn-contact-right-info a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  content: "";
  background: rgba(1, 1, 3, 0.3);
}

/*----------------------------------------*/
/*  7.22 Shop css
/*----------------------------------------*/
.slider__active-13 .swiper-slide-active .slider__title-13, .slider__active-13 .swiper-slide-active .slider__title-pre-13, .slider__active-13 .swiper-slide-active .slider__content-13 p, .slider__active-13 .swiper-slide-active .slider__btn-13 {
  animation-name: fadeInUp;
  animation-fill-mode: both;
}
.slider__active-13 .swiper-slide-active .slider__thumb-13 img {
  animation-name: fadeInRight;
  animation-fill-mode: both;
}
.slider__active-13 .swiper-slide-active .slider__thumb-13-circle {
  animation-name: fadeInRight;
  animation-fill-mode: both;
}
.slider__item {
  position: relative;
  z-index: 1;
}
.slider__height-13 {
  min-height: 800px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__height-13 {
    min-height: 1000px;
  }
}
@media (max-width: 767px) {
  .slider__height-13 {
    min-height: 700px;
  }
}
.slider__thumb-13 {
  position: relative;
  z-index: 1;
}
.slider__thumb-13-circle-1, .slider__thumb-13-circle-2 {
  position: absolute;
  top: -30%;
  right: -25%;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background-color: var(--tp-common-white-solid);
  -webkit-animation: tp-hotspot 3s infinite cubic-bezier(0.4, 0, 1, 1);
  animation: tp-hotspot 3s infinite cubic-bezier(0.4, 0, 1, 1);
  animation-delay: 0s;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider__thumb-13-circle-1 {
  animation-delay: 1s;
}
.slider__thumb-13 img {
  position: relative;
  animation-delay: 0.9s;
  animation-duration: 1s;
}
@media (max-width: 767px) {
  .slider__thumb-13 img {
    width: 58%;
  }
}
@media (max-width: 767px) {
  .slider__thumb-13 img {
    width: 100%;
  }
}
.slider__title-13 {
  font-family: var(--tp-ff-p);
  font-weight: 500;
  font-size: 80px;
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin-bottom: 45px;
  animation-delay: 0.5s;
  animation-duration: 1s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__title-13 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .slider__title-13 {
    font-size: 40px;
  }
}
.slider__title-pre-13 {
  font-size: 16px;
  letter-spacing: 0.03em;
  color: var(--tp-text-body);
  position: relative;
  padding-left: 13px;
  display: inline-block;
  line-height: 1.12;
  margin-bottom: 11px;
  animation-delay: 0.3s;
  animation-duration: 1s;
  font-family: var(--tp-ff-p);
}
.slider__title-pre-13::after {
  position: absolute;
  content: "";
  left: 0;
  top: -2px;
  width: 2px;
  height: 37px;
  background-color: #f50963;
}
.slider__content-13 {
  position: relative;
  z-index: 11;
}
.slider__content-13 .tp-btn-border {
  color: var(--tp-common-black);
  border: 1.5px solid var(--tp-common-black);
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
  font-family: var(--tp-ff-p);
  padding: 13px 26px;
}
.slider__content-13 .tp-btn-border span {
  margin-left: 2px;
}
.slider__content-13 .tp-btn-border svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.slider__content-13 .tp-btn-border:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.slider__btn-13 {
  animation-delay: 0.7s;
  animation-duration: 1s;
}

.features__item-13:hover .features__icon-13 span svg, .features__item-13:hover .features__icon-13 span i {
  animation-name: tpshake;
  animation-timing-function: ease-in-out;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
}
.features__icon-13 span {
  margin-right: 16px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  border-radius: 45px;
  border: 1px solid rgba(3, 4, 28, 0.1);
  color: var(--tp-common-black);
}
.features__icon-13 span svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.features__icon-13 span svg, .features__icon-13 span i {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.features__title-13 {
  font-family: var(--tp-ff-p);
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black-solid);
  margin-bottom: 5px;
}
.features__title-13 a:hover {
  color: var(--tp-theme-1);
}
.features__content-13 p {
  font-family: var(--tp-ff-p);
  font-size: 15px;
  line-height: 1.33;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features__content-13 p br {
    display: none;
  }
}

.grey-bg-17 {
  background-color: #f0f2ee;
}

.cta__title-13 {
  font-size: 34px;
  line-height: 1.18;
  margin-bottom: 0;
  font-family: var(--tp-ff-p);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cta__title-13 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cta__title-13 {
    margin-bottom: 20px;
    font-size: 23px;
  }
}
.cta__inner-13 {
  padding: 60px 70px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta__inner-13 {
    padding: 40px 50px;
  }
}
@media (max-width: 767px) {
  .cta__inner-13 {
    padding: 30px;
  }
}
.cta__input-13 {
  position: relative;
}
.cta__input-13 input {
  height: 64px;
  background: #FFFFFF;
  border: 1px solid var(--tp-common-black);
  font-size: 15px;
  font-family: var(--tp-ff-p);
  padding-right: 180px;
}
.cta__input-13 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7D7F82;
}
.cta__input-13 input::-moz-placeholder { /* Firefox 19+ */
  color: #7D7F82;
}
.cta__input-13 input:-moz-placeholder { /* Firefox 4-18 */
  color: #7D7F82;
}
.cta__input-13 input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #7D7F82;
}
.cta__input-13 input::placeholder { /* MODERN BROWSER */
  color: #7D7F82;
}
.cta__input-13 input:focus {
  border-color: #F50963;
}
@media (max-width: 767px) {
  .cta__input-13 input {
    padding-right: 26px;
  }
}
.cta__input-13 .tp-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: var(--tp-ff-p);
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  padding: 10px 42px;
}
@media (max-width: 767px) {
  .cta__input-13 .tp-btn {
    position: static;
    margin-top: 15px;
  }
}
.cta__input-13 .tp-btn:hover {
  background-color: #F50963;
  color: var(--tp-common-white);
}

.product__category-slider .tp-scrollbar {
  background-color: #E7E7E7;
  height: 2px;
}
.product__category-slider .tp-scrollbar .swiper-scrollbar-drag {
  background-color: #f50963;
  height: 2px;
  border-radius: 0;
}
.product__category-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  font-family: var(--tp-ff-p);
  color: var(--tp-common-black);
}
.product__category-title a:hover {
  color: #f50963;
}
.product__category-content {
  padding-top: 21px;
  padding-bottom: 21px;
}
.product__tab .nav-tabs {
  border: none;
}
.product__tab .nav-tabs .nav-item {
  border: none;
}
.product__tab .nav-tabs .nav-item:not(:last-child) {
  margin-right: 25px;
}
.product__tab .nav-tabs .nav-item .nav-link {
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-text-body);
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  border: none;
}
.product__tab .nav-tabs .nav-item .nav-link::after {
  position: absolute;
  content: "";
  bottom: 1px;
  left: auto;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #F50963;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product__tab .nav-tabs .nav-item .nav-link.active {
  border: none;
  color: #F50963;
}
.product__tab .nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
  left: 0;
  right: auto;
}
.product__tab .nav-tabs .nav-item .nav-link:hover {
  border: none;
  color: #F50963;
}
.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__thumb img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product__content {
  padding-top: 14px;
}
.product__rating span {
  font-size: 11px;
  color: #ffb21d;
  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__title {
  font-family: var(--tp-ff-inter);
  font-weight: 400;
  font-size: 14px;
}
.product__title a:hover {
  color: #F50963;
}
.product__ammount {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-text-body);
}
.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: #F50963;
}
.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;
  transition: visibility 0.3s 0.1s ease-out, opacity 0.3s 0.15s ease-out, transform 0.3s 0.1s ease-out;
}
.product__action a 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: #F50963;
  color: var(--tp-common-white);
}
.product__add {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
}
.product__list-item {
  background: var(--tp-common-white);
  border: 1px solid #E9E9F0;
}
.product__list-thumb {
  height: 100%;
}
.product__list-thumb img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .product__list-thumb img {
    width: 100%;
  }
}
.product__list-title {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 12px;
}
.product__list-title a:hover {
  color: #F50963;
}
.product__list-action button {
  margin-bottom: 6px;
}
.product__list-action button:not(:last-child) {
  margin-right: 6px;
}
.product__list-action button.product-action-btn {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  color: var(--tp-common-black);
  border: 1px solid #DADCE0;
}
.product__list-action button.product-action-btn .product-action-tooltip {
  top: auto;
  bottom: 90%;
  left: auto;
  right: auto;
  margin: auto;
  margin-bottom: 10px;
  -webkit-transform: translate(-60%, 0%);
  -moz-transform: translate(-60%, 0%);
  -ms-transform: translate(-60%, 0%);
  -o-transform: translate(-60%, 0%);
  transform: translate(-60%, 0%);
}
.product__list-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__list-action button.product-action-btn:hover {
  color: var(--tp-common-white);
  background-color: #F50963;
  border-color: #F50963;
}
.product__list-action button.product-action-btn:hover .product-action-tooltip {
  bottom: 100%;
  top: auto;
  right: auto;
}
.product__list-content {
  padding-right: 75px;
  padding-top: 47px;
  padding-bottom: 40px;
  margin-left: -5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product__list-content {
    padding-right: 45px;
    margin-left: 0;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product__list-content {
    padding-right: 30px;
    margin-left: 0;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product__list-content {
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-left: 0;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product__list-content {
    padding: 35px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .product__list-content {
    padding: 25px;
    margin-left: 0;
  }
}
.product__list-content p {
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 28px;
}
.product__list-price {
  margin-bottom: 8px;
}
.product__list-ammount {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-text-body);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .product__details-thumb-tab {
    margin-right: 0;
  }
}
.product__details-thumb-content {
  margin-bottom: 14px;
}
.product__details-thumb-nav nav .nav-tabs {
  border: none;
}
.product__details-thumb-nav .nav-link {
  padding: 0;
  width: 110px;
  height: 110px;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .product__details-thumb-nav .nav-link {
    margin-right: 12px;
  }
}
.product__details-thumb-nav .nav-link:hover {
  border-color: transparent;
}
.product__details-thumb-nav .nav-link::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #F50963;
  background-color: transparent;
  -webkit-transition: 0.2s 0.3s ease-in-out;
  -moz-transition: 0.2s 0.3s ease-in-out;
  -ms-transition: 0.2s 0.3s ease-in-out;
  -o-transition: 0.2s 0.3s ease-in-out;
  transition: 0.2s 0.3s ease-in-out;
}
.product__details-thumb-nav .nav-link.active::after {
  visibility: visible;
  opacity: 1;
}
.product__details-stock {
  margin-bottom: 13px;
}
.product__details-stock span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #F50963;
  padding: 5px 18px;
  border: 1px solid rgba(245, 9, 99, 0.1);
}
.product__details-title {
  font-family: var(--tp-ff-p);
  font-weight: 500;
  font-size: 34px;
  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-family: var(--tp-ff-p);
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .product__details-wrapper {
    margin-top: 40px;
  }
}
.product__details-wrapper p {
  font-family: var(--tp-ff-p);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 23px;
}
.product__details-price {
  margin-bottom: 35px;
}
.product__details-price span {
  font-family: var(--tp-ff-p);
  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: 16px;
  text-decoration-line: line-through;
  color: var(--tp-text-body);
}
.product__details-ammount.new-ammount {
  font-weight: 600;
  font-size: 24px;
  color: var(--tp-common-black);
  margin-left: 1px;
}
.product__details-offer {
  margin-left: 2px;
  font-weight: 700;
  font-size: 13px;
  color: var(--tp-common-white);
  background-color: #F50963;
  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 {
  width: 148px;
  margin-bottom: 40px;
  position: relative;
}
.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: #F50963;
  border-color: #F50963;
}
.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-body);
}
.product__details-more span a:hover {
  color: #F50963;
}
.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-body);
  border: 1px solid #DADCE0;
  padding: 4px 12px;
  margin-bottom: 6px;
  display: inline-block;
}
.product__details-tags a:hover {
  background-color: #F50963;
  border-color: #F50963;
  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-body);
  margin-bottom: 6px;
  margin-right: 10px;
}
.product__details-share a:hover {
  color: #F50963;
}
.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-body);
  border-bottom: 1px solid transparent;
}
.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;
}
.product__details-tab-nav .nav-link.active {
  border-color: #F50963;
}
@media (max-width: 767px) {
  .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 ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-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: #F50963;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .product__details-description-content {
    padding-right: 0;
  }
}
.product__details-description-content .product-desc-title {
  font-family: var(--tp-ff-p);
  font-weight: 500;
  font-size: 34px;
  color: var(--tp-common-black-solid);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .product__details-description-content .product-desc-title {
    font-size: 25px;
  }
}
.product__details-description-content p {
  font-family: var(--tp-ff-p);
  font-size: 18px;
  line-height: 1.67;
  color: var(--tp-text-body);
  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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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-family: var(--tp-ff-p);
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-black);
  width: 28%;
  display: inline-block;
}
.product__details-additional table tr td {
  width: 71%;
  display: inline-block;
  font-family: var(--tp-ff-p);
  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: 767px) {
  .product__details-review-inner {
    padding: 15px 20px 20px;
  }
}
.product__details-review .product-rating-title {
  font-family: var(--tp-ff-p);
  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: 767px) {
  .product__details-review .product-rating-number {
    margin-bottom: 15px;
  }
}
.product__details-review .product-rating-number-title {
  font-family: var(--tp-ff-p);
  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;
  color: #ffb21d;
  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: 767px) {
  .product__details-review .product-rating-bar-wrapper {
    width: 100%;
  }
}
.product__details-review .product-rating-bar .single-progress {
  background-color: #F50963;
  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: 767px) {
  .product__details-review .product-rating-bar-text {
    width: 7.5%;
  }
}
.product__details-review .product-rating-bar-text span {
  font-family: var(--tp-ff-p);
  font-size: 14px;
  color: var(--tp-text-body);
}
.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-family: var(--tp-ff-p);
  font-size: 15px;
  line-height: 1.6;
  color: var(--tp-text-body);
}
.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-family: var(--tp-ff-p);
  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;
  color: #ffb21d;
  display: inline-block;
}
.product__details-review .product-review-rating-wrapper span:not(:last-child) {
  margin-right: 3px;
}
.product__details-review .product-review-rating-date span {
  font-family: var(--tp-ff-p);
  font-weight: 400;
  font-size: 13px;
  color: var(--tp-text-body);
}
.product__details-review .product-review-form p {
  font-family: var(--tp-ff-p);
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-text-body);
  margin-bottom: 20px;
}
.product__details-review .product-review-form-title {
  font-family: var(--tp-ff-p);
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.product__details-review .product-review-form-rating .rate-title {
  font-family: var(--tp-ff-p);
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-text-body);
}
.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;
  resize: none;
  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: #F50963;
  background-color: var(--tp-common-white);
}
.product__details-review .product-review-input textarea {
  height: 180px;
  line-height: 1.2;
  padding-bottom: 20px;
}
.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;
  border-radius: 4px;
  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: #F50963;
  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-body);
}
.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: #F50963;
}
.product__details-review .product-review-agree label:hover {
  cursor: pointer;
}
.product__details-review .product-review-btn .tp-btn {
  font-size: 15px;
  font-weight: 600;
  padding: 12px 37px;
  font-family: var(--tp-ff-p);
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.product__details-review .product-review-btn .tp-btn:hover {
  background-color: #F50963;
}
.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: 767px) {
  .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%;
}
@media (max-width: 767px) {
  .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-body);
  border-radius: 50%;
}
.product__modal-close-btn:hover {
  color: #F50963;
  -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);
}

.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: 6px 8px;
  margin-right: 8px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-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: #F50963;
}
.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: 767px) {
  .product-add-cart-btn-2 {
    width: 100%;
  }
}
.product-add-cart-btn-2:hover {
  background-color: #F50963;
  border-color: #F50963;
  color: var(--tp-common-white);
}
.product-add-cart-btn-3 {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  padding: 12px 45px;
}
.product-add-cart-btn-3:hover {
  color: var(--tp-common-white);
  background-color: #F50963;
}
@media (max-width: 767px) {
  .product-add-cart-btn-3 {
    width: 100%;
  }
}

.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);
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -moz-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 0;
  -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%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background-color: #DADCE0;
}
.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: #F50963;
}
.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] {
  height: 44px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #DADCE0;
  background-color: transparent;
  padding: 0 45px;
}
.tp-cart-input[type=text]:focus {
  outline: none;
}

.banner__inner {
  padding: 100px 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__inner {
    padding: 100px 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__inner {
    padding: 60px 60px;
    background-position: left;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__inner {
    padding: 45px;
    background-position: left;
  }
}
@media (max-width: 767px) {
  .banner__inner {
    padding: 35px;
    background-position: left;
  }
}
.banner__title {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.09;
  margin-bottom: 21px;
  font-family: var(--tp-ff-p);
}
@media (max-width: 767px) {
  .banner__title {
    font-size: 28px;
  }
}
.banner__title a:hover {
  color: var(--tp-theme-1);
}
.banner__content > span {
  font-family: var(--tp-ff-p);
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-text-1);
  display: inline-block;
  margin-bottom: 7px;
}
.banner__content p {
  font-family: var(--tp-ff-p);
  font-style: normal;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 35px;
}
.banner__content p span {
  font-weight: 700;
  font-size: 24px;
  color: var(--tp-common-black);
}
.banner__btn .tp-btn {
  font-family: var(--tp-ff-p);
  font-weight: 500;
  font-size: 14px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 2px rgba(3, 4, 28, 0.1);
  color: var(--tp-common-black);
  padding: 9px 25px;
}
.banner__btn .tp-btn:hover {
  background-color: #F50963;
  color: var(--tp-common-white);
}
.banner__btn .tp-btn svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.shop__top {
  padding: 15px 20px;
  padding-left: 30px;
  border: 1px solid rgba(3, 4, 28, 0.1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .shop__result {
    margin-bottom: 15px;
  }
}
.shop__result p {
  font-family: var(--tp-ff-p);
  font-size: 16px;
  margin-bottom: 0;
}
.shop__sort-tab .nav-link {
  font-size: 18px;
  color: #ABABAB;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .shop__sort-tab .nav-link {
    margin-bottom: 20px;
  }
}
.shop__sort-tab .nav-link.active {
  color: #F50963;
}
.shop__sort-select .nice-select {
  height: 40px;
  line-height: 40px;
  border: 1px solid #E9E9F0;
  width: 230px;
  border-radius: 0;
  font-family: var(--tp-ff-p);
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-text-body);
  padding: 0 20px;
}
.shop__sort-select .nice-select::after {
  right: 14px;
}
.shop__sort-select .nice-select .list {
  width: 100%;
  margin-top: 0;
  border-radius: 0;
  padding: 12px 0;
}
.shop__sort-select .nice-select .list .option {
  line-height: 30px;
  min-height: 30px;
}
.shop__sort-select .nice-select .list .option:hover {
  color: var(--tp-common-black);
}
.shop__sort-select .nice-select .list .option.selected {
  font-weight: 400;
  color: var(--tp-common-black);
}
.shop__sidebar.on-left {
  margin-right: 30px;
  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: 767px) {
  .shop__sidebar.on-left {
    margin-right: 0;
  }
}
.shop__sidebar.on-right {
  margin-right: 0;
  margin-left: 30px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .shop__sidebar.on-right {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop__sidebar.on-right {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.shop__widget {
  margin-bottom: 8px;
}
.shop__widget .accordion-item {
  border: none;
}
.shop__widget .accordion-button {
  font-family: var(--tp-ff-p);
  font-weight: 400;
  font-size: 17px;
  line-height: 12px;
  color: var(--tp-common-black-solid);
  padding: 10px 0;
  margin-bottom: 25px;
  border-radius: 0;
}
.shop__widget .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--tp-common-black-solid);
}
.shop__widget .accordion-button:focus {
  box-shadow: none;
}
.shop__widget .accordion-button::after {
  top: 37%;
  color: var(--tp-common-black-solid);
}
.shop__widget .accordion-button.collapsed {
  border-radius: 0 !important;
}
.shop__widget .accordion-button.collapsed::after {
  color: var(--tp-common-black-solid);
}
.shop__widget .accordion-button:hover {
  color: #F50963;
}
.shop__widget .accordion-button:hover::after {
  color: #F50963;
}
.shop__widget-list-item:not(:last-child) {
  margin-bottom: 6px;
}
.shop__widget-list-item input {
  display: none;
}
.shop__widget-list-item input:checked ~ label {
  color: var(--tp-common-black);
}
.shop__widget-list-item input:checked ~ label::after {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.shop__widget-list-item input:checked ~ label::before {
  color: var(--tp-common-white);
}
.shop__widget-list-item label {
  font-family: var(--tp-ff-p);
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-text-body);
  position: relative;
  padding-left: 31px;
}
.shop__widget-list-item label::after, .shop__widget-list-item label::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #DADCE0;
  -webkit-transition: 0.1s 0.3s ease-in-out;
  -moz-transition: 0.1s 0.3s ease-in-out;
  -ms-transition: 0.1s 0.3s ease-in-out;
  -o-transition: 0.1s 0.3s ease-in-out;
  transition: 0.1s 0.3s ease-in-out;
}
.shop__widget-list-item label::before {
  content: "\f00c";
  font-family: var(--tp-ff-fontawesome);
  color: transparent;
  z-index: 1;
  border: 0;
  width: inherit;
  height: inherit;
  top: -2px;
  left: 4px;
  font-size: 12px;
}
.shop__widget-list-item label:hover {
  cursor: pointer;
}
.shop__widget-list-item-2:not(:last-child) {
  margin-bottom: 10px;
}
.shop__widget-list-item-2 input {
  display: none;
}
.shop__widget-list-item-2 input:checked ~ label::before {
  color: var(--tp-common-white);
}
.shop__widget-list-item-2 label {
  font-family: var(--tp-ff-p);
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-text-body);
  position: relative;
  padding-left: 31px;
}
.shop__widget-list-item-2 label::after, .shop__widget-list-item-2 label::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  -webkit-transition: 0.1s 0.3s ease-in-out;
  -moz-transition: 0.1s 0.3s ease-in-out;
  -ms-transition: 0.1s 0.3s ease-in-out;
  -o-transition: 0.1s 0.3s ease-in-out;
  transition: 0.1s 0.3s ease-in-out;
  background-color: var(--tp-common-black);
}
.shop__widget-list-item-2 label::before {
  content: "\f00c";
  font-family: var(--tp-ff-fontawesome);
  color: transparent;
  z-index: 1;
  border: 0;
  width: inherit;
  height: inherit;
  top: 0px;
  left: 6px;
  font-size: 12px;
  background-color: transparent;
}
.shop__widget-list-item-2 label:hover {
  cursor: pointer;
}
.shop__widget-list-item-2.has-orange label::after {
  background-color: #FFB733;
}
.shop__widget-list-item-2.has-green label::after {
  background-color: #95C995;
}
.shop__widget-list-item-2.has-red label::after {
  background-color: #FF5656;
}
.shop__widget-list-item-2.has-yellow label::after {
  background-color: #E2E20D;
}
.shop__widget-search-input {
  position: relative;
}
.shop__widget-search-input input {
  width: 100%;
  height: 46px;
  padding: 0 20px;
  font-size: 14px;
  padding-right: 45px;
  border: 1px solid #DADCE0;
  background-color: transparent;
  font-family: var(--tp-ff-p);
}
.shop__widget-search-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #767A7D;
}
.shop__widget-search-input input::-moz-placeholder { /* Firefox 19+ */
  color: #767A7D;
}
.shop__widget-search-input input:-moz-placeholder { /* Firefox 4-18 */
  color: #767A7D;
}
.shop__widget-search-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #767A7D;
}
.shop__widget-search-input input::placeholder { /* MODERN BROWSER */
  color: #767A7D;
}
.shop__widget-search-input input:focus {
  border-color: #F50963;
}
.shop__widget-search-input button {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.shop__widget-search-input button svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.shop__widget-search-input button:hover {
  color: #F50963;
}

.tp-pagination ul li {
  display: inline-block;
  margin-bottom: 20px;
}
.tp-pagination ul li:not(:last-child) {
  margin-right: 1px;
}
.tp-pagination ul li a, .tp-pagination ul li span {
  display: inline-block;
  font-family: var(--tp-ff-p);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--tp-text-body);
  min-height: 44px;
  min-width: 44px;
  line-height: 44px;
  text-align: center;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.06);
}
.tp-pagination ul li a:hover, .tp-pagination ul li a.current, .tp-pagination ul li span:hover, .tp-pagination ul li span.current {
  background: #F50963;
  border-color: #F50963;
  color: var(--tp-common-white);
  box-shadow: 0px 1px 2px rgba(3, 4, 28, 0.1);
}
.tp-pagination ul li a svg, .tp-pagination ul li a i, .tp-pagination ul li span svg, .tp-pagination ul li span i {
  margin-left: 2px;
}
.tp-pagination ul li a svg, .tp-pagination ul li span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-pagination ul li a.page-numbers {
  padding: 12px 19px;
  line-height: 1.2;
}
.tp-pagination ul li a.tp-pagination-prev svg, .tp-pagination ul li a.tp-pagination-prev i {
  margin-left: 0;
  margin-right: 2px;
}
.tp-pagination-style-2 ul li a, .tp-pagination-style-2 ul li span {
  border: 1px solid #EAEAEF;
  line-height: 42px;
  box-shadow: none;
}

/* 16. Cart */
.tp-wishlist-btn .tp-btn {
  padding: 16px 40px 18px;
}

.tp-continue-shopping {
  margin-bottom: 30px;
  padding: 17px 37px;
  background-color: var(--tp-grey-1);
}
.tp-continue-shopping p {
  margin-bottom: 0;
  font-size: 16px;
  font-family: var(--tp-ff-space);
  color: var(--tp-common-black);
}
.tp-continue-shopping p i {
  padding-left: 2px;
}
.tp-continue-shopping p a:hover {
  color: #F50963;
}

.table > :not(:first-child) {
  border-top: 0;
}

.table-content table {
  background: #ffffff;
  border-color: #eaedff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .table-content table {
    width: 800px;
  }
}

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

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

.table-content table td.product-name a:hover {
  color: #F50963;
}

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

.table-content table th, .table-content table td {
  border-bottom: 1px solid #eaeaef;
  border-right: 1px solid #eaeaef;
}

.product-quantity input {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #eaeaef;
}

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

.product-quantity > input {
  width: 80px;
  border-radius: 3px;
}

.table-content table td.product-quantity .tp-product-quantity {
  margin: auto;
  width: 148px;
  position: relative;
}

.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;
  display: flex;
}
.coupon .tp-btn {
  flex: 0 0 auto;
  padding: 16px 29px 18px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.coupon .tp-btn:hover {
  background-color: #F50963;
}

@media (max-width: 767px) {
  .coupon {
    float: none;
  }
}
#coupon_code {
  width: 64%;
  height: 60px;
  margin-right: 10px;
  border: 1px solid #f5f5f8;
  background-color: transparent;
  background-color: #f5f5f8;
  color: var(--tp-common-black);
}
#coupon_code::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #85858B;
}
#coupon_code::-moz-placeholder { /* Firefox 19+ */
  color: #85858B;
}
#coupon_code:-moz-placeholder { /* Firefox 4-18 */
  color: #85858B;
}
#coupon_code:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #85858B;
}
#coupon_code::placeholder { /* MODERN BROWSER */
  color: #85858B;
}
#coupon_code:focus {
  border-color: #F50963;
  background-color: var(--tp-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  #coupon_code {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #coupon_code {
    margin-bottom: 15px;
  }
}
.coupon2 {
  float: right;
}
.coupon2 .tp-btn {
  padding: 16px 29px 18px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.coupon2 .tp-btn:hover {
  background-color: #F50963;
}

@media (max-width: 767px) {
  .coupon2 {
    float: none;
    margin-top: 15px;
  }
}
.cart-page-total {
  padding-top: 50px;
}
.cart-page-total .tp-btn {
  padding: 16px 29px 16px;
  border: 1px solid #eaeaef;
  background-color: transparent;
  color: var(--tp-common-black);
}
.cart-page-total .tp-btn:hover {
  background-color: #F50963;
  border-color: #F50963;
  color: var(--tp-common-white);
}

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

.cart-page-total > ul {
  border: 1px solid #eaeaef;
}

.cart-page-total > ul > li {
  list-style: none;
  font-size: 15px;
  color: var(--tp-common-black);
  padding: 10px 30px;
  border-bottom: 1px solid #eaeaef;
  font-weight: 500;
}
.cart-page-total > ul > li span {
  color: var(--tp-text-body);
  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;
}

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

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

.coupon-accordion span {
  color: var(--tp-text-body);
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
}

.coupon-accordion span:hover, p.lost-password a:hover {
  color: #F50963;
}

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

.coupon-info p.coupon-text {
  font-size: 14px;
  margin-bottom: 15px;
  color: var(--tp-common-black);
}

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

.coupon-info p.form-row-first label, .coupon-info p.form-row-last label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: var(--tp-common-black);
}

.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 {
  width: 100%;
  height: 60px;
  border: 1px solid #f5f5f8;
  outline: 0;
  background-color: #f5f5f8;
  color: var(--tp-common-black);
  padding: 0 25px;
}
.coupon-info p.form-row-first input::-webkit-input-placeholder,
.coupon-info p.form-row-last input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #85858B;
}
.coupon-info p.form-row-first input::-moz-placeholder,
.coupon-info p.form-row-last input::-moz-placeholder { /* Firefox 19+ */
  color: #85858B;
}
.coupon-info p.form-row-first input:-moz-placeholder,
.coupon-info p.form-row-last input:-moz-placeholder { /* Firefox 4-18 */
  color: #85858B;
}
.coupon-info p.form-row-first input:-ms-input-placeholder,
.coupon-info p.form-row-last input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #85858B;
}
.coupon-info p.form-row-first input::placeholder,
.coupon-info p.form-row-last input::placeholder { /* MODERN BROWSER */
  color: #85858B;
}
.coupon-info p.form-row-first input:focus,
.coupon-info p.form-row-last input:focus {
  border-color: #F50963;
  background-color: var(--tp-common-white);
}

.coupon-info .form-row .tp-btn {
  padding: 12px 42px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.coupon-info .form-row .tp-btn:hover {
  background-color: var(--tp-common-black);
}

.coupon-info p.form-row input[type=submit]:hover, p.checkout-coupon input[type=submit]:hover {
  background: var(--tp-theme-1) none repeat scroll 0 0;
}

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

.form-row > label {
  font-size: 14px;
  margin-top: 15px;
  margin-left: 15px;
  color: var(--tp-common-black);
}

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

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

p.lost-password a {
  font-size: 14px;
  color: var(--tp-common-black);
}

.checkout-coupon .tp-btn {
  padding: 13px 36px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.checkout-coupon .tp-btn:hover {
  background-color: #F50963;
}

p.checkout-coupon input[type=text] {
  width: 100%;
  height: 60px;
  border: 1px solid #f5f5f8;
  outline: 0;
  background-color: #f5f5f8;
  color: var(--tp-common-black);
  padding: 0 25px;
}
p.checkout-coupon input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #85858B;
}
p.checkout-coupon input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #85858B;
}
p.checkout-coupon input[type=text]:-moz-placeholder { /* Firefox 4-18 */
  color: #85858B;
}
p.checkout-coupon input[type=text]:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #85858B;
}
p.checkout-coupon input[type=text]::placeholder { /* MODERN BROWSER */
  color: #85858B;
}
p.checkout-coupon input[type=text]:focus {
  border-color: #F50963;
  background-color: var(--tp-common-white);
}

p.checkout-coupon button {
  margin-top: 15px;
}

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

.checkbox-form h3 {
  font-size: 26px;
  width: 100%;
  margin: 0 0 20px;
  padding-bottom: 10px;
  font-family: var(--tp-ff-p);
  border-bottom: 1px solid #e5e5e5;
}
.checkbox-form .custom-select {
  width: 100%;
  border: none;
  margin-bottom: 20px;
}
.checkbox-form .custom-select .selected {
  height: 60px;
  padding: 10px 25px;
  background-color: #f5f5f8;
}

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

.country-select label, .checkout-form-list label {
  color: var(--tp-text-body);
  display: block;
  margin: 0 0 5px;
}

.country-select label span.required, .checkout-form-list label span.required {
  color: red;
}

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

.checkout-form-list label {
  color: var(--tp-common-black);
}

.checkout-form-list input[type=text],
.checkout-form-list input[type=password],
.checkout-form-list input[type=email] {
  width: 100%;
  height: 60px;
  border: 1px solid #f5f5f8;
  outline: 0;
  background-color: #f5f5f8;
  color: var(--tp-common-black);
  padding: 0 25px;
}
.checkout-form-list input[type=text]::-webkit-input-placeholder,
.checkout-form-list input[type=password]::-webkit-input-placeholder,
.checkout-form-list input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #85858B;
}
.checkout-form-list input[type=text]::-moz-placeholder,
.checkout-form-list input[type=password]::-moz-placeholder,
.checkout-form-list input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: #85858B;
}
.checkout-form-list input[type=text]:-moz-placeholder,
.checkout-form-list input[type=password]:-moz-placeholder,
.checkout-form-list input[type=email]:-moz-placeholder { /* Firefox 4-18 */
  color: #85858B;
}
.checkout-form-list input[type=text]:-ms-input-placeholder,
.checkout-form-list input[type=password]:-ms-input-placeholder,
.checkout-form-list input[type=email]:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #85858B;
}
.checkout-form-list input[type=text]::placeholder,
.checkout-form-list input[type=password]::placeholder,
.checkout-form-list input[type=email]::placeholder { /* MODERN BROWSER */
  color: #85858B;
}
.checkout-form-list input[type=text]:focus,
.checkout-form-list input[type=password]:focus,
.checkout-form-list input[type=email]:focus {
  border-color: #F50963;
  background-color: var(--tp-common-white);
}

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

.create-acc label {
  font-size: 18px;
  display: inline-block;
  color: var(--tp-common-black);
}

.create-account {
  display: none;
}

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

.order-notes textarea {
  width: 100%;
  height: 180px;
  border: 1px solid #f5f5f8;
  outline: 0;
  background-color: #f5f5f8;
  color: var(--tp-common-black);
  padding: 20px 25px;
}
.order-notes textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #85858B;
}
.order-notes textarea::-moz-placeholder { /* Firefox 19+ */
  color: #85858B;
}
.order-notes textarea:-moz-placeholder { /* Firefox 4-18 */
  color: #85858B;
}
.order-notes textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #85858B;
}
.order-notes textarea::placeholder { /* MODERN BROWSER */
  color: #85858B;
}
.order-notes textarea:focus {
  border-color: #F50963;
  background-color: var(--tp-common-white);
}

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

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

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

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

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

.your-order-table table th, .your-order-table table td {
  border-bottom: 1px solid #eaeaef;
  border-right: medium none;
  color: var(--tp-common-black);
  font-size: 14px;
  padding: 15px 0;
  text-align: left;
}

@media (max-width: 767px) {
  .your-order-table table th, .your-order-table table td {
    padding-right: 10px;
  }
}
.your-order-table table th {
  border-top: medium none;
  color: var(--tp-common-black);
  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;
  margin-bottom: 6px;
}
.your-order-table table .shipping ul li input[type=radio], .your-order-table table .shipping ul li input[type=checkbox] {
  display: none;
}
.your-order-table table .shipping ul li input[type=radio]:checked ~ label::after, .your-order-table table .shipping ul li input[type=checkbox]:checked ~ label::after {
  border-color: #F50963;
  background-color: var(--tp-common-white);
}
.your-order-table table .shipping ul li input[type=radio]:checked ~ label::before, .your-order-table table .shipping ul li input[type=checkbox]:checked ~ label::before {
  background-color: #F50963;
}
.your-order-table table .shipping ul li label {
  position: relative;
  font-size: 14px;
  padding-left: 30px;
}
.your-order-table table .shipping ul li label:hover {
  cursor: pointer;
}
.your-order-table table .shipping ul li label::after, .your-order-table table .shipping ul li label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  background-color: var(--tp-common-white);
  border: 1px solid #EAEAEF;
  border-radius: 50%;
  transition: all 0.2s linear;
}
.your-order-table table .shipping ul li label::before {
  -webkit-transform: scale(0.35);
  -moz-transform: scale(0.35);
  -ms-transform: scale(0.35);
  -o-transform: scale(0.35);
  transform: scale(0.35);
  border: 0;
  background-color: var(--tp-common-white);
  z-index: 1;
}

.section__title-13 {
  font-size: 30px;
  line-height: 1;
  position: relative;
  padding-left: 16px;
  font-family: var(--tp-ff-p);
}
.section__title-13::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #F50963;
}

.your-order-table table .shipping ul li label {
  color: var(--tp-common-black);
}

.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: #F50963;
  font-size: 18px;
  font-weight: 500;
}

.payment-method {
  margin-top: 40px;
}
.payment-method .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #B2B2B9;
}
.payment-method .accordion .accordion-item:last-of-type {
  border: none;
}
.payment-method .accordion .accordion-item:last-of-type > .accordion-collapse {
  border: none;
  border-radius: 0;
}
.payment-method .accordion .accordion-body p {
  color: var(--tp-common-black);
}
.payment-method .accordion-button {
  font-size: 16px;
  font-family: var(--tp-ff-p);
  padding: 24px 25px 25px 20px;
}
.payment-method .accordion-button::before {
  top: 31px;
  width: 5px;
  height: 5px;
}
.payment-method .accordion-button:focus {
  box-shadow: none;
}
.payment-method .accordion-button:not(.collapsed) {
  background-color: transparent;
}

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

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

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

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

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

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

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

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

.order-button-payment button {
  width: 100%;
  padding: 17px 47px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.order-button-payment button:hover {
  background-color: #F50963;
}

/*----------------------------------------*/
/*  10.2 Login Css
/*----------------------------------------*/
.tp-login-wrapper {
  padding: 50px 74px 70px;
  background-color: var(--tp-grey-1);
}
@media (max-width: 767px) {
  .tp-login-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tp-login-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 4px;
  font-family: var(--tp-ff-p);
}
.tp-login-top p {
  font-size: 16px;
  font-weight: 400;
  color: #49535B;
}
.tp-login-top p a {
  position: relative;
  display: inline-block;
  color: var(--tp-common-black);
}
.tp-login-top p a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: var(--tp-common-black);
  transition: 0.3s;
}
.tp-login-top p a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.tp-login-option-item {
  margin-bottom: 10px;
}
.tp-login-option-item:not(:last-child) {
  margin-right: 10px;
}
.tp-login-option-item.has-google a {
  width: 220px;
}
.tp-login-option-item.has-google a img {
  margin-right: 7px;
}
.tp-login-option-item a {
  font-size: 16px;
  color: #041226;
  width: 98px;
  height: 56px;
  text-align: center;
  line-height: 54px;
  display: inline-block;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(198, 198, 198, 0.4);
}
.tp-login-option-item a img {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-login-option-item a img.apple {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.tp-login-option-item a:hover {
  border-color: rgb(53, 54, 55);
}
.tp-login-mail {
  position: relative;
  z-index: 1;
}
.tp-login-mail p {
  font-size: 15px;
  margin-bottom: 0;
  padding: 0 20px;
  position: relative;
  display: inline-block;
  color: var(--tp-text-body);
  background-color: #f5f7f5;
}
.tp-login-mail p a {
  position: relative;
  color: var(--tp-common-black);
}
.tp-login-mail p a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 1px;
  width: 0%;
  height: 1px;
  transition: 0.3s;
  background-color: var(--tp-common-black);
}
.tp-login-mail p a:hover {
  color: var(--tp-common-black);
}
.tp-login-mail p a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.tp-login-mail::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 12px;
  width: 100%;
  height: 1px;
  z-index: -1;
  transition: 0.3s;
  background-color: #C6C6C6;
}
.tp-login-input-wrapper {
  margin-bottom: 20px;
}
.tp-login-input-box {
  position: relative;
}
.tp-login-input-box:not(:last-child) {
  margin-bottom: 15px;
}
.tp-login-input input {
  font-size: 14px;
  border: 1px solid transparent;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white-solid);
}
.tp-login-input input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.tp-login-input input:focus {
  background-color: transparent;
}
.tp-login-input-title label {
  font-size: 16px;
  padding: 0 5px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--tp-common-black);
}
.tp-login-input-eye {
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-login-input-eye .open-eye {
  display: none;
}
.tp-login-input-eye span {
  transition: 0.3s;
}
.tp-login-input-eye:hover {
  cursor: pointer;
}
.tp-login-input-eye:hover span {
  color: var(--tp-common-black);
}
.tp-login-remeber input {
  display: none;
}
.tp-login-remeber input:checked ~ label::after {
  border-color: #F50963;
  background-color: #F50963;
}
.tp-login-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-login-remeber label {
  font-size: 15px;
  position: relative;
  padding-left: 26px;
  z-index: 1;
  color: var(--tp-common-black);
}
.tp-login-remeber label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  transition: 0.3s;
}
.tp-login-remeber label::before {
  position: absolute;
  content: url("../img/shop/login/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: 0.3s;
}
.tp-login-remeber label a:hover {
  color: var(--tp-theme-primary);
}
.tp-login-remeber label:hover {
  cursor: pointer;
}
.tp-login-forgot a {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-common-black);
  position: relative;
  display: inline-block;
}
.tp-login-forgot a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  transition: 0.3s;
  background-color: var(--tp-common-black);
}
.tp-login-forgot a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.tp-login-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 14px 30px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid transparent;
  background-color: var(--tp-common-black);
}
.tp-login-btn:hover {
  color: #fff;
  border-color: #F50963;
  background-color: #F50963;
}

.tp-error-title {
  font-weight: 700;
  font-size: 64px;
  margin-bottom: 50px;
  color: var(--tp-common-black);
}
.tp-error-title-sm {
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
.tp-error-content p {
  font-weight: 400;
  font-size: 18px;
  color: #57575a;
  margin-bottom: 30px;
}
.tp-error-content .tp-btn {
  font-weight: 500;
  font-size: 18px;
  z-index: 9;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  display: inline-block;
  letter-spacing: 0.03em;
  padding: 18px 18px 18px 24px;
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  border: 2px solid transparent;
}
.tp-error-content .tp-btn:hover {
  background-color: transparent;
  color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.tp-error-wrapper img {
  margin-bottom: 55px;
}

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