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

    Template Name: Pexan - Design Agency HTML Template
    Author: Oclata
    Support: etorisoft@gmail.com
    Description: Pexan - Design Agency HTML Template
    Version: 1.0

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

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

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

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Accordion
		2.2 Animated Headline
		2.3 Animation
		2.4 Background
		2.5 Back to Top 
		2.6 Breadcrumb
		2.7 Buttons
		2.8 Cursor Style
		2.9 Hover Animation
		2.10 Offcanvas
		2.11 Pagination
		2.12 Search
		2.15 Section Title
		2.16 Custom Animation
	-----------------

    03. HEADER CSS
	-----------------
		3.1 Header Style 1
		3.2 Header Style 2
		3.3 Header Style 3
		3.4 Header Style 4
		3.5 Header Style 5
    3.6 Header Style 6

    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Menu css

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

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

  ---------------------------------
  07. INNER SECTION CSS
  ---------------------------------
  7.1 Hero css
  7.2 Slider css
  7.3 Service css
  7.4 About css
  7.5 Award css
  7.6 Testimonial css
  7.7 Text Slider css
  7.8 Works css
  7.9 Brand css
  8.0 Contact css
  8.1 Portfolio css
  8.2 Price css
  8.3 Funfact css
  8.4 Skils css
  8.5 Chooseus css
  8.6 Progress css
  8.7 Contact css
  8.8 Features css
  8.9 Contact css
  9.0 CTA css
  9.1 Working process css
  9.2 Team details css
  9.3 Service details css
  9.4 Project details css
  9.5 Error css

**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Manrope:wght@200..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

.tp-search-area {
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.back-to-top-wrapper,
a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.back-to-top-btn {
    -webkit-transition: transform 0.3s 0s ease-out;
    -moz-transition: transform 0.3s 0s ease-out;
    -ms-transition: transform 0.3s 0s ease-out;
    -o-transition: transform 0.3s 0s ease-out;
    transition: transform 0.3s 0s ease-out;
}

.tp-all-font-roboto *:not(i) {
    font-family: var(--tp-ff-roboto);
}

/* transform */
:root {
    /**
  @font family declaration
  */
    --tp-ff-body: "Inter", sans-serif;
    --tp-ff-heading: "Plus Jakarta Sans", sans-serif;
    --tp-ff-p: "Manrope", sans-serif;
    --tp-ff-Epilogue: "Epilogue", sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
  @color declaration
  */
    --tp-common-white: #FFFFFF;
    --tp-common-black: #141414;
    --tp-common-black-2: #060606;
    --tp-common-black-3: #222;
    --tp-title-black: #000;
    --tp-theme-primary: #ffbe13;
    --tp-text-body: #5f5d5d;
    --tp-border-primary: #22232c;
    --tp-border-secondary: #5C5C5C;
    --tp-border-third: #D9D9D9;
    --tp-grey-1: #4a4949;
    --tp-grey-2: #858585;
    --tp-grey-3: #59595c;
    --tp-grey-bg: #1a1a1a;

}

.text-yellow {
    color: var(--tp-theme-primary);
}

.border-yellow {
    border: 1px solid var(--tp-theme-primary) !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1350px;
    --bs-gutter-x: 30px;
}

.container-1310 {
    max-width: 1340px;
    --bs-gutter-x: 30px;
}

.mb-5 {
    margin-bottom: 5px;
}

.text-1 {
    margin-top: 5px;
}

.text-2 {
    margin-top: 10px;
}

.text-3 {
    margin-top: 15px;
}

.text-4 {
    margin-top: 20px;
}

.text-5 {
    margin-top: 25px;
}

.text-6 {
    margin-top: 30px;
}

.text-7 {
    margin-top: 35px;
}

.text-8 {
    margin-top: 40px;
}

.text-9 {
    margin-top: 45px;
}

.text-10 {
    margin-top: 50px;
}

.text-11 {
    margin-top: 55px;
}

.text-12 {
    margin-top: 60px;
}

.text-13 {
    margin-top: 65px;
}

.text-14 {
    margin-top: 70px;
}

.text-15 {
    margin-top: 75px;
}

.text-16 {
    margin-top: 80px;
}

.text-17 {
    margin-top: 85px;
}

.text-18 {
    margin-top: 90px;
}

.text-19 {
    margin-top: 95px;
}

.text-20 {
    margin-top: 100px;
}

.text-21 {
    margin-top: 105px;
}

.text-22 {
    margin-top: 110px;
}

.text-23 {
    margin-top: 115px;
}

.text-24 {
    margin-top: 120px;
}

.text-25 {
    margin-top: 125px;
}

.text-26 {
    margin-top: 130px;
}

.text-27 {
    margin-top: 135px;
}

.text-28 {
    margin-top: 140px;
}

.text-29 {
    margin-top: 145px;
}

.text-30 {
    margin-top: 150px;
}

.text-31 {
    margin-top: 155px;
}

.text-32 {
    margin-top: 160px;
}

.text-33 {
    margin-top: 165px;
}

.text-34 {
    margin-top: 170px;
}

.text-35 {
    margin-top: 175px;
}

.text-36 {
    margin-top: 180px;
}

.text-37 {
    margin-top: 185px;
}

.text-38 {
    margin-top: 190px;
}

.text-39 {
    margin-top: 195px;
}

.text-40 {
    margin-top: 200px;
}

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

.l-height {
    line-height: 32px;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    color: var(--tp-text-body);
    font-family: var(--tp-ff-body);
    overflow-x: hidden;
    /* background-color: var(--tp-common-black); */
}

a {
    text-decoration: none;
}

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

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

p {
    font-family: var(--tp-ff-p);
    font-size: 18px;
    font-weight: 400;
    color: #6f6464;
    margin-bottom: 15px;
    line-height: 28px;
}

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

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

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

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

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
    outline: none;
    background-color: #fff;
    height: 56px;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    color: var(--tp-common-black);
    padding-left: 26px;
    padding-right: 26px;
    border: 1px solid #E0E2E3;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #95999D;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #95999D;
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 4-18 */
    color: #95999D;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: #95999D;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
    /* MODERN BROWSER */
    color: #95999D;
}

[dir=rtl] input[type=text],
[dir=rtl] input[type=email],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=number],
[dir=rtl] input[type=password],
[dir=rtl] input[type=url],
[dir=rtl] textarea {
    text-align: right;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
    border-color: var(--tp-common-black);
}

input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}

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

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

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

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

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

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

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

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

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


.tp-space {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-space {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.tp-space-top {
    padding-top: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-space-top {
        padding-top: 80px;
    }
}

.tp-space-bottom {
    padding-bottom: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-space-bottom {
        padding-bottom: 80px;
    }
}


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

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

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

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

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

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

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

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

.demo {
    -webkit-transition: color 0.3s 0s linear;
    -moz-transition: color 0.3s 0s linear;
    -ms-transition: color 0.3s 0s linear;
    -o-transition: color 0.3s 0s linear;
    transition: color 0.3s 0s linear;
    -webkit-transition: color 0.3s linear, transform 0.2s ease;
    -moz-transition: color 0.3s linear, transform 0.2s ease;
    -ms-transition: color 0.3s linear, transform 0.2s ease;
    -o-transition: color 0.3s linear, transform 0.2s ease;
    transition: color 0.3s linear, transform 0.2s ease;
}

[dir=rtl] .demo {
    margin-left: 0;
    margin-right: 15px;
}

div.demo img {
    margin-left: 10px;
}

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

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body-overlay {
    background-color: var(--tp-common-black);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.body-overlay:hover {
    cursor: url("../img/icon/cross-out.webp"), pointer;
}

.body-overlay.opened {
    opacity: 0.7;
    visibility: visible;
}

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

.class {
    stroke-dasharray: 189px, 191px;
    stroke-dashoffset: 0px;
}

/* gutter for x axis */
.tp-gx-20 {
    --bs-gutter-x: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-gx-20 {
        --bs-gutter-x: 20px;
    }
}

@media only screen and (max-width: 1099px) {
    .terms-package ul li {
        font-size: 9px !important;
    }

    .absolute-center-outside-half {
        bottom: -3.72vw !important;
    }

    .features-plans-column.services-jit-column-text ul li {
        font-size: 14px !important;
    }

    .package-terms {
        gap: 1.34vw !important;
    }

    .features-package-btn button {
        font-size: 17px !important;
        max-width: 248px !important;
        min-height: 64px !important;
    }
}

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

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-gx-20 {
        --bs-gutter-x: 15px;
    }
}

@media (max-width: 575px) {
    .tp-gx-20 {
        --bs-gutter-x: 10px;
    }
}

.tp-gx-20 [class*=col-] {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-30 {
    --bs-gutter-x: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-gx-30 {
        --bs-gutter-x: 30px;
    }
}

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

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-gx-30 {
        --bs-gutter-x: 15px;
    }
}

@media (max-width: 575px) {
    .tp-gx-30 {
        --bs-gutter-x: 10px;
    }
}

.tp-gx-30 [class*=col-] {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-40 {
    --bs-gutter-x: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-gx-40 {
        --bs-gutter-x: 40px;
    }
}

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

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-gx-40 {
        --bs-gutter-x: 30px;
    }
}

@media (max-width: 575px) {
    .tp-gx-40 {
        --bs-gutter-x: 15px;
    }
}

.tp-gx-40 [class*=col-] {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.tp-section-hidden {
    opacity: 0;
    filter: blur(5px);
    transition: all 1.8s;
}

.show {
    opacity: 1;
    filter: blur(0);
}

.chooseus-animi {
    transform: scale(0.8);
}

.chooseus-animi.show {
    transform: scale(1);
}

.tp-scroll-down {
    padding-top: 24px;
    padding-bottom: 24px;
    width: 60px;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    display: block;
    text-align: center;
}

.tp-scroll-down .circle {
    font-size: 12px;
    display: block;
    color: var(--tp-common-white);
    animation: scroll 1s infinite ease-in-out alternate;
}

.tp-scroll-down .arrow {
    color: var(--tp-common-white);
    display: block;
    padding-top: 15px;
}

.tp-social-box a {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    color: var(--tp-common-white);
    border: 1px solid var(--tp-border-primary);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.tp-social-box a:not(:last-child) {
    margin-right: 5px;
    border-radius: 50px;
}

.tp-social-box a::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: var(--tp-theme-primary);
    border: 1px solid var(--tp-theme-primary);
    transform: scale(0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 50%;
    z-index: -1;
}

.tp-social-box a:hover {
    color: var(--tp-common-black);
}

.tp-social-box a:hover::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.tp-circle-text {
    width: 155px;
    height: 155px;
}

.tp-circle-text a {
    display: flex;
}

.tp-circle-text::before {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    content: "";
    border-radius: 50%;
    background-color: var(--tp-text-body);
    margin: auto;
}

.tp-circle-tag {
    position: relative;
    display: inline-block;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    z-index: 1;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    transform: rotate(30deg);
    animation: spin 10s infinite;
    font-family: var(--tp-ff-heading);
}

.tp-circle-tag span {
    --rotate-letter: 13deg;
    min-height: 85px;
    position: absolute;
    min-width: 85px;
    top: 2px;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
    color: var(--tp-grey-3);
    transform-origin: bottom center;
    transform: rotate(var(--rotate-letter));
}

.tp-circle-tag span.char2 {
    transform: rotate(calc(var(--rotate-letter) * 2));
}

.tp-circle-tag span.char3 {
    transform: rotate(calc(var(--rotate-letter) * 3));
}

.tp-circle-tag span.char4 {
    transform: rotate(calc(var(--rotate-letter) * 4));
}

.tp-circle-tag span.char5 {
    transform: rotate(calc(var(--rotate-letter) * 5));
}

.tp-circle-tag span.char6 {
    transform: rotate(calc(var(--rotate-letter) * 6));
}

.tp-circle-tag span.char7 {
    transform: rotate(calc(var(--rotate-letter) * 7));
}

.tp-circle-tag span.char8 {
    transform: rotate(calc(var(--rotate-letter) * 8));
}

.tp-circle-tag span.char9 {
    transform: rotate(calc(var(--rotate-letter) * 9));
}

.tp-circle-tag span.char10 {
    transform: rotate(calc(var(--rotate-letter) * 10));
}

.tp-circle-tag span.char11 {
    transform: rotate(calc(var(--rotate-letter) * 11));
}

.tp-circle-tag span.char12 {
    transform: rotate(calc(var(--rotate-letter) * 12));
}

.tp-circle-tag span.char13 {
    transform: rotate(calc(var(--rotate-letter) * 13));
}

.tp-circle-tag span.char14 {
    transform: rotate(calc(var(--rotate-letter) * 14));
}

.tp-circle-tag span.char15 {
    transform: rotate(calc(var(--rotate-letter) * 15));
}

.tp-circle-tag span.char16 {
    transform: rotate(calc(var(--rotate-letter) * 16));
}

.tp-circle-tag span.char17 {
    transform: rotate(calc(var(--rotate-letter) * 17));
}

.tp-circle-tag span.char18 {
    transform: rotate(calc(var(--rotate-letter) * 18));
}

.tp-circle-tag span.char19 {
    transform: rotate(calc(var(--rotate-letter) * 19));
}

.tp-circle-tag span.char20 {
    transform: rotate(calc(var(--rotate-letter) * 20));
}

.tp-circle-tag span.char21 {
    transform: rotate(calc(var(--rotate-letter) * 21));
}

.tp-circle-tag span.char22 {
    transform: rotate(calc(var(--rotate-letter) * 22));
}

.tp-circle-tag span.char23 {
    transform: rotate(calc(var(--rotate-letter) * 23));
}

.tp-circle-tag span.char24 {
    transform: rotate(calc(var(--rotate-letter) * 24));
}

.tp-circle-tag span.char25 {
    transform: rotate(calc(var(--rotate-letter) * 25));
}

.tp-circle-tag span.char26 {
    transform: rotate(calc(var(--rotate-letter) * 26));
}

.tp-circle-tag span.char27 {
    transform: rotate(calc(var(--rotate-letter) * 27));
}

.tp-circle-tag span.char28 {
    transform: rotate(calc(var(--rotate-letter) * 28));
}

.tp-circle-tag span.char29 {
    transform: rotate(calc(var(--rotate-letter) * 29));
}

.tp-circle-tag span.char30 {
    transform: rotate(calc(var(--rotate-letter) * 30));
}

.tp-circle-tag span.char31 {
    transform: rotate(calc(var(--rotate-letter) * 31));
}

.tp-circle-tag span.char32 {
    transform: rotate(calc(var(--rotate-letter) * 32));
}

.tp-circle-tag span.char33 {
    transform: rotate(calc(var(--rotate-letter) * 33));
}

.tp-circle-tag span.char34 {
    transform: rotate(calc(var(--rotate-letter) * 34));
}

.tp-circle-tag span.char35 {
    transform: rotate(calc(var(--rotate-letter) * 35));
}

.tp-circle-tag span.char36 {
    transform: rotate(calc(var(--rotate-letter) * 36));
}

.tp-circle-tag span.char37 {
    transform: rotate(calc(var(--rotate-letter) * 37));
}

.tp-circle-tag span.char38 {
    transform: rotate(calc(var(--rotate-letter) * 38));
}

.tp-circle-tag span.char39 {
    transform: rotate(calc(var(--rotate-letter) * 39));
}

.tp-circle-tag span.char40 {
    transform: rotate(calc(var(--rotate-letter) * 40));
}

.tp-circle-tag span.char41 {
    transform: rotate(calc(var(--rotate-letter) * 41));
}

.tp-circle-tag span.char42 {
    transform: rotate(calc(var(--rotate-letter) * 42));
}

.tp-circle-tag span.char43 {
    transform: rotate(calc(var(--rotate-letter) * 43));
}

.tp-circle-tag span.char44 {
    transform: rotate(calc(var(--rotate-letter) * 44));
}

.body-text {
    color: var(--tp-text-body);
    font-weight: 600;
    margin-bottom: 0;
}

.light-text {
    font-weight: 400;
    color: var(--tp-theme-primary);
}

/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
.tp-categroy-plr-85 {
    padding-left: 85px;
    padding-right: 85px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-categroy-plr-85 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/*----------------------------------------*/
/*  2.1 Accordion
/*----------------------------------------*/
.tp-accordion .accordion-item {
    background-color: transparent;
    border: 1px solid;
    border-radius: 0;
}

.tp-accordion .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.tp-accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.tp-accordion .accordion-button {
    padding: 18px 0 28px 42px;
    padding-right: 15px;
    font-size: 27px;
    font-weight: 400;
    color: var(--tp-common-white);
    background-color: transparent;
}

.tp-accordion .accordion-button::after {
    display: none;
}

.tp-accordion .accordion-button:not(.collapsed) {
    color: var(--tp-common-white);
    background-color: #151515;
    box-shadow: none;
}

.tp-accordion .accordion-button:not(.collapsed) .tp-accordion-plus::before {
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    background-color: var(--tp-theme-1);
}

[dir=rtl] .tp-accordion .accordion-button:not(.collapsed) .tp-accordion-plus::before {
    -webkit-transform: translateX(50%) rotate(90deg);
    -moz-transform: translateX(50%) rotate(90deg);
    -ms-transform: translateX(50%) rotate(90deg);
    -o-transform: translateX(50%) rotate(90deg);
    transform: translateX(50%) rotate(90deg);
}

.tp-accordion .accordion-button:not(.collapsed) .tp-accordion-plus::after {
    background-color: var(--tp-theme-1);
}

.tp-accordion .accordion-button:focus {
    box-shadow: none;
    border: 0;
}

.tp-accordion .accordion-button:hover {
    color: var(--tp-theme-primary);
}

.tp-accordion .accordion-button:hover::after {
    color: var(--tp-theme-primary);
}

.tp-accordion .accordion-num-count {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.tp-accordion .accordion-num-count::before {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    counter-increment: count;
    content: "0" counter(count);
    color: var(--it-common-white);
    display: inline-block;
    transition: 0.3s;
}

@media (max-width: 575px) {
    .tp-accordion .accordion-num-count::before {
        display: none;
    }
}

.tp-accordion .accordion-icon {
    font-size: 50px;
    color: var(--tp-common-white);
    margin-right: 50px;
}

@media (max-width: 575px) {
    .tp-accordion .accordion-icon {
        margin-right: 20px;
    }
}

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

.tp-accordion .accordion-body {
    padding: 0 60px 55px 125px;
    background-color: #151515;
}

@media (max-width: 575px) {
    .tp-accordion .accordion-body {
        padding: 0 30px 15px 20px;
    }
}

.tp-accordion .accordion-body p {
    font-size: 18px;
    line-height: 1.5;
    color: var(--tp-grey-3);
}

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

/*----------------------------------------*/
/*  2.2 Animated Headline
/*----------------------------------------*/
.cd-headline {
    font-size: 3rem;
    line-height: 1.2;
}

@media only screen and (min-width: 768px) {
    .cd-headline {
        font-size: 4.4rem;
        font-weight: 300;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-headline {
        font-size: 6rem;
    }
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper .app {
    transform: translateY(-10px);
    display: inline-block;
}

.cd-words-wrapper b {
    font-weight: 400;
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}

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

xclip 

-------------------------------- */
.cd-headline.clip span {
    display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
    /* line */
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #aebcb9;
}

.cd-headline.clip b {
    opacity: 0;
}

.cd-headline.clip b.is-visible {
    opacity: 1;
}

/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/
@keyframes dash {
    to {
        stroke-dashoffset: 0px;
        stroke-dasharray: 3000;
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@keyframes rotate1 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate2 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }

    100% {
        margin-top: 0;
    }
}

.spin {
    animation: spin 10s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes textRotation {
    to {
        transform: rotate(360deg);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@keyframes jumpTwo {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@keyframes tp-arrow {
    49% {
        transform: translateX(30%);
    }

    50% {
        opacity: 0;
        transform: translateX(-30%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spin {
    animation: spin 10s linear infinite;
}

.spin-reverse {
    animation: spin2 10s 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 tpcircleloop {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*----------------------------------------*/
/*  2.4 Background
/*----------------------------------------*/
.grey-bg {
    background-color: var(--tp-grey-1);
}

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

.grey-bg-3 {
    background-color: var(--tp-grey-6);
}

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

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

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

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

.section-bg {
    background-color: var(--tp-grey-4);
}

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

.green-dark-bg {
    background-color: var(--tp-green-dark);
}

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

[data-bg-color=footer-bg-grey] {
    background-color: var(--tp-footer-grey-1);
}

[data-bg-color=footer-bg-white] {
    background-color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  2.5 Back to Top 
/*----------------------------------------*/
.back-to-top-wrapper {
    position: fixed;
    right: 20px;
    bottom: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 575px) {
    .back-to-top-wrapper {
        right: 20px;
        bottom: 20px;
    }
}

.back-to-top-wrapper.back-to-top-btn-show {
    visibility: visible;
    opacity: 1;
    bottom: 50px;
}

.back-to-top-btn {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: var(--tp-theme-primary);
    color: var(--tp-common-black);
    border-radius: 50%;
}

.back-to-top-btn svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.back-to-top-btn:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.6 Breadcrumb
/*----------------------------------------*/
.breadcrumb__plr {
    padding-top: 210px;
    padding-bottom: 160px;
}

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

.breadcrumb__shape {
    position: absolute;
    bottom: 0;
}

.breadcrumb__list span {
    font-size: 18px;
    font-style: italic;
    text-decoration: underline;
    color: var(--tp-common-white);
    margin-bottom: 20px;
}

.breadcrumb__title {
    font-weight: 700;
    font-size: 70px;
    line-height: 1.7;
    margin-bottom: 6px;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb__title {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .breadcrumb__title {
        font-size: 30px;
    }
}

/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/
.tp-btn-primary {
    position: relative;
    overflow: hidden;
    color: var(--tp-theme-primary);
}

.tp-btn-primary .btn-double-text {
    position: relative;
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.tp-btn-primary .btn-double-text::before {
    content: attr(data-text);
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    transition: opacity 0.5s, transform 0.8s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.tp-btn-primary .btn-icon {
    margin-left: 11px;
    transform: rotate(-45deg);
}

.tp-btn-primary:hover {
    color: var(--tp-theme-primary);
}

.tp-btn-primary:hover .btn-double-text {
    transform: translateY(-200%);
}

.tp-btn-primary:hover .btn-double-text::before {
    transform: translate(-50%, 150%);
    opacity: 1;
}

.tp-btn-switch-animation {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tp-btn-switch-animation .btn-text {
    margin-left: -13px;
    position: relative;
    z-index: 3;
    transition: transform 0.6s 125ms cubic-bezier(0.1, 0.75, 0.25, 1);
}

.tp-btn-switch-animation .btn-icon {
    margin-left: 6px;
    position: relative;
    transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
    transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
    line-height: 0;
    z-index: 3;
}

.tp-btn-switch-animation .btn-icon+.btn-icon {
    order: -2;
    opacity: 0;
    transition-delay: 0s;
    margin-left: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.tp-btn-switch-animation:hover .btn-text {
    transition-delay: 0.1s;
    transform: translateX(23px);
}

.tp-btn-switch-animation:hover .btn-icon {
    transition-delay: 0s;
    transform: translateX(10px);
    opacity: 0;
}

.tp-btn-switch-animation:hover .btn-icon+.btn-icon {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 225ms;
}

.tp-btn-switch-text {
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.tp-btn-switch-text .btn-double-text {
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
    position: relative;
}

.tp-btn-switch-text .btn-double-text::before {
    content: attr(data-text);
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    transition: opacity 0.5s, transform 0.8s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.tp-btn-switch-text:hover .btn-double-text {
    transform: translateY(-200%);
}

.tp-btn-switch-text:hover .btn-double-text::before {
    transform: translate(-50%, 150%);
    opacity: 1;
}

.tp-btn__blog-1 {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--tp-common-white);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-btn__blog-1 span {
    position: relative;
    display: inline-block;
    margin-left: 16px;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-btn__blog-1 span::before {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -13px;
    top: -3px;
    content: "";
    border-radius: 50%;
    border: 1px solid var(--tp-theme-primary);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    z-index: -1;
}

.tp-btn__blog-1:hover {
    color: var(--tp-theme-primary);
}

.tp-btn__blog-1:hover span {
    margin-left: 20px;
}

.tp-btn__blog-1:hover span::before {
    border: 1px solid var(--tp-common-white);
}

/* offcanvas btn */
.tp-btn-offcanvas {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-common-white);
    background: var(--tp-theme-primary);
    text-align: center;
    font-family: var(--tp-ff-space);
    padding: 9px 22px;
    letter-spacing: -0.02em;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
}

.tp-btn-offcanvas i {
    padding-left: 5px;
}

.tp-btn-offcanvas:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
}

.tp-menu-btn {
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-white);
    width: 140px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    overflow: hidden;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    text-align: center;
    position: relative;
    z-index: 1;
}

.tp-menu-btn:hover {
    background-color: var(--tp-theme-pruple);
    color: var(--tp-common-white);
}

.tp-icon-style {
    --qode-hover-move-x: 110%;
    --qode-hover-move-y: 100%;
    color: var(--tp-theme-primary);
    stroke-width: 2;
    fill: none;
}

.tp-icon-style:hover {
    color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  2.8 Cursor Style
/*----------------------------------------*/
.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 190px;
    height: 190px;
    border: 2px solid #000;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    transition: all 0.08s ease-out;
}

.mouseCursor {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translateZ(0);
    visibility: hidden;
    text-align: center;
}

.cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
    color: var(--tp-common-black);
    opacity: 0;
    text-transform: capitalize;
    letter-spacing: -0.04em;
    font-size: 18px;
}

.cursor-inner span>span {
    margin-top: 11px;
    display: inline-block;
}

.cursor-inner.cursor-big span {
    opacity: 1;
}

.mouseCursor.cursor-big {
    background: var(--tp-theme-primary);
    border-radius: 50%;
    font-size: 18px;
    font-weight: 500;
    width: 190px;
    height: 190px;
    display: inline-block;
    color: var(--tp-common-black);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cursor-4.cursor-big {
    background: none;
}

.mouseCursor.cursor-big.cursor-outer {
    display: none;
}

.tp-cursor-point-area {
    cursor: none;
}

.cursor-inner.cursor-big {
    overflow: hidden;
}

.cursor-inner.cursor-big .inner-text-2 {
    display: none;
    background: none;
}

.cursor-inner.cursor-big .inner-text-2 span {
    color: var(--tp-theme-primary);
}

.cursor-inner.cursor-big .inner-text-1 {
    display: inline-block;
}

.cursor-inner.cursor-big.active {
    overflow: hidden;
    background: none;
    width: 100px;
    height: 100px;
}

.cursor-inner.cursor-big.active .inner-text-2,
.cursor-inner.cursor-big.active .inner-text-3,
.cursor-inner.cursor-big.active .inner-text-4 {
    display: inline-block;
    background: none;
}

.cursor-inner.cursor-big.active .inner-text-1 {
    display: none;
}








/*----------------------------------------*/
/*  2.9 Hover Animation
/*----------------------------------------*/
.tp-hover__reveal-item {
    position: relative;
}

.tp-hover__reveal-item:hover .tp-hover__reveal-bg {
    opacity: 1;
}

.tp-hover__reveal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 305px;
    height: 395px;
    opacity: 0;
    margin: -150px 0 0 -150px;
    overflow: hidden;
    pointer-events: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 5;
}

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

.tp-hover__widget .active-bg {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    transition: all 0.5s ease;
    background: rgba(255, 255, 255, 0.1);
    z-index: -1;
}

.tp-hover__btn {
    font-weight: 700;
    font-size: 16px;
    width: 213px;
    height: 213px;
    line-height: 178px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    backdrop-filter: blur(80px);
    color: var(--tp-common-white);
    border: 1px solid var(--tp-common-white);
}

.tp-hover__btn-wrap {
    display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
}

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

.tp-offcanvas__circle-1 span {
    height: 400px;
    width: 400px;
    border-radius: 400px;
    background: rgba(255, 82, 28, 0.3);
    filter: blur(150px);
    display: inline-block;
    position: absolute;
    top: -40px;
    left: -240px;
    z-index: -1;
}

.tp-offcanvas__circle-2 span {
    height: 600px;
    width: 600px;
    border-radius: 600px;
    background: rgba(37, 37, 37, 0.6);
    filter: blur(190px);
    display: inline-block;
    position: absolute;
    bottom: -270px;
    right: -410px;
    z-index: -1;
}

.tp-offcanvas__wrapper {
    position: relative;
    padding: 40px;
    z-index: 1;
    min-height: 100%;
}

@media (max-width: 575px) {
    .tp-offcanvas__wrapper {
        padding: 20px;
    }
}

.tp-offcanvas__wrapper .tp-theme-toggle {
    top: 21px;
    left: 240px;
    transform: rotate(-270deg);
}

@media (max-width: 575px) {
    .tp-offcanvas__wrapper .tp-theme-toggle {
        top: 4px;
        left: 215px;
    }
}

.tp-offcanvas__close {
    position: absolute;
    top: 35px;
    right: 30px;
}

@media (max-width: 575px) {
    .tp-offcanvas__close {
        right: 20px;
        top: 20px;
    }
}

.tp-offcanvas__close-btn {
    display: inline-block;
    font-size: 16px;
    height: 44px;
    width: 44px;
    line-height: 40px;
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-black-3);
    border-radius: 50%;
}

.tp-offcanvas__close-btn svg {
    transition: all 0.3s ease-in-out;
}

.tp-offcanvas__close-btn:hover {
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-black-3);
}

.tp-offcanvas__close-btn:hover svg {
    transform: rotate(45deg);
}

.tp-offcanvas__close-btn svg {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}

.tp-offcanvas__inner h4 {
    font-size: 24px;
    color: var(--tp-common-white);
    line-height: 1.3;
    margin-bottom: 15px;
}

.tp-offcanvas__inner p {
    font-size: 16px;
    line-height: 22px;
    color: var(--tp-common-white);
    margin-bottom: 30px;
}

.tp-offcanvas__inner>img {
    margin-bottom: 30px;
}

.tp-offcanvas__menu ul li {
    list-style: none;
    margin-bottom: 10px;
}

.tp-offcanvas__menu ul li:last-child {
    margin-bottom: 0;
}

.tp-offcanvas__menu ul li a {
    font-weight: 700;
    font-size: 20px;
    color: var(--tp-common-black);
}

.tp-offcanvas__menu ul li:hover>a {
    color: var(--tp-theme-primary);
}

.tp-offcanvas__contact {
    margin-bottom: 30px;
}

.tp-offcanvas__contact-content {
    margin-bottom: 10px;
}

.tp-offcanvas__contact-content-icon i {
    color: var(--tp-theme-primary);
    margin-right: 10px;
}

.tp-offcanvas__contact-content-content a {
    font-size: 16px;
    color: var(--tp-common-white);
}

.tp-offcanvas__social {
    margin-bottom: 22px;
    padding-bottom: 40px;
}

.tp-offcanvas__social .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: transparent;
    color: var(--tp-common-white);
    margin-right: 5px;
    transition: all 0.3s ease-in-out;
}

.tp-offcanvas__social .icon.facebook {
    background-color: #4661c5;
}

.tp-offcanvas__social .icon.twitter {
    background-color: #4ccef9;
}

.tp-offcanvas__social .icon.youtube {
    background-color: #ff0000;
}

.tp-offcanvas__social .icon.linkedin {
    background-color: #0072b1;
}

.tp-offcanvas__social .icon:hover {
    transform: translateY(-8px);
}

.tp-offcanvas__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--tp-theme-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-offcanvas__popup {
        display: none;
    }
}

.tp-offcanvas__popup p {
    margin-bottom: 20px;
    color: var(--tp-common-white);
}

.tp-offcanvas__popup-gallery {
    margin-bottom: 30px;
}

.tp-offcanvas__popup-gallery a {
    margin: 5px 3px;
    display: inline-block;
}

.tp-offcanvas__popup-gallery a img {
    height: 90px;
    max-width: 95px;
    object-fit: cover;
}

.tp-offcanvas__info-item {
    margin-bottom: 38px;
}

.tp-offcanvas__info-item-title {
    font-family: var(--tp-ff-space);
    font-weight: 700;
    font-size: 18px;
    color: var(--tp-common-white);
    margin-bottom: 12px;
}

.tp-offcanvas__info-item p {
    font-size: 16px;
    color: var(--tp-text-16);
    margin-bottom: 0;
    line-height: 22px;
}

.tp-offcanvas__info-item p a:hover {
    color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  2.13 Pagination
/*----------------------------------------*/
.tp-pagination__dots {
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

.tp-pagination__dots .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    opacity: 1;
    transition: 0.3s;
    position: relative;
    margin: 40px 0px;
    background-color: #D9D9D9;
}

.tp-pagination__dots .swiper-pagination-bullet::after {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    content: "";
    border-radius: 50%;
    display: inline-block;
    transform: translate(-50%, -50%);
    border: 1px solid var(--tp-theme-primary);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.tp-pagination__dots .swiper-pagination-bullet-active {
    background-color: var(--tp-theme-primary);
}

.tp-pagination__dots .swiper-pagination-bullet-active.swiper-pagination-bullet::after {
    opacity: 1;
    visibility: visible;
}

.basic-pagination nav ul li {
    display: inline-block;
    margin-right: 5px;
}

@media (max-width: 575px) {
    .basic-pagination nav ul li {
        margin-right: 6px;
    }
}

.basic-pagination nav ul li a {
    width: 56px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    color: var(--tp-common-white);
    background-color: #221F1F;
    border: 1px solid rgba(237, 237, 237, 0.13);
    -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;
}

.basic-pagination nav ul li a i {
    font-size: 17px;
}

.basic-pagination nav ul li a:hover {
    border: 1px solid var(--tp-theme-primary);
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-black);
}

.tp-pagination-arrow .prev,
.tp-pagination-arrow .next {
    position: relative;
    font-size: 14px;
    width: 66.82px;
    height: 66.48px;
    line-height: 66.48px;
    /* color: var(--tp-common-white); */
    border: 1px solid rgb(33 33 33 / 28%);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

    .tp-pagination-arrow .prev,
    .tp-pagination-arrow .next {
        margin: 0 5px;
    }
}

.tp-pagination-arrow .prev::before,
.tp-pagination-arrow .next::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background: var(--tp-theme-primary);
    transform: scale(0.3);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.tp-portfolio-area .tp-pagination-arrow .prev:hover,
.tp-portfolio-area .tp-pagination-arrow .next:hover {
    background-color: var(--tp-theme-primary);
}

.tp-pagination-arrow .prev:hover,
.tp-pagination-arrow .next:hover {
    color: #121725;
}

.tp-pagination-arrow .prev:hover::before,
.tp-pagination-arrow .next:hover::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.tp-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: none;
    display: inline-block;
    border-radius: 50%;
    opacity: 1;
    position: relative;
    margin: 0 7px;
    border: 1px solid rgba(255, 255, 255, 0.1) transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.tp-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    height: 4px;
    width: 4px;
    top: 7px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    display: inline-block;
    background: none;
    transition: 0.3s;
    transform: translate(-50%, -50%);
    transform: rotate(45deg);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.tp-pagination .swiper-pagination-bullet-active {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.tp-pagination .swiper-pagination-bullet-active.swiper-pagination-bullet::after {
    border: 1px solid var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: 0px;
    top: 0px;
}

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

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 25%;
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    #loading-center-absolute {
        width: 40%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #loading-center-absolute {
        width: 40%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #loading-center-absolute {
        width: 45%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    #loading-center-absolute {
        width: 50%;
    }
}

@media (max-width: 575px) {
    #loading-center-absolute {
        width: 90%;
    }
}

#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: 0px;
    top: 0px;
}

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

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.tp-preloader-logo {
    width: 180px;
    height: 180px;
    line-height: 180px;
    position: relative;
    text-align: center;
    margin: auto;
}

.tp-preloader-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tp-preloader-circle svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: tp-rotate 5s linear infinite;
    -moz-animation: tp-rotate 5s linear infinite;
    -ms-animation: tp-rotate 5s linear infinite;
    -o-animation: tp-rotate 5s linear infinite;
    animation: tp-rotate 5s linear infinite;
}

.tp-preloader-circle svg circle:last-child {
    stroke: var(--tp-theme-primary);
    stroke-dashoffset: 0;
    stroke-dasharray: 1128, 3150;
    -webkit-animation: tp-loading 4s linear infinite;
    -moz-animation: tp-loading 4s linear infinite;
    -ms-animation: tp-loading 4s linear infinite;
    -o-animation: tp-loading 4s linear infinite;
    animation: tp-loading 4s linear infinite;
    transform-origin: center center;
}

@-webkit-keyframes tp-loading {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0, 3150;
    }

    100% {
        stroke-dashoffset: -1131;
        stroke-dasharray: 1128, 3138;
    }
}

@-moz-keyframes tp-loading {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0, 3150;
    }

    100% {
        stroke-dashoffset: -1131;
        stroke-dasharray: 1128, 3138;
    }
}

@-ms-keyframes tp-loading {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0, 3150;
    }

    100% {
        stroke-dashoffset: -1131;
        stroke-dasharray: 1128, 3138;
    }
}

@keyframes tp-loading {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0, 3150;
    }

    100% {
        stroke-dashoffset: -1131;
        stroke-dasharray: 1128, 3138;
    }
}

@-webkit-keyframes tp-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes tp-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes tp-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes tp-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

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

.tp-preloader-title {
    font-size: 100px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0px;
}

@media (max-width: 575px) {
    .tp-preloader-title {
        font-size: 70px;
    }
}

.tp-preloader-subtitle {
    font-size: 16px;
    margin-bottom: 0;
    color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/

.tp-about-area {
    background-image: url(../img/about/tp_about_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.tp-section-subtitle {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 40px;
    display: inline-block;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: var(--tp-theme-primary);
    padding-right: 70px;
}

.tp-section-title {
    position: relative;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.5;
    display: block;
    text-transform: capitalize;
    /* color: #cbc6c6 !important; */
    margin-bottom: 15px;
}

.tp-about-area .award-thumb img {
    filter: brightness(0.2);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-section-title {
        font-size: 45px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-section-title {
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    .tp-section-title {
        font-size: 28px;
    }
}

.tp-section-text {
    font-size: 20px;
    font-weight: 700;
    color: var(--tp-common-white);
    max-width: 355px;
    line-height: 1.5;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-section-text {
        max-width: 555px;
        text-align: center;
        margin: auto;
        padding-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .tp-section-text {
        font-size: 18px;
        padding-bottom: 15px;
    }
}

.tp-section-text span {
    color: var(--tp-grey-2);
}

/*----------------------------------------*/
/*  2.16 Custom Animation
/*----------------------------------------*/

@keyframes tp_clip_right {
    from {
        clip-path: inset(0 100% 0 0);
        -webkit-clip-path: inset(0 100% 0 0);
    }

    to {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
}

@keyframes tp_clip_left {
    from {
        clip-path: inset(0 0 0 100%);
        -webkit-clip-path: inset(0 0 0 100%);
    }

    to {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
}

@keyframes tp_clip_down {
    from {
        clip-path: inset(0 0 100% 0);
        -webkit-clip-path: inset(0 0 100% 0);
    }

    to {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
}

@keyframes tp_clip_up {
    from {
        clip-path: inset(100% 0 0 0);
        -webkit-clip-path: inset(100% 0 0 0);
    }

    to {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
}

.tp_clip_right {
    animation-name: tp_clip_right;
}

.tp_clip_left {
    animation-name: tp_clip_left;
}

.tp_clip_down {
    animation-name: tp_clip_down;
}

.tp_clip_up {
    animation-name: tp_clip_up;
}

/*----------------------------------------*/
/*  2.12 Search
/*----------------------------------------*/
.tp-search-area {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background: var(--tp-common-black-3);
    padding: 40px 15px;
    visibility: visible;
    opacity: 0;
    transform: translateY(-120%);
}

.tp-search-area.opened {
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

.tp-search__top {
    margin-bottom: 80px;
}

.tp-search__input {
    position: relative;
}

.tp-search__input button {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
}

.tp-search__input button:hover {
    color: var(--tp-common-black-3);
}

.tp-search__category span {
    color: var(--tp-common-black);
}

.tp-search__category a:hover {
    color: var(--tp-common-black-3);
}

.tp-search__close-btn {
    border-radius: 50%;
    background: #ECECEC;
    border: 9px solid transparent;
    color: var(--tp-common-black);
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.tp-search__close-btn::after,
.tp-search__close-btn::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 90%;
    top: 46%;
    left: 1px;
    transform-origin: 50% 50%;
    background-color: var(--tp-common-black);
    opacity: 1;
    -moz-transition: -moz-transform ease 0.25s;
    -webkit-transition: -webkit-transform ease 0.25s;
    -o-transition: -o-transform ease 0.25s;
    -ms-transition: -ms-transform ease 0.25s;
    transition: transform ease 0.25s;
}

.tp-search__close-btn::before {
    transform: rotate(45deg);
}

.tp-search__close-btn::after {
    transform: rotate(-45deg);
}

.tp-search__close-btn:hover::before {
    transform: rotate(-45deg);
}

.tp-search__close-btn:hover::after {
    transform: rotate(45deg);
}

.tp-search__style-blur {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
}

.tp-search__style-blur .tp-search-input input {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.1);
    color: var(--tp-common-white);
}

.tp-search__style-blur .tp-search-input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.3);
}

.tp-search__style-blur .tp-search-input input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.3);
}

.tp-search__style-blur .tp-search-input input:-moz-placeholder {
    /* Firefox 4-18 */
    color: rgba(255, 255, 255, 0.3);
}

.tp-search__style-blur .tp-search-input input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: rgba(255, 255, 255, 0.3);
}

.tp-search__style-blur .tp-search-input input::placeholder {
    /* MODERN BROWSER */
    color: rgba(255, 255, 255, 0.3);
}

.tp-search__style-blur .tp-search-input input:focus {
    border-color: rgba(255, 255, 255, 0.5);
}

.tp-search__style-blur .tp-search-input button {
    color: var(--tp-common-white);
    opacity: 0.6;
}

.tp-search__style-blur .tp-search-input button:hover {
    opacity: 1;
}

.tp-search__style-blur .tp-search-category span {
    color: rgba(255, 255, 255, 0.7);
}

.tp-search__style-blur .tp-search-category a {
    color: rgba(255, 255, 255, 0.7);
}

.tp-search__style-blur .tp-search-category a:hover {
    color: var(--tp-common-white);
}

.tp-search__style-blur .tp-search-close-btn {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.7);
}

.tp-search__style-blur .tp-search-close-btn::after,
.tp-search__style-blur .tp-search-close-btn::before {
    background-color: rgba(255, 255, 255, 0.7);
}

.tp-search__style-blur .tp-search-close-btn:hover::after,
.tp-search__style-blur .tp-search-close-btn:hover::before {
    background-color: white;
}

.tp-search__style-secondary .tp-search-input button:hover {
    color: var(--tp-theme-secondary);
}

.tp-search__style-secondary .tp-search-category a:hover {
    color: var(--tp-theme-secondary);
}

.tp-search__style-brown .tp-search-input button:hover {
    color: var(--tp-theme-brown);
}

.tp-search__style-brown .tp-search-category a:hover {
    color: var(--tp-theme-brown);
}

.tp-search__style-green .tp-search-input input {
    border-radius: 30px;
}

.tp-search__style-green .tp-search-input button:hover {
    color: var(--tp-theme-green);
}

.tp-search__style-green .tp-search-category a:hover {
    color: var(--tp-theme-green);
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.tp-header__transparent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    margin: auto;
    background: transparent;
}

.tp-header__border {
    border-bottom: 1px solid var(--tp-grey-1);
}

.tp-header__action ul {
    list-style: none;
}

.tp-header__action ul li {
    display: inline-block;
}

.tp-header__search-btn {
    color: var(--tp-common-white);
    padding-right: 32px;
    transition: 0.3s;
}

.tp-header__search-btn:hover {
    color: var(--tp-orange-1);
}

@media (max-width: 575px) {
    .tp-header__search-btn {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-header__search-btn {
        display: block;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header__style-1 {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (max-width: 575px) {
    .tp-header__style-1 {
        padding: 10px 25px 10px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-header__style-1 {
        padding: 1px 35px 0px 35px;
    }
}

.header-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    background: var(--tp-common-black);
    box-shadow: 0px 20px 40px rgba(37, 9, 62, 0.1);
    animation: 0.95s ease 0s normal forwards 1 running headerSlideUp;
    z-index: 899;
    transition: transform 500ms ease, visibility 500ms ease;
}

.header-sticky .tp-main__menu ul li>a {
    padding: 22px 0;
}

/*----------------------------------------*/
/*  3.2 Header Style 2
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header__style-2 {
        padding-right: 80px;
        padding-left: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-header__style-2 {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-header__style-2 {
        padding: 15px 30px;
    }
}

@media (max-width: 575px) {
    .tp-header__style-2 {
        padding: 15px;
    }
}

.tp-header__style-2 .tp-header__menu-btn {
    font-size: 18px;
    font-weight: 600;
    color: var(--tp-common-white);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-header__style-2 .tp-header__menu-btn:hover {
    color: var(--tp-theme-primary);
}

.tp-header__style-2 .tp-header__menu-btn:hover span {
    color: var(--tp-common-white);
    border: 1px solid var(--tp-theme-primary);
}

.tp-header__style-2 .tp-header__menu-btn span {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #202020;
    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-header__style-2 .tp-main__menu ul li>a {
    padding: 34px 0;
}

.tp-header__style-2.tp-header__border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

/*----------------------------------------*/
/*  3.3 Header Style 3
/*----------------------------------------*/
.tp-header__style-3 {
    margin-top: 46px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-header__style-3 {
        padding-left: 33px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-header__style-3 {
        padding-left: 0px;
        margin-top: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header__style-3 .tp-main__menu ul li {
        margin: 0 25px;
    }
}

.tp-header__style-3 .tp-main__menu ul li>a {
    padding: 34px 0;
}

.tp-header__style-3 .tp-header__right-search {
    margin-right: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-header__style-3 .tp-header__right-search {
        margin-right: 0;
    }
}

.tp-header__3-plr {
    position: relative;
    padding-left: 170px;
    padding-right: 220px;
    padding-top: 13px;
    padding-bottom: 13px;
    background: var(--tp-common-black);
    z-index: 9;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header__3-plr {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-header__3-plr {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 575px) {
    .tp-header__3-plr {
        display: none;
    }
}

.tp-header__3-top-info a {
    color: #bababa;
    font-size: 15px;
    font-weight: 500;
    margin-right: 38px;
    transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-header__3-top-info a:last-child {
        display: none;
    }
}

.tp-header__3-top-info a span {
    transition: 0.3s;
}

.tp-header__3-top-info a:hover span {
    color: var(--tp-theme-primary);
}

.tp-header__3-top-info a b {
    margin-right: 6px;
    color: var(--tp-theme-primary);
}

.tp-header__3-menu a {
    font-size: 14px;
    display: inline-block;
    margin-left: 22px;
    transition: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-header__3-menu a {
        margin-left: 15px;
    }
}

.tp-header__3-menu a:hover {
    color: var(--tp-theme-primary);
}

.tp-header__3-social {
    margin-left: 28px;
}

.tp-header__3-social a {
    margin-left: 20px;
    transition: 0.3s;
}

.tp-header__3-social a:hover {
    color: var(--tp-theme-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header__3-shop {
        left: -40px;
    }
}

.tp-header__3-shop::after {
    position: absolute;
    width: 1px;
    height: 89px;
    background: #272727;
    content: "";
    top: -29px;
    left: -55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header__3-shop::after {
        left: -30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-header__3-shop::after {
        height: 72px;
        top: -20px;
        left: -30px;
    }
}

.tp-header__3-shop a span {
    color: var(--tp-common-white);
}

.tp-header__3-shop-quantity {
    position: absolute;
    top: -20px;
    right: -8px;
    color: var(--tp-theme-primary);
    font-size: 16px;
}

.tp-header__3-bar {
    padding: 26px 57px 26px 10px;
    margin-left: 45px;
    background: var(--tp-theme-primary);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header__3-bar {
        padding: 26px 15px 26px 5px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header__3-bar {
        padding: 25px 20px 26px 20px;
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-header__3-bar {
        padding: 20px 30px 15px 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-header__3-bar {
        padding: 15px 30px 15px 0;
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .tp-header__3-bar {
        padding: 10px 0 10px 0;
        margin-left: -30px;
        padding-right: 20px;
    }
}

.tp-header__3-menu-btn {
    font-size: 18px;
    color: var(--tp-common-black);
    margin-left: 44px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-header__3-menu-btn {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .tp-header__3-menu-btn {
        margin-left: 20px;
    }
}

.tp-header__3-menu-btn span {
    width: 42px;
    height: 42px;
    font-size: 10px;
    line-height: 42px;
    display: inline-block;
    color: var(--tp-common-black-2);
    border: 1px solid rgba(0, 0, 0, 0.3);
    margin-left: 6px;
    border-radius: 50%;
}

.tp-header__3-menu-btn span i {
    font-size: 13px;
}

/*----------------------------------------*/
/*  3.4 Header Style 4
/*----------------------------------------*/
.tp-header__4-shop a span {
    color: var(--tp-common-white);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-header__4-shop a:hover span {
    color: var(--tp-theme-primary);
}

.tp-header__style-4 {
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 100px;
    padding-right: 160px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-header__style-4 {
        padding-right: 70px;
        padding-left: 70px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header__style-4 {
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-header__style-4 {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-header__style-4 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 575px) {
    .tp-header__style-4 {
        padding-right: 0;
        padding-left: 0;
    }
}

.tp-header__style-4 .tp-header__search-btn {
    margin-left: 45px;
}

.tp-header__style-4 .tp-header__search-btn span {
    -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__style-4 .tp-header__search-btn:hover span {
    color: var(--tp-theme-primary);
}

.tp-header__style-4 .tp-header__burs-btn span {
    color: var(--tp-common-white);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-header__style-4 .tp-header__burs-btn:hover span {
    color: var(--tp-theme-primary);
}

.tp-header__style-4 .tp-main__menu {
    border: 1px solid #5b5496;
    border-radius: 30px;
}

.tp-header__style-4 .tp-main__menu ul>li>.tp-submenu {
    border-top: 2px solid var(--tp-theme-pruple);
}

.tp-header__style-4 .tp-main__menu ul>li>a {
    padding: 15px 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header__style-4 .tp-main__4-menu ul li {
        margin: 0 25px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header__style-4 .tp-main__4-menu ul li {
        margin: 0 18px;
    }
}

/*----------------------------------------*/
/*  3.5 Header Style 5
/*----------------------------------------*/
.tp-header__style-5 .tp-main__menu {
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header__style-5 .tp-main__menu {
        display: flex;
        justify-content: left;
    }
}

.tp-header__style-5 .tp-main__menu ul li {
    margin: 0 45px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-header__style-5 .tp-main__menu ul li {
        margin: 0 40px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header__style-5 .tp-main__menu ul li {
        margin: 0 35px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header__style-5 .tp-main__menu ul li {
        margin: 0 20px;
    }
}

.tp-header__style-5 .tp-main__menu ul li .has-homemenu {
    left: -110px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header__style-5 .tp-main__menu ul li .has-homemenu {
        left: -150px;
        width: 970px;
    }
}

.tp-header__style-5 .tp-main__menu ul li>a {
    font-weight: 600;
    color: var(--tp-common-black);
}

.tp-header__style-5 .tp-main__menu ul li .tp-submenu li a {
    color: var(--tp-common-white);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-header__style-5 .tp-main__menu ul li .tp-submenu li a:hover {
    color: var(--tp-theme-primary);
}

.tp-header__style-5.tp-header__plr {
    padding-right: 85px;
    padding-left: 70px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header__style-5.tp-header__plr {
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header__style-5.tp-header__plr {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-header__style-5.tp-header__plr {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-header__style-5.tp-header__plr {
        padding: 10px 30px;
    }
}

.tp-header__style-5.tp-header__border {
    border-bottom: 1px solid #cbcbcb;
}

.tp-header__style-5 .tp-header__menu-btn span {
    font-size: 22px;
    color: var(--tp-common-black);
}

.tp-header__style-5 .tp-hero__action-btn-2 {
    font-size: 15px;
    padding: 18px 41px;
}

.tp-header__style-5.header-sticky {
    background: var(--tp-common-white);
}

/*----------------------------------------*/
/*  3.6 Header Style 6
/*----------------------------------------*/

.tp-header__style-6 .tp-main__menu ul li>a {
    position: relative;
    font-size: 16px;
    padding: 38px 0;
    display: block;
    transition: 0.3s;
    color: var(--tp-common-black);
    text-transform: capitalize;

}

.tp-header__style-6 .tp-header__search-btn {
    color: var(--tp-common-black);
    padding-right: 32px;
    transition: 0.3s;
}

.tp-header__style-6.tp-header__border {
    border-bottom: 1px solid #eaeaef;
}

.tp-header__style-6 .tp-main__menu ul li .tp-submenu li a {
    color: var(--tp-common-white);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-header__style-6 .tp-main__menu ul li .tp-submenu li a:hover {
    color: var(--tp-theme-primary);
}

.tp-header__style-6.header-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    background: var(--tp-common-white);
    box-shadow: 0px 20px 40px rgba(37, 9, 62, 0.1);
    animation: 0.95s ease 0s normal forwards 1 running headerSlideUp;
    z-index: 899;
    transition: transform 500ms ease, visibility 500ms ease;
}

.tp-header__style-6.header-sticky.tp-header__border {
    border-bottom: 1px solid transparent;
}


/* @media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header__style-6 .tp-main__menu ul li {
    margin: 0 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header__style-6 .tp-main__menu ul li {
    margin: 0 10px;
  }

} */

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header__style-6 {
        padding-right: 50px;
        padding-left: 50px;
    }

    .tp-header__style-6 .tp-main__menu ul li {
        margin: 0 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-header__style-6 {
        padding: 15px 35px 15px 35px;
    }
}

@media only screen and (max-width: 575px) {
    .tp-header__style-6 {
        padding: 15px 35px 15px 35px;
    }

}

/*----------------------------------------*/
/*  4.1 Menu css
/*----------------------------------------*/
.tp-main__menu ul {
    list-style: none;
}

.tp-main__menu ul li {
    position: relative;
    display: inline-block;
    margin: 0 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-main__menu ul li {
        margin: 0 20px;
    }
}

.tp-main__menu ul li::before {
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    left: -18px;
    content: "";
    border-radius: 50%;
    background: var(--tp-theme-primary);
    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-main__menu ul li .tp-submenu {
    position: absolute;
    top: 100%;
    left: -5px;
    width: 250px;
    z-index: 999;
    padding: 30px 25px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform: scaleY(0);
    transform-origin: top center;
    text-align: start;
    background-color: #1c1c1c;
    border-top: 2px solid var(--tp-theme-primary);
}

.tp-main__menu ul li .tp-submenu>li {
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    margin-bottom: 10px;
    display: block;
}

.tp-main__menu ul li .tp-submenu>li a {
    padding: 0;
}

.tp-main__menu ul li .tp-submenu>li::before {
    display: none;
}

.tp-main__menu ul li:hover .tp-submenu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.tp-main__menu ul li:hover::before {
    opacity: 1;
    visibility: visible;
    animation: tp-icon-bounce 0.8s ease-out infinite;
}

.tp-main__menu ul li>a {
    position: relative;
    font-size: 16px;
    padding: 38px 0;
    display: block;
    transition: 0.3s;
    color: var(--tp-common-white);
    text-transform: capitalize;
}

.tp-main__menu ul li>a:hover {
    color: var(--tp-theme-primary);
}

.tp-main__menu ul li>a:hover::before {
    opacity: 1;
    visibility: visible;
}

.tp-main__menu ul li .has-homemenu {
    width: 1100px;
    opacity: 0;
    left: -250px;
    visibility: hidden;
    padding: 30px 30px 10px 30px;
}

.tp-main__menu ul li .has-homemenu .homemenu {
    padding: 0px 10px;
    position: relative;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-main__menu ul li .has-homemenu {
        left: -170px;
        width: 950px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-main__menu ul li .has-homemenu {
        left: -160px;
        width: 850px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-main__menu ul li .has-homemenu {
        left: -190px;
        width: 900px;
    }
}

.tp-main-menu-mobile {
    margin-bottom: 30px;
}

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

.homemenu-title {
    position: relative;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 500;
    display: inline-block;
    color: var(--tp-common-white);
}

.homemenu-title:hover {
    color: var(--tp-theme-primary);
}

.homemenu-thumb {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.homemenu-thumb img {
    width: 100%;
}

.homemenu-thumb:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    transform: translateY(50%);
}

.tp-main-menu-mobile .tp-submenu {
    display: none;
}

.tp-main-menu-mobile .header-icon {
    display: none;
}

.tp-main-menu-mobile ul {
    position: static;
    display: block;
    box-shadow: none;
}

.tp-main-menu-mobile ul li {
    list-style: none;
    position: relative;
    width: 100%;
    padding: 0;
}

.tp-main-menu-mobile ul li:not(:last-child) a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.tp-main-menu-mobile ul li .tp-submenu .homemenu {
    padding: 0px 10px;
    position: relative;
    margin-bottom: 20px;
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn {
    position: absolute;
    right: 0;
    top: 21%;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    font-size: 18px;
    color: #7F8387;
    font-family: "Font Awesome 5 Pro";
    transition: all 0.3s ease-in-out;
    z-index: 1;
    width: 25px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn i {
    transition: all 0.3s ease-in-out;
    margin-left: 2px;
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn.dropdown-opened i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn:hover {
    background-color: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn:hover i {
    color: var(--tp-common-white);
}

.tp-main-menu-mobile ul li.has-dropdown>a.expanded {
    color: var(--tp-theme-1);
}

.tp-main-menu-mobile ul li.has-dropdown>a.expanded .dropdown-toggle-btn.dropdown-opened {
    background-color: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.tp-main-menu-mobile ul li.has-dropdown>a.expanded .dropdown-toggle-btn.dropdown-opened i {
    color: var(--tp-common-white);
}

.tp-main-menu-mobile ul li.has-dropdown:hover>a::after {
    color: var(--tp-theme-green);
}

.tp-main-menu-mobile ul li:last-child a span {
    border-bottom: 0;
}

.tp-main-menu-mobile ul li>a {
    display: block;
    font-size: 16px;
    color: var(--tp-common-white);
    position: relative;
    padding: 10px 0;
    padding-right: 20px;
}

.tp-main-menu-mobile ul li>a svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.tp-main-menu-mobile ul li>a>i {
    display: inline-block;
    width: 11%;
    margin-right: 13px;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
    font-size: 21px;
    line-height: 1;
}

.tp-main-menu-mobile ul li>a .menu-text {
    font-size: 16px;
    line-height: 11px;
    border-bottom: 1px solid #EAEBED;
    width: 82%;
    display: inline-block;
    padding: 19px 0 17px;
}

.tp-main-menu-mobile ul li img {
    width: 100%;
}

.tp-main-menu-mobile ul li ul {
    padding: 0;
}

.tp-main-menu-mobile ul li ul li {
    padding: 0;
}

.tp-main-menu-mobile ul li ul li a {
    margin-left: auto;
    width: 93%;
    padding: 10px 5%;
    text-shadow: none !important;
    visibility: visible;
    padding-left: 0;
    padding-right: 20px;
}

.tp-main-menu-mobile ul li ul li li a {
    width: 88%;
    padding: 10px 7%;
    padding-left: 0;
    padding-right: 20px;
}

.tp-main-menu-mobile ul li ul li li li a {
    width: 83%;
    padding: 10px 9%;
    padding-left: 0;
    padding-right: 20px;
}

.tp-main-menu-mobile ul li ul li li li li a {
    width: 68%;
    padding: 10px 11%;
    padding-left: 0;
    padding-right: 20px;
}

.tp-main-menu-mobile ul li:hover>a {
    color: var(--tp-theme-1);
}

.tp-main-menu-mobile ul li:hover>a::after {
    color: var(--tp-theme-1);
}

.tp-main-menu-mobile ul li:hover>a .dropdown-toggle-btn i {
    color: var(--tp-theme-1);
}

.tp-main-menu-mobile ul li:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.tp-main-menu-mobile ul li .mega-menu,
.tp-main-menu-mobile ul li .submenu {
    position: static;
    min-width: 100%;
    padding: 0;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    display: none;
}

.tp-main-menu-mobile ul li .mega-menu li,
.tp-main-menu-mobile ul li .submenu li {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
}

.tp-main-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn,
.tp-main-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn {
    color: var(--tp-theme-1);
}

.tp-main-menu-mobile .tp-main-menu-content ul li:not(:last-child) .home-menu-title a {
    border-bottom: none;
}

.tp-main-menu-mobile * ul,
.tp-main-menu-mobile * li {
    transition: none !important;
}

.tp-onepage-menu li a span {
    display: block;
}

/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/
.postbox__comment-input .inputText {
    font-size: 16px;
    padding: 0px 24px;
    width: 100%;
    height: 65px;
    outline: 0;
    border: 1px transparent;
    line-height: 1;
    color: var(--tp-theme-primary);
    background-color: var(--tp-common-black);
    transition: 0.3s;
}

.postbox__comment-input .inputText::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: var(--tp-common-white);
}

.postbox__comment-input .inputText:focus {
    border: 1px solid rgba(255, 82, 28, 0.2);
}

.postbox__comment-input .textareaText {
    font-size: 16px;
    width: 100%;
    height: 210px;
    border: 1px transparent;
    resize: none;
    padding: 40px 24px;
    color: var(--tp-theme-primary);
    background-color: var(--tp-common-black);
    margin-bottom: 20px;
}

.postbox__comment-input .textareaText::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: var(--tp-common-white);
}

.postbox__comment-input .textareaText:focus {
    border: 1px solid rgba(255, 82, 28, 0.2);
}

.postbox__2-comment-input input {
    font-size: 16px;
    font-weight: 500;
    padding-left: 0;
    border: 0;
    border-bottom: 1px solid #D2CDCC;
    background: none;
}

.postbox__2-comment-input input::placeholder {
    color: var(--tp-common-black);
}

.postbox__2-comment-input textarea {
    font-size: 16px;
    font-weight: 500;
    padding-left: 0;
    border: 0;
    border-bottom: 1px solid #D2CDCC;
    background: none;
    resize: none;
    overflow: hidden;
}

.postbox__2-comment-input textarea::placeholder {
    color: var(--tp-common-black);
}

.postbox__2-comment-input textarea:focus {
    border-bottom: 1px solid var(--tp-common-black);
}

.postbox__2-form-check .form-check-input {
    margin-top: 7px;
    margin-right: 10px;
}

.postbox__2-form-check .form-check-input:focus {
    outline: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    border-color: inherit;
}

.postbox__2-form-check .form-check-label {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    cursor: pointer;
}

.postbox__thumb a img {
    width: 100%;
}

.postbox-details__navigation-icon {
    margin-bottom: 5px;
}

.postbox-details__navigation-icon a {
    font-weight: 400;
    font-size: 16px;
    color: #696969;
}

.postbox-details__navigation-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -0.03em;
    text-decoration: underline;
    color: var(--tp-common-white);
}

.postbox-details__navigation-patern span {
    color: var(--tp-theme-primary);
}

.postbox__item {
    margin-bottom: 54px;
}

.postbox__date {
    position: absolute;
    top: 16px;
    left: 17px;
    padding: 13px 22px;
    border-radius: 5px;
    background-color: var(--tp-theme-primary);
}

.postbox__date span {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.1;
    text-align: center;
    display: inline-block;
    color: var(--tp-common-black);
}

.postbox__meta-title {
    position: relative;
    font-size: 15px;
    display: inline-block;
    color: var(--tp-common-white);
    margin-right: 40px;
}

.postbox__meta-title::before {
    position: absolute;
    width: 10px;
    height: 1px;
    top: 50%;
    left: -15px;
    transform: translate(-50%);
    content: "";
    background: #676a7d;
}

.postbox__meta-title:first-child::before {
    display: none;
}

.postbox__meta-title:last-child {
    margin-right: 0;
}

.postbox__meta-title span {
    margin-right: 10px;
    font-size: 16px;
    color: var(--tp-theme-primary);
    margin-bottom: 0;
}

.postbox__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3;
    color: var(--tp-common-white);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.postbox__title:hover {
    color: var(--tp-theme-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .postbox__title {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .postbox__title {
        font-size: 25px;
    }
}

.postbox__text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    margin-right: 102px;
}

.postbox__list-title {
    font-weight: 600;
    font-size: 28px;
    color: var(--tp-common-white);
}

.postbox__list-wrapper ul li {
    position: relative;
    font-size: 16px;
    list-style: none;
    padding-left: 50px;
    color: var(--tp-common-white);
    margin-bottom: 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;
}

.postbox__list-wrapper ul li span {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 0;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
    background: var(--tp-common-black-3);
}


.postbox__list-qoute {
    font-style: italic;
    font-weight: 500;
    color: #DDDDDD;
}

.postbox__list-thumb img {
    width: 100%;
}

.postbox__wrapper p {
    font-size: 18px;
    line-height: 1.6;
    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),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .postbox__wrapper p {
        margin-right: 0;
    }
}

.postbox__social span {
    font-size: 20px;
    margin-right: 21px;
    color: var(--tp-common-white);
}

.postbox__social a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    background: var(--tp-common-black-3);
    color: var(--tp-common-white);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .postbox__social a {
        margin-right: 5px;
    }
}

.postbox__social a:hover {
    color: var(--tp-common-black);
    background: var(--tp-theme-primary);
}

.postbox__share {
    border-bottom: 1px solid #131621;
    padding-bottom: 36px;
}

.postbox__details-author-box {
    padding: 55px 30px 50px 33px;
    background: #151414;
    border-radius: 5px;
}

.postbox__details-author-thumb {
    margin-right: 29px;
}

.postbox__details-author-thumb img {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.29);
}

.postbox__details-author-quote {
    position: absolute;
    top: 35px;
    right: 60px;
}

.postbox__details-author-quote span {
    color: var(--tp-theme-primary);
}

.postbox__details-author-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--tp-common-white);
}

.postbox__details-author-designation {
    font-size: 16px;
    margin-bottom: 15px;
    display: inline-block;
    color: var(--tp-common-white);
}

.postbox__details-author-text p {
    line-height: 1.9;
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .postbox__details-author-text p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .postbox__details-author-text p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .postbox__details-author-text p {
        font-size: 15px;
    }
}

.postbox__review-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--tp-common-white);
}

.tp-blog__details-blockquote {
    position: relative;
    padding: 38px 26px 16px 40px;
    background-color: #000;
}

.tp-blog__details-blockquote .quote-icon {
    position: absolute;
    right: 40px;
    bottom: 30px;
    color: var(--tp-theme-primary);
}



/*----------------------------------------*/
/*  5.2 Recent Post css
/*----------------------------------------*/
.rc__post {
    margin-bottom: 30px;
}

.rc__post:last-child {
    margin-bottom: 0;
}

.rc__post-thumb {
    margin-right: 24px;
}

.rc__post-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 575px) {
    .rc__post-title {
        font-size: 14px;
    }
}

.rc__meta i {
    font-size: 14px;
    margin-right: 8px;
    color: var(--tp-theme-primary);
}

.rc__meta span {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.7;
    color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/
.sidebar__author {
    padding: 25px 0 0 0;
}

.sidebar__author-thumb {
    margin-bottom: 22px;
}

.sidebar__author-thumb img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.sidebar__author-title {
    font-weight: 700;
    font-size: 17px;
    display: inline-block;
    color: var(--tp-common-white);
}

.sidebar__author-desig {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
}

.sidebar__author-content p {
    font-size: 17px;
    line-height: 27px;
    display: block;
    padding-bottom: 20px;
    padding-top: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .sidebar__author-content p {
        font-size: 14px;
    }
}

.sidebar__author-social a {
    width: 43px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    display: inline-block;
    border: 1px solid rgba(232, 232, 232, 0.15);
    margin-right: 13px;
    -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;
}

.sidebar__author-social a:last-child {
    margin-right: 0;
}

.sidebar__author-social a:hover {
    color: var(--tp-common-black);
    border: 1px solid var(--tp-theme-primary);
    background-color: var(--tp-theme-primary);
}

.sidebar__widget {
    padding: 39px 30px 45px 30px;
    background: var(--tp-common-black-3);
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .sidebar__widget {
        padding: 39px 20px 45px 20px;
    }
}

.sidebar__widget-title {
    position: relative;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    display: inline-block;
    padding-left: 10px;
    color: var(--tp-common-white);
    margin-bottom: 25px;
}

.sidebar__widget-title::before {
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 2px;
    height: 21px;
    content: "";
    background-color: var(--tp-theme-primary);
}

.sidebar__widget-content ul li {
    list-style: none;
}

.sidebar__widget-content ul li a {
    position: relative;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 17px 21px;
    display: inline-block;
    background: #1C1C1C;
    margin-bottom: 21px;
    color: var(--tp-common-white);
    border-radius: 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;
}

.sidebar__widget-content ul li a span {
    position: absolute;
    top: 50%;
    right: 21px;
    transform: translateY(-50%);
}

.sidebar__widget-content ul li a:hover {
    color: var(--tp-common-black);
    background-color: var(--tp-theme-primary);
}

.sidebar__search-input {
    position: relative;
}

.sidebar__search-input input {
    border: 0;
    padding-right: 60px;
    color: var(--tp-common-white);
    background: rgba(255, 255, 255, 0.07);
}

.sidebar__search-input button {
    position: absolute;
    top: 50%;
    right: 28px;
    color: var(--tp-common-white);
    transform: translateY(-50%);
}

.tagcloud a {
    font-weight: 500;
    font-size: 14px;
    margin: 6px 3px;
    padding: 8px 24px;
    display: inline-block;
    text-transform: capitalize;
    color: var(--tp-common-white);
    background: rgba(255, 255, 255, 0.08);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tagcloud a {
        padding: 8px 18px;
    }
}

@media (max-width: 575px) {
    .tagcloud a {
        padding: 8px 14px;
    }
}

.tagcloud a:hover {
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-black);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tagcloud-sm {
        margin-bottom: 10px;
    }
}

.tagcloud-sm a {
    border: 1px solid rgba(246, 243, 238, 0.12);
    color: #83827F;
}

.tagcloud-sm a:hover {
    color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/
/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/
/*----------------------------------------*/
/*  5.4 Blog css
/*----------------------------------------*/
.tp-blog-item {
    overflow: hidden;
    padding: 60px;
    background-color: var(--tp-common-black2);
    border-radius: 12px;
    z-index: 2;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-blog-item {
        padding: 30px;
    }
}

.tp-blog-item:hover .tp-blog-bg {
    top: 0;
    opacity: 0.08;
    visibility: visible;
}

.tp-blog-item:not(:last-child) {
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-blog-thumb {
        margin-bottom: 30px;
    }
}

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

.tp-blog-meta-date {
    font-size: 16px;
    border-radius: 50px;
    padding: 5px 20.5px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    margin-right: 18px;
}

@media (max-width: 575px) {
    .tp-blog-meta-date {
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .tp-blog-meta-comment {
        margin-top: 10px;
        display: blockPteam;
    }
}

.tp-blog-title {
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    text-transform: capitalize;
    line-height: 1.5;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-blog-title {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-blog-title {
        font-size: 22px;
    }
}

.tp-blog-btn .tp-btn-switch-text {
    color: #fff;
    text-transform: uppercase;
}

.tp-blog-btn .tp-btn-switch-text:hover {
    color: var(--tp-theme-primary);
}

.tp-blog-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -150px;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    border-radius: 12px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.tp-blog-bg img {
    width: 100%;
    height: 100%;
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-footer__plr {
        padding: 0;
    }
}

.tp-footer__shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.tp-footer__wrap {
    margin: 0 77px;
    background: #060606;
    border-radius: 12px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-footer__wrap {
        margin: 0 35px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-footer__wrap {
        margin: 0;
        border-radius: 0;
    }
}

.tp-footer__widget-title {
    font-size: 14px;
    line-height: 1.8;
    display: inline-block;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--tp-common-white);
    margin-bottom: 35px;
}

.tp-footer__widget.footer-col-2 {
    padding-left: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-footer__widget.footer-col-2 {
        padding-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer__widget.footer-col-3 {
        margin-left: -35px;
    }
}

.tp-footer__widget.footer-col-4 {
    padding-left: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-footer__widget.footer-col-4 {
        padding-left: 0;
    }
}

.tp-footer__list a {
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
    color: var(--tp-grey-3);
    transition: 0.3s;
}

.tp-footer__list a:hover {
    color: var(--tp-theme-primary);
}

.tp-footer__form form input {
    color: #a1a1a1;
    padding: 0 15px 15px 0;
    border: 0;
    border-bottom: 1px solid var(--tp-common-white);
    background: none;
}

.tp-footer__form form input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #a1a1a1;
}

.tp-footer__form form input:focus {
    border-color: var(--tp-theme-primary);
}

.tp-footer__form form input:focus::placeholder {
    opacity: 0;
}

.tp-footer__action button {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    text-transform: uppercase;
    color: var(--tp-common-white);
    transition: 0.3s;
}

.tp-footer__action button:hover {
    color: var(--tp-theme-primary);
}

.tp-footer__action button:hover span i {
    transform: rotate(40deg);
}

.tp-footer__action button span {
    margin-left: 5px;
    transition: 0.3s;
}

.tp-footer__action button span i {
    transition: 0.3s;
}

.tp-footer__1 .tp-footer__form form input {
    color: var(--tp-common-white);
}

.tp-copyright__wrap {
    border-top: 1px solid #292929;
    padding-bottom: 16px;
}

.tp-copyright__text p {
    color: var(--tp-common-white);
    margin-bottom: 0;
}

.tp-copyright__text p span {
    color: var(--tp-theme-primary);
}

.tp-copyright__social a {
    font-weight: 400;
    font-size: 16px;
    line-height: 2.1;
    color: var(--tp-common-white);
    margin-right: 24px;
    transition: 0.3s;
}

.tp-copyright__social a:last-child {
    margin-right: 0;
}

.tp-copyright__social a:hover {
    color: var(--tp-theme-primary);
}




/* Robin */


.tp-footer-top {
    padding-bottom: 59px;
    border-bottom: 1px solid var(--tp-border-primary);
}

.tp-footer-title {
    font-weight: 700;
    font-size: 152px;
    text-transform: uppercase;
    color: #fff;
}

.tp-footer-title .light-text {
    font-style: italic;
    color: var(--tp-theme-primary);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-title.footer-big-text {
        font-size: 110px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-footer-title.footer-big-text {
        font-size: 110px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-footer-title.footer-big-text {
        font-size: 85px;
    }
}

@media (max-width: 575px) {
    .tp-footer-title.footer-big-text {
        font-size: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-footer-title.footer-big-text {
        margin-bottom: 50px;
    }
}

.tp-footer-newslater-input {
    margin-bottom: 50px;
}

.tp-footer-newslater-input input {
    padding-left: 0;
    border-bottom: 1px solid var(--tp-border-third);
}

.tp-footer-newslater-btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    text-transform: uppercase;
    color: var(--tp-common-white);
}

.tp-footer-newslater-btn .newslater-icon {
    margin-left: 8px;
}

.tp-footer-location {
    margin-top: -6px;
}

.tp-footer-location ul li {
    display: block;
}

.tp-footer-location ul li:not(:last-child) {
    margin-bottom: 10px;
}

.tp-footer-location ul li a {
    padding-left: 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.tp-footer-location ul li a::before {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 25%;
    left: 0;
    content: "";
    background: var(--tp-theme-primary);
    opacity: 0;
    visibility: hidden;
    transform: scale(0.1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.tp-footer-location ul li a:hover {
    color: var(--tp-theme-primary);
    padding-left: 20px;
}

.tp-footer-location ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    background: #ddd;
}

.tp-footer-link ul {
    list-style: none;
}

.tp-footer-link ul li {
    position: relative;
    display: block;
    padding-left: 14px;
}

.tp-footer-link ul li:not(:last-child) {
    margin-bottom: 10px;
}

.tp-footer-link ul li::before {
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    left: 0;
    content: "";
    rotate: 50deg;
    transform: translateY(-50%);
    border: 1px solid #254443;
}

.tp-footer-link ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
    color: var(--tp-common-white);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.tp-footer-link ul li a:hover {
    color: var(--tp-theme-primary);
}

.tp-footer-widget {
    padding-top: 94px;
    padding-bottom: 94px;
    border-right: 1px solid var(--tp-border-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-footer-widget {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-footer-widget {
        padding-top: 20px;
        padding-bottom: 20px;
        border-right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-footer-widget.footer-col-2 {
        border-right: 0;
    }
}

.tp-footer-body .row [class*=col-]:last-child .tp-footer-widget {
    border-right: 0;
}

.tp-copyright-wrapp {
    border-top: 1px solid var(--tp-border-primary);
}

.tp-copyright-logo {
    margin-top: -45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-copyright-logo {
        margin-top: -80px;
    }
}

@media (max-width: 575px) {
    .tp-copyright-logo {
        margin-top: -100px;
    }
}

.tp-copyright-text p {
    font-weight: 500;
    margin-bottom: 0;
    color: var(--tp-common-white);
}

.tp-copyright-text p a {
    color: var(--tp-theme-primary);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-copyright-text {
        margin-bottom: 10px;
    }
}

.tp-copyright-menu a {
    font-size: 14px;
    color: var(--tp-common-white);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.tp-copyright-menu a:not(:last-child) {
    margin-right: 37px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-copyright-menu a:not(:last-child) {
        margin-right: 15px;
    }
}

.tp-copyright-menu a:hover {
    color: var(--tp-theme-primary);
}









/*----------------------------------------*/
/*  6.2 Footer Style 2
/*----------------------------------------*/
.tp-footer__2-border-style {
    padding-top: 100px;
    padding-bottom: 50px;
    border-top: 1px solid var(--tp-grey-1);
    border-bottom: 1px solid var(--tp-grey-1);
}

.tp-footer__2 .tp-footer__widget-title {
    font-size: 22px;
    margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer__2 .tp-footer__widget-title {
        font-size: 16px;
    }
}

.tp-footer__2 .tp-footer__list a {
    font-size: 17px;
    display: block;
    font-weight: 500;
    margin-bottom: 20px;
    transition: 0.3s;
}

.tp-footer__2 .tp-footer__list a:hover {
    color: var(--tp-theme-primary);
}

.tp-footer__2 .tp-footer__adress {
    margin-bottom: 25px;
    color: var(--tp-common-white);
}

.tp-footer__2 .tp-footer__adress-box::after {
    /* position: absolute; */
    width: 1px;
    height: 340px;
    bottom: -84%;
    right: 140px;
    content: "";
    background: #262626;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-footer__2 .tp-footer__adress-box::after {
        display: none;
    }
}

.tp-footer__2 .tp-footer__city {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    color: var(--tp-common-white);
    width: 70%;
}

.tp-footer__2 .tp-footer__contact {
    font-size: 30px;
    margin-bottom: 40px;
    color: var(--tp-theme-primary);
}

.tp-footer__2 .tp-footer__location {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-footer__2 .tp-footer__location {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer__2 .tp-footer__location {
        font-size: 18px;
    }
}

.footer-col-2-2 {
    margin-left: -60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-col-2-2 {
        margin-left: -80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer-col-2-2 {
        margin-left: 0;
    }
}

.footer-col-2-3 {
    margin-left: -65px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .footer-col-2-3 {
        margin-left: -65px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-col-2-3 {
        margin-left: -100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer-col-2-3 {
        margin-left: 0;
    }
}

.footer-col-2-4 {
    width: 100%;
    margin-left: 10px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .footer-col-2-4 {
        margin-left: -10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-col-2-4 {
        width: auto;
        margin-left: -30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-col-2-4 {
        margin-left: -15px;
        width: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-col-2-4 {
        margin-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer-col-2-4 {
        margin-left: 0;
    }
}

.tp-copyright__style-2 .tp-copyright__wrap {
    border: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-copyright__style-2 .tp-copyright__logo {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-copyright__style-2 .tp-copyright__text {
        margin-top: 15px;
    }
}

.tp-copyright__social a {
    width: 38px;
    height: 38px;
    font-size: 12px;
    color: #d1d1d1;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    border: 1px solid #2c2e34;
    border-radius: 50%;
    transition: 0.3s;
    margin-right: 5px;
}

.tp-copyright__social a:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 575px) {
    .tp-copyright__style-2 .tp-copyright__social a {
        margin-right: 0;
    }
}

.tp-copyright__style-2 .tp-copyright__social a:hover {
    color: var(--tp-common-black);
    border: 1px solid var(--tp-theme-primary);
    background-color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  6.3 Footer Style 3
/*----------------------------------------*/
.tp-footer__3 {
    overflow: hidden;
    z-index: 1;
}

.tp-footer__3-shape {
    position: absolute;
    left: -100px;
    bottom: -100px;
    z-index: -1;
}

.tp-footer__3-border-style {
    padding-top: 76px;
    padding-bottom: 30px;
}

.tp-footer__3-widget-title {
    font-weight: 600;
    font-size: 18px;
    display: block;
    letter-spacing: -0.03em;
    color: var(--tp-common-white);
    margin-bottom: 25px;
}

.tp-footer__3-city {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.55);
    transition: 0.3s;
}

.tp-footer__3-city:hover {
    color: var(--tp-theme-primary);
}

.tp-footer__3-mail {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 2px;
    transition: 0.3s;
}

.tp-footer__3-mail:hover {
    color: var(--tp-theme-primary);
}

.tp-footer__3-call {
    display: inline-block;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.8;
    color: var(--tp-common-white);
    transition: 0.3s;
}

.tp-footer__3-call:hover {
    color: var(--tp-theme-primary);
}

.tp-footer__3-list a {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 10px;
    transition: 0.3s;
}

.tp-footer__3-list a:hover {
    color: var(--tp-theme-primary);
}

.tp-footer__3-contact p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #8a8c94;
    margin-bottom: 35px;
}

.tp-footer__3-input {
    position: relative;
    margin-right: 15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-footer__3-input {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.tp-footer__3-input input {
    padding: 0 35px;
    width: 238px;
    height: 56px;
    color: var(--tp-common-white);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.03);
}

.tp-footer__3-input input::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
}

.tp-footer__3-input input:focus {
    border: 1px solid rgba(255, 72, 0, 0.1);
}

.tp-footer__3-input-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    color: var(--tp-common-white);
}

.tp-footer__3-btn-1 {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    padding: 16px 10px;
    width: 141px;
    height: 56px;
    background-color: var(--tp-theme-primary);
    transition: 0.3s;
}

.tp-footer__3-btn-1 span {
    position: absolute;
    font-size: 16px;
    right: 28px;
    transition: 0.3s;
}

.tp-footer__3-btn-1:hover {
    color: var(--tp-common-black);
    background-color: var(--tp-common-white);
}

.tp-footer__3-btn-1:hover span {
    right: 25px;
}

.tp-footer__3-privacy p {
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
}

.tp-footer__3-privacy p a {
    color: var(--tp-common-white);
}

.footer-col-3-2 {
    margin-left: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-col-3-2 {
        margin-left: -60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer-col-3-2 {
        margin-left: 0;
    }
}

.footer-col-3-3 {
    margin-left: 90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-col-3-3 {
        margin-left: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer-col-3-3 {
        margin-left: 0;
    }
}

.footer-col-3-4 {
    margin-left: 40px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer-col-3-4 {
        margin-left: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-col-3-4 {
        margin-left: -50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer-col-3-4 {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-col-3-4 {
        margin-left: -60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-copyright__3-wrap .tp-copyright__text {
        margin-top: 0;
        margin-bottom: 15px;
    }
}

/*----------------------------------------*/
/*  6.4 Footer Style 4
/*----------------------------------------*/
.tp-footer__4-top {
    z-index: 2;
}

.tp-footer__4-widget-title {
    font-size: 140px;
    display: inline-block;
    color: var(--tp-common-white);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-footer__4-widget-title {
        font-size: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-footer__4-widget-title {
        font-size: 70px;
    }
}

@media (max-width: 575px) {
    .tp-footer__4-widget-title {
        font-size: 45px;
    }
}

.tp-footer__4-widget-title:hover {
    color: var(--tp-theme-pruple);
}

.tp-footer__4-widget-title:hover a span {
    color: var(--tp-theme-primary);
}

.tp-footer__4-widget-title a span {
    color: var(--tp-theme-pruple);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-footer__4-widget-contact {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.9;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-footer__4-widget-contact {
        font-size: 18px;
    }
}

.tp-footer__4-shape {
    position: absolute;
    z-index: -1;
}

@media (max-width: 575px) {
    .tp-footer__4-shape {
        left: -69px;
    }
}

.tp-footer__4-action a {
    font-size: 80px;
    display: inline-block;
    transform: rotate(-45deg);
    color: var(--tp-theme-pruple);
    transition: 0.3s;
}

.tp-footer__4-action a:hover {
    color: var(--tp-theme-primary);
    transform: rotate(0);
}

.tp-footer__4-title {
    font-weight: 700;
    font-size: 28px;
    color: var(--tp-common-white);
    margin-bottom: 28px;
}

.tp-footer__4-location {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: var(--tp-common-white);
    margin-bottom: 10px;
}

.tp-footer__4 .tp-copyright__text p span {
    color: var(--tp-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-footer__4-location {
        font-size: 18px;
    }
}

.tp-footer__4-call {
    font-weight: 700;
    font-size: 32px;
    color: var(--tp-theme-pruple);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-footer__4-call {
        font-size: 26px;
    }
}

.tp-footer__4 .tp-copyright__wrap {
    padding: 25px 64px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-footer__4 .tp-copyright__wrap {
        padding: 25px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-footer__4 .tp-copyright__text {
        margin-top: 30px;
    }
}

/*----------------------------------------*/
/*  6.5 Footer Style 5
/*----------------------------------------*/
.tp-footer__5 .tp-copyright__wrap {
    padding: 25px 0 25px 25px;
}

/*----------------------------------------*/
/*  7.1 Hero css
/*----------------------------------------*/
.tp-hero-into-text {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 40px;
    display: inline-block;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: var(--tp-theme-primary);
    padding-right: 70px;
}

.tp-hero-into-text::after {
    position: absolute;
    width: 58px;
    height: 1px;
    right: 0;
    top: 68%;
    transform: translateY(-50%);
    content: "";
    border: 1px solid var(--tp-theme-primary);
}

.tp-hero-box {
    padding-top: 260px;
    padding-bottom: 74px;
}

@media only screen and (max-width: 768px) {
    .tp-hero-box .tp-section-text {
        max-width: 555px;
        text-align: center;
        margin: auto;
    }
}

.tp-hero-box .tp-circle-text {
    margin-bottom: 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-box {
        padding-top: 195px;
    }
}

@media (max-width: 575px) {
    .tp-hero-box {
        padding-top: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .tp-hero-titlebox,
    .tp-hero-titlebox1 {
        margin-bottom: 50px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {

    .tp-hero-titlebox,
    .tp-hero-titlebox1 {
        margin-bottom: 30px;
    }
}

.tp-hero-subtitle {
    position: relative;
    font-weight: 700;
    font-size: 50px;
    line-height: 68px;
    margin-bottom: 25px;
    color: #fff;
    display: block;
    font-family: var(--tp-ff-heading);
}

.tp-hero-subtitle .light-text {
    font-weight: 200;
    color: var(--tp-common-white);
}

.tp-hero-subtitle .tp-title-shape {
    position: absolute;
    left: 65px;
    right: 0;
    bottom: -40px;
    text-align: center;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-hero-subtitle .tp-title-shape {
        bottom: -25px;
        transform: scale(0.7);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-hero-subtitle {
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    .tp-hero-subtitle {
        font-size: 24px;
    }
}

.tp-hero-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 120px;
    display: inline-block;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-hero-title {
        font-size: 38px;
        line-height: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-title {
        font-size: 33px;
        line-height: 75px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-title {
        font-size: 27px;
        line-height: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-hero-title {
        font-size: 22px;
        line-height: 40px;
    }
}

.tp-hero-title .theme-text {
    color: var(--tp-theme-primary);
}

.tp-hero-title .theme-text>b {
    font-weight: 700;
}

.tp-hero-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background: linear-gradient(110.83deg, #121212 39.97%, #F79B35 99.8%);
}

.tp-hero-bg::before {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    content: "";
    background: linear-gradient(180deg, rgba(28, 28, 28, 0.5) 0%, rgba(28, 28, 28, 0.9) 35%, #1c1c1c 100%);
    z-index: -1;
}

.tp-hero-content .tp-section-subtitle {
    margin-bottom: 23px;
}

.tp-hero-info {
    position: fixed;
    top: 50%;
    right: 13px;
    font-size: 16px;
    font-weight: 600;
    color: #5f5d5d;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    z-index: 2;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-info {
        right: 10px;
    }
}

.tp-hero-info .tel-icon {
    padding-right: 5px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .tp-hero-action {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

/*----------------------------------------*/
/*  7.2 Slider css
/*----------------------------------------*/
.tp-slider-2-wrapper .tp-section-subtitle,
.tp-slider-2-wrapper .tp-section-text {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
}

.tp-slider-2-wrapper .tp-hero-action {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
}

.tp-slider-2-wrapper .tp-hero-subtitle {
    opacity: 0;
    visibility: hidden;
    transform: translateY(200px);
    margin-bottom: 45px;
}

.tp-slider-2-wrapper .tp-hero-title {
    line-height: 1;
    display: inline-block;
    text-transform: capitalize;
    color: var(--tp-common-white);
    opacity: 0;
    visibility: hidden;
    transform: translateY(200px);
}

.tp-slider-2-wrapper .tp-slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 700ms ease-in;
    z-index: -1;
}

.tp-slider-2-wrapper .tp-slider-item {
    padding-top: 260px;
    padding-bottom: 74px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-slider-2-wrapper .tp-slider-item {
        padding-top: 195px;
    }
}

@media (max-width: 575px) {
    .tp-slider-2-wrapper .tp-slider-item {
        padding-top: 150px;
    }
}

.tp-slider-2-wrapper .tp-slider-dsc {
    margin-left: 145px;
    opacity: 0;
    animation-delay: 0.2s;
    animation-duration: 1.9s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-slider-2-wrapper .tp-slider-dsc {
        margin-left: 0;
    }
}

.tp-slider-2-wrapper .tp-slider-action {
    opacity: 0;
    visibility: hidden;
    transform: translateY(250px);
    display: inline-block;
}

.tp-slider-2-wrapper .tp-slider-active .swiper-slide-active .tp-slider-bg {
    opacity: 1;
}

.tp-slider-2-wrapper .tp-slider-active .swiper-slide-active .tp-hero-subtitle,
.tp-slider-2-wrapper .tp-slider-active .swiper-slide-active .tp-hero-title,
.tp-slider-2-wrapper .tp-slider-active .swiper-slide-active .tp-section-subtitle,
.tp-slider-2-wrapper .tp-slider-active .swiper-slide-active .tp-section-text,
.tp-slider-2-wrapper .tp-slider-active .swiper-slide-active .tp-hero-action {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.tp-slider-2-wrapper .tp-slider-active .swiper-slide-active .tp-hero-subtitle {
    transition: all 1300ms ease;
}

.tp-slider-2-wrapper .tp-slider-active .swiper-slide-active .tp-hero-title {
    transition: all 1500ms ease;
}

.tp-slider-2-wrapper .tp-slider-active .swiper-slide-active .tp-section-subtitle {
    transition: all 2000ms ease;
}

.tp-slider-2-wrapper .tp-slider-active .swiper-slide-active .tp-section-text {
    transition: all 2200ms ease;
}

.tp-slider-2-wrapper .tp-slider-active .swiper-slide-active .tp-hero-action {
    transition: all 2400ms ease;
}

.tp-slider-2-wrapper .tp-arrow-box {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.tp-slider-2-wrapper .tp-arrow-box .prev,
.tp-slider-2-wrapper .tp-arrow-box .next {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    display: inline-block;
    color: var(--tp-common-white);
    border: 1px solid var(--tp-border-primary);
}

.tp-slider-2-wrapper .tp-arrow-box .prev {
    right: auto;
    left: 40px;
}

.tp-slider-2-wrapper .tp-arrow-box .next {
    left: auto;
    right: 40px;
}

.tp-slider-3-wrapper .tp-slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 2500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 2500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 7000ms ease, opacity 2500ms ease-in;
    transition: transform 7000ms ease, opacity 2500ms ease-in, -webkit-transform 7000ms ease;
    z-index: -1;
}

.tp-slider-3-wrapper .tp-slider-item {
    padding-top: 250px;
    padding-bottom: 225px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-slider-3-wrapper .tp-slider-item {
        padding-top: 80px;
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-slider-3-wrapper .tp-slider-item {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-slider-3-wrapper .tp-slider-item {
        padding-top: 60px;
    }
}

.tp-slider-3-wrapper .tp-slider-subtitle {
    opacity: 0;
    visibility: hidden;
    transform: translateY(180px);
}

.tp-slider-3-wrapper .tp-slider-title {
    line-height: 1;
    display: inline-block;
    text-transform: capitalize;
    color: var(--tp-common-white);
    opacity: 0;
    visibility: hidden;
    transform: translateY(200px);
}

.tp-slider-3-wrapper .tp-slider-dsc {
    margin-left: 145px;
    opacity: 0;
    animation-delay: 0.2s;
    animation-duration: 1.9s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-slider-3-wrapper .tp-slider-dsc {
        margin-left: 0;
    }
}

.tp-slider-3-wrapper .tp-slider-action {
    opacity: 0;
    visibility: hidden;
    transform: translateY(250px);
    display: inline-block;
}

.tp-slider-3-wrapper .tp-slider-active .swiper-slide-active .tp-slider-bg {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.tp-slider-3-wrapper .tp-slider-active .swiper-slide-active .tp-slider-subtitle,
.tp-slider-3-wrapper .tp-slider-active .swiper-slide-active .tp-slider-title,
.tp-slider-3-wrapper .tp-slider-active .swiper-slide-active .tp-slider-action {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: all 3000ms ease;
}

.tp-slider-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180.5deg, rgba(0, 0, 0, 0) 0.44%, #000000 120%), linear-gradient(0.60deg, rgba(0, 0, 0, 0) 80%, #000000 99%);
    width: 100%;
    height: 100%;
    z-index: 2;
}

.tp-slider-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tp-hero-area {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.tp-hero-area .icons img {
    width: 100%;
}

.tp-hero-area .icon_one {
    position: absolute;
    top: 16%;
    left: 11%;
    z-index: 0;
    width: 105px;
    z-index: 0;
}

.tp-hero-area .icon_two {
    position: absolute;
    top: 14%;
    right: 14%;
    z-index: 0;
    width: 105px;
}

.tp-hero-area .icon_three {
    position: absolute;
    bottom: 40%;
    right: 16%;
    z-index: 0;
    width: 105px;
}

.tp-hero-area .icon_four {
    position: absolute;
    bottom: 29%;
    left: 34%;
    z-index: 0;
    width: 105px;
}

.tp-hero-area .icons img {
    object-fit: contain;
    animation: 3s tp-hero-animation infinite alternate-reverse;
}

@keyframes tp-hero-animation {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    100% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
}

.hero-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-bg-video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.tp-hero-bg-2::before {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    content: "";
    background-image: linear-gradient(45deg, #000000f7, #0a0a0abd);
    z-index: 1;
}

.tp-circle-tag span {
    --rotate-letter: 13deg;
    min-height: 85px;
    position: absolute;
    min-width: 85px;
    top: 2px;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
    color: #9e9e9e;
    transform-origin: bottom center;
    transform: rotate(var(--rotate-letter));
}

/*----------------------------------------*/
/*  7.3 Service css
/*----------------------------------------*/
.tp-service-titlebox .tp-section-title {
    margin-top: -18px;
}

.tp-service-item {
    position: relative;
    padding: 43px 15px;
    border: 1px solid var(--tp-border-primary);
    border-right: 0;
    border-left: 0;
    margin-top: -1px;
}

.tp-service-item::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: #232323;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.tp-service-item .tp-service-title {
    margin-left: 45px;
    line-height: 1.4;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-service-item .tp-service-title {
        font-size: 24px;
        margin-left: 15px;
    }
}

@media (max-width: 575px) {
    .tp-service-item .tp-service-title {
        margin-left: 0;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-service-item .tp-service-action {
        margin-right: 0;
        text-align: center;
    }
}

.tp-service-item:hover::before {
    opacity: 0.5;
    visibility: visible;
}

.tp-service-item:hover .tp-service-number {
    opacity: 0;
    visibility: hidden;
}

.tp-service-item:hover .tp-service-shape {
    opacity: 1;
    visibility: visible;
}

.tp-service-number {
    font-weight: 600;
    font-size: 28px;
    display: inline-block;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-heading);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media (max-width: 575px) {
    .tp-service-number {
        margin-bottom: 40px;
    }
}

.tp-service-shape {
    opacity: 0;
    visibility: hidden;
    margin-left: -42px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-service-titlebox {
        margin-bottom: 0;
    }
}

.tp-service-titlebox .tp-section-title {
    font-size: 55px;
}

.tp-service-title {
    font-weight: 600;
    font-size: 28px;
    text-transform: capitalize;
}

.tp-service-action {
    margin-right: 40px;
}

@media (max-width: 575px) {
    .tp-service-action {
        margin-right: 0;
    }
}

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

.tp-service-bg::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: #8c8c8c;
    opacity: 0.03;
}

/*----------------------------------------*/
/*  7.4 About css
/*----------------------------------------*/

.tp-about-thumb img {
    border-radius: 20px;
    width: 100%;
}

.tp-about-titlebox .tp-title-shape {
    position: absolute;
    left: 0;
    bottom: -30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-about-titlebox {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .tp-about-titlebox {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .tp-about-thumb {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .tp-about-textbox {
        margin-top: 40px;
    }
}

.tp-about-action {
    flex: 0 0 auto;
}

@media (max-width: 575px) {
    .tp-about-action {
        margin-bottom: 10px;
    }
}

.tp-about-text {
    border-left: 1px solid var(--tp-border-primary);
    padding-left: 20px;
}

@media (max-width: 575px) {
    .tp-about-text {
        padding: 0;
        border: 0;
    }
}

@media (max-width: 575px) {
    .tp-about-text p br {
        display: none;
    }
}

.tp-about-awardbox .award-number {
    font-weight: 800;
    font-size: 86px;
    text-transform: uppercase;
    text-align: center;
    color: #e0e0e0;
    -webkit-text-stroke: 1px var(--tp-common-white);
}

.tp-about-awardbox .media-body {
    position: absolute;
    bottom: -29px;
    left: 0;
    right: 0;
}

/*----------------------------------------*/
/*  7.5 Award css
/*----------------------------------------*/
.tp-award-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tp-award-list-item {
    position: relative;
}

.tp-award-list-item:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--tp-border-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-award-list-item:not(:last-child) {
        padding-bottom: 30px;
        margin-bottom: 40px;
    }
}

.tp-award-list-item:not(:last-child)::before {
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    content: "";
    background-color: var(--tp-theme-primary);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.tp-award-list-item.active:not(:last-child)::before {
    width: 100%;
    background-color: var(--tp-theme-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-award-titlebox {
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-award-titlebox {
        margin-bottom: 40px;
    }
}

.tp-award-title {
    font-weight: 700;
    font-size: 28px;
    display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-award-title {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-award-content {
        display: block;
    }
}

.tp-award-designation {
    font-size: 16px;
    font-weight: 400;
    margin-left: 15px;
    text-transform: capitalize;
}

.tp-award-btn a {
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    color: var(--tp-common-white);
}

.tp-award-btn a .btn-icon {
    margin-left: 44px;
    transform: rotate(0deg);
}

.tp-award-list-thumb-wrapp {
    transform: scale(1);
}

.tp-award-list-thumb-1,
.tp-award-list-thumb-2,
.tp-award-list-thumb-3,
.tp-award-list-thumb-4 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    object-fit: cover;
    visibility: hidden;
}

.tp-award-point {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.13em;
    color: var(--tp-common-white);
    margin-right: 16px;
}

.tp-award-point span {
    font-size: 23px;
}

.tp-award-text {
    margin-bottom: 0;
    text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-award-action {
        margin-top: 15px;
    }
}

#tp-award-thumb.tp-award-list-thumb-1 .tp-award-list-thumb-1 {
    opacity: 1;
    visibility: visible;
}

#tp-award-thumb.tp-award-list-thumb-2 .tp-award-list-thumb-2 {
    opacity: 1;
    visibility: visible;
}

#tp-award-thumb.tp-award-list-thumb-3 .tp-award-list-thumb-3 {
    opacity: 1;
    visibility: visible;
}

#tp-award-thumb.tp-award-list-thumb-4 .tp-award-list-thumb-4 {
    opacity: 1;
    visibility: visible;
}

/*----------------------------------------*/
/*  7.6 Testimonial css
/*----------------------------------------*/
.tp-testimonial-area {
    background-image: url(../img/about/tp_about_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tp-testimonial-item {
    padding: 30px 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 0px 24px -7px #00000066;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-testimonial-item {
        padding: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-testimonial-item {
        padding: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-testimonial-item {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .tp-testimonial-item {
        padding: 20px;
    }
}

.tp-testimonial-dsc {
    line-height: 1.6;
    display: inline-block;
    color: black;
}

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

@media (max-width: 575px) {
    .tp-testimonial-dsc {
        margin-bottom: 20px;
    }
}

.tp-testimonial-author {
    margin-right: 25px;
}

.tp-testimonial-author-title {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -0.02em;
    color: black;
}

.tp-testimonial-author-disgnation {
    margin-bottom: 0;
    color: black;
}

.swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
}

.tp-testimonial-titlebox {
    margin-top: -20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-testimonial-titlebox {
        margin-bottom: 40px;
    }
}

/*----------------------------------------*/
/*  7.7 Text Slider css
/*----------------------------------------*/
.tp-text__1-box {
    position: relative;
    display: flex;
    justify-content: flex-start;
    text-transform: capitalize;
    transition: all 2s ease;
    overflow: hidden;
    border-bottom: 1px solid rgb(217 217 217 / 81%);
    padding-bottom: 10px;
}

.tp-text__1-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 10%;
    /* background: linear-gradient(90deg, #0C0C0C 4.11%, rgba(18, 6, 0, 0.8) 57.6%, rgba(18, 6, 0, 0) 101.94%); */
    background: linear-gradient(90deg, #ffbe13 4.11%, rgb(226 177 49 / 60%) 57.6%, rgba(18, 6, 0, 0) 101.94%);
    z-index: 5;
}

.tp-text__1-box::after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 10%;
    right: 0;
    /* background: linear-gradient(90deg, rgba(18, 6, 0, 0) 3.69%, rgba(18, 6, 0, 0.8) 60.29%, #0C0C0C 92.05%); */
    background: linear-gradient(90deg, rgba(18, 6, 0, 0) 3.69%, rgb(226 177 49 / 60%) 60.29%, #ffbe13 92.05%);
    z-index: 1;
}

.tp-text__1-box .tp-text__2-text span {
    color: var(--tp-theme-primary);
}

.tp-text__1-text {
    font-weight: 700;
    font-size: 70px;
    color: var(--tp-common-white);
}

.tp-text__1-slider-active .swiper-slide {
    width: auto;
}

.tp-text__2-box {
    position: relative;
    display: flex;
    justify-content: flex-start;
    text-transform: capitalize;
    transition: all 2s ease;
    overflow: hidden;
    border-bottom: 1px solid #22232c;
    padding-bottom: 60px;
}

.tp-text__2-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 10%;
    background: linear-gradient(90deg, #0C0C0C 4.11%, rgba(18, 6, 0, 0.8) 57.6%, rgba(18, 6, 0, 0) 101.94%);
    z-index: 5;
}

.tp-text__2-box::after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 10%;
    right: 0;
    background: linear-gradient(90deg, rgba(18, 6, 0, 0) 3.69%, rgba(18, 6, 0, 0.8) 60.29%, #0C0C0C 92.05%);
    z-index: 1;
}

.tp-text__2-text {
    font-weight: 600;
    font-size: 50px;
    /* color: var(--tp-common-white); */
}

.tp-text__2-text span {
    display: inline-block;
    margin: 0px 0px 0px 30px;
    transform: translateY(-6px);
}

.tp-text__2-slider-active .swiper-slide {
    width: auto;
}

.tp-text__3-shape-1 {
    position: absolute;
    left: 40px;
    bottom: -130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-text__3-shape-1 {
        left: 0;
    }
}

.tp-text__3-shape-2 {
    position: absolute;
    right: 40px;
    bottom: -120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-text__3-shape-2 {
        right: 0;
    }
}

.tp-text__3-text {
    font-weight: 500;
    font-size: 160px;
    text-transform: capitalize;
    background: rgba(255, 255, 255, 0.65);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.03em;
}

.tp-text__3-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 15%;
    background: linear-gradient(90deg, #0C0C0C 4.11%, rgba(18, 6, 0, 0.8) 57.6%, rgba(18, 6, 0, 0) 101.94%);
    z-index: 5;
}

.tp-text__3-box::after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 25%;
    right: 0;
    background: linear-gradient(90deg, rgba(18, 6, 0, 0) 3.69%, rgba(18, 6, 0, 0.8) 60.29%, #0C0C0C 92.05%);
    z-index: 1;
}

.tp-text__3-slider-active .swiper-slide {
    width: auto;
}

.tp-text__4-text {
    font-weight: 600;
    font-size: 100px;
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-position: center;
}

.tp-text__4-slider-active {
    overflow: visible;
}

.tp-text__4-slider-active .swiper-slide {
    width: auto;
}

.tp-text__5-box {
    background: linear-gradient(141deg, #000 0%, rgba(135, 135, 135, 0.75) 27.98%, rgba(255, 255, 255, 0.53) 47.29%, rgba(255, 255, 255, 0.35) 75.58%, rgba(255, 255, 255, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: #e7e7e7ad;
}

.tp-text__5-text {
    font-size: 130px;
    font-weight: 800;
    color: var(--tp-common-white);
}

.tp-text__5-slider-active .swiper-slide {
    width: auto;
}

.tp-text__6-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 10%;
    background: linear-gradient(90deg, #0C0C0C 4.11%, rgba(18, 6, 0, 0.8) 57.6%, rgba(18, 6, 0, 0) 101.94%);
    z-index: 5;
}

.tp-text__6-box::after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 10%;
    right: 0;
    background: linear-gradient(90deg, rgba(18, 6, 0, 0) 3.69%, rgba(18, 6, 0, 0.8) 60.29%, #0C0C0C 92.05%);
    z-index: 1;
}

.tp-text__6-text {
    font-weight: 600;
    font-size: 70px;
    line-height: 1;
    color: var(--tp-common-white);
}

.tp-text__6-text span {
    margin: 0px 30px;
    display: inline-block;
    transform: translateY(-6px);
}

.tp-text__6-slider-active .swiper-slide {
    width: auto;
}

.tp-text__7-box {
    background: var(--tp-grey-bg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-text__7-style {
        padding-top: 0;
    }
}

.tp-text__7-style .tp-text__6-text {
    font-weight: 600;
    font-size: 18px;
    color: var(--tp-common-white);
    padding: 26px 0;
    margin: 0;
}

.tp-text__7-style .tp-text__6-text span {
    margin: 0 -15px 0 15px;
    display: inline-block;
    transform: translateY(0px);
}

.tp-text__8-text {
    font-size: 100px;
}

.tp-text__8-text span {
    font-weight: 500;
}

.tp-text__8-text .tp-theme-text {
    font-weight: 700;
}

.tp-text__9-text {
    font-size: 100px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px var(--tp-common-black);
}

.tp-text__10-box .tp-text__6-text {
    color: var(--tp-common-black);
}

.tp-text__10-box .tp-text__6-text span {
    color: var(--tp-theme-pruple);
}

.tp-text__11-box {
    transform: rotate(10deg);
}

.tp-text__11-style .tp-text__6-slider-active {
    padding: 20px;
    background-color: var(--tp-theme-pruple);
    margin: 0 -30px;
}

.tp-text__11-style .tp-text__6-text {
    font-weight: 600;
    font-size: 17px;
    color: var(--tp-common-black);
    letter-spacing: 0.03em;
    margin: 0;
}

.tp-text__11-style .tp-text__6-text span {
    margin: 0 -18px 0 10px;
    transform: translateY(0);
    animation: rotate2 10s linear infinite;
}

.tp-text__12-box {
    z-index: -1;
    transform: translateY(-68px) rotate(-10deg);
}

.tp-text__12-box .tp-text__6-slider-active {
    background-color: #ffcb47;
}

.tp-text__12-box .tp-text__6-text span {
    margin: 0px 10px 0 -20px;
    transform: translateY(0);
    animation: rotate2 10s linear infinite;
}

.tp-text__13-box {
    z-index: -1;
    transform: translateY(-68px) rotate(-10deg);
}

.tp-text__13-box .tp-text__6-slider-active {
    background-color: #ffcb47;
}

.tp-text__13-box .tp-text__6-text span {
    margin: 0px 10px 0 -20px;
    transform: translateY(0);
    animation: rotate2 10s linear infinite;
}

.tp-text__14-style .tp-text__6-text {
    padding: 30px 0;
}

.tp-text__14-style .tp-text__6-text span {
    margin: 0 0 0 29px;
    color: var(--tp-theme-primary);
}

.tp-text__15 .tp-text__meta {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: var(--tp-common-black);
    margin-bottom: -10px;
}

.tp-text__15 .tp-text__meta>span {
    color: var(--tp-theme-primary);
}

.tp-text__15 .tp-text__9-text {
    font-size: 90px;
    letter-spacing: -0.04em;
    color: var(--tp-common-black);
    -webkit-text-stroke: 1px solid;
}

.tp-text__15 .tp-text__9-text span {
    display: inline-block;
    padding-left: 15px;
}

.tp-text__4-wrap {
    padding: 20px;
}

.tp-text__4-wrap .tp-title__hov:hover {
    background-size: 0 2px, 100% 2px;
}

.tp-text__15 .tp-hover__reveal-bg {
    width: 245px;
    height: 333px;
    border-radius: 9px;
}

.tp-text__inner-1 .tp-text__8-text {
    color: var(--tp-common-white);
}

.tp-text__inner-1 .tp-text__9-text {
    -webkit-text-stroke: 1px var(--tp-common-white);
}

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

.tp-text__slider-active .swiper-slide {
    width: auto;
}

/*----------------------------------------*/
/*  7.8 Works css
/*----------------------------------------*/
.tp-work__3-area {
    background: linear-gradient(344.91deg, #ffbe13 3.74%, #1a1a1a 53.6%);
    position: relative;
    z-index: 1;
}

.tp-work__3-area .tp-section-title {
    color: #cbc6c6;
}

.tp-work__3-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/work/dots.webp);
    background-repeat: no-repeat;
    background-size: 25vw;
    background-position: 0 calc(100% - 4.427vw);
    mix-blend-mode: overlay;
    z-index: -1;
}

.tp-work__shape {
    position: absolute;
    left: 0;
    bottom: 0;
    filter: blur(125px);
}

.tp-work__title-box .tp-section-title span {
    color: var(--tp-theme-primary);
}

.tp-work__item {
    overflow: hidden;
}

.tp-work__thumb img {
    width: 100%;
    border-radius: 15px;
}

.tp-work__icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-work__icon {
        top: 40%;
        transform: translateY(-40%);
        scale: 0.7;
    }
}

.tp-work__icon a span {
    width: 170px;
    height: 170px;
    text-align: center;
    line-height: 170px;
    border-radius: 50%;
    display: inline-block;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary);
    transform: scale(0);
    transition: 1.7s;
}

.tp-work__content {
    position: absolute;
    bottom: -85px;
    left: 47px;
    transition: 1.5s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-work__content {
        left: 10px;
    }
}

.tp-work__title {
    font-size: 20px;
    display: block;
    padding: 4px 97px 8px 27px;
    color: var(--tp-common-black);
    background-color: var(--tp-common-white);
}

.tp-work__subtitle {
    position: relative;
    top: -8px;
    padding: 6px 56px;
    display: inline-block;
    background-color: var(--tp-common-black);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-work__subtitle {
        padding: 4px 50px;
    }
}

.tp-work__subtitle::before {
    position: absolute;
    width: 21px;
    height: 1px;
    top: 50%;
    left: 27px;
    transform: translateY(-50%);
    content: "";
    background-color: var(--tp-text-body);
}

.tp-work__dots {
    position: absolute;
    right: -5%;
    top: 50%;
    transform: translateY(-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),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-work__dots {
        top: auto;
        bottom: -100px;
        right: 0;
        left: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-work__dots {
        bottom: -80px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-work__dots .tp-pagination__dots .swiper-pagination-bullet {
        display: inline-block;
        margin: 0 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-work__dots .tp-pagination__dots .swiper-pagination-bullet {
        margin: 0 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-work__dots .tp-pagination__dots .swiper-pagination-bullet {
        margin: 0 20px;
    }
}

.tp-work__active .swiper-slide-active .tp-work__icon a span {
    transform: scale(1);
}

.tp-work__active .swiper-slide-active .tp-work__content {
    bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-work__active .swiper-slide-active .tp-work__content {
        bottom: 0;
    }
}

.tp-work__view-btn {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    margin: -40px 0 0 -40px;
}

.tp-work__view-btn span {
    width: 150px;
    height: 150px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    padding-top: 40px;
    display: inline-block;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    color: var(--tp-common-black);
    background: rgba(255, 255, 255, 0.61);
    border-radius: 100px;
    backdrop-filter: blur(13px);
}

.tp-work__2-item {
    position: relative;
    overflow: hidden;
}

.tp-work__2-item a {
    cursor: none;
}

.tp-work__2-item:hover .tp-work__view-btn {
    visibility: visible;
    opacity: 1;
}

.tp-work__2-item:hover .tp-work__2-thumb::before {
    opacity: 1;
    visibility: visible;
}

.tp-work__2-thumb::before {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    content: "";
    mix-blend-mode: color;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.tp-work__2-thumb img {
    width: 100%;
}

.tp-work__2-title {
    font-size: 24px;
    display: inline-block;
    color: var(--tp-common-black);
    transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-work__2-title {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .tp-work__2-title {
        font-size: 20px;
    }
}

.tp-work__2-title:hover {
    color: var(--tp-theme-pruple);
}

.tp-work__2-categories {
    font-size: 15px;
    display: block;
    color: #121725;
}

.tp-work__2-active {
    margin: 0 -225px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-work__2-active {
        margin: 0 0px;
    }
}

.tp-work__3-item {
    padding: 40px 26px;
    border: 1px solid var(--tp-grey-1);
    border-radius: 10px;
    height: 95%;
}

.tp-work-obj img {
    height: 170px;
    position: absolute;
    top: 50%;
    right: 0;
    animation: tpupdown 1s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-work__3-item {
        padding: 80px 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-work__3-item {
        margin-bottom: 30px;
    }
}

.tp-work__3-item:hover .tp-work__3-number-shape {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.tp-work__3-number {
    position: relative;
    font-style: italic;
    font-weight: 400;
    font-size: 80px;
    line-height: 1;
    display: inline-block;
    color: var(--tp-common-white);
    margin-bottom: 45px;
    z-index: 2;
}

.tp-work__3-number-shape {
    position: absolute;
    top: -40px;
    left: -20px;
    z-index: -1;
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
    transition: 1.3s;
}

.tp-work__3-content {
    padding: 0 22px;
}

.tp-work__3-title {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 26px;
    text-transform: capitalize;
    color: var(--tp-common-white);
}

.tp-work__3-title p {
    font-size: 17px;
    font-weight: 400;
    color: var(--tp-text-body);
    margin-bottom: 15px;
    line-height: 27px;
}

.tp-work__3-title-box .tp-section-title {
    font-size: 70px;
    font-weight: 700;
}

.tp-works__3-object-1 {
    content: "";
    position: absolute;
    height: 300px;
    width: 300px;
    border: solid 7px var(--tp-theme-primary);
    border-radius: 50%;
    filter: blur(13px);
    left: 30%;
    z-index: 1;
    top: 45%;
}

/*----------------------------------------*/
/*  7.9 Brand css
/*----------------------------------------*/
.tp-brand-wrap {
    border: 1px solid #353535;
}

.tp-brand__item {
    position: relative;
    text-align: center;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tp-brand__item::after {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    content: "";
    background: #353535;
}

.tp-brand__item:last-chid::after {
    display: none;
}

.tp-brand__logo a {
    color: #FFFEF6;
    transition: 0.9s;
}

.tp-brand__active .swiper-slide-active .tp-brand__logo a {
    color: var(--tp-theme-primary);
}

.tp-brand-2__title {
    font-size: 20px;
    font-weight: 500;
    color: var(--tp-common-white);
    margin-bottom: 46px;
}

@media (max-width: 575px) {
    .tp-brand-2__title {
        font-size: 28px;
    }
}

.tp-brand-2__title span {
    color: var(--tp-theme-primary);
}

.tp-brand__style-3 .tp-brand__item::after {
    display: none;
}

.tp-brand__style-5 .tp-brand__3-wrap {
    border-bottom: 1px solid #d9d9d9;
}

.tp-brand__style-5 .tp-brand__item::after {
    display: none;
}

.tp-brand__style-5 .tp-brand__logo a {
    color: var(--tp-common-black);
}

.tp-brand__4 .tp-brand__logo a {
    color: var(--tp-grey-2);
}

/*----------------------------------------*/
/*  8.0 Contact css
/*----------------------------------------*/
@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-contact-wrapp {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-contact-wrapp {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-contact-wrapp>p {
        margin-bottom: 30px;
    }
}

.tp-contact-thumb img {
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-contact-thumb {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-contact-title-box {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-contact-map {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-contact-map iframe {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 575px) {
    .tp-contact-bottom .tp-about-opening {
        margin-bottom: 30px;
    }
}

.tp-contact-brand {
    position: absolute;
    bottom: -72px;
    right: 95px;
}

.tp-contact-info {
    margin-right: 24px;
}

.tp-contact-info:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--tp-border-2);
}

.tp-contact-input {
    position: relative;
}

.tp-contact-input input {
    height: 50px;
}

.tp-contact-input-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.tp-contact-comment textarea {
    height: 200px;
}

/*----------------------------------------*/
/*  8.1 Portfolio css
/*----------------------------------------*/
.tp-portfolio-area {
    background: var(--tp-grey-bg);
}

.tp-portfolio-obj img {
    position: absolute;
    left: 0;
    height: 120px;
    top: 50%;
    filter: blur(3px);
    animation: tpcircleloop 15s linear infinite;
}

.tp-portfolio-titlebox .tp-section-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    -moz-animation: tpswing 1s ease-in-out 1s forwards infinite alternate;
    -webkit-animation: tpswing 1s ease-in-out 1s forwards infinite alternate;
    animation: tpswing 1s ease-in-out 1s forwards infinite alternate;
}

.tp-portfolio-titlebox .tp-section-title {
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-portfolio-titlebox .tp-section-title {
        font-size: 35px;
        line-height: 45px;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .tp-portfolio-titlebox .tp-section-title {
        font-size: 21px;
    }
}

.tp-portfolio-line {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(217, 217, 217, 0.11);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-portfolio-line {
        margin-bottom: 20px;
    }
}

.tp-portfolio-thumb {
    overflow: hidden;
    border-radius: 14px;
}

.tp-portfolio-thumb a img {
    border-radius: 14px;
    overflow: hidden;
    -webkit-transition: 1.3s 0.3s ease-out;
    -moz-transition: 1.3s 0.3s ease-out;
    -ms-transition: 1.3s 0.3s ease-out;
    -o-transition: 1.3s 0.3s ease-out;
    transition: 1.3s 0.3s ease-out;
}

.tp-portfolio-thumb:hover a img {
    transform: scale(1.2);
}

.tp-portfolio-active {
    margin-left: 290px;
    margin-right: -407px;
    border-radius: 14px;
    overflow: hidden;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .tp-portfolio-active {
        margin-left: 178px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .tp-portfolio-active {
        margin-left: 128px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-portfolio-active {
        margin-left: 3px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-portfolio-active {
        margin: 0;
    }
}

/*----------------------------------------*/
/*  8.2 Price css
/*----------------------------------------*/

.tp-price-area {
    background: #141414;
}

.tp-pricing-boj img {
    position: absolute;
    top: 10%;
    height: 160px;
    left: 0;
    animation: tpcircleloop 15s linear infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-section-title-wrap {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-section-title-wrap {
        margin-bottom: 10px;
    }
}

.tp-price-item {
    padding: 53px 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-price-item {
        padding: 40px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-price-item {
        padding: 40px 20px;
    }
}

@media (max-width: 575px) {
    .tp-price-item {
        padding: 30px 20px;
    }
}

.tp-price-item.active {
    border-radius: 18px;
    background-color: #0C0C0C;
    border: 1px solid rgba(191, 247, 71, 0.4);
}

.tp-price-value {
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 15px;
    color: var(--tp-common-white);
}

.tp-price-value .duration {
    font-size: 22px;
    font-weight: 500;
}

.tp-price-top {
    padding-bottom: 48px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(233, 230, 230, 0.06);
}

.tp-price-categorie {
    font-weight: 500;
    font-size: 22px;
    color: var(--tp-common-white);
}

.tp-price-list ul li {
    font-weight: 400;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
}

@media (max-width: 575px) {
    .tp-price-list ul li {
        font-size: 16px;
    }
}

.tp-price-list ul li:not(:last-child) {
    margin-bottom: 25px;
}

.tp-price-list ul li .icon {
    font-size: 18px;
    color: var(--tp-theme-primary);
    margin-right: 26px;
}

@media (max-width: 575px) {
    .tp-price-list ul li .icon {
        margin-right: 14px;
    }
}

.tp-price-action {
    width: 100%;
    overflow: hidden;
    padding: 24px 38px;
    border-radius: 43px;
    border: 1px solid rgba(242, 242, 242, 0.08);
    background: #060606;
}

.tp-price-action .price-btn {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--tp-common-white);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tp-price-action .price-btn .btn-icon {
    margin-left: 0;
    transform: rotate(0);
}

/*----------------------------------------*/
/*  8.3 Funfact css
/*----------------------------------------*/
.tp-funfact-area {
    background: var(--tp-grey-bg);
}

.tp-funfact-wrapp .row [class*=col-]:not(:last-child) .tp-funfact-item {
    margin-bottom: 40px;
}

.tp-funfact-item {
    position: relative;
    width: 299px;
    height: 299px;
    text-align: center;
    margin: auto;
    border: 1px solid #595959;
    border-radius: 50%;
}

.tp-funfact-box {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    display: inline-block;
}

.tp-funfact-number {
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: white;
    -webkit-text-stroke: 1px var(--tp-common-white);
}

.tp-funfact-title {
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    border-radius: 56px;
    display: inline-block;
}

/*----------------------------------------*/
/*  8.4 Skils css
/*----------------------------------------*/
.tp-skil-svg-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.tp-skil-svg-shape svg path.line-1 {
    stroke: var(--tp-common-white);
    stroke-dasharray: 2300;
    stroke-dashoffset: 3500;
    animation: dash 5s linear forwards infinite;
}

.tp-skils__shape-1 {
    position: absolute;
    right: 0;
    top: 134px;
    animation: rotate2 9s linear infinite;
    filter: blur(1px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-skils__shape-1 {
        top: 45px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-skils__shape-1 {
        display: none;
    }
}

.tp-skils__shape-2 {
    position: absolute;
    right: 0;
    bottom: -25%;
    z-index: -1;
}

.tp-skils__widget .active-bg {
    background: var(--tp-common-white);
    border-radius: 15px;
}

.tp-skils__item {
    padding: 36px 36px 20px 36px;
    border-bottom: 1px solid var(--tp-grey-1);
    margin-bottom: 30px;
    transition: 0.2s;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-skils__item {
        padding: 36px 36px 40px 36px;
    }
}

.tp-skils__item:hover {
    border-bottom: 1px solid var(--tp-theme-primary);
    transition: .3s;
}

.tp-skils__item:hover .tp-skils__title span {
    color: var(--tp-theme-primary);
}

.tp-skils__item:hover .tp-skils__action span {
    transform: rotate(0);
}

.tp-skils__item:hover .tp-skils__mata-box {
    opacity: 1;
    visibility: visible;
}

.tp-skils__title {
    font-weight: 700;
    font-size: 26px;
    line-height: 2.4;
    /* color: var(--tp-common-white); */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-skils__title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px) {
    .tp-skils__title {
        font-size: 22px;
    }
}

.tp-skils__title span {
    transition: 0.3s;
}

.tp-skils__title-box .tp-section-title {
    color: var(--tp-common-black);
    letter-spacing: -0.04em;
}

.tp-skils__dsc p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

@media (max-width: 575px) {
    .tp-skils__dsc p {
        font-size: 16px;
    }
}

.tp-skils__action {
    margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-skils__action {
        margin-right: 0;
    }
}

.tp-skils__action span {
    font-size: 32px;
    color: var(--tp-theme-primary);
    transform: rotate(-18deg);
    display: inline-block;
    transition: 0.3s;
}

.tp-skils__mata-box {
    position: absolute;
    padding: 2px 23px;
    border-radius: 10px 10px 0 0;
    bottom: 0;
    background-color: var(--tp-theme-primary);
    opacity: 0;
    visibility: visible;
    transition: 0.3s;
}

.tp-skils__mata-text {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    color: var(--tp-common-black);
}

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

.tp-skils__inner-1 .tp-skils__widget .active-bg {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 15px;
}

.tp-skils__inner-1 .tp-skils__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    margin-bottom: 0;
    transition: 0.3s;
}

.tp-skils__inner-1 .tp-skils__item:hover {
    border-bottom: 1px solid transparent;
}

.tp-skils__inner-1 .tp-skils__item:hover .tp-skils__title span {
    color: var(--tp-common-white);
}

.tp-skils__inner-1 .tp-skils__title {
    color: var(--tp-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-skils__inner-1 .tp-skils__title {
        font-size: 16px;
    }
}

.tp-skils__inner-1 .tp-skils__action span {
    font-size: 33px;
    color: var(--tp-common-white);
}

.tp-skils__inner .tp-section-title-2-pre {
    font-style: normal;
}

/*----------------------------------------*/
/*  8.5 Chooseus
/*----------------------------------------*/
.tp-chooseus__bg-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-chooseus__bg-thumb {
        width: 45%;
        background-size: cover;
        background-position: center;
    }
}

.tp-chooseus__wrap {
    padding-left: 55px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.tp-choose-us-features {
    padding-top: 30px;
    padding-bottom: 40px;
    display: inline-block;
}

.tp-choose-us-features h5 {
    padding-bottom: 20px;
    color: #5e5e5e;
}

.tp-chooseus__title-box p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.7;
    text-transform: lowercase;
    color: #8d8f96;
}

@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),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-chooseus__title-box p br {
        display: none;
    }
}

.tp-chooseus__icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 123px;
    text-align: center;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-chooseus__icon {
        right: 0;
    }
}

.tp-chooseus__icon a span {
    width: 220px;
    height: 220px;
    display: inline-block;
    color: var(--tp-theme-primary);
}

.tp-chooseus__1 .tp-section-title-2 {
    font-size: 55px;
    line-height: 1.3;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-chooseus__1 .tp-section-title-2 {
        font-size: 48px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-chooseus__1 .tp-section-title-2 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .tp-chooseus__1 .tp-section-title-2 {
        font-size: 25px;
    }
}

.tp-chooseus__2-title-box .tp-section-title {
    font-size: 70px;
    font-weight: 700;
}

.tp-chooseus__2-shape {
    position: absolute;
    bottom: -40px;
    left: 0;
    animation: jumpTwo 4s infinite linear;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-chooseus__2-shape {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-chooseus__2-thumb img {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-chooseus__2-thumb-box {
        text-align: center;
        margin-bottom: 80px;
    }
}

.tp-chooseus__2-thumb-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.tp-chooseus__2-progress .tp-progress__bar .progress-bar {
    background-color: var(--tp-theme-pruple);
}

.tp-chooseus__inner-1 .tp-progress__bar .progress-bar {
    background-color: var(--tp-theme-primary);
}

.tp-chooseus__inner-1 .tp-chooseus__2-thumb img {
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-chooseus__inner-1 .tp-chooseus__2-progress {
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-chooseus__inner-1 .tp-section-title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-chooseus__inner-1 .tp-section-title {
        font-size: 45px;
    }
}

@media (max-width: 575px) {
    .tp-chooseus__inner-1 .tp-section-title {
        font-size: 28px;
    }
}

.tp-choose-us-btn {
    background: var(--tp-common-black-3);
    display: inline-block;
    padding: 20px 40px;
    border-radius: 5px;
}

.tp-chooseus.tp-section-title {
    position: relative;
    font-weight: 700;
    font-size: 50px;
    line-height: 66px;
    display: block;
    text-transform: unset;
    /* color: var(--tp-common-white); */
    color: #5e5e5e;
    padding-top: 5px;
}


.tp-choose-us-list-1 {
    float: left;
    padding-right: 30px;
}

.tp-choose-us-list-2 {
    float: left;
}

.tp-choose-us-list-1 ul li {
    list-style: none;
    font-size: 16px;
    padding-bottom: 10px;
}

.tp-choose-us-list-1 ul li i {
    font-size: 18px;
    color: var(--tp-theme-primary);
    margin-right: 10px;
}

.tp-choose-us-list-2 ul li {
    list-style: none;
    font-size: 16px;
    padding-bottom: 10px;
}

.tp-choose-us-list-2 ul li i {
    font-size: 18px;
    color: var(--tp-theme-primary);
    margin-right: 10px;
}

/*----------------------------------------*/
/* 8.6 Progress css
/*----------------------------------------*/
.tp-progress__bar {
    width: 622px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-progress__bar {
        width: auto;
    }
}

.tp-progress__bar span {
    position: absolute;
    font-size: 16px;
    font-weight: 700;
    right: 24px;
    text-transform: uppercase;
    color: var(--tp-common-white);
}

.tp-progress__bar-title {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    /* color: var(--tp-common-white); */
    color: #5e5e5e;
}

.tp-progress__bar .progress {
    height: 6px;
    margin-top: 20px;
}

.tp-progress__bar .progress-bar {
    background-color: var(--tp-theme-primary);
}

.tp-progress__item {
    margin-right: 78px;
}

@media (max-width: 575px) {
    .tp-progress__item {
        margin-right: 0;
        margin-bottom: 40px;
    }
}

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

.tp-progress__canva {
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .tp-progress__canva {
        text-align: center;
    }
}

.tp-progress__canva input {
    color: var(--tp-common-white) !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    font-family: var(--tp-ff-mulish) !important;
}

.tp-progress__space {
    padding-top: 380px;
    padding-bottom: 120px;
    margin-top: -285px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-progress__space {
        margin-top: 0;
        padding-top: 120px;
    }
}

.tp-progress__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    color: var(--tp-common-white);
}

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

/*----------------------------------------*/
/*  8.7 Contact
/*----------------------------------------*/
.tp-contact__content {
    margin-bottom: 55px;
}

.tp-contact__content:last-child {
    margin: 0;
}

.tp-contact__text {
    margin-right: 80px;
}

@media (max-width: 575px) {
    .tp-contact__text {
        margin-bottom: 30px;
    }
}

.tp-contact__adress {
    margin-right: 80px;
}

@media (max-width: 575px) {
    .tp-contact__adress {
        margin-bottom: 30px;
    }
}

.tp-contact__title {
    font-weight: 600;
    font-size: 22px;
    display: block;
    margin-bottom: 15px;
    color: var(--tp-common-white);
}

.tp-contact__title-sm {
    font-weight: 600;
    font-size: 16px;
    color: var(--tp-common-white);
    transition: 0.3s;
}

@media (max-width: 575px) {
    .tp-contact__title-sm {
        font-size: 13px;
    }
}

.tp-contact__title-sm:hover {
    color: var(--tp-theme-primary);
}

.tp-contact__title-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-contact__title-box p br {
        display: none;
    }
}

.tp-contact__social-link a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #5c5c5b;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 14px;
    transition: 0.3s;
}

.tp-contact__social-link a:last-child {
    margin-right: 0;
}

.tp-contact__social-link a:hover {
    color: var(--tp-common-black);
    border: 1px solid var(--tp-theme-primary);
    background-color: var(--tp-theme-primary);
}

.tp-contact__inner {
    padding: 72px 48px;
    background: #0f0e0e;
    border-radius: 6px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-contact__inner {
        padding: 40px;
    }
}

@media (max-width: 575px) {
    .tp-contact__inner {
        padding: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-contact__left {
        margin-bottom: 60px;
    }
}

@media (max-width: 575px) {
    .tp-contact__left {
        margin-bottom: 50px;
    }
}

.tp-contact__2-wrap {
    padding: 46px 100px 0 20px;
    width: 100%;
    background-color: #EFEBE9;
    border-radius: 15px 15px 0 0;
}

@media (max-width: 575px) {
    .tp-contact__2-wrap {
        padding: 44px 0 0 0;
    }
}

.tp-contact__2-content {
    height: 638px;
}

@media (max-width: 575px) {
    .tp-contact__2-content {
        height: 430px;
    }
}

.tp-contact__2-shape-1 {
    position: absolute;
    top: 100px;
    left: 40px;
    animation: rotate2 9s linear infinite;
}

.tp-contact__2-shape-2 {
    position: absolute;
    right: 12%;
    bottom: 0;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-contact__2-shape-2 {
        right: 0;
    }
}

@media (max-width: 575px) {
    .tp-contact__2-shape-2 {
        display: none;
    }
}

.tp-contact__2-thumb {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-contact__2-thumb {
        left: -30px;
    }
}

@media (max-width: 575px) {
    .tp-contact__2-thumb {
        bottom: auto;
    }
}

@media (max-width: 575px) {
    .tp-contact__2-thumb img {
        width: 100%;
    }
}

.tp-contact__2-title {
    font-size: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-contact__2-title {
        font-size: 55px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-contact__2-title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-contact__2-title {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .tp-contact__2-title {
        font-size: 36px;
    }
}

.tp-contact__2 .tp-contact__inner {
    padding: 72px 48px;
    background: none;
    border-radius: 6px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-contact__2 .tp-contact__inner {
        padding: 72px 20px;
    }
}

@media (max-width: 575px) {
    .tp-contact__2 .tp-contact__inner {
        padding: 72px 30px;
    }
}

.tp-contact__inner-1 .tp-contact__title-box .tp-section-title {
    font-weight: 700;
}

.tp-contact__inner-1 .tp-contact__title-box p {
    color: inherit;
}


/*----------------------------------------*/
/*  8.8 Features
/*----------------------------------------*/
.tp-featured__3-area {
    background-color: var(--tp-grey-bg);
}

.tp-featured__3-item {
    padding: 30px 40px;
    text-align: center;
    border: 1px solid var(--tp-grey-1);
    transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-featured__3-item {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .tp-featured__3-item {
        text-align: center;
        margin: auto;
        margin-bottom: 30px;
    }
}

.tp-featured__3-item:hover {
    background-color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  8.9 Contact css
/*----------------------------------------*/

.tp-contact-area {
    background-image: url(../img/about/tp_about_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 90px;
    z-index: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-contact-area {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 270px) and (max-width: 575px) {
    .tp-contact-area {
        padding-top: 70px;
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-contact-wrapper {
        padding-right: 60px;
    }
}

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

.tp-contact-section-wrapper .tp-section__title {
    margin-bottom: 15px;
}

.tp-contact-section-wrapper p {
    font-size: 20px;
    line-height: 25px;
    color: #000D44;
}

.tp-contact-list-icon {
    background: var(--tp-theme-primary);
    border-radius: 10px;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 4;
    margin-right: 20px;
}

.tp-contact-list-icon img {
    filter: brightness(0) invert(100);
}

.tp-contact-list-content span {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.04em;
    display: block;
    padding-bottom: 5px;
}

.tp-contact-list-content p {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.01em;
    /* color: var(--tp-common-white); */
    color: #5e5e5e;
}

.tp-contact__form {
    /* background: var(--tp-common-black-3);
  border-radius: 10px;
  padding: 65px 50px 52px; */
    background: rgb(198 195 195 / 31%);
    backdrop-filter: blur(18px);
    border: 1px solid white;
    border-radius: 10px;
    padding: 65px 50px 52px;

}

@media only screen and (min-width: 270px) and (max-width: 575px) {
    .tp-contact__form {
        padding: 60px 30px 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px),
only screen and (min-width: 270px) and (max-width: 575px) {
    .tp-contact__form {
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 270px) and (max-width: 575px) {
    .tp-contact__from-breadcrumb.contact-from {
        margin-left: 0;
    }
}

.tp-contact__form-breadcrumb {
    background: #F8F8F8;
    border-radius: 10px;
    padding: 65px 50px 52px;
}

@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: 576px) and (max-width: 767px),
only screen and (min-width: 270px) and (max-width: 575px) {
    .tp-contact__form-breadcrumb {
        margin-left: 0;
    }
}

@media only screen and (min-width: 270px) and (max-width: 575px) {
    .tp-contact__form-breadcrumb {
        padding: 60px 20px 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 270px) and (max-width: 575px) {
    .tp-contact__form-breadcrumb.team-details {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 270px) and (max-width: 575px) {
    .tp-contact__form-breadcrumb.about-us {
        margin-left: 0;
    }
}

.tp-contact__input {
    margin-bottom: 20px;
}

.tp-contact__input1 input {
    width: unset;
    height: unset;
}


.tp-contact__input input,
.tp-contact__input textarea {
    /* background: var(--tp-common-black);
  border-radius: 10px;
  width: 100%;
  height: 60px;
  border: 1px solid var(--tp-grey-3);
  color: var(--tp-common-white);
  outline: 0;
  resize: none;
  padding: 0 25px; */
    background: #14141417;
    border-radius: 10px;
    width: 100%;
    height: 60px;
    border: 1px solid white;
    color: gray;
    outline: 0;
    resize: none;
    padding: 0 25px;
}

.tp-contact__input input::-webkit-input-placeholder,
.tp-contact__input textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
    color: var(--tp-heading-primary);
    opacity: 0.5;
}

.tp-contact__input input::-moz-placeholder,
.tp-contact__input textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    color: var(--tp-heading-primary);
    opacity: 0.5;
}

.tp-contact__input input:-moz-placeholder,
.tp-contact__input textarea:-moz-placeholder {
    /* Firefox 4-18 */
    font-size: 14px;
    color: var(--tp-heading-primary);
    opacity: 0.5;
}

.tp-contact__input input:-ms-input-placeholder,
.tp-contact__input textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
    font-size: 14px;
    color: var(--tp-heading-primary);
    opacity: 0.5;
}

.tp-contact__input input::placeholder,
.tp-contact__input textarea::placeholder {
    /* MODERN BROWSER */
    font-size: 14px;
    color: var(--tp-heading-primary);
    opacity: 0.5;
}

.tp-contact__input input:focus,
.tp-contact__input textarea:focus {
    border-color: var(--tp-theme-primary);
    color: var(--tp-common-white);
}

.tp-contact__input input:focus::placeholder,
.tp-contact__input textarea:focus::placeholder {
    opacity: 0;
}

.tp-contact__input textarea {
    width: 100%;
    height: 210px;
    padding-top: 25px;
}

.tp-contact__btn {
    background: var(--tp-theme-primary);
    display: inline-block;
    color: var(--tp-common-black);
    padding: 20px 40px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
}

.tp-contact__btn:hover {
    background: var(--tp-common-white);

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-contact-section-wrapper-breadcrumb {
        margin-bottom: 30px;
    }
}

.tp-contact-section-wrapper-breadcrumb p {
    font-size: 16px;
}

.tp-contact-icons a {
    position: relative;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #EAEAEF;
    border-radius: 5px;
    height: 58px;
    width: 58px;
    line-height: 3.2;
    text-align: center;
    color: #000D44;
    margin-right: 2px;
    transition: 0.3s ease;
    font-size: 18px;
    z-index: 1;
    margin-bottom: 10px;
}

.tp-contact-icons a:hover {
    color: var(--tp-common-white);
}

.tp-contact-icons a:hover::before {
    opacity: 1;
}

.tp-contact-icons a::before {
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(180deg, #00EEFF 0%, #003CFF 100%);
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 5px;
    opacity: 0;
    color: var(--tp-common-white);
    transition: 0.3s ease;
    z-index: -1;
}

.tp-contact-details {
    background: #F8F8F8;
    border-radius: 20px;
    padding: 58px 100px 50px 60px;
}

@media only screen and (min-width: 270px) and (max-width: 575px) {
    .tp-contact-details {
        padding: 50px 15px 50px 10px;
    }
}

.tp-contact-details li {
    list-style: none;
    position: relative;
    padding-left: 50px;
    border-bottom: 1px dashed #50413C;
    margin-bottom: 30px;
    padding-bottom: 26px;
}

@media only screen and (min-width: 270px) and (max-width: 575px) {
    .tp-contact-details li {
        padding-left: 28px;
    }
}

.tp-contact-details li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.tp-contact-details li a {
    font-weight: 500;
    font-size: 22px;
    line-height: 29px;
    color: #000D44;
}

@media only screen and (min-width: 270px) and (max-width: 575px) {
    .tp-contact-details li a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 270px) and (max-width: 575px) {
    .tp-contact-details li a br {
        display: none;
    }
}

.tp-contact-details li a i {
    position: absolute;
    font-weight: 400;
    font-size: 22px;
    left: 0;
    top: 5px;
    background: linear-gradient(180deg, #00EEFF 0%, #003CFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 270px) and (max-width: 575px) {
    .tp-contact-map {
        margin-bottom: 40px;
    }
}

.tp-contact-map iframe {
    width: 536px;
    height: 424px;
    border-radius: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 270px) and (max-width: 575px) {
    .tp-contact-map iframe {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 270px) and (max-width: 575px) {
    .tp-contact-about-us-area {
        padding-top: 30px;
    }
}

.contact-object-1 {
    content: "";
    position: absolute;
    height: 300px;
    width: 300px;
    border: solid 7px var(--tp-theme-primary);
    border-radius: 50%;
    filter: blur(13px);
    bottom: -15%;
    left: 27%;
    z-index: 1;
}

/*----------------------------------------*/
/*  9.0 CTA css
/*----------------------------------------*/
.tp-cta__box {
    padding: 35px 0;
    border: 1px solid #292929;
    border-radius: 20px;
}

.tp-cta__title {
    font-weight: 700;
    font-size: 90px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    color: var(--tp-common-white);
}

@media (max-width: 575px) {
    .tp-cta__title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-cta__title {
        font-size: 60px;
    }
}

.tp-cta__title span {
    color: transparent;
    -webkit-text-stroke: 1px var(--tp-common-white);
}

.tp-cta__title a {
    cursor: none;
}

.tp-cta__2-item {
    width: 100%;
    height: 545px;
}

.tp-cta__2-thumb {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.8;
}

.tp-cta__2-text {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-cta__2-text {
        left: 5%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-cta__2-text {
        left: 0;
    }
}

@media (max-width: 575px) {
    .tp-cta__2-text {
        right: 0;
        left: 0;
        text-align: center;
    }
}

.tp-cta__2-text a {
    margin-left: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
    .tp-cta__2-text a {
        margin-left: 0;
    }
}

.tp-cta__2-text-2 {
    position: absolute;
    top: 52%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    z-index: 2;
}

.tp-cta__2-text-2 .tp-cta__2-title {
    margin-left: 0;
    line-height: 63px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-cta__2-text-2 .tp-cta__2-title {
        font-size: 55px;
    }
}

@media (max-width: 575px) {
    .tp-cta__2-text-2 .tp-cta__2-title {
        font-size: 40px;
    }

    .tp-cta__2-text-2 .tp-cta__2-title br {
        display: block;
    }
}

.tp-cta__2-circle::before {
    position: absolute;
    width: 440px;
    height: 440px;
    top: 50%;
    left: 64px;
    content: "";
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: #000;
    mix-blend-mode: soft-light;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-cta__2-circle::before {
        left: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-cta__2-circle::before {
        left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-cta__2-circle::before {
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
    }
}

@media (max-width: 575px) {
    .tp-cta__2-circle::before {
        width: 330px;
        height: 330px;
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
    }
}

.tp-cta__2-circle-2::before {
    position: absolute;
    width: 436px;
    height: 436px;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    transform: translateY(-50%);
    background: rgb(255, 82, 28, 0.82);
    content: "";
    border-radius: 50%;
    z-index: 1;
    mix-blend-mode: color-burn;
}

@media (max-width: 575px) {
    .tp-cta__2-circle-2::before {
        width: 330px;
        height: 330px;
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
    }
}

.tp-cta__2-title {
    font-size: 55px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--tp-common-white);
    margin-left: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-cta__2-title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-cta__2-title {
        font-size: 40px;
        margin-left: 0;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-cta__2-title {
        font-size: 35px;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .tp-cta__2-title {
        font-size: 30px;
        margin: 0;
        margin-bottom: 30px;
    }

    .tp-cta__2-title br {
        display: none;
    }
}

.tp-cta__2-title span {
    font-weight: 200;
}


.tp-cta-mission.tp-cta__2-title span {
    font-weight: 200;
    font-size: 62px;
    letter-spacing: -0.04em;
}

.tp-cta_2-mission-arrow span {
    display: block;
    margin-top: 50px;
}

@media (max-width: 575px) {
    .tp-cta__2-inner .tp-cta__3-title {
        font-size: 60px;
    }
}

.tp-cta__3-title {
    font-size: 140px;
    color: var(--tp-common-white);
    font-weight: 700;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-cta__3-title {
        font-size: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-cta__3-title {
        font-size: 115px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-cta__3-title {
        font-size: 85px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-cta__3-title {
        font-size: 95px;
    }
}

@media (max-width: 575px) {
    .tp-cta__3-title {
        font-size: 58px;
    }
}

.tp-cta__3-title span {
    color: var(--tp-theme-primary);
}

.tp-cta__3-action a {
    font-size: 115px;
    color: var(--tp-theme-primary);
}

.tp-cta__3-action a span {
    margin-right: 127px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-cta__3-action a span {
        margin-right: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-cta__3-action a span {
        margin-right: 30px;
    }
}

.tp-cta__4-text-box:hover .tp-cta__4-action span {
    color: var(--tp-theme-primary);
}

.tp-cta__4-text-box:hover .tp-cta__4-action span svg:first-child {
    transform: translate(110px, -110px);
}

.tp-cta__4-text-box:hover .tp-cta__4-action span svg:last-child {
    opacity: 1;
    visibility: visible;
    transform: translate(13px, -13px);
}

.tp-cta__4-title {
    display: inline-block;
    font-size: 137px;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-cta__4-title {
        font-size: 90px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-cta__4-title {
        font-size: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-cta__4-title {
        font-size: 70px;
    }
}

@media (max-width: 575px) {
    .tp-cta__4-title {
        font-size: 50px;
    }
}

.tp-cta__4-action {
    width: 112px;
    height: 112px;
    overflow: hidden;
    position: relative;
    margin-left: 45px;
    display: inline-block;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-cta__4-action {
        display: none;
    }
}

.tp-cta__4-action span svg {
    transform: translateY(-2px);
    position: absolute;
    bottom: -1px;
    left: 1px;
    color: var(--tp-theme-primary);
    transition: all 0.2s ease-out;
}

.tp-cta__4-action span svg:last-child {
    left: -12px;
    bottom: -12px;
    transform: translate(0, 0);
    opacity: 0;
}

.tp-cta__5-box {
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 230px;
}

.tp-cta__5-title-box .tp-section-title {
    font-size: 59px;
    font-weight: 400;
    display: inline-block;
    color: var(--tp-common-black);
}

.tp-cta__5-title-box .tp-section-title span {
    font-weight: 700;
}

.tp-cta__5-title-box .tp-section-title span.tp-cta__5-text {
    position: relative;
    font-weight: 300;
    display: inline-block;
    font-style: italic;
    margin-bottom: 15px;
}

.tp-cta__5-title-box .tp-section-title span.tp-cta__5-text::after {
    position: absolute;
    width: 68px;
    height: 3px;
    top: 50%;
    right: -90px;
    content: "";
    transform: translateY(-50%);
    background-color: var(--tp-theme-primary);
}

.tp-cta__5-title-box .tp-section-title:hover .tp-theme-text::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.tp-cta__5-title-box .tp-theme-text {
    position: relative;
}

.tp-cta__5-title-box .tp-theme-text::before {
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    background-color: var(--tp-theme-primary);
}

.tp-cta__5-action a {
    position: relative;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    display: block;
    color: var(--tp-common-white);
}

.tp-cta__5-action a span {
    position: absolute;
    color: var(--tp-theme-third);
    right: 0;
    top: -84px;
    left: 0;
    text-align: center;
    margin: auto;
    z-index: -1;
    animation: rotate2 9s linear infinite;
}

/*----------------------------------------*/
/*  9.1 Working process css
/*----------------------------------------*/
.tp-working__text h4 {
    padding-top: 40px;
    padding-bottom: 15px;
    font-size: 25px;
    line-height: 35px;
    color: rgb(35, 31, 32);
    font-weight: 800;
    transition: all 0.4s ease-in-out;
}

.tp-working__text p {
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 0px;
    color: black;
    transition: all 0.4s ease-in-out;
}

/*----------------------------------------*/
/*  9.2 Team details css
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-team__details-wrapp {
        margin-left: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-team__details-wrapp {
        margin-left: 0;
    }
}

.tp-team__details-subtitle {
    font-size: 16px;
    display: block;
    color: var(--tp-theme-primary);
    padding-bottom: 6px;
}

.tp-team__details-thumb img {
    width: 100%;
}

.tp-team__details-title {
    font-size: 34px;
    display: inline-block;
    color: var(--tp-common-white);
    margin-bottom: 35px;
    font-weight: 600;
}

.tp-team-award.tp-awards__title {
    position: relative;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.3;
    display: inline-block;
    color: var(--tp-common-white);
    margin-right: 40px;
}

.tp-team__details-title-box p {
    font-size: 16px;
    line-height: 1.9;
}

.tp-team__details-link-box ul li {
    position: relative;
    list-style: none;
    padding-left: 28px;
    color: var(--tp-common-white);
    margin-bottom: 18px;
}

.tp-team__details-link-box ul li a {
    font-size: 18px;
}

.tp-team__details-link-box ul li a b {
    position: absolute;
    left: 0;
    color: var(--tp-theme-primary);
}

.tp-team__details-funfact-item:last-child {
    margin-left: 94px;
}

.tp-team__details-funfact-number {
    font-weight: 600;
    font-size: 42px;
    color: var(--tp-common-white);
    margin-bottom: 22px;
}

.tp-team__details-funfact-title {
    font-weight: 400;
    font-size: 18px;
    color: var(--tp-common-white);
}

.tp-team__details-progress-box .tp-progress__bar-title {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
}

.tp-team__details-progress-box .tp-progress__bar span {
    font-weight: 400;
}

.tp-team__details-skill-title {
    font-weight: 600;
    font-size: 34px;
    display: inline-block;
    color: var(--tp-common-white);
    margin-bottom: 40px;
}

.tp-team__details-exp-icon a {
    color: var(--tp-common-white);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-team__details-exp-icon a:hover {
    color: var(--tp-theme-primary);
}

.tp-team__details-contact-item {
    padding: 56px;
    background-color: #201f1f;
}

@media (max-width: 575px) {
    .tp-team__details-contact-item {
        padding: 30px;
    }
}

.tp-history__calender span {
    display: block;
    font-size: 18px;
    padding-right: 8px;
    color: var(--tp-theme-primary);
}

.tp-team__details-contact-title {
    font-weight: 600;
    font-size: 34px;
    color: var(--tp-common-white);
    margin-bottom: 30px;
}

.tp-team__details-contact-title-box p {
    font-size: 16px;
    line-height: 27px;
}

.tp-team__details-style .tp-awards__item {
    padding: 30px 0 30px 0;
    border-bottom: 1px dashed rgba(253, 253, 253, 0.16);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-team__details-style .tp-awards__title {
        font-size: 24px;
    }
}

.tp-team__details-style .tp-featured__3-item {
    margin-bottom: 27px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.tp-team__details-style .tp-featured__3-count {
    font-weight: 300;
    color: var(--tp-theme-fourth);
}

.tp-team__details-style .postbox__2-comment-input {
    border-bottom: 1px solid #212121;
}

.tp-team__details-style .postbox__2-comment-input span {
    font-size: 19px;
    margin-right: 13px;
    color: var(--tp-theme-primary);
}

.tp-team__details-style .postbox__2-comment-input input {
    color: var(--tp-theme-fourth);
    border: 0;
}

.tp-team__details-style .postbox__2-comment-input input::placeholder {
    font-size: 16px;
    color: var(--tp-common-white);
}

.tp-team__details-style .postbox__2-comment-input textarea {
    font-size: 16px;
    border: 0;
    color: var(--tp-theme-primary);
}

.tp-team__details-style .postbox__2-comment-input textarea::placeholder {
    font-size: 16px;
    color: var(--tp-common-white);
}

.tp-contact__action .tp-btn-secondary {
    width: 100%;
    padding: 20px 40px;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--tp-common-black);
    border-radius: 5px;
    background: var(--tp-theme-primary);
}

.tp-contact__action .tp-btn-secondary:hover {
    background: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-team__details-style .tp-progress__bar {
        width: auto;
    }
}

.tp-team__details-contact-box input,
.tp-team__details-contact-box textarea {
    border-bottom: solid 1px #474747 !important;
}

/*----------------------------------------*/
/*  9.3 Service details css
/*----------------------------------------*/
.tp-service-details-services {
    border: solid 1px var(--tp-common-black-3);
    margin-bottom: 40px;
    padding: 40px 30px;
}

.tp-service-details-sidebar-title {
    color: var(--tp-common-white);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding-bottom: 5px;
    font-size: 20px;
}

.tp-service-details-services-list ul li {
    list-style: none;
    background: var(--tp-common-black-3);
    margin-top: 15px;
}

.tp-service-details-services-list ul li a {
    display: flex;
    padding: 15px 30px;
    position: relative;
    align-items: center;
    font-size: 17px;
    justify-content: space-between;
}

.tp-service-details-services-list ul li a:hover {
    color: var(--tp-theme-primary);
}

.tp-service-details-contact {
    border: solid 1px var(--tp-common-black-3);
    margin-bottom: 40px;
    padding: 40px 30px;
}

.tp-service-details-sidebar-contact-icon {
    background: var(--tp-common-black-3);
    border-radius: 10px;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 4;
    margin-right: 20px;
}

.tp-service-details-sidebar-contact-info span {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.04em;
    display: block;
    padding-bottom: 5px;
}

.tp-service-details-sidebar-contact-info p {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: var(--tp-common-white);
}

.tp-service-details-light-text {
    color: var(--tp-theme-primary);
    font-weight: 600;
}

.tp-service-details-checklist {
    padding-top: 15px;
}

.tp-service-details-checklist ul li {
    list-style: none;
    padding-bottom: 10px;
}

.tp-service-details-checklist ul li i {
    color: var(--tp-theme-primary);
    padding-right: 5px;
}

.tp-service-detials-process {
    border: solid 1px var(--tp-common-black-3);
    padding: 25px 30px;
}

.tp-service-details-process-icon span {
    display: inline-block;
    padding: 20px 21px;
    background: var(--tp-common-black-3);
    border-radius: 10px;
    font-size: 22px;
}

.tp-service-detials-faq .tp-accordion .accordion-body p {
    font-family: var(--tp-ff-p);
    font-size: 18px;
    font-weight: 400;
    color: var(--tp-text-body);
    margin-bottom: 15px;
    line-height: 26px;
}

.tp-service-detials-faq .tp-accordion .accordion-button:not(.collapsed) {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black-3);
    box-shadow: none;
}

.tp-service-detials-faq .tp-accordion .accordion-body {
    padding: 0 60px 55px 125px;
    background-color: var(--tp-common-black-3);
}

.tp-service-detials-faq .tp-accordion .accordion-item {
    background: var(--tp-common-black-3);
    border: 0;
    margin-bottom: 20px;
}

.tp-service-detials-faq .tp-accordion .accordion-button {
    font-weight: 600;
    font-size: 18px;
    padding: 25px 30px;
}

.tp-service-detials-faq .tp-accordion .accordion-button::before {
    position: absolute;
    font-weight: 300;
    font-size: 18px;
    width: auto;
    height: auto;
    bottom: 22px;
    right: 36px;
    content: "\f107";
    font-family: var(--tp-ff-fontawesome);
    -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-detials-faq .tp-accordion .accordion-button.collapsed::before {
    transform: rotate(180deg);
}

.tp-service-detials-faq .tp-accordion .accordion-icon {
    margin: 0;
}

.tp-service-detials-faq .tp-accordion .accordion-body {
    padding: 0 60px 55px 24px;
}

/*----------------------------------------*/
/*  9.4 Project details css
/*----------------------------------------*/
.tp-project-details-sidebar {
    border: solid 1px var(--tp-common-black-3);
    margin-bottom: 40px;
    padding: 50px 30px 20px 30px;
}

.tp-project-details-sidebar-info {
    border-bottom: solid 1px var(--tp-common-black-3);
    padding-top: 30px;
    padding-bottom: 30px;
}

.tp-project-details-sidebar-info:last-of-type {
    border-bottom: unset;
}

.tp-project-details-sidebar-title {
    color: var(--tp-common-white);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding-bottom: 5px;
    font-size: 20px;
}

.tp-project-details-sidebar-info-icon span {
    display: block;
    background: var(--tp-common-black-3);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    margin-right: 15px;
}

.tp-project-details-sidebar-info-text span {
    font-size: 16px;
}

.tp-project-details-sidebar-info-text h4 {
    font-size: 19px;
    padding-top: 3px;
}

.tp-project-details-sidebar-title {
    color: var(--tp-common-white);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding-bottom: 5px;
    font-size: 20px;
}

.tp-project-details-contact {
    border: solid 1px var(--tp-common-black-3);
    margin-bottom: 40px;
    padding: 40px 30px;
}

.tp-project-details-sidebar-contact-icon {
    background: var(--tp-common-black-3);
    border-radius: 10px;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 4;
    margin-right: 20px;
}

.tp-project-details-sidebar-contact-info span {
    font-size: 16px;
}

.tp-project-details-sidebar-contact-info h4 {
    font-size: 19px;
    padding-top: 3px;
}

.tp-project-details-light-text {
    color: var(--tp-theme-primary);
    font-weight: 600;
}

.tp-project-details-checklist img {
    margin-right: 30px;
}

.tp-project-details-checklist {
    padding-top: 15px;
}

.tp-project-details-checklist ul li {
    list-style: none;
    padding-bottom: 10px;
}

.tp-project-details-checklist ul li i {
    color: var(--tp-theme-primary);
    padding-right: 5px;
}

.tp-project-detials-process {
    border: solid 1px var(--tp-common-black-3);
    padding: 25px 30px;
}

.tp-project-details-process-icon span {
    display: inline-block;
    padding: 20px 21px;
    background: var(--tp-common-black-3);
    border-radius: 10px;
    font-size: 22px;
}

.tp-project-detials-faq .tp-accordion .accordion-body p {
    font-family: var(--tp-ff-p);
    font-size: 18px;
    font-weight: 400;
    color: var(--tp-text-body);
    margin-bottom: 15px;
    line-height: 26px;
}

.tp-project-detials-faq .tp-accordion .accordion-button:not(.collapsed) {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black-3);
    box-shadow: none;
}

.tp-project-detials-faq .tp-accordion .accordion-body {
    padding: 0 60px 55px 125px;
    background-color: var(--tp-common-black-3);
}

.tp-project-detials-faq .tp-accordion .accordion-item {
    background: var(--tp-common-black-3);
    border: 0;
    margin-bottom: 20px;
}

.tp-project-detials-faq .tp-accordion .accordion-button {
    font-weight: 600;
    font-size: 18px;
    padding: 25px 30px;
}

.tp-project-detials-faq .tp-accordion .accordion-button::before {
    position: absolute;
    font-weight: 300;
    font-size: 18px;
    width: auto;
    height: auto;
    bottom: 22px;
    right: 36px;
    content: "\f107";
    font-family: var(--tp-ff-fontawesome);
    -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-project-detials-faq .tp-accordion .accordion-button.collapsed::before {
    transform: rotate(180deg);
}

.tp-project-detials-faq .tp-accordion .accordion-icon {
    margin: 0;
}

.tp-project-detials-faq .tp-accordion .accordion-body {
    padding: 0 60px 55px 24px;
}


/*----------------------------------------*/
/*  9.5 Error css
/*----------------------------------------*/
.tp-error__title {
    font-weight: 700;
    font-size: 320px;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-error__title {
        font-size: 250px;
    }
}

@media (max-width: 575px) {
    .tp-error__title {
        font-size: 130px;
    }
}

.tp-error__title-sm {
    font-weight: 600;
    font-size: 46px;
    line-height: 1.2;
    display: inline-block;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-error__title-sm {
        font-size: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-error__title-sm {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .tp-error__title-sm {
        font-size: 35px;
    }
}

.tp-error__action a {
    font-size: 18px;
    font-weight: 500;
    padding: 18px 55px;
    display: inline-block;
    color: var(--tp-common-black);
    background: var(--tp-theme-primary);
    border-radius: 3px;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-error__action a:hover {
    color: var(--tp-common-black);
    background: var(--tp-common-white);
}

.tp-featured__3-area img {
    height: 120px !important;
}

.tp-working__process {
    padding: 37px 43px 43px 30px;
    border-radius: 1.04vw;
    border: 1px solid rgb(19 19 19 / 30%);
    background: #fff;
    height: 95%;
    transition: all 0.4s ease-in-out;
}

.tp-working__process:hover {
    border: 1px solid var(--tp-theme-primary);
    background: var(--tp-theme-primary);
    scale: 1.02;
    box-shadow: 0px 0px 20px 0px #e7e7e7;
    transition: all 0.4s ease-in-out;
}

.tp-working__process:hover .tp-working__text h4,
.tp-working__process:hover .tp-working__text p {
    color: white;
    transition: all 0.4s ease-in-out;
}

.tp-working-process__area {
    /* background: #141414; */
    background: white;
    padding-bottom: 90px;
}

.strategy_icons .tp-working-process__icon {
    width: 60px;
    height: 60px;
}

.strategy_icons img {
    transition: all 0.4s ease-in-out;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.tp-working__process:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(105%) contrast(100%);
    transition: all 0.4s ease-in-out;
}

/* .tp-portfolio-wrapper .swiper-slide {
    width: 300px !important;
} */

.tp-main__logo img {
    width: 170px;
}

.tp-copyright__wrap img {
    width: 220px;
}

/* Modal Start */
.modal {
    height: 100%;
    overflow-y: hidden;
}

.modal:after {
    left: auto;
    right: -45%;
    bottom: auto;
    top: 0%;
    background: -webkit-linear-gradient(right, #F8A401 -4.43%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, #F8A401 -4.43%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
}

.modal:before {
    width: 100%;
}

.modal:before {
    content: '';
    position: absolute;
    left: -45%;
    bottom: 0%;
    background: -webkit-linear-gradient(left, #F8A401 -4.43%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, #F8A401 -4.43%, rgba(255, 255, 255, 0) 100%);
    height: 9.375vw;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    z-index: -1;
}

.modal:after {
    content: '';
    position: absolute;
    background: -webkit-linear-gradient(left, #F8A401 -4.43%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, #F8A401 -4.43%, rgba(255, 255, 255, 0) 100%);
    height: 9.375vw;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    z-index: -1;
}

.modal::before,
.modal::after {
    opacity: 1;
    transform: translateY(50%) rotate(-25deg);
}

.modal.show .modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: hidden;
}

.modal-content {
    background-color: #141414;
    padding: 20px 15px 40px;
    position: relative;
}

.modal-content .close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: var(--tp-common-white);
    font-size: 13px;
    cursor: pointer;
    border: 1px solid var(--tp-theme-primary);
    padding: 5px 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
}

.modal-content .close_btn .btn-close {
    --bs-btn-close-color: white;
    --bs-btn-close-bg: url(../img/objects/icon/cross.svg);
    opacity: 1;
    padding: 0;
}

.modal-content h3 {
    font-size: 30px;
    color: var(--tp-common-white);
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center
}

.modal-content form input,
.modal-content form textarea {
    background: transparent;
    border: 1px solid var(--tp-theme-primary);
    color: white !important;
    padding: 0 15px;
}

.modal-content form input:focus,
.modal-content form textarea:focus {
    background: transparent;
    outline: none;
    box-shadow: none;
    border: 1px solid var(--tp-theme-primary);
}

.modal-content form textarea {
    height: 105px;
    resize: none;
    padding-top: 9px;
}

.modal-content form textarea::placeholder {
    color: #8a8e91;
}

.modal-content form .form_btn {
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
}

.modal-content form button {
    width: max-content;
    padding: 12px 25px;
    background: linear-gradient(45deg, #ffbe13, #1a1a1a);
    color: white;
    border: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    cursor: pointer;
}

.modal-content form .form-checkbox-contest label {
    font-size: 12px;
    line-height: 21px;
    display: flex;
    align-items: baseline;
    gap: 9px;
}


@media only screen and (max-width: 991px) {

    .modal:after,
    .modal:before {
        display: none;
    }
}

.tp-skils__shape-1 img {
    height: 210px;
    filter: blur(0px) !important;
}

.tp-skils__shape-1 {
    filter: blur(0px) !important;
}

.tp-work__3-item p {
    color: white !important;
}

/* Modal End */

@media only screen and (max-width: 1499px) {
    .tp-work-obj img {
        top: 30%;
    }

    .road-map-area-column.column-0 {
        max-width: 8.04vw !important;
    }

    .road-map-area-column {
        max-width: 25vw !important;
    }

    .column-1,
    .column-2,
    .column-3 {
        margin-top: -25px;
    }

    .column-4,
    .column-5,
    .column-6 {
        margin-top: 100px !important;
    }

    .road-map-area-parent:before {
        width: calc(100% + 4vw) !important;
    }
}

@media only screen and (max-width: 1399px) {
    .tp-hero-subtitle {
        font-size: 45px !important;
        line-height: 55px;
    }

    .tp-chooseus.tp-section-title {
        font-size: 45px;
        line-height: 55px;
    }

    .tp-footer__2 .tp-footer__contact {
        font-size: 22px;
    }

    h3 {
        font-size: 23px;
    }

    .tp-footer__2 .tp-footer__widget-title {
        font-size: 16px;
    }

    .tp-text__2-text {
        font-size: 40px;
    }

    .tp-footer__2 .tp-footer__list a {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .tp-funfact-number {
        font-size: 55px;
    }

    .road-map-area-parent:before {
        left: -31px !important;
    }
}

@media only screen and (max-width: 1299px) {
    .road-map-area-parent:before {
        width: calc(99% + 0vw) !important;
    }

    .road-map-area-parent:before {
        left: 0px !important;
    }

    .road-map-text p {
        font-size: 12px !important;
    }

    .column-3 .road-map-text p {
        padding-right: 43px;
    }
}

@media only screen and (max-width: 1199px) {

    .column-1,
    .column-2,
    .column-3 {
        margin-top: 0 !important;
    }

    .column-4,
    .column-5,
    .column-6 {
        margin-top: 20px !important;
    }
}

@media only screen and (max-width: 1099px) {
    .tp-work__3-content {
        padding: 0 0px;
    }

    p {
        font-size: 15px;
        line-height: 22px;
    }

    .road-map-area-column.column-0 {
        transform: translateY(0) !important;
    }

    .tp-service-tiktok-banner {
        min-height: 60vh !important;
    }

    .ebay-sec-image {
        max-width: 52vw !important;
    }
}

@media only screen and (max-width: 991px) {

    .tp-main__logo img {
        width: 165px;
        margin-right: auto;
        display: block;
    }

    .modal:after,
    .modal:before {
        display: none;
    }

    .tp-main__menu {
        background: #202020;
        padding-bottom: 20px;
    }

    .tp-main__menu ul li>a {
        padding: 20px 0 0;
    }

    .tp-main__menu ul li::before {
        top: 72%;
    }

    .tp-hero-area .icons img {
        opacity: 0.2;
    }

    .tp-hero-subtitle {
        font-size: 35px !important;
        line-height: 45px;
    }

    .tp-section-title {
        font-size: 30px;
        line-height: 1;
    }

    .tp-about-content {
        padding-top: 20px;
    }

    .tp-work__3-item {
        height: 95%;
    }

    .pt-120 {
        padding-top: 80px;
    }

    .tp-section-text {
        font-size: 18px;
        font-weight: 500;
    }

    .tp-skils__shape-1 {
        opacity: 0.2;
    }

    .tp-featured__3-area img {
        height: 80px !important;
        object-fit: contain;
    }

    h3 {
        font-size: 18px;
    }

    .tp-price-value {
        font-size: 35px;
    }

    .tp-price-categorie {
        font-size: 20px;
    }

    .tp-price-list ul li:not(:last-child) {
        margin-bottom: 15px;
    }

    .tp-price-list ul li {
        font-weight: 300;
        font-size: 16px;
    }

    .tp-price-top {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .road-map-area-parent:before {
        display: none !important;
    }

    .column-4,
    .column-5,
    .column-6 {
        margin-top: 15px !important;
    }

    .tp-text__1-box {
        padding-top: 10px;
    }

    .features-plans-column>h3 {
        font-size: 11px !important;
    }

    .features-plans-row {
        flex-wrap: wrap;
        justify-content: start !important;
        gap: 0 65px;
    }

    .tp-features .txt h2 {
        font-size: 50px !important;
    }

    .package-terms {
        flex-wrap: wrap;
        padding: 1.73vw 1.67vw !important;
    }

    .heading-terms {
        max-width: 100% !important;
    }

    .heading-terms>h3 {
        font-size: 14px !important;
        margin-bottom: 0;
    }

    .terms-package ul li::before {
        top: 1.2vw !important;
        width: 4px !important;
        height: 4px !important;
    }

    .terms-package ul li {
        padding-left: 9px !important;
        font-size: 10px !important;
    }

    .features-package-btn button {
        font-size: 16px !important;
        max-width: 200px !important;
        min-height: 55px !important;
    }

    .client_sec .txt .tp-section-title,
    .client_sec .txt p {
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .road-map-text h3 {
        font-size: 13px !important;
    }

    .road-map-area-column.column-0>h6 {
        font-size: 11px !important;
    }

    .ebay-sec-image {
        max-width: 100% !important;
        position: inherit !important;
    }

    .brands_sec .image_box {
        width: 170px !important;
        height: 100px !important;
    }

    .brands_sec .image_box img {
        height: 90px !important;
        width: 130px !important;
    }

    .process_sec .process_card .number {
        margin: 0px 0px -121px 0px !important;
        background-size: 20% auto !important;
    }
}

@media only screen and (max-width: 567px) {
    .tp-main__menu ul li>a {
        padding: 16px 0 0;
        font-size: 13px;
    }

    .tp-hero-subtitle {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .tp-hero-title {
        font-size: 35px;
    }

    .tp-section-title {
        font-size: 25px;
        line-height: 1.3;
    }

    .tp-section-heading-2 {
        font-size: 22px;
    }

    .tp-section-heading-2 {
        font-size: 22px;
        color: #5f5d5d;
        line-height: 1.3;
        font-weight: 600;
    }


    .tp-text__2-text {
        font-size: 20px;
    }

    .tp-text__2-text span {
        margin: 8px 0px 0px 30px;
    }

    .tp-section-subtitle {
        text-align: center;
        padding: 0 !important;
    }

    .tp-work__3-number {
        font-size: 40px;
        margin-bottom: 21px;
    }

    .tp-section-text {
        font-size: 15px;
        font-weight: 300;
    }

    .tp-chooseus.tp-section-title {
        font-size: 25px;
        line-height: 35px;
    }

    .tp-chooseus__wrap {
        padding-left: 10px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .tp-chooseus__title-box p {
        font-size: 16px;
        padding: 0;
    }

    .contact-object-1 {
        display: none;
    }

    .tp-hero-area .icons {
        display: none;
    }

    .tp-features .txt h2 {
        font-size: 25px !important;
        font-weight: 700;
    }

    .pb-90 {
        padding-bottom: 25px;
    }

    .pt-90 {
        padding-top: 40px;
    }

    .features-plans-row {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .features-plans-column>h3 {
        font-size: 2.04vw !important;
    }

    .tp-features .features_wrapper h4 {
        font-size: 4.08vw !important;
    }

    .features-plans-column.services-jit-column-text ul li {
        font-size: 1.83vw !important;
    }

    .heading-terms>h3 {
        font-size: 2.15vw !important;

    }

    .terms-package ul li {
        font-size: 1.7vw !important;
        padding-left: 1.68vw !important;
    }

    .package-terms {
        flex-direction: column !important;
    }

    .terms-package ul li::before {
        top: 1.5vw !important;
        width: 0.7vw !important;
        height: 0.7vw !important;
    }

    .heading-terms {
        max-width: 100% !important;
        margin-top: 10px;
    }

    .features-package-btn button {
        font-size: 15px !important;
        max-width: 32.667vw !important;
        min-height: 8.698vw !important;
    }

    .absolute-center-outside-half {
        bottom: -6.72vw !important;
    }

    .road-map-area-row {
        display: flex;
        flex-flow: wrap;
        flex-direction: column;
    }

    .road-map-area-column.column-0>h6 {
        font-size: 12px !important;
    }

    .road-map-area-column.column-0 {
        max-width: 20.04vw !important;
    }

    /* .road-map-text h3 {
    font-size: 4.15vw !important;
  } */

    /* .road-map-text p {
    font-size: 2.73vw !important;
    line-height: 15px !important;
  } */

    .column-1,
    .column-2,
    .column-3 {
        margin-top: 0px !important;
    }

    .road-map-area-column {
        max-width: 40vw !important;
    }

    .tp-news-section .txt h2 {
        font-size: 30px !important;
    }

    p {
        font-size: 14px !important;
        line-height: 23px !important;
    }

    .tp-news-section .txt span {
        padding: 13px 4.1vw !important;
        font-size: 17px;
    }

    .tp-service-banner .tp-hero-subtitle {
        font-size: 35px !important;
        line-height: 45px !important;
    }

    .tp-service-banner .tp-hero-box {
        padding-top: 195px !important;
    }

    .tp-sec-image {
        position: inherit !important;
        max-width: 80vw !important;
    }

    .package-terms {
        align-items: start !important;
    }

    .features-package-btn button {
        font-size: 12px !important;
    }
}


/* ============= Services CSS Start ================= */

.tp-service-banner {
    /* min-height: 90vh; */
    height: auto;
    overflow-y: hidden;
}

.tp-service-banner .icons .icon {
    position: absolute;
    left: 55%;
    bottom: 67%;
    width: 150px;
    height: 110px;
    opacity: 0.5;
}

.tp-service-banner .icons .iconTwo {
    position: absolute;
    right: 0%;
    top: 10px;
    width: 80px;
    height: 80px;
    opacity: 0.5;
}

.tp-service-banner .icons .icon img {
    animation: 3s tp-hero-animation infinite alternate-reverse;
}

.tp-service-tiktok-banner {
    min-height: 80vh;
    height: auto;
}

.tp-service-banner .tp-hero-subtitle {
    font-weight: 800;
    font-size: 58px;
    margin-bottom: 40px;
}

.tp-service-banner .tp-hero-box {
    padding-top: 310px;
    padding-bottom: 270px;
}

.rated-4-stars {
    position: absolute;
    left: 0;
}

.rated-4-stars img {
    width: 100%;
    max-width: 161px;
}

.rated-4-stars p {
    color: #FFF;
    font-size: 0.63vw;
    margin-top: 0.52vw;
    font-weight: 400;
    line-height: 167%;
    text-transform: capitalize;
}

.tp-sec-image {
    position: absolute;
    right: 6vw;
    max-width: 44vw;
    width: 100%;
    bottom: 9vw;
    z-index: -1;
}

.tp-ppc-sec-image {
    position: absolute;
    right: 6vw;
    max-width: 44vw;
    width: 100%;
    bottom: 0vw;
    z-index: -1;
}

.tp-sec-etsy-image {
    position: absolute;
    right: 5vw;
    max-width: 44vw;
    width: 100%;
    bottom: 9vw;
    z-index: -1;
}

.tp-sec-shopify-image {
    position: absolute;
    right: 5vw;
    max-width: 44vw;
    width: 100%;
    bottom: 11vw;
    z-index: -1;
}

.tp-sec-wallmart-image {
    position: absolute;
    right: 7vw;
    max-width: 44vw;
    width: 100%;
    bottom: 11vw;
    z-index: -1;
}

.tp-sec-tiktok-image {
    position: absolute;
    right: 7vw;
    max-width: 40vw;
    width: 100%;
    bottom: 9vw;
}

.ebay-sec-image {
    position: absolute;
    right: 3vw;
    max-width: 60vw;
    width: 100%;
    bottom: 0px;
}

/* Road Map Start */

.road-map-area-parent {
    position: relative;
    margin-top: 5.21vw;
    z-index: 1;
}

.road-map-area-parent:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/service/service-details/roadbg.webp);
    width: calc(100% + 5.94vw);
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    background-position: 60% 19%;
}

.road-map-area-row {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    row-gap: 3.33vw;
}

.road-map-area-column.column-0 {
    max-width: 6.04vw;
    transform: translateY(-1.56vw);
}

.road-map-area-column.column-0 img {
    max-width: 5.059vw;
    width: 100%;
}

.road-map-area-column.column-0>h6 {
    font-size: 0.94vw;
    line-height: 109%;
    font-weight: 700;
    margin: 2.4vw 0 0 1.15vw;
}

.road-map-area-column {
    max-width: 20vw;
    width: 100%;
}

.column-4,
.column-5,
.column-6 {
    margin-top: 30px;
}

.image-road-map {
    width: 7.45vw;
    height: 7.45vw;
    position: relative;
    border-radius: 50%;
}

.image-road-map img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* filter: drop-shadow(0vw 1.56vw 3.13vw rgb(47 39 10 / 80%)); */
}

.image-road-map img.white-image {
    max-width: calc(100% - 2.66vw);
    filter: drop-shadow(0vw 0.98vw 2.02vw rgb(51 51 51 / 50%));
}

.image-road-map img.icon-image {
    max-width: calc(100% - 2.66vw - 1.82vw);
    height: 2.34vw;
    object-fit: contain;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.road-map-text {
    margin-top: 1.15vw;
}

.road-map-text h3 {
    font-size: 1.1vw;
    font-weight: 700;
    line-height: 29px;
    text-transform: uppercase;
}

.road-map-text p {
    font-size: 0.73vw;
    line-height: 175%;
}

/* Road Map End */

/* News Section Start */

.tp-news-section .txt span {
    text-align: center;
    margin-bottom: 0.94vw !important;
    background: linear-gradient(95.97deg, rgb(249, 156, 53) 3.53%, rgb(248, 207, 54) 100%);
    padding: 15px 2.1vw;
    border-radius: 0.33vw;
    font-size: 22px;
    font-weight: 700;
}

.tp-news-section .txt h2 {
    font-size: 95px;
    color: rgb(35, 31, 32);
    line-height: 91%;
    font-weight: 700;
    padding-top: 30px;
}

/* News Section End */

/* features Start */

.tp-features .txt h2 {
    font-size: 60px;
    font-weight: 700;
}

.tp-features .features_wrapper {
    color: rgb(255, 255, 255);
    z-index: 1;
    background: linear-gradient(rgb(35, 31, 32), rgb(77, 77, 77));
    padding: 2.97vw 4.53vw 4.74vw 4.48vw;
    border-radius: 0.89vw;
    border-width: 0.05vw;
    border-style: solid;
    border-color: rgb(248, 164, 1);
    border-image: initial;
    margin: 3.44vw 0px 8.49vw;
    position: relative;
    z-index: 0;
}

.tp-features .features_wrapper h4 {
    font-size: 2.08vw;
    line-height: 103%;
    font-weight: 700;
}

.features-plans-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 2.03vw 0px 3.18vw;
}

.features-plans-column.services-jit-column-text {
    max-width: fit-content;
    width: 100%;
}

.features-plans-column>h3 {
    font-size: 1.04vw;
    line-height: 175%;
    font-weight: 700;
    color: rgb(248, 164, 1);
    margin-bottom: 0.42vw;
    text-transform: uppercase;
}

.features-plans-column.services-jit-column-text ul {
    margin: 0px;
}

.features-plans-column.services-jit-column-text ul li {
    line-height: 198%;
    font-weight: 400;
    padding-left: 1.3vw;
    font-size: 16px;
    position: relative;
    z-index: 0;
}

.services-jit-column-text ul {
    list-style: none;
}

.services-jit-column-text ul li::before,
.services-jit-column-text ul li::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    opacity: 0.5;
    z-index: -2;
    border-radius: 50%;
    background: linear-gradient(210deg, rgb(248, 164, 1) -16.78%, rgba(248, 164, 1, 0) 69.6%);
    animation: 3s linear 0s infinite normal none running scalingsdotsjit;
    width: 0.78vw;
    height: 0.78vw;
}

@keyframes scalingsdotsjit {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }

    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}

.features-plans-column.services-jit-column-text ul li::after {
    opacity: 1;
}

.services-jit-column-text ul li::after {
    z-index: -1;
    transform: scale(0.5) translateY(-50%);
    transform-origin: center top;
    background: rgb(248, 164, 1);
    animation: auto ease 0s 1 normal none running none;
}

.column-count-2 {
    column-count: 2;
}

.package-terms {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.73vw 1.67vw;
    border-width: 0.05vw;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 0.78vw;
    gap: 2.34vw;
}

.heading-terms {
    max-width: 5.31vw;
}

.heading-terms>h3 {
    font-size: 1.15vw;
    font-weight: 700;
    color: white;
}

.terms-package {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    flex: 1 1 auto;
}

.terms-package ul {
    list-style: none;
}

.terms-package ul li {
    font-size: 10px;
    font-weight: 500;
    line-height: 264%;
    padding-left: 0.68vw;
    position: relative;
}

.terms-package ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0.57vw;
    width: 0.26vw;
    height: 0.26vw;
    background: rgb(248, 164, 1);
    border-radius: 50%;
}

.absolute-center-outside-half {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1.72vw;
    z-index: 2;
}

.features-package-btn button {
    cursor: pointer;
    font-size: 19px;
    width: 100%;
    max-width: 255px;
    min-height: 70px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    background: linear-gradient(95.97deg, rgb(249, 156, 53) 3.53%, rgb(248, 207, 54) 100%);
    border-radius: 0.417vw;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    transition: 0.3s ease-in-out;
    color: #212529 !important;
}


/* features End */

/* ============= Services CSS End ================= */

/* ============= About CSS Start ================= */

.tp-about-banner {
    background: linear-gradient(110.83deg, #121212 39.97%, #F79B35 99.8%) !important;
    padding-bottom: 90px;
    overflow: hidden;
}

.tp-about-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    min-height: 100%;
    background-image: url(../img/about/bgbanner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: overlay;
    transform: translate3d(0, 0, 0);
    z-index: 0;
}

.tp-about-banner .tp-choose-us-btn {
    background: linear-gradient(95.97deg, #F99C35 3.53%, #F8CF36 100%) !important;
}

.tp-about-banner .tp-choose-us-btn .tp-btn-primary {
    color: white;
}

.tp-about-banner .tp-section-text {
    font-size: 20px;
    font-weight: 400;
    color: var(--tp-common-white);
    max-width: 680px;
    margin: 0 auto 40px;
    line-height: 1.5;
}

/* ======================== */

.tp-process h2 {
    font-size: 50px;
    font-weight: 700;
}

.our-process-flex {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    /* flex-pack: justify; */
    justify-content: space-between;
    padding: 7.813vw 0;
    max-width: calc(100% - 1vw);
    margin-right: auto;
}

.circle-columns {
    width: calc(25% - 1.042vw);
}

.image-right>img {
    width: 100%;
    height: 18vw;
    object-fit: contain;
}

.text-inner-process {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 72%;
    text-align: center;
}

.text-inner-process h2 {
    font-size: 1.25vw;
    margin-bottom: 1.563vw;
    font-weight: 600;
}

.text-inner-process p {
    font-size: .729vw;
}

.circle-columns .image-right>span {
    border-radius: 50%;
    position: absolute;
    width: 3.125vw;
    height: 3.125vw;
    background: #ffbe13;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    line-height: 2.604vw;
    font-size: 1.042vw;
    font-weight: 600;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -1.563vw;
    font-weight: 700;
}

.image-right:after {
    content: '';
    position: absolute;
    right: -2.604vw;
    top: calc(50% + 0vw);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/about/arrow.webp);
    background-repeat: no-repeat;
    background-size: contain;
    height: 3.125vw;
    width: 4.167vw;
    background-position: right center;
}

.our-process-flex .circle-columns:nth-child(even) .image-right>span {
    bottom: auto;
    top: -1.563vw;
}

.our-process-flex .circle-columns:last-child .image-right:after {
    background-image: url(../img/about/tick.webp);
    top: 37%;
    right: -1.042vw;
    height: 2.865vw;
    width: 4.271vw;
}

/* ======================== */

/* ======================== */

.philosophy_wrapper {
    background: linear-gradient(93.58deg, #F8A401 0.34%, #F8CF36 79.98%);
    border-radius: 1.042vw;
    padding: 110px 60px;
    margin-bottom: 80px;
}

.philosophy_wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/about/overlayimage.webp);
    background-repeat: no-repeat;
    z-index: -1;
    background-size: cover;
    mix-blend-mode: overlay;
    transform: translate3d(0, 0, 0);
    border-radius: 1.042vw;
}

.philosophy_wrapper h2 {
    font-size: 60px;
    font-weight: 800 !important;
    margin-bottom: 0;
}

.image-amazon {
    position: absolute;
    -webkit-animation: 3s animateyaxis infinite alternate;
    animation: 3s animateyaxis infinite alternate;
    right: 65px;
    top: 30px;
}

@keyframes animateyaxis {
    0% {
        -webkit-transform: translateY(1.042vw);
        transform: translateY(1.042vw);
    }

    100% {
        -webkit-transform: translateY(0vw);
        transform: translateY(0vw);
    }
}

.image-amazon>img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transform-origin: top;
    transform-origin: top;
    width: 14.896vw;
}

.image-bulb {
    position: absolute;
    top: 50%;
    left: -6.25vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tp-philosophy .txt p {
    font-size: .938vw;
    font-weight: 500;
    max-width: 90%;
    margin: 0 auto;
}

/* ======================== */

/* ============= About CSS End ================= */

/* ============= Contact CSS Start ================= */

.tp-contact {
    padding-top: 120px;
}


@keyframes translatey {
    0% {
        transform: translateY(1.042vw);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes translatey {
    0% {
        -webkit-transform: translateY(1.042vw);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

.acc-reinstatement-main-rel,
.shopifybanner,
.service-fbmarketplacebanner,
.imagebannercontact,
.testimonialbanner,
.imagebannerabout {
    -webkit-animation: 3s translatey infinite alternate;
    animation: 3s translatey infinite alternate;
}

.imagebannercontact {
    text-align: center;
    position: relative;
}

.acc-reinstatement-main-rel,
.shopifybanner,
.service-fbmarketplacebanner,
.imagebannercontact,
.testimonialbanner,
.imagebannerabout {
    -webkit-animation: 3s translatey infinite alternate;
    animation: 3s translatey infinite alternate;
}

.mailcontact {
    width: 30%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.monitorcontact {
    width: 63%;
    position: relative;
    z-index: 1;
}

.callcontact {
    width: 28%;
    position: absolute;
    top: 80%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2vw;
    z-index: 2;
}

.img-contact-banner-md {
    display: none;
}

/* ============= Contact CSS End ================= */

/* Brands Collab Start */

.brands_sec {
    padding: 90px 0;
}

.brands_sec .txt .heading_desc {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    background: white;
    position: relative;
    z-index: 0;
    width: 65%;
    margin: 0 auto;
    color: #6f6464;
    margin-bottom: 20px;
}

.brands_sec .txt .heading_desc::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    height: 1px;
    width: 10%;
    background: #7A7A7A;
    z-index: -1;
}

.brands_sec .txt .heading_desc::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    height: 1px;
    width: 10%;
    background: #7A7A7A;
    z-index: -1;
}

.brands_sec .txt p {
    font-size: 19px;
    line-height: 30px;
    color: black;
    font-weight: 500;
    width: 68%;
    margin: 0 auto 30px;
}

.brands_sec .image_box {
    border: 1px solid #cecece;
    width: 200px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

.brands_sec .image_box img {
    height: 100px;
    width: 150px;
    object-fit: contain;
    transition: all 0.4s ease-in-out;
}

.brands_sec .image_box:hover img {
    transform: scale(1.2);
    transition: all 0.4s ease-in-out;
}

/* Brands Collab End */

/* Client Start */

.client_sec {
    background: linear-gradient(344.91deg, #ffbe13 3.74%, #1a1a1a 53.6%);
    padding: 90px 0;
}

.client_sec .txt .tp-section-title,
.client_sec .txt p {
    color: #cbc6c6;
}

.client_sec .counter h4 {
    font-size: 40px;
    font-weight: 700;
}

.client_sec .counter h6 {
    font-size: 19px;
    font-weight: 600;
    margin: 10px 0;
    color: #6EC1E4;
}

.client_sec .counter .sale_heading {
    color: #61CE70;
}

.client_sec .counter p {
    font-size: 14px;
    line-height: 24px;
    color: white;
}

/* Client End */

/* Process Start */

.process_sec {
    padding: 90px 0;
    position: relative;
    z-index: 0;
}

.process_sec::after {
    content: '';
    position: absolute;
    top: 210px;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/process/Frame-12-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.process_sec .txt p {
    font-size: 19px;
    line-height: 30px;
    color: black;
    font-weight: 500;
    width: 68%;
    margin: 0 auto 30px;
}

.process_sec .process_cardTwo {
    margin-top: 100px;
}

.process_sec .process_card .number {
    margin: 0px 0px -90px 0px;
    padding: 70px 70px 70px 70px;
    background-image: url(../img/process/image-8.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    animation: floatUpDown 6s ease-in-out infinite;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.process_sec .process_card .number span {
    color: white;
    font-size: 50px;
    font-weight: 600;
}

.process_sec .process_card .card_content {
    padding: 40px 20px 40px 20px;
    background-image: url(../img/process/Rectangle-5.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-radius: 40px;
    background-color: white;
    margin-top: 58px;
    box-shadow: 0px 0px 17px -7px #ffa50096;
}

.process_sec .process_cardTwo .card_content {
    background-image: url(../img/process/Rectangle-6.webp);
    background-position: bottom center;
}

.process_sec .process_card .card_content h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: var(--tp-theme-primary);
}

.process_sec .process_card .card_content p {
    font-size: 14px;
    font-weight: 500;
    color: #1C1C1C;
    line-height: 24px;
}

/* Process End */

/* Service Start */

.service_sec {
    padding: 90px 0;
}

.service_sec .txt p {
    font-size: 19px;
    line-height: 30px;
    color: black;
    font-weight: 500;
    width: 68%;
    margin: 0 auto 60px;
}


.service_sec .swiper-slide {
    transition: transform 0.5s ease;
    display: flex;
    justify-content: center;
}

.service_sec .card {
    width: 600px;
    height: 500px;
    border-radius: 20px;
    background-color: #e1e8ed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border: 0;
    transform: rotateY(0deg);
    transition: transform 0.5s ease;
    padding: 30px 35px;
    text-align: center;
}

.service_sec .card h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: black;
    margin-bottom: 30px;
    padding-right: 0;
}

.service_sec .card h5 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: black;
}

.service_sec .card .img {
    width: 190px;
    height: 175px;
    display: flex;
    align-items: center;
}

.service_sec .card .img img {
    width: 100%;
}

/* Active center card */
.service_sec .swiper-slide-active .card {
    background: var(--tp-theme-primary);
    z-index: 2;
}

.service_sec .swiper-slide-active .card h3,
.service_sec .swiper-slide-active .card h5 {
    color: white;
}

.service_sec .swiper-slide-active .card h3 {
    font-size: 35px;
    line-height: 40px;
}

.service_sec .swiper-slide-prev .card {
    transform: translate3d(0px, 0px, -112.455px) rotateX(0deg) rotateY(15.7273deg) scale(0.95);
    transition: transform 0.5s ease;
    z-index: 1;
}

.service_sec .swiper-slide-next .card {
    transform: translate3d(0px, 0px, -105.364px) rotateX(0deg) rotateY(-15.6818deg) scale(0.95);
    transition: transform 0.5s ease;
    z-index: 1;
}

.service_sec .swiper-button-next:after {
    content: url(../img/icon/circle-right-arrow.webp);
}

.service_sec .swiper-button-prev:after {
    content: url(../img/icon/circle-left-arrow.webp);
}


/* Service End */

/* Testimonials Start */

.testimonials_sec {
    padding: 90px 0;
    overflow-x: hidden;
}

.testimonials_sec .swiper {
    padding: 20px 0;
}

/* Testimonials End */

/* Aspect Start */

.aspect_sec {
    padding: 90px 0;
    background-image: url(../img/about/tp_about_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.aspect_sec .txt p {
    font-size: 19px;
    line-height: 30px;
    color: black;
    font-weight: 500;
    margin-bottom: 50px;
    width: 95%;
    margin: 0 auto 60px;
}

.aspect_sec .card {
    background: #fff;
    box-shadow: 0 1.198vw 1.979vw rgb(0 0 0 / 20%);
    border-radius: 9px;
    border: .072vw solid rgb(47 44 44 / 9%);
    /* padding: 25px 43px; */
    min-height: 130px;
    z-index: 1;
    height: 100%;
    display: flex;
    gap: 14px;
    align-items: center;
    flex-direction: row;
}

.aspect_sec .card:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 31%;
    height: 100%;
    background: linear-gradient(344.91deg, #ffbe13 3.74%, #1a1a1a 53.6%);
    z-index: -1;
    border-radius: 0;
    transform: scaleY(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}

.aspect_sec .card:hover::before {
    width: 100%;
    border-radius: 9px;
    transition: .3s ease-in-out;
}

.aspect_sec .card .number {
    height: 100%;
    width: 33%;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aspect_sec .card .numberSix {
    width: 33%;
}

.aspect_sec .card .number span {
    font-size: 50px;
    font-weight: 700;
    color: white;
}

.aspect_sec .card .txt h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: rgba(47, 44, 44, .5);
    margin-bottom: 0px;
    transition: .3s ease-in-out;
    padding-right: 20px;
}

.aspect_sec .card:hover h4 {
    color: white;
    transition: .3s ease-in-out;
}

/* Aspect End */

/* Passive Income Start */

.passive_income {
    padding: 90px 0;
    background: linear-gradient(344.91deg, #ffbe13 3.74%, #1a1a1a 53.6%);
    position: relative;
    z-index: 0;
}

.passive_income .income_box {
    backdrop-filter: blur(5px);
    border-radius: 30px;
    padding: 113px 109px 87px;
    background: linear-gradient(180deg, rgba(19, 20, 20, .48) 0, rgba(0, 0, 0, 0) 107.67%);
    border: 1px solid white;
}

.passive_income .income_box h2 {
    line-height: 1.2 !important;
}

.passive_income .income_box p {
    font-size: 19px;
    line-height: 30px;
    color: white;
    font-weight: 500;
    margin-bottom: 0px;
}

.passive_income .passive_income_txt {
    position: absolute;
    top: 10%;
    right: 0;
    width: max-content;
    z-index: -1;
}

.passive_income .passive_income_txt h3 {
    font-size: 290px;
    line-height: 240px;
    letter-spacing: -14px;
    text-transform: capitalize;
    font-weight: 700;
    background: linear-gradient(110deg, rgba(255, 255, 255, 0.54) 6.89%, rgba(255, 255, 255, 0) 68.9%);
    font-weight: 700;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.passive_income .img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-17deg);
    right: 115px;
    width: 36%;
}

/* Passive Income End */

/* Why Choose Start */

.why_coose_sec {
    padding: 90px 0;
}

.why_coose_sec .txt h2 {
    line-height: 1.2;
}

.why_coose_sec .btnWrap .gray_btn {
    background: #5f5d5d;
    color: white;
    width: max-content;
    padding: 15px 30px;
    border-radius: 9px;
}

.why_coose_sec .btnWrap .gray_btn a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.why_coose_sec .btnWrap .yellow_btn {
    background: #FFBE13;
    color: white;
    width: max-content;
    padding: 15px 30px;
    border-radius: 9px;
}

.why_coose_sec .btnWrap .yellow_btn a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.why_coose_sec .success_box {
    width: 100%;
    margin-left: auto;
}

.why_coose_sec .success_box .top_bar {
    background: #FFBE13;
    padding: 25px 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #eaeaea;
}

.why_coose_sec .success_box .top_bar h4 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 800;
}

.why_coose_sec .success_box .top_bar p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: white;
    margin-bottom: 0;
}

.why_coose_sec .benefits .benefits_box {
    padding: 30px 15px;
    border: 1px solid #eaeaea;
    max-width: 216px;
    min-width: 216px;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    height: 100%;
    min-height: 225px;
}

.why_coose_sec .benefits .benefits_box .img {
    margin-bottom: 10px;
    height: 55px;
    display: flex;
    align-items: start;
    justify-content: start;
}

.why_coose_sec .benefits .benefits_box h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #6f6464;
    margin-bottom: 0;
}

/* Why Choose End */

/* Service Plane Start */

.service_palne_sec {
    padding: 90px 0;
    background-image: url(../img/about/tp_about_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.service_palne_sec .txt p {
    font-size: 19px;
    line-height: 30px;
    color: black;
    font-weight: 500;
    width: 68%;
    margin: 0 auto 60px;
}

.service_palne_sec .plane_box {
    background: white;
    padding: 30px 20px;
    border: 1px solid #FFBE13;
    border-radius: 10px;
}

.service_palne_sec .plane_box p {
    font-size: 21px;
    line-height: 30px;
    color: black;
    font-weight: 600;
    margin-bottom: 0;
}

.service_palne_sec .plane_box h4 {
    font-size: 30px;
    font-weight: 800;
    margin-top: 8px;
    margin-bottom: 0;
    border-bottom: 2px dashed #cecece;
    padding-bottom: 10px;
}

.service_palne_sec .plane_box h5 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 0;
    color: black;
    padding-top: 10px;
}

.service_palne_sec .plane_desc {
    background: #dbebf4;
    padding: 20px 20px;
    border-radius: 10px;
    margin-top: 15px;
    border: 1px solid #e7e0e0;
}

.service_palne_sec .plane_desc p {
    font-size: 17px;
    line-height: 27px;
    color: rgb(21, 21, 21);
    font-weight: 500;
    margin-bottom: 0;
}

/* Service Plane End */


/* Income Channel Start */

.income_sec {
    padding: 90px 0 50px;
}

.income_sec .txt p {
    width: 80%;
    margin: 0 auto 40px;
}

.income_sec .card {
    padding: 25px 20px;
    border: 1px solid transparent;
    transition: all 0.4s ease-in-out;
}

.income_sec .card:hover {
    border: 1px solid var(--tp-theme-primary);
    background: var(--tp-theme-primary);
    box-shadow: 0px 0px 20px 0px #efce78;
    scale: 1.01;
    transition: all 0.4s ease-in-out;
}

.income_sec .card .img {
    width: 50px;
    height: 50px;
    transition: all 0.4s ease-in-out;
}

.income_sec .card:hover .img img {
    filter: invert(1);
    transition: all 0.4s ease-in-out;
}

.income_sec .card .txt h3 {
    font-size: 20px;
    line-height: 32px;
    color: black;
    font-weight: 800;
    margin-top: 15px;
    transition: all 0.4s ease-in-out;
}

.income_sec .card:hover .txt h3,
.income_sec .card:hover .txt p {
    color: white;
    transition: all 0.4s ease-in-out;
}

.income_sec .card .txt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
    width: 100%;
    transition: all 0.4s ease-in-out;
}

/* Income Channel End */

/* Stats Start */

.stats_sec {
    padding: 90px 0;
    background: var(--tp-grey-bg);
}

.stats_sec .tp-funfact-desc {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0px;
    line-height: 27px;
    margin-top: 9px;
}

/* Stats End */

/* CTA start */
.cta_sec {
    background: linear-gradient(0deg, #f8f9f9, #ffbc13af);
    padding: 50px 0 0;
    position: relative;
    z-index: 0;
}

.cta_sec .txt {
    padding-bottom: 50px;
}

.cta_sec .txt h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    color: black;
    margin-bottom: 15px;
}

.cta_sec .txt p {
    font-size: 16px;
    color: black;
    margin-bottom: 24px;
}

.cta_sec .service_btn a {
    background: linear-gradient(45deg, #ffbc13af, #ffbe13);
    border: 1px solid #ffbe13;
    border-radius: 30px;
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    padding: 14px 30px !important;
    position: relative;
}

.cta_sec .img {
    bottom: 0;
    position: absolute;
    z-index: 9999;
}

/* CTA End */

/* Our Heritage Start */

.tp-our-heritage-area .txt p {
    font-size: 19px;
    line-height: 30px;
    font-weight: 500;
    width: 68%;
    margin: 0 auto 30px;
}

.timeline-container {
    position: relative;
    max-width: 1000px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.timeline-container::after {
    content: '';
    position: absolute;
    width: 3px;
    background: linear-gradient(#ffbe13 49.52%, rgba(53, 219, 255, 0) 100%);
    ;
    top: 22px;
    /* bottom: 0; */
    left: 50%;
    transform: translateX(-50%);
    height: 83%;
}

.timeline-item {
    padding: 30px 40px;
    position: relative;
    width: 50%;
    box-sizing: border-box;
}

.timeline-item h4 {
    color: #ffbe13;
    font-weight: 600;
    margin: 0;
    font-size: 18px;
}

.timeline-item h2 {
    margin: 10px 0;
    font-size: 25px;
    font-weight: bold;
    color: #5f5d5d;
}

.timeline-item p {
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    right: -10px;
    background-color: #ffbe13;
    border-radius: 50%;
    top: 20px;
    z-index: 1;
}

.timeline-item.left {
    left: 0;
    text-align: right;
}

.timeline-item.right {
    left: 50%;
    text-align: left;
}

.timeline-item.left::before {
    right: -9px;
}

.timeline-item.right::before {
    left: -9px;
}

.timeline-item {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease-out;
}

.timeline-item.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Our Heritage End */

/* Terms & Conditions Start */

.privacy_sec .txt h2 {
    font-size: 33px;
    position: relative;
    display: inline-block;
    padding-bottom: 9px;
    font-weight: 700;
    margin-bottom: 25px;
    color: transparent;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #FFBE13 0.95%, rgb(0, 0, 0) 51.01%) text;
}

.privacy_sec .txt h2::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #FFBE13 0.95%, rgb(0, 0, 0) 51.01%);
}

.privacy_sec .txt ul li,
.privacy_sec .txt p {
    color: black;
    font-size: 16px;
    line-height: 26px;
}

.privacy_sec .txt ol,
.privacy_sec .txt ul {
    list-style: none;
    padding: 0;
}

.privacy_sec .txt ol li,
.privacy_sec .txt ul li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 6px;
}

.privacy_sec .txt ol li::before,
.privacy_sec .txt ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    height: 0.4vw;
    width: 0.4vw;
    background: #FFBE13;
    border-radius: 50%;
}

/* Terms & Conditions End */

/* New Section Media Query Start */

@media only screen and (max-width: 1699px) {
    .tp-sec-image {
        max-width: 44vw;
    }

    .tp-sec-etsy-image {
        max-width: 44vw;
    }

    .tp-ppc-sec-image {
        bottom: 9vw;
    }
}

@media only screen and (max-width: 1399px) {
    .tp-sec-image {
        max-width: 44vw;
        bottom: 12vw;
    }

    .tp-sec-shopify-image {
        bottom: 17vw;
    }
}

@media only screen and (max-width: 1299px) {
    .why_coose_sec .benefits .benefits_box {
        max-width: 190px;
        min-width: 286px;
        padding: 30px 18px;
    }

    .passive_income .passive_income_txt h3 {
        font-size: 265px;
        line-height: 193px;
    }

    .road-map-text {
        margin-top: 1.15vw;
        padding-right: 30px;
    }

    .road-map-text h3 {
        font-size: 1.2vw;
        line-height: 25px;
    }

    .column-1,
    .column-2,
    .column-3 {
        margin-top: 5px;
    }

    .column-4,
    .column-5,
    .column-6 {
        margin-top: 10px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .why_coose_sec .benefits .benefits_box {
        max-width: 190px;
        min-width: 190px;
        padding: 30px 18px;
    }

    .tiktok-sec-image {
        bottom: -18px;
    }

    .tp-service-banner {
        min-height: 60vh;
    }

    .tp-service-banner .tp-hero-box {
        padding-top: 300px;
    }

    .tp-sec-image {
        max-width: 60vw;
    }

    .passive_income .passive_income_txt {
        width: 100%;
    }

    .process_sec .process_card .card_content h3 {
        font-size: 20px;
        line-height: 27px;
    }

    .aspect_sec .card .txt h4 {
        font-size: 17px;
        line-height: 23px;
    }

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

    .service_sec .swiper-slide-active .card h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .service_sec .card h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .service_sec .card h5 {
        font-size: 18px;
        line-height: 24px;
    }

    .brands_sec .txt .heading_desc {
        width: 73%;
    }

    .aspect_sec .card .number {
        width: 41%;
    }

    .cta_sec .img {
        bottom: 0;
        left: -20px;
    }

    .cta_sec .txt h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .tp-sec-etsy-image {
        bottom: 18vw;
    }

    .tp-sec-wallmart-image {
        bottom: 18vw;
    }
}

@media only screen and (max-width: 1099px) {
    .why_coose_sec .benefits .benefits_box {
        max-width: 155px;
        min-width: 156px;
        padding: 20px 10px;
    }

    .why_coose_sec .benefits .benefits_box h5 {
        font-size: 13px;
        line-height: 23px;
    }

    .tp-working__process {
        padding: 25px 20px 25px 20px;
    }

    .tp-working__text p {
        line-height: 25px;
        font-size: 15px;
        margin-bottom: 0;
    }

    .brands_sec .txt .heading_desc::before,
    .brands_sec .txt .heading_desc::after {
        display: none;
    }

    .brands_sec .txt .heading_desc {
        font-size: 18px;
        line-height: 15px;
    }

    .why_coose_sec,
    .tp-working-process__area,
    .brands_sec,
    .service_palne_sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .brands_sec .txt p,
    .service_palne_sec .txt p {
        font-size: 16px;
        line-height: 26px;
        width: 75%;
        margin: 0 auto 40px;
    }

    .pb-75 {
        padding-bottom: 50px;
    }

    .pt-80 {
        padding-top: 50px;
    }

    .passive_income {
        overflow-x: hidden;
    }

    .tp-footer__2 .tp-footer__city {
        width: 88%;
    }

    .tp-sec-image {
        max-width: 45vw;
        bottom: 7vw;
    }

    .tp-service-banner .tp-hero-box {
        padding-bottom: 80px;
    }

    .tp-service-banner .icons .icon {
        width: 90px;
        height: 40px;
    }

    .why_coose_sec .btnWrap .gray_btn,
    .why_coose_sec .btnWrap .yellow_btn {
        padding: 10px 20px;
        border-radius: 6px;
    }

    .why_coose_sec .btnWrap .gray_btn a,
    .why_coose_sec .btnWrap .yellow_btn a {
        font-size: 16px;
        line-height: 25px;
    }

    .column-4,
    .column-5,
    .column-6 {
        margin-top: -15px !important;
    }

    .tp-contact-list-content {
        width: 75%;
    }

    .tp-sec-shopify-image {
        bottom: 7vw;
    }

    .tp-sec-etsy-image {
        bottom: 7vw;
    }

    .tp-sec-wallmart-image {
        bottom: 8vw;
    }

    .text-inner-process p {
        font-size: 1vw;
        line-height: 16px;
    }

    .tp-philosophy .txt p {
        font-size: 1.38vw;
        line-height: 24px;
    }

    .philosophy_wrapper {
        margin-bottom: 58px;
    }

}

@media only screen and (max-width: 991px) {
    .tp-hero-subtitle {
        text-align: center;
    }

    .tp-hero-action {
        margin-top: 30px;
        margin-bottom: 20px;
        text-align: center;
    }

    .tp-service-banner {
        min-height: 50vh;
    }

    .stats_sec {
        padding: 50px 0;
    }

    .stats_sec .row {
        justify-content: center;
        gap: 20px 0;
    }

    .tp-section-title {
        margin-bottom: 30px !important;
    }

    .tp-working__text h4 {
        padding-top: 25px;
        padding-bottom: 10px;
        font-size: 20px;
        line-height: 28px;
    }

    .why_coose_sec .txt {
        text-align: center;
    }

    .why_coose_sec .benefits .benefits_box .txt {
        text-align: left;
    }

    .why_coose_sec .btnWrap {
        justify-content: center;
        margin: 20px 0 10px;
    }

    .road-map-text {
        padding-right: 0px;
    }

    .road-map-text h3 {
        line-height: 20px;
    }

    .column-3 .road-map-text p {
        padding-right: 0px;
    }

    .income_sec {
        padding: 50px 0 50px;
    }

    .cta_sec .img,
    .tp-sec-tiktok-image,
    .tp-sec-shopify-image,
    .tp-sec-etsy-image,
    .tp-sec-wallmart-image {
        display: none;
    }

    .cta_sec .txt {
        padding-bottom: 50px;
        text-align: center;
    }

    .cta_sec .txt h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .cta_sec .txt p {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .cta_sec .service_btn a {
        font-size: 14px;
        padding: 12px 30px !important;
    }

    .counter_box {
        text-align: center;
    }

    .tp-funfact-number {
        font-size: 45px;
    }

    .road-map-area-column.column-0 {
        display: none;
    }

    .tp-service-banner .tp-hero-box {
        padding-top: 240px;
    }

    .tp-hero-box {
        padding-top: 100px;
    }

    .tp-choose-us-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: max-content;
        margin: 0 auto;
    }

    .tp-about-banner .tp-section-text {
        font-size: 16px;
        font-weight: 300;
        margin: 0 auto 10px;
    }

    .imagebannercontact {
        display: none;
    }

    .tp-about-banner .tp-hero-box {
        padding-top: 200px;
    }


}

@media only screen and (max-width: 768px) {

    .tp-service-banner img {
        display: none;
    }

    .why_coose_sec .success_box .top_bar {
        margin-top: 20px;
    }

    .why_coose_sec .benefits .benefits_box {
        max-width: 33.3%;
        min-width: 33.3%;
    }

    .brands_sec .txt .heading_desc {
        font-size: 16px;
        line-height: 17px;
        width: 100%;
        margin-top: 15px;
    }

    .brands_sec .txt p,
    .service_palne_sec .txt p,
    .process_sec .txt p,
    .service_sec .txt p,
    .aspect_sec .txt p {
        width: 100%;
    }

    .tp-service-banner .tp-hero-box {
        padding-top: 185px;
        padding-bottom: 0;
    }

    .tp-sec-image,
    .tiktok-sec-image {
        position: inherit;
        max-width: 100%;
    }

    .service_sec .txt p,
    .process_sec .txt p,
    .aspect_sec .txt p {
        font-size: 16px;
        line-height: 26px;
    }

    .aspect_sec .txt p {
        margin-top: 15px;
    }

    .process_sec .process_cardTwo {
        margin-top: 0px;
    }

    .process_sec .process_card .number span {
        font-size: 27px;
    }

    .process_sec {
        padding: 90px 0 0;
    }

    .service_sec {
        padding: 90px 0 0;
    }

    .passive_income .income_box {
        border-radius: 20px;
        padding: 70px 60px 60px;
    }

    .passive_income .passive_income_txt {
        display: none;
    }

    .passive_income .income_box p {
        font-size: 16px;
        line-height: 26px;
    }

    .aspect_sec .card .txt h4 {
        padding-right: 0;
    }

    .process_sec .process_card .card_content,
    .process_sec .process_cardTwo .card_content {
        background-image: inherit;
        border-radius: 20px;
    }

    .aspect_sec .card .number {
        width: 32%;
    }

    .tp-testimonial-author-title {
        font-size: 18px;
        margin-bottom: 0;
    }

    .tp-testimonial-author-disgnation {
        font-size: 14px;
    }

    .aspect_sec {
        padding: 50px 0;
    }

    .pt-120 {
        padding-top: 50px;
    }

    .income_sec .txt p {
        width: 100%;
        margin: 0 auto 10px;
    }

    .tp-process h2 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .circle-columns {
        width: calc(50% - 1.042vw);
        min-height: 160px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .tp-process h2 {
        margin-bottom: 30px;
    }

    .image-right>img {
        display: none;
    }

    .image-right:after {
        content: inherit;
    }

    .circle-columns .image-right>span {
        display: none;
    }

    .text-inner-process p {
        font-size: 13px;
        line-height: 20px;
    }

    .tp-process h2 {
        margin-bottom: 30px;
    }

    .tp-process .text-inner-process h2 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .pt-90 {
        padding-top: 50px;
    }

    .pb-90 {
        padding-bottom: 50px;
    }

    .our-process-flex {
        padding: 0vw 0;
    }

    .image-amazon {
        display: none;
    }

    .philosophy_wrapper {
        padding: 50px 45px;
    }

    .philosophy_wrapper h2 {
        font-size: 35px;
        text-align: center;
    }

    .philosophy_wrapper {
        margin-bottom: 45px;
    }

    .tp-philosophy .txt p {
        font-size: 1.88vw;
        line-height: 26px;
        max-width: 100%;
    }

    .tp-choose-us-btn {
        padding: 14px 30px;
    }
}

@media only screen and (max-width: 567px) {

    .why_coose_sec,
    .tp-working-process__area,
    .brands_sec,
    .service_palne_sec {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .why_coose_sec .btn .gray_btn,
    .why_coose_sec .btn .yellow_btn {
        width: 100%;
    }

    .service_sec .txt p,
    .process_sec .txt p,
    .aspect_sec .txt p {
        font-size: 14px;
        line-height: 22px;
    }

    .aspect_sec .txt p {
        margin: 0 auto 25px;
    }

    .tp-hero-title {
        font-size: 13px;
        line-height: 25px;
    }

    .tp-hero-subtitle {
        font-size: 21px !important;
        line-height: 32px !important;
    }

    .tp-header__style-1 {
        padding: 10px 0px 10px 0px;
    }

    .tp-main__logo img {
        width: 130px;
    }

    .brands_sec .image_box {
        width: 140px !important;
        height: 100px !important;
    }

    .brands_sec .image_box img {
        height: 75px !important;
        width: 110px !important;
    }

    .brands_sec .txt .heading_desc {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .client_sec {
        padding: 50px 0;
    }

    .process_sec {
        padding: 50px 0 0;
    }

    .process_sec .txt p {
        margin: 0 auto 0px;
    }

    .process_sec .process_card .number {
        margin: 0px 0px 0 0px !important;
        display: none !important;
    }

    .process_sec .process_card .card_content {
        margin-top: 16px;
    }

    .service_sec {
        padding: 50px 0 0;
    }

    .service_sec .txt p {
        margin: 0 auto 25px;
    }

    .service_sec .swiper-slide-active .card h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .aspect_sec .card .number {
        width: 45%;
    }

    .aspect_sec .card .number span {
        font-size: 35px;
    }

    .aspect_sec .card .txt h4 {
        font-size: 15px;
        line-height: 21px;
    }

    .tp-portfolio-titlebox .tp-section-title {
        font-size: 20px;
        line-height: 33px;
    }

    /* .tp-portfolio-wrapper .swiper-slide {
        width: 370px !important;
        margin-right: 0px;
    } */

    .mb-50 {
        margin-bottom: 18px;
    }


    .passive_income {
        padding: 50px 0;
    }

    .passive_income .income_box {
        border-radius: 15px;
        padding: 35px 30px 35px;
    }

    .tp-section-title {
        font-size: 22px;
        margin-bottom: 11px;
    }

    .testimonials_sec {
        padding: 60px 0 50px;
        overflow-x: hidden;
    }

    .tp-contact-area {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .tp-section-title-wrap {
        margin-bottom: 0px;
    }

    .pb-30 {
        padding-bottom: 15px;
    }

    .tp-contact-list-icon {
        height: 60px;
        width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
    }

    .mb-25 {
        margin-bottom: 15px;
    }

    .tp-contact-list-content p {
        margin-bottom: 0;
    }

    .tp-contact-list-content {
        width: 70%;
    }

    .tp-contact__form {
        padding: 25px 15px 15px;
        border-radius: 6px;
    }

    .mt-30 {
        margin-top: 0px;
    }

    .tp-contact__input input,
    .tp-contact__input textarea {
        height: 45px;
        padding: 0 20px;
        border-radius: 5px;
    }

    .tp-contact__input {
        margin-bottom: 13px;
    }

    .tp-contact__input textarea {
        height: 115px !important;
        padding-top: 10px !important;
    }

    .tp-contact__btn {
        padding: 15px 40px;
        border-radius: 5px;
        font-size: 14px;
        width: 100%;
        text-align: center;
    }

    .tp-footer__2-border-style {
        padding-top: 55px;
    }

    .tp-footer__2 .tp-footer__adress {
        margin-bottom: 11px;
    }

    .tp-footer__2 .tp-footer__city {
        width: 100%;
        font-size: 14px;
    }

    .tp-footer__2 .tp-footer__contact {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .tp-footer__2 .tp-footer__widget-title {
        margin-bottom: 12px;
    }

    .tp-footer__2 .tp-footer__list a {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .tp-copyright__wrap img {
        width: 150px;
        margin: 0 auto;
        display: block;
    }

    .pt-30 {
        padding-top: 10px;
    }

    .tp-copyright__social {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

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

    .tp-service-banner .tp-hero-subtitle {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    .tp-working__text h4 {
        padding-bottom: 5px;
        font-size: 18px;
        line-height: 20px;
    }

    .cta_sec .txt h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .why_coose_sec .benefits .benefits_box {
        max-width: 49.3%;
        min-width: 49.9%;
    }

    .road-map-area-column {
        max-width: 100% !important;
        text-align: center;
    }

    .image-road-map {
        width: 10.45vw;
        height: 10.45vw;
        margin: 0 auto 16px;
    }

    .image-road-map img.icon-image {
        height: 3.34vw;
    }

    .income_sec .card {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .why_coose_sec .btnWrap .gray_btn,
    .why_coose_sec .btnWrap .yellow_btn {
        width: 100%;
    }

    .tp-service-banner .tp-hero-box {
        padding-top: 165px !important;
    }

    .circle-columns {
        width: calc(100% - 1.042vw);
    }

    .tp-team-action {
        display: none;
    }

    .philosophy_wrapper h2 {
        font-size: 22px;
    }

    .philosophy_wrapper {
        margin-bottom: 30px;
    }

    .text-inner-process {
        max-width: 100%;
    }

    .tp-work__3-item p {
        margin-bottom: 0;
    }

    .tp-work__3-number-shape {
        display: none;
    }

    .policy_banner {
        min-height: 50vh !important;
    }

    .policy_banner .txt {
        padding-top: 65px;
    }

    .privacy_sec .txt {
        text-align: center;
    }

    .privacy_sec .txt h2 {
        font-size: 20px;
    }

    .privacy_sec .txt ol li,
    .privacy_sec .txt ul li {
        font-size: 14px;
    }

    .privacy_sec .txt ol li::before,
    .privacy_sec .txt ul li::before {
        top: 25%;
        height: 1.5vw;
        width: 1.5vw;
        display: none;
    }
}

/* New Section Media Query End */

.thankyou_sec {
    padding: 200px 0 50px;
    display: flex;
    align-items: center;
}

.main-content__checkmark {
    font-size: 9.75rem;
    line-height: 1;
    color: #1b8c9c;
}

.site-header__title {
    font-size: 6.5rem;
    font-weight: 700;
    line-height: 1.1;
    color: #000;
    text-align: center;
}

.main-content__body {
    margin: 20px 0 0;
    font-size: 1.25rem;
    line-height: 1.4;
}

.start_live_chat {
    font-size: 19px;
    background-color: #16171a;
    padding: 10px 24px;
    display: inline-block;
    border-radius: 50pc;
    margin: 20px 0 0;
    color: #fff !important;
    text-decoration: none !important;
}

.main-content {
    text-align: center;
}

.tp-contact__input1 input {
    width: unset;
    height: unset;
}

.privacy_sec .txt h3 {
    color: #000;
    font-size: 18px;
    margin-top: 28px;
    font-weight: 700;
}

.tp-section-heading-2 {
    font-size: 26px;
    color: #5f5d5d;
    line-height: 1.5;
    font-weight: 600;
}

.faq-sec {
    padding: 50px 0;
}

.accordion .accordion-item .accordion-header .accordion-button {
    background-color: #ffbe13;
    color: #fff;
}

.accordion .accordion-item .accordion-header .accordion-button.collapsed {
    background-color: unset;
    color: #212529;
}

.accordion .accordion-item {
    margin: 20px 0px;
    border: 1px solid #ffbe13;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #0000002e;
    transition: all 0.3s ease-in-out;
}

.accordion .accordion-item:hover {
    box-shadow: 0px 0px 10px #ffbe134d;
}

.accordion .accordion-item:hover .accordion-header .accordion-button.collapsed {
    color: #ffbe13;
}

.accordion .accordion-item .accordion-header .accordion-button {
    transition: all 0.3s ease-in-out;
}

.accordion .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem #ffbe1340;
}

.accordion .accordion-item:hover .accordion-header .accordion-button {
    color: #fff;
}

.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(152deg) brightness(103%) contrast(103%);
}

.accordion .accordion-item:hover .accordion-header .accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(152deg) brightness(103%) contrast(103%);
}

.accordion .accordion-item:hover .accordion-header .accordion-button::after {
    filter: brightness(0) saturate(100%) invert(72%) sepia(73%) saturate(759%) hue-rotate(343deg) brightness(102%) contrast(107%);
}

.accordion .accordion-item .accordion-collapse .accordion-body {
    background-color: #ffbe134a;
    font-size: 1rem;
}

@media only screen and (min-width: 1280px) and (max-width: 1280px) {
    .why_coose_sec .benefits .benefits_box {
        max-width: 190px;
        min-width: 306px;
        padding: 30px 18px;
    }
}

/* blog page css start */
.custom-breadcrumb-wrap {
    background-color: var(--tp-common-white);
    border-bottom: 1px solid #d1d1d1;
    padding: 30px 0px;
}
.custom-breadcrumb-wrap .breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0;
    justify-content: center;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
}
.custom-breadcrumb-wrap .breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: var(--tp-theme-primary);
    font-size: 16px;
    font-weight: 400;
}
.blog {
    padding: 50px 0px;
}
.blog .blog-card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 12px 20px;
    border-radius: 15px;
    margin-bottom: 20px;
    /* height: 480px; */
}
.blog .blog-card a {
    text-decoration: none;
}
.blog .blog-card img {
    border-radius: 15px;
}
.blog .blog-card h4 {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 400;
    color: var(--tp-theme-primary);
}
.arti-bx .articl-titl {
    font-size: 34px;
    font-weight: 700;
    color: var(--tp-theme-primary);
}
.name-month {
    margin: 20px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.name-month a {
    color: var(--tp-theme-primary);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}
.article-wrapper .arti-bx p a {
    text-decoration: none;
    color: var(--tp-theme-primary);
}
.article-wrapper .arti-bx h2 {
    font-size: 25px;
    font-weight: 500;
    color: var(--tp-theme-primary);
}
.article-wrapper .arti-bx h3 {
    font-size: 25px;
    font-weight: 500;
    color: var(--tp-theme-primary);
}


/* blog page css end */