/*-----------------------------------------------------------------------------------

    Template Name: Binoz - Creative Business Agency HTML Template
    Author: Theme_Pure
    Support: https://help.themepure.net/
    Description: Binoz - Creative Business Agency HTML Template
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Common Classes
		1.2 Default Spacing
		1.3 Theme Default

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 animetion
		2.2 background
		2.3 backtotop
		2.4 breadcrumb
		2.5 buttons 
		2.6 Carousel
 		2.7 instagram
		2.8 cursor
		2.9 Modal
		2.10 nice select
		2.11 offcanvas
		2.12 Modal
		2.13 search
		2.14 Section Title
 		2.15 Tooltip CSS START

	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1

    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Main menu css
		4.2 dropdown css
		4.3 Mobilemenu css

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 Blog css
		5.2 Postbox css
		5.3 Recent Post css
		5.4 Sidebar css

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1

	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 about css
		7.2 agency css
		7.3 awards css
		7.4 brand css
		7.5 testimonial css
		7.6 contact css
		7.7 counter css
		7.8 cta css
		7.9 faq css
		8.0 feature css
		8.1 Hero css
		8.2 portfolio css
		8.3 pricing css
		8.4 process css
		8.5 project css
		8.6 service css
		8.7 step css
		8.8 team css
		8.9 testimonial css
		9.0 video css
**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
.tp-gradient-bg {
  background-image: linear-gradient(to right, #f1663d, #3827ac, #f1663d);
}
.tp-gradient-bg:hover {
  background-position: right center;
  color: var(--tp-common-white);
}

.tp-gradient-bg-2 {
  background-image: linear-gradient(to right, #aa28d9, #4d3bbf, #aa28d9);
}
.tp-gradient-bg-2:hover {
  background-position: right center;
  color: var(--tp-common-white);
}

a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

/* transform */
:root {
  /**
  @font family declaration
  */
  --tp-ff-poppins: 'Poppins', sans-serif;
  --tp-ff-inter: 'Inter', sans-serif;
  --tp-ff-grotesk: 'Space Grotesk', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-white-2: #f5ffff;
  --tp-common-black: #242e45;
  --tp-common-black2: #04121f;
  --tp-common-black-3: #252840;
  --tp-common-black-4: #161617;
  --tp-common-blue: #000c60;
  --tp-common-blue2: #600ee4;
  --tp-common-blue-3: #424a8f;
  --tp-common-blue-4: #091542;
  --tp-common-green: #18433c;
  --tp-common-cream: #fef2ed;
  --tp-common-cream-2: #fcf2f5;
  --tp-common-pure: #faf6f3;
  --tp-common-pink: #AA28D9;
  --tp-common-yellow: #F0EC51;
  --tp-common-sky: #09B0E6;
  --tp-common-orange: #F24721;
  --tp-grey-1: #868d98;
  --tp-grey-2: #878898;
  --tp-grey-3: #f2f2f2;
  --tp-grey-4: #565764;
  --tp-grey-5: #EFF4E0;
  --tp-grey-6: #555555;
  --tp-border-1: #efeff5;
  --tp-theme-primary: #4230d3;
  --tp-theme-secondary: #ff7a41;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media (min-width: 1400px) {
  .container-1350 {
    max-width: 1350px;
  }
}
/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--tp-ff-inter);
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-grey-1);
  background: var(--tp-common-white);
  line-height: 1;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-ff-grotesk);
  color: var(--tp-common-black);
  font-weight: 700;
  line-height: 1.12;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 28px;
}

h6 {
  font-size: 22px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  margin-bottom: 15px;
  line-height: 1.62;
}

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 {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.bg-position {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  background-color: #fff;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  color: var(--tp-heading-1);
  padding-left: 26px;
  padding-right: 26px;
  border: 1px solid #E0E2E3;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #95999D;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #95999D;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 4-18 */
  color: #95999D;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #95999D;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder { /* MODERN BROWSER */
  color: #95999D;
}

textarea {
  line-height: 1.4;
  padding-top: 18px;
  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-grey-1);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--tp-grey-1);
  font-size: 14px;
  opacity: 1;
}

.cursor {
  cursor: pointer;
}

.underline-black {
  background-image: linear-gradient(#242e45, #242e45), linear-gradient(#242e45, #242e45);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.underline-black:hover {
  background-image: linear-gradient(#242e45, #242e45), linear-gradient(#242e45, #242e45);
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.underline-white {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.underline-white:hover {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  z-index: 1;
}

.z-index-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;
}

.text-right {
  text-align: right;
}

/* dropcap */
.tp-dropcap::first-letter {
  float: left;
  width: 65px;
  height: 85px;
  font-size: 90px;
  line-height: 0.8;
  font-weight: 500;
  margin-right: 5px;
  text-align: center;
  line-height: inherit;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-body);
}

.position-middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
/*---------------------------------
    1.2 custom-container-here
---------------------------------*/
@media (min-width: 1400px) {
  .container-1400 {
    max-width: 1400px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  .container-1435 {
    max-width: 1435px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@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);
  background: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/
.tp-btn-black {
  padding: 17px 39px;
  font-weight: 500;
  border-radius: 10px;
  letter-spacing: -0.02em;
  border: 2px solid transparent;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-grotesk);
  background: var(--tp-common-black);
}
.tp-btn-black:hover {
  background-color: transparent;
  color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.tp-btn-gradient {
  background-size: 200% auto;
  border-radius: 10px;
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-grotesk);
  font-weight: 500;
  color: var(--tp-common-white);
  padding: 19px 36px;
  display: inline-block;
}
.tp-btn-gradient span {
  margin-left: 3px;
  display: inline-block;
  transform: translateY(-2px);
}
.tp-btn-gradient:hover {
  color: var(--tp-common-white);
}
.tp-btn-gradient-border {
  font-family: var(--tp-ff-grotesk);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  border: 1px solid #3b4660;
  border-radius: 10px;
  padding: 14px 29px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.tp-btn-gradient-border span {
  display: inline-block;
  transform: translateY(-2px);
}
.tp-btn-gradient-border:hover {
  color: var(--tp-common-white);
  border-color: transparent;
}
.tp-btn-gradient-border:hover::before {
  background-position: right center;
  opacity: 1;
}
.tp-btn-gradient-border::before {
  background: linear-gradient(90deg, #605cfa 0%, #ff764a 100%);
  background-size: 200% auto;
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
}
.tp-btn-gradient.green-redius {
  padding: 22px 36px;
  border-radius: 30px;
}
.tp-btn-video {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  transition: 0.3s;
  background: #f6dfe0;
  color: var(--tp-theme-primary);
}
.tp-btn-video:hover {
  color: var(--tp-common-white);
  background: var(--tp-common-black);
}
.tp-btn-border {
  font-weight: 500;
  border-radius: 25px;
  padding: 16px 39px;
  display: inline-block;
  letter-spacing: -0.02em;
  border: 1px solid #d9d4d4;
  color: var(--tp-common-black2);
  font-family: var(--tp-ff-grotesk);
}
.tp-btn-border:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
}
.tp-btn-border-2 {
  color: var(--tp-common-white);
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 21px 40px;
}
@media (max-width: 767px) {
  .tp-btn-border-2 {
    padding: 15px 40px;
  }
}
.tp-btn-border-2:hover {
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  border-color: var(--tp-common-white);
}
.tp-btn-border.btn-border-60 {
  border-radius: 60px;
  padding: 21px 40px;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-btn-border.btn-border-60:hover {
  border-color: var(--tp-theme-primary);
}
.tp-btn-grey-radius {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  border-radius: 25px;
  padding: 17px 80px;
  display: inline-block;
  background: #eff4e0;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-grotesk);
}
.tp-btn-grey-radius:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-yellow);
}
.tp-btn-grey-radius.grey-light {
  color: #4d3bbf;
  background-color: #f2f2f2;
}
.tp-btn-grey-radius.grey-light:hover {
  background-color: #4D3BBF;
  color: var(--tp-common-white);
}
.tp-btn-yellow-radius {
  padding: 17px 39px;
  font-weight: 500;
  font-size: 16px;
  color: #161617;
  border-radius: 25px;
  display: inline-block;
  letter-spacing: -0.02em;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  border: 2px solid transparent;
  font-family: var(--tp-ff-grotesk);
  background: var(--tp-common-yellow);
}
.tp-btn-yellow-radius:hover {
  color: var(--tp-common-white);
  background-color: transparent;
  border-color: var(--tp-common-yellow);
}
.tp-btn-yellow-radius-lg {
  padding: 19px 41px;
  border-radius: 30px;
}
.tp-btn-yellow-radius-lg:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.tp-btn-yellow-radius.yellow-54 {
  padding: 19px 39px;
}
.tp-btn-yellow-radius.yellow-54:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.tp-btn-orange {
  padding: 25px 55px;
  font-weight: 600;
  letter-spacing: -0.02em;
  border-radius: 10px;
  font-size: 16px;
  display: inline-block;
  color: var(--tp-common-white);
  background: var(--tp-theme-secondary);
  box-shadow: 0 6px 10px 0 rgba(4, 10, 72, 0.2);
}
@media only screen and (min-width: 350px) and (max-width: 575px) {
  .tp-btn-orange {
    padding: 20px 45px;
  }
}
.tp-btn-orange:hover {
  box-shadow: none;
  transform: translateY(-3px);
  color: var(--tp-common-white);
}
.tp-btn-blue {
  padding: 17px 39px;
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
  border-radius: 25px;
  display: inline-block;
  letter-spacing: -0.02em;
  border: 2px solid transparent;
  font-family: var(--tp-ff-grotesk);
  background: var(--tp-common-blue2);
}
.tp-btn-blue:hover {
  color: var(--tp-common-blue2);
  background-color: transparent;
  border-color: var(--tp-common-blue2);
}
.tp-btn-blue.sm {
  font-size: 15px;
  padding: 11px 24px;
  border-radius: 6px;
}
.tp-btn-blue.sm:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black2);
}
.tp-btn-white {
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.tp-btn-white span {
  margin-left: 5px;
}
.tp-btn-white span svg {
  transform: translateY(-2px);
}
.tp-btn-white:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/
@keyframes tp-line-dash {
  100% {
    stroke-dashoffset: 0;
  }
}
.line-dash-path {
  stroke-dasharray: 4;
  stroke-dashoffset: 350;
  -webkit-animation: tp-line-dash 30s linear forwards infinite;
  animation: tp-line-dash 30s linear forwards infinite;
}

@-webkit-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tp-rotate-infinite {
  -webkit-animation: rotate-infinite 15s linear infinite;
  animation: rotate-infinite 15s linear infinite;
}

.box-hover {
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}
.box-hover:hover {
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}

@-webkit-keyframes tpSwing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@-moz-keyframes tpSwing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@-ms-keyframes tpSwing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@keyframes tpSwing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
.tpswing {
  animation: tpSwing 2s linear infinite alternate;
}

@-webkit-keyframes tprotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes tprotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes tprotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes tprotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tprotate {
  -webkit-animation: tprotate 2s infinite alternate;
  animation: tprotate 2s infinite alternate;
}

@keyframes upslide {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.upslide {
  animation: upslide 4s linear forwards infinite alternate;
}

@keyframes treeMove {
  0% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  75% {
    -webkit-transform: rotate(5deg) translateX(10px);
    transform: rotate(5deg) translateX(10px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(20px);
    transform: rotate(10deg) translateX(20px);
  }
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
}
.tree-move {
  animation-name: treeMove;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes tptranslateX2 {
  0% {
    transform: translateX(-30px);
  }
  to {
    transform: translateX(20px);
  }
}
.tptranslateX2 {
  animation: tptranslateX2 4s infinite alternate;
}

@keyframes bar_anim {
  0%, 100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }
  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}
@keyframes animate-pulse-2 {
  0% {
    box-shadow: 0 0 0 0 rgba(242, 71, 33, 0.6), 0 0 0 0 rgba(242, 71, 33, 0.6);
  }
  40% {
    box-shadow: 0 0 0 20px rgba(255, 109, 74, 0), 0 0 0 0 rgba(242, 71, 33, 0.6);
  }
  80% {
    box-shadow: 0 0 0 20px rgba(255, 109, 74, 0), 0 0 0 20px rgba(255, 109, 74, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 20px rgba(255, 109, 74, 0);
  }
}
.pulse-anim {
  animation: animate-pulse 3s linear infinite;
}

.pulse-anim-2 {
  animation: animate-pulse-2 3s linear infinite;
}

@keyframes tpupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes tpleftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
.preloader-layout {
  margin: auto;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99;
  background-color: var(--tp-common-black);
}

.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  margin: 25px;
  transform: rotate(45deg);
}

.loader::before {
  content: "";
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -24px;
  animation: animloader 4s ease infinite;
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  animation: animloader2 2s ease infinite;
}

@keyframes animloader {
  0% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
  }
  12% {
    box-shadow: 0 24px white, 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
  }
  25% {
    box-shadow: 0 24px white, 24px 24px white, 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
  }
  37% {
    box-shadow: 0 24px white, 24px 24px white, 24px 48px white, 0px 48px rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 0 24px white, 24px 24px white, 24px 48px white, 0px 48px white;
  }
  62% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px white, 24px 48px white, 0px 48px white;
  }
  75% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px white, 0px 48px white;
  }
  87% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px white;
  }
  100% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
  }
}
@keyframes animloader2 {
  0% {
    transform: translate(0, 0) rotateX(0) rotateY(0);
  }
  25% {
    transform: translate(100%, 0) rotateX(0) rotateY(180deg);
  }
  50% {
    transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg);
  }
  75% {
    transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg);
  }
  100% {
    transform: translate(0, 0) rotateX(0) rotateY(360deg);
  }
}
/*----------------------------------------*/
/*  2.6 Background
/*----------------------------------------*/
.grey-bg {
  background-color: var(--tp-grey-1);
}

.grey-bg-3 {
  background-color: var(--tp-grey-3);
}

.grey-bg-5 {
  background-color: var(--tp-grey-5);
}

.theme-bg {
  background-color: var(--tp-theme-1);
}

.white-bg {
  background-color: var(--tp-common-white);
}

.white-bg-2 {
  background-color: var(--tp-common-white-2);
}

.black-bg {
  background-color: var(--tp-common-black);
}

.black-bg-3 {
  background-color: var(--tp-common-black-3);
}

.cream-bg {
  background-color: var(--tp-common-cream);
}

.cream-bg-2 {
  background-color: var(--tp-common-cream-2);
}

.blue-bg {
  background-color: var(--tp-common-blue);
}

.blue-bg-2 {
  background-color: var(--tp-common-blue2);
}

.pure-white-bg {
  background-color: var(--tp-common-pure);
}

.pure-yellow-bg {
  background-color: var(--tp-common-yellow);
}

[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
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.10 Offcanvas
/*----------------------------------------*/
.offcanvas__area {
  position: fixed;
  right: 0;
  left: auto;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  background: #fff none repeat scroll 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__area::-webkit-scrollbar {
  display: none;
}
.offcanvas__area.offcanvas-opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767px) {
  .offcanvas__area {
    width: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .offcanvas__top {
    margin-bottom: 30px;
  }
}
.offcanvas__wrapper {
  min-height: 100%;
  padding: 40px 50px 40px 50px;
}
@media (max-width: 767px) {
  .offcanvas__wrapper {
    padding: 30px;
  }
}
.offcanvas__close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
}
.offcanvas__close-btn svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
  transition: all 0.3s ease-in-out;
}
.offcanvas__close-btn:hover svg {
  transform: rotate(45deg);
}
.offcanvas__contact {
  margin-bottom: 30px;
}
.offcanvas__contact-content {
  margin-bottom: 15px;
}
.offcanvas__contact-content-icon i {
  color: var(--tp-theme-primary);
  margin-right: 10px;
}
.offcanvas__contact-content-content a {
  font-size: 16px;
  color: var(--tp-common-black);
}
.offcanvas__contact-content-content a:hover {
  color: var(--tp-theme-primary);
}
.offcanvas__text p {
  color: var(--tp-common-black);
}
.offcanvas__social {
  margin-bottom: 22px;
  padding-bottom: 40px;
}
.offcanvas__social .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
}
.offcanvas__social .icon:hover {
  transform: translateY(-8px);
}
.offcanvas__title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--tp-common-black);
}

/*----------------------------------------
  Body Overlay 
-----------------------------------------*/
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: var(--tp-common-black);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.body-overlay.opened {
  opacity: 0.4;
  visibility: visible;
}
.body-overlay:hover {
  cursor: url("../img/icon/cross-out.png"), pointer;
}

/*----------------------------------------*/
/*  2.11 Breadcrumb
/*----------------------------------------*/
.tp-breadcrumb-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}
.tp-breadcrumb-bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 15, 50, 0.45);
}
.tp-breadcrumb-list {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .tp-breadcrumb-list {
    line-height: 1.5;
  }
}
.tp-breadcrumb-list span {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  color: var(--tp-common-white);
}
.tp-breadcrumb-list span:not(:last-child) {
  margin-right: 8px;
}
.tp-breadcrumb-list span a {
  color: rgba(255, 255, 255, 0.7);
}
.tp-breadcrumb-list span a:hover {
  color: var(--tp-common-white);
}
.tp-breadcrumb-title {
  font-size: 70px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  letter-spacing: -2.8px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-breadcrumb-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-breadcrumb-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-breadcrumb-title {
    font-size: 45px;
  }
}
.tp-breadcrumb-subtitle {
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-theme-primary);
  line-height: 1.11;
  margin-bottom: 15px;
  display: inline-block;
  letter-spacing: -0.02em;
}
.tp-breadcrumb-2-ptb {
  background-size: cover;
  background-repeat: no-repeat;
}
.tp-breadcrumb-2-shape-1 {
  position: absolute;
  bottom: 130px;
  left: 196px;
  animation: tpleftright 1s infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-breadcrumb-2-shape-1 {
    left: 140px;
    bottom: 95px;
  }
}
@media (max-width: 767px) {
  .tp-breadcrumb-2-shape-1 {
    display: none;
  }
}
.tp-breadcrumb-2-shape-2 {
  position: absolute;
  top: 160px;
  right: 122px;
  animation: tpupdown 1s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-breadcrumb-2-shape-2 {
    top: 95px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-breadcrumb-2-shape-2 {
    right: 85px;
    top: 90px;
  }
}
@media (max-width: 767px) {
  .tp-breadcrumb-2-shape-2 {
    display: none;
  }
}
.tp-breadcrumb-2-bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: linear-gradient(173deg, var(--tp-theme-primary) -16.2%, #3F2BE1 101.3%);
}
.tp-breadcrumb-2-content .tp-breadcrumb-title {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .tp-breadcrumb-2-content .tp-breadcrumb-title br {
    display: none;
  }
}
.tp-breadcrumb-2-content .tp-breadcrumb-list a {
  color: var(--tp-common-white);
}
.tp-breadcrumb-2-content .tp-breadcrumb-list span {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
.tp-breadcrumb-2-content .tp-breadcrumb-list .dvdr {
  height: 3px;
  width: 3px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-3px);
  background-color: var(--tp-common-white);
}
.tp-breadcrumb-3-bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: linear-gradient(173deg, var(--tp-theme-primary) -16.2%, rgba(141, 29, 0, 0.8) 101.3%);
}
.tp-breadcrumb-4-bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(6, 0, 50, 0.65);
}
.tp-breadcrumb-banner {
  z-index: 5;
  position: relative;
  margin-top: -190px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .tp-breadcrumb-banner {
    margin-top: -177px;
  }
}
.tp-breadcrumb-banner-img img {
  width: 100%;
  border-radius: 10px;
}
.tp-breadcrumb-5-ptb {
  padding-top: 270px;
  padding-bottom: 300px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-breadcrumb-5-ptb {
    padding-top: 220px;
    padding-bottom: 270px;
  }
}
@media (max-width: 767px) {
  .tp-breadcrumb-5-ptb {
    padding-top: 160px;
    padding-bottom: 200px;
  }
}
.tp-breadcrumb-6-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.tp-breadcrumb-6-ptb {
  padding-top: 225px;
  padding-bottom: 185px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-breadcrumb-6-ptb {
    padding-top: 130px;
  }
}
@media (max-width: 767px) {
  .tp-breadcrumb-6-ptb {
    padding-top: 100px;
    padding-bottom: 0px;
  }
}
.tp-breadcrumb-client h4 {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
  color: var(--tp-theme-primary);
  margin-bottom: 0;
  letter-spacing: -0.04em;
}
.tp-breadcrumb-client h4 i {
  font-style: normal;
}
.tp-breadcrumb-client span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #555;
  margin-bottom: 20px;
  letter-spacing: -0.04em;
}
.tp-breadcrumb-portfolio-ptb {
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 345px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-breadcrumb-portfolio-ptb {
    padding-top: 200px;
    padding-bottom: 300px;
  }
}
@media (max-width: 767px) {
  .tp-breadcrumb-portfolio-ptb {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}

/*----------------------------------------*/
/*  2.12 Accordion
/*----------------------------------------*/
.tp-faq-wrapper {
  padding-left: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-faq-wrapper {
    padding-left: 0;
  }
}
.tp-faq-accordion .accordion-items {
  border-bottom: 1px solid rgba(25, 25, 26, 0.1);
  position: relative;
}
.tp-faq-accordion .accordion-header {
  font-size: inherit;
}
.tp-faq-accordion .accordion-header .accordion-buttons {
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  padding: 37px 30px 37px 0px;
  color: var(--tp-common-black);
  position: relative;
}
.tp-faq-accordion .accordion-header .accordion-buttons:not(.collapsed) {
  color: var(--tp-theme-primary);
}
.tp-faq-accordion .accordion-header .accordion-buttons:not(.collapsed) .accordion-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.tp-faq-accordion .accordion-header .accordion-buttons .accordion-icon {
  position: absolute;
  top: 50%;
  right: 0;
}
.tp-faq-accordion .accordion-header .accordion-buttons .accordion-icon::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 15px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #525258;
  border-radius: 2px;
  transition: 0.4s;
}
.tp-faq-accordion .accordion-header .accordion-buttons .accordion-icon::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #525258;
  border-radius: 2px;
}
.tp-faq-accordion .accordion-header span {
  margin-right: 20px;
}
.tp-faq-accordion .accordion-body {
  padding: 0;
  padding-bottom: 35px;
  padding-right: 80px;
}
@media (max-width: 767px) {
  .tp-faq-accordion .accordion-body {
    padding-right: 0;
  }
}
.tp-faq-accordion .accordion-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #55585b;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tp-faq-accordion .accordion-body p {
    font-size: 15px;
  }
}

/*----------------------------------------*/
/*  2.13 Tab
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.14 Modal
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/
.tp-section-title {
  letter-spacing: -0.04em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .tp-section-title {
    font-size: 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-section-title br {
    display: none;
  }
}
.tp-section-title.color-white {
  color: var(--tp-common-white);
}
.tp-section-title.pure-blue {
  color: var(--tp-common-blue);
}
.tp-section-title.ls-6 {
  letter-spacing: -0.06em;
}
.tp-section-subtitle {
  line-height: 1.11;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  color: var(--tp-theme-primary);
  font-family: var(--tp-ff-grotesk);
}
.tp-section-subtitle.color-gray {
  color: #69696e;
}
.tp-section-subtitle.color-sky {
  color: var(--tp-common-sky);
}
.tp-section-subtitle.color-yellow {
  color: var(--tp-common-yellow);
}
.tp-section-subtitle.color-pink {
  color: var(--tp-common-pink);
}
.tp-section-subtitle.gradiant-subtitle {
  background: linear-gradient(90deg, #aa28d9 0%, #4d3bbf 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tp-section-subtitle.color-orange {
  color: var(--tp-common-orange);
}
.tp-section-para {
  font-size: 18px;
}
.tp-section-para.pure-blue-2 {
  color: #424a8f;
  font-size: 16px;
  line-height: 1.87;
}

/*----------------------------------------*/
/*  2.16 Search css start
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.19 Magic Cursor css start
/*----------------------------------------*/
/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.tp-header-number {
  font-family: var(--tp-ff-grotesk);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-header-number:hover {
  color: var(--tp-theme-primary);
}
.tp-header-contact-title {
  font-size: 13px;
  font-weight: 500;
  color: var(--tp-grey-2);
  font-family: var(--tp-ff-grotesk);
  display: block;
}
.tp-header-transparent {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 auto;
  z-index: 13;
  width: 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-header-hight {
    padding: 15px 0;
  }
}
.tp-header-discount p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
}
.tp-header-discount p span {
  font-weight: 500;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-right-btn {
    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-header-right-btn {
    margin-right: 20px;
    margin-left: 0;
  }
}
.tp-header-right .tp-header-inner-btn .tp-btn-gradient {
  padding: 17px 38px;
  border-radius: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-right .tp-header-inner-btn {
    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-header-right .tp-header-inner-btn {
    margin-right: 20px;
    margin-left: 0;
  }
}
.tp-header-2-top {
  padding: 17px 0px;
}
.tp-header-2-right {
  display: flex;
  align-items: center;
  justify-content: end;
}
.tp-header-2-social {
  padding: 4px 0px 4px 22px;
  border-left: 1px solid rgba(186, 186, 186, 0.3);
  margin-left: 22px;
}
.tp-header-2-social a {
  font-size: 16px;
  color: #7B8187;
}
.tp-header-2-social a:not(:last-child) {
  margin-right: 12px;
}
.tp-header-2-social a:hover {
  color: var(--tp-common-yellow);
}
.tp-header-2-social a:hover svg {
  fill: var(--tp-common-yellow);
}
.tp-header-2-social a svg {
  width: 16px;
  fill: #7B8187;
  transform: translateY(-2px);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-header-2-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 100px;
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px 0 #173f39;
  background: rgba(255, 255, 255, 0.02);
  margin-left: -15px;
  margin-right: -15px;
  padding: 0px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-2-wrapper {
    padding: 10px 10px;
  }
}
@media (max-width: 767px) {
  .tp-header-2-wrapper {
    padding: 10px 10px;
    margin-left: 0;
    margin-right: 0;
  }
}
.tp-header-lang {
  padding: 4px 28px;
  padding-right: 0;
  position: relative;
  z-index: 99;
  display: inline-block;
}
.tp-header-lang-selected {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  position: relative;
  padding-right: 15px;
  cursor: pointer;
}
.tp-header-lang-selected::after {
  position: absolute;
  content: "\f107";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--tp-common-white);
  font-size: 14px;
  font-family: var(--tp-ff-fontawesome);
}
.tp-header-lang-list {
  position: absolute;
  top: 120%;
  right: 0;
  background-color: var(--tp-common-white);
  z-index: 11;
  padding: 15px 15px;
  min-width: 100px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-header-lang-list li {
  list-style: none;
  color: var(--tp-common-black);
  text-align: left;
  list-style: none;
  font-weight: 400;
  font-size: 14px;
}
.tp-header-lang-list li:not(:last-child) {
  margin-bottom: 10px;
}
.tp-header-lang-list.tp-lang-list-open {
  visibility: visible;
  opacity: 1;
  top: 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-header-3-search {
    display: none;
  }
}
.tp-header-3-search-input {
  position: relative;
}
.tp-header-3-search-input.active::before {
  width: 100%;
  transition-delay: 0.3s;
}
.tp-header-3-search-input.active input {
  width: 230px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-3-search-input.active input {
    width: 150px;
  }
}
.tp-header-3-search-input input {
  padding: 0px 28px;
  padding-right: 0;
  height: 44px;
  width: 80px;
  border: 0;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.02em;
  background-color: transparent;
  color: #424a8f;
}
.tp-header-3-search-input input::placeholder {
  color: #424a8f;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.02em;
}
.tp-header-3-search-input::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition-delay: 0s;
  transition: width 0.3s ease;
  background-color: var(--tp-common-black);
}
.tp-header-3-search-icon {
  position: absolute;
  left: 0;
  top: 48%;
  transform: translateY(-50%);
}
.tp-header-3-search-icon span {
  color: var(--tp-common-black);
}
.tp-header-3-search.home-5 .tp-header-3-search-input.active input {
  width: 200px;
  color: var(--tp-common-white);
}
.tp-header-3-search.home-5 .tp-header-3-search-input.active input::placeholder {
  color: var(--tp-common-white);
}
.tp-header-3-search.home-5 .tp-header-3-search-input input {
  color: var(--tp-common-white);
}
.tp-header-3-search.home-5 .tp-header-3-search-input input::placeholder {
  color: var(--tp-common-white);
}
.tp-header-3-search.home-5 .tp-header-3-search-input::before {
  background-color: var(--tp-common-white);
}
.tp-header-3-search.home-5 .tp-header-3-search-icon span {
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-3-btn {
    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-header-3-btn {
    margin-left: 0;
    margin-right: 20px;
  }
}
.tp-header-4-border {
  border-bottom: 1px solid rgba(9, 21, 66, 0.2);
}
.tp-header-5-search span {
  color: var(--tp-common-white);
  cursor: pointer;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-header-5-search span:hover {
  color: var(--tp-common-sky);
}
.tp-header-5-search.tp-header-4-search span {
  color: var(--tp-common-blue-4);
}
.tp-header-5-border {
  border-bottom: 1px solid #2f324b;
}
.tp-header-5-menu-bar {
  line-height: 0;
}
.tp-header-5-menu-bar button span {
  height: 2px;
  width: 36px;
  background-color: var(--tp-common-white);
  display: block;
  margin: 8px auto;
}
.tp-header-5-menu-bar button:hover span {
  animation: bar_anim 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.tp-header-5-menu-bar button:hover span:nth-child(2) {
  animation-delay: 0.1s;
}
.tp-header-5-menu-bar.tp-header-4-menu-bar button span {
  background-color: var(--tp-common-blue-4);
}
.tp-header-5-dvdr {
  width: 1px;
  height: 30px;
  margin: 0 30px;
  flex: 0 0 auto;
  display: inline-block;
  background: var(--tp-common-white);
}
.tp-header-5-dvdr.tp-header-4-dvdr {
  background-color: var(--tp-common-blue-4);
}
@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-5-dvdr.tp-header-4-dvdr {
    display: none;
  }
}
.tp-header-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-header-inner .tp-main-menu-5.main-menu-4 > nav > ul > li > a {
  color: var(--tp-common-white);
}
.tp-header-inner .tp-header-3-search-input input {
  color: var(--tp-common-white);
}
.tp-header-inner .tp-header-3-search-input input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.tp-header-inner .tp-header-3-search-input::before {
  background-color: var(--tp-common-white);
}
.tp-header-inner .tp-header-3-search-icon span {
  color: var(--tp-common-white);
}
.tp-header-inner-btn .tp-btn-white {
  font-weight: 500;
  padding: 17px 33px;
  border-radius: 30px;
  letter-spacing: -0.32px;
  border: 1.5px solid transparent;
  font-family: var(--tp-ff-grotesk);
}
.tp-header-inner-btn .tp-btn-white:hover {
  color: var(--tp-common-white);
  background-color: transparent;
  border-color: var(--tp-common-white);
}
.tp-header-inner .tp-header-5-menu-bar.tp-header-4-menu-bar button span {
  background-color: var(--tp-common-white);
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 999;
  visibility: visible;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
.header-sticky::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  z-index: -1;
}
.header-sticky .tp-main-menu > nav > ul > li > a {
  padding: 25px 0px;
}
.header-sticky .tp-header-2-wrapper {
  background-color: rgba(24, 67, 60, 0.9);
  box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
}
.header-sticky.tp-header-4-border {
  border-bottom: 1px solid transparent;
}
.header-sticky.tp-header-inner {
  background-color: var(--tp-common-black);
  border-color: transparent;
}
.header-sticky.tp-header-5-border {
  background-color: rgba(36, 46, 69, 0.92);
}

.tp-header-2-bottom.header-sticky {
  box-shadow: none;
  background-color: transparent;
}
.tp-header-2-bottom.header-sticky::after {
  display: none;
}

/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
.tp-main-menu > nav > ul {
  margin-left: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-main-menu > nav > ul {
    margin-left: 0;
  }
}
.tp-main-menu > nav > ul > li {
  margin: 0 17px;
  list-style: none;
  position: relative;
  display: inline-block;
}
.tp-main-menu > nav > ul > li.p-static {
  position: static;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-main-menu > nav > ul > li {
    margin: 0 10px;
  }
}
.tp-main-menu > nav > ul > li:hover > a {
  color: var(--tp-theme-primary);
}
.tp-main-menu > nav > ul > li > a {
  font-weight: 500;
  padding: 32px 0px;
  display: inline-block;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-grotesk);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-main-menu-content {
    margin-left: 0;
  }
}
.tp-main-menu-2 > nav > ul > li {
  margin: 0 18px;
}
.tp-main-menu-2 > nav > ul > li > a {
  margin-right: 0;
  color: var(--tp-common-white);
  padding: 27px 0px;
}
.tp-main-menu-2 > nav > ul > li:hover > a {
  color: var(--tp-common-yellow);
}
.tp-main-menu-5 {
  display: flex;
  justify-content: center;
  margin-right: 0;
}
.tp-main-menu-5 > nav > ul > li > a {
  margin-right: 0;
  color: var(--tp-common-white);
  padding: 27px 0px;
}
.tp-main-menu-5 > nav > ul > li:hover > a {
  color: var(--tp-common-sky);
}
.tp-main-menu-5.main-menu-4 > nav > ul {
  margin-left: 0;
}
.tp-main-menu-5.main-menu-4 > nav > ul > li > a {
  color: var(--tp-common-blue-4);
}
.tp-main-menu-5.main-menu-4 > nav > ul > li:hover > a {
  color: var(--tp-common-orange);
}

/*----------------------------------------*/
/*  4.3 Mobilemenu css
/*----------------------------------------*/
.tp-offcanvas-menu {
  margin-bottom: 40px;
}
.tp-offcanvas-menu ul {
  list-style: none;
}
.tp-offcanvas-menu ul li {
  position: relative;
}
.tp-offcanvas-menu ul li > a {
  padding: 15px 0;
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.tp-offcanvas-menu ul li:not(:last-child) > a {
  border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}
.tp-offcanvas-menu ul li.active > a {
  color: var(--tp-theme-primary);
}
.tp-offcanvas-menu ul li.active > .tp-menu-close {
  color: var(--tp-common-white);
  background: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.tp-offcanvas-menu ul li.active > .tp-menu-close i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-offcanvas-menu ul li .tp-submenu {
  display: none;
  padding-left: 20px;
}
.tp-offcanvas-menu .tp-mega-menu {
  padding: 0;
  padding-top: 30px;
  box-shadow: none;
  transform: inherit;
}

.tp-menu-close {
  position: absolute;
  right: 0;
  top: 6px;
  height: 30px;
  width: 30px;
  font-size: 12px;
  line-height: 29px;
  text-align: center;
  border: 1px solid rgba(1, 15, 28, 0.12);
}
.tp-menu-close i {
  transition: all 0.3s;
}

.tp-mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  width: 1200px;
  z-index: 99;
  margin: 0 auto;
  background: #fff;
  visibility: hidden;
  transform-origin: top;
  transition: 0.4s;
  transition-duration: 0.1s;
  padding: 30px 30px 10px 30px;
  transform: perspective(300px) rotateX(-18deg);
  box-shadow: 0px 10px 30px 0px rgba(25, 25, 26, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-mega-menu {
    width: 1110px;
  }
}
@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-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
  }
}

.tp-mega-menu-wrap .homemenu {
  position: relative;
}
.tp-mega-menu-wrap .homemenu .homemenu-thumb {
  position: relative;
  margin-bottom: 5px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.tp-mega-menu-wrap .homemenu .homemenu-thumb img {
  width: 100%;
}
.tp-mega-menu-wrap .homemenu .homemenu-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(38, 34, 33, 0.3);
  transition: all 0.3s 0s ease-out;
  opacity: 0;
}
.tp-mega-menu-wrap .homemenu:hover .homemenu-btn {
  opacity: 1;
  transform: translateY(-40%);
}
.tp-mega-menu-wrap .homemenu:hover .homemenu-thumb::before {
  opacity: 1;
}
.tp-mega-menu-wrap .homemenu-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-20%);
  transition: all 0.3s 0s ease-out;
  opacity: 0;
}
.tp-mega-menu-wrap .homemenu-title a {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  background-image: linear-gradient(var(--tp-theme-primary), var(--tp-theme-primary)), linear-gradient(var(--tp-theme-primary), var(--tp-theme-primary));
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--tp-common-black);
}
.tp-mega-menu-wrap .homemenu-title a:hover {
  background-image: linear-gradient(var(--tp-theme-primary), var(--tp-theme-primary)), linear-gradient(var(--tp-theme-primary), var(--tp-theme-primary));
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  color: var(--tp-theme-primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------------------------------*/
/*  4.2 dropdown css
/*----------------------------------------*/
.tp-main-menu > nav > ul li .submenu {
  position: absolute;
  width: 240px;
  z-index: 999;
  padding: 35px 0px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  text-align: left;
  margin-left: 0;
  transform-origin: top;
  transition-duration: 0.1s;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(25, 25, 26, 0.1);
  transform: perspective(300px) rotateX(-18deg);
}
.tp-main-menu > nav > ul li .submenu li {
  display: block;
  margin: 0;
  padding: 0 28px;
  position: relative;
}
.tp-main-menu > nav > ul li .submenu li:not(:last-child) {
  margin-bottom: 13px;
}
.tp-main-menu > nav > ul li .submenu li:hover > a {
  padding-left: 25px;
  color: var(--tp-theme-primary);
}
.tp-main-menu > nav > ul li .submenu li:hover > a::before {
  width: 20px;
  visibility: visible;
  opacity: 1;
}
.tp-main-menu > nav > ul li .submenu li a {
  padding: 0;
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  position: relative;
  transition: all 0.5s ease;
  text-transform: capitalize;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-grotesk);
}
.tp-main-menu > nav > ul li .submenu li a:hover {
  color: var(--tp-theme-primary);
}
.tp-main-menu > nav > ul li .submenu li a::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  height: 2px;
  width: 0px;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  background-color: var(--tp-theme-primary);
}
.tp-main-menu > nav > ul li .submenu li .submenu {
  left: 100%;
  top: 0;
}
.tp-main-menu > nav > ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.2s;
  transform: perspective(300px) rotateX(0deg);
}
.tp-main-menu > nav > ul li:hover > .tp-mega-menu {
  opacity: 1;
  visibility: visible;
  transform: perspective(300px) rotateX(0deg);
}
.tp-main-menu-2 nav ul li .submenu li > a {
  margin-left: 0;
  color: var(--tp-common-black);
}
.tp-main-menu-2 nav ul li .submenu li > a:hover {
  color: var(--tp-theme-primary);
}
.tp-main-menu-5 nav ul li .submenu li:hover > a {
  color: var(--tp-common-sky);
}
.tp-main-menu-5 nav ul li .submenu li a::before {
  background: var(--tp-common-sky);
}
.tp-main-menu-5 nav ul li .submenu li > a {
  margin-left: 0;
  color: var(--tp-common-black);
}
.tp-main-menu-5 nav ul li .submenu li > a:hover {
  color: var(--tp-common-sky);
}
.tp-main-menu-5.main-menu-4 nav ul li .submenu li:hover > a {
  color: var(--tp-common-orange);
}
.tp-main-menu-5.main-menu-4 nav ul li .submenu li a::before {
  background: var(--tp-common-orange);
}
.tp-main-menu-5.main-menu-4 nav ul li .submenu li > a {
  margin-left: 0;
  color: var(--tp-common-black);
}
.tp-main-menu-5.main-menu-4 nav ul li .submenu li > a:hover {
  color: var(--tp-common-orange);
}

/*----------------------------------------*/
/*  5.2 Postbox css
/*----------------------------------------*/
.postbox-wrapper {
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .postbox-wrapper {
    margin-right: 0;
  }
}
.postbox-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.04em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .postbox-title {
    font-size: 30px;
  }
}
.postbox-title a:hover {
  color: var(--tp-common-blue2);
}
.postbox-author-title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 5px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.postbox-author-thumb {
  flex: 0 0 auto;
  margin-right: 11px;
}
.postbox-author-thumb img {
  width: 44px;
  border-radius: 50%;
}
.postbox-author-position {
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  color: #878898;
}
.postbox-meta {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #4d5051;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.postbox-meta span {
  margin-right: 5px;
  display: inline-block;
}
.postbox-meta span svg {
  transform: translateY(-1px);
}
.postbox-meta a {
  padding: 7px 20px;
  margin-right: 14px;
  border-radius: 20px;
  display: inline-block;
  border: 1px solid #e6e6e6;
}
.postbox-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #878898;
  margin-bottom: 30px;
}
.postbox-thumb {
  margin-bottom: 35px;
  border-radius: 10px;
}
.postbox-thumb img {
  width: 100%;
  border-radius: 10px;
}
.postbox-thumb-gradient {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .postbox-thumb-gradient {
    margin-bottom: 0;
  }
}
.postbox-thumb-gradient::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(12, 14, 19, 0) 0%, rgba(12, 14, 19, 0.8) 100%);
}
.postbox-thumb-wrap .postbox-category {
  padding-bottom: 20px;
}
.postbox-category {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
}
@media (max-width: 767px) {
  .postbox-category {
    position: static;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.postbox-category a {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
  padding: 8px 14px;
  display: inline-block;
  text-transform: uppercase;
  background-color: var(--tp-theme-primary);
}
.postbox-category a:not(:last-child) {
  margin-right: 4px;
}
.postbox-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.postbox-play-btn a {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--tp-common-white);
  animation: animate-pulse 3s linear infinite;
}
.postbox-slider-item {
  position: relative;
}
.postbox-slider-item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 10px;
  background: rgba(12, 14, 19, 0.2);
}
.postbox-slider-arrow button {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: 2;
  transform: translateY(-50%);
  color: var(--tp-common-white);
}
.postbox-slider-arrow button.postbox-arrow-next {
  left: auto;
  right: 40px;
}
@media (max-width: 767px) {
  .postbox-link-post {
    flex-wrap: wrap;
  }
}
.postbox-link-bg {
  border: none;
  padding: 0;
  padding: 35px 55px;
  border-radius: 10px;
  background-color: #eceff5;
}
@media (max-width: 767px) {
  .postbox-link-bg {
    padding: 35px 35px;
  }
}
.postbox-link-bg.space-bottom {
  padding-bottom: 25px;
}
.postbox-link-icon {
  margin-right: 28px;
  transform: translateY(10px);
}
@media (max-width: 767px) {
  .postbox-link-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.postbox-link-paragraph p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.47;
  padding-bottom: 20px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .postbox-link-paragraph p {
    font-size: 25px;
  }
}
.postbox-link-author span {
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
  margin-right: 10px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  position: relative;
}
.postbox-link-author span::after {
  position: absolute;
  top: 12px;
  right: -3px;
  height: 4px;
  width: 4px;
  content: "";
  border-radius: 50%;
  background-color: rgba(20, 24, 32, 0.5);
}
.postbox-link-author i {
  font-weight: 400;
  font-size: 14px;
  color: #525356;
  font-style: normal;
}
.postbox-blockquote .postbox-link-paragraph p {
  padding-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-blockquote .postbox-link-paragraph p {
    padding-right: 0;
  }
}
.postbox-details-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.postbox-details-list-item span {
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin-right: 12px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #fcf2f5;
}
.postbox-details-list-item p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;
  color: #242e45;
}
.postbox-details-content p {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.65;
  color: #878898;
}
.postbox-details-wrapper {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .postbox-details-wrapper {
    margin-right: 0;
  }
}
.postbox-details-thumb-sm img {
  max-width: 100%;
  border-radius: 10px;
}
.postbox-details-author-box {
  background-color: #eceff5;
  border-radius: 14px;
  padding: 50px 45px;
}
@media (max-width: 767px) {
  .postbox-details-author-box {
    flex-wrap: wrap;
    padding: 40px 30px;
  }
}
.postbox-details-author-avatar {
  flex: 0 0 auto;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .postbox-details-author-avatar {
    margin-bottom: 20px;
  }
}
.postbox-details-author-avatar img {
  width: 70px;
  height: 70px;
  flex: 0 0 auto;
  border-radius: 50%;
}
.postbox-details-author-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  color: #202124;
}
.postbox-details-author-social a {
  height: 36px;
  width: 36px;
  border-radius: 10px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  font-size: 14px;
  margin-right: 6px;
  transition: 0.3s;
  color: var(--tp-common-black);
  border: 1px solid #b0b0b0;
}
.postbox-details-author-social a:hover {
  border-color: var(--tp-theme-primary);
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.postbox-details-form-title {
  font-weight: 800;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.postbox-details-form p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.86;
  color: #525356;
  margin-bottom: 30px;
}
.postbox-details-input-box {
  line-height: 1;
}
.postbox-details-input input, .postbox-details-input textarea {
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-black);
  border: 1px solid rgba(1, 17, 22, 0.16);
}
.postbox-details-input input::-webkit-input-placeholder, .postbox-details-input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 500;
  font-size: 14px;
  color: #848788;
  letter-spacing: -0.02em;
}
.postbox-details-input input::-moz-placeholder, .postbox-details-input textarea::-moz-placeholder { /* Firefox 19+ */
  font-weight: 500;
  font-size: 14px;
  color: #848788;
  letter-spacing: -0.02em;
}
.postbox-details-input input:-moz-placeholder, .postbox-details-input textarea:-moz-placeholder { /* Firefox 4-18 */
  font-weight: 500;
  font-size: 14px;
  color: #848788;
  letter-spacing: -0.02em;
}
.postbox-details-input input:-ms-input-placeholder, .postbox-details-input textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  font-weight: 500;
  font-size: 14px;
  color: #848788;
  letter-spacing: -0.02em;
}
.postbox-details-input input::placeholder, .postbox-details-input textarea::placeholder { /* MODERN BROWSER */
  font-weight: 500;
  font-size: 14px;
  color: #848788;
  letter-spacing: -0.02em;
}
.postbox-details-input input:focus, .postbox-details-input textarea:focus {
  border-color: var(--tp-theme-primary);
}
.postbox-details-input textarea {
  height: 160px;
  resize: none;
}
.postbox-details-remeber input {
  display: none;
}
.postbox-details-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.postbox-details-remeber label {
  position: relative;
  padding-left: 26px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  z-index: 1;
  color: #4d5051;
  letter-spacing: -0.02em;
}
.postbox-details-remeber label::after {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  z-index: -1;
  transition: 0.3s;
  line-height: 16px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #a1a5a7;
}
.postbox-details-remeber label::before {
  position: absolute;
  content: url("../img/blog/blog-details/svg/check.svg");
  top: -2px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-black);
  transition: 0.3s;
}
.postbox-details-remeber label:hover {
  cursor: pointer;
}
.postbox-comment ul li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  list-style: none;
  border-bottom: 1px solid var(--tp-border-1);
}
.postbox-comment ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.postbox-comment ul li.children {
  margin-left: 100px;
}
@media (max-width: 767px) {
  .postbox-comment ul li.children {
    margin-left: 0px;
  }
}
.postbox-comment ul-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--tp-common-black);
  margin-bottom: 40px;
  margin-right: 20px;
}
.postbox-comment-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #202124;
  margin-bottom: 40px;
}
.postbox-comment-avater img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.postbox-comment-name {
  margin-bottom: 5px;
}
.postbox-comment-name h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--tp-common-black);
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.postbox-comment-name h5::after {
  content: "";
  height: 4px;
  width: 4px;
  background-color: var(--tp-common-black);
  display: inline-block;
  position: absolute;
  right: -1px;
  bottom: 4px;
}
.postbox-comment-name span {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #888888;
}
@media (max-width: 767px) {
  .postbox-comment-text {
    margin-left: 0;
    margin-top: 15px;
  }
}
.postbox-comment-text p {
  font-size: 16px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-comment-text p {
    font-size: 15px;
  }
  .postbox-comment-text p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .postbox-comment-text p br {
    display: none;
  }
}
.postbox-comment-reply {
  margin-top: 10px;
}
.postbox-comment-reply a {
  display: inline-block;
  height: 30px;
  line-height: 27px;
  padding: 0 18px;
  font-weight: 500;
  font-size: 13px;
  color: #202124;
  border: 1px solid #F0F0F0;
  border-radius: 20px;
  transition: 0.3s;
}
.postbox-comment-reply a:hover {
  color: var(--tp-common-white);
  background: var(--tp-common-blue-4);
  border-color: var(--tp-common-blue-4);
}
.postbox-comment-reply a:hover svg {
  color: var(--tp-common-white);
}
.postbox-comment-reply a svg {
  transform: translateY(-2px);
  margin-right: 6px;
  color: #202124;
  transition: 0.3s;
}

.related-post-title {
  font-weight: 800;
  font-size: 34px;
  line-height: 1.53;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}

.basic-pagination {
  margin-bottom: 40px;
}
.basic-pagination ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .basic-pagination ul li {
    margin-right: 5px;
  }
}
.basic-pagination ul li:hover a {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.basic-pagination ul li > a {
  height: 40px;
  width: 40px;
  line-height: 39px;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-black);
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(10, 11, 15, 0.1);
}
.basic-pagination ul li .current {
  height: 40px;
  width: 40px;
  line-height: 39px;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-white);
  transition: all 0.3s ease-in-out;
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.basic-pagination-label span {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.33;
  color: #525356;
  display: inline-block;
}
@media (max-width: 767px) {
  .basic-pagination-label span {
    margin-bottom: 15px;
  }
}

/*----------------------------------------*/
/*  5.3 Recent Post css
/*----------------------------------------*/
.rc-post:not(:last-child) {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e9;
}
.rc-post-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
  color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .rc-post-title br {
    display: none;
  }
}
.rc-post-title a:hover {
  color: var(--tp-common-blue2);
}
.rc-post-thumb img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  margin-right: 25px;
  border-radius: 6px;
}
.rc-meta span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #8e8f92;
  position: relative;
  display: inline-block;
}
.rc-meta span:first-child {
  padding-right: 8px;
  margin-right: 8px;
}
.rc-meta span:first-child::after {
  position: absolute;
  content: "";
  top: 5px;
  right: -2px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  display: inline-block;
  background-color: #8e8f92;
}
.rc-category a {
  font-weight: 800;
  font-size: 11px;
  border-radius: 4px;
  padding: 9px 10px;
  color: #525356;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #e6eed9;
}

/*----------------------------------------*/
/*  5.4 Sidebar css
/*----------------------------------------*/
.sidebar-widget-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 25px;
  color: var(--tp-common-black);
}
.sidebar-widget ul li {
  list-style: none;
  margin-bottom: 18px;
}
.sidebar-widget ul li:last-child {
  margin-bottom: 0;
}
.sidebar-widget ul li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: #4d5051;
}
.sidebar-widget ul li a:hover {
  color: var(--tp-common-blue2);
}
.sidebar-border-bottom {
  border-bottom: 1px solid #e8e8e9;
}
.sidebar-content-title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  margin-bottom: 6px;
}
.sidebar-content-designation {
  font-weight: 400;
  font-size: 14px;
  color: #727A7D;
  display: block;
  margin-bottom: 13px;
}
.sidebar-content p {
  font-size: 16px;
  color: #838383;
  margin-bottom: 27px;
}
.sidebar-content-social a {
  height: 37px;
  width: 42px;
  line-height: 37px;
  text-align: center;
  display: inline-block;
  border: 1px solid #E8E8E8;
  margin-right: 12px;
}
.sidebar-content-social a i {
  transition: 0.3s;
}
.sidebar-content-social a:hover {
  border: 1px solid var(--tp-theme-1);
  background-color: var(--tp-theme-1);
}
.sidebar-content-social a:hover i {
  color: var(--tp-common-white);
}
.sidebar-search {
  position: relative;
}
.sidebar-search input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  border-radius: 6px;
  padding-right: 50px;
  background: #eef0f5;
  border: 1px solid transparent;
}
.sidebar-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 400;
  font-size: 15px;
  color: #8e8f92;
}
.sidebar-search input::-moz-placeholder { /* Firefox 19+ */
  font-weight: 400;
  font-size: 15px;
  color: #8e8f92;
}
.sidebar-search input:-moz-placeholder { /* Firefox 4-18 */
  font-weight: 400;
  font-size: 15px;
  color: #8e8f92;
}
.sidebar-search input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-weight: 400;
  font-size: 15px;
  color: #8e8f92;
}
.sidebar-search input::placeholder { /* MODERN BROWSER */
  font-weight: 400;
  font-size: 15px;
  color: #8e8f92;
}
.sidebar-search input:focus {
  background-color: transparent;
  border: 1px solid var(--tp-theme-primary);
}
.sidebar-search button {
  position: absolute;
  top: 0;
  right: 25px;
  height: 100%;
  line-height: 60px;
  color: var(--tp-common-black);
}

.tagcloud a {
  border-radius: 4px;
  padding: 10px 18px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #525356;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #eef0f5;
}
@media (max-width: 767px) {
  .tagcloud a {
    padding: 10px 14px;
  }
}
.tagcloud a:not(:last-child) {
  margin-right: 5px;
}
.tagcloud a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
}
.tagcloud span {
  font-weight: 600;
  font-size: 16px;
  line-height: 12px;
  color: #202124;
  margin-right: 8px;
}

/*----------------------------------------*/
/*  5.1 Blog css
/*----------------------------------------*/
.tp-blog-thumb {
  border-radius: 30px;
}
.tp-blog-thumb img {
  border-radius: 30px;
  transition: 0.9s;
}
.tp-blog-meta {
  margin-bottom: 20px;
}
.tp-blog-meta span {
  font-weight: 500;
  font-size: 15px;
  color: #878898;
  position: relative;
}
.tp-blog-meta span:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
  color: var(--tp-theme-primary);
}
.tp-blog-meta span:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 20px;
  background: rgba(4, 18, 31, 0.2);
}
.tp-blog-content p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #878898;
  letter-spacing: -0.01em;
}
.tp-blog-item .tp-blog-2-author-info h4 i {
  font-style: normal;
  color: #878898;
  font-weight: 400;
}
.tp-blog-item .tp-blog-3-title {
  color: var(--tp-common-black);
}
.tp-blog-item:hover .tp-blog-thumb img {
  transform: scale(1.1) rotate(-2deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-2-ptb {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .tp-blog-2-ptb {
    padding-top: 80px;
  }
}
.tp-blog-2-category {
  margin-bottom: 15px;
}
.tp-blog-2-category a {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #69696e;
  border-radius: 4px;
  padding: 6px 10px;
  display: inline-block;
  border: 1px solid rgba(12, 19, 56, 0.1);
}
.tp-blog-2-item {
  padding: 25px;
  padding-bottom: 40px;
  border-radius: 20px;
  transition: all 0.3s;
  border: 1px solid rgba(12, 19, 56, 0.1);
}
.tp-blog-2-item:hover {
  border-color: var(--tp-common-yellow);
  background-color: var(--tp-common-yellow);
  box-shadow: 0 6px 30px -10px rgba(29, 37, 66, 0.15);
}
.tp-blog-2-item:hover .tp-blog-2-thumb img {
  transform: scale(1.08);
}
.tp-blog-2-item.tp-blog:hover {
  border-color: var(--tp-common-white);
  background-color: transparent;
}
.tp-blog-2-item.tp-blog .tp-blog-2-title a:hover {
  color: var(--tp-common-blue2);
}
.tp-blog-2-thumb {
  border-radius: 10px;
}
.tp-blog-2-thumb img {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  border-radius: 10px;
}
.tp-blog-2-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: var(--tp-common-black);
}
.tp-blog-2-author-info h4 {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 0;
  color: var(--tp-common-black);
}
.tp-blog-2-author-info span {
  font-weight: 400;
  font-size: 14px;
  color: #69696e;
}
.tp-blog-2-author-avater {
  margin-right: 10px;
  flex: 0 0 auto;
}
.tp-blog-2-author-avater img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.tp-blog-2-author-view span {
  font-weight: 400;
  font-size: 14px;
  color: #69696e;
}
.tp-blog-2-author-view span svg {
  margin-right: 7px;
  transform: translateY(-1px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-3-ptb {
    padding-bottom: 80px;
  }
}
.tp-blog-3-item {
  height: 100%;
  overflow: hidden;
  border-radius: 14px;
  transition: all 0.3s;
  border-right: 2px solid transparent;
  box-shadow: 0 20px 40px 0 rgba(3, 4, 28, 0.1);
}
.tp-blog-3-item:hover {
  border-color: #4D3BBF;
}
@media (max-width: 767px) {
  .tp-blog-3-item {
    flex-wrap: wrap;
    border-right: none;
    border-bottom: 2px solid transparent;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-3-item-wrap {
    margin-bottom: 30px;
  }
}
.tp-blog-3-thumb {
  height: 100%;
  position: relative;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .tp-blog-3-thumb {
    width: 100%;
  }
}
.tp-blog-3-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tp-blog-3-content {
  padding: 40px 40px 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-blog-3-content {
    padding: 35px 40px 35px;
  }
}
.tp-blog-3-content p {
  color: #424a8f;
  line-height: 1.5;
  margin-bottom: 35px;
}
.tp-blog-3-category {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #4d3bbf;
  padding: 7px 13px;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 10px;
  transition: all 0.3s;
  background: rgba(119, 90, 252, 0.1);
}
.tp-blog-3-category:hover {
  background-color: #4D3BBF;
  color: var(--tp-common-white);
}
.tp-blog-3-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.27;
  color: #000c60;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-3-title {
    font-size: 20px;
  }
}
.tp-blog-3-title a:hover {
  color: #4D3BBF;
}
.tp-blog-3-meta span {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #000c60;
  position: relative;
}
.tp-blog-3-meta span:not(:last-child) {
  padding-right: 15px;
  margin-right: 12px;
}
.tp-blog-3-meta span:not(:last-child)::after {
  position: absolute;
  top: -1px;
  right: 0;
  content: "";
  height: 20px;
  width: 1px;
  display: inline-block;
  background-color: #d9d9d9;
}
@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-4-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-blog-4-item {
  overflow: hidden;
  border-radius: 13px;
}
.tp-blog-4-thumb {
  position: relative;
}
.tp-blog-4-thumb::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(37, 40, 64, 0) 0%, rgba(37, 40, 64, 0.4) 58.32%, #252840 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-4-thumb img {
    width: 100%;
  }
}
.tp-blog-4-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px;
}
.tp-blog-4-meta {
  margin-bottom: 10px;
}
.tp-blog-4-meta a, .tp-blog-4-meta span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  border-radius: 6px;
  display: inline-block;
  color: var(--tp-common-white);
}
.tp-blog-4-meta a {
  padding: 4px 13px;
  margin-right: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.tp-blog-4-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-blog-4-title {
    font-size: 20px;
  }
  .tp-blog-4-title br {
    display: none;
  }
}
.tp-blog-4-author {
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}
.tp-blog-4-author img {
  margin-right: 10px;
}
.tp-blog-4-author::after {
  position: absolute;
  top: 3px;
  right: 0;
  width: 1px;
  height: 20px;
  content: "";
  background-color: var(--tp-common-white);
}
.tp-blog-4-author span {
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-common-white);
}
.tp-blog-4-comment span {
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-common-white);
}
.tp-blog-4-style-2.tp-blog-4-item {
  border-radius: 14px;
  border: 1px solid rgba(37, 40, 64, 0.1);
}
.tp-blog-4-style-2 .tp-blog-4-content {
  position: static;
  padding: 0;
  padding: 25px 20px 15px 25px;
  border-bottom: 1px solid rgba(37, 40, 64, 0.1);
}
.tp-blog-4-style-2 .tp-blog-4-content p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.47;
  color: #868d98;
  margin-bottom: 0;
  margin-top: 10px;
}
.tp-blog-4-style-2 .tp-blog-4-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #252840;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-blog-4-style-2 .tp-blog-4-title {
    font-size: 18px;
  }
}
.tp-blog-4-style-2 .tp-blog-4-author span {
  color: #252840;
}
.tp-blog-4-style-2 .tp-blog-4-author span i {
  font-weight: 400;
  color: #868d98;
  font-style: normal;
}
.tp-blog-4-style-2 .tp-blog-4-comment span {
  color: #868d98;
}
.tp-blog-4-style-2 .tp-blog-4-author::after {
  background-color: #eaeaef;
}
.tp-blog-4-style-2 .tp-blog-4-author-info {
  padding: 12px 20px;
}
.tp-blog-4-style-2 .tp-blog-4-meta a {
  padding: 4px 13px;
  margin-right: 12px;
  color: #252840;
  border: 1px solid rgba(82, 83, 206, 0.12);
}
.tp-blog-4-style-2 .tp-blog-4-meta span {
  color: #868d98;
}

.tp-blog-bdr-right {
  border-right: 1px solid rgba(4, 18, 31, 0.1);
}

.tp-blog-area .container .row .tp-blog-bdr-right:last-child {
  border-right: 0;
}

@media (max-width: 767px) {
  .blog-details-social-box {
    margin-top: 30px;
  }
}
.blog-details-social-box a {
  height: 42px;
  width: 42px;
  line-height: 40px;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  margin-left: 6px;
  transition: 0.3s;
  color: #82868c;
  border: 1px solid #e6e6e6;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-social-box a {
    height: 35px;
    width: 35px;
    line-height: 33px;
    margin-left: 0px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .blog-details-social-box a {
    margin-left: 0px;
    margin-right: 6px;
  }
}
.blog-details-social-box a:hover {
  background-color: var(--tp-common-blue2);
  border-color: var(--tp-common-blue2);
  color: var(--tp-common-white);
}
.blog-details-author-info h5 {
  font-weight: 800;
  font-size: 17px;
  line-height: 16px;
  color: var(--tp-common-black);
}
.blog-details-author-info span {
  font-weight: 600;
  font-size: 13px;
  line-height: 10px;
  color: #878898;
}
.blog-details-avatar {
  flex: 0 0 auto;
  margin-right: 15px;
}
.blog-details-avatar img {
  border-radius: 50%;
  height: 56px;
  width: 56px;
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.tp-footer-widget-logo {
  margin-bottom: 22px;
}
.tp-footer-widget-text p {
  line-height: 1.62;
  margin-bottom: 22px;
  color: var(--tp-grey-4);
}
.tp-footer-widget-social a {
  height: 44px;
  width: 44px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: var(--tp-grey-4);
  background-color: var(--tp-common-white);
}
.tp-footer-widget-social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
}
.tp-footer-widget-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-footer-widget-menu ul li {
  list-style-type: none;
}
.tp-footer-widget-menu ul li:not(:last-child) {
  margin-bottom: 20px;
}
.tp-footer-widget-menu ul li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--tp-grey-4);
}
.tp-footer-widget-menu ul li a::before {
  content: "";
  height: 3px;
  width: 3px;
  margin-right: 9px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s;
  transform: translateY(-3px);
  background-color: var(--tp-grey-4);
}
.tp-footer-widget-menu ul li:hover a {
  color: var(--tp-theme-primary);
}
.tp-footer-widget-menu ul li:hover a::before {
  background-color: var(--tp-theme-primary);
}
.tp-footer-widget-input input {
  height: 54px;
  padding-left: 50px;
  padding-right: 60px;
  border-radius: 100px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: var(--tp-common-black);
  border: 1px solid transparent;
}
.tp-footer-widget-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 400;
  font-size: 15px;
  color: #565764;
  letter-spacing: 0.02em;
}
.tp-footer-widget-input input::-moz-placeholder { /* Firefox 19+ */
  font-weight: 400;
  font-size: 15px;
  color: #565764;
  letter-spacing: 0.02em;
}
.tp-footer-widget-input input:-moz-placeholder { /* Firefox 4-18 */
  font-weight: 400;
  font-size: 15px;
  color: #565764;
  letter-spacing: 0.02em;
}
.tp-footer-widget-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-weight: 400;
  font-size: 15px;
  color: #565764;
  letter-spacing: 0.02em;
}
.tp-footer-widget-input input::placeholder { /* MODERN BROWSER */
  font-weight: 400;
  font-size: 15px;
  color: #565764;
  letter-spacing: 0.02em;
}
.tp-footer-widget-input input:focus {
  border-color: var(--tp-theme-primary);
}
.tp-footer-widget-input-icon {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}
.tp-footer-widget-input-icon svg {
  transform: translateY(-1px);
}
.tp-footer-widget-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
}
.tp-footer-col-2 {
  padding-left: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-col-2 {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .tp-footer-col-2 {
    padding-left: 0;
  }
}
.tp-footer-col-4 {
  padding-left: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-col-4 {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-col-4 {
    padding-left: 0px;
  }
}
.tp-footer-col-3-1 {
  padding-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-col-3-1 {
    padding-right: 0px;
  }
}
.tp-footer-col-3-2 {
  padding-left: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-col-3-2 {
    padding-left: 20px;
  }
}
@media (max-width: 767px), (max-width: 767px) {
  .tp-footer-col-3-2 {
    padding-left: 0;
  }
}
.tp-footer-col-3-3 {
  padding-left: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-col-3-3 {
    padding-left: 0;
  }
}
.tp-footer-style-2 .tp-footer-widget-social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-green);
}
.tp-footer-style-2 .tp-footer-widget-menu ul li:hover a {
  color: var(--tp-common-green);
}
.tp-footer-style-2 .tp-footer-widget-menu ul li:hover a::before {
  background-color: var(--tp-common-green);
}
.tp-footer-style-2 .tp-footer-widget-input input:focus {
  border-color: var(--tp-common-green);
}
.tp-footer-style-2 .tp-footer-widget-btn {
  color: var(--tp-common-white);
  background-color: var(--tp-common-green);
}
.tp-footer-style-4 .tp-footer-widget-social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-secondary);
}
.tp-footer-style-4 .tp-footer-widget-menu ul li:hover a {
  color: var(--tp-theme-secondary);
}
.tp-footer-style-4 .tp-footer-widget-menu ul li:hover a::before {
  background-color: var(--tp-theme-secondary);
}
.tp-footer-style-4 .tp-footer-widget-input input:focus {
  border-color: var(--tp-theme-secondary);
}
.tp-footer-style-4 .tp-footer-widget-btn {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-secondary);
}
.tp-footer-style-5 .tp-footer-widget-text p {
  color: rgba(255, 255, 255, 0.65);
}
.tp-footer-style-5 .tp-footer-widget-social a {
  background-color: transparent;
  background-image: linear-gradient(90deg, #30344c 0%, #30344c 100%);
  color: var(--tp-common-white);
}
.tp-footer-style-5 .tp-footer-widget-social a:hover {
  background-image: linear-gradient(180deg, #0dbbd5 0%, #15d69f 100%);
}
.tp-footer-style-5 .tp-footer-widget-title {
  color: var(--tp-common-white);
}
.tp-footer-style-5 .tp-footer-widget-menu ul li a {
  color: rgba(255, 255, 255, 0.65);
}
.tp-footer-style-5 .tp-footer-widget-menu ul li a::before {
  background-color: rgba(255, 255, 255, 0.65);
}
.tp-footer-style-5 .tp-footer-widget-menu ul li a:hover {
  color: var(--tp-common-white);
}
.tp-footer-style-5 .tp-footer-widget-menu ul li a:hover::before {
  background-color: var(--tp-common-white);
}
.tp-footer-style-5 .tp-footer-widget-input input {
  background-color: #30344d;
  color: var(--tp-common-white);
}
.tp-footer-style-5 .tp-footer-widget-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.4);
}
.tp-footer-style-5 .tp-footer-widget-input input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.4);
}
.tp-footer-style-5 .tp-footer-widget-input input:-moz-placeholder { /* Firefox 4-18 */
  color: rgba(255, 255, 255, 0.4);
}
.tp-footer-style-5 .tp-footer-widget-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: rgba(255, 255, 255, 0.4);
}
.tp-footer-style-5 .tp-footer-widget-input input::placeholder { /* MODERN BROWSER */
  color: rgba(255, 255, 255, 0.4);
}
.tp-footer-style-5 .tp-footer-widget-input input:focus {
  border-color: var(--tp-common-white);
}
.tp-footer-style-5 .tp-footer-widget-input-icon svg {
  color: var(--tp-common-white);
}
.tp-footer-style-5 .tp-footer-widget-btn {
  color: var(--tp-common-white);
  background-image: linear-gradient(180deg, #0dbbd5 0%, #15d69f 100%);
}
.tp-footer-style-6 .tp-footer-widget-text p {
  color: rgba(255, 255, 255, 0.65);
}
.tp-footer-style-6 .tp-footer-widget-social a {
  background-color: transparent;
  background-image: linear-gradient(90deg, #2f384e 0%, #2f384e 100%);
  color: var(--tp-common-white);
}
.tp-footer-style-6 .tp-footer-widget-social a:hover {
  background: linear-gradient(180deg, var(--tp-theme-primary) 0%, #ed6440 100%);
}
.tp-footer-style-6 .tp-footer-widget-title {
  color: var(--tp-common-white);
}
.tp-footer-style-6 .tp-footer-widget-menu ul li a {
  color: rgba(255, 255, 255, 0.65);
}
.tp-footer-style-6 .tp-footer-widget-menu ul li a::before {
  background-color: rgba(255, 255, 255, 0.65);
}
.tp-footer-style-6 .tp-footer-widget-menu ul li a:hover {
  color: var(--tp-common-white);
}
.tp-footer-style-6 .tp-footer-widget-menu ul li a:hover::before {
  background-color: var(--tp-common-white);
}
.tp-footer-style-6 .tp-footer-widget-input input {
  background-color: #2f384e;
  color: var(--tp-common-white);
}
.tp-footer-style-6 .tp-footer-widget-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.4);
}
.tp-footer-style-6 .tp-footer-widget-input input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.4);
}
.tp-footer-style-6 .tp-footer-widget-input input:-moz-placeholder { /* Firefox 4-18 */
  color: rgba(255, 255, 255, 0.4);
}
.tp-footer-style-6 .tp-footer-widget-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: rgba(255, 255, 255, 0.4);
}
.tp-footer-style-6 .tp-footer-widget-input input::placeholder { /* MODERN BROWSER */
  color: rgba(255, 255, 255, 0.4);
}
.tp-footer-style-6 .tp-footer-widget-input input:focus {
  border-color: var(--tp-common-white);
}
.tp-footer-style-6 .tp-footer-widget-input-icon svg {
  color: var(--tp-common-white);
}
.tp-footer-style-6 .tp-footer-widget-btn {
  color: var(--tp-common-white);
  background: linear-gradient(180deg, var(--tp-theme-primary) 0%, #ed6440 100%);
}
.tp-footer-3-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: luminosity;
  z-index: -1;
}
.tp-footer-3-bg-shape img {
  mix-blend-mode: luminosity;
  object-fit: cover;
}
.tp-footer-3-widget-input input {
  height: 60px;
  line-height: 60px;
  padding-left: 50px;
  padding-right: 70px;
  border-radius: 100px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: var(--tp-common-white);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 1px 1px 0 rgba(12, 40, 133, 0.2);
}
.tp-footer-3-widget-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.55);
}
.tp-footer-3-widget-input input::-moz-placeholder { /* Firefox 19+ */
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.55);
}
.tp-footer-3-widget-input input:-moz-placeholder { /* Firefox 4-18 */
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.55);
}
.tp-footer-3-widget-input input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.55);
}
.tp-footer-3-widget-input input::placeholder { /* MODERN BROWSER */
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.55);
}
.tp-footer-3-widget-input input:focus {
  border-color: var(--tp-common-white);
}
.tp-footer-3-widget-input-icon {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}
.tp-footer-3-widget-input-icon svg {
  transform: translateY(-1px);
}
.tp-footer-3-widget-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.tp-footer-3-widget-social-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-inter);
}
.tp-footer-3-widget-social a {
  margin-right: 20px;
}
.tp-footer-3-widget-social a span {
  color: var(--tp-common-white);
  transition: all 0.3s;
}
.tp-footer-3-widget-social a:hover span {
  color: var(--tp-common-pink);
}
.tp-footer-3-widget-menu ul {
  display: inline-block;
}
.tp-footer-3-widget-menu ul li {
  list-style-type: none;
}
.tp-footer-3-widget-menu ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .tp-footer-3-widget-menu ul li:last-child {
    margin-bottom: 20px;
  }
}
.tp-footer-3-widget-menu ul li a {
  font-weight: 500;
  font-size: 16px;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
}
.tp-footer-3-widget-menu ul li a::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  height: 2px;
  width: 0px;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  background-color: var(--tp-common-white);
}
.tp-footer-3-widget-menu ul li:hover a {
  padding-left: 25px;
  color: var(--tp-common-white);
}
.tp-footer-3-widget-menu ul li:hover a::before {
  width: 20px;
  visibility: visible;
  opacity: 1;
}
.tp-footer-3-widget-info-icon {
  margin-right: 12px;
  color: var(--tp-common-pink);
}
.tp-footer-3-widget-info-icon svg {
  min-width: 25px;
  transform: translateY(4px);
}
.tp-footer-3-widget-info-icon svg.tel {
  transform: translateY(1px);
}
.tp-footer-3-widget-info-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.47;
  color: rgba(255, 255, 255, 0.8);
}
.tp-footer-3-widget-info-item {
  margin-bottom: 20px;
}
.tp-footer-3-widget-info-item:hover .tp-footer-3-widget-info-text {
  color: var(--tp-common-white);
}

.tp-copyright-bg {
  border-radius: 100px;
  background-color: var(--tp-common-white);
}
.tp-copyright-text p {
  font-weight: 500;
  font-size: 14px;
  line-height: 0.7;
  margin-bottom: 0;
  text-align: center;
  padding: 23px 30px;
  color: var(--tp-grey-1);
}
.tp-copyright-text p a {
  font-weight: 700;
  color: var(--tp-theme-primary);
}
.tp-copyright-style-2 .tp-copyright-text p a {
  color: var(--tp-common-green);
}
.tp-copyright-style-3 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-copyright-style-3 .tp-copyright-text p {
  padding: 0;
  padding: 37px 30px;
  padding-bottom: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.tp-copyright-style-3 .tp-copyright-text p a {
  color: var(--tp-common-white);
}
.tp-copyright-style-4 .tp-copyright-text p a {
  color: var(--tp-theme-secondary);
}
.tp-copyright-style-5 .tp-copyright-bg {
  background-color: #30344c;
}
.tp-copyright-style-5 .tp-copyright-text p {
  color: var(--tp-common-white);
}
.tp-copyright-style-5 .tp-copyright-text p a {
  color: var(--tp-common-white);
}
.tp-copyright-style-6 .tp-copyright-bg {
  background-color: #2f384e;
}
.tp-copyright-style-6 .tp-copyright-text p {
  color: var(--tp-common-white);
}
.tp-copyright-style-6 .tp-copyright-text p a {
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  8.1 Hero css
/*----------------------------------------*/
.tp-hero-title {
  font-weight: 600;
  font-size: 86px;
  line-height: 93%;
  letter-spacing: -0.04em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-title br {
    display: none;
  }
}
.tp-hero-title.pure-blue {
  color: var(--tp-common-blue);
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title.pure-blue {
    font-size: 64px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-hero-title.pure-blue {
    font-size: 50px;
  }
}
.tp-hero-video-btn .tp-btn-video {
  background: var(--tp-common-white);
  border-radius: 100%;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.tp-hero-video-btn .tp-btn-video span {
  transform: translate(2px, 1px);
  display: inline-block;
}
.tp-hero-video-btn .tp-btn-video i {
  color: #4b31bd;
  -webkit-filter: drop-shadow(0 4px 4px rgba(136, 39, 6, 0.3));
  filter: drop-shadow 0 4px 4px rgba(136, 39, 6, 0.3);
}
.tp-hero-video-btn .tp-about-video-title {
  color: var(--tp-common-blue);
}
.tp-hero-spacing {
  padding-top: 223px;
  padding-bottom: 220px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-spacing {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}
.tp-hero-shape {
  top: 100px;
  left: 0;
}
.tp-hero-shape-2 {
  left: 77px;
  top: 200px;
}
.tp-hero-shape-3 {
  left: -295px;
  bottom: 96px;
}
.tp-hero-text {
  opacity: 0.7;
  color: var(--tp-grey-2);
  font-size: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-text br {
    display: none;
  }
}
.tp-hero-text-rotate {
  left: 12%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .tp-hero-text-rotate {
    left: 10%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-text-rotate {
    left: 8%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-text-rotate {
    left: 2%;
  }
}
@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-text-rotate {
    display: none;
  }
}
.tp-hero-text-rotate span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  writing-mode: vertical-lr;
  color: var(--tp-theme-primary);
  font-family: var(--tp-ff-grotesk);
  letter-spacing: -0.04em;
  font-size: 20px;
  font-weight: 700;
}
.tp-hero-left-border {
  position: relative;
}
.tp-hero-left-border::before {
  position: absolute;
  content: "";
  left: -54px;
  top: 50%;
  transform: translateY(-50%);
  background: #e3dbd7;
  width: 2px;
  height: 427px;
}
@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-left-border::before {
    display: none;
  }
}
.tp-hero-thumb-main {
  left: -46px;
  bottom: 0;
  z-index: 2;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-thumb-main {
    left: -100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-thumb-main {
    left: -180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-thumb-main {
    left: -150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-thumb-main {
    position: static;
    max-width: 100%;
  }
}
.tp-hero-counter {
  transform: translateY(-35%);
  right: 0;
  left: -5px;
  top: 50%;
  letter-spacing: -0.04em;
  font-family: var(--tp-ff-poppins);
  color: var(--tp-common-black2);
  font-size: 12px;
  font-weight: 600;
}
.tp-hero-counter span {
  font-size: 19px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-right {
    position: static;
  }
}
.tp-hero-right-shape {
  left: -33px;
  padding-top: 150px;
  z-index: 1;
}
.tp-hero-right-shape-2 {
  left: 42px;
  padding-top: 150px;
}
.tp-hero-right-shape-3 {
  padding: 13px 18px 13px 18px;
  z-index: 5;
  left: -115px;
  bottom: 142px;
  width: 300px;
  border-radius: 14px;
  background-color: var(--tp-common-white);
  box-shadow: 0 40px 50px 0 rgba(4, 18, 31, 0.12);
  animation: tpleftright 1s infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-right-shape-3 {
    left: 5%;
  }
}
.tp-hero-right-shape-text {
  line-height: 1.18;
  font-family: var(--tp-ff-poppins);
  color: var(--tp-grey-4);
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0;
}
.tp-hero-right-shape-text span {
  font-weight: 600;
  color: var(--tp-common-black2);
}
.tp-hero-right-shape-wrap-2 {
  top: 32%;
  right: -78%;
  width: 150px;
  border-radius: 14px;
  background-color: var(--tp-common-white);
  box-shadow: 0 40px 50px 0 rgba(4, 18, 31, 0.12);
  padding-bottom: 20px;
  padding-top: 25px;
  z-index: 3;
  animation: tpupdown 1s infinite alternate;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .tp-hero-right-shape-wrap-2 {
    right: -65%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-right-shape-wrap-2 {
    right: -50%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-right-shape-wrap-2 {
    right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-right-shape-wrap-2 {
    right: 7%;
    top: 50%;
  }
}
@media (max-width: 767px) {
  .tp-hero-right-shape-wrap-2 {
    display: none;
  }
}
.tp-hero-right-shape-wrap-2 .tp-hero-startups {
  color: #81819d;
  font-size: 15px;
  font-weight: 500;
}
.tp-hero-right-shape-wrap-2 h6 {
  color: var(--tp-common-black2);
  font-size: 18px;
  font-weight: 600;
}
.tp-hero-right-heart {
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  background: linear-gradient(157deg, rgba(251, 129, 129, 0.1490196078) 0%, rgba(254, 43, 43, 0.2509803922) 100%);
  border-radius: 100px;
  flex: 0 0 auto;
}
.tp-hero-2-space {
  padding-top: 312px;
  padding-bottom: 195px;
  position: relative;
  z-index: 6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2-space {
    padding-top: 285px;
    padding-bottom: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2-space {
    padding-top: 240px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-hero-2-space {
    padding-top: 120px;
    padding-bottom: 30px;
  }
}
.tp-hero-2-text p {
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .tp-hero-2-text p {
    font-size: 16px;
  }
  .tp-hero-2-text p br {
    display: none;
  }
}
.tp-hero-2-title {
  font-weight: 700;
  font-size: 90px;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2-title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2-title {
    font-size: 60px;
  }
  .tp-hero-2-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-hero-2-title {
    font-size: 50px;
  }
  .tp-hero-2-title br {
    display: none;
  }
}
.tp-hero-2-title span {
  color: var(--tp-common-yellow);
}
.tp-hero-2-contact {
  display: flex;
  align-items: center;
}
.tp-hero-2-contact-content span {
  font-size: 14px;
  line-height: 1.71;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}
.tp-hero-2-contact-content h6 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
.tp-hero-2-contact-content h6 a:hover {
  color: var(--tp-common-yellow);
}
.tp-hero-2-thumb {
  margin-bottom: 70px;
  margin-left: -150px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-2-thumb {
    margin-left: -230px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2-thumb {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-2-thumb {
    margin-left: 0;
    margin-bottom: 0;
  }
  .tp-hero-2-thumb img {
    max-width: 100%;
  }
}
.tp-hero-2-shape {
  backdrop-filter: blur(10px);
  box-shadow: -15px 20px 30px 0 rgba(1, 15, 28, 0.1);
  background: linear-gradient(123deg, #fff 59.57%, rgba(238, 238, 238, 0.7) 100%);
  display: inline-block;
  border-radius: 4px;
  padding: 33px 36px;
  right: -40%;
  bottom: 23%;
  position: absolute;
  z-index: 4;
  animation: tpupdown 1s infinite alternate;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-2-shape {
    right: -15%;
  }
}
@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-2-shape {
    display: none;
  }
}
.tp-hero-2-shape-icon {
  background: linear-gradient(143deg, #92f4c7 0%, #2dc17b 92.49%);
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 37px;
  margin-bottom: 25px;
}
.tp-hero-2-shape h4 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-black2);
  margin-bottom: 3px;
}
.tp-hero-2-shape h4 span {
  color: var(--tp-common-black2);
}
.tp-hero-2-shape p {
  font-size: 18px;
  color: #55585b;
  line-height: 1;
  margin-bottom: 0;
}
.tp-hero-2-shape-two {
  border-radius: 8px;
  display: flex;
  align-items: center;
  position: absolute;
  padding: 12px 17px;
  bottom: 18%;
  left: 0;
  z-index: 1;
  animation: tpleftright 1s infinite alternate;
  box-shadow: 0 20px 50px 0 rgba(1, 15, 28, 0.1);
  background: linear-gradient(-123deg, #fff 59.57%, rgba(238, 238, 238, 0.7) 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-hero-2-shape-two {
    display: none;
  }
}
.tp-hero-2-shape-two img {
  flex: 0 0 auto;
  margin-right: 10px;
}
.tp-hero-2-shape-two p {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.17;
  color: #010f1c;
  margin-bottom: 0;
}
.tp-hero-2-shape-three {
  position: absolute;
  top: 23%;
  right: -34%;
  z-index: -1;
  animation: tpleftright 1s infinite alternate;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-2-shape-three {
    right: -16%;
  }
}
@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-2-shape-three {
    display: none;
  }
}
.tp-hero-2-shape-four {
  position: absolute;
  bottom: -55px;
  right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-2-shape-four {
    display: none;
  }
}
.tp-hero-2-shape-plane {
  position: absolute;
  left: 15px;
  top: -16px;
}
.tp-hero-2-active {
  margin-right: -316px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-2-active {
    margin-right: 0;
  }
}
.tp-hero-pagenation span {
  width: 12px;
  border-radius: 20px;
  height: 12px;
  background: none;
  border: 1px solid #878898;
  opacity: 1;
  margin-right: 6px;
}
.tp-hero-pagenation span.swiper-pagination-bullet-active {
  background: #4d3bbf;
  border-color: #4d3bbf;
}
.tp-hero-3-spacing {
  padding-top: 190px;
  padding-bottom: 153px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3-spacing {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-3-spacing {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
.tp-hero-3-right {
  margin-left: 23px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-3-right {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-3-right {
    margin-left: -82px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-3-right {
    margin-left: -70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3-right {
    margin-left: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-3-right {
    margin-left: 0;
  }
}
.tp-hero-3-content {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-3-content {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.tp-hero-3-shape {
  top: 0;
  right: 0;
  height: 100%;
  width: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-3-shape {
    display: none;
  }
}
.tp-hero-3-shape img {
  width: 100%;
  height: 100%;
}
.tp-hero-3-shape-2 {
  position: absolute;
  top: -66px;
  z-index: 9;
  left: 53%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-3-shape-2 {
    display: none;
  }
}
.tp-hero-3-shape-three {
  top: 80px;
  left: 96px;
}
@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-shape-three {
    display: none;
  }
}
.tp-hero-3-shape-four {
  bottom: 64px;
  left: 196px;
}
.tp-hero-3-thumb img {
  border-radius: 12px;
  width: 100%;
}
@media only screen and (min-width: 350px) and (max-width: 575px) {
  .tp-hero-3-btn {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .tp-hero-3-btn .tp-hero-video-btn {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .tp-hero-5-icon {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-5-right {
    text-align: center;
  }
}
.tp-hero-5-btn-wrap {
  margin-left: 247px;
}
@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-btn-wrap {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.tp-hero-5-video .tp-btn-video {
  background: linear-gradient(180deg, #09afea 0%, #19e089 100%);
  color: var(--tp-common-white);
}
.tp-hero-5-title {
  font-size: 90px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-5-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-5-title {
    font-size: 63px;
  }
}
@media (max-width: 767px) {
  .tp-hero-5-title {
    font-size: 45px;
  }
}
.tp-hero-5-thumb {
  padding-left: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-5-thumb img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-5-thumb {
    padding-left: 0;
  }
  .tp-hero-5-thumb img {
    max-width: 100%;
  }
}
.tp-hero-5-thumb-inner-shape {
  position: absolute;
  bottom: 0;
  left: -30px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-5-thumb-inner-shape {
    left: 0;
    right: 0;
  }
}
.tp-hero-5-thumb-inner-shape img {
  border-radius: 15px 15px 0 0;
}
.tp-hero-5-client p {
  font-weight: 500;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}
.tp-hero-5-client p span {
  font-weight: 600;
  font-size: 16px;
  color: var(--tp-common-white);
}
.tp-hero-5-spacing {
  padding-top: 255px;
  padding-bottom: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-5-spacing {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-5-spacing {
    padding-top: 190px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-hero-5-spacing {
    padding-top: 150px;
    padding-bottom: 30px;
  }
}
.tp-hero-5-awesome {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--tp-common-white);
  width: 59.8%;
  text-align: right;
}
.tp-hero-5-awesome h6 {
  font-size: 16px;
  color: var(--tp-common-black-3);
  background: #fabf00;
  display: inline-block;
  padding: 11px 31px;
  margin-bottom: 0;
}
.tp-hero-5-count {
  font-weight: 500;
  font-size: 60px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  margin-bottom: 3px;
}
.tp-hero-5-shape {
  background: #0bb4df;
  border-radius: 10px;
  display: inline-block;
  padding: 30px 30px 22px 30px;
  position: absolute;
  right: -66%;
  bottom: 24%;
  animation: tpupdown 1s infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-5-shape {
    right: -50%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-5-shape {
    right: -25%;
  }
}
.tp-hero-5-shape-text {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
.tp-hero-5-shape-icon {
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.08);
  height: 36px;
  width: 36px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  margin-bottom: 4px;
}
.tp-hero-5-thumbsup {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tp-hero-5-thumbsup-shape {
  position: absolute;
  top: 62px;
  left: -100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-5-thumbsup-shape {
    left: 0;
  }
}

.tp-hero-4-spacing {
  padding-top: 215px;
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .tp-hero-4-spacing {
    padding-top: 165px;
    margin-bottom: 100px;
  }
}
.tp-hero-4-social {
  position: absolute;
  bottom: 130px;
  left: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-4-social {
    left: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-4-social {
    display: none;
  }
}
.tp-hero-4-social a {
  display: block;
}
.tp-hero-4-social a:not(:last-child) {
  margin-bottom: 10px;
}
.tp-hero-4-social a:hover span {
  color: var(--tp-common-white);
  border-color: var(--tp-common-orange);
  background-color: var(--tp-common-orange);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
}
.tp-hero-4-social a span {
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 36px;
  color: var(--tp-common-blue-4);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  border: 1px solid #F1E6E2;
}
.tp-hero-4-client {
  position: absolute;
  top: 132px;
  right: 138px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-hero-4-client {
    right: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-4-client {
    right: 20px;
    top: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-4-client {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-4-client {
    top: 140px;
    right: 45px;
  }
}
@media (max-width: 767px) {
  .tp-hero-4-client {
    display: none;
  }
}
.tp-hero-4-client-title {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: -2.4px;
  color: var(--tp-common-blue-4);
  font-family: var(--tp-ff-grotesk);
}
.tp-hero-4-client p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.64px;
  color: var(--tp-grey-6);
}
.tp-hero-4-user {
  margin-left: 18px;
}
.tp-hero-4-user img {
  border-radius: 50%;
  margin-left: -18px;
  border: 3px solid #FEF2ED;
}
.tp-hero-4-down-btn {
  position: absolute;
  bottom: 60px;
  right: 285px;
}
@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-4-down-btn {
    display: none;
  }
}
.tp-hero-4-down-text {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
  transform-origin: left;
  text-transform: uppercase;
  color: var(--tp-common-blue-4);
  transform: translate(20%, 15%) rotate(-90deg);
}
.tp-hero-4-item {
  position: absolute;
  bottom: -60px;
  right: 60px;
  width: 360px;
  z-index: 2;
  border-radius: 10px;
  background: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-hero-4-item {
    right: 0;
    width: 270px;
  }
}
.tp-hero-4-item-content {
  padding: 40px;
}
@media (max-width: 767px) {
  .tp-hero-4-item-content {
    padding: 25px;
  }
}
.tp-hero-4-item-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  color: var(--tp-common-blue-4);
}
.tp-hero-4-item-btn {
  padding: 17px 40px;
  background: var(--tp-common-orange);
  border-radius: 0px 0px 10px 10px;
}
.tp-hero-4-item-btn span {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-grotesk);
  display: inline-block;
}
.tp-hero-4-item-btn span.border-btn {
  display: contents;
}
.tp-hero-4-item-btn span.border-btn::before {
  content: "";
  height: 26px;
  width: 1px;
  display: inline-block;
  margin-right: 0px;
  background-color: #D9D9D9;
}
@media (max-width: 767px) {
  .tp-hero-4-heading {
    margin-bottom: 20px;
  }
}
.tp-hero-4-title {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -4px;
  color: var(--tp-common-blue);
  font-family: var(--tp-ff-grotesk);
}
@media 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: 62px;
  }
}
@media (max-width: 767px) {
  .tp-hero-4-title {
    font-size: 52px;
  }
}
.tp-hero-4-list {
  padding-left: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-4-list {
    padding-left: 0;
  }
}
.tp-hero-4-list ul li {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.36px;
  color: var(--tp-grey-6);
  list-style: none;
  margin-bottom: 15px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .tp-hero-4-list ul li {
    padding-left: 0;
  }
}
.tp-hero-4-list ul li::before {
  content: "";
  height: 8px;
  width: 8px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid var(--tp-grey-6);
}
.tp-hero-4-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 10px;
}
.tp-hero-4-shape img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.tp-hero-4-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(9, 21, 66, 0) 28.98%, rgba(9, 21, 66, 0.7) 100%);
}
.tp-hero-4-thumb {
  border-radius: 10px 10px 0 0;
}
.tp-hero-4-thumb img {
  border-radius: 10px 10px 0 0;
}
.tp-hero-4-active {
  border-radius: 10px 10px 0 0;
}
.tp-hero-4-pagenation {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 2;
}
.tp-hero-4-pagenation span {
  width: 12px;
  border-radius: 20px;
  height: 12px;
  background: none;
  border: 1px solid #878898;
  opacity: 1;
  margin-right: 6px;
}
.tp-hero-4-pagenation span.swiper-pagination-bullet-active {
  background: var(--tp-common-white);
  border-color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  8.4 process css
/*----------------------------------------*/
.tp-process-number {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: var(--tp-grey-3);
  color: var(--tp-common-black);
  font-weight: 600;
  display: inline-block;
}
.tp-process-number::before {
  position: absolute;
  content: "";
  border: 1px solid var(--tp-grey-3);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-process-border {
  right: -70px;
  top: 10px;
}
.tp-process-item p {
  line-height: 1.5;
  color: #565764;
}
.tp-process-item:hover .tp-process-number {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-process-item:hover .tp-process-number::before {
  transform: translate(-50%, -50%);
  border: 1px solid var(--tp-theme-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-progress-4-heading {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-progress-4-heading p br {
    display: none;
  }
}
.tp-progress-4-wrap .tp-about-progress {
  background: #FEF2ED;
}
.tp-progress-4-wrap .tp-about-progress .progress-bar {
  background-color: var(--tp-common-orange);
}
.tp-progress-4-wrap .tp-about-progress .progress-bar span {
  border-color: #F24721;
}

/*----------------------------------------*/
/*  7.1 about css
/*----------------------------------------*/
.tp-about-shape {
  right: 100px;
  top: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-shape {
    top: 10px;
  }
}
@media only screen and (min-width: 350px) and (max-width: 575px) {
  .tp-about-shape {
    position: static;
    margin-bottom: 20px;
  }
}
.tp-about-shape-space {
  border-radius: 50%;
  background-color: var(--tp-common-white);
  padding: 10px;
  box-shadow: 0 20px 30px 0 rgba(3, 4, 28, 0.1);
}
.tp-about-thumb {
  margin-left: -62px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-thumb {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-thumb {
    margin-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-thumb {
    margin-left: 0;
  }
}
@media only screen and (min-width: 350px) and (max-width: 575px) {
  .tp-about-thumb {
    margin-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.tp-about-thumb img {
  border-radius: 14px;
}
.tp-about-thumb-2 {
  bottom: 40px;
  right: 50px;
}
@media only screen and (min-width: 350px) and (max-width: 575px) {
  .tp-about-thumb-2 {
    position: static;
  }
}
.tp-about-thumb-2 img {
  border-radius: 14px;
}
@media only screen and (min-width: 350px) and (max-width: 575px) {
  .tp-about-author {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 350px) and (max-width: 575px) {
  .tp-about-author-thumb {
    margin-bottom: 20px;
  }
}
.tp-about-author-title {
  letter-spacing: -0.02em;
  font-size: 16px;
  margin-bottom: 0;
}
.tp-about-author-title span {
  color: var(--tp-grey-2);
  font-weight: 400;
}
.tp-about-author-subtitle {
  border-radius: 20px;
  font-family: var(--tp-ff-inter);
  color: var(--tp-common-black);
  font-size: 12px;
  font-weight: 500;
  border: 2px solid var(--tp-border-1);
  padding: 7px 28px;
}
.tp-about-video-title {
  line-height: 1.25;
  color: var(--tp-common-black);
  font-weight: 500;
}
@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-content {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-content {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-about-content {
    margin-bottom: 0;
  }
}
.tp-about-list ul li {
  display: flex;
  font-weight: 500;
  list-style: none;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-inter);
  align-items: start;
}
.tp-about-list ul li span {
  height: 20px;
  width: 20px;
  font-size: 14px;
  line-height: 21px;
  border-radius: 14px;
  transform: translateY(-2px);
  color: var(--tp-theme-primary);
  background-color: #f6dfe0;
  box-shadow: 0 1px 2px 0 rgba(197, 188, 237, 0.6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-list-wrap {
    padding-right: 0;
  }
}
@media only screen and (min-width: 350px) and (max-width: 575px) {
  .tp-about-btn-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 350px) and (max-width: 575px) {
  .tp-about-btn-wrap .tp-btn-gradient {
    margin-bottom: 10px;
  }
}
.tp-about-progress {
  background: #efefef;
  width: 100%;
  height: 10px;
  overflow: visible;
  border-radius: 20px;
  margin-bottom: 14px;
}
.tp-about-progress-title {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-blue);
  margin-bottom: 10px;
}
.tp-about-progress .progress-bar {
  background-color: #4d3bbf;
  border-radius: 100px;
  position: relative;
  overflow: visible;
  height: 100%;
}
.tp-about-progress .progress-bar span {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-36%);
  width: 30px;
  height: 30px;
  box-shadow: 0 2px 2px 0 rgba(1, 15, 28, 0.12);
  background: var(--tp-common-white);
  border: 2.5px solid #4d3bbf;
  border-radius: 0 20px 20px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  color: #000c60;
}
.tp-about-progress-purple .progress-bar {
  background-color: var(--tp-common-pink);
}
.tp-about-progress-purple .progress-bar span {
  border: 2.5px solid #AA28D9;
}
@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-title-wrap p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-about-ptb {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.tp-about-2-thumb-wrap {
  margin-left: -90px;
  padding-right: 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-2-thumb-wrap {
    margin-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-about-2-thumb-wrap {
    padding-right: 0;
  }
}
.tp-about-2-thumb img {
  width: 100%;
  border-radius: 25px;
}
.tp-about-2-thumb .inner-thumb-1 {
  border-radius: inherit;
  transform: translateX(65px);
  display: inline-block;
  border-radius: 18px;
}
.tp-about-2-thumb .inner-thumb-2 {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 30px 60px 0 rgba(1, 15, 28, 0.08);
  transform: translate(-80px, -50px);
}
.tp-about-2-thumb-5 {
  position: absolute;
  top: 30%;
  left: -8%;
  transform-origin: bottom right;
  animation: tpswing 1s forwards infinite alternate;
}
.tp-about-2-thumb-6 {
  position: absolute;
  top: 30px;
  z-index: -1;
  right: 12px;
}
@media (max-width: 767px) {
  .tp-about-2-list {
    flex-wrap: wrap;
  }
}
.tp-about-2-list-icon img {
  flex: 0 0 auto;
  margin-right: 32px;
}
@media (max-width: 767px) {
  .tp-about-2-list-icon img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.tp-about-2-list-content span {
  color: #69696e;
  display: inline-block;
  margin-bottom: 12px;
}
.tp-about-2-list-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--tp-common-black2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2-list-title {
    font-size: 20px;
  }
}
.tp-about-2-number {
  font-weight: 500;
  font-size: 16px;
  color: #161617;
  padding: 20px 27px;
  border-radius: 30px;
  display: inline-block;
  letter-spacing: -0.02em;
  border: 1px solid rgba(1, 15, 28, 0.1);
}
.tp-about-2-number:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.tp-about-3-expreance {
  box-shadow: 0 30px 50px 0 rgba(3, 4, 28, 0.1);
  background: var(--tp-common-white);
  border-radius: 10px;
  padding: 22px 30px 22px 30px;
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 84px;
  animation: tpupdown 1s infinite alternate;
}
.tp-about-3-expreance-title {
  font-size: 80px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  background: linear-gradient(59deg, #4d3bbf 24.6%, #aa28d9 79.44%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  line-height: 1;
}
.tp-about-3-expreance h6 {
  font-size: 20px;
  line-height: 1.1;
  color: var(--tp-common-black);
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-3-content {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .tp-about-3-progress-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .tp-about-3-feature-wrap {
    margin-bottom: 5px;
  }
}
.tp-about-3-thumb {
  margin-left: -80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-3-thumb {
    margin-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-about-3-thumb-wrap {
    margin-right: 0;
  }
}
.tp-about-3-thumb img {
  border-radius: 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-3-thumb img {
    width: 100%;
  }
}
.tp-about-3-thumb-2 {
  margin-top: -190px;
  text-align: right;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-3-thumb-2 {
    text-align: start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-3-thumb-2 {
    display: none;
  }
}
.tp-about-3-thumb-2 img {
  border-radius: 20px;
}
.tp-about-3-feature-icon span {
  border-radius: 100%;
  fill: var(--tp-common-white);
  box-shadow: 0 10px 30px 0 rgba(13, 18, 30, 0.12);
  width: 54px;
  height: 54px;
  display: inline-block;
  text-align: center;
  line-height: 53px;
}
.tp-about-3-feature-title {
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--tp-common-blue);
  margin-bottom: 10px;
}
.tp-about-3-feature-content p {
  line-height: 1.37;
  color: var(--tp-common-blue-3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-3-feature-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-about-5-ptb {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-5-thumb {
    margin-right: 0;
  }
}
.tp-about-5-pogress .tp-about-progress {
  height: 8px;
}
.tp-about-5-pogress .tp-about-progress .progress-bar {
  background: linear-gradient(90deg, #09afe9 0%, #19df8a 100%);
}
.tp-about-5-count {
  font-size: 80px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black-3);
}
.tp-about-5-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.27;
  color: var(--tp-common-black-3);
}
.tp-about-5-big-text h3 {
  position: absolute;
  bottom: 16%;
  right: -5%;
  font-size: 160px;
  margin-bottom: 0;
  color: #f3f3f3;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-5-big-text h3 {
    bottom: 6%;
    right: -6%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-5-big-text h3 {
    bottom: -2%;
  }
}
.tp-about-5-content {
  margin-top: 210px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-5-content {
    margin: 0;
  }
}
.tp-about-5-list ul li {
  list-style: none;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  color: var(--tp-common-black-3);
  margin-bottom: 20px;
}
.tp-about-5-list ul li i {
  color: var(--tp-grey-1);
  margin-right: 12px;
}

@media (max-width: 767px) {
  .tp-about-4-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-about-4-wrapper-shape {
  position: absolute;
  top: 5%;
  left: 38%;
  z-index: 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-about-4-wrapper-shape {
    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-about-4-heading .tp-section-title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-4-heading .tp-section-title {
    font-size: 48px;
  }
}
.tp-about-4-counter {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .tp-about-4-counter {
    margin-bottom: 20px;
  }
}
.tp-about-4-counter-color {
  position: absolute;
  top: -6px;
  left: 0;
  width: 123px;
  height: 227px;
  z-index: -1;
  border-radius: 10px;
  background-color: var(--tp-common-orange);
}
@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-4-counter-color {
    height: 200px;
  }
}
.tp-about-4-counter-title {
  font-size: 240px;
  font-weight: 700;
  letter-spacing: -9.6px;
  color: var(--tp-common-blue-4);
}
@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-4-counter-title {
    font-size: 180px;
  }
}
.tp-about-4-experiance span {
  margin-right: 18px;
  display: inline-block;
}
.tp-about-4-experiance p {
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.32px;
  color: var(--tp-grey-6);
  font-family: var(--tp-ff-grotesk);
}
.tp-about-4-left-margin {
  margin-left: 125px;
}
@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-4-left-margin {
    margin-left: 0;
  }
}
.tp-about-4-text {
  margin-bottom: 35px;
}
.tp-about-4-right-user {
  margin-bottom: 40px;
}
.tp-about-4-right-user img {
  margin-right: 8px;
}
.tp-about-4-right-user span {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: var(--tp-grey-6);
}
.tp-about-4-user-content {
  margin-bottom: 50px;
}
.tp-about-4-user-rating {
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}
.tp-about-4-user-rating::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 40px;
  background: #D9D9D9;
  display: inline-block;
}
.tp-about-4-user-rating span {
  font-size: 26px;
  font-weight: 400;
  display: inline-block;
  color: var(--tp-common-orange);
}
.tp-about-4-user-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: -0.4px;
  color: var(--tp-common-blue-4);
}
.tp-about-4-user-des p {
  margin: 0;
  color: var(--tp-grey-6);
}
.tp-about-4-shape {
  width: 140px;
  height: 140px;
}
.tp-about-4-shape-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tp-about-4-thumb {
  position: absolute;
  top: 0;
  left: 30%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-4-thumb {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-inner-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-about-inner-title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.6px;
  color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .tp-about-inner-heading {
    margin-bottom: 0;
  }
}
.tp-about-inner-chose-wrapper {
  margin-left: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-inner-chose-wrapper {
    margin-left: 0;
  }
}
.tp-about-inner-faq .tp-faq-accordion {
  border-top: 1px solid #E7E7E7;
}
.tp-about-inner-faq .tp-faq-accordion .accordion-header .accordion-buttons {
  padding: 20px 30px 25px 0px;
}
.tp-about-inner-faq .tp-faq-accordion .accordion-header .accordion-buttons:not(.collapsed) {
  color: #ED6440;
}
.tp-about-inner-faq .tp-faq-accordion .accordion-header .accordion-buttons:not(.collapsed) .accordion-icon::after {
  background-color: #ED6440;
}

.tp-vission-overlay {
  position: relative;
  background-attachment: fixed;
}
.tp-vission-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 12, 17, 0.4);
}
@media (max-width: 767px) {
  .tp-vission-overlay::after {
    display: none;
  }
}
.tp-vission-ptb {
  padding: 280px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-vission-ptb {
    padding: 100px 0 0;
  }
}
.tp-vission-item {
  position: relative;
  padding: 50px 49px;
  border: 1px solid #fff;
  border-radius: 15px 15px 0 0;
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 20px 0 rgba(20, 24, 32, 0.14), 0 1px 4px 0 rgba(20, 24, 32, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-vission-item {
    padding: 35px 24px;
  }
}
@media (max-width: 767px) {
  .tp-vission-item {
    padding: 30px;
    flex-wrap: wrap;
  }
}
.tp-vission-category {
  margin-bottom: 15px;
}
.tp-vission-category a {
  font-weight: 700;
  font-size: 12px;
  padding: 7px 15px;
  border-radius: 20px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  background: linear-gradient(90deg, #EC6440 0%, #3A28AB 100%);
}
.tp-vission-text {
  margin-bottom: 10px;
  display: inline-block;
}
.tp-vission-text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #565764;
}
@media (max-width: 767px) {
  .tp-vission-text p {
    padding-right: 0;
  }
}
.tp-vission-link a {
  font-weight: 600;
  font-size: 12px;
  color: #242E45;
  text-transform: uppercase;
}
.tp-vission-link a:hover {
  color: var(--tp-theme-primary);
}
.tp-vission-link a:hover span {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
}
.tp-vission-link a span {
  height: 34px;
  width: 34px;
  margin-left: 5px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  border: 1px solid rgba(20, 24, 32, 0.14);
}
.tp-vission-link a span svg {
  transform: translateY(-1px);
}
.tp-vission-number {
  margin-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-vission-number {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-vission-number {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.tp-vission-number span {
  font-weight: 800;
  font-size: 280px;
  line-height: 0.7;
  text-transform: uppercase;
  background: url(../img/about/about-text-bg.jpg);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-position: 45%;
  background-size: cover;
  background-repeat: no-repeat;
}

/*----------------------------------------*/
/*  8.6 service css
/*----------------------------------------*/
.tp-service-shape {
  left: -40px;
  top: 127px;
}
@media (max-width: 767px) {
  .tp-service-shape {
    display: none;
  }
}
.tp-service-item {
  border-radius: 10px;
  border: 1px solid #efdae0;
  padding: 47px 50px 46px 43px;
}
.tp-service-item:hover {
  box-shadow: 0 20px 30px 0 rgba(1, 6, 20, 0.1);
  background: var(--tp-common-white);
  border: 1px solid #e8eaf1;
}
.tp-service-item:hover span {
  animation: icon-bounce 0.8s 1;
}
.tp-service-item:hover .tp-service-btn-1 {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}
.tp-service-item:hover .tp-service-btn-2 {
  background: #f2dfe5;
}
.tp-service-title {
  letter-spacing: -0.02em;
}
.tp-service-title:hover {
  color: var(--tp-theme-primary);
}
.tp-service-content {
  overflow: hidden;
}
.tp-service-content p {
  line-height: 1.5;
  color: var(--tp-grey-2);
}
.tp-service-btn-1 {
  border-radius: 22px;
  padding: 14px 26px;
  display: inline-block;
  margin-left: -116px;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}
.tp-service-btn-2 {
  width: 44px;
  height: 44px;
  background: var(--tp-common-white);
  right: -28px;
  top: 0;
  line-height: 44px;
  border-radius: 50%;
  color: var(--tp-theme-primary);
  z-index: 11;
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}
.tp-service-more {
  padding: 62px 40px 56px 40px;
  border-radius: 10px;
}
.tp-service-more p {
  line-height: 1.5;
  opacity: 0.7;
  color: var(--tp-common-white);
  font-weight: 500;
}
.tp-service-more-title {
  color: var(--tp-common-white);
  letter-spacing: -0.03em;
  line-height: 1.2;
  font-size: 30px;
}
.tp-service-more-btn {
  color: var(--tp-theme-primary);
  border-radius: 30px;
  font-family: var(--tp-ff-grotesk);
  background-color: var(--tp-common-white);
  font-weight: 600;
  display: inline-block;
  padding: 10px 25px;
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}
.tp-service-more-btn:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-service-top-para {
  margin-left: 85px;
}
@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-para {
    margin-left: 0;
  }
}
.tp-service-top-para p {
  font-size: 17px;
  line-height: 1.53;
  color: rgba(255, 255, 255, 0.7);
}
.tp-service-top-btn a {
  border: 1px solid #35415c;
}
.tp-service-pagenation span {
  width: 12px;
  height: 12px;
  border-radius: 20px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  opacity: 1;
  transition: all 0.4s ease;
  margin: 0 3px;
}
.tp-service-pagenation span.swiper-pagination-bullet-active {
  background: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-ptb {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-ptb {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-2-ptb {
    padding: 80px 0;
  }
}
.tp-service-2-item {
  box-shadow: 0 30px 40px 0 rgba(2, 45, 62, 0.08);
  background: var(--tp-common-white);
  box-shadow: 0 30px 40px 0 rgba(2, 45, 62, 0.08);
  background: var(--tp-common-white);
  padding: 47px 40px 60px 40px;
  border-radius: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-2-item {
    padding: 47px 30px 60px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-2-item {
    padding: 47px 20px 60px 20px;
  }
}
.tp-service-2-item:hover .tp-service-2-icon img {
  top: 50%;
  transform: translateY(-50%);
}
.tp-service-2-item:hover .tp-service-2-icon::before {
  opacity: 1;
  transform: scale(1);
}
.tp-service-2-subtitle {
  font-weight: 500;
  font-size: 18px;
  color: #69696e;
  margin-bottom: 15px;
  display: inline-block;
}
.tp-service-2-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.27;
  letter-spacing: -0.02em;
  color: var(--tp-common-black2);
}
.tp-service-2-btn a {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black2);
}
.tp-service-2-btn a:hover i {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-service-2-btn a i {
  width: 36px;
  border: 1px solid rgba(3, 4, 28, 0.1);
  height: 36px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  margin-left: 8px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-service-2-icon {
  width: 160px;
  height: 160px;
  background: #e5edcc;
  text-align: center;
  display: inline-block;
  position: relative;
  transition: all 0.4s ease;
  border-radius: 50%;
}
.tp-service-2-icon img {
  position: absolute;
  top: 36%;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.4s ease;
}
.tp-service-2-icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--tp-common-yellow);
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scale(0);
  border-radius: 50%;
  transition: all 0.4s ease;
}
.tp-service-2-shape-one {
  position: absolute;
  top: 22%;
  left: 25%;
  z-index: -1;
}
.tp-service-2-shape-two {
  position: absolute;
  right: 27%;
  bottom: 65px;
  z-index: -1;
}
.tp-service-2-shape-three {
  position: absolute;
  left: 21%;
  top: 58px;
  z-index: -1;
}
.tp-service-2-shape-four {
  position: absolute;
  left: 14%;
  bottom: 40%;
  z-index: -1;
}
.tp-service-2-shape-five {
  position: absolute;
  right: 24%;
  top: 160px;
  z-index: -1;
}
.tp-service-2-shape-six {
  position: absolute;
  right: 14%;
  top: 50%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-3-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-service-3-thumb {
  position: relative;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-service-3-thumb::before {
  background: linear-gradient(180deg, rgba(36, 46, 69, 0) 19.62%, rgba(0, 12, 96, 0.65) 100%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-service-3-thumb::after {
  background: linear-gradient(180deg, rgba(36, 46, 69, 0) 19.62%, #000c60 100%);
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-service-3-thumb img {
  border-radius: 15px;
}
.tp-service-3-subtitle {
  font-family: var(--tp-ff-grotesk);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--tp-common-white);
  position: relative;
  margin-bottom: 7px;
  display: inline-block;
  padding-left: 10px;
}
.tp-service-3-subtitle::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 16px;
  top: -3px;
  left: 0;
  background: var(--tp-common-white);
}
.tp-service-3-content-box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 40px;
  bottom: 40px;
  right: 40px;
  width: 80%;
}
.tp-service-3-item:hover .tp-service-3-btn {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.tp-service-3-item:hover .tp-service-3-thumb::after {
  height: 100%;
}
.tp-service-3-btn {
  border-radius: 100%;
  background: #aa28d9;
  width: 44px;
  height: 44px;
  color: var(--tp-common-white);
  text-align: center;
  line-height: 44px;
  display: inline-block;
  opacity: 0;
  transform: translateX(-20px);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  visibility: hidden;
}
.tp-service-3-btn:hover {
  background: var(--tp-common-white);
  color: var(--tp-common-blue);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-3-btn-box {
    margin-bottom: 10px;
  }
}
.tp-service-3-title {
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  margin-bottom: 0;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tp-service-3-title:hover {
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff);
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tp-service-3-slide-active {
  margin-right: -380px;
}
@media (max-width: 767px) {
  .tp-service-3-slide-active {
    margin-right: 0;
  }
}
.tp-service-5-content:hover .tp-service-5-icon {
  animation: icon-bounce 0.8s 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-5-content p {
    font-size: 15px;
  }
  .tp-service-5-content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-service-5-content p br {
    display: none;
  }
}
.tp-service-5-left-content {
  position: sticky;
  top: 100px;
}
.tp-service-5-title {
  font-size: 28px;
  line-height: 1.07;
  letter-spacing: -0.02em;
  color: var(--tp-common-black-3);
}
@media (max-width: 767px) {
  .tp-service-5-title {
    font-size: 25px;
  }
  .tp-service-5-title br {
    display: none;
  }
}
.tp-service-testimonial-shape .tp-service-testimonial-shape-1 {
  position: absolute;
  top: 12%;
  left: 15%;
}
.tp-service-testimonial-shape .tp-service-testimonial-shape-2 {
  position: absolute;
  bottom: 40%;
  left: 16%;
}
.tp-service-testimonial-shape .tp-service-testimonial-shape-3 {
  position: absolute;
  top: 17%;
  right: 17%;
}
.tp-service-testimonial-shape .tp-service-testimonial-shape-4 {
  position: absolute;
  right: 8%;
  bottom: 24%;
}
.tp-service-testimonial-item {
  padding: 50px 40px 35px;
  background: var(--tp-common-white);
  box-shadow: 0px 30px 40px 0px rgba(2, 45, 62, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-testimonial-item {
    padding: 40px 30px 35px;
  }
}
.tp-service-testimonial-thumb {
  margin-bottom: 30px;
}
.tp-service-testimonial-user-title {
  font-size: 18px;
  letter-spacing: -0.36px;
}
.tp-service-testimonial-user span {
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  color: var(--tp-grey-2);
}
.tp-service-testimonial-content p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.36px;
  line-height: 28px;
  margin-bottom: 40px;
  color: var(--tp-grey-2);
  font-family: var(--tp-ff-grotesk);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-testimonial-content p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-testimonial-nav {
    margin-bottom: 30px;
  }
}
.tp-service-testimonial-nav span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
  font-size: 16px;
  text-align: center;
  margin-left: 8px;
}
.tp-service-testimonial-nav span:hover {
  background: var(--tp-theme-secondary);
  color: var(--tp-common-white);
  transform: scale(1.1);
}

.purple-color {
  color: var(--tp-common-pink);
}

.blue-5-color {
  color: var(--tp-common-blue-5);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-4-ptb {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-4-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-service-4-item {
  padding: 40px 0 0 0;
  border-top: 1px solid #F1D6CA;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-4-item {
    padding: 0;
    border: none;
  }
}
.tp-service-4-item.padding {
  padding: 40px 0px 0 45px;
  border-left: 1px solid #F1D6CA;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-4-item.padding {
    padding: 40px 0px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-4-item.padding {
    padding: 0;
    border: none;
  }
}
.tp-service-4-item-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.44px;
  color: var(--tp-common-blue-4);
}
.tp-service-4-item-title a:hover {
  color: var(--tp-common-orange);
}
.tp-service-4-item-content {
  margin-bottom: 35px;
}
.tp-service-4-item-content p {
  color: #878898;
  margin: 0;
}
.tp-service-4-item-btn a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  letter-spacing: -0.32px;
  color: var(--tp-common-blue-4);
}
.tp-service-4-item-btn a::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background-color: var(--tp-common-blue-4);
}
.tp-service-4-item-btn a:hover {
  color: var(--tp-common-orange);
}
.tp-service-4-item-btn a:hover::after {
  opacity: 0;
}
.tp-service-4-btn span {
  display: inline-block;
  border-radius: 30px;
  padding: 18px 25px;
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-grey-6);
  background: var(--tp-common-white);
}
.tp-service-4-btn span svg {
  margin-right: 5px;
  transform: translateY(-1px);
}
.tp-service-4-btn span a {
  text-decoration: underline;
  color: var(--tp-common-orange);
  font-family: var(--tp-ff-grotesk);
}

.sv-details-category-list {
  padding: 50px 30px;
  border-radius: 10px;
  background-color: #fcf2f5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sv-details-category-list {
    padding: 40px 20px;
  }
}
.sv-details-category-list ul li {
  list-style-type: none;
}
.sv-details-category-list ul li.active a {
  color: var(--tp-common-black);
}
.sv-details-category-list ul li a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #878898;
  padding: 20px 20px;
  border-radius: 8px;
  background: var(--tp-common-white);
  box-shadow: 0 1px 3px 0 rgba(32, 33, 36, 0.08);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sv-details-category-list ul li a {
    font-size: 14px;
  }
}
.sv-details-category-list ul li a div div span {
  display: inline-block;
  margin-right: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sv-details-category-list ul li a div div span {
    margin-right: 5px;
  }
}
.sv-details-category-list ul li a div div span svg {
  transform: translateY(-2px);
}
.sv-details-category-list ul li a:hover {
  color: var(--tp-common-black);
}
.sv-details-category-list ul li:not(:last-child) a {
  margin-bottom: 8px;
}
.sv-details-sidebar-contact {
  padding: 50px;
  border-radius: 14px;
  background: linear-gradient(120deg, #e76243 0%, #402aa8 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sv-details-sidebar-contact {
    margin-bottom: 30px;
  }
}
.sv-details-sidebar-contact > span {
  display: block;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
.sv-details-thumb img {
  width: 100%;
  border-radius: 14px;
}
.sv-details-tel {
  display: block;
}
.sv-details-tel span {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sv-details-content .tp-section-title {
    font-size: 40px;
  }
}
.sv-details-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.67;
  color: #8e8f92;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sv-details-content p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sv-details-content p {
    font-size: 15px;
  }
}
.sv-details-right-wrap {
  margin-left: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sv-details-right-wrap {
    margin-left: 0;
  }
}
.sv-details-feature-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.sv-details-feature-item:not(:last-child) {
  margin-bottom: 25px;
}
.sv-details-feature-item > span {
  height: 20px;
  width: 20px;
  color: var(--tp-theme-primary);
  line-height: 20px;
  margin-right: 14px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background-color: #fcf2f5;
}
.sv-details-feature-content span {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #242e45;
  margin-bottom: 5px;
  display: inline-block;
  letter-spacing: -0.02em;
}
.sv-details-feature-content p {
  font-weight: 400;
  font-size: 16px;
  color: #878898;
  margin-bottom: 0;
}
.sv-details-testi {
  border-radius: 14px;
  background-color: #fcf2f5;
  padding: 40px 100px 40px 125px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sv-details-testi {
    padding: 40px 40px 40px 100px;
  }
}
@media (max-width: 767px) {
  .sv-details-testi {
    padding: 30px;
  }
}
.sv-details-testi-text p {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.47;
  margin-bottom: 25px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sv-details-testi-text p {
    font-size: 27px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sv-details-testi-text p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sv-details-testi-text p {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .sv-details-testi-text p {
    font-size: 22px;
  }
}
.sv-details-testi-info h4 {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.sv-details-testi-info h4 span {
  font-weight: 400;
  font-size: 14px;
  color: #525356;
  padding-left: 10px;
  margin-left: 10px;
  position: relative;
}
.sv-details-testi-info h4 span::before {
  position: absolute;
  top: 8px;
  left: 0;
  height: 4px;
  width: 4px;
  content: "";
  border-radius: 50%;
  display: inline-block;
  background-color: #525356;
}
.sv-details-testi-shape-1 {
  position: absolute;
  bottom: 0;
  right: 70px;
}
.sv-details-testi-quote span {
  position: absolute;
  top: 5px;
  left: -75px;
  color: var(--tp-theme-primary);
}
.sv-details-faq-wrap .tp-faq-wrapper {
  padding-left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sv-details-faq-wrap .tp-section-title {
    font-size: 40px;
  }
}

/*----------------------------------------*/
/*  7.7 counter css
/*----------------------------------------*/
.tp-counter-title {
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #de5f49;
}
@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-counter-item {
    padding-left: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-counter-item {
    flex-wrap: wrap;
  }
}
.tp-counter-border {
  right: 35px;
  top: 0;
  width: 1px;
  height: 100px;
  display: inline-block;
  background: linear-gradient(180deg, #e3daef 0%, #f6dfe0 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-counter-border {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-counter-border {
    display: none !important;
  }
}
.tp-counter-border-2 {
  right: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-counter-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.tp-counter-content p {
  font-family: var(--tp-ff-grotesk);
  line-height: 1.37;
  color: var(--tp-grey-2);
}
@media (max-width: 767px) {
  .tp-counter-content p br {
    display: none;
  }
}
.tp-counter-content p span {
  color: #242e45;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-counter-ptb {
    padding-bottom: 80px;
  }
}
.tp-counter-2-icon {
  position: relative;
  z-index: 2;
}
.tp-counter-2-wrap {
  background: #eff4e0;
  border-radius: 15px;
  padding: 33px 30px 26px 40px;
}
.tp-counter-2-wrap.prime-bg {
  background: #faf6f3;
}
.tp-counter-2-shape {
  position: absolute;
  bottom: 0;
  right: 70px;
}
.tp-counter-2-shape.middle-icon {
  bottom: inherit;
  top: 0;
}
.tp-counter-2-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.04em;
  color: #161617;
}
.tp-counter-2-count {
  font-weight: 700;
  font-size: 130px;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
  position: absolute;
  top: -48px;
  right: -15px;
}
.tp-counter-2-count-two {
  top: inherit;
  bottom: -60px;
}
@media (max-width: 767px) {
  .tp-counter-3-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-counter-3-item {
  position: relative;
  border-radius: 40px;
  padding: 60px 20px 50px 20px;
  background: var(--tp-common-white);
  box-shadow: 0 1px 2px 0 rgba(4, 41, 35, 0.08);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-counter-3-item {
    padding: 55px 10px 40px 10px;
  }
}
.tp-counter-3-shape {
  position: absolute;
  top: 150px;
  right: 146px;
}
@media (max-width: 767px) {
  .tp-counter-3-shape {
    display: none;
  }
}
.tp-counter-3-icon {
  display: inline-block;
  margin-bottom: 44px;
}
.tp-counter-3-icon-shape {
  position: absolute;
  top: -15px;
  left: -30px;
}
.tp-counter-3-wrapper {
  position: relative;
}
.tp-counter-3-wrapper:hover .tp-counter-3-trnsparent {
  top: -4px;
  opacity: 1;
}
.tp-counter-3-wrapper:hover .tp-counter-3-count {
  color: var(--tp-common-pink);
}
.tp-counter-3-wrapper:hover .tp-counter-3-item {
  box-shadow: 0 1px 2px 0 rgba(4, 41, 35, 0.08);
  background: #fff;
}
.tp-counter-3-trnsparent {
  background: linear-gradient(62deg, #aa28d9 0%, #4d3bbf 100%);
  transform: rotate(-180deg);
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 70px;
  border-radius: 50px;
  top: 0;
  left: 0;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-counter-3-subtitle {
  color: var(--tp-common-blue-3);
}
.tp-counter-3-count {
  font-weight: 600;
  font-size: 60px;
  color: var(--tp-common-blue);
  margin-bottom: 2px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-counter-5-title {
  background: linear-gradient(90deg, #0ebdcd 0%, #17d79b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-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) {
  .tp-counter-5-ptb {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-counter-4-ptb {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .tp-counter-4-ptb {
    margin-bottom: 80px;
  }
}
.tp-counter-4-item .tp-counter-3-item {
  border: 1px solid #F4F4F4;
  border-radius: 10px;
  box-shadow: none;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-counter-4-item .tp-counter-3-item:hover {
  box-shadow: none;
  border-color: #FFF9F6;
  background: #FFF9F6;
}
.tp-counter-4-item .tp-counter-3-item:hover .tp-counter-3-count {
  color: var(--tp-common-blue);
}
.tp-counter-4-bg {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: calc(50% - 85px);
  background-size: cover;
  border-radius: 10px 0px 0 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-counter-4-bg {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-counter-4-bg {
    border-radius: 0;
    position: static;
    width: 100%;
  }
}
.tp-counter-4-content {
  height: 645px;
  flex-direction: column;
  padding: 50px 0 60px 60px;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-counter-4-content {
    padding: 50px 0 60px 40px;
    height: 600px;
  }
}
@media (max-width: 767px) {
  .tp-counter-4-content {
    height: 530px;
  }
}
.tp-counter-4-text p {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -1.44px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-grotesk);
}
.tp-counter-4-app button {
  display: block;
  margin-bottom: 10px;
}

/*----------------------------------------*/
/*  8.5 project css
/*----------------------------------------*/
.tp-project-shape {
  right: 0;
  top: 0;
  z-index: -1;
}
.tp-project-tab-static {
  position: sticky;
  top: 100px;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-tab-static {
    position: inherit;
    top: 0;
  }
}
.tp-project-tab-link {
  border-radius: 10px;
  cursor: pointer;
  padding: 15px 20px;
}
.tp-project-tab-link.active {
  background: var(--tp-common-white);
}
.tp-project-tab-btn {
  font-weight: 500;
  letter-spacing: -0.02em;
  font-size: 16px;
}
.tp-project-tab-btn-wrap {
  border-radius: 10px;
  background-color: #fcf2f5;
  color: var(--tp-common-cream-2);
  padding: 40px 40px 40px 40px;
}
.tp-project-tab-content {
  position: sticky;
  top: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-tab-content {
    margin-left: 0;
  }
}
.tp-project-wrapper {
  background-color: var(--tp-common-black);
  border-radius: 10px;
  padding: 50px;
  position: sticky;
  top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-wrapper {
    position: inherit;
  }
}
@media (max-width: 767px) {
  .tp-project-wrapper {
    padding: 40px 30px;
    position: inherit;
  }
}
.tp-project-tag span {
  font-family: var(--tp-ff-grotesk);
  font-weight: 500;
  font-size: 13px;
  color: var(--tp-common-white);
  border: 1px solid #3b4660;
  display: inline-block;
  border-radius: 6px;
  padding: 5px 11px;
}
@media (max-width: 767px) {
  .tp-project-content-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.tp-project-content-wrap p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
}
.tp-project-title {
  font-size: 30px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-project-thumb {
    margin-bottom: 20px;
  }
}
.tp-project-thumb img {
  border-radius: 10px;
}

/*----------------------------------------*/
/*  8.9 testimonial css
/*----------------------------------------*/
.tp-testimonial-item {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .tp-testimonial-item {
    padding: 30px;
  }
}
.tp-testimonial-avatar-thumb {
  border-radius: 10px;
}
.tp-testimonial-avatar-title {
  letter-spacing: -0.02em;
  font-size: 24px;
  font-weight: 500;
}
.tp-testimonial-avatar-designation {
  font-weight: 500;
  font-size: 16px;
  color: #a5a5a5;
  margin-bottom: 27px;
  letter-spacing: -0.02em;
}
.tp-testimonial-ratings {
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #000;
  padding: 6px 9px;
  display: inline-block;
}
.tp-testimonial-ratings i {
  color: var(--tp-theme-secondary);
  font-size: 14px;
  margin-left: 3px;
  transform: translateY(-1px);
}
.tp-testimonial-content {
  padding: 80px 83px 75px 60px;
  border-radius: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-content {
    padding: 60px 83px 50px 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-content {
    padding: 30px;
  }
}
.tp-testimonial-content p {
  line-height: 1.33;
  letter-spacing: -0.04em;
  font-family: var(--tp-ff-grotesk);
  color: var(--tp-common-black2);
  font-size: 30px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-content p {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-content p {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-content p {
    font-size: 17px;
  }
}
.tp-testimonial-qoute {
  right: 40px;
  bottom: 40px;
}
@media (max-width: 767px) {
  .tp-testimonial-navigation {
    margin-bottom: 0;
  }
}
.tp-testimonial-navigation span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  color: var(--tp-theme-primary);
  background-color: var(--tp-common-white);
  font-size: 16px;
  text-align: center;
}
.tp-testimonial-navigation span:hover {
  background: var(--tp-theme-secondary);
  color: var(--tp-common-white);
  transform: scale(1.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-slide {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-2-slider-wrap {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-2-main {
    margin-left: 0;
  }
}
.tp-testimonial-2-spacing {
  padding-top: 160px;
  padding-bottom: 270px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-testimonial-2-spacing {
    padding-top: 100px;
    padding-bottom: 220px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-testimonial-2-spacing {
    padding-top: 80px;
    padding-bottom: 180px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-2-spacing {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-2-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-2-spacing {
    padding-top: 0;
    padding-bottom: 80px;
  }
}
.tp-testimonial-2-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  border-radius: 0 10px 0 0;
  width: 43%;
  background: #eff4e0;
  padding-left: 95px;
  height: 100%;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), 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-2-left {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-2-left {
    width: 47%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-2-left {
    position: static;
    width: 100%;
    margin-bottom: 70px;
  }
}
.tp-testimonial-2-left-title {
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: var(--tp-common-black-4);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-testimonial-2-left-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-2-left-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-2-left-title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-2-left-title {
    font-size: 40px;
  }
}
.tp-testimonial-2-left-wrap {
  padding: 0 20px 20px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-2-left-wrap {
    padding: 0 20px 20px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-2-left-wrap {
    padding: 30px;
  }
}
.tp-testimonial-2-big-title {
  font-size: 320px;
  letter-spacing: -0.02em;
  color: #eff4e0;
  bottom: -140px;
  right: -20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-testimonial-2-big-title {
    font-size: 250px;
    bottom: -80px;
  }
}
.tp-testimonial-2-thumb img {
  border-radius: 12px 12px 0px 12px;
}
.tp-testimonial-2-thumb-2 img {
  border-radius: 0px 12px 12px 12px;
}
.tp-testimonial-2-clients-wrap {
  height: 100%;
  padding: 50px 50px 0 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-2-clients-wrap {
    padding: 50px 30px 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-2-clients-wrap {
    padding: 30px;
  }
}
.tp-testimonial-2-clients p {
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #69696e;
  line-height: 1;
  margin-bottom: 20px;
}
.tp-testimonial-2-counter {
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: var(--tp-common-black-4);
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-testimonial-2-counter {
    font-size: 40px;
  }
}
.tp-testimonial-2-review-star i {
  color: #ffa84b;
  font-size: 12px;
}
.tp-testimonial-2-review-content p {
  font-size: 22px;
  line-height: 1.45;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-2-review-content p {
    font-size: 21px;
  }
}
.tp-testimonial-2-rating-title {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  color: var(--tp-common-black-4);
}
.tp-testimonial-2-author {
  transform: translateY(-6px);
}
.tp-testimonial-2-author-wrap {
  display: flex;
}
.tp-testimonial-2-author-rating {
  font-family: var(--tp-ff-inter);
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  color: var(--tp-common-black-4);
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}
.tp-testimonial-2-author-rating::before {
  position: absolute;
  content: "";
  background: #d9d9d9;
  width: 1px;
  height: 40px;
  right: 0;
  top: 0;
}
.tp-testimonial-2-author-name {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .tp-testimonial-2-nav-wrap {
    margin-left: 20px;
  }
}
.tp-testimonial-2-nav .tp-testimonial-2-next span:before,
.tp-testimonial-2-nav .tp-testimonial-2-prev span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 34px;
  height: 34px;
  border: 1px solid var(--tp-common-black);
  border-radius: 50%;
  transition: transform 0.25s;
}
.tp-testimonial-2-nav .tp-testimonial-2-next span,
.tp-testimonial-2-nav .tp-testimonial-2-prev span {
  display: inline-block;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  width: 26px;
  height: 1.8px;
  background: #8A8A8D;
  font-size: 0;
  transition: all 0.25s;
}
.tp-testimonial-2-nav .tp-testimonial-2-next svg,
.tp-testimonial-2-nav .tp-testimonial-2-prev svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.tp-testimonial-2-nav button {
  position: relative;
  width: 30px;
  height: 40px;
  font-size: 0;
}
.tp-testimonial-2-nav button:hover span {
  width: 40px;
  background-color: var(--tp-common-black);
}
.tp-testimonial-2-nav button:hover span svg {
  color: var(--tp-common-black);
}
.tp-testimonial-2-nav button:hover span::before {
  transform: translateY(-50%) scale(1);
}
.tp-testimonial-2-prev {
  margin-right: 27px;
}
.tp-testimonial-2-prev span {
  right: 0;
}
.tp-testimonial-2-prev span::before {
  right: 18px;
}
.tp-testimonial-2-prev span svg {
  left: 0;
}
.tp-testimonial-2-next span {
  left: 0;
}
.tp-testimonial-2-next span svg {
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-3-ptb {
    padding-top: 80px;
  }
}
.tp-testimonial-3-ratting-icon {
  margin-right: 12px;
}
.tp-testimonial-3-ratting-star i {
  color: #FFA84B;
  margin-bottom: 6px;
}
.tp-testimonial-3-ratting-content span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  color: #030a59;
}
.tp-testimonial-3-slide-content {
  padding: 90px 0;
  margin-left: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-3-slide-content {
    margin-left: 0;
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-3-slide-content {
    padding: 50px 0;
    margin-left: 0;
  }
}
.tp-testimonial-3-slide-content p {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
  color: #030a59;
  margin-bottom: 30px;
  max-width: 585px;
}
@media only screen and (min-width: 350px) and (max-width: 575px) {
  .tp-testimonial-3-slide-content p {
    font-size: 20px;
  }
}
.tp-testimonial-3-slide-quote {
  color: #A629D8;
  margin-bottom: 25px;
  display: inline-block;
}
.tp-testimonial-3-slide-item {
  padding: 0px 70px;
  border-radius: 25px;
  background-color: #fcf2f5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-3-slide-item {
    padding: 0px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-3-slide-item {
    padding: 0px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-3-slide-img {
    display: none;
  }
}
.tp-testimonial-3-slide-img img {
  max-width: inherit;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-3-slide-img img {
    width: 100%;
  }
}
.tp-testimonial-3-text {
  position: absolute;
  bottom: 0;
  right: -70px;
  font-weight: 700;
  font-size: 220px;
  line-height: 0.14;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-testimonial-3-text {
    right: 0;
    font-size: 120px;
  }
}
.tp-testimonial-3-author h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #030a59;
  margin-bottom: 7px;
  letter-spacing: -0.02em;
}
.tp-testimonial-3-author span {
  font-weight: 400;
  font-size: 16px;
  color: #424a8f;
}
.tp-testimonial-3-arrow {
  position: absolute;
  top: 50%;
  right: 60px;
  z-index: 1;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-3-arrow {
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-3-arrow {
    right: 20px;
  }
}
.tp-testimonial-3-arrow button {
  margin: 10px 0px;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-testimonial-3-arrow button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
}
.tp-testimonial-3-arrow button span svg {
  transform: translateY(-2px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-5-ptb {
    padding-bottom: 80px;
  }
}
.tp-testimonial-5-bg {
  border-radius: 10px;
  background: #efffff;
}
.tp-testimonial-5-ratting {
  font-size: 60px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black-3);
  margin-bottom: 0;
  line-height: 1;
}
.tp-testimonial-5-ratting-wrap {
  padding: 70px 0px 50px 0px;
  border-right: 1px solid #d5e0e0;
}
@media (max-width: 767px) {
  .tp-testimonial-5-ratting-wrap {
    border: 0;
  }
}
.tp-testimonial-5-ratting-subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--tp-common-black-3);
}
.tp-testimonial-5-ratting-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.37;
  letter-spacing: -0.04em;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--tp-common-black-3);
}
.tp-testimonial-5-ratting-star i {
  font-size: 11px;
  color: #ffa84b;
}
.tp-testimonial-5-slide-wrapper {
  padding: 80px 0px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .tp-testimonial-5-slide-wrapper {
    padding: 0;
    padding: 0px 15px;
    padding-bottom: 40px;
  }
}
.tp-testimonial-5-content {
  margin-right: -1px;
  padding: 0px 70px 0px 0px;
  border-right: 1px solid #d5e0e0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-5-content {
    padding: 0px 30px 0px 0px;
  }
}
@media (max-width: 767px) {
  .tp-testimonial-5-content {
    margin-right: 0;
    padding: 0;
    border-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testimonial-5-content {
    padding: 30px;
  }
}
.tp-testimonial-5-content p {
  line-height: 1.5;
  color: var(--tp-common-black-3);
}
.tp-testimonial-5-author-img {
  position: relative;
}
.tp-testimonial-5-author-img img {
  border-radius: 50%;
}
.tp-testimonial-5-author-logo {
  position: absolute;
  bottom: -3px;
  right: -4px;
}
.tp-testimonial-5-author-content span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
}
.tp-testimonial-5-author-title {
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black-3);
  margin-bottom: 0;
}
.tp-testimonial-5-navigation .tp-testimonial-5-prev {
  margin-right: 4px;
}
.tp-testimonial-5-navigation span {
  height: 44px;
  width: 44px;
  border: 1px solid #d5e0e0;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  color: var(--tp-common-black-3);
  line-height: 44px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-testimonial-5-navigation span:hover {
  background: var(--tp-common-white);
  border-color: var(--tp-common-white);
  box-shadow: 0 0 20px -6px rgba(23, 36, 36, 0.08);
}

/*----------------------------------------*/
/*  7.5 testimonial css
/*----------------------------------------*/
.tp-chose-style-1.tp-chose-5-fea-bg {
  height: 100%;
}
.tp-chose-style-2.tp-chose-5-fea-bg {
  height: 100%;
  width: calc(50% - 110px);
}
.tp-chose-style-2.tp-chose-5-fea-bg .tp-faq-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 90px;
  width: 90px;
  line-height: 85px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-chose-style-2.tp-chose-5-fea-bg .tp-faq-video-btn {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-chose-style-2.tp-chose-5-fea-bg {
    width: calc(50% - 50px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-chose-style-2.tp-chose-5-fea-bg {
    height: 400px;
    width: 100%;
    position: static;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-chose-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-chose-wrapper {
    padding-top: 50px;
  }
}
.tp-chose-badge {
  margin-right: 12px;
  margin-top: 11px;
}
.tp-chose-expe {
  font-weight: 300;
  font-size: 60px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
.tp-chose-expe span {
  font-weight: 700;
}
.tp-chose-expe-wrap {
  backdrop-filter: blur(40px);
  border-radius: 20px;
  border: 1px solid rgba(12, 19, 56, 0.08);
  background: linear-gradient(209deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%);
  padding: 25px 47px 11px 37px;
  display: flex;
}
.tp-chose-expe-para {
  font-size: 14px;
  line-height: 1.43;
  color: rgba(255, 255, 255, 0.85);
}
.tp-chose-item {
  border: 1px solid rgba(12, 19, 56, 0.08);
  border-radius: 10px;
  padding: 34px 30px 31px 32px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-chose-item {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-chose-item {
    margin-bottom: 20px;
  }
}
.tp-chose-item:hover {
  box-shadow: 0 20px 40px 0 rgba(8, 10, 55, 0.12);
  background: var(--tp-common-white);
}
.tp-chose-btn i {
  color: #878898;
  transition: all 0.4s ease;
}
.tp-chose-btn i:hover {
  color: var(--tp-theme-primary);
}
.tp-chose-icon {
  margin-bottom: 21px;
  display: inline-block;
}
.tp-chose-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  margin-bottom: 21px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-chose-ptb {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-chose-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-chose-2-list ul li {
  list-style: none;
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black-4);
  display: flex;
}
.tp-chose-2-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.tp-chose-2-list ul li i {
  font-size: 16px;
  transform: translateY(1px);
  margin-right: 10px;
}
.tp-chose-2-thumb {
  background: linear-gradient(179deg, #eff4e0 0%, #fdfff8 100%);
  border-radius: 30px;
  padding: 65px 64px 82px 58px;
  width: 100%;
}
@media (max-width: 767px) {
  .tp-chose-2-shape {
    padding-top: 0;
  }
}
.tp-chose-2-shape img {
  box-shadow: 0 0 40px 0 rgba(11, 17, 57, 0.2);
  border-radius: 14px;
  background: var(--tp-common-white);
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .tp-chose-2-shape img {
    max-width: 100%;
  }
}
.tp-chose-2-shape-two img {
  padding: 17px 4px 14px 14px;
  box-shadow: 0 20px 20px 0 rgba(32, 33, 36, 0.1);
  background: var(--tp-common-white);
  border-radius: 16px;
  margin-top: -95px;
}
.tp-chose-2-shape-three {
  position: absolute;
  top: 65px;
  right: 65px;
}
.tp-chose-2-shape-three img {
  border-radius: 20px;
  box-shadow: 0 20px 20px 0 rgba(32, 33, 36, 0.1);
}
.tp-chose-2-shape-four {
  float: right;
  margin-top: -103px;
  margin-right: -30px;
}
.tp-chose-2-shape-four img {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  backdrop-filter: blur(60px);
  box-shadow: 0 30px 50px 0 rgba(18, 17, 22, 0.08);
  background: rgba(255, 255, 255, 0.7);
}
.tp-chose-2-shape-five {
  position: absolute;
  top: 36%;
  left: 8%;
  box-shadow: 0 20px 40px 0 rgba(43, 10, 5, 0.1);
  background: #fff;
  border-radius: 10px;
}
.tp-chose-2-shape-five img {
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-chose-5-mtb {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-chose-5-mtb {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-chose-5-title-box {
    margin-bottom: 30px;
  }
}
.tp-chose-5-fea-icon {
  margin-bottom: 20px;
  display: inline-block;
}
.tp-chose-5-fea-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #252840;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.tp-chose-5-fea-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.87;
  color: #868d98;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-chose-5-fea-item p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-chose-5-fea-item p {
    font-size: 14px;
  }
}
.tp-chose-5-fea-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 50px);
  width: calc(50% - 80px);
  padding: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-chose-5-fea-bg {
    width: calc(50% - 45px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-chose-5-fea-bg {
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-chose-5-fea-bg {
    width: 100%;
    position: static;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 350px) and (max-width: 575px) {
  .tp-chose-5-fea-bg {
    padding: 45px;
  }
}
.tp-chose-5-exp {
  padding: 25px 35px;
  border-radius: 10px;
  backdrop-filter: blur(20px);
  animation: tpupdown 1s infinite alternate;
  box-shadow: 0 20px 30px 0 rgba(50, 15, 3, 0.2);
  background: linear-gradient(180deg, rgba(11, 181, 222, 0.85) 0%, rgba(23, 216, 154, 0.85) 100%);
}
.tp-chose-5-exp img {
  margin-right: 15px;
  transform: translateY(6px);
}
.tp-chose-5-exp-content h4 {
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 0;
  color: var(--tp-common-white);
}
.tp-chose-5-exp-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 0;
  color: var(--tp-common-white);
}

.tp-chose-4-bg.tp-chose-5-fea-bg {
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-chose-4-bg.tp-chose-5-fea-bg {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-chose-4-box {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.tp-chose-4-box .tp-section-title {
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-chose-4-box .gx-50 {
    --bs-gutter-x: 0px;
  }
}
.tp-chose-4-item .tp-chose-5-fea-title {
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  8.8 team css
/*----------------------------------------*/
.tp-team-item {
  overflow: hidden;
  border-radius: 14px;
  border: 2px solid #e6e6e6;
}
.tp-team-item:hover .tp-team-social-wrap {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}
.tp-team-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
  color: #242e45;
  margin-bottom: 5px;
  letter-spacing: -0.04em;
}
.tp-team-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-team-content {
  padding: 20px 20px;
}
.tp-team-content span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #878898;
}
.tp-team-social {
  padding: 15px;
  border-radius: 10px;
  display: inline-block;
  background: linear-gradient(270deg, rgba(228, 97, 68, 0.95) 0.01%, rgba(66, 48, 211, 0.95) 100%);
}
.tp-team-social-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.tp-team-social a {
  display: inline-block;
  border-radius: 6px;
  height: 36px;
  width: 36px;
  line-height: 28px;
  text-align: center;
  color: var(--tp-common-white);
  border: 2px solid rgba(255, 255, 255, 0.14);
}
.tp-team-social a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.tp-team-text p {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #01103d;
}
.tp-team-text p span {
  color: var(--tp-theme-primary);
}
.tp-team-text p span svg {
  transform: translateY(-1px);
}
@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-3-ptb {
    padding-top: 80px;
    margin-bottom: 80px;
  }
}
.tp-team-3-item:hover .tp-team-3-thumb img {
  transform: scale(1.08);
}
.tp-team-3-thumb {
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 15px;
}
.tp-team-3-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  border-radius: 15px;
}
.tp-team-3-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  color: #030a59;
  margin-bottom: 5px;
  letter-spacing: -0.04em;
}
.tp-team-3-title a:hover {
  color: var(--tp-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-3-title-box {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-3-title-wrap {
    margin-bottom: 40px;
  }
}
.tp-team-3-content span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #424a8f;
}
.tp-team-3-social {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.5s ease;
  background: var(--tp-common-white);
  box-shadow: 0 4px 4px 0 rgba(176, 15, 126, 0.16);
}
.tp-team-3-social:hover a {
  opacity: 1;
}
.tp-team-3-social:hover .tp-team-3-social-wrap {
  border-radius: 50%;
}
.tp-team-3-social:hover .tp-team-3-social-wrap i, .tp-team-3-social:hover .tp-team-3-social-wrap svg {
  transform: rotate(135deg);
}
.tp-team-3-social:hover .tp-team-3-social-icon {
  transform: scaleY(1);
}
.tp-team-3-social-wrap {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 13px;
  position: relative;
  z-index: 3;
  border-radius: 50%;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  color: var(--tp-common-white);
  background: var(--tp-common-white);
}
.tp-team-3-social-wrap i, .tp-team-3-social-wrap svg {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  color: var(--tp-common-white);
}
.tp-team-3-social-wrap svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  color: var(--tp-common-black);
}
.tp-team-3-social-icon {
  position: absolute;
  top: 25px;
  height: auto;
  transition: 0.3s;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: top;
  padding: 10px 0 15px 0;
  border-radius: 0 0 30px 30px;
  background: var(--tp-common-white);
}
.tp-team-3-social-icon a {
  width: 40px;
  height: 26px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  display: block;
}
.tp-team-3-social-icon a i, .tp-team-3-social-icon a span {
  opacity: 0.7;
  color: var(--tp-common-black);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-team-3-social-icon a:hover i, .tp-team-3-social-icon a:hover span {
  opacity: 1;
}
@media (max-width: 767px) {
  .tp-team-5-title-box {
    margin-bottom: 20px;
  }
}
.tp-team-5-item:hover .tp-team-3-social-icon {
  transform: scaleX(1);
}
.tp-team-5-item:hover .tp-team-3-social-wrap svg {
  transform: rotate(135deg);
}
.tp-team-5-item:hover .tp-team-5-thumb::before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.tp-team-5-thumb {
  position: relative;
}
.tp-team-5-thumb::before {
  position: absolute;
  bottom: 0;
  content: "";
  left: 0;
  background: linear-gradient(180deg, rgba(9, 176, 230, 0) 16.15%, rgba(9, 177, 228, 0.5) 50%, #19dd8c 100%);
  width: 100%;
  height: 0;
  border-radius: 0px 0px 15px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-team-5-social {
  top: auto;
  bottom: 30px;
  left: 30px;
}
.tp-team-5-social-icon {
  border-radius: 0px 30px 30px 0px;
  display: flex;
  top: 0;
  left: 19px;
  padding: 8px 13px 6px 15px;
  transform: scaleX(0);
  transform-origin: left;
}
.tp-team-5-social-icon a {
  width: 27px;
  height: 26px;
  line-height: 26px;
}
.tp-team-5-social-icon a:hover i {
  color: var(--tp-common-sky);
}
.tp-team-progress-wrap .tp-about-progress {
  height: 6px;
  border-radius: 0;
}
.tp-team-progress-mail a span {
  height: 50px;
  width: 50px;
  line-height: 47px;
  border-radius: 50%;
  margin-right: 15px;
  text-align: center;
  display: inline-block;
  background: rgba(20, 24, 32, 0.06);
}
.tp-team-progress-mail a i {
  font-size: 16px;
  font-weight: 500;
  color: #242E45;
  font-style: normal;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-progress-heading {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-progress-heading p br {
    display: none;
  }
}

.tp-team-4-item:hover .tp-team-3-thumb::after {
  height: 100%;
}
.tp-team-4-item:hover .tp-team-4-social {
  bottom: 25px;
  opacity: 1;
  visibility: visible;
}
.tp-team-4-item .tp-team-3-thumb::after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0;
  border-radius: 15px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: linear-gradient(180deg, rgba(36, 46, 69, 0) 19.62%, rgba(36, 46, 69, 0.9) 100%);
}
.tp-team-4-social {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
  margin: 0 auto;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-team-4-social a {
  color: rgba(255, 255, 255, 0.6);
}
.tp-team-4-social a:not(:last-child) {
  margin-right: 20px;
}
.tp-team-4-social a:hover {
  color: var(--tp-common-white);
}

.tp-team-details-thumb img {
  border-radius: 14px;
}
.tp-team-details-subtitle {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  color: var(--tp-theme-primary);
  font-family: var(--tp-ff-grotesk);
  margin-bottom: 10px;
}
.tp-team-details-title {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: -1.76px;
  color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .tp-team-details-title {
    font-size: 40px;
  }
}
.tp-team-details-mail {
  color: #03041C;
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  font-family: var(--tp-ff-grotesk);
}
.tp-team-details-mail:hover {
  color: var(--tp-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-details-thumb {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.tp-team-details-content {
  margin-left: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-details-content {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-team-details-content p br {
    display: none;
  }
}
.tp-team-details-sm-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.48px;
  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-team-details-more-info {
    margin-bottom: 20px;
  }
}
.tp-team-details-more-info ul li {
  margin-bottom: 20px;
  list-style: none;
}
.tp-team-details-more-info ul li label {
  width: 140px;
  color: #525356;
  font-size: 16px;
  font-weight: 400;
}
.tp-team-details-more-info ul li span {
  color: #141820;
  font-size: 16px;
  font-weight: 500;
}
.tp-team-details-text-title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1.6px;
  color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .tp-team-details-text-title {
    font-size: 35px;
  }
}
.tp-team-details-text-content p {
  color: #878898;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}
.tp-team-details-text-list ul li {
  list-style: none;
  color: #878898;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.tp-team-details-social-icon a {
  position: relative;
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  background: #FEFEFE;
  border: 1px solid #E6E6E6;
  margin-right: 5px;
  z-index: 1;
}
.tp-team-details-social-icon a:hover {
  color: var(--tp-common-white);
}
.tp-team-details-social-icon a:hover::before {
  opacity: 1;
}
.tp-team-details-social-icon a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: linear-gradient(180deg, var(--tp-theme-primary) 0%, #ed6440 100%);
}
.tp-team-details-social-message {
  margin-left: 5px;
}
.tp-team-details-social-message a {
  position: relative;
  padding: 9px 15px;
  display: inline-block;
  border-radius: 100px;
  background: #FEFEFE;
  border: 1px solid #E6E6E6;
  z-index: 1;
}
.tp-team-details-social-message a span {
  display: inline-block;
  margin-right: 8px;
  color: #5F6168;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  transform: translateY(-1px);
}
.tp-team-details-social-message a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  border-radius: 100px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: linear-gradient(180deg, var(--tp-theme-primary) 0%, #ed6440 100%);
}
.tp-team-details-social-message a:hover {
  color: var(--tp-common-white);
}
.tp-team-details-social-message a:hover::before {
  opacity: 1;
}
.tp-team-details-social-message a:hover span {
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  7.9 faq css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-ptb {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-faq-ptb {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-faq-title-wrap {
    margin-bottom: 60px;
  }
}
.tp-faq-thumb {
  border-radius: 15px;
}
.tp-faq-video-btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 30px;
  height: 60px;
  width: 60px;
  line-height: 57px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background-color: var(--tp-common-white);
  animation: animate-pulse 3s linear infinite;
}
.tp-faq-video-btn span {
  display: inline-block;
  color: var(--tp-theme-primary);
}
.tp-faq-video-btn span svg {
  transform: translate(1px, 1px);
}
@media only screen and (min-width: 350px) and (max-width: 575px) {
  .tp-faq-tel-box {
    margin-bottom: 15px;
  }
}
.tp-faq-tel-icon {
  margin-right: 10px;
}
.tp-faq-tel-icon i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  transform: rotate(-45deg);
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
}
.tp-faq-tel-content span {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #878898;
  margin-bottom: 7px;
}
.tp-faq-tel-content a {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: #242e45;
}
@media only screen and (min-width: 350px) and (max-width: 575px) {
  .tp-faq-btn-box {
    flex-wrap: wrap;
  }
}
.tp-faq-5-thumb-wrap img {
  border-radius: 12px;
}
.tp-faq-5-shape {
  border-radius: 10px;
  background: var(--tp-common-white);
  display: inline-block;
  position: absolute;
  left: 40px;
  bottom: 40px;
  padding: 33px 71px 18px 40px;
  animation: tpupdown 1s infinite alternate;
}
@media (max-width: 767px) {
  .tp-faq-5-shape {
    padding: 30px 30px 18px 30px;
  }
}
.tp-faq-5-shape-two {
  position: absolute;
  left: 137px;
  top: 120px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-faq-5-shape-two {
    left: 50px;
    top: 90px;
  }
}
.tp-faq-5-shape-three {
  position: absolute;
  bottom: 94px;
  right: 69px;
}
.tp-faq-5-shape p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--tp-common-black-4);
}
.tp-faq-5-count {
  font-weight: 800;
  font-size: 46px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black-4);
}
.tp-faq-5-accordion .accordion-body p {
  font-size: 15px;
  line-height: 1.67;
  color: rgba(255, 255, 255, 0.65);
  padding-left: 16px;
}
.tp-faq-5-accordion .accordion-header .accordion-buttons:not(.collapsed) {
  color: var(--tp-common-white);
}
.tp-faq-5-accordion .accordion-body {
  padding-bottom: 11px;
}
.tp-faq-5-accordion .accordion-header .accordion-buttons {
  padding: 13px 0px;
  color: var(--tp-common-white);
  font-weight: 700;
  font-size: 18px;
  line-height: 89%;
  position: relative;
  padding-left: 16px;
}
.tp-faq-5-accordion .accordion-header .accordion-buttons::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(180deg, #09b0e8 0%, #19df8b 100%);
}
.tp-faq-5-accordion.inner .accordion-header .accordion-buttons {
  color: var(--tp-common-black);
}
.tp-faq-5-accordion.inner .accordion-header .accordion-buttons::before {
  background: var(--tp-theme-primary);
}
.tp-faq-5-accordion.inner .accordion-body p {
  color: var(--tp-grey-2);
}
.tp-faq-banner-ptb {
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-faq-banner-ptb {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .tp-faq-banner-ptb {
    padding: 80px 0;
  }
}
.tp-faq-banner-subtitle {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.72px;
  color: var(--tp-theme-primary);
  font-family: var(--tp-ff-grotesk);
}
.tp-faq-banner-title {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
  letter-spacing: -3.2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-faq-banner-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-faq-banner-title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .tp-faq-banner-title {
    font-size: 35px;
  }
}
.tp-faq-banner-input {
  margin: 0 135px;
}
@media (max-width: 767px) {
  .tp-faq-banner-input {
    margin: 0;
  }
}
.tp-faq-banner-input input {
  height: 60px;
  border-radius: 10px;
  padding: 0 130px 0 60px;
  font-size: 16px;
  font-weight: 400px;
  color: var(--tp-common-black);
}
.tp-faq-banner-input input::placeholder {
  font-size: 16px;
  font-weight: 400px;
  color: var(--tp-grey-2);
}
.tp-faq-banner-input input:focus {
  border: 1px solid var(--tp-theme-primary);
}
.tp-faq-banner-input .search-icon {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.tp-faq-banner-input-btn {
  position: absolute;
  top: 50%;
  right: 8px;
}
.tp-faq-banner-input-btn button {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 30px;
  border-radius: 5px;
  letter-spacing: -0.32px;
  transform: translateY(-50%);
  color: var(--tp-common-white);
  background: linear-gradient(90deg, #F1663D 0%, #3827AC 100%);
}

@media (max-width: 767px) {
  .tp-faq-4-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-faq-4-text-big {
  transform: translate(-22%, 60%) rotate(-90deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-faq-4-text-big {
    display: none;
  }
}
.tp-faq-4-text-title {
  font-size: 200px;
  font-weight: 700;
  color: #FEF2ED;
  margin: 0;
  text-transform: uppercase;
}
.tp-faq-4-text-title.color {
  color: #F5F3FC;
}
@media (max-width: 767px) {
  .tp-faq-4-heading .tp-section-title {
    margin-bottom: 30px;
  }
}
.tp-faq-4-user-thumb {
  margin-right: 8px;
}
.tp-faq-4-user-content p {
  margin: 0;
  font-size: 12px;
  color: var(--tp-grey-6);
}
.tp-faq-4-user-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
  letter-spacing: -0.218px;
  color: var(--tp-common-blue-4);
}
.tp-faq-4-wrapper.tp-faq-wrapper {
  padding-left: 0;
}
.tp-faq-4-wrapper .tp-faq-accordion .accordion-header .accordion-buttons {
  padding: 20px 30px;
  border: 1px solid #F4F4F4;
}
@media only screen and (min-width: 350px) and (max-width: 575px) {
  .tp-faq-4-wrapper .tp-faq-accordion .accordion-header .accordion-buttons {
    padding-right: 40px;
    line-height: 1.2;
  }
}
.tp-faq-4-wrapper .tp-faq-accordion .accordion-header .accordion-buttons:not(.collapsed) {
  color: var(--tp-common-black);
  box-shadow: 0px 8px 20px 0px rgba(28, 32, 53, 0.06);
}
.tp-faq-4-wrapper .tp-faq-accordion .accordion-header .accordion-buttons .accordion-icon {
  top: 32px;
  right: 18px;
}
.tp-faq-4-wrapper .tp-faq-accordion .accordion-header .accordion-buttons .accordion-icon::before, .tp-faq-4-wrapper .tp-faq-accordion .accordion-header .accordion-buttons .accordion-icon::after {
  background-color: #878898;
}
.tp-faq-4-wrapper .tp-faq-accordion .accordion-body {
  padding: 20px 30px 20px;
  margin: 0;
}
.tp-faq-4-wrapper .tp-faq-accordion .accordion-body p {
  color: #878898;
}
.tp-faq-4-wrapper .tp-faq-accordion .accordion-items {
  border: none;
  margin-bottom: 20px;
}

/*----------------------------------------*/
/*  7.6 contact css
/*----------------------------------------*/
.tp-contact-tel {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: var(--tp-theme-secondary);
  display: block;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}
.tp-contact-tel:hover {
  color: var(--tp-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-wrap {
    margin-bottom: 60px;
  }
}
.tp-contact-mail {
  font-weight: 400;
  font-size: 15px;
  line-height: 0.8;
  color: #878898;
}
.tp-contact-info {
  display: inline-block;
}
.tp-contact-title-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
  color: #878898;
  margin-bottom: 40px;
}
.tp-contact-shape {
  position: absolute;
  bottom: -57%;
  right: 0;
}
.tp-contact-from {
  margin-left: 70px;
  border-radius: 10px;
  padding: 60px 50px;
  background-color: var(--tp-common-white);
  box-shadow: 0 20px 40px 0 rgba(36, 7, 66, 0.13);
}
@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-from {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-contact-from {
    padding: 40px 20px;
  }
}
.tp-contact-input .tp-input, .tp-contact-input .tp-textarea {
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  height: 54px;
  background-color: #f4f4f4;
  border: 1.5px solid #f4f4f4;
  color: var(--tp-common-black);
  letter-spacing: 0.02em;
}
.tp-contact-input .tp-input::-webkit-input-placeholder, .tp-contact-input .tp-textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 400;
  font-size: 16px;
  color: #878898;
  letter-spacing: 0.02em;
}
.tp-contact-input .tp-input::-moz-placeholder, .tp-contact-input .tp-textarea::-moz-placeholder { /* Firefox 19+ */
  font-weight: 400;
  font-size: 16px;
  color: #878898;
  letter-spacing: 0.02em;
}
.tp-contact-input .tp-input:-moz-placeholder, .tp-contact-input .tp-textarea:-moz-placeholder { /* Firefox 4-18 */
  font-weight: 400;
  font-size: 16px;
  color: #878898;
  letter-spacing: 0.02em;
}
.tp-contact-input .tp-input:-ms-input-placeholder, .tp-contact-input .tp-textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  font-weight: 400;
  font-size: 16px;
  color: #878898;
  letter-spacing: 0.02em;
}
.tp-contact-input .tp-input::placeholder, .tp-contact-input .tp-textarea::placeholder { /* MODERN BROWSER */
  font-weight: 400;
  font-size: 16px;
  color: #878898;
  letter-spacing: 0.02em;
}
.tp-contact-input .tp-input:focus, .tp-contact-input .tp-textarea:focus {
  background-color: var(--tp-common-white);
  border-color: var(--tp-theme-primary);
}
.tp-contact-input .tp-textarea {
  resize: none;
  height: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-2-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-contact-2-info-wrap {
    margin-bottom: 40px;
  }
}
.tp-contact-2-info-item {
  padding: 30px 30px;
  border-radius: 15px;
  transition: all 0.3s;
  border: 1px solid rgba(22, 22, 25, 0.2);
}
@media (max-width: 767px) {
  .tp-contact-2-info-item {
    padding: 30px 20px;
  }
}
.tp-contact-2-info-item:hover {
  border-color: transparent;
  box-shadow: 0 0 40px 0 rgba(56, 63, 34, 0.1);
}
.tp-contact-2-info span {
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-contact-2-info a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: rgba(105, 105, 110, 0.93);
}
.tp-contact-2-info-icon {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .tp-contact-2-info-icon {
    margin-right: 15px;
  }
}
.tp-contact-2-info-icon span {
  color: rgba(22, 22, 25, 0.2);
}
.tp-contact-2-style .tp-contact-input .tp-input, .tp-contact-2-style .tp-contact-input .tp-textarea {
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  height: 54px;
  background-color: transparent;
  border: 1.5px solid rgba(195, 199, 184, 0.4784313725);
  color: var(--tp-common-black);
  letter-spacing: 0.02em;
}
.tp-contact-2-style .tp-contact-input .tp-input::-webkit-input-placeholder, .tp-contact-2-style .tp-contact-input .tp-textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #69696e;
}
.tp-contact-2-style .tp-contact-input .tp-input::-moz-placeholder, .tp-contact-2-style .tp-contact-input .tp-textarea::-moz-placeholder { /* Firefox 19+ */
  color: #69696e;
}
.tp-contact-2-style .tp-contact-input .tp-input:-moz-placeholder, .tp-contact-2-style .tp-contact-input .tp-textarea:-moz-placeholder { /* Firefox 4-18 */
  color: #69696e;
}
.tp-contact-2-style .tp-contact-input .tp-input:-ms-input-placeholder, .tp-contact-2-style .tp-contact-input .tp-textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #69696e;
}
.tp-contact-2-style .tp-contact-input .tp-input::placeholder, .tp-contact-2-style .tp-contact-input .tp-textarea::placeholder { /* MODERN BROWSER */
  color: #69696e;
}
.tp-contact-2-style .tp-contact-input .tp-input:focus, .tp-contact-2-style .tp-contact-input .tp-textarea:focus {
  background-color: transparent;
  border-color: #2C544C;
}
.tp-contact-2-style .tp-contact-input .tp-textarea {
  resize: none;
  height: 160px;
}
.tp-contact-banner-img {
  margin-top: -145px;
}
@media (max-width: 767px) {
  .tp-contact-banner-img {
    margin-top: 0;
  }
}
.tp-contact-banner-img img {
  max-width: 100%;
  border-radius: 10px;
}

.inner-contact-info-item {
  padding: 45px;
  background: #fff;
  box-shadow: 0 20px 30px 0 rgba(3, 4, 28, 0.06);
}
.inner-contact-info-item > a {
  font-weight: 500;
  font-size: 22px;
  color: #03041c;
  line-height: 1.36;
  display: inline-block;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .inner-contact-info-item > a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .inner-contact-info-item > a {
    font-size: 20px;
  }
}
.inner-contact-info-icon {
  margin-bottom: 25px;
}
.inner-contact-info-icon span {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  display: inline-block;
  font-size: 20px;
  background-color: #fcf2f5;
  color: var(--tp-common-black);
}
.inner-contact-info-icon span .phone {
  transform: rotate(-30deg);
}
.inner-contact-info-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  color: #96969c;
  margin-bottom: 15px;
  text-decoration: underline;
}
.inner-contact-social {
  padding-top: 15px;
}
.inner-contact-social a {
  color: #B9B9BF;
  margin: 0 15px;
}
.inner-contact-social a:hover {
  color: var(--tp-common-black);
}

.tp-text-wrapper {
  padding: 25px 0;
  background: linear-gradient(90deg, var(--tp-theme-primary) 0%, #f24721 100%);
}
.tp-text-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-text-title::after {
  content: "";
  height: 6px;
  width: 6px;
  margin-left: 30px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-4px);
  background-color: var(--tp-common-white);
}

.tp-text-active .swiper-slide {
  width: auto;
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.tp-error-content {
  margin-left: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-error-content {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-error-content {
    margin-left: 0px;
  }
}
.tp-error-content h4 {
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: -0.04em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-error-content h4 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .tp-error-content h4 {
    font-size: 32px;
  }
}
.tp-error-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #878898;
  margin-bottom: 25px;
}
.tp-error-img img {
  max-width: 100%;
}

/*----------------------------------------*/
/*  8.2 portfolio css
/*----------------------------------------*/
.tp-portfolio-tab {
  margin-right: 284px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-tab {
    margin-right: 170px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-tab {
    margin-right: 0px;
  }
}
.tp-portfolio-tab .tp-portfolio-btn {
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #69696e;
  border-radius: 22px;
  display: inline-block;
  background: none;
  padding: 15px 20px;
}
.tp-portfolio-tab .tp-portfolio-btn.active {
  background: linear-gradient(90deg, #f6f497 0%, rgba(246, 244, 151, 0) 100%);
  background-color: inherit !important;
  color: #161617;
}
.tp-portfolio-thumb img {
  border-radius: 14px;
  width: 100%;
}
.tp-portfolio-subtitle {
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: #69696e;
  position: relative;
  padding-left: 8px;
  margin-bottom: 7px;
  display: inline-block;
}
.tp-portfolio-subtitle::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 20px;
  background: #f6f497;
  top: -3px;
  left: 0;
}
.tp-portfolio-subtitle.inner-color::before {
  background-color: var(--tp-theme-primary);
}
.tp-portfolio-title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #161617;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-title {
    font-size: 20px;
  }
}
.tp-portfolio-item:hover .tp-portfolio-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.tp-portfolio-item:hover .tp-portfolio-4-popup {
  opacity: 1;
  right: 40px;
  visibility: visible;
}
.tp-portfolio-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  padding: 23px 20px 13px 35px;
  border-radius: 20px;
  margin: 0px 45px 45px 45px;
  transform: translateY(40px);
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-content {
    margin: 0px 15px 45px 15px;
  }
}
.tp-portfolio-content.portfolio-4 .tp-portfolio-subtitle::before {
  background-color: var(--tp-common-orange);
}
.tp-portfolio-shape {
  position: absolute;
  bottom: 0;
  right: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-tab-wrap .tp-section-title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-ptb {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-3-ptb {
    padding-top: 80px;
  }
}
.tp-portfolio-3-content {
  backdrop-filter: blur(20px);
  background: linear-gradient(180deg, #aa28d9 0%, #4d3bbf 100%);
  opacity: 0.95;
  display: flex;
  align-items: center;
  padding: 32px 30px 30px 40px;
  border-radius: 10px;
  opacity: 1;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  height: auto;
  top: inherit;
  -webkit-transform: translateY(0) scale(1, 0);
  transform: translateY(0) scale(1, 0);
  transform-origin: bottom center;
  position: absolute;
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}
.tp-portfolio-3-content-box {
  margin-right: auto;
}
.tp-portfolio-3-content p {
  font-size: 15px;
  color: #c1c1c5;
  opacity: 0;
  transform: translateY(15px);
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  margin-bottom: 0;
}
.tp-portfolio-3-wrapper:hover .tp-portfolio-3-content {
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
  opacity: 1;
}
.tp-portfolio-3-wrapper:hover .tp-portfolio-3-content-box p {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}
.tp-portfolio-3-wrapper:hover .tp-portfolio-3-title {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}
.tp-portfolio-3-wrapper:hover .tp-portfolio-3-btn {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}
.tp-portfolio-3-btn {
  margin-left: auto;
  transform: translateY(15px);
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  margin-bottom: 0;
  opacity: 0;
}
.tp-portfolio-3-btn a {
  border-radius: 8px;
  width: 50px;
  height: 50px;
  background: var(--tp-common-white);
  display: inline-block;
  color: #242e45;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
}
.tp-portfolio-3-title {
  font-size: 28px;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(15px);
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.tp-portfolio-3-thumb img {
  border-radius: 10px;
}
.tp-portfolio-3-bottom h6 {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: #64698e;
  display: block;
}
.tp-portfolio-3-bottom h6 svg {
  margin-right: 5px;
}
.tp-portfolio-3-bottom h6 span {
  background: linear-gradient(90deg, #aa28d9 0%, #4d3bbf 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.tp-portfolio-filter button {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #242e45;
  padding: 0 20px;
  position: relative;
}
.tp-portfolio-filter button:not(:last-child)::after {
  position: absolute;
  top: 9px;
  right: -2px;
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--tp-common-black);
}
.tp-portfolio-filter button.active {
  color: var(--tp-theme-primary);
}
@media (max-width: 767px) {
  .tp-portfolio-filter button {
    margin-bottom: 30px;
  }
}

.tp-protfolio-wrapper.swiper-container.portfolio-4-active.swiper-container-initialized.swiper-container-horizontal.swiper-container-pointer-events.swiper-container-free-mode {
  margin-right: -345px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-protfolio-wrapper.swiper-container.portfolio-4-active.swiper-container-initialized.swiper-container-horizontal.swiper-container-pointer-events.swiper-container-free-mode {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-4-ptb {
    padding-bottom: 80px;
  }
}
.tp-portfolio-4-active {
  margin: 0 -25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-4-active {
    margin: 0;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-4-heading .tp-section-title {
    margin-bottom: 30px;
  }
}
.tp-portfolio-4-popup {
  position: absolute;
  top: 30px;
  right: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-portfolio-4-popup a {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-blue-4);
}
.tp-portfolio-4-popup a:hover {
  color: var(--tp-common-blue-4);
  background-color: var(--tp-common-white);
}
.tp-portfolio-4-bottom-btn span {
  font-size: 22px;
  font-weight: 500;
  color: var(--tp-grey-6);
  letter-spacing: -0.44px;
  font-family: var(--tp-ff-grotesk);
}
.tp-portfolio-4-bottom-btn span i {
  font-style: normal;
  color: var(--tp-common-orange);
}
.tp-portfolio-4-bottom-btn span svg {
  transform: translateY(-2px);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-details-ptb {
    padding-bottom: 80px;
  }
}
.tp-portfolio-details-thumb-main {
  position: relative;
  margin-top: -290px;
}
@media (max-width: 767px) {
  .tp-portfolio-details-thumb-main {
    margin-top: 30px;
  }
}
.tp-portfolio-details-thumb-main img {
  width: 100%;
  border-radius: 10px;
}
.tp-portfolio-details-thumb img {
  width: 100%;
  border-radius: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-details-thumb img {
    margin-bottom: 30px;
  }
}
.tp-portfolio-details-item span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
  color: var(--tp-grey-2);
  letter-spacing: 0.84px;
}
.tp-portfolio-details-item-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-portfolio-details-item-title br {
    display: none;
  }
}
.tp-portfolio-details-item.bdr {
  margin-right: 30px;
  border-right: 1px solid #E6E6E6;
}
@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-portfolio-details-item.bdr {
    margin-right: 0;
  }
}
.tp-portfolio-details-item-btn a {
  border-radius: 30px;
  padding: 12px 35px;
}
.tp-portfolio-details-item-btn span {
  margin: 0;
  transform: translateX(6px);
}
@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-portfolio-details-info-box {
    padding-bottom: 80px;
  }
}
.tp-portfolio-details-text-box p {
  font-size: 18px;
  line-height: 30px;
  color: var(--tp-grey-2);
}
.tp-portfolio-details-text-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: -1.44px;
}
.tp-portfolio-details-text-list {
  margin-left: 16px;
  margin-bottom: 25px;
}
.tp-portfolio-details-text-list ul {
  display: inline-block;
}
.tp-portfolio-details-text-list ul li {
  font-size: 18px;
  line-height: 30px;
  color: var(--tp-grey-2);
}
.tp-portfolio-details-title-box .tp-section-title {
  font-size: 44px;
}
.tp-portfolio-details-title-box .tp-section-subtitle {
  text-transform: uppercase;
}
.tp-portfolio-details-faq .tp-faq-accordion .accordion-header .accordion-buttons {
  padding: 24px 30px 24px 0px;
}
.tp-portfolio-details-bg-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(50% - 6px);
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-details-bg-left {
    width: 100%;
  }
}
.tp-portfolio-details-bg-left::after {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(36, 46, 69, 0.55);
}
.tp-portfolio-details-bg-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(50% - 6px);
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-details-bg-right {
    display: none;
  }
}
.tp-portfolio-details-bg-right::after {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(36, 46, 69, 0.55);
}
.tp-portfolio-details-cta-ptb {
  padding: 64px 0;
}
.tp-portfolio-details-cta-item {
  z-index: 1;
  position: relative;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-details-cta-item {
    margin-bottom: 30px;
  }
}
.tp-portfolio-details-cta-item.left {
  padding-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-details-cta-item.left {
    padding: 0;
  }
}
.tp-portfolio-details-cta-item.left .tp-portfolio-details-cta-btn {
  margin-right: 30px;
}
.tp-portfolio-details-cta-item.right {
  padding-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-portfolio-details-cta-item.right {
    padding: 0;
    margin-bottom: 0;
  }
}
.tp-portfolio-details-cta-btn a {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 45px;
  color: var(--tp-common-white);
  background-color: #F24721;
}
.tp-portfolio-details-cta-btn a:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-portfolio-details-cta-text {
    margin-right: 30px;
  }
}
.tp-portfolio-details-cta-text p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: capitalize;
  color: var(--tp-common-white);
}
.tp-portfolio-details-cta-text span {
  font-weight: 700;
  font-size: 24px;
  display: inline-block;
  letter-spacing: -0.576px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-grotesk);
}

/*----------------------------------------*/
/*  8.3 pricing css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pricing-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-pricing-wrap {
  border: 1px solid rgba(175, 165, 165, 0.25);
  border-radius: 25px;
  padding: 20px;
}
.tp-pricing-head {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 35px 10px 15px 10px;
}
.tp-pricing-para {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  display: block;
}
.tp-pricing-title {
  font-size: 28px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
.tp-pricing-subtitle {
  line-height: 1.37;
  color: rgba(255, 255, 255, 0.7);
}
.tp-pricing-price {
  font-size: 60px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
.tp-pricing-price span {
  font-weight: 500;
  font-size: 18px;
}
.tp-pricing-feature-list {
  padding: 0px 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-pricing-feature-list {
    padding: 0;
  }
}
.tp-pricing-feature ul li {
  list-style: none;
  display: flex;
}
.tp-pricing-feature ul li:not(:last-child) {
  margin-bottom: 20px;
}
.tp-pricing-feature ul li span {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.7);
}
.tp-pricing-feature ul li i {
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 1px 2px 0 rgba(6, 138, 75, 0.3);
  text-align: center;
  line-height: 24px;
  border-radius: 30px;
  font-size: 11px;
  color: var(--tp-common-white);
  transform: translateY(-5px);
  margin-right: 15px;
}
.tp-pricing-feature ul li.old span {
  color: rgba(255, 255, 255, 0.45);
}
.tp-pricing-btn {
  font-family: var(--tp-ff-grotesk);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 25px;
  display: block;
  text-align: center;
  padding: 21px 30px;
}
.tp-pricing-btn.active {
  background: var(--tp-common-yellow);
  color: var(--tp-common-black-4);
}
.tp-pricing-btn:hover {
  background: var(--tp-common-yellow);
  color: var(--tp-common-black-4);
}
.tp-pricing-head.active {
  background: var(--tp-common-white);
}
.tp-pricing-head.active .tp-pricing-title {
  color: var(--tp-common-black-4);
}
.tp-pricing-head.active .tp-pricing-subtitle {
  color: rgba(22, 22, 23, 0.7);
}
.tp-pricing-head.active .tp-pricing-price {
  color: var(--tp-common-black-4);
}

@media (max-width: 767px) {
  .tp-price-3-title-box {
    margin-bottom: 30px;
  }
}
.tp-price-3-bg {
  padding-top: 155px;
  padding-bottom: 130px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-price-3-bg {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.tp-price-3-item {
  border-radius: 15px;
  padding: 50px 30px 50px 50px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: linear-gradient(237deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
}
.tp-price-3-item.tp-pricing-item {
  border: 1px solid #CCC;
}
.tp-price-3-item.tp-pricing-item:hover, .tp-price-3-item.tp-pricing-item.active {
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
  box-shadow: 0px 15px 50px -10px rgba(29, 51, 51, 0.15);
}
.tp-price-3-item.tp-pricing-item .tp-price-3-head h4 {
  color: var(--tp-grey-2);
}
.tp-price-3-item.tp-pricing-item .tp-price-3-head span {
  color: var(--tp-common-black);
}
.tp-price-3-item.tp-pricing-item .tp-btn-border {
  border: 1px solid #CCC;
  color: var(--tp-common-black);
}
.tp-price-3-item.tp-pricing-item .tp-btn-border:hover {
  color: var(--tp-common-white);
  border: 1px solid var(--tp-theme-primary);
}
.tp-price-3-item.tp-pricing-item .tp-gradient-bg {
  padding: 22px 36px;
  border-radius: 100px;
}
.tp-price-3-item.tp-pricing-item .tp-price-3-btn-box p {
  color: var(--tp-grey-2);
}
.tp-price-3-item.tp-pricing-item .tp-price-3-list-item p {
  color: var(--tp-grey-2);
}
.tp-price-3-item.tp-pricing-item .tp-price-3-list-item span {
  color: var(--tp-theme-primary);
  background-color: #EBEFF9;
}
.tp-price-3-head h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 13px;
  color: var(--tp-common-white);
}
.tp-price-3-head span {
  font-weight: 600;
  font-size: 48px;
  color: var(--tp-common-white);
}
.tp-price-3-head span i {
  font-style: normal;
  font-size: 18px;
}
.tp-price-3-btn-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 0.87;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.65);
}
.tp-price-3-list ul li {
  list-style-type: none;
}
.tp-price-3-list ul li:not(:last-child) {
  margin-bottom: 20px;
}
.tp-price-3-list ul li.inactive .tp-price-3-list-item p {
  opacity: 0.4;
}
.tp-price-3-list-item span {
  flex: 0 0 auto;
  height: 20px;
  width: 20px;
  line-height: 17px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: rgba(255, 255, 255, 0.2);
}
.tp-price-3-list-item p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: var(--tp-common-white);
}
.tp-price-3-shape-1 {
  position: absolute;
  left: 100px;
  bottom: 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-price-3-shape-1 {
    display: none;
  }
}
.tp-price-3-shape-2 {
  position: absolute;
  top: 7%;
  right: 6%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-price-3-shape-2 {
    display: none;
  }
}
.tp-price-5-style .tp-price-3-item {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
}
.tp-price-5-style .tp-price-3-head h4 {
  color: #868d98;
}
.tp-price-5-style .tp-price-3-head span {
  color: var(--tp-common-black);
}
.tp-price-5-style .tp-btn-border.btn-border-60 {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
}
.tp-price-5-style .tp-btn-border.btn-border-60:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-theme-primary);
}
.tp-price-5-style .tp-price-3-btn-box p {
  color: rgba(0, 0, 0, 0.6784313725);
}
.tp-price-5-style .tp-price-3-list-item p {
  color: rgba(0, 0, 0, 0.6784313725);
}
.tp-price-5-style .tp-price-3-list-item span {
  color: var(--tp-common-sky);
  background-color: #dff5f5;
}
.tp-price-5-style .tp-btn-gradient.tp-gradient-bg-2 {
  background: linear-gradient(90deg, var(--tp-common-sky) 0%, #19de8b 100%);
}
.tp-price-5-nav-shape {
  position: absolute;
  left: 20%;
  top: -35px;
}

.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-3);
}
.tp-toggler-pre:hover,
.tp-toggler-post:hover {
  color: var(--tp-common-black-3);
}

.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-common-sky);
}

.tp-price-5-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-price-5-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-5-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;
}

/*----------------------------------------*/
/*  7.4 brand css
/*----------------------------------------*/
.tp-brand-item {
  text-align: center;
}
.tp-brand-item img {
  opacity: 0.4;
  transition: 0.3s;
}
.tp-brand-item:hover img {
  opacity: 1;
}
.tp-brand-slide-active .swiper-wrapper {
  align-items: center;
}
.tp-brand-slide-box {
  border-top: 1px solid rgba(1, 15, 28, 0.1);
}
@media (max-width: 767px) {
  .tp-brand-ptb {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-brand-3-ptb {
    padding-bottom: 80px;
  }
}

.tp-brand-5-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-brand-5-title::after {
  content: "";
  height: 6px;
  width: 6px;
  margin-left: 30px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-4px);
  background-color: var(--tp-common-white);
}
.tp-brand-5-wrapper {
  padding: 27px 0 23px 0;
}
.tp-brand-5-wrapper .slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.tp-brand-5-active .swiper-slide {
  width: auto;
}

/*----------------------------------------*/
/*  7.8 cta css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cta-ptb {
    padding-top: 80px;
  }
}
.tp-cta-bg {
  padding: 95px 100px;
  padding-bottom: 75px;
  background-size: cover;
  border-radius: 30px;
  background-repeat: no-repeat;
  box-shadow: 0 40px 50px 0 rgba(7, 18, 133, 0.3);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-bg {
    padding: 85px 60px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-cta-bg {
    padding: 50px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 350px) and (max-width: 575px) {
  .tp-cta-bg {
    padding: 30px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-title-box .tp-section-title {
    font-size: 52px;
  }
}
.tp-cta-gray-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 160px;
  width: 100%;
  z-index: -1;
  background-color: #f2f2f2;
}
.tp-cta-gray-bg.bg-2 {
  background-color: var(--tp-common-black);
}
.tp-cta-box {
  box-shadow: 0 20px 26px 0 rgba(3, 4, 28, 0.1);
  background: var(--tp-common-white);
  padding: 40px 40px;
  border-radius: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cta-box {
    padding: 40px 30px;
  }
}
.tp-cta-box-2 {
  box-shadow: 0 20px 26px 0 rgba(3, 4, 28, 0.1);
  padding: 42px 40px 40px 40px;
  border-radius: 15px;
}
.tp-cta-box-icon {
  border-radius: 100%;
  background: #eff4e0;
  width: 80px;
  height: 80px;
  margin-right: 16px;
  flex: 0 0 auto;
}
.tp-cta-box-icon span {
  margin-top: 20px;
  display: inline-block;
  margin-bottom: 3px;
}
.tp-cta-box-number {
  font-size: 16px;
  color: var(--tp-common-black-4);
}
.tp-cta-box-number span {
  margin: 0;
}
.tp-cta-box-content-2 p {
  font-family: var(--tp-ff-grotesk);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
.tp-cta-box-content p {
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #69696e;
  margin-bottom: 0;
}
.tp-cta-box-title {
  font-size: 24px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black-4);
  margin-bottom: 4px;
}
.tp-cta-box-title-2 {
  font-size: 27px;
  color: var(--tp-common-yellow);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-5-img {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .tp-cta-5-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.tp-cta-5-bg {
  background: linear-gradient(90deg, var(--tp-common-sky) 0%, #19de8b 100%);
  padding: 44px 0px;
}
.tp-cta-5-title {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-5-title {
    font-size: 25px;
  }
  .tp-cta-5-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-cta-5-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .tp-cta-5-title br {
    display: none;
  }
}
.tp-cta-5-btn .tp-btn-border {
  background: var(--tp-common-white);
  border: none;
}
.tp-cta-5-btn .tp-btn-border:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-cta-6-wrap {
  height: 80px;
  width: 1270px;
  border-radius: 10px 0 0 0;
  background-color: #30344c;
}
@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-cta-6-wrap {
    width: auto;
  }
}
@media only screen and (min-width: 350px) and (max-width: 575px) {
  .tp-cta-6-wrap {
    background-color: transparent;
  }
}
.tp-cta-6-content {
  height: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-cta-6-content {
    flex-wrap: nowrap;
  }
}
.tp-cta-6-content.tp-cta-6-about .tp-cta-6-text {
  background: linear-gradient(90deg, var(--tp-theme-primary) 0%, #ED6440 100%);
}
.tp-cta-6-content.tp-cta-6-about .tp-cta-6-text::after {
  background-color: #ED6440;
}
.tp-cta-6-text {
  padding: 0px 100px;
  height: 100%;
  line-height: 80px;
  display: inline-block;
  border-radius: 10px 0 0 0;
  background: linear-gradient(90deg, var(--tp-common-sky) 0%, #19de8b 100%);
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-6-text {
    padding: 0px 25px;
  }
}
@media (max-width: 767px) {
  .tp-cta-6-text {
    padding: 0px 7px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-cta-6-text {
    padding: 0px 20px;
  }
}
.tp-cta-6-text::after {
  position: absolute;
  content: "";
  right: 0;
  width: 23px;
  height: 26px;
  bottom: -24px;
  background-color: #18DC8E;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.tp-cta-6-text span {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-cta-6-text span {
    font-size: 14px;
  }
}
.tp-cta-6-btn a {
  padding: 0 60px;
  height: 100%;
  line-height: 80px;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cta-6-btn a {
    padding: 0 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-cta-6-btn a {
    font-size: 14px;
  }
}
.tp-cta-6-btn a svg {
  margin-left: 140px;
  transform: translateY(-2px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cta-6-btn a svg {
    margin-left: 15px;
  }
}
.tp-cta-inner-bg {
  background: linear-gradient(90deg, var(--tp-theme-primary) 0%, #ED6440 100%);
  padding: 44px 0px;
}

.tp-cta-4-ptb {
  height: 680px;
  display: flex;
  align-items: end;
  overflow: hidden;
}
.tp-cta-4-content {
  width: 1300px;
  display: flex;
  border-radius: 0 0 10px 0;
  justify-content: space-between;
  background-color: var(--tp-common-blue-4);
}
@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-cta-4-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tp-cta-4-content {
    flex-wrap: wrap;
  }
}
.tp-cta-4-text {
  width: 100%;
}
.tp-cta-4-text p {
  margin: 0;
  padding: 48px 150px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-cta-4-text p {
    padding: 48px 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cta-4-text p {
    padding: 48px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-4-text p {
    padding: 22px 10px;
  }
}
@media (max-width: 767px) {
  .tp-cta-4-text p {
    padding: 35px 30px;
  }
}
.tp-cta-4-btn {
  flex: 0 0 auto;
  min-width: 258px;
  margin-right: -2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-4-btn {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .tp-cta-4-btn {
    min-width: 100%;
    margin-right: 0;
  }
}
.tp-cta-4-btn a {
  font-size: 16px;
  font-weight: 500;
  padding: 66px 75px;
  text-align: center;
  display: inline-block;
  letter-spacing: -0.32px;
  border-radius: 0px 10px 0px 0px;
  background-color: var(--tp-common-white);
  color: var(--tp-common-blue-4);
}
@media (max-width: 767px) {
  .tp-cta-4-btn a {
    width: 100%;
    border-radius: 0;
    padding: 65px 30px;
    background-color: #dfdfdf;
  }
}

/*----------------------------------------*/
/*  8.0 feature css
/*----------------------------------------*/
.tp-feature-thumb {
  position: absolute;
  width: calc(50% - 95px);
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0 20px 0 0;
  border: 6px solid 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-feature-thumb {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-feature-thumb {
    position: static;
    width: 100%;
    height: 400px;
    margin-bottom: 60px;
    border-radius: 0;
  }
}
.tp-feature-thumb img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-feature-content {
    margin-left: 0;
  }
}
.tp-feature-shape {
  position: absolute;
  bottom: -20px;
  right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature-inner-wrap {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-feature-inner-wrap {
    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-feature-inner-bg {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-feature-3-ptb {
    padding-top: 80px;
  }
}
.tp-feature-3-icon {
  margin-right: 15px;
}
.tp-feature-3-icon span {
  transform: translateY(4px);
  display: inline-block;
}
.tp-feature-3-title {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--tp-common-blue);
  margin-bottom: 2px;
}
.tp-feature-3-content p {
  line-height: 1.5;
  color: #64698e;
}
@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-3-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-feature-4-ptb {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.tp-feature-4-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.41;
  color: #030a5a;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}
.tp-feature-4-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #424a8f;
  padding-right: 80px;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature-4-item p {
    padding-right: 0;
  }
}
.tp-feature-4-thumb {
  margin-top: -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-feature-4-thumb {
    margin-top: 0;
  }
}
.tp-feature-4-big-text {
  position: absolute;
  bottom: 10%;
  right: -2%;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-feature-4-big-text {
    display: none;
  }
}
.tp-feature-4-big-text h2 {
  font-weight: 700;
  font-size: 220px;
  line-height: 1;
  color: #f2f2f2;
  margin-bottom: 0;
  letter-spacing: -0.02em;
}

/*----------------------------------------*/
/*  7.3 awards css
/*----------------------------------------*/
.tp-awards-item {
  border-radius: 15px;
  margin-left: 5px;
  margin-right: 5px;
}
.tp-awards-item img {
  box-shadow: 0 20px 20px 0 rgba(46, 30, 10, 0.12);
  background: var(--tp-common-white);
  border-radius: 15px;
}
.tp-awards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-awards-wrapper {
    justify-content: inherit;
  }
}
.tp-awards-wrapper .tp-awards-item {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-awards-wrapper .tp-awards-item:nth-child(even) {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  transform: translateY(-60px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-awards-wrapper .tp-awards-item:nth-child(even) {
    transform: translateY(0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-awards-title-box {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-awards-ptb {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-award-3-ptb {
    padding-bottom: 80px;
  }
}
.tp-award-3-content span {
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  color: #424a8f;
}
.tp-award-3-icon {
  margin-bottom: 20px;
}
.tp-award-3-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  color: #030a59;
}
.tp-award-3-bdr {
  border-right: 1px solid #eee;
}
@media (max-width: 767px) {
  .tp-award-3-bdr {
    border: none;
  }
}
.tp-award-3-area .container .row .tp-award-3-bdr:last-child {
  border-right: 0;
}

/*----------------------------------------*/
/*  9.0 video css
/*----------------------------------------*/
.tp-video-title-box {
  margin-left: 55px;
}
@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-video-title-box {
    margin-left: 0;
  }
}
.tp-video-title-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.87;
  margin-bottom: 45px;
  padding-right: 70px;
  color: rgba(255, 255, 255, 0.7);
}
.tp-video-title-wrap {
  padding-top: 145px;
  padding-bottom: 145px;
}
@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-video-title-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-video-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(55% + 10px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 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-video-img {
    position: static;
    width: 100%;
    height: 500px;
  }
}
.tp-video-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.tp-video-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(3, 10, 89, 0.05) 0%, rgba(81, 58, 192, 0.1) 49%, rgba(170, 40, 217, 0.2) 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-video-overlay::after {
    height: 500px;
  }
}
.tp-video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  height: 130px;
  width: 130px;
  line-height: 130px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  transform: translate(-50%, -50%);
  background-color: var(--tp-common-white);
  animation: animate-pulse 3s linear infinite;
}
.tp-video-play-btn span {
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-video-play-btn {
    top: 25%;
  }
}
.tp-video-5-popup {
  height: 100px;
  width: 100px;
  line-height: 100px;
  color: var(--tp-common-white);
  animation: animate-pulse 3s linear infinite;
  background: linear-gradient(180deg, #0dbbd5 0%, #15d69f 100%);
}
.tp-video-5-popup:hover {
  color: var(--tp-common-white);
  background: linear-gradient(180deg, #0dbbd5 0%, #15d69f 100%);
}
.tp-video-5-btn {
  padding-top: 330px;
  padding-bottom: 330px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-video-5-btn {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-video-5-btn {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

.tp-video-4-wrap {
  padding: 170px 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-video-4-wrap {
    padding: 120px 0;
  }
}
.tp-video-4-wrap .tp-video-4-btn {
  margin-bottom: 20px;
}
.tp-video-4-wrap .tp-video-5-popup {
  background: var(--tp-theme-secondary);
  animation: animate-pulse 3s linear infinite;
}
.tp-video-4-title {
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-video-4-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .tp-video-4-title br {
    display: none;
  }
}

/*----------------------------------------*/
/*  7.2 agency css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-agency-ptb {
    padding-bottom: 80px;
  }
}
.tp-agency-icon {
  margin-right: 18px;
  transform: translateY(3px);
}
.tp-agency-icon span {
  color: #4D3BBF;
  font-size: 24px;
}
.tp-agency-feature {
  display: flex;
}
.tp-agency-title {
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--tp-common-blue);
  margin-bottom: 2px;
}
.tp-agency-content p {
  font-size: 15px;
  color: var(--tp-common-blue-3);
}
.tp-agency-thumb {
  padding-left: 60px;
  margin-right: -45px;
}
@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-agency-thumb {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .tp-agency-thumb {
    padding-left: 0;
    margin-right: 0;
  }
}
.tp-agency-shape {
  bottom: 15px;
  left: -80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-agency-shape {
    left: 0;
  }
}
@media only screen and (min-width: 350px) and (max-width: 575px) {
  .tp-agency-shape {
    display: none;
  }
}
.tp-agency-shape-2 {
  top: 35%;
  right: -101px;
}
@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-agency-shape-2 {
    right: 0;
  }
}
.tp-agency-shape-3 {
  right: -133px;
  bottom: 88px;
  left: auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-agency-shape-3 {
    right: -105px;
  }
}
@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-agency-shape-3 {
    right: 0;
    bottom: 40px;
  }
}
.tp-agency-shape-4 {
  right: auto;
  top: 62px;
  left: 25px;
}

/*----------------------------------------*/
/*  8.7 step css
/*----------------------------------------*/
.tp-step-icon {
  display: inline-block;
  margin-bottom: 30px;
}
.tp-step-icon > span {
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 95px;
  border-radius: 50%;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  background: linear-gradient(180deg, #0ab4e0 0%, #17d997 100%);
}
.tp-step-icon > span i {
  z-index: 22;
  position: relative;
  transition: all 0.3s;
  color: var(--tp-common-sky);
}
.tp-step-icon > span::after {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: "";
  border-radius: 50%;
  transition: 0.3s;
  text-align: center;
  background-color: var(--tp-common-white);
}
.tp-step-icon > span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  transition: 0.3s;
  text-align: center;
  transform: scale(1.2);
  border: 1px dashed #0ab4e0;
  opacity: 0;
  visibility: hidden;
}
.tp-step-title-sm {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.41;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-step-item {
  display: inline-block;
  margin: 0px 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-step-item {
    margin: 0;
  }
}
.tp-step-item.active .tp-step-icon > span i {
  color: var(--tp-common-white);
}
.tp-step-item.active .tp-step-icon > span::after {
  opacity: 0;
  visibility: hidden;
}
.tp-step-item.active .tp-step-icon > span::before {
  opacity: 1;
  visibility: visible;
}
.tp-step-item:hover .tp-step-icon > span i {
  color: var(--tp-common-white);
}
.tp-step-item:hover .tp-step-icon > span::after {
  opacity: 0;
  visibility: hidden;
}
.tp-step-item:hover .tp-step-icon > span::before {
  opacity: 1;
  visibility: visible;
}
.tp-step-item p {
  color: #555;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  text-align: center;
  margin-bottom: 0;
}
.tp-step-number {
  position: absolute;
  top: 3px;
  right: 1px;
  z-index: 3;
  height: 30px;
  width: 30px;
  font-size: 14px;
  line-height: 29px;
  border-radius: 50%;
  font-style: normal;
  display: inline-block;
  color: var(--tp-common-white);
  background: linear-gradient(180deg, #0ab4e0 0%, #17d997 100%);
}
.tp-step-number::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  border: 4px solid var(--tp-common-white);
  transform: scale(1.2);
}
.tp-step-arrow-shape-1 {
  position: absolute;
  top: 18%;
  right: -14%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-step-arrow-shape-1 {
    right: -6%;
  }
}
@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-ptb {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-step-4-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-step-4-heading {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-step-4-heading .tp-section-title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-step-4-heading .tp-section-title br {
    display: none;
  }
}
.tp-step-4-item {
  position: relative;
}
.tp-step-4-item::before {
  content: "";
  height: 1px;
  display: inline-block;
  width: calc(100% + 30px);
  transform: translateY(43px);
  background: rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 350px) and (max-width: 575px) {
  .tp-step-4-item::before {
    width: 100%;
  }
}
.tp-step-4-item span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: -0.28px;
  color: var(--tp-grey-2);
  margin-bottom: 27px;
  padding-bottom: 32px;
  position: relative;
}
.tp-step-4-item span::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: var(--tp-common-orange);
  animation: animate-pulse-2 3s linear infinite;
}
.tp-step-4-item-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.44px;
  color: var(--tp-common-black-4);
}
.tp-step-4-item p {
  color: var(--tp-grey-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-step-4-item p br {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
