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

    Template Name: Solutix
    Author: Theme_Pure
    Support: https://help.themepure.net/support/
    Description: Template
    Version: 1.0

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

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

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

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


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

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

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1
		6.2 Footer Style 2
		6.3 Footer Style 3
		6.4 Footer Style 4
		6.5 Footer Style 5


	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 About css
		7.2 Brand css
		7.3 Career css
		7.4 Choose css
		7.5 Contect css
		7.6 Faq css
		7.6 funfact css
		7.7 Hero css
		7.8 Price css
		7.9 Project css
		7.10 Ratting css
		7.11 Step css
		7.12 Services css
		7.13 Story css
		7.14 Testimonial css
		7.15 Team css



**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* transform */
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Inter', sans-serif;
  --tp-ff-heading: 'Inter Tight', sans-serif;
  --tp-ff-inter-tight: 'Inter Tight', sans-serif;
  --tp-ff-p: 'Inter', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #fff;
  --tp-common-black: #000715;
  --tp-grey-1: #F7F8F8;
  --tp-text-body: #494C52;
  --tp-theme-1: #0A49BF;
  --tp-border-1: #EAEBED;
  --tp-cream-color: #F0F9BE;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1550px;
  }
  .container-1860 {
    max-width: 1860px;
  }
  .container-1740 {
    max-width: 1740px;
  }
}
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/*---------------------------------
	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-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-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-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.6;
  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;
}

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

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

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=search],
input[type=url],
textarea {
  outline: none;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  padding-left: 26px;
  padding-right: 26px;
  color: var(--tp-common-black);
  border: 1px solid var(--tp-common-black);
  background-color: var(--tp-common-white);
}
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=search]::-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=search]::-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=search]:-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=search]:-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=search]::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=search]: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=search]: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;
}

.tp-form-checkbox {
  display: none;
}
.tp-form-checkbox:checked ~ label::before {
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.tp-form-checkbox-label {
  z-index: 1;
  font-size: 15px;
  font-weight: 500;
  color: #6E6E73;
  position: relative;
  padding-inline-start: 26px;
}
.tp-form-checkbox-label::before {
  position: absolute;
  content: "";
  top: 4px;
  inset-inline-start: 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transition: all 0.4s ease;
  border: 1px solid #D9D9D9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='9' viewBox='0 0 10 9' fill='none'%3E%3Cpath d='M0.750122 5.50012C0.750122 5.50012 2.35012 6.41265 3.15012 7.75012C3.15012 7.75012 5.55012 2.50012 8.75012 0.750122' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-color: var(--tp-common-white);
}
.tp-form-checkbox-label:hover {
  cursor: pointer;
}

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

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.tp-text-white {
  color: var(--tp-common-white) !important;
}

.tp-text-black {
  color: var(--tp-common-black) !important;
}

.tp-text-dark {
  color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

/* dropcap */
.tp-dropcap::first-letter {
  padding-inline-start: 90px;
}

.tp-line-anim {
  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-anim:hover {
  background-size: 0% 1px, 100% 1px;
}

.tp-doubble-effect {
  display: inline-flex;
  align-items: center;
}
.tp-doubble-effect i {
  position: relative;
  overflow: hidden;
  width: 25px;
  height: 25px;
  display: inline-flex;
  margin-left: 7px;
}
.tp-doubble-effect i svg {
  left: 1px;
  bottom: -1px;
  position: absolute;
  transform: translateY(-2px);
  transition: all 0.2s ease-out;
}
.tp-doubble-effect i svg:last-child {
  left: -12px;
  opacity: 0;
  bottom: -12px;
  transform: translate(0, 0);
}
.tp-doubble-effect:hover i svg:first-child {
  transform: translate(23px, -23px);
}
.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));
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-sec-ptb {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .tp-sec-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-sec-line {
  border-bottom: 1px solid rgba(34, 47, 48, 0.08);
}

.tp-odometer-text {
  line-height: 1;
  display: inline-block;
  transform: translateY(4px);
}

.tp-slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.tp-slide-transtion .swiper-slide {
  width: auto;
}

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

.br-12 img {
  border-radius: 12px;
}

.br-16 {
  border-radius: 16px;
}
.br-16 img {
  border-radius: 16px;
}

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

.br-24 {
  border-radius: 24px;
}
.br-24 img {
  border-radius: 24px;
}

.br-32 {
  border-radius: 32px;
}

.fw-600 {
  font-weight: 600;
}

.tp-text-center {
  text-align: center;
}

.tp-text-end {
  text-align: end;
}

.tp-justify-center {
  justify-content: center;
}

.tp-justify-between {
  justify-content: space-between;
}

.tp-justify-end {
  justify-content: end;
}

.tp-align-center {
  align-items: center;
}

.color-body {
  color: #65686D;
}

.container-1760 {
  max-width: 1760px;
  margin: 0 auto;
}

.tp-clip-anim .tp-anim-img {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.tp-clip-anim > * {
  grid-area: 1/1/2/2;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@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-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: var(--tp-common-white);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
}
.back-to-top-btn svg {
  transform: translateY(-2px);
}
.back-to-top-btn:hover {
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/
.tp-btn-theme {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 33px;
  border-radius: 30px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  font-family: var(--tp-ff-inter-tight);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}
.tp-btn-theme i {
  margin-bottom: -4px;
}
.tp-btn-theme.border-style {
  box-shadow: none;
  border-radius: 12px;
  color: var(--tp-common-black);
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.tp-btn-theme.border-style:hover, .tp-btn-theme.border-style.active {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-btn-theme.btn-sm-square {
  border-radius: 0;
  padding: 5px 25px;
  font-size: 14px;
}
.tp-btn-theme.btn-sm-square i {
  margin-bottom: 0;
}
.tp-btn-theme.btn-sm-square i svg {
  margin-left: 0;
  width: 13px;
  height: 10px;
}
.tp-btn-theme svg {
  margin-left: 4px;
  transform: translateY(-2px);
}
.tp-btn-theme:hover {
  color: var(--tp-common-white);
}
.tp-btn-theme.bg-white {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
.tp-btn-theme.bg-white:hover {
  background-color: var(--tp-common-black) !important;
  color: var(--tp-common-white);
}
.tp-btn-theme:hover {
  background: #0239A1;
  color: var(--tp-common-white);
  box-shadow: none;
}
.tp-btn-link {
  gap: 10px;
  font-weight: 600;
  font-size: 14px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-inter-tight);
}
.tp-btn-link:hover {
  color: var(--tp-common-white);
}
.tp-btn-link:hover i svg {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-link i {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.tp-btn-link.style-2 {
  color: var(--tp-common-black);
}
.tp-btn-link.style-2 i {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-btn-link.border-style {
  color: var(--tp-common-black);
}
.tp-btn-link.border-style i {
  background-color: transparent;
  border: 1px solid rgba(0, 7, 21, 0.1);
}
.tp-btn-black {
  font-size: 16px;
  font-weight: 600;
  padding: 6px 22px;
  padding-right: 4px;
  border-radius: 38px;
  display: inline-block;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  gap: 10px;
}
.tp-btn-black span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.tp-btn-black span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
  line-height: 1;
}
.tp-btn-black span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
  line-height: 1;
}
.tp-btn-black i {
  height: 38px;
  width: 38px;
  line-height: 38px;
  border-radius: 50%;
  margin-left: 2px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-btn-black i span {
  position: relative;
  overflow: hidden;
  width: 14px;
  height: 14px;
  display: inline-flex;
}
.tp-btn-black i svg {
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}
.tp-btn-black i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0;
}
.tp-btn-black.btn_up i svg {
  width: 13px;
  height: 13px;
}
.tp-btn-black:hover {
  color: var(--tp-common-white);
}
.tp-btn-black:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.tp-btn-black:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-btn-black:hover i svg:first-child {
  transform: translate(16px, -16px);
}
.tp-btn-black:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px);
}
.tp-btn-black.arrow-down span {
  line-height: 1;
}
.tp-btn-black.arrow-down span span.text-2 {
  top: auto;
  bottom: 100%;
}
.tp-btn-black.arrow-down i {
  background: #0A49BF;
  transform: rotate(135deg);
}
.tp-btn-black.arrow-down i svg {
  color: var(--tp-common-white);
}
.tp-btn-black.arrow-down:hover span span.text-1 {
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}
.tp-btn-black.arrow-down:hover span span.text-2 {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.tp-btn-black.btn-large {
  padding: 10px 22px;
  padding-right: 8px;
}
@media (max-width: 767px) {
  .tp-btn-black.btn-large {
    font-size: 16px;
    padding: 7px 20px;
    padding-inline-end: 7px;
  }
}
@media (max-width: 767px) {
  .tp-btn-black.btn-large i {
    height: 32px;
    width: 32px;
    line-height: 32px;
  }
}
.tp-btn-black.white-bg {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.tp-btn-black.white-bg i {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-btn-black.white-bg.btn-light i {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-btn-black.btn-border {
  background-color: transparent;
  color: var(--tp-common-black);
  border: 1px solid rgba(33, 33, 45, 0.1);
}
.tp-btn-black.btn-border i {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-btn-black.btn-border i span {
  width: 20px;
  height: 20px;
}
.tp-btn-black.btn-border i span svg {
  transform: translate(1px, -2px);
}
.tp-btn-black.btn-border:hover i svg:first-child {
  transform: translate(22px, -22px);
}
.tp-btn-black.theme-bg {
  background-color: var(--tp-theme-1);
}
.tp-btn-black.theme-bg-2 i {
  transform: rotate(44deg);
}
.tp-btn-cream {
  background-color: var(--tp-cream-color);
}
.tp-btn-cream span {
  color: #000715;
}
.tp-btn-cream i {
  background-color: #000715;
}
.tp-btn-cream i span svg {
  color: var(--tp-common-white);
}
.tp-btn-light {
  background-color: var(--tp-common-white);
}
.tp-btn-light span {
  color: #000715;
}
.tp-btn-light span span {
  transform: translateY(-1px);
}
.tp-btn-light span span.text-2 {
  transform: translateY(1px);
}
.tp-btn-light i {
  background-color: #000715;
}
.tp-btn-light i span svg {
  color: var(--tp-common-white);
}
.tp-btn-light:hover i {
  background-color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/
@keyframes text-slide {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes text-slide-2 {
  0% {
    -webkit-transform: translateX(-90%);
    transform: translateX(-90%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes up-down-scale {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-moz-keyframes up-down-scale {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-ms-keyframes up-down-scale {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes up-down-scale {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes tfLeftToRight2 {
  49% {
    transform: translateX(20%);
  }
  50% {
    opacity: 0;
    transform: translateX(-20%);
  }
  51% {
    opacity: 1;
  }
}
.tpLeftRight_anim {
  animation: tfLeftToRight2 3s infinite;
}

@keyframes tfLeftToRight3 {
  49% {
    transform: translateX(-20%);
  }
  50% {
    opacity: 0;
    transform: translateX(20%);
  }
  51% {
    opacity: 1;
  }
}
.tpLeftRight3_anim {
  animation: tfLeftToRight3 3s infinite;
}

@keyframes tpZooming {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.tpZooming_anim {
  animation: tpZooming 3s infinite;
}

@keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
.pulse-animation {
  animation: pulse 2.5s infinite;
  border-radius: 50%;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
#loading {
  background-color: #0A49BF;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
}

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

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

.object {
  width: 20px;
  height: 20px;
  background-color: var(--tp-common-white);
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

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

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

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

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

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

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

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

[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.8 Nice Select
/*----------------------------------------*/
.tp-hero-select .nice-select {
  position: relative;
  height: 60px;
  width: 570px;
  line-height: 60px;
  border-radius: 30px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  float: none;
  padding: 0 32px;
}
@media (max-width: 767px) {
  .tp-hero-select .nice-select {
    width: auto;
  }
}
.tp-hero-select .nice-select::after {
  border-bottom: 1.5px solid var(--tp-common-white);
  border-right: 1.5px solid var(--tp-common-white);
  content: "";
  display: block;
  height: 10px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  inset-inline-end: 32px;
  top: 49%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 10px;
}
.tp-hero-select .nice-select .option.selected {
  font-weight: 500;
}
.tp-hero-select .nice-select.open .list {
  -webkit-transform: scale(1) translateY(0px);
  -moz-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.tp-hero-select .nice-select.open::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.tp-hero-select .nice-select .list {
  margin-top: 1px;
  border-radius: 4px;
  transform-origin: center center;
  background-color: var(--tp-common-white);
  -webkit-transform: scale(0.9) translateY(0px);
  -moz-transform: scale(0.9) translateY(0px);
  -ms-transform: scale(0.9) translateY(0px);
  -o-transform: scale(0.9) translateY(0px);
  transform: scale(0.9) translateY(0px);
  width: 100%;
  padding: 12px 0;
}
.tp-hero-select .nice-select .list .option {
  line-height: 1.2;
  min-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-inter-tight);
}
.tp-hero-select .nice-select .list .option:hover {
  color: var(--tp-theme-1);
}

.tp-offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  width: 400px;
  height: 100%;
  background: #fff;
  padding: 50px 40px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: 0s;
  z-index: 999;
}
@media only screen and (max-width: 400px) {
  .tp-offcanvas {
    width: 100%;
    padding: 35px 30px;
  }
}
.tp-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: 0.3s;
}
.tp-offcanvas-button-close i {
  font-size: 30px;
  transition: 0.5s;
  font-weight: 500;
}
.tp-offcanvas-button-close i:hover {
  color: var(--tp-theme-1);
  transform: rotate(-90deg);
}
.tp-offcanvas-title {
  font-size: 25px;
}
.tp-offcanvas-cta-title {
  font-size: 30px;
}
.tp-offcanvas-cta li {
  list-style: none;
}
.tp-offcanvas-cta li span {
  font-size: 17px;
  color: #000;
}
.tp-offcanvas-cta li span i {
  margin-right: 6px;
}
.tp-offcanvas-cta li a:hover {
  color: var(--tp-theme-1);
}
.tp-offcanvas-social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tp-offcanvas-social a {
  color: var(--tp-common-dark);
}
.tp-offcanvas-social a:hover {
  color: var(--tp-theme-1);
}
.tp-offcanvas-header {
  padding: 0;
}
.tp-offcanvas-overlay {
  position: fixed;
  background-color: #000;
  width: 0;
  opacity: 0;
  height: 100%;
  z-index: 99;
  top: 0;
  right: 0;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: 0.3s;
}
.tp-offcanvas-overlay-open {
  opacity: 0.5;
  visibility: visible;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: 0s;
}
.tp-offcanvas-gallery {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: auto auto auto auto;
}
.tp-offcanvas-gallery a img {
  border-radius: 5px;
}

/*----------------------------------------*/
/*  2.11 Breadcrumb
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.12 Accordion
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.13 Tab
/*----------------------------------------*/
.tp-toggler-pre,
.tp-toggler-post {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  color: #848788;
  transition: all 0.3s;
}
.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;
  background-color: var(--tp-theme-1);
}

.tp-price-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-price-nav-wrapper .tp-input-check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
}
.tp-price-nav-wrapper .tp-input-check:checked ~ .tp-switch-toggle {
  left: 4px;
  right: 57.3%;
}

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

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

/*----------------------------------------*/
/*  2.14 Modal
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/
.tp-section-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  display: inline-block;
  color: var(--tp-theme-1);
  font-family: var(--tp-ff-inter-tight);
}
.tp-section-subtitle::before {
  content: "";
  height: 1px;
  width: 18px;
  margin-inline-end: 10px;
  display: inline-block;
  transform: translateY(-5px);
  background-color: currentColor;
}
.tp-section-subtitle.subtitle-bdr {
  padding: 5px 20px;
  border-radius: 60px;
  border: 1px solid var(--tp-theme-1);
}
.tp-section-subtitle.subtitle-bdr::before {
  display: none;
}
.tp-section-subtitle-2 {
  font-size: 14px;
  font-weight: 600;
  color: var(--tp-common-white);
}
.tp-section-subtitle-2::before {
  content: "";
  height: 18px;
  width: 1px;
  margin-inline-end: 10px;
  display: inline-block;
  transform: translateY(3px);
  background-color: currentColor;
}
.tp-section-subtitle.black {
  color: var(--tp-common-black);
  font-weight: 500;
}
.tp-section-subtitle.black::before {
  background-color: var(--tp-common-black);
}
.tp-section-subtitle.white {
  color: var(--tp-common-white);
}
.tp-section-subtitle.white::before {
  background-color: var(--tp-common-white);
}
.tp-section-subtitle.border-lass {
  color: var(--tp-common-black);
}
.tp-section-subtitle.border-lass::before {
  display: none;
}
.tp-section-title {
  font-weight: 600;
  font-size: 42px;
  line-height: 1.2;
  color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .tp-section-title span, .tp-section-title img {
    height: 25px;
  }
}
.tp-section-title.fs-28 {
  font-size: 28px;
}
.tp-section-title.fs-32 {
  font-size: 32px;
  line-height: 1.6;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title.fs-32 {
    font-size: 25px;
  }
  .tp-section-title.fs-32 br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title.fs-32 {
    line-height: 1.4;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.fs-32 {
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .tp-section-title.fs-32 {
    font-size: 22px;
    line-height: 1.2;
  }
  .tp-section-title.fs-32 br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title.fs-32 {
    font-size: 32px;
  }
  .tp-section-title.fs-32 br {
    display: none;
  }
}
.tp-section-title.fs-52 {
  font-size: 52px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.fs-52 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .tp-section-title.fs-52 {
    font-size: 35px;
  }
  .tp-section-title.fs-52 br {
    display: none;
  }
}
.tp-section-title.fs-62 {
  font-size: 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title.fs-62 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.fs-62 {
    font-size: 55px;
  }
  .tp-section-title.fs-62 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-section-title.fs-62 {
    font-size: 35px;
  }
  .tp-section-title.fs-62 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-section-title {
    font-size: 35px;
  }
  .tp-section-title br {
    display: none;
  }
}
.tp-section-title-larg {
  background: linear-gradient(90deg, #FFFFFF 0%, #F0F9BE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 72px;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-larg {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-larg {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-larg {
    font-size: 35px;
  }
}
.tp-section-title-larg-2 {
  font-size: 52px;
  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-section-title-larg-2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-larg-2 {
    font-size: 35px;
  }
}
.tp-section-title-larg.dark {
  background: inherit;
  color: var(--tp-common-black);
  -webkit-text-fill-color: inherit;
  line-height: 1.1;
}
.tp-section-title b {
  font-weight: 600;
  background-color: var(--tp-common-white);
  position: relative;
}

/*----------------------------------------*/
/*  2.16 Search css start
/*----------------------------------------*/
.tp-search-form-toggle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 100;
  padding-top: 70px;
  padding-bottom: 100px;
  opacity: 0;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  -webkit-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: 0s;
  z-index: 9999;
}
.tp-search-form-toggle.active {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: 0.3s;
}
.tp-search-form-toggle.active .tp-search-form-input {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}
.tp-search-form-icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  color: var(--tp-common-white);
}
.tp-search-form-input {
  position: relative;
  height: 52px;
  transform: translateY(-40px);
  transition: all 0.3s ease-in-out;
  transition-delay: 0.5s;
  opacity: 0;
}
.tp-search-form-input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0;
  padding-right: 30px;
}
.tp-search-form-input input ~ .tp-search-focus-border {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--tp-common-white);
  transition: all 0.5s;
}
.tp-search-form-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--tp-common-white);
  font-size: 17px;
  font-weight: 400;
  font-family: var(--tp-ff-inter-tight);
}
.tp-search-form-input input::-moz-placeholder { /* Firefox 19+ */
  color: var(--tp-common-white);
  font-size: 17px;
  font-weight: 400;
  font-family: var(--tp-ff-inter-tight);
}
.tp-search-form-input input:-moz-placeholder { /* Firefox 4-18 */
  color: var(--tp-common-white);
  font-size: 17px;
  font-weight: 400;
  font-family: var(--tp-ff-inter-tight);
}
.tp-search-form-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--tp-common-white);
  font-size: 17px;
  font-weight: 400;
  font-family: var(--tp-ff-inter-tight);
}
.tp-search-form-input input::placeholder { /* MODERN BROWSER */
  color: var(--tp-common-white);
  font-size: 17px;
  font-weight: 400;
  font-family: var(--tp-ff-inter-tight);
}
.tp-search-form-input input:focus {
  border-color: transparent;
}
.tp-search-form-input input:focus ~ .tp-search-focus-border {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.8s;
}
.tp-search-close {
  color: var(--tp-common-white);
  font-size: 40px;
  transition: all 0.3s ease;
}
.tp-search-close:hover {
  transform: rotate(180deg);
}
.tp-search-body-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.5);
  z-index: 99;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  -webkit-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: 0.3s;
}
.tp-search-body-overlay.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: 0s;
}

/*----------------------------------------*/
/*  2.6 Magic Cursor css start
/*----------------------------------------*/
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);
}

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

/* Ball drag 
============= */
#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
  font-family: var(--tp-ff-inter-tight);
  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-black);
  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-white);
}

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

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

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

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

.header-bdr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tp-header-box {
  height: 105px;
}
@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-box {
    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-header-box .tp-header-logo {
    padding: 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-logo {
    padding: 15px 0;
  }
}
.tp-header-logo .background-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex: 0 0 auto;
  width: 200px;
  padding: 20px;
  background-color: var(--tp-theme-1);
}
.tp-header-menu-box {
  height: 100%;
  width: 100%;
  margin-inline-start: 30px;
  margin-inline-end: 30px;
}
.tp-header-search {
  height: 50px;
  width: 50px;
  border-radius: 60px;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.16);
}
.tp-header-search-btn {
  position: relative;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .tp-header-search-btn {
    padding-right: 10px;
  }
}
.tp-header-search-btn::after {
  position: absolute;
  content: "";
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.tp-header-search-btn .tp-search-click svg {
  width: 20px;
  height: 20px;
}
.tp-header-search-btn button {
  color: var(--tp-common-white);
  line-height: 1;
}
.tp-header-search svg {
  width: 18px;
  height: 18px;
}
.tp-header-bar {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.tp-header-top {
  padding: 7px 25px;
}
.tp-header-top-text p {
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.8);
}
.tp-header-top-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tp-header-top-info i, .tp-header-top-info a {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  color: var(--tp-common-black);
}
.tp-header-top-info i:hover, .tp-header-top-info a:hover {
  color: var(--tp-theme-1);
}
.tp-header-top-info-wrap {
  gap: 40px;
}
.tp-header-top-social {
  display: flex;
  align-items: center;
  gap: 15px;
}
.tp-header-top-social a {
  color: #65686D;
}
.tp-header-top-social a:hover {
  color: var(--tp-theme-1);
}
.tp-header-top-social-2 {
  gap: 12px;
  position: relative;
}
.tp-header-top-social-2 a {
  color: var(--tp-common-black);
  line-height: 1;
}
.tp-header-top-social-2 a:hover {
  color: var(--tp-theme-1);
}
.tp-header-top-social-2::after {
  position: absolute;
  content: "";
  height: 23px;
  width: 1px;
  background-color: #fff;
  opacity: 0.2;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.tp-header-top-lang {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 100px;
  justify-content: end;
}
.tp-header-top-lang-select .nice-select {
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-common-black);
  padding: 0;
  line-height: 25px;
  height: 25px;
}
.tp-header-top-lang-select .nice-select::after {
  position: absolute;
  content: "\f078";
  top: 50%;
  right: -14px;
  font-family: "Font Awesome 6 Pro";
  color: var(--tp-common-black);
  font-weight: 500;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  transform: translateY(-50%);
}
.tp-header-top-lang-select .nice-select.open::after {
  transform: translateY(-50%) rotate(-180deg);
}
.tp-header-top-lang-select .nice-select .list {
  background-color: var(--tp-common-white);
  padding: 10px 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-top-lang-select .nice-select .list {
    left: auto;
    right: 0;
  }
}
.tp-header-top-lang-select .nice-select .option {
  line-height: 25px;
  min-height: 25px;
}
.tp-header-top-lang img {
  border-radius: 50px;
  flex: 0 0 auto;
}
.tp-header-top-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .tp-header-top-wrap {
    justify-content: center;
  }
}
@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-bottom {
    padding: 15px 0;
  }
}
.tp-header-bottom-info-box {
  position: relative;
  gap: 8px;
  padding-left: 20px;
  margin-left: 20px;
}
.tp-header-bottom-info-box::after {
  position: absolute;
  top: 12px;
  inset-inline-start: 0;
  height: 20px;
  width: 1px;
  content: "";
  background-color: rgba(0, 7, 21, 0.1);
}
.tp-header-bottom-info-icon {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 7, 21, 0.1);
}
.tp-header-bottom-info-icon svg {
  width: 16px;
  height: 16px;
}
.tp-header-bottom-info-tel span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: block;
  color: rgba(0, 7, 21, 0.8);
}
.tp-header-bottom-info-tel a {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: var(--tp-common-black);
}
.tp-header-bottom-info-tel a:hover {
  color: var(--tp-theme-1);
}
.tp-header-bottom-search svg {
  width: 20px;
  height: 20px;
}
.tp-header-style-3 .tp-header-search {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 7, 21, 0.1);
  box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.16);
  box-shadow: none;
}
.tp-header-style-3 .tp-header-search svg {
  transform: translateY(-2px);
}
.tp-header-3-top {
  padding: 12px 0;
  background: linear-gradient(270deg, #d54f5f 0%, #925ac9 51.93%, #01a79e 100%);
}
.tp-header-3-top p {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.1;
  color: var(--tp-common-white);
}
.tp-header-3-top p a {
  text-decoration: underline;
}
.tp-header-5-top-content {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .tp-header-5-top-content {
    justify-content: center;
  }
}
.tp-header-5-top-content i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 40px;
  background-color: #DDE5B0;
}
.tp-header-5-top-content p {
  font-family: var(--tp-ff-heading);
  color: #000715;
  font-size: 13px;
}
.tp-header-5-top-content p span {
  font-weight: 600;
}
.tp-header-5-top-content p a {
  font-weight: 600;
  text-decoration: underline;
}
.tp-header-5-top-content p a:hover {
  text-decoration: none;
}
.tp-header-cta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tp-header-cta-icon a {
  background: rgba(47, 65, 69, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(1.5px);
  border-radius: 60px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-header-cta-icon a svg {
  width: 17px;
  height: 17px;
}
.tp-header-cta-content label {
  font-size: 14px;
  color: var(--tp-common-white);
  font-weight: 500;
  text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  line-height: 1;
}
.tp-header-cta-content a {
  color: var(--tp-common-white);
  text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  font-weight: 600;
  font-size: 15px;
  border-bottom: 1px solid transparent;
}
.tp-header-cta-content a:hover {
  border-color: var(--tp-common-white);
}
.tp-header-right {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-right {
    margin-left: -20px;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .tp-header-right {
    gap: 10px;
  }
}

.tp-header-5-top-icon {
  display: flex;
  height: 40px;
  width: 60px;
  align-items: center;
  justify-content: center;
  background-color: #dde5b0;
}
.tp-header-5-top-wrap .tp-header-top {
  padding: 0px 25px;
}
.tp-header-5-top-wrap .tp-header-top-text {
  gap: 15px;
}
.tp-header-5-top-wrap .tp-header-top-social a {
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
.tp-header-menu nav > ul {
  display: flex;
}
.tp-header-menu nav > ul > li {
  display: inline-block;
  list-style-type: none;
  margin: 0 23px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-menu nav > ul > li {
    margin: 0 20px;
  }
}
.tp-header-menu nav > ul > li {
  position: relative;
}
.tp-header-menu nav > ul > li:not(:last-child) > a {
  position: relative;
}
.tp-header-menu nav > ul > li:not(:last-child) > a::after {
  position: absolute;
  border-bottom: 2px solid var(--tp-common-white);
  border-right: 2px solid var(--tp-common-white);
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 44%;
  transform: rotate(45deg);
  transform-origin: 66% 66%;
  right: -17px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-header-menu nav > ul > li a {
  padding: 35px 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-inter-tight);
}
.tp-header-menu nav > ul > li .sub-menu {
  display: inline-block;
  width: 250px;
  overflow: hidden;
  background-color: var(--tp-common-white);
  padding: 18px 0;
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 60px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition-duration: 0.3s;
}
.tp-header-menu nav > ul > li .sub-menu li {
  display: block;
  margin: 0;
  position: relative;
}
.tp-header-menu nav > ul > li .sub-menu li a {
  color: var(--tp-text-body);
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 30px;
  text-align: start;
  font-weight: 500;
  transform: translateX(-20px);
}
.tp-header-menu nav > ul > li .sub-menu li a::before {
  display: inline-block;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.tp-header-menu nav > ul > li .sub-menu li:not(:last-child) {
  margin-bottom: 5px;
}
.tp-header-menu nav > ul > li .sub-menu li .sub-menu {
  position: absolute;
  right: -255px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.tp-header-menu nav > ul > li .sub-menu li:hover > a {
  transform: translateX(0);
  font-weight: 600;
  color: var(--tp-theme-1);
}
.tp-header-menu nav > ul > li .sub-menu li:hover > a::before {
  opacity: 1;
  visibility: visible;
}
.tp-header-menu nav > ul > li .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 20px;
}
.tp-header-menu nav > ul > li .sub-menu li.active a {
  color: var(--tp-theme-1);
}
.tp-header-menu nav > ul > li:hover a::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.tp-header-menu nav > ul > li:hover .sub-menu {
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.tp-header-menu.black-menu nav ul li a {
  padding: 25px 0;
  color: var(--tp-common-black);
}
.tp-header-menu.black-menu nav ul li {
  margin: 0 25px;
}
.tp-header-menu.black-menu nav ul li:first-child {
  margin-inline-start: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-menu.black-menu nav ul li {
    margin: 0 18px;
  }
}
.tp-header-menu.black-menu nav ul li .sub-menu li {
  margin-inline-start: 0;
}
.tp-header-menu.black-menu nav ul li .sub-menu li.active a {
  color: var(--tp-theme-1);
}
.tp-header-menu.black-menu nav ul li:not(:last-child) > a::after {
  border-color: var(--tp-common-black);
  top: 43%;
}
.tp-header-menu-blur nav ul {
  padding: 0;
  padding-left: 23px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-menu-blur nav ul {
    padding-left: 0;
  }
}
.tp-header-menu-blur nav ul li {
  margin: 0px 3px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-menu-blur nav ul li {
    margin: 0 2px;
  }
}
.tp-header-menu-blur nav ul li a {
  background: rgba(190, 190, 190, 0.2);
  backdrop-filter: blur(19px);
  border-radius: 5px;
  padding: 8px 25px;
  padding-left: 10px;
}
.tp-header-menu-blur nav ul li a:last-child {
  padding-right: 8px;
}
.tp-header-menu-blur nav ul li:not(:last-child) a::after {
  top: 34%;
  right: 10px;
}
.tp-header-menu-blur nav ul li .sub-menu {
  top: 20px;
}
.tp-header-menu-blur nav ul li .sub-menu li a {
  background-color: var(--tp-common-white);
}
.tp-header-menu-blur nav ul li .sub-menu li.active a {
  color: var(--tp-theme-1);
}
.tp-header-menu-blur nav ul li:hover .sub-menu {
  top: 40px;
}
.tp-header-style-3 .tp-header-menu.black-menu nav > ul > li > a {
  padding: 30px 0;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 10;
  visibility: visible;
  backdrop-filter: blur(30px);
  background: rgba(19, 19, 22, 0.2);
  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-3-top, .header-sticky .tp-header-5-top {
  display: none;
}
.header-sticky .tp-header-search {
  box-shadow: none;
}
.header-sticky .tp-header-menu nav ul a {
  padding: 25px 0;
}
.header-sticky .tp-header-menu nav ul li .sub-menu {
  top: 50px;
}
.header-sticky .tp-header-menu nav ul li:hover .sub-menu {
  top: 60px;
}
.header-sticky .tp-header-menu-blur {
  padding-bottom: 15px;
}
.header-sticky .tp-header-menu-blur nav ul li a {
  padding: 8px 25px;
  padding-left: 10px;
}
.header-sticky .tp-header-menu-blur nav ul li a:last-child {
  padding-right: 8px;
}
.header-sticky .tp-header-menu-blur nav ul li:not(:last-child) a::after {
  top: 30%;
  right: 8px;
}
.header-sticky.sticky-black {
  background-color: var(--tp-common-black);
}
.header-sticky.sticky-black .tp-header-menu ul li .sub-menu {
  background-color: var(--tp-common-black);
}
.header-sticky.sticky-black .tp-header-menu ul li .sub-menu li a {
  color: var(--tp-common-white);
}
.header-sticky.sticky-white {
  background-color: var(--tp-common-white);
}
.header-sticky.sticky-white .tp-header-menu ul li .sub-menu {
  background-color: var(--tp-common-white);
}
.header-sticky.sticky-white .tp-header-menu ul li .sub-menu li a {
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  4.3 Mobilemenu css
/*----------------------------------------*/
.tp-header-nav {
  justify-content: end;
}

.tp-offcanvas-menu {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .tp-offcanvas-menu {
    width: 100%;
  }
}
.tp-offcanvas-menu ul li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  list-style: none;
}
.tp-offcanvas-menu ul li .sub-menu {
  display: none;
}
.tp-offcanvas-menu ul li .sub-menu li {
  padding-left: 20px;
}
.tp-offcanvas-menu ul li .sub-menu li:last-child {
  border: 0;
  padding-bottom: 0;
}
.tp-offcanvas-menu ul li .sub-menu li a {
  transition: 0.4s;
}
.tp-offcanvas-menu ul li .sub-menu li a:hover {
  color: var(--tp-common-black);
}
.tp-offcanvas-menu ul li .sub-menu li a i {
  display: none;
}
.tp-offcanvas-menu ul li .mega-menu {
  display: none;
}
.tp-offcanvas-menu ul li .mega-menu li {
  padding-left: 20px;
}
.tp-offcanvas-menu ul li .mega-menu li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.tp-offcanvas-menu ul li.active {
  transition: 0.3s;
}
.tp-offcanvas-menu ul li.active > a {
  color: var(--tp-theme-1);
}
.tp-offcanvas-menu ul li.active > .tp-menu-close > i {
  transform: rotate(90deg);
}
.tp-offcanvas-menu ul li.active button {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-offcanvas-menu ul li a {
  display: block;
  color: var(--tp-common-black);
  font-weight: 600;
}
.tp-offcanvas-menu ul li a svg {
  display: none;
}

.tp-menu-close {
  position: absolute;
  right: 0;
  top: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 30px;
  width: 30px;
  transition: 0.3s;
}
.tp-menu-close i {
  font-size: 15px;
  transition: 0.3s;
}

/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-postbox {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tp-postbox {
    margin-bottom: 30px;
  }
}
.tp-postbox-filter-btn a {
  font-weight: 600;
  font-size: 16px;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  font-family: var(--tp-ff-inter-tight);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.01);
  border-radius: 60px;
  display: inline-block;
  padding: 17px 32px;
  line-height: 1;
}
@media (max-width: 767px) {
  .tp-postbox-filter-btn a {
    font-size: 14px;
    padding: 15px 25px;
    margin-bottom: 5px;
  }
}
.tp-postbox-filter-btn a:not(:last-child) {
  margin-right: 5px;
}
.tp-postbox-filter-btn a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-postbox-thumb img {
  border-radius: 19px;
}
@media (max-width: 767px) {
  .tp-postbox-thumb img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
}
.tp-postbox-meta, .tp-postbox-meta-2 {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .tp-postbox-meta, .tp-postbox-meta-2 {
    gap: 17px;
    flex-wrap: wrap;
  }
}
.tp-postbox-meta span, .tp-postbox-meta-2 span {
  font-weight: 600;
  font-size: 14px;
  color: #65686D;
  display: flex;
  align-items: center;
  gap: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .tp-postbox-meta span, .tp-postbox-meta-2 span {
    line-height: 1;
  }
}
.tp-postbox-meta span:last-child, .tp-postbox-meta-2 span:last-child {
  position: relative;
}
.tp-postbox-meta span:last-child::before, .tp-postbox-meta-2 span:last-child::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #65686D;
  border-radius: 50%;
  left: -11px;
  top: 50%;
  transform: translateY(-50%);
}
.tp-postbox-meta span:hover, .tp-postbox-meta-2 span:hover {
  color: var(--tp-common-black);
}
.tp-postbox-meta-2 span, .tp-postbox-meta-2-2 span {
  position: relative;
}
.tp-postbox-meta-2 span:last-child::before, .tp-postbox-meta-2-2 span:last-child::before {
  width: 0;
  height: 0;
}
.tp-postbox-meta-2 span:not(:first-child)::after, .tp-postbox-meta-2-2 span:not(:first-child)::after {
  position: absolute;
  content: "/";
  left: -11px;
  top: 50%;
  transform: translateY(-50%);
}
.tp-postbox-meta.dark span, .tp-postbox-meta-2.dark span {
  color: var(--tp-common-black);
}
.tp-postbox-title {
  font-size: 40px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-postbox-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .tp-postbox-title {
    font-size: 30px;
  }
  .tp-postbox-title br {
    display: none;
  }
}
.tp-postbox-title.short {
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .tp-postbox-title.short {
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-postbox-link {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .tp-postbox-link {
    padding-top: 15px;
  }
}
.tp-postbox-link .tp-btn-theme {
  width: fit-content;
  border-radius: 60px;
  gap: 3px;
}
.tp-postbox.post-standerd {
  background-color: var(--tp-common-white);
  border-radius: 16px;
  padding: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-postbox.post-standerd {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .tp-postbox.post-standerd {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .tp-postbox.post-standerd .tp-postbox-link {
    padding-top: 25px;
  }
}
.tp-postbox-url-icon {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  width: 36px;
  height: 36px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-postbox-url-box {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-postbox-area {
    padding: 100px 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tp-postbox-area {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tp-postbox-content p br {
    display: none;
  }
}

/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-sidebar-widget {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tp-sidebar-widget {
    margin-bottom: 30px;
  }
}
.tp-sidebar-widget.category ul li {
  list-style-type: none;
}
.tp-sidebar-widget.category ul li:not(:last-child) {
  margin-bottom: 8px;
}
.tp-sidebar-widget.category ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 7, 21, 0.1);
  border-radius: 50px;
  font-weight: 500;
  padding: 12px 20px;
  line-height: 1;
}
.tp-sidebar-widget.category ul li a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-sidebar-widget-title {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .tp-sidebar-widget-title {
    margin-bottom: 20px;
  }
}
.tp-sidebar-promo {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  padding-bottom: 50px;
  border-radius: 14px;
  position: relative;
  z-index: 1;
  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-sidebar-promo {
    min-height: 400px;
    padding: 25px;
    padding-bottom: 35px;
  }
}
.tp-sidebar-promo::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(0, 7, 21, 0) 0%, #000000 100%);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.tp-sidebar-promo-title {
  font-size: 28px;
  color: #fff;
  font-family: var(--tp-ff-body);
}
.tp-sidebar-promo-link {
  display: inline-block;
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  padding: 11px 14px;
  border-radius: 60px;
}
.tp-sidebar-promo-link:hover {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
.tp-sidebar-search {
  position: relative;
}
.tp-sidebar-search input {
  height: 66px;
  width: 100%;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background-color: transparent;
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 7, 21, 0.6);
  padding: 0;
}
.tp-sidebar-search input::placeholder {
  font-size: 18px;
  color: rgba(0, 7, 21, 0.6);
}
.tp-sidebar-search input:focus {
  border-color: transparent;
}
.tp-sidebar-search button[type=submit] {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tagcloud a {
  display: inline-block;
  font-weight: 500;
  color: var(--tp-common-black);
  border: 1px solid #DDDDDD;
  border-radius: 50px;
  line-height: 1;
  padding: 10px 23px;
  padding-bottom: 11px;
}
.tagcloud a:not(:last-child) {
  margin-right: 1px;
  margin-bottom: 8px;
}
.tagcloud a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tagcloud.pr-50 {
    padding-right: 0;
  }
}

.tpltpost {
  display: flex;
  align-items: center;
  gap: 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) {
  .tpltpost {
    gap: 15px;
  }
}
.tpltpost:not(:last-child) {
  border-bottom: 1px solid rgba(0, 7, 21, 0.1);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.tpltpost__thumb {
  flex: 0 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) {
  .tpltpost__thumb {
    flex: inherit;
  }
}
.tpltpost__thumb img {
  border-radius: 14px;
}
.tpltpost__cat {
  font-weight: 500;
  font-size: 13px;
  color: var(--tp-common-black);
  border: 1px solid #DDDDDD;
  border-radius: 15px;
  display: inline-block;
  line-height: 1;
  padding: 3px 11px;
  padding-bottom: 5px;
}
.tpltpost__cat:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: transparent;
}
.tpltpost__title {
  font-size: 18px;
  font-family: var(--tp-ff-body);
  line-height: 1.3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tpltpost__title br {
    display: none;
  }
}
.tpltpost-data {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.01em;
  color: #65686D;
}

/*----------------------------------------*/
/*  5.4 Blog css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tp-blog-item {
    margin-bottom: 30px;
  }
}
.tp-blog-item:hover .tp-blog-thumb img {
  transform: scale(1.1);
}
.tp-blog-thumb {
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 25px;
}
.tp-blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.9s ease-in-out;
}
.tp-blog-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 15px;
  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-blog-title {
    font-size: 20px;
  }
  .tp-blog-title br {
    display: none;
  }
}
.tp-blog-title.fw-500 {
  font-weight: 500;
}
.tp-blog-meta span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #65686d;
  position: relative;
}
.tp-blog-meta span:not(:last-child) {
  padding-inline-end: 10px;
  margin-inline-end: 10px;
}
.tp-blog-meta span:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 4px;
  inset-inline-end: -1px;
  height: 10px;
  width: 1px;
  background-color: #65686d;
}
@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-blog-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.tp-blog-latest-post {
  display: block;
}
.tp-blog-latest-post-thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.tp-blog-latest-post-thumb img {
  width: 100%;
  height: 120%;
  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) {
  .tp-blog-latest-post-thumb img {
    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) {
  .tp-blog-3-style {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
.tp-blog-3-style .tp-blog-item {
  border-radius: 20px;
  border: 1px solid rgba(0, 7, 21, 0.1);
}
.tp-blog-3-style .tp-blog-content {
  padding: 0 30px 30px 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-blog-3-style .tp-blog-title {
    font-size: 20px;
  }
}

.tpblog4 {
  overflow: hidden;
  position: relative;
}
.tpblog4::before {
  position: absolute;
  content: "";
  background: rgba(0, 7, 21, 0.2);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.tpblog4__title {
  font-size: 24px;
  line-height: 1.3;
  transition-delay: 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tpblog4__title {
    margin-bottom: 10px;
    line-height: 1.1;
  }
  .tpblog4__title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tpblog4__title {
    font-size: 20px;
  }
  .tpblog4__title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tpblog4__title {
    margin-bottom: 5px;
  }
}
.tpblog4__title.larg {
  font-size: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpblog4__title.larg {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tpblog4__title.larg {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.tpblog4__meta {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tpblog4__meta span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: var(--tp-common-white);
  border-radius: 50%;
}
.tpblog4 label {
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  top: 32px;
  left: 40px;
  z-index: 2;
}
.tpblog4__content {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpblog4__content {
    left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tpblog4__content {
    left: 25px;
    bottom: 25px;
  }
}
@media (max-width: 767px) {
  .tpblog4__content {
    left: 20px;
    bottom: 15px;
  }
}
.tpblog4__blank {
  min-height: 540px;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  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) {
  .tpblog4__blank {
    min-height: inherit;
    height: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tpblog4__blank {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .tpblog4__blank {
    min-height: 350px;
    padding: 20px;
  }
}
.tpblog4__blank-title {
  font-size: 28px;
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tpblog4__blank-title {
    font-size: 25px;
  }
}
.tpblog4__blank-title-short {
  font-size: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tpblog4__blank-title-short {
    font-size: 20px;
  }
}
.tpblog4__blank-title-larg {
  font-size: 32px;
}
.tpblog4__blank-title-larg span {
  color: #323B4C;
}
.tpblog4__blank-content p {
  font-size: 14px;
  margin-bottom: 25px;
  color: #BEC1C7;
}
.tpblog4__thumb img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tpblog4__thumb.short img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpblog4__thumb.short img {
    max-height: 450px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpblog4__thumb.short img {
    max-height: 375px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpblog4__thumb.short img {
    min-height: 350px;
  }
}
.tpblog4__list {
  height: 120px;
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .tpblog4__list {
    height: auto;
    padding: 20px;
  }
}
.tpblog4__list::before {
  background-color: transparent;
}
.tpblog4__list .tpblog4__meta {
  color: var(--tp-common-black);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition-delay: 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpblog4__list .tpblog4__meta {
    width: 60%;
  }
}
.tpblog4__list .tpblog4__meta span {
  background-color: var(--tp-common-black);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition-delay: 0s;
}
.tpblog4__list-content {
  display: flex;
  align-items: center;
  gap: 174px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpblog4__list-content {
    gap: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tpblog4__list-content {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .tpblog4__list-content {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.tpblog4__list-shape {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tpblog4__list-shape img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition-duration: 20s;
}
.tpblog4__list:hover::before {
  background: rgba(0, 7, 21, 0.2);
  z-index: 1;
}
.tpblog4__list:hover .tpblog4__meta {
  color: var(--tp-common-white);
}
.tpblog4__list:hover .tpblog4__meta span {
  background-color: var(--tp-common-white);
}
.tpblog4__list:hover .tpblog4__title {
  color: var(--tp-common-white);
  font-size: 28px !important;
}
.tpblog4__list:hover .tpblog4__list-shape {
  opacity: 1;
  visibility: visible;
}
.tpblog4__list:hover .tpblog4__list-shape img {
  transform: scale(1.3);
}
.tpblog4:hover .tpblog4__content-active {
  opacity: 1;
  visibility: visible;
  top: -25%;
}
.tpblog4:hover .tpblog4__thumb img {
  transform: scale(1.1);
}
.tpblog4.long:hover .tpblog4__content-active {
  top: -22%;
}

.tp-blog-4-main {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.tp-blog-4-main .row .col-xl-4:nth-child(5) .tpblog4__blank {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-4-heading {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-blog-4-heading {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-4-area {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .tp-blog-4-area {
    padding: 40px 0;
  }
}
.tp-blog-feature-main {
  border-radius: 24px;
  padding: 32px;
}
@media (max-width: 767px) {
  .tp-blog-feature-main {
    padding: 20px;
  }
}
.tp-blog-feature-date {
  display: flex;
  align-items: center;
  gap: 9px;
}
@media (max-width: 767px) {
  .tp-blog-feature-date {
    margin-bottom: 15px;
  }
}
.tp-blog-feature-date span {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
}
.tp-blog-feature-date span.dvdr {
  height: 6px;
  width: 1px;
  display: inline-block;
  background-color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-blog-feature-meta {
    margin-bottom: 15px;
  }
}
.tp-blog-feature-meta a {
  font-weight: 500;
  color: var(--tp-common-white);
  background-color: #1756CC;
  border-radius: 25px;
  padding: 3px 17px;
  display: inline-block;
}
.tp-blog-feature-meta a:not(:last-child) {
  margin-right: 2px;
  margin-bottom: 5px;
}
.tp-blog-feature-meta a:hover {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
.tp-blog-feature-title {
  font-size: 52px;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-blog-feature-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-feature-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .tp-blog-feature-title {
    font-size: 30px;
  }
}
.tp-blog-feature-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-feature-author {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .tp-blog-feature-author {
    padding-top: 15px;
  }
}
.tp-blog-feature-author-thumb {
  flex: 0 0 auto;
}
.tp-blog-feature-author-thumb img {
  border-radius: 50%;
}
.tp-blog-feature-author-title {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.01em;
  font-family: var(--tp-ff-body);
}
.tp-blog-feature-author-content span {
  font-weight: 500;
  font-size: 14px;
  opacity: 0.8;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-inter-tight);
}
@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-feature-wrap {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-feature-thumb img {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-blog-feature-thumb img {
    margin-bottom: 20px;
  }
}
.tp-blog-pagination {
  text-align: center;
}
.tp-blog-pagination ul {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.tp-blog-pagination ul li {
  list-style: none;
}
.tp-blog-pagination ul li a {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #000715;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 7, 21, 0.08);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-blog-pagination ul li a:hover {
  border-color: transparent;
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-blog-nav-link {
  background-color: var(--tp-common-white);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.01);
  border-radius: 60px;
  font-weight: 600;
  font-size: 16px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-inter-tight);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 17px 32px;
  line-height: 1;
  margin-right: 8px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-blog-nav-link.active {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-blog-details-title {
  font-weight: 600;
  font-size: 34px;
}
@media (max-width: 767px) {
  .tp-blog-details-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.tp-blog-details-wrap p {
  color: #65686D;
}
.tp-blog-details-wrap p span {
  color: var(--tp-theme-1);
}
@media (max-width: 767px) {
  .tp-blog-details-list {
    padding-top: 10px;
    margin-bottom: 30px;
  }
}
.tp-blog-details-list p span {
  color: var(--tp-theme-1);
}
.tp-blog-details-list ul {
  margin-left: 42px;
}
.tp-blog-details-list ul li {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 7px;
  color: #65686D;
}
.tp-blog-details-list ul li span {
  color: var(--tp-theme-1);
}
@media (max-width: 767px) {
  .tp-blog-details-img img {
    margin-bottom: 20px;
    height: 350px;
    object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-details-img-larg {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .tp-blog-details-img-larg img {
    height: 350px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .tp-blog-details-spacing {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .tp-blog-details-content {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .tp-blog-details-content p {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-details-area {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-details-area {
    padding-bottom: 70px;
  }
}
.tp-blog-quote {
  display: flex;
  gap: 34px;
}
@media (max-width: 767px) {
  .tp-blog-quote {
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px 0;
    padding-top: 20px;
  }
}
.tp-blog-quote-deg {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .tp-blog-quote-deg {
    font-size: 25px;
  }
  .tp-blog-quote-deg br {
    display: none;
  }
}
.tp-blog-quote-icon {
  transform: translateY(7px);
}
.tp-blog-quote-content span {
  color: var(--tp-theme-1);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 9px;
}
.tp-blog-quote-content span::before {
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: var(--tp-theme-1);
  content: "";
}
.tp-blog-code-demo {
  background: #fff;
  padding: 25px 30px;
  padding-bottom: 30px;
  border-radius: 14px;
}
@media (max-width: 767px) {
  .tp-blog-code-demo {
    margin-bottom: 30px;
  }
}
.tp-blog-social a {
  color: var(--tp-common-black);
  margin-left: 15px;
  display: inline-block;
  margin-bottom: 8px;
}
.tp-blog-social a:hover {
  color: var(--tp-theme-1);
}
.tp-blog-social-share {
  border-bottom: 1px solid rgba(0, 7, 21, 0.1);
}
@media (max-width: 767px) {
  .tp-blog-social-share {
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 15px;
    padding-bottom: 20px;
  }
}
.tp-blog-latest-post {
  z-index: 1;
}
@media (max-width: 767px) {
  .tp-blog-latest-post {
    padding: 120px 0;
  }
}
.tp-blog-latest-post::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.tp-blog-latest-post span {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .tp-blog-latest-post span {
    font-size: 17px;
    margin-bottom: 5px;
  }
}
.tp-blog-latest-post-title {
  font-size: 60px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .tp-blog-latest-post-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .tp-blog-comments {
    padding-top: 50px;
  }
}
.tp-blog-comments-thumb {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .tp-blog-comments-thumb {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
.tp-blog-comments-thumb img {
  border-radius: 50%;
}
.tp-blog-comments-main ul li {
  list-style: none;
}
.tp-blog-comments-main ul li .children {
  margin-left: 100px;
}
@media (max-width: 767px) {
  .tp-blog-comments-main ul li .children {
    margin-left: 0;
  }
}
.tp-blog-comments-author-title {
  font-size: 16px;
  letter-spacing: -0.01em;
  font-family: var(--tp-ff-body);
  margin: 0;
}
@media (max-width: 767px) {
  .tp-blog-comments-author-title {
    font-size: 15px;
  }
}
.tp-blog-comments-info span {
  color: var(--tp-common-black);
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 767px) {
  .tp-blog-comments-link {
    padding-top: 0;
  }
}
.tp-blog-comments-link a {
  font-weight: 600;
  font-size: 14px;
  font-family: var(--tp-ff-inter-tight);
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
  border-radius: 40px;
  border: 1px solid rgba(0, 7, 21, 0.1);
  width: fit-content;
  padding: 10px 19px;
}
.tp-blog-comments-link a svg {
  transform: translateY(1px);
}
.tp-blog-comments-link a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: transparent;
}
.tp-blog-comments-title {
  font-weight: 600;
  font-size: 32px;
}
.tp-blog-comments-form-btn .tp-btn-theme {
  padding: 14px 57px;
}
@media (max-width: 767px) {
  .tp-blog-comments-form-btn .tp-btn-theme {
    padding: 12px 35px;
  }
}
.tp-blog-comments-reply {
  border: 1px solid rgba(0, 7, 21, 0.1);
  border-radius: 20px;
  padding: 60px;
}
@media (max-width: 767px) {
  .tp-blog-comments-reply {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .tp-blog-comments-item {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-grid-area {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-blog-grid-area {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-grid-area.spacing-2 {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .tp-blog-grid-area.spacing-2 {
    padding-top: 70px;
  }
}

.tpbiogriphy {
  gap: 30px;
}
@media (max-width: 767px) {
  .tpbiogriphy {
    gap: 15px;
    padding-bottom: 30px;
  }
}
.tpbiogriphy__info span {
  font-weight: 500;
  font-size: 13px;
  color: #65686D;
  line-height: 1;
}
.tpbiogriphy__title {
  font-size: 18px;
}
.tpbiogriphy__social {
  gap: 24px;
}
.tpbiogriphy__social a {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.01em;
  color: #000715;
}
.tpbiogriphy__social a:hover {
  color: var(--tp-theme-1);
}
.tpbiogriphy__content p {
  font-weight: 400;
}
.tpbiogriphy__thumb img {
  border-radius: 100px;
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.tp-footer-info a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}
.tp-footer-info-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  display: block;
  margin-bottom: 5px;
  color: var(--tp-common-white);
}
.tp-footer-info-wrap {
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .tp-footer-info-wrap {
    flex-wrap: wrap;
  }
}
.tp-footer-social {
  display: flex;
  gap: 16px;
}
.tp-footer-social a {
  color: var(--tp-common-white);
}
.tp-footer-widget p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-widget p br {
    display: none;
  }
}
.tp-footer-widget-title {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: var(--tp-common-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-footer-widget-title::after {
  position: absolute;
  bottom: -1px;
  inset-inline-start: 0;
  height: 1px;
  width: 105px;
  content: "";
  background-color: var(--tp-theme-1);
}
.tp-footer-widget-menu ul li {
  list-style-type: none;
}
.tp-footer-widget-menu ul li:not(:last-child) {
  margin-bottom: 15px;
}
.tp-footer-widget-menu ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}
.tp-footer-widget-menu ul li a:hover {
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-footer-widget-menu ul li a {
    font-size: 14px;
  }
  .tp-footer-widget-menu ul li a br {
    display: none;
  }
}
.tp-footer-widget-menu.chenge-font ul li a {
  font-family: var(--tp-ff-inter-tight);
}
.tp-footer-widget-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-widget-wrap {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-widget-wrap-2 {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-widget-wrap-2 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tp-footer-widget-wrap-2 {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-footer-widget-logo-2 {
    text-align: center;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .tp-footer-area.ml-30.mr-30.pb-30 {
    margin: 0;
    padding-bottom: 0;
  }
}
.tp-footer-title {
  font-size: 72px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-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) {
  .tp-footer-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-footer-title {
    font-size: 35px;
  }
}
.tp-footer-title span {
  color: var(--tp-cream-color);
  margin-left: 5px;
}
.tp-footer-title-theme span {
  color: var(--tp-theme-1);
}
.tp-footer-cream .tp-footer-widget-title::after {
  background-color: var(--tp-cream-color);
}

.tp-copyright-text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-copyright-text p {
    font-size: 14px;
  }
}
.tp-copyright-text p a {
  color: var(--tp-common-white);
}
.tp-copyright-text p a:hover {
  opacity: 0.5;
}
.tp-copyright-payment {
  gap: 20px;
}
.tp-copyright-payment span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-copyright-payment span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-copyright-wrap-5 {
    padding-bottom: 57px;
  }
}
@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-copyright-wrap-5 {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-copyright-wrap-5 {
    padding-top: 0;
  }
}

.tp-footer-2-bg {
  border-radius: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-2-bg {
    border-radius: 0;
  }
}
.tp-footer-2-shape {
  position: absolute;
  top: 0;
  left: 0;
}
.tp-footer-2-style .tp-footer-widget-title {
  border-bottom: none;
  padding-bottom: 0;
}
.tp-footer-2-style .tp-footer-widget-title::after {
  display: none;
}
.tp-footer-trams {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-trams {
    text-align: center;
  }
}
.tp-footer-trams a {
  font-size: 16px;
  color: #FFFFFF;
}
.tp-footer-trams a:hover {
  opacity: 0.5;
}

.footer-col-2-2 {
  padding-inline-start: 105px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-col-2-2 {
    padding-inline-start: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-col-2-2 {
    padding-inline-start: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-col-2-3 {
    padding-inline-start: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-col-2-3 {
    padding-inline-start: 0;
  }
}

.tp-footer-3-style .tp-footer-widget p {
  color: rgba(0, 0, 0, 0.6);
}
.tp-footer-3-style .tp-footer-widget-title {
  color: var(--tp-common-black);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tp-footer-3-style .tp-footer-widget-title::after {
  background-color: var(--tp-common-black);
}
.tp-footer-3-style .tp-footer-widget-menu ul li a {
  color: rgba(0, 0, 0, 0.6);
}
.tp-footer-3-style .tp-footer-widget-menu ul li a:hover {
  color: var(--tp-common-black);
}
.tp-footer-3-style .tp-footer-widget-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tp-footer-3-style .tp-copyright-text p {
  color: rgba(0, 0, 0, 0.6);
}
.tp-footer-3-style .tp-copyright-text p a {
  color: var(--tp-common-black);
}
.tp-footer-3-style .tp-copyright-payment span {
  color: rgba(0, 0, 0, 0.6);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-5 .tp-footer-widget {
    padding-left: 0;
  }
}
.tp-footer-5 .tp-footer-widget .tp-footer-social ul li {
  list-style: none;
}
.tp-footer-5 .tp-footer-widget .tp-footer-social ul li:not(:nth-last-child(1)) {
  margin-bottom: 18px;
}
.tp-footer-5 .tp-footer-widget .tp-footer-social ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 500;
}
.tp-footer-5 .tp-footer-widget .tp-footer-social ul li a:hover {
  opacity: 0.5;
}
.tp-footer-5 .tp-footer-widget .tp-footer-widget-menu ul li a {
  font-size: 20px;
  font-weight: 600;
  color: var(--tp-common-white);
}
.tp-footer-5 .tp-footer-widget .tp-footer-widget-menu ul li a:hover {
  opacity: 0.5;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-5 .tp-footer-widget .tp-footer-widget-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), (max-width: 767px) {
  .tp-footer-5 .tp-footer-widget .tp-footer-widget-link {
    padding-top: 30px;
  }
}
.tp-footer-5 .tp-footer-widget.link {
  justify-content: end;
}
@media (max-width: 767px) {
  .tp-footer-5 .tp-footer-widget.link {
    justify-content: start;
  }
}
.tp-footer-5-shape-1 {
  left: 0;
  bottom: 0;
}
.tp-footer-5-shape-2 {
  right: 0;
  bottom: 0;
}

/*----------------------------------------*/
/*  7.7 Hero css
/*----------------------------------------*/
.tp-hero-bg {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-bg {
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .tp-hero-bg {
    padding-top: 140px;
  }
}
.tp-hero-bg::after {
  position: absolute;
  content: "";
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  opacity: 0.55;
  background: linear-gradient(90deg, #0c234e 0%, #0c234e 31.05%, #000715 57.06%);
}
.tp-hero-circle-blur {
  position: absolute;
  bottom: -35%;
  inset-inline-end: 0;
  height: 580px;
  width: 580px;
  border-radius: 50%;
  display: inline-block;
  border-radius: 100%;
  background-color: rgba(0, 43, 125, 0.6);
  backdrop-filter: blur(300px);
  filter: blur(500px);
}
.tp-hero-subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  border-radius: 60px;
  padding: 10px 16px;
  display: inline-block;
  backdrop-filter: blur(19px);
  color: var(--tp-common-white);
  background: rgba(255, 255, 255, 0.11);
}
.tp-hero-title {
  font-weight: 500;
  font-size: 82px;
  line-height: 1.17;
  letter-spacing: 0.02em;
  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) {
  .tp-hero-title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .tp-hero-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-title {
    font-size: 55px;
  }
}
.tp-hero-title.fs-72 {
  font-size: 72px;
  line-height: 1.14;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-title.fs-72 {
    font-size: 58px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-title.fs-72 {
    font-size: 55px;
  }
  .tp-hero-title.fs-72 br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title.fs-72 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .tp-hero-title.fs-72 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-title.fs-72 {
    font-size: 55px;
  }
}
.tp-hero-info p {
  margin-bottom: 0;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .tp-hero-info p br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-content {
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-content {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .tp-hero-content {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-content.mb-225 {
    margin-bottom: 40px;
  }
}
.tp-hero-category {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-category {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .tp-hero-category {
    gap: 30px;
    flex-wrap: wrap;
  }
}
.tp-hero-category span {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-inter-tight);
}
.tp-hero-category span i {
  margin-inline-end: 3px;
  font-style: normal;
}
.tp-hero-shape-1 {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  z-index: 3;
}
.tp-hero-shape-2 {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  z-index: 2;
}

.tp-hero-2-bg {
  z-index: 1;
  position: relative;
  border-radius: 0 0 40px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-2-bg {
    background-position: left;
  }
}
.tp-hero-2-bg:before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  inset-inline-start: 0;
  background: rgba(0, 7, 21, 0.5);
}
.tp-hero-2-playbtn {
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  align-items: center;
  display: inline-flex;
  color: var(--tp-common-white);
}
.tp-hero-2-playbtn:hover {
  color: var(--tp-common-white);
}
.tp-hero-2-playbtn i {
  height: 60px;
  width: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}
.tp-hero-2-playbtn i svg {
  transform: translateX(2px);
}
.tp-hero-2-info {
  gap: 15px;
}
.tp-hero-2-info p {
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2-info p br {
    display: none;
  }
}
.tp-hero-2-info-count {
  font-weight: 500;
  font-size: 77px;
  line-height: 0.96;
  margin-bottom: 25px;
  display: inline-block;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2-info-count {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-2-info-count {
    font-size: 45px;
  }
}
.tp-hero-2-apoinment {
  border-radius: 26px;
  padding: 40px 30px;
  background-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) {
  .tp-hero-2-apoinment {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-2-apoinment {
    margin-left: 0px;
    margin-top: 70px;
  }
}
.tp-hero-2-apoinment-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.3;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2-apoinment-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-2-apoinment-title {
    font-size: 25px;
  }
}
.tp-hero-2-apoinment .tp-hero-select .nice-select {
  height: 50px;
  width: auto;
  line-height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #65686D;
  background-color: var(--tp-common-white);
  border: 1px solid rgba(0, 7, 21, 0.1);
}
.tp-hero-2-apoinment .tp-hero-select .nice-select::after {
  border-bottom: 1.5px solid #65686D;
  border-right: 1.5px solid #65686D;
}
.tp-hero-2-apoinment.tp-contact-form input, .tp-hero-2-apoinment.tp-contact-form textarea {
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
  border: 1px solid rgba(0, 7, 21, 0.1);
  color: var(--tp-common-black);
}
.tp-hero-2-apoinment.tp-contact-form input::placeholder, .tp-hero-2-apoinment.tp-contact-form textarea::placeholder {
  color: #65686D;
}
.tp-hero-2-apoinment.tp-contact-form textarea {
  resize: none;
  height: 180px;
  line-height: 1;
  border-radius: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-2-content {
    margin-bottom: 50px;
  }
}

.tp-hero-3-bg {
  background: linear-gradient(180deg, #f9eaec 0%, rgba(255, 255, 255, 0) 100%);
}
.tp-hero-3-subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #21212d;
  padding: 10px 16px;
  border-radius: 40px;
  display: inline-block;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(33, 33, 45, 0.06);
  box-shadow: 0 0 2px 0 rgba(39, 39, 46, 0.04);
}
.tp-hero-3-title {
  font-weight: 800;
  font-size: 90px;
  line-height: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-3-title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-3-title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3-title {
    font-size: 85px;
  }
}
@media (max-width: 767px) {
  .tp-hero-3-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-3-title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3-title span img {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .tp-hero-3-title span img {
    height: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-3-title span img {
    height: 45px;
  }
}
.tp-hero-3-content {
  padding-top: 260px;
  padding-bottom: 190px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3-content {
    padding-top: 200px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3-content {
    padding-top: 200px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .tp-hero-3-content {
    padding-top: 190px;
    padding-bottom: 0;
  }
}
.tp-hero-3-content p {
  font-weight: 500;
  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) {
  .tp-hero-3-content p {
    font-size: 18px;
  }
}
.tp-hero-3-thumb-inner {
  position: absolute;
  top: 28%;
  inset-inline-end: -22%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3-thumb-inner {
    inset-inline-end: -13%;
  }
}
@media (max-width: 767px) {
  .tp-hero-3-thumb-inner {
    display: none;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-3-thumb {
    transform: translateX(-100px);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-3-thumb {
    transform: translateX(-80px) translateY(5%);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-3-thumb {
    transform: translateX(-40px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3-thumb {
    transform: translateX(-20px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3-thumb {
    margin-top: 70px;
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .tp-hero-3-thumb {
    margin-top: 40px;
    transform: translateX(0);
  }
}

.tp-slider-arrow {
  gap: 25px;
  text-align: center;
}
.tp-slider-arrow button {
  width: 50px;
  height: 50px;
  line-height: 1;
  border-radius: 60px;
  display: inline-block;
  background-color: var(--tp-common-white);
  border: 1px solid rgba(33, 33, 45, 0.1);
}
.tp-slider-arrow button:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-slider-dots .swiper-pagination-bullet {
  border-radius: 7px;
  width: 50px;
  height: 6px;
  opacity: 1;
  margin: 0 4px;
  transition: 0.3s;
  background: rgba(33, 33, 45, 0.1);
}
@media (max-width: 767px) {
  .tp-slider-dots .swiper-pagination-bullet {
    height: 5px;
    width: 12px;
  }
}
.tp-slider-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #7463FF;
}

.tp-hero-4-title {
  font-weight: 600;
  font-size: 62px;
  line-height: 1.2;
  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-hero-4-title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .tp-hero-4-title {
    font-size: 35px;
  }
  .tp-hero-4-title br {
    display: none;
  }
}
.tp-hero-4-list {
  overflow: hidden;
  margin-left: -196px;
  border-radius: 0 60px 0 0;
  padding: 130px 130px 30px 190px;
  background-color: var(--tp-theme-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-4-list {
    padding: 30px 130px 30px 190px;
  }
}
@media (max-width: 767px) {
  .tp-hero-4-list {
    padding: 30px;
    margin-left: -20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-4-list {
    margin-left: -35px;
  }
}
.tp-hero-4-list-item {
  padding: 25px 0;
  gap: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .tp-hero-4-list-item {
    padding: 15px 0;
  }
}
.tp-hero-4-list-item i {
  color: var(--tp-common-white);
}
.tp-hero-4-list-item i svg {
  transform: translateY(-2px);
}
.tp-hero-4-list-item p {
  margin-bottom: 0;
  color: var(--tp-common-white);
}
.tp-hero-4-shape {
  position: absolute;
  top: 0;
  z-index: -1;
  inset-inline-start: 0;
}
@media (max-width: 767px) {
  .tp-hero-4-content {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-hero-4-content p {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .tp-hero-4-area {
    padding-top: 85px;
  }
}

.tp-hero-5-link {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 767px) {
  .tp-hero-5-link {
    flex-wrap: wrap;
    gap: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-5-link-box {
    padding-top: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-hero-5-link-box {
    margin-bottom: 30px;
  }
}
.tp-hero-5-link-box p {
  letter-spacing: -0.01em;
  color: #FFFFFF;
  opacity: 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-5-link-box p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-hero-5-link-content {
    margin-bottom: 20px;
  }
}
.tp-hero-5-link .btn-border {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-hero-5-link .btn-border span {
  color: var(--tp-common-white);
}
.tp-hero-5-link .btn-border i {
  background-color: var(--tp-cream-color);
}
.tp-hero-5-link .btn-border i span {
  color: var(--tp-common-black);
}
.tp-hero-5-title {
  font-size: 82px;
  font-weight: 600;
  color: var(--tp-common-white);
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-5-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-5-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-5-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-hero-5-title {
    font-size: 35px;
  }
  .tp-hero-5-title br {
    display: none;
  }
}
.tp-hero-5-award-arrow {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-hero-5-award-arrow {
    margin-bottom: 45px;
  }
}
.tp-hero-5-award-arrow a {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tp-common-black);
  border-radius: 70px;
  color: var(--tp-common-white);
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .tp-hero-5-award-arrow a {
    width: 55px;
    height: 55px;
  }
  .tp-hero-5-award-arrow a svg {
    width: 16px;
  }
}
.tp-hero-5-award-arrow a:nth-child(2) {
  background-color: var(--tp-cream-color);
  color: var(--tp-common-black);
  margin-left: -17px;
  z-index: 1;
}
.tp-hero-5-award-title {
  font-size: 32px;
  font-weight: 600;
  color: var(--tp-common-white);
}
.tp-hero-5-award-content p {
  color: #D7CFCF;
  font-size: 20px;
}
.tp-hero-5-award-box {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(13px);
  padding: 53px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-5-award-box {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .tp-hero-5-award-box {
    width: 100%;
    padding: 20px;
  }
}
.tp-hero-5-area {
  z-index: 1;
  max-height: 980px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-5-area {
    padding-top: 180px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .tp-hero-5-area {
    padding-bottom: 0;
  }
}
.tp-hero-5-area::before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #000715 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-5-content {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tp-hero-5-content {
    padding-bottom: 10px;
  }
}
.tp-hero-5-video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tp-hero-5-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tp-hero-banner-subtitle {
  border: 1px solid rgba(0, 7, 21, 0.1);
  border-radius: 28px;
  font-weight: 500;
  font-size: 18px;
  font-family: var(--tp-ff-inter-tight);
  color: var(--tp-common-black);
  padding: 10px 23px;
  line-height: 1;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-banner-subtitle {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tp-hero-banner-subtitle {
    font-size: 14px;
    padding: 6px 18px;
  }
}
.tp-hero-banner-subtitle.dotted {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tp-hero-banner-subtitle.dotted::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--tp-common-black);
}
.tp-hero-banner-subtitle.blur-bg {
  background: rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(3px);
}
.tp-hero-banner-title {
  font-size: 90px;
  font-weight: 600;
  color: #000;
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-banner-title {
    font-size: 75px;
  }
  .tp-hero-banner-title img {
    max-width: 8%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-banner-title {
    font-size: 60px;
  }
  .tp-hero-banner-title img {
    max-width: 8%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-banner-title {
    font-size: 50px;
  }
  .tp-hero-banner-title img {
    max-width: 8%;
  }
}
@media (max-width: 767px) {
  .tp-hero-banner-title {
    font-size: 40px;
  }
  .tp-hero-banner-title img {
    max-width: 8%;
  }
}
.tp-hero-banner-title img {
  border-radius: 100px;
}
.tp-hero-banner-main p {
  color: #65686D;
  font-family: var(--tp-ff-inter-tight);
}
.tp-hero-banner-main-4 .tp-hero-banner-subtitle {
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-banner-main.blog-banner {
    margin-bottom: 20px;
  }
}
.tp-hero-banner-area.banner-bg {
  position: relative;
  z-index: 1;
}
.tp-hero-banner-area.banner-bg::before {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(10, 73, 191, 0.2) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-banner-deg {
    justify-content: start;
  }
}
.tp-hero-banner-deg p {
  color: #65686D;
  font-size: 18px;
}
@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-banner-deg p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-banner-2 {
    padding-top: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-banner-2 {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .tp-hero-banner-2 {
    padding-top: 120px;
  }
}
.tp-hero-banner-2 .tp-hero-banner-subtitle {
  border: 0;
  padding: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-banner-2 .tp-hero-banner-subtitle {
    font-size: 17px;
  }
}
.tp-hero-banner-2 .tp-hero-banner-subtitle.with-bg {
  padding: 8px 23px;
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-hero-banner-2 .tp-hero-banner-subtitle.with-bg {
    margin-bottom: 15px;
  }
}
.tp-hero-banner-2 .tp-hero-banner-title {
  font-size: 62px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-banner-2 .tp-hero-banner-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-banner-2 .tp-hero-banner-title {
    font-size: 40px;
  }
}
.tp-hero-banner-2 .tp-hero-banner-title img {
  width: 76px;
  height: 76px;
  object-fit: cover;
}
@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-banner-2 .tp-hero-banner-title img {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 767px) {
  .tp-hero-banner-2 .tp-hero-banner-title img {
    height: 25px;
    width: 25px;
  }
}
.tp-hero-banner-2 .tp-hero-banner-title.short {
  font-size: 42px;
}
.tp-hero-banner-2 .tp-hero-banner-main {
  margin-left: 44px;
}
@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-banner-2 .tp-hero-banner-main {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-banner-2.banner-short {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-banner-2.banner-short {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-banner-2.banner-short .tp-hero-banner-deg {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-banner-2.banner-short .tp-hero-banner-deg {
    padding-top: 0;
  }
  .tp-hero-banner-2.banner-short .tp-hero-banner-deg p {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .tp-hero-banner-2.banner-short .tp-hero-banner-deg {
    padding-top: 10px;
  }
  .tp-hero-banner-2.banner-short .tp-hero-banner-deg p {
    margin-bottom: 10px;
  }
}
.tp-hero-banner-quote {
  min-height: 930px;
  background-size: cover;
  background-position: center;
  margin: 0 30px;
  border-radius: 24px;
  margin-top: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-banner-quote {
    min-height: 750px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-banner-quote {
    min-height: 650px;
    margin: 0 10px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .tp-hero-banner-quote {
    min-height: 450px;
    margin: 0;
    margin-top: 40px;
  }
}
.tp-hero-banner-quote-main {
  max-width: 789px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 88px 107px 117px 80px;
  border-radius: 0px 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-banner-quote-main {
    max-width: 550px;
    padding: 60px 35px;
  }
}
@media (max-width: 767px) {
  .tp-hero-banner-quote-main {
    max-width: 550px;
    padding: 30px 25px;
  }
}
.tp-hero-banner-quote-deg {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-banner-quote-deg {
    font-size: 20px;
  }
  .tp-hero-banner-quote-deg br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-hero-banner-quote-icon {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-banner-3-list {
    padding-top: 0;
  }
}
.tp-hero-banner-3-list ul li {
  color: #111013;
  font-weight: 500;
  font-size: 14px;
  list-style: none;
  font-family: var(--tp-ff-inter-tight);
}
.tp-hero-banner-3-list ul li:not(:last-child) {
  margin-bottom: 2px;
}
.tp-hero-banner-3-content {
  width: 55%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-banner-3-content {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .tp-hero-banner-3-content {
    width: 100%;
  }
}
.tp-hero-banner-3-content p {
  color: #535156;
}
.tp-hero-banner-3-main {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-banner-3-main {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .tp-hero-banner-3-main {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-banner-3-area {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .tp-hero-banner-3-icon {
    margin-bottom: 20px;
  }
}
.tp-hero-banner-meta {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .tp-hero-banner-meta {
    flex-wrap: wrap;
  }
}
.tp-hero-banner-meta span {
  color: var(--tp-common-black);
  font-weight: 500;
  display: inline-block;
  border: 1px solid rgba(0, 7, 21, 0.1);
  border-radius: 16px;
  padding: 5px 21px;
}
.tp-hero-banner-meta.black {
  align-items: center;
  justify-content: start;
  gap: 6px;
}
.tp-hero-banner-meta.black span {
  border-radius: 32px;
  padding: 0 14px;
}
.tp-hero-banner-meta.black p {
  color: var(--tp-common-black);
  line-height: 1;
  margin: 0;
  margin-left: 6px;
}
.tp-hero-banner-6 .tp-hero-banner-subtitle {
  border: 0;
  padding: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-banner-6.spacing {
    padding-top: 170px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .tp-hero-banner-6.spacing {
    padding-top: 120px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-banner-6.spacing-2 {
    padding-top: 170px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-hero-banner-6.spacing-2 {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}
.tp-hero-banner-icon-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .tp-hero-banner-icon-box {
    margin-bottom: 0;
  }
}
.tp-hero-banner-icon-box-icon {
  color: var(--tp-common-black);
  width: 36px;
  height: 36px;
  left: 664px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 7, 21, 0.08);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-hero-banner-icon-box-title {
  font-size: 16px;
  text-transform: uppercase;
}
.tp-hero-banner-icon-box-title a:hover {
  color: var(--tp-theme-1);
}
.tp-hero-banner-icon-box-content span {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #65686D;
  font-family: var(--tp-ff-inter-tight);
}
.tp-hero-banner-icon-box-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 65px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-banner-icon-box-wrap {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-banner-icon-box-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .tp-hero-banner-icon-box-wrap {
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0;
    gap: 20px;
  }
}
.tp-hero-banner-video video {
  max-height: 820px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-banner-video video {
    height: 550px;
  }
}
.tp-hero-banner-author {
  gap: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-banner-author {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .tp-hero-banner-author {
    padding-top: 5px;
    gap: 5px;
  }
}
.tp-hero-banner-author-content {
  gap: 15px;
}
@media (max-width: 767px) {
  .tp-hero-banner-author-content {
    gap: 5px;
  }
}
.tp-hero-banner-author-content span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
}
.tp-hero-banner-author-content span span {
  color: #65686D;
}
.tp-hero-banner-author-content span.dvdr {
  height: 22px;
  width: 1px;
  background-color: rgba(0, 7, 21, 0.1);
  display: inline-block;
}
.tp-hero-banner-author-thumb img {
  border-radius: 30px;
}
.tp-hero-banner-social {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-banner-social {
    flex-direction: row;
    justify-content: center;
    padding-top: 20px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-banner-social.social-2 {
    justify-content: start;
    padding-top: 20px;
    margin-bottom: 0;
  }
}
.tp-hero-banner-social a {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 7, 21, 0.1);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-hero-banner-social a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: transparent;
}
@media (max-width: 767px) {
  .tp-hero-banner-btn {
    text-align: center;
    margin-bottom: 10px;
  }
}
.tp-hero-banner-btn .tp-btn-link i {
  transform: rotate(-180deg);
}
@media (max-width: 767px) {
  .tp-hero-banner-spacing-1 {
    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) {
  .tp-hero-banner-link {
    padding-top: 15px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-banner-5-main {
    padding-top: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-banner-5-main {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-banner-thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-banner-blog-link {
    padding-top: 20px;
  }
}
.tp-hero-inner-content .tp-hero-banner-subtitle {
  color: var(--tp-common-white);
  border-color: rgba(255, 255, 255, 0.1);
}
.tp-hero-inner-content p {
  color: #FFFFFF;
  opacity: 0.8;
}
.tp-hero-inner-content.content-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .tp-hero-inner-content.content-2 {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-inner-content-2 p {
    margin: 0;
    word-break: break-all;
  }
  .tp-hero-inner-content-2 p br {
    display: none;
  }
}
.tp-hero-inner-title {
  font-size: 82px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-inner-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .tp-hero-inner-title {
    font-size: 50px;
  }
}
.tp-hero-inner-title-larg {
  font-size: 120px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-inner-title-larg {
    font-size: 100px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-inner-title-larg {
    font-size: 80px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .tp-hero-inner-title-larg {
    font-size: 60px;
    margin-bottom: 0;
  }
}
.tp-hero-inner-area {
  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) {
  .tp-hero-inner-area {
    padding-top: 170px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-hero-inner-area {
    padding-top: 140px;
    padding-bottom: 70px;
  }
}
.tp-hero-inner-area.short {
  margin: 80px 30px 0 30px;
  border-radius: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-inner-area.short {
    padding: 170px 0;
  }
}
@media (max-width: 767px) {
  .tp-hero-inner-area.short {
    padding: 130px 0;
    margin: 0;
    margin-top: 50px;
    border-radius: 0;
  }
}
.tp-hero-inner-area.short .tp-hero-inner-title {
  font-size: 62px;
}
@media (max-width: 767px) {
  .tp-hero-inner-area.short .tp-hero-inner-title {
    font-size: 50px;
  }
}
.tp-hero-inner-area.overlay {
  position: relative;
  z-index: 1;
}
.tp-hero-inner-area.overlay::before {
  position: absolute;
  content: "";
  background-color: #000715;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.tp-hero-inner-breadcrumb a {
  font-weight: 500;
  font-size: 16px;
  color: #000715;
  display: inline-block;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
  border-radius: 60px;
  line-height: 1;
  padding: 10px 25px;
}
.tp-hero-inner-breadcrumb a:not(:last-child) {
  margin-bottom: 5px;
  margin-right: 3px;
}
.tp-hero-inner-breadcrumb a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-inner-link {
    padding-top: 10px;
  }
}

/*----------------------------------------*/
/*  7.7 about css
/*----------------------------------------*/
.tp-about-thumb img {
  border-radius: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-thumb img {
    height: 456px;
    width: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-thumb img {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .tp-about-thumb img {
    width: 100%;
    height: auto;
  }
}
.tp-about-thumb.left-thumb {
  margin-inline-start: -120px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-about-thumb.left-thumb {
    margin-inline-start: -20px;
    margin-inline-end: 30px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-thumb.left-thumb {
    margin-inline-start: 0;
    margin-inline-end: 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) {
  .tp-about-thumb.left-thumb {
    margin-inline-start: 0;
  }
}
@media (max-width: 767px) {
  .tp-about-thumb.left-thumb {
    margin-inline-start: 0;
    margin-bottom: 30px;
  }
}
.tp-about-thumb.right-thumb {
  margin-inline-end: -120px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-about-thumb.right-thumb {
    margin-inline-end: -20px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-thumb.right-thumb {
    margin-inline-end: 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-thumb.right-thumb {
    margin-inline-end: 0;
  }
}
.tp-about-thumb-inner {
  position: absolute;
  bottom: -40%;
  inset-inline-start: -17%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-thumb-inner {
    display: none;
  }
}
.tp-about-thumb .tp-hero-2-playbtn {
  position: absolute;
  top: 50%;
  left: 45%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.tp-about-thumb .tp-hero-2-playbtn i {
  width: 80px;
  height: 80px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-about-thumb .tp-hero-2-playbtn i:hover {
  color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}
.tp-about-info i {
  display: inline-block;
  color: var(--tp-theme-1);
}
.tp-about-info-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: var(--tp-common-black);
  border-bottom: 1px solid rgba(0, 7, 21, 0.1);
}
.tp-about-info p {
  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-about-area {
    padding: 70px 0;
  }
}

.tp-about-2-top {
  gap: 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-2-top {
    flex-wrap: wrap;
  }
}
.tp-about-2-top-item img {
  border-radius: 32px;
}
@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-2-top-item .tp-funfact-content span {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-2-top-item .tp-funfact-item {
    margin-bottom: 0;
  }
}
.tp-about-2-top-item .tp-funfact-wrap {
  gap: 90px;
  padding: 55px 50px;
  border-radius: 32px;
  background-color: var(--tp-grey-1);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-about-2-top-item .tp-funfact-wrap {
    padding: 30px 45px;
    gap: 20px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-2-top-item .tp-funfact-wrap {
    padding: 30px 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-2-top-item .tp-funfact-wrap {
    padding: 20px 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-2-top-item .tp-funfact-wrap {
    flex-wrap: wrap;
    padding: 20px 20px;
    gap: 30px;
  }
}
.tp-about-2-top-item .tp-hero-2-playbtn {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  padding: 30px 60px;
  padding-inline-end: 115px;
  color: var(--tp-common-black);
  border-radius: 32px 0 0 0;
  background-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) {
  .tp-about-2-top-item .tp-hero-2-playbtn {
    padding: 20px 20px;
    padding-inline-end: 80px;
  }
}
.tp-about-2-top-item .tp-hero-2-playbtn i {
  height: 40px;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-about-2-top-item .tp-hero-2-playbtn::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 35px;
  width: 40px;
  inset-inline-start: -40px;
  background-color: transparent;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 18px 0 0 #fff;
}
.tp-about-2-top-item .tp-hero-2-playbtn::before {
  content: "";
  position: absolute;
  top: -35px;
  height: 35px;
  width: 40px;
  inset-inline-end: 0;
  background-color: transparent;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 18px 0 0 #fff;
}
.tp-about-2-top-item video {
  max-width: 740px;
  object-fit: cover;
  height: 743px;
  border-radius: 32px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-2-top-item video {
    max-width: 550px;
    height: 460px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-2-top-item video {
    max-width: 400px;
    height: 440px;
  }
}
@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-2-top-item video {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .tp-about-2-top-item video {
    height: 400px;
  }
}
.tp-about-2-top .tp-funfact-content-title {
  color: var(--tp-theme-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-2-bottom {
    padding-top: 80px;
  }
}
.tp-about-2-thumb-logo {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .tp-about-2-thumb-logo img {
    max-width: 60%;
  }
}
.tp-about-2-text p {
  font-weight: 500;
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: 0;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-2-text p {
    font-size: 40px;
  }
  .tp-about-2-text p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2-text p {
    font-size: 40px;
  }
  .tp-about-2-text p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-2-text p {
    font-size: 40px;
  }
  .tp-about-2-text p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-about-2-text p {
    font-size: 26px;
  }
  .tp-about-2-text p br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-2-text p {
    font-size: 36px;
  }
  .tp-about-2-text p br {
    display: none;
  }
}
.tp-about-2-text p span {
  color: #bdc3ce;
}
.tp-about-2-wrap {
  height: 100%;
  border-right: 1px solid rgba(16, 48, 42, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2-wrap {
    margin-inline-end: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-2-wrap {
    padding-inline-end: 40px;
  }
}
@media (max-width: 767px) {
  .tp-about-2-wrap {
    padding-inline-end: 0;
    margin-inline-end: 0;
    border-right: none;
  }
}
.tp-about-2-thumb {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(16, 48, 42, 0.1);
}
.tp-about-2-thumb img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .tp-about-2-thumb img {
    width: 100%;
  }
}
.tp-about-2-exp {
  gap: 10px;
}
.tp-about-2-exp-title {
  position: relative;
  font-weight: 600;
  font-size: 100px;
  line-height: 0.8;
  margin-bottom: 0;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-2-exp-title {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .tp-about-2-exp-title {
    font-size: 35px;
  }
}
.tp-about-2-exp-title i {
  position: absolute;
  top: 10px;
  inset-inline-end: -10px;
  font-style: normal;
  font-size: 16px;
}
.tp-about-2-exp span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-2-exp span {
    font-size: 12px;
  }
}
.tp-about-2-list {
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  align-items: center;
  list-style-type: none;
  color: var(--tp-common-black);
}
.tp-about-2-list i {
  flex: 0 0 auto;
  height: 24px;
  width: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-about-2-list i svg {
  transform: translateY(1px);
}
.tp-about-2-content p {
  color: #65686D;
}
@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-2-content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-about-2-content-wrap {
    padding-inline-start: 0;
  }
}

.tp-about-3-content {
  padding-bottom: 30px;
}
.tp-about-3-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) {
  .tp-about-3-thumb {
    margin-top: 70px;
    height: auto;
  }
}
.tp-about-3-thumb img {
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  border-radius: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-3-thumb img {
    border-radius: 10px;
  }
}
.tp-about-3-item-box {
  bottom: 0%;
  width: 245px;
  height: 255px;
  position: absolute;
  inset-inline-end: -8%;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-grid;
  place-content: center;
  text-align: start;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-3-item-box {
    inset-inline-end: 3%;
  }
}
.tp-about-3-item-title {
  display: flex;
  font-size: 82px;
  font-weight: 600;
  line-height: 0.8;
  color: var(--tp-common-black);
}
.tp-about-3-item-title span {
  font-size: 32px;
  display: inline-block;
  transform: translateY(0);
}
.tp-about-3-item-sub {
  color: #65686D;
}
.tp-about-3-accordion .accordions .accordion-button:not(.collapsed) i {
  transform: rotate(85deg);
}
.tp-about-3-accordion .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-3-accordion .accordion-item {
    margin-inline-end: 50px;
  }
}
.tp-about-3-accordion .accordion-item.item-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tp-about-3-accordion .accordion-body {
  padding-bottom: 30px;
}
.tp-about-3-accordion .accordion-body p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
  letter-spacing: -0.01em;
  color: rgba(20, 20, 20, 0.6);
}
@media (max-width: 767px) {
  .tp-about-3-accordion .accordion-body p br {
    display: none;
  }
}
.tp-about-3-accordion button {
  position: relative;
  padding: 30px 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .tp-about-3-accordion button {
    padding: 20px 0;
    font-size: 15px;
  }
}
.tp-about-3-accordion button i {
  position: absolute;
  top: 35%;
  inset-inline-end: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-4-content {
    margin-bottom: 30px;
  }
}
.tp-about-4-content p {
  font-weight: 400;
  color: var(--tp-common-white);
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-4-content p {
    margin-bottom: 20px;
  }
}
.tp-about-4-mask-img {
  margin-top: -100px;
  margin-bottom: -151px;
  width: 100%;
  height: 602px;
  overflow: hidden;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  text-align: center;
  mask-image: url(../img/about/about-4-2-mask.png);
  -webkit-mask-image: url(../img/about/about-4-2-mask.png);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-about-4-mask-img {
    margin-top: -50px;
    margin-bottom: -125px;
    height: 500px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-4-mask-img {
    margin-bottom: -108px;
    margin-top: -70px;
    height: 440px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-4-mask-img {
    margin-bottom: -91px;
    height: 370px;
    margin-top: -50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-4-mask-img {
    margin-bottom: -75px;
    height: 270px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-4-mask-img {
    margin-bottom: -48px;
    height: 190px;
    margin-top: 40px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-4-mask-img {
    margin-bottom: -23px;
    height: 90px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-4-area {
    padding-top: 80px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-4-area {
    padding-top: 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) {
  .tp-about-4-thumb svg {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-4-thumb svg {
    margin-bottom: 30px;
  }
}
.tp-about-4-link {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tp-about-4-link .tp-btn-link {
  color: var(--tp-common-white);
}
.tp-about-4-link .tp-btn-link i {
  width: 24px;
  height: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-us-grid-content .tp-section-subtitle {
    margin-bottom: 10px;
  }
}
.tp-about-us-grid-content .tp-section-title {
  line-height: 1.4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-us-grid-img {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-us-grid-img {
    padding-top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-us-grid-img img {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-us-grid-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-us-grid-area {
    padding: 70px 0;
  }
}
.tp-about-us-title span {
  opacity: 0.5;
}
.tp-about-us-exp {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-about-us-exp-num {
  font-size: 100px;
  font-weight: 600;
  line-height: 78px;
  margin: 0;
}
.tp-about-us-exp-wrap {
  display: flex;
  align-items: end;
  justify-content: center;
  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-about-us-exp-wrap {
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.tp-about-us-exp-wrap p {
  font-family: var(--tp-ff-inter-tight);
  line-height: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-us-exp-main {
    padding-top: 45px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-us-exp-main {
    padding-top: 35px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .tp-about-us-exp-main {
    padding-top: 15px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-us-exp-thumb img {
    width: 100%;
  }
}
.tp-about-us-content p {
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .tp-about-us-content p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.tp-about-us-list ul li {
  list-style: none;
  color: var(--tp-common-white);
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tp-about-us-list ul li:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .tp-about-us-list ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .tp-about-us-list ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.tp-about-us-list ul li span {
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50px;
}
.tp-about-us-solid-bg {
  min-height: 923px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 24px;
  margin: 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-us-solid-bg {
    min-height: 700px;
    margin: 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-us-solid-bg {
    min-height: 600px;
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .tp-about-us-solid-bg {
    min-height: 500px;
    margin: 0;
    border-radius: 0;
  }
}
.tp-about-us-solid-bg.bg-short {
  margin: 0;
  min-height: 820px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-us-solid-bg.bg-short {
    min-height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-us-solid-bg.bg-short {
    min-height: 550px;
  }
}
@media (max-width: 767px) {
  .tp-about-us-solid-bg.bg-short {
    min-height: 450px;
  }
}
.tp-about-us-solid-bg.bg-short.bg-short-2 {
  margin: 0 30px;
}
.tp-about-us-solid-bg.no-margin {
  margin: 0;
  border-radius: 0;
}
.tp-about-us-solid-bg.overlay {
  position: relative;
}
.tp-about-us-solid-bg.overlay::before {
  position: absolute;
  content: "";
  background-color: var(--tp-common-black);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-us-area {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-us-area {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
.tp-about-inner-badge {
  width: 139px;
  height: 139px;
  background-color: var(--tp-theme-1);
  border-radius: 140px;
  text-align: center;
  margin-top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-inner-badge {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .tp-about-inner-badge {
    margin-top: 0;
  }
}
.tp-about-inner-badge-num {
  font-weight: 600;
  font-size: 80px;
  letter-spacing: -0.06em;
  color: #EEF1EA;
  line-height: 56px;
}
.tp-about-inner-badge span {
  display: inline-block;
  font-family: var(--tp-ff-inter-tight);
  line-height: 1.2;
}
@media (max-width: 767px) {
  .tp-about-inner-badge-wrap .tp-section-subtitle {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-inner-content {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-about-inner-content {
    margin-top: 30px;
  }
}
.tp-about-inner-content .tp-section-title {
  line-height: 1.1;
  border-left: 2px solid #0A49BF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-inner-content .tp-section-title {
    font-size: 25px;
  }
  .tp-about-inner-content .tp-section-title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-inner-content .tp-section-title {
    margin-bottom: 10px;
  }
}
.tp-about-inner-content p {
  font-size: 18px;
  color: #65686D;
}
@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-inner-content p {
    font-size: 16px;
  }
  .tp-about-inner-content p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-inner-img {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .tp-about-inner-img {
    margin-top: 15px;
  }
}
.tp-about-inner-img img {
  border-radius: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-inner-img img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-inner-area {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .tp-about-inner-area {
    padding-top: 70px;
  }
}

.tpabsgrid {
  padding: 60px;
  border-radius: 24px;
  background-color: #F6F6F5;
  margin-right: -120px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .tpabsgrid {
    margin-right: -70px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tpabsgrid {
    margin-right: -20px;
  }
}
@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) {
  .tpabsgrid {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tpabsgrid {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tpabsgrid {
    padding: 30px;
  }
}
.tpabsgrid__title {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tpabsgrid__main {
    padding-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .tpabsgrid__main {
    padding-bottom: 50px;
  }
}
.tpabsgrid__main svg {
  color: #000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tpabsgrid p {
  color: #65686D;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@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) {
  .tpabsgrid p br {
    display: none;
  }
}
.tpabsgrid:hover {
  background-color: #0A49BF;
}
.tpabsgrid:hover .tpabsgrid__title {
  color: var(--tp-common-white);
}
.tpabsgrid:hover .tpabsgrid__main svg {
  color: var(--tp-common-white);
}
.tpabsgrid:hover p {
  color: var(--tp-common-white);
}

.tp-video-area video {
  height: 820px;
  object-fit: cover;
  width: 100%;
  margin: 0 30px;
  border-radius: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-video-area video {
    height: 650px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-video-area video {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .tp-video-area video {
    height: 450px;
    margin: 0;
    border-radius: 0;
  }
}

.tp-history-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: var(--tp-theme-1);
  text-transform: uppercase;
  font-family: var(--tp-ff-inter-tight);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-history-subtitle {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .tp-history-subtitle {
    font-size: 16px;
  }
}
.tp-history-subtitle-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 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-history-subtitle-wrap {
    gap: 10px;
    margin-bottom: 15px;
  }
}
.tp-history-title {
  letter-spacing: -0.02em;
}
.tp-history-grid-title {
  font-weight: 600;
  font-size: 74px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 5px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-inter-tight);
}
@media (max-width: 767px) {
  .tp-history-grid-title {
    font-size: 50px;
    margin-bottom: 0;
  }
}
.tp-history-grid-title .odometer-formatting-mark {
  display: none;
}
.tp-history-grid-item {
  display: flex;
  align-items: center;
  gap: 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-history-grid-item {
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-history-grid-item {
    gap: 30px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .tp-history-grid-item {
    gap: 20px;
  }
}
.tp-history-grid-item:not(:last-child) {
  margin-bottom: 180px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-history-grid-item:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-history-grid-item:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-history-grid-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-history-grid-item:nth-child(2) {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-history-grid-item:nth-last-child(1) {
    flex-direction: column-reverse;
  }
}
.tp-history-grid-content {
  width: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-history-grid-content {
    width: 100%;
  }
}
.tp-history-grid-thumb {
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-history-grid-thumb {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-history-grid-thumb img {
    width: 100%;
  }
}
.tp-history-grid-year {
  font-size: 24px;
  color: var(--tp-theme-1);
  font-weight: 600;
  font-family: var(--tp-ff-inter-tight);
}
.tp-history-grid-arrow {
  display: flex;
  flex-direction: column;
  width: fit-content;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.tp-history-grid-main {
  display: flex;
  gap: 152px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-history-grid-main {
    gap: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-history-grid-main {
    gap: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-history-heading {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-history-heading {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-history-heading {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-history-area {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-history-area {
    padding: 70px 0;
  }
}

/*----------------------------------------*/
/*  7.7 story css
/*----------------------------------------*/
.tp-story-thumb {
  overflow: hidden;
  border-radius: 30px;
}
.tp-story-title {
  font-weight: 500;
  font-size: 42px;
  line-height: 1.35;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-story-title {
    font-size: 40px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-story-title {
    font-size: 35px;
  }
  .tp-story-title br {
    display: none;
  }
}
.tp-story-content p {
  margin-bottom: 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-story-content p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-story-content {
    margin-bottom: 40px;
  }
}
.tp-story-content .tp-btn-link.style-2 i {
  height: 24px;
  width: 24px;
  line-height: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-story-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-story-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.tp-story-btn-wrap {
  align-items: center;
}
@media (max-width: 767px) {
  .tp-story-btn-wrap {
    flex-direction: column;
    gap: 5px;
    align-items: start;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-story-btn-wrap {
    flex-direction: row;
    gap: 10px;
    align-items: center;
  }
}

/*----------------------------------------*/
/*  7.7 brand css
/*----------------------------------------*/
.tp-brand-wrap {
  position: relative;
  border-radius: 24px;
  margin-top: -128px;
}
.tp-brand-wrap::before {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  content: "";
  height: 100%;
  width: 210px;
  z-index: 2;
  display: inline-block;
  background: linear-gradient(270deg, rgba(10, 72, 187, 0) 0%, #0a49bf 75%);
}
@media (max-width: 767px) {
  .tp-brand-wrap::before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-brand-wrap::before {
    display: block;
  }
}
.tp-brand-wrap::after {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  content: "";
  height: 100%;
  width: 210px;
  z-index: 2;
  display: inline-block;
  background: linear-gradient(270deg, rgba(10, 72, 187, 0) 0%, #0a49bf 75%);
  transform: rotate(-180deg);
}
@media (max-width: 767px) {
  .tp-brand-wrap::after {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-brand-wrap::after {
    display: block;
  }
}
.tp-brand-text {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-brand-text p {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-inter-tight);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-brand-text p {
    font-size: 16px;
  }
}
.tp-brand-text p span {
  border-radius: 30px;
  padding: 4px 13px;
  display: inline-block;
  background-color: var(--tp-common-black);
}
.tp-brand-slider-text {
  display: flex;
  align-items: center;
  gap: 30px;
  white-space: nowrap;
  justify-content: end;
}
.tp-brand-slider-text span {
  font-size: 132px;
  color: var(--tp-common-black);
  font-weight: 500;
  display: inline-block;
  line-height: 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-brand-style-2 {
    padding: 20px 0;
  }
}
.tp-brand-style-2 .tp-text-slider-item {
  gap: 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-brand-style-2 .tp-text-slider-item {
    gap: 30px;
  }
}
.tp-brand-style-2 .tp-text-slider-item img {
  opacity: 0.3;
  transition: 0.3s;
}
.tp-brand-2-item:hover img {
  opacity: 1;
}
.tp-brand-2-item img {
  opacity: 0.32;
  transition: all 0.4s ease-in-out;
}
.tp-brand-5-item {
  width: 33.33%;
  height: 308px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-brand-5-item {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .tp-brand-5-item {
    width: 100%;
    height: 250px;
  }
}
.tp-brand-5-item:nth-child(1), .tp-brand-5-item:nth-child(2), .tp-brand-5-item:nth-child(3) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-brand-5-item:not(:last-child), .tp-brand-5-item:nth-child(3) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-brand-5-item span {
  color: rgba(255, 255, 255, 0.2);
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  right: 24px;
  bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-brand-5-item img {
    max-width: 60%;
  }
}
.tp-brand-5-wrap {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-brand-5-area {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .tp-brand-5-area {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

.tp-brand-4-style .tp-brand-wrap {
  border-radius: 0;
  margin-top: 0;
}

.tp-text-slider-item {
  display: flex;
  gap: 30px;
  align-items: center;
  white-space: nowrap;
  -webkit-animation: text-slide 30s linear infinite;
  animation: text-slide 30s linear infinite;
  transition: animation-duration 200ms;
}
.tp-text-slider-item:hover {
  animation-play-state: paused;
}
.tp-text-slider-item:hover img {
  opacity: 1;
}
.tp-text-slider-item.style-2 {
  -webkit-animation: text-slide-2 30s linear infinite;
  animation: text-slide-2 30s linear infinite;
  transition: animation-duration 300ms;
}
.tp-text-slider-item.style-2:hover {
  animation-play-state: paused;
}
.tp-text-slider-item.style-2 span {
  color: var(--tp-common-black);
}
.tp-text-slider-item.slider-style-3 span {
  font-size: 132px;
  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-text-slider-item.slider-style-3 span {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .tp-text-slider-item.slider-style-3 span {
    font-size: 60px;
  }
}
.tp-text-slider-item.slider-style-4 span {
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
  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) {
  .tp-text-slider-item.slider-style-4 span {
    font-size: 18px;
  }
}
.tp-text-slider-item.brand-style {
  gap: 60px;
}
.tp-text-slider-item.style-index-3 span {
  font-size: 150px;
  font-weight: 600;
  color: #ECF0FA;
  letter-spacing: -3px;
  text-transform: uppercase;
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-text-slider-item.style-index-3 span {
    font-size: 100px;
  }
}
.tp-text-slider-item span {
  font-weight: 400;
  font-size: 96px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-inter-tight);
  color: rgba(35, 50, 80, 0.1);
}
.tp-text-slider-item.text-stock-style span {
  font-size: 120px;
  font-weight: 600;
  line-height: 160px;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 7, 21, 0.1);
}
.tp-text-slider-item.text-style-2 span {
  font-size: 150px;
  font-weight: 600;
  color: #ECF0FA;
  letter-spacing: -3px;
  text-transform: uppercase;
}
.tp-text-slider-item.spacing_change {
  gap: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-text-slider-item.spacing_change {
    gap: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-text-slider-item.spacing_change {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .tp-text-slider-item.spacing_change {
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-text-slider-wrap {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .tp-text-slider-wrap {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-text-slider-wrap.style-4 {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
.tp-text-slider-wrap .box-1 {
  padding: 37px 0;
  transform: rotate(5deg);
  margin: 0 -20px;
  margin-bottom: -100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-text-slider-wrap .box-1 {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-text-slider-wrap .box-1 {
    padding: 20px 0;
    margin-bottom: 0;
    transform: rotate(0);
  }
}
.tp-text-slider-wrap .box-1.box-2 {
  transform: rotate(-3deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-text-slider-wrap .box-1.box-2 {
    transform: rotate(-8deg);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-text-slider-wrap .box-1.box-2 {
    transform: rotate(0);
  }
}
.tp-text-slider-wrap .box-1.box-2 .slider-style-4 {
  -webkit-animation: text-slide-2 30s linear infinite;
  animation: text-slide-2 30s linear infinite;
  transition: animation-duration 300ms;
}
.tp-text-slider-wrap .box-1.box-2 .slider-style-4 span {
  color: var(--tp-common-black);
}
.tp-text-slider-wrap .box-3 {
  padding: 22px 0;
}
.tp-text-slider-wrap .box-3 span {
  font-size: 23px;
}
.tp-text-slider-wrap.style-2 {
  margin-top: -45px;
  border-radius: 0 0 40px 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-text-slider-wrap.style-2 {
    margin-top: 0;
    margin-top: 30px;
    padding: 30px 0;
    border-radius: 0;
  }
}
.tp-text-slider-wrap.style-2 .tp-text-slider-item {
  gap: 8px;
}
.tp-text-slider-wrap.style-2 .tp-text-slider-item span {
  font-size: 28px;
  line-height: 1;
  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) {
  .tp-text-slider-wrap.mb-140 {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-text-slider-wrap.mb-140 {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-text-slider-wrap.pt-140.pb-200.fix {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-text-slider-wrap.pt-140.pb-200.fix {
    padding: 40px 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-text-slider-wrap.mb-120.fix {
    margin-bottom: 90px;
    padding: 0;
  }
}

/*----------------------------------------*/
/*  7.7 step css
/*----------------------------------------*/
.tp-step-card {
  border-radius: 24px;
  background-size: cover;
  padding: 30px 30px 55px 30px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .tp-step-card {
    padding: 30px 20px 55px 20px;
  }
}
.tp-step-card:hover .tp-step-num {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-step-card:hover .tp-step-icon img {
  animation-name: tpshake;
  animation-timing-function: ease-in-out;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}
.tp-step-num {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  padding: 16px 30px;
  margin-left: -30px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 0 50px 50px 0;
  color: var(--tp-common-black);
  background: rgba(10, 73, 191, 0.07);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .tp-step-num {
    margin-left: -20px;
  }
}
.tp-step-icon {
  height: 80px;
  width: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  margin-bottom: 25px;
  background-color: #F2EEFF;
}
.tp-step-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 12px;
  color: var(--tp-common-black);
}
.tp-step-content p {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .tp-step-content p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-step-title-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-step-4-area {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-step-4-area {
    padding-bottom: 70px;
  }
}
.tp-step-4-shape {
  top: 60px;
  right: 12%;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-step-4-shape {
    right: 7%;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-step-4-shape {
    right: 0;
    top: 0;
    z-index: -1;
  }
}
.tp-step-4-shape img {
  animation: up-down-scale 3s linear 0s infinite alternate;
}
.tp-step-4-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  font-family: var(--tp-ff-inter-tight);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-step-4-title-box {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-step-4-title-box {
    margin-bottom: 10px;
  }
}
.tp-step-4-item {
  position: relative;
  padding: 55px 65px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-step-4-item {
    padding: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-step-4-item {
    padding: 30px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-step-4-item {
    padding-bottom: 0;
  }
}
.tp-step-4-item:last-child {
  border-right: 0;
}
.tp-step-4-item span {
  font-weight: 500;
  font-size: 82px;
  line-height: 1;
  margin-bottom: 25px;
  display: inline-block;
  color: rgba(0, 7, 21, 0.07);
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-step-4-item span {
    margin-bottom: 10px;
  }
}
.tp-step-4-item p {
  margin-bottom: 0;
}
.tp-step-4-wrap .row [class*=col-]:not(:last-child) .tp-step-4-item {
  border-right: 1px solid #e0dce0;
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-step-4-wrap .row [class*=col-]:not(:last-child) .tp-step-4-item {
    border: 0;
  }
}
.tp-step-4-icon {
  position: absolute;
  top: 50%;
  inset-inline-end: -4%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-step-4-icon svg {
  transform: translateX(2px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-step-4-icon {
    inset-inline-end: -7%;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-step-4-icon {
    display: none;
  }
}

.tp-step-bg {
  border-radius: 30px;
}
@media (max-width: 767px) {
  .tp-step-bg {
    margin: 0;
    padding: 90px 0;
    border-radius: 0;
  }
}
.tp-step-thumb img {
  border-radius: 30px;
  max-width: inherit;
}
@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-step-thumb img {
    width: 100%;
  }
}
.tp-step-thumb-shape-1 {
  position: absolute;
  top: 27%;
  inset-inline-end: -11%;
}
@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-step-thumb-shape-1 {
    display: none;
  }
}
.tp-step-thumb-shape-2 {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  padding: 30px;
}
@media (max-width: 767px) {
  .tp-step-thumb-shape-2 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-step-thumb-shape-2 {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-step-thumb-wrap {
    margin-bottom: 40px;
  }
}

/*----------------------------------------*/
/*  7.7 faq css
/*----------------------------------------*/
.tp-faq-wrap {
  margin-inline-start: 85px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-faq-wrap {
    margin-inline-start: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-wrap {
    margin-inline-start: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-faq-wrap {
    margin-inline-start: 40px;
  }
}
@media (max-width: 767px) {
  .tp-faq-wrap {
    margin-inline-start: 0;
  }
}
.tp-faq-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  inset-inline-start: 0;
  width: 8px;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(10, 73, 191, 0.1);
}
.tp-faq-wrap .accordion-items {
  padding-inline-start: 115px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-faq-wrap .accordion-items {
    padding-inline-start: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-wrap .accordion-items {
    padding-inline-start: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-faq-wrap .accordion-items {
    padding-inline-start: 55px;
  }
}
@media (max-width: 767px) {
  .tp-faq-wrap .accordion-items {
    padding-inline-start: 50px;
  }
}
.tp-faq-wrap .accordion-items:not(:last-child) {
  margin-bottom: 35px;
}
.tp-faq-wrap .accordion-buttons {
  text-align: left;
}
.tp-faq-wrap .accordion-buttons i {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.18;
  font-style: normal;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: 0.04em;
  color: var(--tp-common-black);
}
.tp-faq-wrap .accordion-buttons span {
  font-weight: 600;
  font-size: 32px;
  line-height: 0.7;
  display: block;
  letter-spacing: 0.04em;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-wrap .accordion-buttons span {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .tp-faq-wrap .accordion-buttons span {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-faq-wrap .accordion-buttons span {
    font-size: 26px;
  }
}
.tp-faq-wrap .accordion-body {
  padding: 0;
  padding: 25px 85px 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-wrap .accordion-body {
    padding: 25px 15px 0 0;
  }
}
@media (max-width: 767px) {
  .tp-faq-wrap .accordion-body {
    padding: 25px 15px 0 0;
  }
}
.tp-faq-wrap .accordion-body p {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-wrap .accordion-body p {
    font-size: 14px;
  }
}

.tp-faq-accordion .faq-active {
  position: relative;
}
.tp-faq-accordion .faq-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 0;
  transition: 0.5s;
  background: var(--tp-theme-1);
  border-radius: 20px;
}
.tp-faq-accordion .accordion-items.faq-active::before {
  top: auto;
  bottom: 0;
  height: 100%;
  transition: 0.5s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-faq-3-area {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-faq-3-area {
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-faq-3-area-inner {
    padding-top: 70px;
  }
}
.tp-faq-3-area-inner .tp-faq-3-wrap {
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-faq-3-wrap {
    margin-top: 50px;
  }
}
.tp-faq-3-wrap .tp-about-3-accordion button i {
  inset-inline-end: -30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .tp-faq-3-wrap .tp-about-3-accordion button i {
    inset-inline-end: -20px;
  }
}
.tp-faq-3-wrap .tp-about-3-accordion button {
  padding: 0;
  padding-bottom: 10px;
}
.tp-faq-3-wrap .tp-about-3-accordion .accordion-item {
  padding: 30px 40px 30px 20px;
  border-bottom: none;
  border-radius: 16px;
  background-color: #F8F9F9;
  padding-bottom: 20px;
}
.tp-faq-3-wrap .tp-about-3-accordion .accordion-body {
  padding-bottom: 0;
}
@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-faq-3-wrap .tp-about-3-accordion .accordion-body p br {
    display: none;
  }
}

.tp-faq-4-style .tp-faq-3-wrap .tp-about-3-accordion .accordion-item {
  border-radius: 0;
  background-color: transparent;
}
.tp-faq-4-style .tp-faq-3-wrap .tp-about-3-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-bottom: 1px solid rgba(0, 7, 21, 0.1);
}
.tp-faq-4-shape {
  position: absolute;
  bottom: -80%;
  inset-inline-end: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-faq-4-shape {
    bottom: 0;
    inset-inline-end: -40%;
  }
}
.tp-faq-4-title-box .tp-section-title {
  margin-bottom: 20px;
}

.accordions .accordion-button::after {
  content: none;
}
.accordions .accordion-button:not(.collapsed) .accordion-btn {
  color: var(--tp-common-black);
}
.accordions .accordion-button:not(.collapsed) .accordion-btn::before {
  background-color: var(--tp-common-white);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.accordions .accordion-button:not(.collapsed) .accordion-btn::after {
  background-color: var(--tp-common-black);
}
.accordions .accordion-button .accordion-btn {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  transition: 0.3s;
  transform: translateY(-50%);
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .accordions .accordion-button .accordion-btn {
    right: 0;
  }
}
.accordions .accordion-button .accordion-btn::after, .accordions .accordion-button .accordion-btn::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 2px;
  left: 50%;
  top: 50%;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #87888B;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.accordions .accordion-button .accordion-btn::before {
  background-color: #87888B;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.tp-faq-5-style .tp-faq-3-wrap .tp-about-3-accordion .accordion-item {
  border-radius: 0;
  background-color: transparent;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid transparent;
}
.tp-faq-5-style .tp-faq-3-wrap .tp-about-3-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: rgba(255, 255, 255, 0.05);
}
.tp-faq-5-style .tp-faq-3-wrap .tp-about-3-accordion .accordion-item .accordion-header .accordion-button {
  color: #fff;
  padding: 15px 0;
}
.tp-faq-5-style .tp-faq-3-wrap .tp-about-3-accordion .accordion-item .accordion-body {
  padding-bottom: 15px;
}
.tp-faq-5-style .tp-faq-3-wrap .tp-about-3-accordion .accordion-item .accordion-body p {
  color: #fff;
  opacity: 0.5;
}
.tp-faq-5-style .tp-faq-3-wrap .tp-about-3-accordion .accordion-item .accordion-btn {
  right: 5px;
}
.tp-faq-5-style .tp-faq-3-wrap .tp-about-3-accordion .accordion-item .accordion-btn::after, .tp-faq-5-style .tp-faq-3-wrap .tp-about-3-accordion .accordion-item .accordion-btn::before {
  background-color: var(--tp-common-white);
}
.tp-faq-5-style .tp-faq-3-wrap .tp-about-3-accordion .accordion-item.tp-faq-inner-wrap .accordion-item {
  padding-left: 0;
  padding-right: 0;
}
.tp-faq-5-style.with-border .tp-faq-3-wrap .tp-about-3-accordion .accordion-item {
  border-bottom: 1px solid rgba(236, 240, 250, 0.1);
  padding: 15px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-faq-5-area {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .tp-faq-5-area {
    padding: 40px 0;
  }
}
.tp-faq-details-item {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-faq-details-item {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .tp-faq-details-item {
    margin-bottom: 25px;
  }
}
.tp-faq-details-item p {
  color: #65686D;
  font-size: 17px;
}
.tp-faq-details-title {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-faq-details-title {
    font-size: 30px;
  }
  .tp-faq-details-title br {
    display: none;
  }
}
.tp-faq-details-title-mid {
  font-size: 20px;
}
.tp-faq-details-title-short {
  font-size: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-faq-details-main p.mb-30 {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-faq-details-area {
    padding-bottom: 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-faq-inner-spacing {
    padding-top: 0;
  }
}

/*----------------------------------------*/
/*  7.7 ratting css
/*----------------------------------------*/
.tp-ratting-item {
  border-radius: 20px;
  padding: 45px 30px;
  background-color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-ratting-item {
    padding: 35px 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-ratting-item {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .tp-ratting-item {
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-ratting-item {
    margin-bottom: 25px;
  }
}
.tp-ratting-item span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-ratting-item span {
    font-size: 15px;
  }
}
.tp-ratting-item img {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-ratting-spacing {
    padding: 50px 0;
    padding-top: 30px;
  }
}

/*----------------------------------------*/
/*  7.7 price css
/*----------------------------------------*/
.tp-price-item {
  padding: 50px 40px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--tp-grey-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .tp-price-item {
    padding: 40px 30px;
  }
}
.tp-price-icon {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin-bottom: 27px;
  background-color: var(--tp-common-white);
}
.tp-price-title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 12px;
  color: var(--tp-common-black);
}
.tp-price-value {
  font-weight: 600;
  font-size: 62px;
  line-height: 1.2;
  padding-bottom: 8px;
  margin-bottom: 25px;
  color: var(--tp-common-black);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .tp-price-value {
    font-size: 40px;
  }
}
.tp-price-value span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #65686D;
}
.tp-price-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #65686D;
  margin-bottom: 17px;
}
.tp-price-list ul {
  padding: 30px;
  border-radius: 12px;
  background-color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .tp-price-list ul {
    padding: 20px;
  }
}
.tp-price-list ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #65686D;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .tp-price-list ul li {
    font-size: 14px;
  }
}
.tp-price-list ul li:not(:last-child) {
  margin-bottom: 20px;
}
.tp-price-list ul li i {
  color: var(--tp-theme-1);
}
.tp-price-badge {
  position: absolute;
  top: 50px;
  inset-inline-end: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  border-radius: 12px;
  padding: 10px 16px;
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 7, 21, 0.1);
}
.tp-price-nav-wrapper-2 {
  border: 1px solid rgba(10, 73, 191, 0.1);
  border-radius: 50px;
  padding: 10px 12px;
  gap: 5px;
}
.tp-price-nav-wrapper-2 label {
  margin: 0;
  font-size: 15px;
  font-family: var(--tp-ff-inter-tight);
  color: var(--tp-common-black);
  padding: 8px 16px;
  background: transparent;
  border-radius: 50px;
}
.tp-price-nav-wrapper-2 label.is-active {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-price-nav-main {
    justify-content: start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-price-area-2 {
    padding-top: 0;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .tp-price-2-spacing {
    margin-bottom: 30px;
  }
}

/*----------------------------------------*/
/*  7.7 service css
/*----------------------------------------*/
.tp-service-item {
  position: relative;
  padding: 40px 30px;
  border-radius: 24px;
  background-color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-item {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .tp-service-item {
    padding: 30px 25px;
    margin-bottom: 35px;
  }
}
.tp-service-item:hover .tp-btn-link i {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-service-item:hover.hover .tp-service-icon {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-service-item p {
  border-bottom: 1px solid rgba(0, 7, 21, 0.1);
}
@media (max-width: 767px) {
  .tp-service-item p br {
    display: none;
  }
}
.tp-service-item.style-2 {
  padding-inline-end: 215px;
  box-shadow: 0 -13px 70px 0 rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-item.style-2 {
    padding-inline-end: 195px;
  }
}
@media (max-width: 767px) {
  .tp-service-item.style-2 {
    padding-inline-end: 25px;
  }
}
.tp-service-item.style-2:hover .tp-service-link-btn {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-service-item.style-2 p {
  border: 0;
  margin-bottom: 0;
}
.tp-service-item.style-2 .tp-service-count {
  position: static;
  margin-bottom: 10px;
  display: inline-block;
}
.tp-service-count {
  position: absolute;
  top: 60px;
  inset-inline-end: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--tp-theme-1);
}
.tp-service-icon {
  height: 60px;
  width: 60px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #F7F8F8;
  color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .tp-service-icon {
    margin-bottom: 80px;
  }
}
.tp-service-icon svg {
  transform: translateY(2px);
}
.tp-service-icon.light {
  background-color: var(--tp-common-white);
}
.tp-service-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
}
.tp-service-thumb {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  height: 100%;
  width: 180px;
}
@media (max-width: 767px) {
  .tp-service-thumb {
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
    position: static;
    background-position: top;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-thumb {
    width: 40%;
    margin-bottom: 0;
    position: absolute;
    background-position: top;
  }
}
.tp-service-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-position: top;
}
.tp-service-link-btn {
  position: absolute;
  top: 50%;
  height: 70px;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  background: #f6f8fb;
  inset-inline-start: -14%;
  transform: translateY(-50%);
  color: var(--tp-common-black);
  box-shadow: 0 19px 60px 0 rgba(0, 0, 0, 0.18);
}
.tp-service-top-wrap {
  margin-bottom: -180px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-top-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), (max-width: 767px) {
  .tp-service-top-content p {
    margin-top: 40px;
  }
  .tp-service-top-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), (max-width: 767px) {
  .tp-service-top-content-2 {
    justify-content: start;
    margin-top: 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) {
  .tp-service-bottom-wrap {
    padding: 70px 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-service-area.pt-140.pb-140 {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-sidebar {
    margin-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-service-sidebar {
    margin-left: 0;
  }
}

.tp-service-2-style .tp-service-item {
  background-color: #f7f8f8;
}
.tp-service-2-style .down {
  margin-bottom: -150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-2-style .down {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-2-style .up {
    padding-top: 0;
  }
}
.tp-service-inner-title {
  font-size: 52px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 767px) {
  .tp-service-inner-title {
    font-size: 35px;
  }
  .tp-service-inner-title img {
    max-width: 15%;
  }
}
.tp-service-inner-title img {
  border-radius: 100px;
}
.tp-service-inner-content p {
  color: #65686D;
}
.tp-service-inner-video {
  padding: 0 25px;
  width: 100%;
  height: 689px;
}
@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-inner-video {
    padding: 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-service-inner-video {
    height: 420px;
    margin-bottom: 35px;
  }
}
.tp-service-inner-video video {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  object-fit: cover;
}
.tp-service-inner-img img {
  border-radius: 24px;
}
.tp-service-inner-2-box .tp-service-item {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-service-inner-2-box .tp-service-item:hover {
  box-shadow: 0px 18px 34px rgba(0, 0, 0, 0.08);
}
.tp-service-inner-2-box .tp-service-item:hover .tp-service-icon {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-inner-2-area {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-inner-2-area {
    padding-top: 70px;
  }
}
.tp-service-inner-box {
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 52px;
  border-radius: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-inner-box {
    gap: 40px;
    padding: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-inner-box {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-inner-box {
    margin-top: 70px;
    display: inline-block;
    padding: 35px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tp-service-inner-box {
    padding: 10px;
  }
}
.tp-service-inner-box.no-padding {
  padding: 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-service-inner-box.no-padding {
    margin-top: 0;
  }
}
.tp-service-inner-box-thumb {
  flex: 0 0 auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-inner-box-thumb {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-inner-box-thumb {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-inner-box-thumb {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-service-inner-box-content {
    word-break: break-all;
  }
}
.tp-service-inner-box-content .tp-section-title {
  color: #000;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-inner-box-content .tp-section-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-inner-box-content .tp-section-title {
    font-size: 35px;
  }
}
.tp-service-inner-box-content p {
  color: #65686D;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-inner-box-link {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-inner-box-link {
    padding-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), (max-width: 767px) {
  .tp-service-inner-main .row-space {
    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) {
  .tp-service-inner-left {
    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) {
  .tp-service-inner-right {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .tp-service-inner-area {
    padding-bottom: 40px;
  }
}
.tp-service-6-title {
  font-size: 32px;
  font-family: var(--tp-ff-body);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-6-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-6-content {
    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) {
  .tp-service-6-content {
    margin-bottom: 30px;
  }
}
.tp-service-6-content p {
  letter-spacing: -0.02em;
  color: #65686D;
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-6-content p {
    font-size: 16px;
  }
  .tp-service-6-content p br {
    display: none;
  }
}
.tp-service-6-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.tp-service-6-meta a {
  letter-spacing: 0.01em;
  font-weight: 500;
  font-family: var(--tp-ff-inter-tight);
  color: var(--tp-common-black);
  border: 1px solid rgba(17, 16, 19, 0.1);
  border-radius: 20px;
  display: inline-block;
  padding: 2px 24px;
}
.tp-service-6-meta a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: transparent;
}
.tp-service-6-num span {
  color: var(--tp-common-black);
  font-weight: 500;
  font-size: 20px;
  display: inline-block;
}
.tp-service-6-item {
  border-top: 1px solid rgba(0, 7, 21, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-6-item {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-6-item {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .tp-service-6-item {
    padding: 30px 0;
  }
}
.tp-service-6-item:last-child {
  border-bottom: 1px solid rgba(0, 7, 21, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-6-btn {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-6-btn {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-6-main {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-6-thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-6-short .tp-service-inner-box {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-6-short .tp-service-inner-box {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-6-short .tp-service-inner-box-thumb {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-6-short .tp-service-inner-box-content {
    word-break: break-all;
  }
}
@media (max-width: 767px) {
  .tp-service-6-short-area {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-3-area.pt-120.pb-90 {
    padding-top: 70px;
  }
}
.tp-service-3-item {
  padding: 45px;
  border-radius: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-3-item {
    padding: 35px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-3-thumb {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-3-thumb {
    margin-top: 70px;
  }
}
.tp-service-3-thumb img {
  border-radius: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-3-thumb img {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-3-thumb img {
    width: 100%;
  }
}
.tp-service-3-content p {
  margin-bottom: 45px;
  color: rgba(0, 7, 21, 0.6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-service-3-content p {
    font-size: 14px;
  }
  .tp-service-3-content p br {
    display: none;
  }
}
.tp-service-3-subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  border-radius: 50px;
  padding: 6px 16px;
  display: inline-block;
  color: var(--tp-common-black);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.tp-service-3-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: var(--tp-common-black);
}
.tp-service-3-funfact {
  margin-bottom: 40px;
}
.tp-service-3-funfact p {
  color: rgba(0, 7, 21, 0.6);
}
.tp-service-3-funfact span {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  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-service-3-funfact span {
    font-size: 30px;
  }
}
.tp-service-3-funfact span.tp-odometer-text {
  transform: translateY(7px);
}
.tp-service-3-funfact-wrap {
  gap: 75px;
}
@media (max-width: 767px) {
  .tp-service-3-funfact-wrap {
    gap: 35px;
  }
}
.tp-service-3-author {
  gap: 12px;
  display: flex;
  align-items: center;
}
.tp-service-3-author-wrap {
  padding: 10px 12px;
  padding-inline-end: 30px;
  width: 470px;
  border-radius: 50px;
  background-color: #9AABFF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-3-author-wrap {
    width: 370px;
  }
}
@media (max-width: 767px) {
  .tp-service-3-author-wrap {
    width: 290px;
  }
}
.tp-service-3-author img {
  height: 60px;
  width: 60px;
  flex: 0 0 auto;
  border-radius: 50%;
}
.tp-service-3-author-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 0;
  color: var(--tp-common-black);
}
.tp-service-3-author-info span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #4d5051;
}
.tp-service-3-btn span {
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.tp-service-3-btn span a {
  font-weight: 600;
  color: var(--tp-theme-1);
  text-decoration-line: underline;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-feature-area.pt-120.pb-120 {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature-area.pt-120.pb-120 .tp-section-title.fs-32 br {
    display: none;
  }
}
.tp-feature-style .tp-service-item {
  min-height: 380px;
  background-color: var(--tp-common-white);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.02);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-feature-style .tp-service-item {
    min-height: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-feature-style .tp-service-item {
    padding: 30px 20px;
    min-height: 250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-feature-style .tp-service-item .tp-service-title {
    font-size: 18px;
  }
  .tp-feature-style .tp-service-item .tp-service-title br {
    display: none;
  }
}
.tp-feature-style .tp-service-item .tp-service-icon {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tp-feature-style .tp-service-item .tp-service-icon {
    margin-bottom: 0;
  }
}
.tp-feature-circle {
  position: absolute;
  top: 200px;
  border-radius: 100%;
  background-color: #6a00ff;
  backdrop-filter: blur(20px);
  filter: blur(600px);
  height: 215px;
  width: 215px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tp-services-dark-video {
  mix-blend-mode: lighten;
  max-width: 408px;
  height: 408px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-services-dark-video {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-services-dark-video {
    max-width: 100%;
    margin-bottom: 30px;
    height: 100%;
  }
}
.tp-services-dark-video video {
  width: 100%;
  height: 100%;
}
.tp-services-dark-showcase-content {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-services-dark-showcase-content {
    gap: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-services-dark-showcase-content {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .tp-services-dark-showcase-content {
    gap: 10px;
    width: 100%;
  }
}
.tp-services-dark-showcase-content span {
  color: #4A4D53;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-services-dark-showcase-title {
  font-size: 42px;
  font-weight: 600;
  color: #4A4D53;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-services-dark-showcase-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-services-dark-showcase-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .tp-services-dark-showcase-title {
    font-size: 30px;
  }
}
.tp-services-dark-showcase-img {
  display: flex;
  gap: 5px;
}
@media (max-width: 767px) {
  .tp-services-dark-showcase-img {
    width: 100%;
    justify-content: start;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-services-dark-showcase-img {
    justify-content: end;
  }
}
.tp-services-dark-showcase-img img {
  border-radius: 12px;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .tp-services-dark-showcase-img img {
    width: 30%;
  }
}
.tp-services-dark-showcase-img img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition-duration: 0.5s;
}
.tp-services-dark-showcase-img img:nth-child(3) {
  position: relative;
  z-index: 3;
}
.tp-services-dark-showcase-img img:nth-child(1), .tp-services-dark-showcase-img img:nth-child(2) {
  margin-right: -100px;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .tp-services-dark-showcase-img img:nth-child(1), .tp-services-dark-showcase-img img:nth-child(2) {
    margin-right: 0;
  }
}
.tp-services-dark-showcase-img img:nth-child(1) {
  transition-delay: 0.2s;
}
.tp-services-dark-showcase-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
@media (max-width: 767px) {
  .tp-services-dark-showcase-item {
    flex-direction: column;
    gap: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-services-dark-showcase-item {
    flex-direction: row;
  }
}
.tp-services-dark-showcase-item:nth-child(1) {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.tp-services-dark-showcase-item:hover .tp-services-dark-showcase-content span {
  color: #F0F9BE;
}
.tp-services-dark-showcase-item:hover .tp-services-dark-showcase-title a {
  color: #F0F9BE;
}
.tp-services-dark-showcase-item:hover .tp-services-dark-showcase-img img:nth-child(1), .tp-services-dark-showcase-item:hover .tp-services-dark-showcase-img img:nth-child(2) {
  margin-right: 0;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-services-dark-heading {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-services-dark-heading {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-services-dark-heading {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-services-dark-area {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .tp-services-dark-area {
    padding: 40px 0;
  }
}

.tpwork {
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .tpwork {
    margin-bottom: 30px;
  }
}
.tpwork__title {
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 767px) {
  .tpwork__title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.tpwork__content p {
  color: #65686D;
}
.tpwork__num {
  font-weight: 600;
  font-size: 20px;
  color: #000715;
  font-family: var(--tp-ff-inter-tight);
  display: inline-block;
}

.tp-work-slider {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 50px;
  animation-duration: 60s;
}
.tp-work-slider span {
  font-weight: 600;
  font-size: 132px;
  letter-spacing: -0.02em;
  color: #E9EBED;
  font-family: var(--tp-ff-inter-tight);
}
@media (max-width: 767px) {
  .tp-work-slider span {
    font-size: 90px;
  }
  .tp-work-slider span svg {
    width: 90px;
  }
}
.tp-work-slider span svg {
  margin-left: 30px;
}
.tp-work-slider-main {
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-work-slider-main {
    top: 58%;
  }
}
@media (max-width: 767px) {
  .tp-work-slider-main {
    top: 56%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-work-spacing {
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .tp-work-spacing {
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-work-area {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-work-area-2 {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-work-area-2 {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-work-area-2 .tp-work-content {
    margin-bottom: 40px;
  }
}

.tp-service-highlight-subtitle {
  background: rgba(10, 73, 191, 0.05);
  border-radius: 24px;
  color: var(--tp-common-black);
  display: inline-block;
  line-height: 1;
  font-family: var(--tp-ff-inter-tight);
  padding: 11px 29px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-highlight-subtitle {
    padding: 9px 20px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.tp-service-highlight-subtitle.light {
  background-color: var(--tp-common-white);
}
.tp-service-highlight-title {
  font-size: 52px;
  font-weight: 600;
  color: #000;
  line-height: 1.1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-highlight-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-highlight-title {
    font-size: 37px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-highlight-title {
    font-size: 35px;
  }
  .tp-service-highlight-title br {
    display: none;
  }
}
.tp-service-highlight-content p {
  color: #595C62;
}
@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-service-highlight-content p br {
    display: none;
  }
}
.tp-service-highlight-main {
  border-radius: 52px;
  padding: 80px;
}
@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: 768px) and (max-width: 991px) {
  .tp-service-highlight-main {
    border-radius: 40px;
    padding: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-service-highlight-main {
    border-radius: 30px;
    padding: 30px;
  }
}
.tp-service-highlight-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tp-service-highlight-author-title {
  letter-spacing: -0.01em;
  font-weight: 700;
  font-size: 15px;
  font-family: var(--tp-ff-body);
}
.tp-service-highlight-author-content span {
  color: #FFFFFF;
  opacity: 0.8;
  font-weight: 500;
  font-size: 14px;
  display: block;
  font-family: var(--tp-ff-inter-tight);
}
.tp-service-highlight-author-thumb img {
  border-radius: 6px;
}
@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: 768px) and (max-width: 991px) {
  .tp-service-highlight-author-wrap {
    width: 40%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-highlight-author-wrap {
    width: 65%;
  }
}
.tp-service-highlight-link {
  font-weight: 600;
  color: var(--tp-common-white);
  background: #000715;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
  font-family: var(--tp-ff-inter-tight);
  padding: 5px 32px;
  border-radius: 6px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-highlight-link {
    margin-top: 15px;
  }
}
.tp-service-highlight-link:hover {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-highlight-thumb {
    padding-top: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-highlight-thumb {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .tp-service-highlight-thumb {
    padding-top: 10px;
    width: 100%;
  }
  .tp-service-highlight-thumb img {
    width: 100%;
  }
}
.tp-service-highlight-thumb-wrap {
  display: flex;
  align-items: end;
  gap: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-service-highlight-thumb-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-highlight-thumb.left {
    padding-top: 25px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-highlight-thumb.left img {
    max-width: 55%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-highlight-thumb.left img {
    max-width: 47%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-highlight-thumb.right {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .tp-service-highlight-thumb.right {
    padding-top: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-highlight-thumb.right img {
    max-width: 85%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-option-list {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .tp-service-option-list {
    margin-bottom: 25px;
  }
}
.tp-service-option-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 29px 0;
  border-top: 1px solid rgba(0, 7, 21, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-option-list-item {
    padding: 15px 0;
  }
}
.tp-service-option-list-item:last-child {
  border-bottom: 1px solid rgba(0, 7, 21, 0.2);
}
.tp-service-option-list-item span, .tp-service-option-list-item a {
  color: #000000;
  font-weight: 500;
}
.tp-service-option-list-item a {
  font-size: 20px;
}
@media (max-width: 767px) {
  .tp-service-option-list-item a {
    font-size: 17px;
  }
}
.tp-service-option-list-item a:hover {
  color: var(--tp-theme-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-option-content {
    width: 50%;
    word-break: break-all;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-option-content {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tp-service-option-content {
    word-break: break-all;
  }
}
.tp-service-option-content .tp-section-title {
  line-height: 1.37;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-option-content .tp-section-title {
    font-size: 25px;
  }
  .tp-service-option-content .tp-section-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) {
  .tp-service-option-heading {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .tp-service-option-heading {
    margin-bottom: 15px;
    word-break: break-all;
  }
}
.tp-service-option-heading .tp-section-title span {
  color: var(--tp-theme-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-service-option-area {
    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-service-option-area .tp-service-inner-box {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-option-area .tp-service-inner-box-thumb {
    width: inherit;
    flex: auto;
  }
}
@media (max-width: 767px) {
  .tp-service-option-2-area {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .tp-service-option-2-area .tp-service-option-heading {
    margin-bottom: 35px;
  }
}
.tp-service-details-faq .tp-faq-3-wrap .tp-about-3-accordion .accordion-item {
  padding: 30px 0 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-details-faq .tp-faq-3-wrap {
    margin-top: 0;
  }
}
.tp-service-details-faq p {
  font-size: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-details-faq p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.tp-service-details-title {
  font-size: 34px;
}
@media (max-width: 767px) {
  .tp-service-details-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.tp-service-details-img p {
  font-size: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-details-img p {
    font-size: 16px;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-details-area {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-details-main {
    margin-bottom: 40px;
  }
}

.tp-service-map {
  height: 820px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-map {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .tp-service-map {
    height: 400px;
  }
}
.tp-service-map iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-details-content {
    margin-bottom: 25px;
  }
}
.tp-details-content p {
  font-size: 17px;
  color: #65686D;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-details-content p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

/*----------------------------------------*/
/*  7.7 team css
/*----------------------------------------*/
.tp-team-active {
  margin: 0 -220px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-active {
    margin: 0;
  }
}
.tp-team-item {
  overflow: hidden;
  border-radius: 16px;
}
.tp-team-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.31) 60%, rgba(0, 0, 0, 0.63) 100%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 40%, black 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 40%, black 100%);
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.tp-team-item img {
  width: 100%;
}
.tp-team-item:hover .tp-team-content-wrap {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.tp-team-item:hover::after {
  opacity: 1;
  visibility: visible;
  height: 50%;
}
.tp-team-content span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}
.tp-team-content-wrap {
  position: absolute;
  bottom: -10px;
  z-index: 2;
  width: 100%;
  padding: 30px;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .tp-team-content-wrap {
    font-size: 20px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-team-social {
    margin-top: 10px;
  }
}
.tp-team-social a {
  height: 42px;
  width: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-team-social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border: 1px solid var(--tp-theme-1);
}
.tp-team-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-team-title {
    font-size: 17px;
  }
}
@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-area.pt-120.pb-120.grey-bg {
    padding: 70px 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-team-area.pt-120.pb-120.grey-bg .tp-section-title.fs-32 br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-team-area.pt-120.pb-120.grey-bg .tp-section-title.fs-32 {
    font-size: 32px;
  }
}
@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-team-area.pt-120.pb-120.grey-bg .tp-about-text p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-inner-area {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-inner-area {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}

/*----------------------------------------*/
/*  7.7 contact css
/*----------------------------------------*/
.tp-contact-wrap {
  padding: 60px 60px;
  border-radius: 24px;
  background-color: #050339;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-wrap {
    padding: 30px;
  }
}
.tp-contact-content {
  padding-inline-start: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-content {
    padding-inline-start: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-content {
    padding-inline-start: 0px;
  }
}
.tp-contact-content p {
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.8);
}
.tp-contact-ratting {
  margin-bottom: 15px;
}
.tp-contact-ratting span {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  margin-right: 8px;
  color: var(--tp-common-white);
}
.tp-contact-ratting svg {
  transform: translateY(-2px);
}
.tp-contact-list {
  gap: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-contact-list {
    flex-wrap: wrap;
  }
}
.tp-contact-list i {
  display: inline-block;
  margin-inline-end: 10px;
}
.tp-contact-form input, .tp-contact-form textarea {
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  background-color: transparent;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.tp-contact-form input::placeholder, .tp-contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.tp-contact-form input:focus, .tp-contact-form textarea:focus {
  border-color: 1px solid var(--tp-common-white);
}
.tp-contact-form textarea {
  resize: none;
  height: 180px;
}
.tp-contact-img {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  height: 100%;
  width: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-img {
    width: 43%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-img {
    position: static;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
  }
}
.tp-contact-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .tp-contact-3-inner {
    margin-bottom: 0;
  }
}
.tp-contact-3-inner .tp-contact-2-input textarea {
  height: 180px;
}
@media (max-width: 767px) {
  .tp-contact-3-inner .tp-contact-2-input textarea {
    height: 120px;
  }
}
.tp-contact-3-inner .tp-contact-2-input input:focus, .tp-contact-3-inner .tp-contact-2-input textarea:focus {
  border-color: var(--tp-theme-1);
}
.tp-contact-choose label {
  font-weight: 500;
  color: #010103;
}
.tp-contact-choose-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tp-contact-choose-btn a {
  font-weight: 500;
  font-size: 14px;
  color: #010103;
  background: #EBEEFA;
  border: 1px solid transparent;
  border-radius: 50px;
  font-family: var(--tp-ff-inter-tight);
  line-height: 1;
  padding: 9px 24px;
}
.tp-contact-choose-btn a:hover {
  border-color: #0A49BF;
}
.tp-contact-choose-btn span {
  font-weight: 500;
  font-size: 13px;
  color: #010103;
}
.tp-contact-inner {
  margin-bottom: 10px;
}
.tp-contact-inner-box {
  width: 100%;
  height: 750px;
  padding: 60px;
  border-radius: 32px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-inner-box {
    height: 600px;
    padding: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-inner-box {
    height: 625px;
    padding: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-inner-box {
    height: 570px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-contact-inner-box {
    height: 500px;
    padding: 30px;
    margin-bottom: 30px;
  }
  .tp-contact-inner-box p br {
    display: none;
  }
}
.tp-contact-inner-box::before {
  position: absolute;
  content: "";
  background: linear-gradient(134.78deg, #241D7F 1.2%, #2464DB 99.5%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.tp-contact-inner-box .tp-section-title {
  letter-spacing: 0.01em;
  line-height: 1.1;
}
.tp-contact-inner-box-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.tp-contact-inner .nice-select {
  width: 100%;
  color: var(--tp-common-black);
  font-weight: 500;
  height: 60px;
  border-radius: 8px;
  line-height: 60px;
  padding: 0 24px;
  margin-bottom: 10px;
}
.tp-contact-inner .nice-select::after {
  border-bottom: 1.5px solid var(--tp-common-black);
  border-right: 1.5px solid var(--tp-common-black);
  content: "";
  display: block;
  height: 10px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  inset-inline-end: 32px;
  top: 49%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 10px;
}
.tp-contact-inner .nice-select.open::after {
  transform: rotate(224deg);
}
.tp-contact-inner .nice-select .list {
  margin-top: 1px;
  border-radius: 4px;
  background-color: var(--tp-common-white);
  width: 100%;
  padding: 12px 0;
}
.tp-contact-inner .nice-select .list .option {
  line-height: 1.2;
  min-height: inherit;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 500;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-inter-tight);
}
.tp-contact-inner .nice-select .list .option.selected {
  color: var(--tp-theme-1);
  font-weight: 600;
}
.tp-contact-inner input, .tp-contact-inner textarea {
  height: 60px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  padding: 20px 24px;
}
.tp-contact-inner input::placeholder, .tp-contact-inner textarea::placeholder {
  color: rgba(0, 7, 21, 0.34);
  font-weight: 500;
}
.tp-contact-inner textarea {
  resize: none;
  height: 180px;
}
.tp-contact-inner-wrap {
  gap: 10px;
}
.tp-contact-inner-wrap input.tp-contact-inner-check {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 18px;
  height: 18px;
  outline: none;
  flex: 0 0 auto;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1px;
}
.tp-contact-inner-wrap input.tp-contact-inner-check:checked {
  position: relative;
  background: var(--tp-common-black);
  border-color: transparent;
}
.tp-contact-inner-wrap input.tp-contact-inner-check:checked::after {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  font-size: 9px;
  color: var(--tp-common-white);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tp-contact-inner-wrap input.tp-contact-inner-check:hover {
  cursor: pointer;
}
.tp-contact-inner .tp-btn-theme {
  padding: 15px 24px;
  gap: 3px;
}
.tp-contact-location-title {
  font-size: 26px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tp-contact-location-title {
    font-size: 20px;
  }
  .tp-contact-location-title br {
    display: none;
  }
}
.tp-contact-location-title-short {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 767px) {
  .tp-contact-location-title-short {
    font-size: 20px;
  }
  .tp-contact-location-title-short br {
    display: none;
  }
}
.tp-contact-location-arrow {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(0, 7, 21, 0.1);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .tp-contact-location-arrow {
    width: 50px;
    height: 50px;
  }
  .tp-contact-location-arrow svg {
    width: 15px;
  }
}
.tp-contact-location-arrow:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-contact-location-item {
  background-color: var(--tp-common-white);
  padding: 33px 50px;
  border-radius: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-location-item {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-location-item {
    padding: 15px 25px;
  }
}
@media (max-width: 767px) {
  .tp-contact-location-item {
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-location-cta {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .tp-contact-location-cta {
    margin-bottom: 20px;
  }
}
.tp-contact-location-cta a {
  font-weight: 500;
  color: #65686D;
  display: block;
}
.tp-contact-location-cta a:not(:last-child) {
  margin-bottom: 10px;
}
.tp-contact-location-link {
  font-weight: 600;
  font-size: 14px;
  font-family: var(--tp-ff-inter-tight);
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 7, 21, 0.1);
  border-radius: 30px;
  padding: 12px 96px;
  padding-bottom: 14px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .tp-contact-location-link {
    display: block;
    padding: 10px 50px;
  }
}
.tp-contact-location-link:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: transparent;
}
.tp-contact-location-info {
  min-height: 550px;
  background-color: var(--tp-common-white);
  padding: 80px 45px;
  border-radius: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-location-info {
    min-height: 414px;
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-location-info {
    padding: 20px;
    min-height: 265px;
  }
}
@media (max-width: 767px) {
  .tp-contact-location-info {
    padding: 20px;
    min-height: 265px;
  }
}
.tp-contact-location-thumb img {
  border-radius: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-location-area {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-location-area {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .tp-contact-location-heading {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .tp-contact-shape {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .tp-contact-button-wrap {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.tp-contact-2-wrapper {
  border-radius: 32px;
}
@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-contact-2-wrapper {
    padding: 90px 20px;
  }
}
@media (max-width: 767px) {
  .tp-contact-2-wrapper {
    margin: 0;
    padding: 70px 0;
    border-radius: 0;
  }
}
.tp-contact-2-input label {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
  color: var(--tp-common-black);
}
.tp-contact-2-input input, .tp-contact-2-input textarea {
  height: 60px;
  border-radius: 8px;
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 7, 21, 0.1);
  background-color: var(--tp-common-white);
}
.tp-contact-2-input input::placeholder, .tp-contact-2-input textarea::placeholder {
  color: rgba(101, 104, 109, 0.8);
}
.tp-contact-2-input textarea {
  height: 220px;
}
@media (max-width: 767px) {
  .tp-contact-2-input textarea {
    height: 150px;
  }
}
.tp-contact-2-info a {
  gap: 15px;
  display: flex;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  align-items: center;
}
.tp-contact-2-info a:hover {
  color: var(--tp-theme-1);
}
.tp-contact-2-info a.text-bold {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  text-decoration: underline;
  color: var(--tp-common-black);
  text-decoration-skip-ink: none;
  font-family: var(--tp-ff-inter-tight);
}
.tp-contact-2-info a.text-bold:hover {
  color: var(--tp-theme-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-contact-2-content-wrap.ml-45 {
    margin-bottom: 80px;
    margin-inline-start: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-2-content-wrap.ml-45 .tp-section-title.fs-52 br {
    display: none;
  }
}
.tp-contact-2-inner .tp-contact-2-input input, .tp-contact-2-inner .tp-contact-2-input textarea {
  background: transparent;
}

/*----------------------------------------*/
/*  7.7 ratting css
/*----------------------------------------*/
.tp-testimonial-title-wrap {
  height: 100%;
  padding: 120px;
  border-radius: 32px;
  background: linear-gradient(90deg, #050339 0%, #08056c 100%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-testimonial-title-wrap {
    padding: 100px 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-title-wrap {
    padding: 100px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-title-wrap {
    padding: 100px 60px;
    margin-bottom: 30px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-title-wrap {
    height: auto;
    margin-bottom: 30px;
    padding: 70px 30px;
  }
}
.tp-testimonial-wrap {
  padding: 160px 60px;
  border-radius: 32px;
  border: 1px solid rgba(0, 7, 21, 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) {
  .tp-testimonial-wrap {
    padding: 120px 35px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-wrap {
    padding: 40px 25px;
  }
}
.tp-testimonial-avatar {
  height: 220px;
  width: 220px;
  border-radius: 50%;
  flex: 0 0 auto;
  margin-inline-end: 60px;
  border: 1px solid #D9D9D9;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-avatar {
    width: 120px;
    height: 120px;
    margin-inline-end: 40px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-avatar {
    width: 120px;
    height: 120px;
    margin-bottom: 40px;
    margin-inline-end: 0;
  }
}
.tp-testimonial-avatar img {
  border-radius: 50%;
}
.tp-testimonial-avatar span {
  position: absolute;
  bottom: 13%;
  inset-inline-end: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border-radius: 100%;
  background-color: #0c5752;
  box-shadow: inset 0 20px 40px 0 rgba(255, 255, 255, 0.45);
  outline: 2px solid var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-testimonial-avatar span {
    height: 30px;
    width: 30px;
    inset-inline-end: -5%;
  }
}
.tp-testimonial-logo {
  width: 103px;
  margin-bottom: 20px;
}
.tp-testimonial-content p {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.55;
  margin-bottom: 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) {
  .tp-testimonial-content p {
    font-size: 17px;
  }
}
.tp-testimonial-author-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 0;
  letter-spacing: 0.04em;
}
.tp-testimonial-quote {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
}
@media (max-width: 767px) {
  .tp-testimonial-quote {
    display: none;
  }
}
.tp-testimonial-arrow {
  position: absolute;
  bottom: 120px;
  inset-inline-end: 30px;
  gap: 10px;
}
@media (max-width: 767px) {
  .tp-testimonial-arrow {
    display: none !important;
  }
}
.tp-testimonial-arrow button {
  height: 50px;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid rgba(33, 33, 45, 0.1);
}
.tp-testimonial-arrow button svg {
  transform: translateY(2px);
}
.tp-testimonial-arrow button:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .tp-testimonial-item {
    flex-wrap: wrap;
  }
}

.tp-testimonial-3-thumb {
  flex: 0 0 auto;
  overflow: hidden;
  margin-inline-end: 50px;
  border-radius: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-3-thumb {
    margin-inline-end: 20px;
    width: 200px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-3-thumb {
    flex: auto;
    margin-bottom: 30px;
    margin-inline-end: 0;
  }
}
.tp-testimonial-3-thumb img {
  max-height: 436px;
}
@media (max-width: 767px) {
  .tp-testimonial-3-thumb img {
    width: 100%;
  }
}
.tp-testimonial-3-style .tp-testimonial-content p {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-testimonial-3-style .tp-testimonial-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) {
  .tp-testimonial-3-style .tp-testimonial-content p {
    font-size: 16px;
  }
  .tp-testimonial-3-style .tp-testimonial-content p br {
    display: none;
  }
}
.tp-testimonial-3-style .tp-testimonial-item {
  padding: 30px;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-testimonial-3-style .tp-testimonial-item {
    padding-right: 40px;
    padding-left: 30px;
  }
}
.tp-testimonial-3-bdr {
  border-bottom: 1px solid rgba(0, 0, 0, 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-testimonial-3-bdr {
    padding-bottom: 70px;
  }
}
.tp-testimonial-3-wrap {
  padding-left: 100px;
  padding-right: 100px;
  margin-right: -50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-3-wrap {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-3-wrap {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-3-wrap {
    padding: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-3-thumb {
    margin-right: 25px;
  }
}
.tp-testimonial-3-active {
  min-height: 500px;
  min-width: 1120px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-testimonial-3-active {
    min-width: 1000px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-3-active {
    min-width: 790px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-3-active {
    min-width: 760px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-3-active {
    min-width: 570px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-3-active {
    min-width: 100%;
    min-height: auto;
  }
}
.tp-testimonial-3-active .swiper-wrapper .swiper-slide {
  background: var(--tp-common-white);
  overflow: hidden;
  border-radius: 24px;
}
.tp-testimonial-3-active .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .tp-testimonial-item {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .tp-testimonial-3-active .tp-slider-arrow {
    padding-top: 40px;
  }
}

.tp-testimonial-4-item {
  padding: 80px;
  border-radius: 24px;
  background-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-testimonial-4-item {
    padding: 55px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testimonial-4-item {
    padding: 25px;
  }
}
.tp-testimonial-4-item i {
  margin-bottom: 70px;
  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), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testimonial-4-item i {
    margin-bottom: 25px;
  }
}
.tp-testimonial-4-item p {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 60px;
  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-testimonial-4-item p {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .tp-testimonial-4-item p br {
    display: none;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testimonial-4-item p {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .tp-testimonial-4-item p br {
    display: none;
  }
}
.tp-testimonial-4-author-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 0;
  letter-spacing: -0.01em;
}
.tp-testimonial-4-author span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
.tp-testimonial-4-shape {
  position: absolute;
  top: -8%;
  z-index: -1;
  width: 160px;
  height: 100px;
  transition: 0.3s;
  border-radius: 100px;
  display: inline-block;
  inset-inline-start: -8%;
  background-color: #ECF0FA;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-4-shape {
    top: -6%;
    width: 120px;
    height: 70px;
    inset-inline-start: -6%;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testimonial-4-shape {
    top: -6%;
    width: 100px;
    height: 50px;
    inset-inline-start: -6%;
  }
}
.tp-testimonial-4-shape.pos-bottom-right {
  top: auto;
  bottom: -8%;
  inset-inline-start: auto;
  inset-inline-end: -8%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-4-shape.pos-bottom-right {
    inset-inline-end: -6%;
  }
}
.tp-testimonial-4-wrap {
  margin-inline-end: -800px;
  margin-inline-start: -800px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-4-wrap {
    margin-inline-end: -500px;
    margin-inline-start: -500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-4-wrap {
    margin-inline-end: -200px;
    margin-inline-start: -200px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testimonial-4-wrap {
    margin-inline-end: 0;
    margin-inline-start: 0;
  }
}
.tp-testimonial-4-active {
  padding: 80px 0;
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testimonial-4-active {
    padding: 60px 0;
  }
}
.tp-testimonial-4-active .swiper-slide-active .tp-testimonial-4-shape {
  transition-delay: 0.3s;
  background-color: var(--tp-theme-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-4-area {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testimonial-4-area {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-4-spacing {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-4-spacing {
    padding-top: 0px;
  }
}
.tp-testimonial-dark-title {
  font-size: 72px;
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-dark-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) {
  .tp-testimonial-dark-title {
    font-size: 50px;
  }
  .tp-testimonial-dark-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-dark-title {
    font-size: 35px;
  }
  .tp-testimonial-dark-title br {
    display: none;
  }
}
.tp-testimonial-dark-title span {
  color: var(--tp-cream-color);
}
.tp-testimonial-dark-main {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-dark-heading {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-dark-heading {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-dark-area {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-dark-area {
    padding: 40px 0;
  }
}

.tptestidark {
  padding: 40px;
  padding-bottom: 33px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .tptestidark {
    padding: 20px;
  }
}
.tptestidark:nth-child(1), .tptestidark:nth-child(3) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.tptestidark__deg {
  font-size: 20px;
  line-height: 1.3;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tptestidark__deg br {
    display: none;
  }
}
.tptestidark__author {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 12px;
}
@media (max-width: 767px) {
  .tptestidark__author {
    padding-top: 50px;
  }
}
.tptestidark__author-title {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  font-family: var(--tp-ff-body);
  margin-bottom: 1px;
}
.tptestidark__author-content {
  text-align: end;
}
.tptestidark__author-content span {
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.8;
  font-family: var(--tp-ff-heading);
}
.tptestidark__author-avater img {
  border-radius: 60px;
}
.tptestidark__counter {
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tptestidark__counter {
    align-items: start;
  }
}
@media (max-width: 767px) {
  .tptestidark__counter {
    margin: 0;
    align-items: start;
  }
}
.tptestidark__counter-wrap {
  display: flex;
  align-items: center;
}
.tptestidark__counter-wrap span {
  font-weight: 700;
  font-size: 32px;
  text-align: right;
  letter-spacing: -0.01em;
  color: #000715;
}
.tptestidark__counter p {
  color: #000715;
  opacity: 0.8;
  font-size: 14px;
  margin: 0;
}
.tptestidark__counter-main {
  padding-top: 54px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .tptestidark__counter-main {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .tptestidark__counter-main {
    padding-top: 50px;
  }
}
.tptestidark__faq {
  padding: 35px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.tptestidark__faq-wrap {
  display: flex;
  align-items: center;
}
.tptestidark__faq-wrap span {
  font-weight: 700;
  font-size: 50px;
  color: #FFFFFF;
  display: inline-block;
  line-height: 1;
}
.tptestidark__faq p {
  color: #BEC1C7;
  font-size: 14px;
}
@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) {
  .tptestidark__faq p br {
    display: none;
  }
}
.tptestidark__faq-link a {
  font-weight: 600;
  font-size: 14px;
  color: var(--tp-common-white);
  display: flex;
  align-items: center;
  gap: 10px;
}
.tptestidark__shape {
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tptestidark__quote {
    padding-bottom: 93px;
  }
}
@media (max-width: 767px) {
  .tptestidark__quote {
    padding-bottom: 50px;
  }
}
.tptestidark.light {
  background-color: var(--tp-cream-color);
  padding-top: 23px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .tptestidark.light {
    padding: 20px;
  }
}
.tptestidark.light .tptestidark__author-title {
  color: var(--tp-common-black);
}
.tptestidark.light .tptestidark__author {
  justify-content: start;
}
@media (max-width: 767px) {
  .tptestidark.light .tptestidark__author {
    padding-top: 0;
  }
}
.tptestidark.light .tptestidark__author-content {
  text-align: start;
}
.tptestidark.light .tptestidark__author-content span {
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  7.7 ratting css
/*----------------------------------------*/
.tp-funfact-content-title {
  margin: 0;
  display: flex;
  font-size: 62px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-inter-tight);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-funfact-content-title {
    font-size: 34px;
  }
}
.tp-funfact-content p {
  margin-bottom: 0;
}
.tp-funfact-icon {
  color: var(--tp-theme-1);
}
.tp-funfact-item {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-funfact-item {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-funfact-wrap {
    flex-wrap: wrap;
  }
}
@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-area {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

.tp-funfact-4-number {
  font-weight: 500;
  font-size: 62px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-funfact-4-number {
    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-funfact-4-number {
    font-size: 45px;
    margin-bottom: 10px;
    line-height: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-funfact-4-number br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-funfact-4-number {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-funfact-4-number br {
    display: none;
  }
}
.tp-funfact-4-item .shape-1 {
  position: absolute;
  top: 50%;
  inset-inline-end: -1.5%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-funfact-4-item .shape-1 svg {
    width: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-funfact-4-item .shape-1 {
    inset-inline-end: -9%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-funfact-4-item .shape-1 {
    inset-inline-end: -6.5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-funfact-4-item p {
    margin: 0;
  }
  .tp-funfact-4-item p br {
    display: none;
  }
}
.tp-funfact-4-wrap {
  position: relative;
  padding: 0 95px;
  border-radius: 24px;
  border: 1px solid rgba(0, 7, 21, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-funfact-4-wrap {
    padding: 0 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-funfact-4-wrap {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-funfact-4-wrap {
    padding: 40px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-funfact-4-wrap {
    padding: 20px;
  }
}
.tp-funfact-4-wrap .row [class*=col-]:not(:last-child) .tp-funfact-4-item {
  height: 100%;
  padding: 62px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-funfact-4-wrap .row [class*=col-]:not(:last-child) .tp-funfact-4-item {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-funfact-4-wrap .row [class*=col-]:not(:last-child) .tp-funfact-4-item {
    padding: 0;
    padding-bottom: 20px;
  }
}
.tp-funfact-4-wrap .row [class*=col-]:not(:last-child) .tp-funfact-4-item::after {
  position: absolute;
  content: "";
  top: 0;
  inset-inline-end: 5%;
  height: 100%;
  width: 1px;
  background-color: rgba(0, 7, 21, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-funfact-4-wrap .row [class*=col-]:not(:last-child) .tp-funfact-4-item::after {
    height: 0;
  }
}
.tp-funfact-4-wrap .row [class*=col-]:nth-child(2) .tp-funfact-4-item {
  padding-inline-start: 85px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-funfact-4-wrap .row [class*=col-]:nth-child(2) .tp-funfact-4-item {
    padding-inline-start: 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), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-funfact-4-wrap .row [class*=col-]:nth-child(2) .tp-funfact-4-item {
    padding-inline-start: 0;
  }
}
.tp-funfact-4-wrap .row [class*=col-]:nth-child(2) .tp-funfact-4-item::after {
  inset-inline-end: -12%;
}
@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-funfact-4-wrap .row [class*=col-]:nth-child(2) .tp-funfact-4-item::after {
    inset-inline-end: 0;
  }
}
.tp-funfact-4-wrap .row [class*=col-]:nth-child(2) .tp-funfact-4-item .shape-1 {
  inset-inline-end: -18.5%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-funfact-4-wrap .row [class*=col-]:nth-child(2) .tp-funfact-4-item .shape-1 {
    inset-inline-end: -9%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-funfact-4-wrap .row [class*=col-]:nth-child(2) .tp-funfact-4-item .shape-1 {
    inset-inline-end: -6.5%;
  }
}
.tp-funfact-4-wrap .row [class*=col-]:last-child {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-funfact-4-wrap .row [class*=col-]:last-child {
    justify-content: start;
  }
}

/*----------------------------------------*/
/*  7.7 ratting css
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-area {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
.tp-portfolio-wrap {
  display: flex;
  gap: 16px;
  width: 100%;
  grid-area: list;
  box-sizing: border-box;
}
.tp-portfolio-item {
  width: 25%;
  display: block;
  transition: width 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
}
.tp-portfolio-item.active {
  width: 50%;
}
.tp-portfolio-thumb {
  width: 100%;
  height: 520px;
  margin-bottom: 20px;
}
.tp-portfolio-thumb img {
  height: 100%;
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
}
.tp-portfolio-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .tp-portfolio-title {
    font-size: 18px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-portfolio-title-box {
    margin-bottom: 30px;
  }
}
.tp-portfolio-content span {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: #65686D;
}
.tp-portfolio-total-item {
  display: flex;
  align-items: center;
  justify-content: end;
}
.tp-portfolio-total-item span {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-theme-1);
  text-transform: uppercase;
  transform: translateX(32px);
}
.tp-portfolio-total-item span::before {
  top: 50%;
  content: "";
  height: 1px;
  width: 18px;
  left: -30px;
  position: absolute;
  transform: translateY(-50%);
  background-color: var(--tp-theme-1);
}
.tp-portfolio-total-item h3 {
  font-size: 92px;
  font-weight: 600;
  line-height: 1;
  color: rgba(10, 73, 191, 0.1);
}
.tp-portfolio-2-text-content p {
  margin: 0;
  color: #65686D;
}

.tp-project-2-thumb {
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}
.tp-project-2-thumb img {
  transition: 0.6s;
}
.tp-project-2-thumb span {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--tp-common-white);
  display: inline-block;
  padding: 17px 20px;
  border-radius: 0 12px 0 0;
  background-color: var(--tp-theme-1);
}
.tp-project-2-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-2-title br {
    display: none;
  }
}
.tp-project-2-content {
  position: relative;
  padding-inline-start: 20px;
}
.tp-project-2-content::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  top: 3px;
  transition: 0.3s;
  inset-inline-start: 0;
  background-color: rgba(0, 7, 21, 0.1);
}
.tp-project-2-content.border-none {
  padding-inline-start: 0;
}
.tp-project-2-content.border-none::before {
  display: none;
}
.tp-project-2-item:hover .tp-project-2-thumb img {
  transform: scale(1.1);
}
.tp-project-2-item:hover .tp-project-2-content::before {
  background-color: var(--tp-theme-1);
}
.tp-project-2-item.project-inner .tp-project-2-thumb img {
  border-radius: 14px;
  max-height: 600px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-2-item.project-inner .tp-project-2-thumb img {
    max-height: 400px;
  }
}
.tp-project-2-item.project-inner .tp-project-2-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-2-item.project-inner .tp-project-2-meta {
    flex-wrap: wrap;
  }
}
.tp-project-2-item.project-inner .tp-project-2-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
}
.tp-project-2-item.project-inner .tp-project-2-meta span::before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--tp-common-black);
  border-radius: 100%;
}
.tp-project-2-item.project-inner .tp-project-2-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .tp-project-2-item.project-inner .tp-project-2-content {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.tp-project-2-item.project-inner .tp-project-2-title {
  margin: 0;
}
.tp-project-2-meta span, .tp-project-2-meta a {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
  border-radius: 32px;
  padding: 6px 12px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.tp-project-2-meta span:not(:last-child), .tp-project-2-meta a:not(:last-child) {
  margin-right: 5px;
}
.tp-project-2-meta.dark span, .tp-project-2-meta.dark a {
  color: var(--tp-common-black);
  border-color: rgba(0, 7, 21, 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-project-2-wrap {
    padding: 0;
  }
}

.tp-project-3-wrap {
  border-radius: 32px;
  padding: 100px 30px 55px 30px;
}
@media (max-width: 767px) {
  .tp-project-3-wrap {
    border-radius: 10px;
    padding: 60px 15px;
    margin: 0;
  }
}
.tp-project-3-content p {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.32);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-3-content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-project-3-content p {
    font-size: 22px;
  }
  .tp-project-3-content p br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-project-3-content p {
    font-size: 28px;
  }
  .tp-project-3-content p br {
    display: none;
  }
}
.tp-project-3-content p span {
  color: var(--tp-common-white);
}
.tp-project-3-content p em {
  font-style: normal;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: rgba(255, 255, 255, 0.52);
}

.tp-project-4-ptb {
  padding-bottom: 185px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-4-ptb {
    padding-bottom: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-4-ptb {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-project-4-ptb {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project-4-item {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-4-item {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-4-item {
    margin: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-project-4-item {
    margin: 0;
    margin-bottom: 30px;
  }
}
.tp-project-4-item:hover .tp-project-4-content {
  padding-left: 0;
}
.tp-project-4-item:hover .tp-project-4-content::before {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
}
.tp-project-4-item:hover .tp-project-4-arrow {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.tp-project-4-item .tp-project-2-title {
  font-size: 28px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-4-item .tp-project-2-title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .tp-project-4-item .tp-project-2-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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-project-4-item .tp-project-2-title a br {
    display: none;
  }
}
.tp-project-4-item .tp-project-2-meta {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  padding: 40px;
  z-index: 1;
  display: inline-block;
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-project-4-item .tp-project-2-meta {
    padding: 20px;
  }
}
.tp-project-4-item .tp-project-2-meta span, .tp-project-4-item .tp-project-2-meta a {
  padding: 15px 24px;
  border-radius: 0;
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-project-4-item .tp-project-2-meta span, .tp-project-4-item .tp-project-2-meta a {
    padding: 10px 15px;
  }
}
.tp-project-4-item .tp-project-2-meta span:hover, .tp-project-4-item .tp-project-2-meta a:hover {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
.tp-project-4-content {
  position: relative;
  padding-left: 35px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-4-content {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .tp-project-4-content {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-project-4-content {
    width: 80%;
  }
}
.tp-project-4-content::before {
  position: absolute;
  content: "";
  top: 10px;
  height: 20px;
  width: 20px;
  transition: 0.3s;
  border-radius: 50%;
  inset-inline-start: 0;
  border: 1px solid rgba(0, 7, 21, 0.2);
}
@media (max-width: 767px) {
  .tp-project-4-content-wrap {
    flex-direction: column;
    align-items: start !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-project-4-content-wrap {
    flex-direction: row;
  }
}
.tp-project-4-thumb {
  border-radius: 30px;
  overflow: hidden;
}
.tp-project-4-video {
  overflow: hidden;
  max-height: 890px;
  width: 100%;
}
.tp-project-4-video video {
  object-fit: cover;
  width: 100%;
  border-radius: 30px;
}
.tp-project-4-arrow {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transform: translateX(10px);
}
.tp-project-4-arrow a {
  height: 60px;
  width: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--tp-theme-1);
}
@media (max-width: 767px) {
  .tp-project-4-arrow a {
    width: 45px;
    height: 45px;
  }
}

.tp-plan-item {
  padding: 30px 60px;
  padding-bottom: 35px;
  border-radius: 16px;
  background-color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-plan-item {
    padding: 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), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-plan-item {
    padding: 20px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-plan-item {
    margin-bottom: 25px;
  }
}
.tp-plan-item p {
  font-weight: 500;
  line-height: 1.6;
  padding: 0 10px;
}
.tp-plan-item .tp-project-2-meta span {
  margin-bottom: 15px;
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 7, 21, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-plan-item .tp-project-2-meta span {
    margin-bottom: 10px;
  }
}
.tp-plan-item .tp-project-2-meta span {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-plan-item .tp-project-2-meta span:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: transparent;
  cursor: pointer;
}

.tp-plan-thumb {
  width: 90%;
  height: 620px;
  overflow: hidden;
  mask-size: contain;
  mask-repeat: no-repeat;
  background-position: center center;
  mask-image: url(../img/plan/plan-mask.png);
  -webkit-mask-image: url(../img/plan/plan-mask.png);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-plan-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) {
  .tp-plan-thumb {
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
  }
}
.tp-plan-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tp-plan-thumb-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  gap: 16px;
  display: flex;
  padding: 30px;
  border-radius: 8px;
  align-items: center;
  background: #ECEFF1;
}
.tp-plan-thumb-content-title {
  margin: 0;
  font-size: 52px;
  line-height: 1;
  font-weight: 600;
  padding-right: 16px;
  color: var(--tp-common-black);
  border-right: 1px solid rgba(0, 7, 21, 0.1);
}
.tp-plan-thumb-content-subtitle {
  font-size: 15px;
  line-height: 1.6;
  color: #65686D;
}
.tp-plan-list {
  gap: 15px;
}
.tp-plan-list-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  color: var(--tp-common-black);
}
.tp-plan-list i {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.tp-plan-list i svg {
  transform: translateY(1px);
}
.tp-plan-content {
  margin-inline-start: -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-plan-content {
    margin-inline-start: 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-plan-content p br {
    display: none;
  }
}
.tp-plan-top {
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.05);
}
@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-plan-tab-wrap {
    padding: 70px 0;
  }
}
.tp-plan-tab-btn .nav-tab {
  width: 100%;
  justify-content: space-between;
}
.tp-plan-tab-btn .nav-tab button {
  position: relative;
  padding: 42px 125px;
  font-weight: 600;
  font-size: 14px;
  flex: 1;
  line-height: 1;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-inter-tight);
}
@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-plan-tab-btn .nav-tab button {
    padding: 42px 25px;
  }
}
.tp-plan-tab-btn .nav-tab button:not(:last-child) {
  border-right: 1px solid rgba(0, 7, 21, 0.1);
}
.tp-plan-tab-btn .nav-tab button::after {
  position: absolute;
  content: "";
  bottom: 0;
  height: 3px;
  width: 0;
  inset-inline-end: 0;
  transition: 0.3s ease-in-out;
  background-color: var(--tp-theme-1);
}
.tp-plan-tab-btn .nav-tab button.active::after {
  width: 100%;
  inset-inline-end: auto;
  inset-inline-start: 0;
}
.tp-plan-shape {
  bottom: 0;
  position: absolute;
  inset-inline-end: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-plan-area {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-plan-area {
    padding-top: 110px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-plan-area {
    padding-top: 90px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-plan-area {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}

.tp-solution-logo {
  width: 110px;
  margin-bottom: 25px;
}
.tp-solution-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--tp-common-black);
}
.tp-solution-thumb {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  z-index: -1;
  width: 100%;
}
@media (max-width: 767px) {
  .tp-solution-thumb {
    bottom: -15%;
  }
}
.tp-solution-thumb img {
  width: 100%;
}
.tp-solution-thumb-2 {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-solution-thumb-2 {
    bottom: -26%;
    inset-inline-end: -20%;
  }
}
.tp-solution-info {
  padding: 30px 25px;
  border-radius: 16px;
  display: inline-block;
  padding-top: 23px;
  max-width: 365px;
  background-color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-solution-info {
    padding: 20px 15px;
  }
}
.tp-solution-info span {
  font-size: 18px;
  font-weight: 500;
  display: block;
  line-height: 1.5;
  margin-bottom: 20px;
  color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .tp-solution-info span {
    font-size: 14px;
  }
}
.tp-solution-item {
  padding: 40px;
  height: 715px;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(134deg, #8fd7b7 0%, #dda399 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-solution-item {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .tp-solution-item {
    padding: 30px 20px;
    height: 460px;
  }
}
.tp-solution-item.item-style-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: visible;
  background: linear-gradient(180deg, #0a49bf 0%, #5c0abf 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-solution-item.item-style-2 {
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-solution-item.item-style-2 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .tp-solution-item.item-style-2 {
    margin-top: 60px;
    overflow: hidden;
  }
}
.tp-solution-item.item-style-2 .tp-solution-content p {
  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) {
  .tp-solution-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.tp-gallery-wrap {
  overflow: hidden;
  border-radius: 32px;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-gallery-wrap {
    border-radius: 10px;
  }
}
.tp-gallery-wrap video {
  max-height: 710px;
  width: 100%;
  object-fit: cover;
  border-radius: 32px;
}
@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-gallery-area.pt-120 {
    padding-top: 70px;
  }
}

.tp-project-5-content span {
  font-size: 22px;
}
.tp-project-5-des p {
  font-size: 18px;
  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-project-5-des 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-project-5-heading {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-project-5-heading {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-5-area {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .tp-project-5-area {
    padding: 40px 0;
  }
}

.tpproject5 {
  overflow: hidden;
}
.tpproject5__title {
  font-size: 32px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tpproject5__title {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .tpproject5__title {
    font-size: 25px;
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
}
.tpproject5__title::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #FFFFFF;
  opacity: 0.6;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition-delay: 0.1s;
}
.tpproject5__content {
  padding: 0 32px;
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition-duration: 0.6s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tpproject5__content {
    bottom: -25px;
  }
}
@media (max-width: 767px) {
  .tpproject5__content {
    padding: 0 15px;
    bottom: -25px;
  }
}
.tpproject5__link {
  transform: translateY(50px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition-delay: 1s;
}
.tpproject5__link a i {
  width: 24px;
  height: 24px;
}
.tpproject5__meta {
  position: absolute;
  top: 32px;
  left: 32px;
  color: var(--tp-common-black);
  font-weight: 600;
  background: var(--tp-common-white);
  line-height: 1;
  border-radius: 6px;
  padding: 11px 18px;
}
.tpproject5__thumb {
  position: relative;
}
.tpproject5__thumb::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(0, 7, 21, 0) 73.58%, rgba(0, 7, 21, 0.8) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.tpproject5__thumb img {
  border-radius: 8px;
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tpproject5:hover .tpproject5__content {
  bottom: 32px;
}
.tpproject5:hover .tpproject5__title::before {
  width: 100%;
}
.tpproject5:hover .tpproject5__thumb img {
  transform: scale(1.1);
}
.tpproject5:hover .tpproject5__link {
  transform: translateY(0);
}
.tpproject5__blank {
  min-height: 620px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  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) {
  .tpproject5__blank {
    min-height: inherit;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpproject5__blank {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .tpproject5__blank {
    padding: 20px;
    min-height: 400px;
  }
}
.tpproject5__blank--num {
  font-size: 82px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .tpproject5__blank--num {
    font-size: 60px;
    margin-bottom: 0;
  }
}
.tpproject5__blank--num-plus {
  font-size: 32px;
}
.tpproject5__blank--num-wrap {
  display: flex;
}
.tpproject5__blank--num .odometer-inside {
  line-height: 70px;
}
@media (max-width: 767px) {
  .tpproject5__blank--num .odometer-inside {
    line-height: 60px;
  }
}
.tpproject5__blank-content p {
  font-size: 24px;
  font-family: var(--tp-ff-heading);
  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) {
  .tpproject5__blank-content p {
    font-size: 20px;
  }
}
.tpproject5__blank-content p i {
  color: #888B91;
}
.tpproject5__blank-link a {
  background: var(--tp-cream-color);
  color: #000715;
  font-size: 14px;
  font-weight: 600;
  display: block;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 17px 15px;
}
.tpproject5__blank-link a:hover {
  background-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-project-filter-area {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-project-filter-area {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-filter-area.spacing-long {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .tp-project-filter-area.spacing-long {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-filter-area.spacing-long .tp-project-2-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tp-project-filter-area.spacing-long .tp-project-2-item {
    margin-bottom: 30px;
  }
}
.tp-project-filter-area .tp-project-4-item {
  margin-bottom: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-filter-area .tp-project-4-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tp-project-filter-area .tp-project-4-item {
    margin-bottom: 30px;
  }
}
.tp-project-filter-main {
  margin: 0 -100px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .tp-project-filter-main {
    margin: 0 -50px;
  }
}
@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-project-filter-main {
    margin: 0;
  }
}
.tp-project-filter-button-wrap {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
  padding: 33px 0;
  border-top: 1px solid rgba(0, 7, 21, 0.1);
  border-bottom: 1px solid rgba(0, 7, 21, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-filter-button-wrap {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-filter-button-wrap {
    margin-bottom: 40px;
    padding: 25px 0;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .tp-project-filter-button-wrap {
    margin-bottom: 40px;
    padding: 20px 0;
    gap: 20px;
    flex-wrap: wrap;
  }
}
.tp-project-filter-button-wrap button {
  font-weight: 600;
  font-size: 14px;
  color: #000715;
  font-family: var(--tp-ff-inter-tight);
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}
.tp-project-filter-button-wrap button::before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  background: #000715;
  opacity: 0.2;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-project-filter-button-wrap button span {
  font-weight: 500;
  font-size: 10px;
  color: #000715;
  font-family: var(--tp-ff-inter-tight);
  transform: translate(-3px, -2px);
}
.tp-project-filter-button-wrap button.active {
  color: var(--tp-theme-1);
}
.tp-project-filter-button-wrap button.active::before {
  background: var(--tp-theme-1);
  opacity: 1;
}
.tp-project-filter-subtitle {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin-bottom: 6px;
}
.tp-project-filter-title {
  font-size: 92px;
  color: #000000;
  line-height: 1.1;
  font-family: var(--tp-ff-body);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-filter-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .tp-project-filter-title {
    font-size: 45px;
  }
  .tp-project-filter-title br {
    display: none;
  }
}
.tp-project-filter-link .tp-btn-black {
  padding: 17px 15px;
  border-radius: 12px;
  font-size: 14px;
}
.tp-project-filter-link .tp-btn-black:hover {
  background-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-project-filter-content {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tp-project-filter-content {
    padding-bottom: 15px;
    word-break: break-all;
  }
}
.tp-project-newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 82px 75px;
  margin: 0 -100px;
  margin-bottom: 140px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .tp-project-newsletter {
    margin: 0 -50px;
    margin-bottom: 140px;
  }
}
@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-project-newsletter {
    margin: 0;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-newsletter {
    padding: 40px 50px;
    margin: 0;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .tp-project-newsletter {
    padding: 20px;
    margin: 0;
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.tp-project-newsletter-title {
  font-size: 100px;
  margin-bottom: 0;
  color: #000000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-newsletter-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-newsletter-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .tp-project-newsletter-title {
    font-size: 45px;
  }
}
.tp-project-newsletter-shape {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tp-project-newsletter-shape img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-details-serv-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .tp-project-details-serv-item {
    margin-bottom: 15px;
  }
}
.tp-project-details-serv-item label {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 8px;
}
.tp-project-details-serv-item span {
  font-weight: 500;
  color: #000000;
  display: block;
  line-height: 1.3;
}
.tp-project-details-serv-item.larg label {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-details-serv-item.larg label {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .tp-project-details-serv-link {
    padding-top: 10px;
  }
}
.tp-project-details-serv-link a {
  width: fit-content;
}
@media (max-width: 767px) {
  .tp-project-details-serv-content {
    padding-left: 0;
  }
}
.tp-project-details-img {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.tp-project-details-img img {
  border-radius: 12px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-details-img img {
    width: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-details-img-2 img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-details-img-3 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .tp-project-details-img-3 {
    padding-top: 30px;
  }
}
.tp-project-details-subtitle {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-inter-tight);
  display: inline-block;
}
.tp-project-details-deg {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-details-deg {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-details-deg {
    font-size: 25px;
  }
  .tp-project-details-deg br {
    display: none;
  }
}
.tp-project-details-deg span {
  margin-right: 70px;
  transform: translateY(-10px);
}
@media (max-width: 767px) {
  .tp-project-details-deg span {
    margin-right: 10px;
    transform: translateY(-4px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-details-deg.mb-70, .tp-project-details-deg.mb-50 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-project-details-deg.mb-70, .tp-project-details-deg.mb-50 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-details-deg-main p {
    margin-bottom: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-details-deg-main p br {
    display: none;
  }
}
.tp-project-details-post-video {
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-details-post-video {
    margin-left: 0;
    padding-top: 30px;
  }
}
.tp-project-details-post-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-details-post-title {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-project-details-post-title {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-details-post-area {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-details-post-area {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-details-spacing-1 {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .tp-project-details-spacing-1 {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-details-spacing-2 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-details-spacing-2 {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .tp-project-details-spacing-2 {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-details-area {
    padding-top: 100px;
  }
}
.tp-project-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  border: 1px solid rgba(0, 7, 21, 0.1);
  padding: 35px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-pagination {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .tp-project-pagination {
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-project-pagination {
    flex-wrap: nowrap;
    gap: 10px;
  }
}
.tp-project-pagination-content span {
  color: #525252;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--tp-ff-inter-tight);
}
.tp-project-pagination-content span.right {
  justify-content: end;
}
.tp-project-pagination-title {
  font-size: 24px;
  color: #030303;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-pagination-title {
    font-size: 20px;
  }
}
.tp-project-pagination-title.right {
  text-align: end;
}
.tp-project-pagination-img {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .tp-project-pagination-img {
    flex: inherit;
    display: inline-block;
  }
}
.tp-project-pagination-img img {
  border-radius: 100%;
}
@media (max-width: 767px) {
  .tp-project-pagination-img img {
    width: 50px;
    height: 50px;
  }
}
.tp-project-pagination-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-pagination-item {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .tp-project-slider {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .tp-project-slider-item img {
    max-height: 325px;
    object-fit: cover;
    width: 100%;
  }
}

.grid-item.hidden {
  display: none !important;
}

.tp-choose-deg p {
  color: #BEC1C7;
  font-size: 18px;
  line-height: 32px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-choose-deg 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), (max-width: 767px) {
  .tp-choose-deg .tp-section-title-larg {
    margin-bottom: 10px;
  }
}
.tp-choose-clint-title {
  font-size: 32px;
  font-weight: 600;
  color: var(--tp-common-white);
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .tp-choose-clint-title {
    font-size: 23px;
  }
}
.tp-choose-clint-percent {
  font-size: 82px;
  font-weight: 600;
  color: #F0F9C1;
  line-height: 1;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tp-choose-clint-percent {
    font-size: 60px;
  }
}
.tp-choose-clint-content {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .tp-choose-clint-content {
    width: 100%;
  }
}
.tp-choose-clint-content p {
  color: var(--tp-common-white);
  font-weight: 600;
}
.tp-choose-clint-ratting {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(1px);
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 16px;
  padding-right: 20px;
  z-index: 2;
}
.tp-choose-clint-ratting-wrap span {
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 13px;
}
.tp-choose-clint-ratting-star {
  display: flex;
  align-items: center;
  gap: 1.5px;
}
.tp-choose-clint-ratting-wrap {
  display: flex;
  align-items: center;
  gap: 3px;
  line-height: 1;
}
.tp-choose-clint-ratting-content p {
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1;
  padding-top: 4px;
}
.tp-choose-clint-arrow {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-choose-clint-talk {
  position: relative;
}
.tp-choose-clint-talk::before, .tp-choose-clint-talk::after {
  position: absolute;
  content: "";
  background: rgba(0, 7, 21, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.tp-choose-clint-talk::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 31.93%, #152340 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-choose-clint-talk-thumb img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
  }
}
@media (max-width: 767px) {
  .tp-choose-clint-talk-thumb img {
    width: 100%;
  }
}
.tp-choose-clint-talk:hover::after {
  opacity: 1;
  visibility: visible;
}
.tp-choose-clint-talk:hover .tp-choose-clint-arrow {
  transform: translate(-20px, -20px);
}
.tp-choose-clint-slider {
  padding: 40px 25px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .tp-choose-clint-slider {
    padding: 40px 0;
  }
}
.tp-choose-clint-slider-title {
  font-size: 42px;
  color: var(--tp-common-white);
  font-weight: 600;
}
@media (max-width: 767px) {
  .tp-choose-clint-slider-title {
    font-size: 24px;
    margin-bottom: 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) {
  .tp-choose-clint-slider-content {
    margin-bottom: 20px;
  }
}
.tp-choose-clint-slider-content p {
  color: #BEC1C7;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-choose-clint-slider-content p br {
    display: none;
  }
}
.tp-choose-clint-slider-active {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 19px 24px;
  padding-bottom: 29px;
}
@media (max-width: 767px) {
  .tp-choose-clint-slider-active {
    padding: 5px;
  }
}
.tp-choose-clint-slider-active .swiper-slide {
  width: 168px !important;
  height: 184px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-choose-clint-slider-active .swiper-slide {
    width: auto !important;
    height: auto !important;
  }
}
.tp-choose-clint-slider-active::before, .tp-choose-clint-slider-active::after {
  position: absolute;
  content: "";
  background: linear-gradient(270deg, #000715 0%, rgba(0, 7, 21, 0) 100%);
  border-radius: 0px 16px 16px 0px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  height: 100%;
  width: 180px;
  top: 0;
  left: -1px;
  z-index: 2;
}
.tp-choose-clint-slider-active::after {
  left: inherit;
  right: 0;
  transform: rotate(0deg);
}
.tp-choose-clint-slider-shape {
  position: absolute;
  bottom: -20px;
  left: -20px;
}
.tp-choose-clint-slider-shape img {
  transform: scale(2);
}
.tp-choose-clint-slider-img {
  background-color: #D9D9D9;
}
.tp-choose-clint-slider-img img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-choose-clint-slider-img:hover img {
  mix-blend-mode: luminosity;
}
.tp-choose-clint-main {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-choose-clint-comments {
  padding: 49px 36px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-choose-clint-comments {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-choose-clint-comments {
    padding: 25px 20px;
  }
}
@media (max-width: 767px) {
  .tp-choose-clint-comments {
    padding: 25px 10px;
  }
}
.tp-choose-clint-comments-content p {
  color: #D7D8DA;
}
.tp-choose-clint-comments-chats-item:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-choose-clint-comments-chats-item:nth-child(2) {
    margin-bottom: 10px;
  }
}
.tp-choose-clint-comments-chats-item:nth-child(2) p {
  background: #0A49BF;
  color: var(--tp-common-white);
  text-align: end;
}
.tp-choose-clint-comments-chats-item p {
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  text-align: center;
  font-size: 13px;
  margin: 0;
  padding: 11px 4px;
  line-height: 1.1;
  width: fit-content;
  padding: 14px 17px;
  border-radius: 16px;
}
.tp-choose-clint-comments-input img {
  width: 100%;
}
.tp-choose-work-icon {
  margin-bottom: 18px;
}
.tp-choose-work-icon svg {
  color: var(--tp-common-white);
}
.tp-choose-work-title {
  font-size: 24px;
}
.tp-choose-work-content p {
  color: #BEC1C7;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-choose-work-content p br {
    display: none;
  }
}
.tp-choose-work-item {
  padding: 71px 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-choose-work-item {
    padding: 60px 10px;
  }
}
.tp-choose-work-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-choose-work-arrows svg {
  position: absolute;
  left: 24px;
  bottom: 20px;
}
.tp-choose-work-arrows svg:nth-child(2) {
  left: auto;
  right: 24px;
}
.tp-choose-plan::before {
  position: absolute;
  content: "";
  background: rgba(0, 7, 21, 0.32);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.tp-choose-plan {
  height: 100%;
}
.tp-choose-plan-amount {
  text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  font-size: 12px;
  top: 40px;
  left: 36px;
  z-index: 2;
}
.tp-choose-plan-title {
  font-weight: 600;
  font-size: 70px;
  color: #F0F9C1;
  text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  margin: 0;
  display: block;
  line-height: 80px;
}
@media (max-width: 767px) {
  .tp-choose-plan-title {
    font-size: 50px;
    line-height: 1.2;
  }
}
.tp-choose-plan-title:nth-child(1) {
  display: inline-block;
  position: relative;
  padding: 0 8px;
}
.tp-choose-plan-title:nth-child(1)::before {
  position: absolute;
  content: "";
  background-color: #0A49BF;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition-duration: 0.5s;
  transition-delay: 0.8s;
}
.tp-choose-plan-title:nth-child(1).active::before {
  width: 100%;
}
.tp-choose-plan-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .tp-choose-plan-content {
    width: 100%;
  }
}
.tp-choose-plan-content p {
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  font-size: 18px;
}
.tp-choose-plan-link {
  right: 36px;
  bottom: 36px;
  z-index: 2;
}
.tp-choose-plan-link .tp-btn-link i {
  width: 24px;
  height: 24px;
  line-height: 23px;
}
.tp-choose-plan-thumb {
  height: 100%;
}
.tp-choose-plan-thumb img {
  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-choose-plan-thumb img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
  }
}
.tp-choose-border {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-choose-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .tp-choose-area {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-choose-heading {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-choose-heading {
    margin-bottom: 40px;
  }
}

.tp-career-card {
  max-width: 577px;
  height: 490px;
  background: #F0F0F6;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 55px 60px;
  padding-bottom: 38px;
  margin-left: -70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-career-card {
    height: 390px;
    padding: 30px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-card {
    max-width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-career-card {
    padding: 20px;
    padding-top: 35px;
    height: 100%;
  }
}
.tp-career-card-thumb {
  margin-left: -65px;
}
@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-card-thumb {
    margin-left: 0;
  }
}
.tp-career-card-thumb img {
  border-radius: 12px;
}
.tp-career-card-content span {
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #000715;
  font-size: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-career-card-content span {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .tp-career-card-content span {
    margin-bottom: 10px;
  }
}
.tp-career-card-title {
  font-size: 32px;
}
@media (max-width: 767px) {
  .tp-career-card-title br {
    display: none;
  }
}
.tp-career-card-num {
  letter-spacing: -0.02em;
  font-size: 112px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-career-card-num {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .tp-career-card-num {
    font-size: 80px;
  }
}
.tp-career-card-num-wrap span {
  display: inline-block;
  font-family: var(--tp-ff-inter-tight);
  color: var(--tp-common-black);
  font-weight: 500;
  line-height: 1;
}
.tp-career-card-num-plus {
  font-size: 34px;
  transform: translate(-3px, 10px);
}
.tp-career-fect-item {
  padding-top: 13px;
  border-top: 1px solid rgba(0, 7, 21, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-fect-item {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .tp-career-fect-item {
    padding-top: 20px;
  }
}
.tp-career-fect-item span {
  color: #000000;
  display: block;
  font-weight: 500;
  margin-bottom: 12px;
}
.tp-career-fect-num {
  font-weight: 600;
  font-size: 82px;
  line-height: 1;
  font-family: var(--tp-ff-inter-tight);
  color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .tp-career-fect-num {
    font-size: 70px;
    margin-bottom: 0;
  }
  .tp-career-fect-num.odometer .odometer-inside {
    line-height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-fect-area {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-fect-title {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-career-fect-wrap {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .tp-career-fect-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .tp-career-fect-content p br {
    display: none;
  }
}
.tp-career-role-subtitle {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #000715;
  display: inline-block;
  transform: translateY(14px);
}
.tp-career-role-title {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.01em;
  color: #111013;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-role-title {
    font-size: 25px;
  }
}
.tp-career-role-title a:hover {
  color: var(--tp-theme-1);
}
.tp-career-role-title-larg {
  font-weight: 600;
  font-size: 80px;
  letter-spacing: -0.04em;
  color: #111013;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-career-role-title-larg {
    font-size: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-career-role-title-larg {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .tp-career-role-title-larg {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-career-role-title-wrap {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .tp-career-role-title-wrap {
    padding-bottom: 25px;
  }
}
.tp-career-role-type {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: #111013;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-role-type {
    font-size: 17px;
  }
}
.tp-career-role-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 40px 0;
  border-top: 1px solid rgba(17, 16, 19, 0.08);
}
@media (max-width: 767px) {
  .tp-career-role-item {
    flex-wrap: wrap;
    padding: 25px 0;
  }
}
.tp-career-role-item:last-child {
  border-bottom: 1px solid rgba(17, 16, 19, 0.08);
}
.tp-career-role-item .tp-custom-col:nth-child(1) {
  width: 38%;
}
@media (max-width: 767px) {
  .tp-career-role-item .tp-custom-col:nth-child(1) {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-career-role-item .tp-custom-col:nth-child(1) {
    width: 35%;
  }
}
.tp-career-role-item .tp-custom-col:nth-child(2) {
  width: 31%;
}
@media (max-width: 767px) {
  .tp-career-role-item .tp-custom-col:nth-child(2) {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-career-role-item .tp-custom-col:nth-child(2) {
    width: 19%;
  }
}
.tp-career-role-item .tp-custom-col:nth-child(3) {
  width: 11%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-career-role-item .tp-custom-col:nth-child(3) {
    width: 12%;
  }
}
@media (max-width: 767px) {
  .tp-career-role-item .tp-custom-col:nth-child(3) {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-career-role-item .tp-custom-col:nth-child(3) {
    width: 15%;
  }
}
.tp-career-role-item .tp-custom-col:nth-child(4) {
  width: 20%;
  display: flex;
  justify-content: end;
}
@media (max-width: 767px) {
  .tp-career-role-item .tp-custom-col:nth-child(4) {
    width: 100%;
    justify-content: start;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-career-role-item .tp-custom-col:nth-child(4) {
    width: 25%;
    justify-content: start;
  }
}
.tp-career-role-item.label {
  gap: 0;
  padding: 0;
  border: 0;
  margin-bottom: 15px;
}
.tp-career-role-item.label .tp-career-role-type {
  color: var(--tp-common-black);
}
.tp-career-role-link .tp-btn-black {
  background: #0A49BF;
  padding: 6px 20px;
  padding-right: 5px;
}
.tp-career-role-link .tp-btn-black i {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.tp-career-role-link .tp-btn-black i svg:first-child {
  bottom: 1px;
  transform: translateY(0px);
}
.tp-career-role-link .tp-btn-black i svg:last-child {
  bottom: 1px;
}
.tp-career-role-link .tp-btn-black span {
  font-size: 14px;
  line-height: 1;
  transform: translatey(-1px);
}
.tp-career-role-link .tp-btn-black:hover i svg:first-child {
  transform: translateX(16px);
}
.tp-career-role-link .tp-btn-black:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translateX(13px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-role-cat {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.tp-career-role-cat a {
  font-weight: 600;
  font-size: 14px;
  color: #000715;
  display: flex;
  align-items: center;
  gap: 2px;
  width: fit-content;
  line-height: 1;
  background: #EBEEFA;
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 10px 14px;
}
.tp-career-role-cat a span {
  font-weight: 700;
  font-size: 9px;
}
.tp-career-role-cat a:not(:last-child) {
  margin-bottom: 8px;
}
.tp-career-role-cat a:hover {
  border-color: #0A49BF;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-role-area {
    padding-top: 0;
    padding-bottom: 70px;
  }
}
.tp-career-demo-subtitle {
  font-size: 14px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-demo-subtitle {
    margin-bottom: 10px;
  }
}
.tp-career-demo-title {
  font-size: 42px;
  line-height: 1.1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-career-demo-title {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .tp-career-demo-title {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
.tp-career-demo-link .tp-btn-link.style-2 {
  color: #fff;
}
.tp-career-demo-link .tp-btn-link.style-2 i {
  transform: rotate(-40deg);
}
.tp-career-demo-main {
  min-height: 920px;
  display: flex;
  align-items: end;
  padding-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-career-demo-main {
    min-height: 750px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-demo-main {
    align-items: start;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tp-career-demo-main {
    min-height: inherit;
    height: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.tp-career-demo-area {
  background-repeat: no-repeat;
  background-size: cover;
}
.tp-career-demo-box {
  display: flex;
  flex-direction: column;
  padding: 55px 60px;
  width: 619px;
  height: 460px;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  position: absolute;
  right: 0;
  bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-career-demo-box {
    padding: 30px;
    width: 500px;
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-demo-box {
    position: unset;
    width: 100%;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .tp-career-demo-box {
    padding: 25px;
    height: 370px;
  }
}
.tp-career-demo-link {
  text-align: end;
}
.tp-career-demo-deg {
  font-size: 32px;
  line-height: 1.3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-career-demo-deg {
    font-size: 30px;
  }
  .tp-career-demo-deg br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-career-demo-deg {
    font-size: 25px;
  }
  .tp-career-demo-deg br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-career-author {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-author {
    padding-top: 30px;
  }
}
.tp-career-author-title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
  font-family: var(--tp-ff-body);
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-career-author-wrap {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-author-wrap {
    padding-top: 10px;
  }
}
.tp-career-author-wrap span {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  font-family: var(--tp-ff-inter-tight);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-career-post {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tpcarpost__thumb {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tpcarpost__thumb {
    margin-bottom: 20px;
  }
}
.tpcarpost__thumb img {
  border-radius: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tpcarpost__thumb img {
    width: 100%;
  }
}
.tpcarpost__thumb video {
  width: 100%;
  min-height: 778px;
  object-fit: cover;
  border-radius: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpcarpost__thumb video {
    min-height: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpcarpost__thumb video {
    min-height: inherit;
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tpcarpost__thumb video {
    min-height: auto;
  }
}
.tpcarpost__title {
  font-size: 32px;
  color: #000000;
}
@media (max-width: 767px) {
  .tpcarpost__title {
    font-size: 25px;
  }
}

.tp-work-location-title {
  font-size: 82px;
  line-height: 1.1;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-work-location-title {
    font-size: 60px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-work-location-title {
    font-size: 50px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .tp-work-location-title {
    font-size: 40px;
    margin-bottom: 0;
  }
}
.tp-work-location-branch {
  font-size: 25px;
  font-weight: 500;
  font-family: var(--tp-ff-inter-tight);
  display: flex;
  line-height: 1.3;
  gap: 12px;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-work-location-branch {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-work-location-branch {
    font-size: 20px;
  }
}
.tp-work-location-branch::before {
  display: inline-block;
  content: "";
  background-color: var(--tp-common-white);
  width: 10px;
  height: 10px;
  border-radius: 50px;
  transform: translateY(13px);
}
.tp-work-location-branch:nth-child(1) {
  top: 17%;
  left: 0;
}
@media (max-width: 767px) {
  .tp-work-location-branch:nth-child(1) {
    top: 10%;
  }
}
.tp-work-location-branch:nth-child(2) {
  top: 6%;
  left: 23%;
}
.tp-work-location-branch:nth-child(3) {
  top: 0;
  right: 30%;
}
.tp-work-location-branch:nth-child(4) {
  top: 10%;
  right: 0;
}
.tp-work-location-branch:nth-child(5) {
  top: 40%;
  right: 0;
}
.tp-work-location-branch:nth-child(6) {
  top: 70%;
  right: 15%;
}
@media (max-width: 767px) {
  .tp-work-location-branch:nth-child(6) {
    right: 0;
    top: 77%;
  }
}
.tp-work-location-branch:nth-child(7) {
  bottom: 5%;
  right: 46%;
}
.tp-work-location-branch:nth-child(8) {
  bottom: 25%;
  left: 5%;
}
@media (max-width: 767px) {
  .tp-work-location-branch:nth-child(8) {
    bottom: 8%;
  }
}
.tp-work-location-deg {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  padding: 3px 16px;
}
.tp-work-location-deg p {
  font-size: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-work-location-main {
    padding-bottom: 240px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-work-location-main {
    padding-bottom: 180px;
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .tp-work-location-main {
    padding-bottom: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-work-location-wrap {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-work-location-wrap {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-work-location-wrap {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-work-location-area {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-work-location-area .tp-faq-5-style .tp-faq-3-wrap {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-work-location-area .tp-faq-5-style .tp-faq-3-wrap .tp-about-3-accordion {
    margin-bottom: 0;
  }
}

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