@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Dhora – Movie Studio & Filmmaker HTML Template
    Author: Theme_Pure
    Support: basictheme400@gmail.com
    Description: Dhora – Movie Studio & Filmmaker HTML Template
    Version: 1.0

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

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

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

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

    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Main menu css
		4.2 Mean menu css
		4.3 Mobile css

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

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1
		6.2 Footer Style 2
		6.3 Footer Style 3

	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 Hero Css
		7.2 Screenshot Css
		7.3 About Css
		7.4 Counter Css
		7.5 Video Play Css
		7.6 Trailer Css
		7.7 BLog Css
		7.8 Cta Css
		7.9 History Css
		8.0 Cinematic Css
		8.1 Criteria Css
		8.2 Movies Css
		8.3 Contact Css
		8.4 Categories Css
		8.5 Testimonial Css
		8.6 Service Css
		8.7 Faq Css



**********************************************/

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

/*  1.1 Theme Default
/*----------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;600;700;800&family=Syne:wght@400;500;600;700;800&display=swap");
.tp-categories-item-thumb img,
.tp-trailer-item-thumb-2 img,
.tp-counter-item-icon::before,
.tp-breadcrumb-team-thumb img,
.mean-container .mean-nav ul li>a.mean-expand i,
.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip,
.tp-tab-line,
.back-to-top-wrapper,
a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-pagination ul li a svg,
.tp-pagination ul li span svg,
.tp-btn svg,
.tp-btn-2 svg,
.tp-theme-toggle-main span svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

/* transform */

.tp-product-tab-2 .nav-tabs .nav-link:not(:first-child)::after {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

:root {
    /**
  @font family declaration
  */
    --tp-ff-body: 'Prompt', sans-serif;
    --tp-ff-heading: 'Syne', sans-serif;
    --tp-ff-p: 'Prompt', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
  @color declaration
  */
    --tp-common-white: #ffffff;
    --tp-common-black: #000;
    --tp-common-gray: #FEF3DF;
    --tp-theme-primary: #E27614;
    --tp-theme-secondary: #0F172A;
    --tp-theme-1: #FFC901;
    --tp-theme-2: #F94D1C;
    --tp-theme-3: #1B2335;
    --tp-heading-primary: #ffffff;
    --tp-heading-secondary: #1F242C;
    --tp-heading-1: #2B2B5E;
    --tp-text-body: #ffffff;
    --tp-text-1: #E3E3E3;
    --tp-border-primary: #FEF3DF;
    --tp-border-secondary: #F0F2F4;
}

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

/*---------------------------------
	typography css start 
---------------------------------*/

body {
    font-family: var(--tp-ff-body);
    font-size: 16px;
    font-weight: normal;
    color: var(--tp-text-body);
    line-height: 24px;
}

a {
    text-decoration: none;
}

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

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

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

p {
    font-family: var(--tp-ff-p);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    color: var(--tp-text-body);
}

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

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

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

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

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
    outline: none;
    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;
}

.tp-page-wrapper {
    background-color: var(--tp-theme-secondary);
    margin-top: -1px;
}

/*---------------------------------
    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;
}

.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: 10px;
    height: 10px;
    z-index: 10000001;
    background-color: var(--tp-theme-primary);
    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: #fff;
    line-height: 60px;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

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

.mouseCursor.cursor-big {
    width: 60px;
    height: 60px;
}

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

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

.effect::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 100%;
    -webkit-animation: effectPlay 2s infinite;
    border: 2px solid rgb(255, 255, 255);
    box-shadow: 0px 14px 24px -1px rgba(20, 0, 77, 0.31);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.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 (min-width: 768px) and (max-width: 991px) {
    .tp-gx-20 {
        --bs-gutter-x: 20px;
    }
}

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

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

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

/* gutter for x axis */

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

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

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

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

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

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

/* gutter for x axis */

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

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

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

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

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

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

@media (min-width: 1400px) {
    .container-large {
        max-width: 1325px;
    }
}

/*---------------------------------
    1.3 Default Spacing
---------------------------------*/

.pt-280 {
    padding-top: 280px;
}

.pb-210 {
    padding-bottom: 210px;
}

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

/*  2.1 Back to top
/*----------------------------------------*/

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

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

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

.back-to-top-btn {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 5px;
    background: var(--tp-theme-primary);
    box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.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;
}

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

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

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

/*  2.2 Theme Settings
/*----------------------------------------*/

.tp-theme-settings-area {
    position: fixed;
    top: 50%;
    left: 0;
    width: 240px;
    background-color: #fff;
    border: 1px solid #EAEAEF;
    -webkit-transform: translateY(-50%) translateX(-100%);
    -moz-transform: translateY(-50%) translateX(-100%);
    -ms-transform: translateY(-50%) translateX(-100%);
    -o-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%);
    z-index: 991;
    direction: ltr;
    border-bottom-right-radius: 4px;
}

.tp-theme-settings-area.settings-opened {
    -webkit-transform: translateY(-50%) translateX(0%);
    -moz-transform: translateY(-50%) translateX(0%);
    -ms-transform: translateY(-50%) translateX(0%);
    -o-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
}

.tp-theme-settings-area.settings-opened .tp-theme-settings-gear {
    opacity: 0;
}

.tp-theme-settings-area.settings-opened .tp-theme-settings-close {
    opacity: 1;
}

.tp-theme-settings-open {
    position: absolute;
    top: -1px;
    left: 100%;
}

.tp-theme-settings-open button {
    background-color: var(--tp-common-white);
    border: 1px solid #EAEAEF;
    border-left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: var(--tp-common-black);
    position: relative;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.tp-theme-settings-gear {
    display: inline-block;
    -webkit-animation: tp-theme-setting-spin 4s linear infinite;
    -moz-animation: tp-theme-setting-spin 4s linear infinite;
    -ms-animation: tp-theme-setting-spin 4s linear infinite;
    -o-animation: tp-theme-setting-spin 4s linear infinite;
    animation: tp-theme-setting-spin 4s linear infinite;
}

@-webkit-keyframes tp-theme-setting-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes tp-theme-setting-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes tp-theme-setting-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes tp-theme-setting-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.tp-theme-settings-close {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.tp-theme-header-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
}

.tp-theme-wrapper {
    padding: 20px 30px 30px;
}

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

.tp-theme-toggle-main {
    display: inline-block;
    width: 74px;
    margin: auto;
    position: relative;
    z-index: 1;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px;
    border-radius: 100px;
}

.tp-theme-toggle-light,
.tp-theme-toggle-dark {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #D9D9D9;
}

.tp-theme-toggle-light.active,
.tp-theme-toggle-dark.active {
    color: var(--tp-common-black);
}

.tp-theme-toggle input {
    display: none;
}

.tp-theme-toggle:hover {
    cursor: pointer;
}

.tp-theme-toggle label {
    color: var(--tp-common-white);
    font-size: 14px;
    font-weight: 500;
}

.tp-theme-toggle label:hover {
    cursor: pointer;
}

.tp-theme-toggle #tp-theme-toggler {
    display: none;
}

.tp-theme-toggle #tp-theme-toggler:checked+i {
    right: calc(50% - 4px);
}

.tp-theme-toggle-slide {
    position: absolute;
    top: 50%;
    right: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    height: 26px;
    color: var(--tp-common-black);
    background-color: var(--tp-common-white);
    border-radius: 30px;
    -webkit-transform: translate3d(0, 0);
    transform: translate3d(0, 0);
    -webkit-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -moz-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -ms-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: -1;
}

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

.tp-theme-dir-main {
    display: inline-block;
    width: 160px;
    margin: auto;
    position: relative;
    z-index: 1;
    background-color: #f0f0f5;
    padding: 4px;
    border-radius: 20px;
}

.tp-theme-dir-ltr,
.tp-theme-dir-rtl {
    display: inline-block;
    width: 48%;
    height: 26px;
    line-height: 26px;
}

.tp-theme-dir input {
    display: none;
}

.tp-theme-dir:hover {
    cursor: pointer;
}

.tp-theme-dir label {
    color: var(--tp-common-black);
    font-size: 14px;
    font-weight: 500;
}

.tp-theme-dir label:hover {
    cursor: pointer;
}

.tp-theme-dir #tp-dir-toggler {
    display: none;
}

.tp-theme-dir #tp-dir-toggler:checked+i {
    right: calc(50% - 4px);
}

.tp-theme-dir-slide {
    position: absolute;
    top: 50%;
    right: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    height: 26px;
    color: var(--tp-common-black);
    background-color: var(--tp-common-white);
    border-radius: 30px;
    -webkit-transform: translate3d(0, 0);
    transform: translate3d(0, 0);
    -webkit-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -moz-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -ms-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: -1;
}

.tp-theme-color-item.active button::before {
    opacity: 1;
    visibility: visible;
}

.tp-theme-color-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.tp-theme-color-btn::before {
    position: absolute;
    content: "\f00c";
    font-weight: 600;
    font-family: var(--tp-ff-fontawesome);
    color: var(--tp-common-white);
    font-size: 16px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    opacity: 0;
    visibility: hidden;
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#F50963"] {
    background-color: #F50963;
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#008080"] {
    background-color: #008080;
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#F31E5E"] {
    background-color: #F31E5E;
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#AB6C56"] {
    background-color: #AB6C56;
    color: black;
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#4353FF"] {
    background-color: #4353FF;
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#3661FC"] {
    background-color: #3661FC;
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#2CAE76"] {
    background-color: #2CAE76;
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#FF5A1B"] {
    background-color: #FF5A1B;
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#03041C"] {
    background-color: #03041C;
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#ED212C"] {
    background-color: #ED212C;
}

.tp-theme-color-input {
    margin-top: 15px;
}

.tp-theme-color-input h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.tp-theme-color-input label {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--tp-theme-1);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-theme-color-input label:hover {
    cursor: pointer;
}

.tp-theme-color-input input {
    display: none;
}

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

/*  2.3 Buttons
/*----------------------------------------*/

.tp-btn {
    display: inline-block;
    font-family: var(--tp-ff-p);
    font-weight: 400;
    font-size: 16px;
    padding: 18px 30px;
    border-radius: 10px;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary);
    border: 2px 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;
}

.tp-btn i {
    transform: translateY(1px);
    margin-left: 6px;
    font-weight: 900;
}

.tp-btn:hover {
    background-color: transparent;
    border: 2px solid var(--tp-theme-primary);
}

.tp-btn-2 {
    display: inline-block;
    font-family: var(--tp-ff-p);
    font-weight: 400;
    font-size: 16px;
    padding: 17px 30px;
    border-radius: 10px;
    color: var(--tp-common-white);
    background-color: transparent;
    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;
}

.tp-btn-2 i {
    transform: translateY(1px);
    margin-left: 6px;
    font-weight: 900;
}

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

/* hamburger btn */

.tp-hamburger-btn {
    height: 16px;
    width: 22px;
    line-height: 16px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.tp-hamburger-btn span {
    background: var(--tp-common-black);
    border-radius: 3px;
    content: "";
    position: absolute;
    width: 22px;
    height: 2px;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.tp-hamburger-btn span::before,
.tp-hamburger-btn span::after {
    background: var(--tp-common-black);
    border-radius: 3px;
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    margin-top: 13px;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.tp-hamburger-btn span::before {
    margin-top: -7px;
}

.tp-hamburger-btn span::after {
    margin-top: 7px;
    width: 13px;
}

.tp-hamburger-btn.active span {
    background: transparent;
}

.tp-hamburger-btn.active span::before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tp-hamburger-btn.active span::after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.tp-hamburger-btn-white span {
    background-color: var(--tp-common-white);
}

.tp-hamburger-btn-white span::after,
.tp-hamburger-btn-white span::before {
    background-color: var(--tp-common-white);
}

/* video btn */

.tp-play-btn {
    position: relative;
    font-size: 32px;
    font-weight: 900;
    height: 90px;
    width: 90px;
    line-height: 96px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: var(--tp-theme-primary);
    background: var(--tp-common-white);
    z-index: 1;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

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

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

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

/*  2.4 Animations
/*----------------------------------------*/

/* pulse effect animation */

@-webkit-keyframes tp-pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-moz-keyframes tp-pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-ms-keyframes tp-pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes tp-pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes tp-pulse-2 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-moz-keyframes tp-pulse-2 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-ms-keyframes tp-pulse-2 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes tp-pulse-2 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes tp-shake {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
}

@-moz-keyframes tp-shake {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
}

@-ms-keyframes tp-shake {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes tp-shake {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
}

@-webkit-keyframes borderanimate2 {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

@-moz-keyframes borderanimate2 {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

@-ms-keyframes borderanimate2 {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

@keyframes borderanimate2 {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

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

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

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

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

@-webkit-keyframes tp-mobile-view {
    0%,
    10% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
    50%,
    60% {
        -webkit-transform: translateY(-57%);
        -moz-transform: translateY(-57%);
        -ms-transform: translateY(-57%);
        -o-transform: translateY(-57%);
        transform: translateY(-57%);
    }
    90%,
    100% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-moz-keyframes tp-mobile-view {
    0%,
    10% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
    50%,
    60% {
        -webkit-transform: translateY(-57%);
        -moz-transform: translateY(-57%);
        -ms-transform: translateY(-57%);
        -o-transform: translateY(-57%);
        transform: translateY(-57%);
    }
    90%,
    100% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-ms-keyframes tp-mobile-view {
    0%,
    10% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
    50%,
    60% {
        -webkit-transform: translateY(-57%);
        -moz-transform: translateY(-57%);
        -ms-transform: translateY(-57%);
        -o-transform: translateY(-57%);
        transform: translateY(-57%);
    }
    90%,
    100% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes tp-mobile-view {
    0%,
    10% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
    50%,
    60% {
        -webkit-transform: translateY(-57%);
        -moz-transform: translateY(-57%);
        -ms-transform: translateY(-57%);
        -o-transform: translateY(-57%);
        transform: translateY(-57%);
    }
    90%,
    100% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes tp-svg-line {
    100% {
        stroke-dashoffset: 350;
    }
}

@-moz-keyframes tp-svg-line {
    100% {
        stroke-dashoffset: 350;
    }
}

@-ms-keyframes tp-svg-line {
    100% {
        stroke-dashoffset: 350;
    }
}

@keyframes tp-svg-line {
    100% {
        stroke-dashoffset: 350;
    }
}

@-webkit-keyframes tp-border-loader {
    0% {
        stroke-dashoffset: -356px;
        stroke-dasharray: 356px, 366px;
    }
    95% {
        stroke-dashoffset: 0;
        stroke-dasharray: 356px, 366px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0, 366px;
    }
}

@-moz-keyframes tp-border-loader {
    0% {
        stroke-dashoffset: -356px;
        stroke-dasharray: 356px, 366px;
    }
    95% {
        stroke-dashoffset: 0;
        stroke-dasharray: 356px, 366px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0, 366px;
    }
}

@-ms-keyframes tp-border-loader {
    0% {
        stroke-dashoffset: -356px;
        stroke-dasharray: 356px, 366px;
    }
    95% {
        stroke-dashoffset: 0;
        stroke-dasharray: 356px, 366px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0, 366px;
    }
}

@keyframes tp-border-loader {
    0% {
        stroke-dashoffset: -356px;
        stroke-dasharray: 356px, 366px;
    }
    95% {
        stroke-dashoffset: 0;
        stroke-dasharray: 356px, 366px;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0, 366px;
    }
}

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

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

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

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

@-moz-keyframes headerSlideUp {
    0% {
        margin-top: 0;
    }
    100% {
        margin-top: -150px;
    }
}

@-ms-keyframes headerSlideUp {
    0% {
        margin-top: 0;
    }
    100% {
        margin-top: -150px;
    }
}

@-webkit-keyframes headerSlideUp {
    0% {
        margin-top: 0;
    }
    100% {
        margin-top: -150px;
    }
}

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

@keyframes icon-bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

/* 04. ========= btn-arrow-animation ========== */

@-webkit-keyframes tfLeftToRight {
    49% {
        transform: translateX(30%);
    }
    50% {
        opacity: 0;
        transform: translateX(-30%);
    }
    51% {
        opacity: 1;
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@-moz-keyframes shine {
    100% {
        left: 125%;
    }
}

@-ms-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes effectPlay {
    70% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes moveAlways {
    0% {
        transform: translate(0px, 0px);
    }
    20% {
        transform: translate(20px, -5px);
    }
    40% {
        transform: translate(50px, 20px);
    }
    60% {
        transform: translate(20px, 50px);
    }
    80% {
        transform: translate(-20px, 30px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes scale_up_down {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes borderanimate {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes borderanimate {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

@keyframes borderanimate2 {
    0% {
        transform: translate(-50%, -50%) scale(1.1);
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes borderanimate2 {
    0% {
        transform: translate(-50%, -50%) scale(1.1);
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

@keyframes hoverfilter {
    0% {
        filter: brightness(100%) blur(0px);
    }
    25% {
        filter: brightness(125%) blur(2px);
    }
    100% {
        filter: brightness(100%) blur(0px);
    }
}

@keyframes tp-grain {
    0%,
    100% {
        transform: translate(0, 0);
    }
    10% {
        transform: translate(-5%, -10%);
    }
    30% {
        transform: translate(3%, -15%);
    }
    50% {
        transform: translate(12%, 9%);
    }
    70% {
        transform: translate(9%, 4%);
    }
    90% {
        transform: translate(-1%, 7%);
    }
}

@-webkit-keyframes scrollText {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes scrollText {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes tptranslateX2 {
    0% {
        -webkit-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    100% {
        -webkit-transform: translatXY(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes updown-two {
    0% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

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

/*  2.5 Preloader
/*----------------------------------------*/

#loading {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: 0px;
    top: 0px;
    background-color: var(--tp-theme-3);
}

#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%);
}

.loading {
    display: flex;
    flex-direction: row;
}

.loading-logo {
    display: flex;
    justify-content: center;
}

.loading-logo #camera-loader {
    margin-bottom: 30px;
}

.loading h3 {
    font-size: 60px;
    font-weight: normal;
    letter-spacing: 4px;
    color: var(--tp-common-white);
}

.loading_text {
    text-align: center;
}

.loading_text span {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    animation: blur 1.5s infinite linear alternate;
}

@media (max-width: 575px) {
    .loading_text span {
        margin: 0 2px;
    }
}

span:nth-child(1) {
    animation-delay: 100ms;
}

span:nth-child(2) {
    animation-delay: 300ms;
}

span:nth-child(3) {
    animation-delay: 500ms;
}

span:nth-child(4) {
    animation-delay: 700ms;
}

span:nth-child(5) {
    animation-delay: 900ms;
}

span:nth-child(6) {
    animation-delay: 1100ms;
}

span:nth-child(7) {
    animation-delay: 1300ms;
}

@keyframes blur {
    0% {
        filter: blur(0px);
    }
    100% {
        filter: blur(4px);
    }
}

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

/*  2.6 Background
/*----------------------------------------*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*  2.8 Nice Select
/*----------------------------------------*/

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select::after {
    position: absolute;
    content: "\f107";
    top: 50%;
    right: 0;
    font-family: var(--tp-ff-fontawesome);
    color: var(--tp-common-black);
    font-weight: 500;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    margin-top: 0;
    transform-origin: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled::after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small::after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

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

/*  2.9 Pagination
/*----------------------------------------*/

.tp-pagination ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

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

.tp-pagination ul li:not(:last-child) {
    margin-right: 6px;
}

.tp-pagination ul li a,
.tp-pagination ul li span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid rgba(2, 11, 24, 0.1);
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-text-body);
}

.tp-pagination ul li a:hover,
.tp-pagination ul li a.current,
.tp-pagination ul li span:hover,
.tp-pagination ul li span.current {
    background: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
    color: var(--tp-common-white);
}

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

/*  2.10 Offcanvas
/*----------------------------------------*/

.offcanvas__area {
    position: fixed;
    right: 0;
    left: auto;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    width: 400px;
    height: 100%;
    background: var(--tp-theme-3) none repeat scroll 0 0;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

.offcanvas__area::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}

.offcanvas__area.offcanvas-opened {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

@media (max-width: 575px) {
    .offcanvas__area {
        width: 100%;
    }
}

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

.offcanvas__wrapper {
    padding: 40px 50px 40px 50px;
    min-height: 100%;
}

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

.offcanvas__close-btn {
    display: inline-block;
    font-size: 16px;
    height: 44px;
    width: 44px;
    line-height: 40px;
    border-radius: 5px;
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-white);
    position: absolute;
    top: 50px;
    right: 40px;
}

@media (max-width: 575px) {
    .offcanvas__close-btn {
        right: 30px;
        top: 40px;
    }
}

.offcanvas__close-btn svg {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    transition: all 0.3s ease-in-out;
}

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

.offcanvas__contact {
    margin-bottom: 30px;
}

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

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

.offcanvas__contact-content-content a {
    font-size: 16px;
}

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

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

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

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

.offcanvas__title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--tp-common-white);
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/

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

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

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

/*  2.11 Breadcrumb
/*----------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-breadcrumb__area {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-breadcrumb__area {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.tp-breadcrumb__overlay {
    background: rgba(149, 145, 145, 0.05);
}

.tp-breadcrumb__bg {
    position: absolute;
    top: 10px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left;
    z-index: -1;
}

.tp-breadcrumb__title {
    font-size: 54px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0px;
}

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

@media (max-width: 575px) {
    .tp-breadcrumb__title {
        margin-bottom: 20px;
    }
}

.tp-breadcrumb__list span {
    font-family: var(--tp-ff-heading);
    font-size: 20px;
    font-weight: 500;
    position: relative;
}

.tp-breadcrumb__list span:not(:last-child) {
    padding-right: 5px;
    margin-right: 5px;
}

.tp-breadcrumb__list span.dvdr {
    font-size: 16px;
    font-weight: 900;
}

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

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

/*  2.12 Accordion
/*----------------------------------------*/

.tp-accordion .accordion-item {
    border: 0;
    background: var(--tp-theme-secondary);
    margin-bottom: 28px;
}

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

.tp-accordion .accordion-button {
    color: var(--tp-heading-primary);
    font-weight: 500;
    font-size: 24px;
    background: var(--tp-theme-secondary);
    border-top: 1px solid #8295B3;
    border-bottom: 1px solid #8295B3;
    padding: 20px 20px 20px 0px;
    border-radius: 0 !important;
    -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-accordion .accordion-button::after {
    position: absolute;
    content: "\f105";
    font-family: var(--tp-ff-fontawesome);
    top: 48%;
    right: 15px;
    height: 0;
    width: 0;
    font-weight: 900;
    font-size: 14px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: var(--tp-theme-secondary);
    color: var(--tp-heading-primary);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-accordion .accordion-button.collapsed::after {
    right: 0;
    color: var(--tp-theme-primary);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.tp-accordion .accordion-button:not(.collapsed) {
    background: var(--tp-theme-secondary);
    color: var(--tp-common-white);
    box-shadow: none;
    border: none;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

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

.tp-accordion .accordion-body {
    padding: 0;
}

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

/*  2.13 Tab
/*----------------------------------------*/

.tp-tab .nav-tabs {
    padding: 0;
    margin: 0;
    border: 0;
}

.tp-tab .nav-tabs .nav-link {
    padding: 0;
    margin: 0;
    border: 0;
}

.tp-product-tab-2 .nav-tabs .nav-link {
    font-size: 20px;
    color: #A0A2A4;
    position: relative;
}

@media (max-width: 575px) {
    .tp-product-tab-2 .nav-tabs .nav-link {
        font-size: 15px;
    }
}

.tp-product-tab-2 .nav-tabs .nav-link:not(:first-child) {
    margin-left: 28px;
}

.tp-product-tab-2 .nav-tabs .nav-link:not(:first-child)::after {
    position: absolute;
    left: -17px;
    top: 50%;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #CED2D6;
}

.tp-product-tab-2 .nav-tabs .nav-link.active {
    color: var(--tp-theme-secondary);
}

.tp-product-tab-2 .nav-tabs .nav-link.active .tp-product-tab-tooltip {
    opacity: 1;
    visibility: visible;
}

.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip {
    position: absolute;
    top: -24px;
    right: 0;
    background-color: var(--tp-theme-secondary);
    color: var(--tp-common-white);
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    padding: 4px 9px;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    font-weight: 700;
}

.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip::after {
    position: absolute;
    content: "";
    bottom: 0;
    bottom: -5px;
    left: 7px;
    width: 13px;
    height: 6px;
    background-color: var(--tp-theme-secondary);
    clip-path: polygon(100% 0, 0 0, 28% 100%);
}

.tp-product-tab-3 .nav-tabs .nav-link {
    font-size: 16px;
    padding: 0 0;
}

@media (max-width: 575px) {
    .tp-product-tab-3 .nav-tabs .nav-link {
        font-size: 15px;
    }
}

.tp-product-tab-3 .nav-tabs .nav-link:not(:first-child) {
    margin-left: 23px;
}

.tp-product-tab-3 .nav-tabs .nav-link:not(:first-child)::after {
    width: 4px;
    height: 4px;
    left: -14px;
}

.tp-product-tab-3 .nav-tabs .nav-link.active {
    color: var(--tp-common-black);
}

.tp-product-tab-3 .nav-tabs .nav-link.active .tp-product-tab-tooltip {
    opacity: 1;
    visibility: visible;
}

.tp-product-tab-3 .nav-tabs .nav-link .tp-product-tab-tooltip {
    background-color: var(--tp-theme-primary);
}

.tp-product-tab-3 .nav-tabs .nav-link .tp-product-tab-tooltip::after {
    background-color: var(--tp-theme-primary);
}

.tp-product-tab-5 .nav-tabs .nav-link {
    padding: 0 5px;
}

@media (max-width: 575px) {
    .tp-product-tab-5 .nav-tabs .nav-link {
        font-size: 15px;
    }
}

.tp-product-tab-5 .nav-tabs .nav-link:not(:last-child)::after {
    left: -15px;
}

.tp-product-tab-5 .nav-tabs .nav-link:not(:first-child) {
    margin-left: 22px;
}

.tp-product-tab-5 .nav-tabs .nav-link.active {
    color: var(--tp-common-black);
}

.tp-product-tab-5 .nav-tabs .nav-link.active .tp-product-tab-tooltip {
    opacity: 1;
    visibility: visible;
}

.tp-product-tab-5 .nav-tabs .nav-link .tp-product-tab-tooltip {
    background-color: var(--tp-theme-green);
}

.tp-product-tab-5 .nav-tabs .nav-link .tp-product-tab-tooltip::after {
    background-color: var(--tp-theme-green);
}

.tp-tab-line {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 38%;
    height: 2px;
    background-color: var(--tp-common-black);
}

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

/*  2.14 Modal
/*----------------------------------------*/

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

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

.tp-section-title {
    font-family: var(--tp-ff-heading);
    font-weight: 600;
    font-size: 54px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--tp-heading-primary);
}

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

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

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

.tp-section-title-pre {
    font-family: var(--tp-ff-p);
    color: var(--tp-common-gray);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: block;
}

.tp-section-title-pre img {
    margin-bottom: 10px;
}

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

/*  2.16 Search css start
/*----------------------------------------*/

.search-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 272px;
    -webkit-transform: translateY(calc(-100% - 80px));
    -moz-transform: translateY(calc(-100% - 80px));
    -ms-transform: translateY(calc(-100% - 80px));
    -o-transform: translateY(calc(-100% - 80px));
    transform: translateY(calc(-100% - 80px));
    background: var(--tp-common-white) none repeat scroll 0 0;
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    transition: all 0.4s ease-in-out;
    box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

.search-area::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}

.search-area.search-opened {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.search-wrapper {
    padding: 30px;
    min-height: 100%;
}

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

.search-close {
    position: absolute;
    top: 35px;
    right: 30px;
}

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

.search-close-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    height: 44px;
    width: 44px;
    line-height: 40px;
    border-radius: 10px;
    background-color: var(--tp-theme-primary);
    color: var(--tp-heading-primary);
}

.search-close-btn svg {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.search-close-btn:hover {
    background: var(--tp-theme-3);
}

.search-close-btn:hover svg {
    color: var(--tp-common-white);
}

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

.search-content .heading {
    color: var(--tp-theme-secondary);
}

.search-content .search-input {
    border-radius: 5px;
    padding-right: 40px;
    font-size: 16px;
}

.search-content .search-input:focus {
    border: 1px solid var(--tp-theme-primary);
}

.search-content .search-input::placeholder {
    font-size: 16px;
}

.search-icon {
    position: absolute;
    top: 15px;
    right: 20px;
    color: var(--tp-theme-primary);
}

.search-icon:hover {
    color: var(--tp-theme-secondary);
}

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

/*  3.1 Header Style 1
/*----------------------------------------*/

.tp-header-area {
    margin-bottom: -78px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-header-area {
        margin-bottom: 0;
    }
}

.tp-header-transparent {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-header-main {
        background-color: var(--tp-theme-3);
    }
}

.tp-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--tp-theme-3);
    transition: 0.3s ease;
    z-index: 10;
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

.tp-header-sticky .tp-header-box {
    margin-top: 0;
}

.tp-header-top {
    position: relative;
    background: var(--tp-theme-primary);
    padding-top: 10px;
    padding-bottom: 60px;
    z-index: 2;
}

.tp-header-top-info ul li {
    position: relative;
    display: inline-block;
    list-style: none;
}

.tp-header-top-info ul li:not(:last-of-type) {
    padding-right: 25px;
}

.tp-header-top-info ul li a {
    color: var(--tp-common-white);
}

.tp-header-top-info ul li a span {
    color: var(--tp-common-white);
    display: inline-block;
    transform: translateY(1px);
    margin-right: 8px;
}

.tp-header-top-right .header-social a {
    font-size: 15px;
    color: var(--tp-common-white);
    margin-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-header-logo {
        height: 100px;
        line-height: 100px;
    }
}

.tp-header-box {
    position: relative;
    border-radius: 5px;
    margin-top: -50px;
    z-index: 9;
    padding: 0px 25px 0px 35px;
    background-color: var(--tp-theme-3);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-header-box {
        margin-top: 0;
    }
}

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

.tp-header-hamburger-btn {
    height: 51px;
    width: 51px;
    line-height: 51px;
    background-color: var(--tp-theme-primary);
    border-radius: 50%;
    cursor: pointer;
    margin-left: 48px;
}

.tp-header-hamburger-btn:hover .hamburger-btn span:nth-child(1) {
    width: 20px;
}

.tp-header-contact-search span {
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
    color: var(--tp-theme-primary);
    transform: translateY(2px);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-header-contact-search span:hover {
    color: var(--tp-common-white);
}

.hamburger-btn {
    width: 35px;
    height: 15px;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: 0;
    text-align: end;
    transform: translateY(-20%);
}

.hamburger-btn span {
    display: inline-block;
    position: absolute;
    right: 0px;
    background: var(--tp-common-white);
    height: 2px;
    width: 25px;
    opacity: 1;
    z-index: 1;
    border-radius: 10px;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.hamburger-btn span:nth-child(1) {
    top: 0;
    width: 10px;
}

.hamburger-btn span:nth-child(2) {
    top: 10px;
    width: 20px;
    right: -10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

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

/*  3.2 Header Style 2
/*----------------------------------------*/

.tp-header-2-top {
    background-color: var(--tp-theme-1);
    padding: 11px 0px;
}

.tp-header-2-top-info ul li {
    list-style: none;
    display: inline-block;
}

.tp-header-2-top-info ul li:not(:last-of-type) {
    margin-right: 20px;
}

.tp-header-2-top-info ul li a {
    color: var(--tp-heading-secondary);
}

.tp-header-2-top-info ul li a span {
    margin-right: 8px;
}

.tp-header-2-main {
    background: var(--tp-theme-3);
}

.tp-header-2-search span {
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-header-2-search span:hover {
    color: var(--tp-theme-primary);
}

.tp-header-2-btn {
    margin-left: 50px;
}

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

/*  3.3 Header Style 3
/*----------------------------------------*/

.tp-header-3-main {
    background: var(--tp-theme-3);
}

.tp-header-3-search span {
    color: var(--tp-theme-primary);
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-header-3-search span:hover {
    color: var(--tp-common-white);
}

/* HEADER CSS */

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

/*  4.1 Main menu css
/*----------------------------------------*/

.tp-main-menu {
    position: relative;
}

.tp-main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    transition: none;
}

.tp-main-menu ul li:not(:last-of-type) {
    margin-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-main-menu ul li:not(:last-of-type) {
        margin-right: 15px;
    }
}

.tp-main-menu ul li a {
    display: inline-block;
    font-family: var(--tp-ff-p);
    padding: 36px 0 36px 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--tp-common-white);
}

.tp-main-menu ul li.has-dropdown>a {
    position: relative;
}

.tp-main-menu ul li.has-dropdown>a::after {
    content: "\f107";
    font-size: 10px;
    color: var(--tp-heading-primary);
    font-family: var(--tp-ff-fontawesome);
    font-weight: 800;
    margin-left: 6px;
    display: inline-block;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-main-menu ul li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 20px 0 30px;
    background: #22304f;
    box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: all 0.3s;
    -webkit-transition: 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.tp-main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 4px 38px;
    transform: translateY(5px);
    transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
}

.tp-main-menu ul li .submenu li.has-dropdown>a::after {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

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

.tp-main-menu ul li .submenu li a {
    position: relative;
    font-size: 14px;
    color: var(--tp-common-white);
    width: 100%;
    z-index: 1;
    padding: 0;
}

.tp-main-menu ul li .submenu li a 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-main-menu ul li .submenu li .submenu {
    left: 120%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

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

.tp-main-menu ul li .submenu li:hover>a span {
    margin-left: 10px;
}

.tp-main-menu ul li .submenu li:hover>a::after {
    color: var(--tp-common-white);
}

.tp-main-menu ul li .submenu li:hover>a::before {
    width: 10px;
}

.tp-main-menu ul li .submenu li:hover>.submenu {
    left: 100%;
    visibility: visible;
    opacity: 1;
}

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

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

.tp-main-menu ul li:hover .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
}

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

/*  4.2 Meanmenu css
/*----------------------------------------*/

.mean-remove {
    display: none !important;
}

.mean-container {
    margin-bottom: 40px;
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px 13px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    font-weight: 700;
    display: none !important;
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px;
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
    float: left;
    width: 100%;
    background: transparent;
}

.mean-container .mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0;
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}

.mean-container .mean-nav ul li.dropdown-opened>a,
.mean-container .mean-nav ul li.dropdown-opened>span {
    color: var(--tp-theme-primary);
}

.mean-container .mean-nav ul li.dropdown-opened>a.mean-expand.mean-clicked,
.mean-container .mean-nav ul li.dropdown-opened>span.mean-expand.mean-clicked {
    color: var(--tp-theme-primary);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mean-container .mean-nav ul li.dropdown-opened>a.mean-expand.mean-clicked i,
.mean-container .mean-nav ul li.dropdown-opened>span.mean-expand.mean-clicked i {
    color: var(--tp-theme-primary);
}

.mean-container .mean-nav ul li.has-dropdown:hover>a {
    color: var(--tp-theme-primary);
}

.mean-container .mean-nav ul li.has-dropdown:hover .mean-expand {
    color: var(--tp-theme-primary);
}

.mean-container .mean-nav ul li.mean-last {
    border-bottom: none;
    margin-bottom: 0;
}

.mean-container .mean-nav ul li>a.mean-expand i {
    display: inline-block;
}

.mean-container .mean-nav ul li>a>i {
    display: none;
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 10px 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #e0e3ed;
    text-decoration: none;
    width: 100%;
    padding: 10px 0;
    color: var(--tp-common-black);
    border-top: 1px solid #ebebeb;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

[dir=rtl] .mean-container .mean-nav ul li a {
    float: right;
    text-align: right;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--tp-theme-primary);
}

.mean-container .mean-nav ul li a:hover i {
    color: var(--tp-common-white);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: transparent;
    border: none !important;
    font-size: 14px;
    margin-top: 5px;
    padding: 0 !important;
    line-height: 14px;
    height: 30px;
    width: auto;
    line-height: 30px;
    color: var(--tp-common-black);
    line-height: 30px;
    top: 0;
    font-weight: 400;
}

[dir=rtl] .mean-container .mean-nav ul li a.mean-expand {
    right: auto;
    left: 0;
    text-align: center;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    color: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
}

.mean-container .mean-nav ul li a.mean-expand:hover i {
    color: var(--tp-theme-primary);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
    color: var(--tp-theme-primary);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover {
    color: var(--tp-theme-primary);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover i {
    color: var(--tp-theme-primary);
}

.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 10px 10%;
    text-shadow: none !important;
    visibility: visible;
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 10px 15%;
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 10px 20%;
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 10px 25%;
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    /* Fix for box sizing on Foundation Framework etc. */
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

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

/*  4.3 Mobilemenu css
/*----------------------------------------*/

.tp-mobile-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--tp-common-white);
    padding: 13px 0 5px;
    z-index: 999;
    border-top: 1px solid var(--tp-border-primary);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-mobile-menu.is-sticky {
    bottom: -120px;
    visibility: hidden;
    opacity: 0;
}

.tp-mobile-menu.is-sticky.bottom-menu-sticky {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

.tp-mobile-item-btn {
    font-size: 28px;
    text-align: center;
}

.tp-mobile-item-btn span {
    display: block;
    line-height: 1;
    font-size: 13px;
    margin-top: 3px;
}

.tp-mobile-item-btn:hover {
    color: var(--tp-common-black);
}

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

.tp-main-menu-mobile .tp-mega-menu .shop-mega-menu-title {
    margin: 0;
    padding-top: 7px;
}

.tp-main-menu-mobile .tp-mega-menu.shop-mega-menu {
    padding: 0 !important;
    padding-left: 19px !important;
    padding-top: 10px !important;
}

.tp-main-menu-mobile .tp-mega-menu .shop-mega-menu-img {
    margin: 7px 0;
}

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

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

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

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 16px;
    color: var(--tp-common-white);
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    line-height: 28px;
    border: 1px solid rgb(255, 255, 255);
    transform: translateY(-15px);
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn i {
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tp-main-menu-mobile .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;
}

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

/*  5.1 Postbox css
/*----------------------------------------*/

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-postbox-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.tp-postbox-thumb::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, #0F172A 100%);
}

.tp-postbox-thumb img {
    width: 100%;
}

@media (max-width: 575px) {
    .tp-postbox-thumb .tp-about-thumb-play-btn {
        top: 15%;
    }
}

.tp-postbox-thumb-date {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
}

.tp-postbox-thumb-date .holding {
    padding: 2px 13px;
    border: 1px solid;
    margin-right: 15px;
}

.tp-postbox-content {
    padding: 20px 0;
}

.tp-postbox-meta {
    margin-bottom: 22px;
}

.tp-postbox-meta span.author {
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 575px) {
    .tp-postbox-meta span.author {
        display: inline-block;
        margin-bottom: 10px;
    }
}

.tp-postbox-meta span img {
    border-radius: 50%;
    margin-right: 7px;
}

.tp-postbox-meta span:not(:last-of-type) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 30px;
    margin-right: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-postbox-meta span:not(:last-of-type) {
        padding-right: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 575px) {
    .tp-postbox-meta span:not(:last-of-type) {
        padding-right: 10px;
        margin-right: 10px;
    }
}

.tp-postbox-meta span i {
    color: var(--tp-theme-primary);
    margin-right: 3px;
}

.tp-postbox-title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

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

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

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

.tp-postbox-text {
    margin-bottom: 30px;
}

.tp-postbox-btn .tp-btn {
    padding: 11px 23px;
    font-weight: 600;
    letter-spacing: 2px;
}

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

.tp-postbox-pagination ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}

.tp-postbox-pagination ul li a {
    font-family: var(--tp-ff-heading);
    display: inline-block;
    font-weight: 500;
    color: var(--tp-theme-primary);
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #8295B3;
    border-radius: 5px;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-postbox-pagination ul li a i {
    font-size: 16px;
    transform: translateY(2px);
}

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

.tp-postbox-pagination ul li .current {
    font-family: var(--tp-ff-heading);
    background: var(--tp-theme-primary);
    font-weight: 500;
    font-size: 20px;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    transform: translateY(1px);
}

.tp-postbox-nav button {
    position: absolute;
    top: 50%;
    left: 5%;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-theme-primary);
    background: var(--tp-common-white);
    z-index: 2;
}

@media (max-width: 575px) {
    .tp-postbox-nav button {
        top: 25%;
    }
}

.tp-postbox-nav button:hover {
    color: var(--tp-common-white);
    background: var(--tp-theme-primary);
}

.tp-postbox-nav button.tp-blog-next-1 {
    right: 5%;
    left: auto;
}

.tp-postbox-item-wrapper {
    margin-bottom: 80px;
}

.tp-postbox-item-wrapper p {
    margin-bottom: 20px;
}

.tp-postbox-item-title {
    font-size: 54px;
    font-weight: 600;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-postbox-item-title {
        font-size: 42px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-postbox-item-title {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .tp-postbox-item-title {
        font-size: 38px;
    }
}

.tp-postbox-item-title-2 {
    font-size: 28px;
    font-weight: 500;
    margin-top: 60px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-postbox-item-title-2 {
        margin-bottom: 20px;
        margin-top: 30px;
    }
}

.tp-postbox-item-btn span {
    background: var(--tp-theme-primary);
    color: var(--tp-common-white);
    padding: 5px 15px;
    margin-right: 40px;
}

.tp-postbox-item-btn p {
    margin-bottom: 0;
}

.tp-postbox-item-thumb {
    margin-bottom: 30px;
}

.tp-postbox-item-thumb-2 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.tp-postbox-item-thumb-2 .img-1 {
    margin-right: 30px;
}

@media (max-width: 575px) {
    .tp-postbox-item-thumb-2 .img-1 {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .tp-postbox-item-thumb-2 {
        flex-wrap: wrap;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.tp-postbox-item-thumb-2 img {
    width: 100%;
}

.tp-postbox-item-thumb-btn {
    margin-top: 30px;
}

.tp-postbox-item-thumb-btn span {
    margin-right: 30px;
}

.tp-postbox-item-thumb-btn span i {
    color: var(--tp-theme-primary);
}

.tp-postbox-item-thumb img {
    width: 100%;
}

.tp-postbox-item-tags {
    text-align: center;
}

.tp-postbox-item-tags span {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

@media (max-width: 575px) {
    .tp-postbox-item-tags span {
        margin-bottom: 20px;
    }
}

.tp-postbox-item-tags span:not(:last-of-type)::before {
    position: absolute;
    content: "/";
    top: 0;
    right: -15px;
}

.tp-postbox-item-tags span a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    opacity: 0;
    transform: translateY(1px);
    transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-property: opacity, transform, -webkit-transform;
    background: var(--tp-theme-primary);
}

.tp-postbox-item-tags span a:hover::after {
    opacity: 1;
    transform: translateY(-3px) translateZ(0);
}

.tp-postbox-comment ul li {
    list-style: none;
}

.tp-postbox-comment ul li.children {
    margin-left: 82px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-postbox-comment ul li.children {
        margin-left: 0;
    }
}

.tp-postbox-comment ul li .tp-postbox-comment-box {
    border: 2px solid rgba(255, 255, 255, 0.1);
    padding: 25px;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .tp-postbox-comment ul li .tp-postbox-comment-box-inner {
        flex-wrap: wrap;
    }
}

.tp-postbox-comment ul li .tp-postbox-comment-avater {
    margin-right: 20px;
}

@media (max-width: 575px) {
    .tp-postbox-comment ul li .tp-postbox-comment-avater {
        margin-bottom: 10px;
    }
}

.tp-postbox-comment ul li .tp-postbox-comment-content p {
    color: var(--tp-common-white);
    margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-postbox-comment ul li .tp-postbox-comment-content p br {
        display: none;
    }
}

.tp-postbox-comment ul li .tp-postbox-comment-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.tp-postbox-comment ul li .tp-postbox-comment-date {
    margin-bottom: 16px;
}

.tp-postbox-comment ul li .tp-postbox-comment-reply {
    position: absolute;
    top: 20px;
    right: 20px;
}

.tp-postbox-comment ul li .tp-postbox-comment-reply a {
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 5px;
    letter-spacing: 2px;
    color: var(--tp-common-white);
    background: var(--tp-theme-primary);
}

.tp-postbox-comment ul li .tp-postbox-comment-reply a:hover {
    background: var(--tp-common-white);
    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-postbox-message {
        margin-bottom: 50px;
    }
}

.tp-postbox-message-title {
    position: relative;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 50px;
    display: inline-block;
}

.tp-postbox-message-title span {
    height: 1px;
    width: 58px;
    margin: 0 22px;
    display: inline-block;
    transform: translateY(-5px);
    background: var(--tp-theme-primary);
}

@media (max-width: 575px) {
    .tp-postbox-message-title span {
        display: none;
    }
}

.tp-postbox-message .tp-postbox-input {
    margin-bottom: 30px;
}

.tp-postbox-message .tp-postbox-input input,
.tp-postbox-message .tp-postbox-input textarea {
    background: transparent;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: var(--tp-common-white);
}

.tp-postbox-message .tp-postbox-input input::placeholder,
.tp-postbox-message .tp-postbox-input textarea::placeholder {
    color: var(--tp-common-white);
}

.tp-postbox-message .tp-postbox-input input:focus,
.tp-postbox-message .tp-postbox-input textarea:focus {
    border: 2px solid var(--tp-theme-primary);
}

.tp-postbox-message .tp-postbox-input textarea {
    height: 200px;
    resize: none;
}

.tp-postbox-message .tp-postbox-input-btn .tp-btn {
    letter-spacing: 2px;
    padding: 16px 50px;
}

.tp-postbox-message .form-inner-check .form-check-input {
    background-color: transparent;
    border-color: var(--tp-theme-primary);
    width: 15px;
    height: 15px;
    margin-top: 2px;
    margin-right: 8px;
    flex: 0 0 auto;
    cursor: pointer;
    transform: translateY(2px);
}

.tp-postbox-message .form-inner-check .form-check-input[type=checkbox] {
    border-radius: 0;
}

.tp-postbox-message .form-inner-check .form-check-input:focus {
    border-color: var(--tp-theme-primary);
    outline: 0;
    box-shadow: none;
}

.tp-postbox-message .form-inner-check .form-check-input:checked {
    background-color: var(--tp-theme-primary);
}

.tp-postbox-message .form-inner-check .form-check-label {
    cursor: pointer;
}

blockquote {
    position: relative;
    padding: 40px 80px 50px;
    margin: 55px 0 30px 0;
    background: rgba(255, 255, 255, 0.0500000007);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px) {
    blockquote {
        padding: 40px 75px 45px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    blockquote {
        padding: 35px 70px 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    blockquote {
        padding: 35px 70px;
    }
}

blockquote p {
    font-size: 20px;
    font-weight: 500;
    margin: 0 !important;
    font-family: var(--tp-ff-heading);
}

@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) {
    blockquote p br {
        display: none;
    }
}

blockquote cite {
    position: relative;
    font-style: normal;
    margin-top: 20px;
    display: block;
}

blockquote cite::before {
    position: relative;
    content: "";
    padding-bottom: 0px;
    display: inline-block;
    height: 2px;
    width: 30px;
    text-align: center;
    top: -4px;
    margin-right: 10px;
    background: var(--tp-theme-primary);
}

blockquote img {
    position: absolute;
    top: 20px;
    left: 20px;
}

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

/*  5.2 Recent Post css
/*----------------------------------------*/

.tp-rc__post:not(:last-of-type) {
    margin-bottom: 50px;
}

.tp-rc__post:hover .tp-rc__post-thumb img {
    transform: scale(1.08);
}

.tp-rc__post-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
    .tp-rc__post-title {
        font-size: 18px;
    }
}

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

.tp-rc__post-thumb {
    overflow: hidden;
    flex: 0 0 auto;
}

.tp-rc__post-thumb img {
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-rc__post-meta span i {
    color: var(--tp-theme-primary);
}

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

/*  5.3 Sidebar css
/*----------------------------------------*/

.tp-sidebar-wrapper {
    position: sticky;
    top: 180px;
}

.tp-sidebar-widget {
    border: 2px solid rgba(255, 255, 255, 0.1);
    padding: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
    .tp-sidebar-widget {
        padding: 30px;
    }
}

.tp-sidebar-widget-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
}

.tp-sidebar-widget ul li {
    list-style: none;
}

.tp-sidebar-widget ul li:not(:last-child) {
    margin-bottom: 15px;
}

.tp-sidebar-widget ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    padding: 11px 20px;
    color: var(--tp-common-white);
    border: 2px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-sidebar-widget ul li a span {
    float: right;
}

.tp-sidebar-widget ul li a.active {
    background: var(--tp-theme-primary);
}

.tp-sidebar-widget ul li a:hover {
    background: var(--tp-theme-primary);
}

.tp-sidebar-search-input {
    position: relative;
}

.tp-sidebar-search-input input {
    font-size: 16px;
    background: #1B2335;
    border: 1px solid var(--tp-theme-secondary);
    color: var(--tp-common-white);
    padding-right: 60px;
    height: 60px;
}

.tp-sidebar-search-input input::placeholder {
    font-size: 16px;
    color: var(--tp-common-white);
}

.tp-sidebar-search-input input:focus {
    border: 1px solid var(--tp-theme-primary);
}

.tp-sidebar-search-input button {
    position: absolute;
    top: 20px;
    font-weight: 900;
    color: var(--tp-theme-primary);
    right: 30px;
}

.tp-sidebar-work {
    background: var(--tp-theme-primary);
    padding: 40px 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-sidebar-work {
        padding: 40px 50px;
    }
}

.tp-sidebar-work-title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
}

.tp-sidebar-work-content p {
    margin-bottom: 30px;
}

.tp-sidebar-work-call-icon i {
    font-size: 24px;
    font-weight: 900;
    transform: translateY(12px);
}

.tp-sidebar-work-call-content span {
    display: block;
    text-align: start;
}

.tagcloud {
    padding-top: 24px;
    border-top: 1px solid #E0E2E3;
}

.tagcloud a {
    font-size: 15px;
    color: var(--tp-text-body);
    padding: 5px 13px;
    line-height: 1;
    display: inline-block;
    border: 1px solid #E6E7E8;
    margin-bottom: 8px;
}

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

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

/*  6.1 Footer Style 1
/*----------------------------------------*/

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-footer-area {
        padding-top: 80px;
    }
}

.tp-footer-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-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-footer-border {
        padding-bottom: 0;
    }
}

.tp-footer-logo {
    margin-bottom: 35px;
}

.tp-footer-widget-content p {
    color: var(--tp-common-white);
    margin-bottom: 35px;
}

.tp-footer-widget-content ul li {
    position: relative;
    list-style: none;
}

.tp-footer-widget-content ul li:not(:last-of-type) {
    margin-bottom: 20px;
}

.tp-footer-widget-content ul li a {
    color: var(--tp-common-white);
    background-image: linear-gradient(#f1f1f5, #f3f3f8), linear-gradient(#f3f3f7, #f2f2f7);
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.2s linear;
}

.tp-footer-widget-content ul li a:hover {
    background-size: 0 1px, 100% 1px;
}

.tp-footer-widget-contact-inner a {
    margin-bottom: 20px;
    display: inline-block;
}

.tp-footer-widget-contact-inner a:hover {
    color: var(--tp-theme-primary);
}

.tp-footer-widget-contact-inner a.contact-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
}

.tp-footer-widget-contact-inner a.contact-title:hover {
    color: var(--tp-theme-primary);
}

.tp-footer-widget-contact-inner a i {
    font-size: 14px;
    font-weight: 900;
    margin-right: 5px;
    color: var(--tp-theme-2);
}

.tp-footer-widget-input {
    position: relative;
}

.tp-footer-widget-input input {
    border: 1px solid #37486F;
    height: 60px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 18px;
    padding-right: 60px;
    border-radius: 5px;
    color: var(--tp-common-white);
    background-color: transparent;
}

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

.tp-footer-widget-input input:focus {
    border: 1px solid var(--tp-theme-primary);
}

.tp-footer-widget-input span {
    position: absolute;
    top: 5px;
    right: 4px;
    height: 50px;
    width: 50px;
    text-align: center;
    display: inline-block;
    line-height: 52px;
    border-radius: 5px;
    color: var(--tp-common-white);
    background: var(--tp-theme-primary);
}

.tp-footer-widget-input span:hover i {
    animation: tfLeftToRight 0.5s forwards;
}

.tp-footer-widget-social a {
    font-size: 16px;
    font-weight: 900;
    margin-right: 20px;
    color: var(--tp-theme-primary);
}

.tp-footer-widget-social a:hover {
    color: var(--tp-common-white);
}

.tp-footer-widget-title {
    position: relative;
    font-weight: 700;
    font-size: 28px;
    color: var(--tp-common-white);
    margin-bottom: 42px;
}

.tp-footer-widget-title::after {
    position: absolute;
    content: "";
    top: 43px;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("../img/footer/line.png") no-repeat;
}

.tp-footer-copyright-area {
    padding-top: 30px;
    padding-bottom: 30px;
}

.tp-footer-copyright-inner p {
    opacity: 0.6;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-footer-copyright-inner p {
        margin-bottom: 20px;
    }
}

.tp-footer-copyright-inner a {
    position: relative;
    opacity: 0.6;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-footer-copyright-inner a:not(:last-of-type) {
    margin-right: 30px;
}

.tp-footer-copyright-inner a:not(:last-of-type)::before {
    position: absolute;
    content: "";
    height: 15px;
    width: 2px;
    top: 5px;
    right: -20px;
    background: var(--tp-common-white);
}

.tp-footer-copyright-inner a:hover {
    opacity: 1;
    color: var(--tp-theme-primary);
}

/* footer col design for home 1 */

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

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

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

/*  6.2 Footer Style 2
/*----------------------------------------*/

.tp-footer-border-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.tp-footer-main-area-2 .tp-footer-widget-title {
    margin-left: 20px;
    margin-bottom: 30px;
}

.tp-footer-main-area-2 .tp-footer-widget-title::after {
    content: none;
}

.tp-footer-main-area-2 .tp-footer-widget-title::before {
    position: absolute;
    content: "";
    left: -20px;
    top: 0;
    height: 100%;
    width: 100%;
    background: url("../img/footer/line-2.png") no-repeat;
}

.tp-footer-main-area-2 .tp-footer-widget-content span {
    display: block;
    font-family: var(--tp-ff-heading);
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 500;
}

.tp-footer-border-2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/* footer col design for home 1 */

.tp-footer-2-col-1 .tp-footer-widget-title {
    font-family: var(--tp-ff-heading);
    margin-bottom: 35px;
    margin-left: 0;
}

.tp-footer-2-col-1 .tp-footer-widget-title::after {
    content: none;
}

.tp-footer-2-col-1 .tp-footer-widget-title::before {
    content: none;
}

.tp-footer-2-col-1 .tp-footer-widget-content p {
    margin-bottom: 30px;
}

.tp-footer-2-col-2 {
    padding-left: 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-footer-2-col-2 {
        padding-left: 0;
    }
}

.tp-footer-2-col-3 {
    padding-left: 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-footer-2-col-3 {
        padding-left: 0;
    }
}

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

/*  6.3 Footer Style 3
/*----------------------------------------*/

.tp-footer-border-3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.tp-footer-main-area-3 .tp-footer-widget-title::after {
    content: none;
}

@media (max-width: 575px) {
    .tp-footer-main-area-3 .tp-footer-widget-contact {
        flex-wrap: wrap;
    }
}

.tp-footer-main-area-3 .tp-footer-3-contact-title {
    font-family: var(--tp-ff-heading);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}

.tp-footer-main-area-3 .tp-footer-3-contact-title span {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    line-height: 30px;
    border-radius: 50%;
    background: var(--tp-theme-primary);
    margin-right: 8px;
}

@media (max-width: 575px) {
    .tp-footer-main-area-3 .tp-footer-3-call {
        margin-bottom: 30px;
    }
}

.tp-footer-main-area-3 .tp-footer-3-call .mail {
    margin-bottom: 10px;
    display: block;
}

.tp-footer-main-area-3 .tp-footer-3-call .tel {
    color: var(--tp-theme-1);
}

/* footer col design for home 1 */

.tp-footer-3-col-2 {
    padding-left: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-footer-3-col-2 {
        padding-left: 40px;
    }
}

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

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

.tp-footer-3-col-3 .tp-footer-widget-input {
    margin-bottom: 30px;
}

.tp-footer-3-col-3 .tp-footer-widget-input input {
    height: 80px;
    padding-right: 220px;
}

@media (max-width: 575px) {
    .tp-footer-3-col-3 .tp-footer-widget-input input {
        padding-right: 170px;
    }
}

.tp-footer-3-col-3 .tp-footer-widget-input .tp-btn {
    padding: 16px 20px;
    position: absolute;
    right: 8px;
    top: 10px;
    font-weight: 600;
    letter-spacing: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-3-col-3 .tp-footer-widget-input .tp-btn {
        padding: 15px 14px;
    }
}

@media (max-width: 575px) {
    .tp-footer-3-col-3 .tp-footer-widget-input .tp-btn {
        padding: 15px 5px;
        letter-spacing: 1px;
    }
}

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

/*  7.1 Hero Css
/*----------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-area {
        padding-top: 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-hero-area {
        padding-top: 60px;
    }
}

.tp-hero-plr {
    --bs-gutter-x: 42px;
    padding-right: calc(var(--bs-gutter-x) * 1.5);
    padding-left: calc(var(--bs-gutter-x) * 1.5);
}

@media (max-width: 575px) {
    .tp-hero-plr {
        --bs-gutter-x: 5px;
    }
}

.tp-hero-slider {
    margin-top: 45px;
    margin-bottom: 50px;
}

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

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-hero-slider {
        text-align: center;
    }
}

.tp-hero-title {
    font-size: 78.34px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
    text-transform: capitalize;
    color: var(--tp-heading-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-title {
        font-size: 62px;
    }
}

@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-hero-title {
        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-hero-title-wrapper {
        margin-bottom: 15px;
    }
}

.tp-hero-title-wrapper p {
    margin-bottom: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-hero-title-wrapper p {
        margin-bottom: 25px;
    }
}

.tp-hero-thumb img {
    max-width: 100%;
}

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

.tp-hero-btn .tp-btn {
    padding: 16px 28px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-area-2 {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-area-2 {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-hero-area-2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.tp-hero-bg-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-hero-bg-2 {
        width: 70%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-bg-2 {
        width: 65%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-bg-2 {
        width: 46%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-hero-bg-2 {
        position: static;
        height: 350px;
    }
}

.tp-hero-wrapper-2 {
    position: relative;
    z-index: 1;
}

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

.tp-hero-wrapper-2 span {
    font-family: var(--tp-ff-heading);
    font-size: 54px;
    font-weight: 600;
    line-height: 62px;
}

.tp-hero-title-2 {
    font-size: 128px;
    font-weight: 600;
    line-height: 62px;
}

@media (max-width: 575px) {
    .tp-hero-title-2 {
        margin-left: 0;
    }
}

.tp-hero-title-2 span {
    font-size: 16px;
    width: 364px;
    display: inline-block;
    line-height: 24px;
}

.tp-hero-content-2 {
    margin-top: 65px;
    margin-bottom: 40px;
}

.tp-hero-content-2 p {
    margin-right: 12px;
    width: 364px;
}

@media (max-width: 575px) {
    .tp-hero-content-2 p {
        display: none;
    }
}

@media (max-width: 575px) {
    .tp-hero-area-3 {
        padding-bottom: 80px;
    }
}

.tp-hero-title-3 {
    color: var(--tp-theme-primary);
    font-size: 128px;
    font-weight: 800;
    text-transform: capitalize;
    text-shadow: 0px 50px 0px #242028, 0px 14px 10px rgba(0, 0, 0, 0.1), 0px 24px 2px rgba(0, 0, 0, 0.1), 0px 34px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-title-3 {
        font-size: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-hero-title-3 {
        font-size: 80px;
    }
}

@media (max-width: 575px) {
    .tp-hero-title-3 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-hero-title-wrapper-3 {
        margin-bottom: 50px;
    }
}

.tp-hero-title-wrapper-3 .tp-section-title {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .tp-hero-title-wrapper-3 .tp-section-title {
        font-size: 35px;
    }
}

.tp-hero-btn-3 {
    margin-bottom: 60px;
}

.tp-hero-btn-3 .tp-btn {
    padding: 11px 33px;
}

.tp-hero-shape-3 .shape-1 {
    margin-right: 40px;
}

@media (max-width: 575px) {
    .tp-hero-shape-3 .shape-1 {
        margin-bottom: 30px;
    }
}

.tp-hero-slider-3 .tp-hero-active-3 {
    padding-top: 50px;
    margin-right: -170px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-hero-slider-3 .tp-hero-active-3 {
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .tp-hero-slider-3 .tp-hero-active-3 {
        padding-top: 80px;
    }
}

.tp-hero-slider-3 .tp-hero-active-3 .swiper-wrapper .swiper-slide {
    -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-hero-slider-3 .tp-hero-active-3 .swiper-wrapper .swiper-slide img {
    max-width: 100%;
}

.tp-hero-slider-3 .tp-hero-active-3 .swiper-wrapper .swiper-slide-active {
    transform: scale(1.2);
    z-index: 1;
}

.tp-hero-slider-3 .tp-scrollbar-2 {
    margin-right: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-slider-3 .tp-scrollbar-2 {
        margin-right: 180px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-hero-slider-3 .tp-scrollbar-2 {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .tp-hero-slider-3 .tp-scrollbar-2 {
        margin-right: 30px;
    }
}

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

/*  7.2 Screenshot Css
/*----------------------------------------*/

.tp-screenshot-thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
}

.tp-screenshot-thumb::before {
    position: absolute;
    content: "";
    width: 150%;
    height: 150%;
    left: -25%;
    top: -25%;
    opacity: 0;
    transition: opacity 0.6s ease;
    background-image: url(../img/screenshot/shape.png);
    animation: tp-grain 6s steps(6) infinite;
    pointer-events: none;
    z-index: 1;
}

.tp-screenshot-thumb:hover::before {
    opacity: 1;
    animation-play-state: running;
}

.tp-screenshot-thumb:hover img {
    transform: scale(1.08);
}

.tp-screenshot-thumb img {
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-screenshot-thumb img {
        min-width: 100%;
    }
}

@media (max-width: 575px) {
    .tp-screenshot-thumb img {
        max-width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-breadcrumb-team-item {
        margin-bottom: 50px;
    }
}

.tp-breadcrumb-team-item::before {
    position: absolute;
    content: "";
    width: 330px;
    height: 350px;
    background: #1B2335;
    top: -30px;
    left: -30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-breadcrumb-team-item::before {
        left: -15px;
    }
}

@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-breadcrumb-team-item::before {
        content: none;
    }
}

.tp-breadcrumb-team-item:hover .tp-breadcrumb-team-social .icon-1 {
    visibility: visible;
    transform: translateY(-40px);
    opacity: 1;
}

.tp-breadcrumb-team-item:hover .tp-breadcrumb-team-social .icon-2 {
    visibility: visible;
    transform: translateY(-40px);
    opacity: 1;
}

.tp-breadcrumb-team-item:hover .tp-breadcrumb-team-social .icon-3 {
    visibility: visible;
    transform: translateY(-40px);
    opacity: 1;
}

.tp-breadcrumb-team-item:hover .tp-breadcrumb-team-thumb img {
    transform: scale(1.08);
}

.tp-breadcrumb-team-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.tp-breadcrumb-team-thumb img {
    border-radius: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-breadcrumb-team-thumb img {
        max-width: 100%;
    }
}

.tp-breadcrumb-team-thumb .tp-breadcrumb-team-social {
    position: absolute;
    bottom: -30px;
    left: 20px;
    z-index: 1;
}

.tp-breadcrumb-team-thumb .tp-breadcrumb-team-social a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    background: var(--tp-theme-primary);
}

.tp-breadcrumb-team-thumb .tp-breadcrumb-team-social a:hover {
    background: var(--tp-theme-secondary);
}

.tp-breadcrumb-team-thumb .tp-breadcrumb-team-social a.icon-1 {
    visibility: hidden;
    opacity: 0;
    transform: translateX(0px);
    transition: all 0.3s ease-in-out;
}

.tp-breadcrumb-team-thumb .tp-breadcrumb-team-social a.icon-2 {
    visibility: hidden;
    opacity: 0;
    transform: translateX(0px);
    transition: all 0.4s ease-in-out;
}

.tp-breadcrumb-team-thumb .tp-breadcrumb-team-social a.icon-3 {
    visibility: hidden;
    opacity: 0;
    transform: translateX(0px);
    transition: all 0.5s ease-in-out;
}

.tp-breadcrumb-team-content {
    padding-top: 30px;
}

.tp-breadcrumb-team-content p {
    opacity: 0.6000000238;
}

.tp-breadcrumb-team-title {
    font-size: 28px;
    font-weight: 500;
}

.tp-breadcrumb-team-title a:hover {
    color: var(--tp-theme-primary);
}

.tp-team-details-info {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.0500000007);
}

.tp-team-details-info-title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
    .tp-team-details-info-thumb img {
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-team-details-info-thumb img {
        min-width: 100%;
    }
}

.tp-team-details-info-content {
    padding: 30px 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-team-details-info-content {
        padding: 30px 20px;
    }
}

.tp-team-details-info-content span {
    display: block;
    margin-bottom: 23px;
}

.tp-team-details-info-content p {
    margin-bottom: 10px;
}

.tp-team-details-progress-item {
    position: relative;
}

.tp-team-details-progress-item:not(:last-of-type) {
    margin: 37px 0px;
}

.tp-team-details-progress-item .progress {
    height: 3px;
    border-radius: 5px;
}

.tp-team-details-progress-item .progress-bar {
    background: var(--tp-theme-primary);
    border-radius: 5px;
}

.tp-team-details-progress-title .title {
    font-family: var(--tp-ff-p);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.tp-team-details-progress-title .title span {
    position: absolute;
    top: 0;
    right: 0;
}

.tp-team-details-personal {
    margin-bottom: 65px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-team-details-personal {
        margin-bottom: 40px;
    }
}

.tp-team-details-skill {
    margin-bottom: 50px;
}

.tp-team-details-title {
    font-weight: 500;
    margin-bottom: 14px;
}

.tp-team-details-item {
    background: rgba(255, 255, 255, 0.0500000007);
    box-shadow: 0px 2px 6.4000000954px -1px rgba(19, 16, 34, 0.03), 0px 4.4000000954px 12px -1px rgba(19, 16, 34, 0.06);
    margin-right: 20px;
    padding: 40px 30px 38px 30px;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

@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-item {
        margin-bottom: 20px;
    }
}

.tp-team-details-item:hover {
    background: var(--tp-theme-primary);
}

.tp-team-details-item:hover .tp-team-details-item-icon img {
    filter: brightness(0) invert(1);
}

.tp-team-details-item-icon {
    margin-bottom: 18px;
}

.tp-team-details-item-icon img {
    transition: 0.2s linear;
}

.tp-team-details-item-title {
    font-size: 28px;
    margin-bottom: 10px;
}

.tp-team-details-item-wrapper {
    margin-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-team-details-item-wrapper {
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
}

.tp-team-details-contact p {
    margin-bottom: 30px;
}

.tp-team-details-contact .tp-team-input input,
.tp-team-details-contact .tp-team-input textarea {
    height: 60px;
    background: var(--tp-theme-secondary);
    border-color: rgba(255, 255, 255, 0.5);
    color: var(--tp-common-white);
    border-radius: 5px;
    margin-bottom: 20px;
}

.tp-team-details-contact .tp-team-input input::placeholder,
.tp-team-details-contact .tp-team-input textarea::placeholder {
    color: var(--tp-common-white);
}

.tp-team-details-contact .tp-team-input input:focus,
.tp-team-details-contact .tp-team-input textarea:focus {
    border: 1px solid var(--tp-theme-primary);
}

.tp-team-details-contact .tp-team-input textarea {
    height: 150px;
    resize: none;
}

.tp-team-details-contact .tp-team-input-btn .tp-btn {
    padding: 16px 22px;
    font-weight: 600;
    letter-spacing: 2px;
}

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

/*  7.3 About Css
/*----------------------------------------*/

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-about-area {
        padding-top: 80px;
        padding-bottom: 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) {
    .tp-about-title-wrapper {
        padding-top: 0;
    }
}

.tp-about-title-wrapper p {
    margin-bottom: 38px;
}

.tp-about-thumb {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-thumb img {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .tp-about-thumb img {
        max-width: 100%;
    }
}

.tp-about-thumb-wrapper {
    padding-left: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-about-thumb-wrapper {
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-about-thumb-wrapper {
        text-align: center;
    }
}

.tp-about-thumb-wrapper:hover .tp-about-thumb-shape span {
    transform: rotate(0deg);
}

.tp-about-thumb-shape span {
    position: absolute;
    top: 0;
    left: 70px;
    height: 676px;
    width: 518px;
    transform: rotate(6.992deg);
    background: 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;
}

@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),
(max-width: 575px) {
    .tp-about-thumb-shape span {
        left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-thumb-shape span {
        left: 86px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-thumb-shape span {
        width: 450px;
        height: 587px;
    }
}

@media (max-width: 575px) {
    .tp-about-thumb-shape span {
        display: none;
    }
}

.tp-about-thumb-counter {
    position: absolute;
    bottom: 55px;
    left: -31px;
    width: 288px;
    background: var(--tp-theme-3);
    border: 1px solid #FFC901;
    padding: 10px 0px 15px 23px;
    z-index: 2;
    animation: tptranslateX2 4s forwards infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-about-thumb-counter {
        left: -80px;
        bottom: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-about-thumb-counter {
        left: 0;
    }
}

@media (max-width: 575px) {
    .tp-about-thumb-counter {
        position: static;
        margin-top: 30px;
    }
}

.tp-about-thumb-counter-icon {
    margin-right: 20px;
}

.tp-about-thumb-counter-title {
    font-size: 54px;
    margin-bottom: 0;
}

.tp-about-thumb-play-btn {
    position: absolute;
    top: 42%;
    right: 44%;
    z-index: 2;
}

@media (max-width: 575px) {
    .tp-about-thumb-play-btn {
        right: 35%;
    }
}

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

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

/*  7.4 Counter Css
/*----------------------------------------*/

.tp-counter-item {
    position: relative;
    padding: 44px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.0500000007);
}

.tp-counter-item:hover .tp-counter-item-icon::before {
    transform: scale(1.1);
}

.tp-counter-item-icon {
    position: relative;
    margin-bottom: 20px;
    height: 84px;
}

.tp-counter-item-icon::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50px;
    height: 85px;
    width: 85px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.tp-counter-item-title {
    font-size: 54px;
    margin-bottom: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-counter-item-content p {
        font-size: 14px;
    }
}

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

/*  7.5 video play Css
/*----------------------------------------*/

.tp-video-play-area {
    background-repeat: no-repeat;
    background-size: cover;
}

.tp-video-play-item:hover .tp-video-play-thumb::before {
    opacity: 1;
}

.tp-video-play-item:hover .tp-video-play-content {
    bottom: 38px;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.tp-video-play-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 35px;
}

.tp-video-play-thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #FE9700 100%);
    border-radius: 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;
    z-index: 1;
    opacity: 0;
}

.tp-video-play-thumb img {
    border-radius: 20px;
    min-width: 100%;
}

@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-video-play-thumb img {
        max-width: 100%;
    }
}

.tp-video-play-content {
    position: absolute;
    left: 36px;
    bottom: 28px;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-video-play-content p {
    margin-bottom: 5px;
}

.tp-video-play-content a {
    font-size: 28px;
    font-weight: 700;
    background-image: linear-gradient(#f1f1f5, #f3f3f8), linear-gradient(#f3f3f7, #f2f2f7);
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.2s linear;
}

.tp-video-play-content a:hover {
    background-size: 0 1px, 100% 1px;
}

.tp-breadcrumb-video-box {
    margin-left: 195px;
    margin-right: 195px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 15px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-breadcrumb-video-box {
        margin-right: 120px;
        margin-left: 120px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-breadcrumb-video-box {
        margin-right: 100px;
        margin-left: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-breadcrumb-video-box {
        margin-right: 80px;
        margin-left: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-breadcrumb-video-box {
        margin-right: 50px;
        margin-left: 50px;
    }
}

@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-breadcrumb-video-box {
        margin-right: 0;
        margin-left: 0;
        background-image: none;
    }
}

.tp-breadcrumb-video-item {
    padding: 60px 0px 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-breadcrumb-video-item {
        padding: 15px 0px 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-breadcrumb-video-item {
        padding: 15px 0px 10px;
    }
}

@media (max-width: 575px) {
    .tp-breadcrumb-video-item {
        padding: 10px 0 10px;
    }
}

@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: 768px) and (max-width: 991px) {
    .tp-breadcrumb-video-item .tp-video-play-thumb img {
        max-width: 100%;
    }
}

.tp-project-details-wrapper .tp-section-title {
    margin-bottom: 25px;
}

.tp-project-details-wrapper p {
    margin-bottom: 50px;
}

.tp-project-details-thumb {
    margin-bottom: 25px;
}

@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-project-details-thumb img {
        max-width: 100%;
    }
}

.tp-project-details-thumb-1 {
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-project-details-thumb-1 {
        flex-wrap: wrap;
    }
}

.tp-project-details-thumb-content {
    margin-right: 30px;
}

.tp-project-details-thumb-content p {
    margin-bottom: 20px;
}

.tp-project-details-thumb-title {
    margin-bottom: 20px;
}

.tp-project-details-thumb-img img {
    margin-bottom: 40px;
}

.tp-project-details-thumb-img span {
    position: relative;
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin-left: -15px;
}

@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-project-details-thumb-img span {
        margin-left: 0;
    }
}

.tp-project-details-thumb-img span::before {
    position: absolute;
    content: "";
    height: 42px;
    width: 2px;
    top: 16px;
    left: -20px;
    background: #6D18EF;
}

@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-project-details-thumb-img span::before {
        top: 0;
    }
}

.tp-project-details-user {
    padding: 30px 70px 30px 40px;
    background: rgba(255, 255, 255, 0.0500000007);
}

@media (max-width: 575px) {
    .tp-project-details-user {
        flex-wrap: wrap;
        padding: 30px;
    }
}

.tp-project-details-user .shape {
    position: absolute;
    top: 10px;
    right: 10px;
}

.tp-project-details-user-thumb {
    margin-right: 25px;
}

@media (max-width: 575px) {
    .tp-project-details-user-thumb {
        margin-bottom: 20px;
    }
}

.tp-project-details-user-thumb img {
    border-radius: 50%;
}

.tp-project-details-user p {
    margin: 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-project-details-tab {
        margin-bottom: 50px;
    }
}

.tp-project-details-tab .tab-content {
    padding: 55px 70px 20px;
    background: rgba(255, 255, 255, 0.0500000007);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-project-details-tab .tab-content {
        padding: 50px 50px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-project-details-tab .tab-content {
        padding: 40px 40px 20px;
    }
}

@media (max-width: 575px) {
    .tp-project-details-tab .tab-content {
        padding: 30px 30px 10px;
    }
}

.tp-project-details-tab-title {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-project-details-tab-title {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .tp-project-details-tab-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.tp-project-details-tab-title::after {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    top: 10px;
    left: -20px;
    border-radius: 50%;
    background: var(--tp-theme-primary);
}

.tp-project-details-tab p {
    margin-bottom: 30px;
}

.tp-project-details-tab .nav-link {
    position: relative;
    font-family: var(--tp-ff-heading);
    font-size: 28px;
    font-weight: 700;
    background: var(--tp-theme-primary);
    border-radius: 0;
    margin-right: 30px;
    color: var(--tp-common-whites);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-project-details-tab .nav-link {
        margin-right: 5px;
    }
}

.tp-project-details-tab .nav-link.active {
    border-color: var(--tp-theme-1);
    color: var(--tp-common-whites);
    background: var(--tp-theme-secondary);
    border: 1px solid var(--tp-theme-primary);
}

.tp-project-details-tab .nav-link:hover {
    border: 1px solid var(--tp-theme-primary);
}

.tp-project-details-tab .nav-tabs {
    border: none;
}

.tp-project-details-widget-item {
    border: 2px solid rgba(255, 255, 255, 0.1);
    padding: 30px 40px 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-project-details-widget-item {
        padding: 30px 28px 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-project-details-widget-item {
        padding: 30px 20px 30px;
    }
}

@media (max-width: 575px) {
    .tp-project-details-widget-item {
        padding: 20px;
    }
}

.tp-project-details-widget-title {
    font-size: 20px;
    margin-bottom: 42px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
    .tp-project-details-widget-title {
        margin-bottom: 30px;
    }
}

.tp-project-details-widget-thumb {
    margin-right: 15px;
}

.tp-project-details-widget-post-title {
    font-size: 20px;
    font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-project-details-widget-post-title {
        font-size: 18px;
    }
}

.tp-project-details-widget-post-title a:hover {
    color: var(--tp-theme-primary);
}

.tp-project-details-widget-content p {
    color: var(--tp-theme-primary);
}

.tp-project-details-widget-gallery {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
}

.tp-project-details-widget-gallery .popup-image img:hover {
    transform: scale(1.08);
}

.tp-project-details-widget-gallery img {
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    max-width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-project-details-widget-gallery img {
        min-width: 100%;
    }
}

.tp-project-details-widget-gallery .tp-project-details-thumb {
    margin-bottom: 0;
}

.tp-project-details-contact {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 225px 30px 25px;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-project-details-contact {
        padding: 90px 30px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-project-details-contact {
        padding: 198px 30px 180px;
    }
}

@media (max-width: 575px) {
    .tp-project-details-contact {
        background-size: contain;
        padding: 50px 30px 25px;
    }
}

.tp-project-details-contact::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 80%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #262018 100%);
}

.tp-project-details-contact-title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}

.tp-project-details-contact p {
    margin-bottom: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
    .tp-project-details-contact p {
        margin-bottom: 50px;
    }
}

.tp-project-details-contact .tp-btn {
    padding: 16px 46px;
}

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

/*  7.6 Trailer Css
/*----------------------------------------*/

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-trailer-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.tp-trailer-title-wrapper .tp-section-title {
    margin-bottom: 25px;
}

.tp-trailer-title-wrapper p {
    margin-bottom: 40px;
}

.tp-trailer-thumb-wrapper {
    padding-right: 43px;
}

@media (max-width: 575px) {
    .tp-trailer-thumb-wrapper {
        padding-right: 0;
        padding-top: 0;
    }
}

.tp-trailer-thumb-play-btn {
    position: absolute;
    top: 40%;
    right: 27%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-trailer-thumb-play-btn {
        right: 35%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
    .tp-trailer-thumb-play-btn {
        right: 40%;
    }
}

.tp-trailer-thumb-play-btn::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 115%;
    height: 115%;
    border-radius: 50%;
    transform: translate(-30%, -30%);
    border: 1px solid rgba(255, 255, 255, 0.4);
    animation: borderanimate 2s linear infinite;
    animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    z-index: 1;
}

.tp-trailer-thumb-play-btn .tp-play-btn {
    font-size: 20px;
    height: 63px;
    width: 63px;
    line-height: 61px;
    color: var(--tp-common-white);
    background: transparent;
    border: 2px solid #fff;
}

.tp-trailer-thumb img {
    border-radius: 5px;
}

@media (max-width: 575px) {
    .tp-trailer-thumb img {
        width: 100%;
    }
}

.tp-trailer-shape {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 0;
}

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

.tp-trailer-shape-2 span {
    position: absolute;
    bottom: -27px;
    right: 20px;
    height: 300px;
    width: 270px;
    background: var(--tp-theme-1);
    z-index: 0;
}

.tp-trailer-item-2:hover .tp-trailer-item-thumb-2::before {
    animation-play-state: running;
    opacity: 1;
}

.tp-trailer-item-2:hover .tp-trailer-item-thumb-2 img {
    transform: scale(1.08);
}

.tp-trailer-item-thumb-2 {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.tp-trailer-item-thumb-2 img {
    border-radius: 5px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-trailer-item-thumb-2 img {
        width: 100%;
    }
}

.tp-trailer-item-thumb-2 .tp-movies-item-play {
    bottom: 10%;
    right: 26px;
}

.tp-trailer-item-thumb-2::before {
    position: absolute;
    content: "";
    width: 150%;
    height: 150%;
    left: -25%;
    top: -25%;
    opacity: 0;
    transition: opacity 0.6s ease;
    background-image: url(../img/screenshot/shape.png);
    animation: tp-grain 6s steps(6) infinite;
    z-index: 1;
}

.tp-trailer-item-content-2 {
    padding: 28px;
}

@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-trailer-item-content-2 {
        padding: 20px;
    }
}

.tp-trailer-item-title-2 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.tp-trailer-item-title-2 a:hover {
    color: var(--tp-theme-primary);
}

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

/*  7.7 Blog Css
/*----------------------------------------*/

.tp-blog-item:hover .tp-blog-item-thumb img {
    transform: scale(1.02);
    filter: brightness(100%);
    animation: hoverfilter 0.3s ease-in-out;
}

.tp-blog-item-thumb {
    overflow: hidden;
    border-radius: 5px;
}

.tp-blog-item-thumb img {
    border-radius: 5px;
    filter: brightness(90%);
    will-change: transform, filter;
    transition: all 0.3s ease-in-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-blog-item-thumb img {
        width: 100%;
    }
}

.tp-blog-content {
    padding: 25px 0 0 0;
}

.tp-blog-content-info {
    margin-bottom: 26px;
}

.tp-blog-content-info span {
    margin-right: 10px;
}

.tp-blog-content-info span i {
    color: var(--tp-theme-primary);
}

.tp-blog-content-btn a {
    font-weight: 600;
}

.tp-blog-content-btn a i {
    transform: translateY(0px);
    color: var(--tp-theme-primary);
}

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

.tp-blog-content-btn a:hover i {
    animation: tfLeftToRight 0.5s forwards;
}

.tp-blog-content-btn::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    height: 1px;
    width: 278px;
    background: rgba(255, 255, 255, 0.5);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-blog-content-btn::after {
        width: 235px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-blog-content-btn::after {
        width: 170px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-blog-content-btn::after {
        width: 215px;
    }
}

@media (max-width: 575px) {
    .tp-blog-content-btn::after {
        width: 200px;
    }
}

.tp-blog-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 22px;
}

.tp-blog-title a {
    background-image: linear-gradient(#f1f1f5, #f3f3f8), linear-gradient(#f3f3f7, #f2f2f7);
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

.tp-blog-title a:hover {
    background-size: 0 1px, 100% 1px;
}

@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-blog-area-2 {
        padding-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-blog-title-wrapper-2 {
        margin-bottom: 30px;
    }
}

.tp-blog-title-wrapper-2 .tp-section-title {
    margin: 0;
}

.tp-blog-item-2 {
    background: rgba(255, 255, 255, 0.0500000007);
}

.tp-blog-item-2:hover .tp-blog-item-thumb-2 img {
    transform: scale(1.02);
    filter: brightness(100%);
    animation: hoverfilter 0.3s ease-in-out;
}

.tp-blog-item-2:hover .tp-blog-item-date-2 {
    border: 1px solid var(--tp-theme-primary);
}

.tp-blog-item-2:hover .tp-blog-item-btn-2 a i {
    color: var(--tp-theme-primary);
}

.tp-blog-item-thumb-2 {
    overflow: hidden;
    border-radius: 5px;
}

.tp-blog-item-thumb-2 img {
    border-radius: 5px;
    filter: brightness(90%);
    will-change: transform, filter;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.tp-blog-item-contact-2 {
    padding: 20px 30px;
}

.tp-blog-item-date-2 {
    display: block;
    width: 99px;
    height: 60px;
    padding: 5px;
    border: 1px solid var(--tp-common-white);
    text-align: center;
    margin-right: 20px;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-blog-item-date-2 h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.tp-blog-item-tag {
    display: block;
    margin-bottom: 10px;
}

.tp-blog-item-btn-2 a {
    font-weight: 600;
}

.tp-blog-item-btn-2 a:hover i {
    animation: tfLeftToRight 0.5s forwards;
    color: var(--tp-theme-primary);
}

.tp-blog-item-btn-2 a i {
    transform: translateY(0px);
    margin-left: 4px;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-blog-title-2 {
    font-weight: 700;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px) {
    .tp-blog-title-2 {
        font-size: 22px;
    }
}

.tp-blog-title-2 a {
    background-image: linear-gradient(#f1f1f5, #f3f3f8), linear-gradient(#f3f3f7, #f2f2f7);
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

.tp-blog-title-2 a:hover {
    background-size: 0 1px, 100% 1px;
}

.tp-blog-btn-2 .tp-btn {
    padding: 21px 32px;
}

@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-area-3 {
        padding-bottom: 60px;
    }
}

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

.tp-blog-title-wrapper-3 .tp-section-title {
    margin: 0;
}

.tp-blog-item-3:hover .tp-blog-item-thumb-3 img {
    transform: scale(1.02);
    filter: brightness(100%);
    animation: hoverfilter 0.3s ease-in-out;
}

.tp-blog-item-thumb-3 {
    overflow: hidden;
}

@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-item-thumb-3 {
        margin-bottom: 30px;
    }
}

.tp-blog-item-thumb-3 img {
    filter: brightness(90%);
    will-change: transform, filter;
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-blog-item-thumb-3 img {
        width: 100%;
    }
}

.tp-blog-item-thumb-3 span {
    font-family: var(--tp-ff-heading);
    padding: 10px 19px;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    bottom: 40px;
    left: 40px;
    display: block;
    background: var(--tp-theme-primary);
}

.tp-blog-item-content-3 p {
    margin-bottom: 40px;
}

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

.tp-blog-item-title-3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
    .tp-blog-item-title-3 {
        font-size: 26px;
    }
}

.tp-blog-item-title-3 a {
    background-image: linear-gradient(#f1f1f5, #f3f3f8), linear-gradient(#f3f3f7, #f2f2f7);
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

.tp-blog-item-title-3 a:hover {
    background-size: 0 1px, 100% 1px;
}

.tp-blog-item-user-thumb {
    position: relative;
    margin-right: 10px;
}

.tp-blog-item-user-thumb::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 4px solid var(--tp-theme-primary);
}

.tp-blog-item-user-content p {
    margin: 0;
}

.tp-blog-item-user-title {
    font-size: 20px;
    font-weight: 500;
}

@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-btn-3 {
        margin-bottom: 30px;
    }
}

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

/*  7.8 Cta Css
/*----------------------------------------*/

.tp-cta-area {
    padding-bottom: 79px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-cta-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

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

.tp-cta-shape {
    position: absolute;
    top: 0;
    left: 0;
}

.tp-cta-title {
    margin-bottom: 0;
}

.tp-cta-title a span {
    width: 89px;
    height: 89px;
    text-align: center;
    line-height: 89px;
    display: inline-block;
    border-radius: 50%;
    background: var(--tp-theme-1);
    margin-right: 25px;
}

.tp-cta-contact {
    padding-left: 240px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-cta-contact {
        padding-left: 130px;
    }
}

@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-cta-contact {
        padding-left: 0;
    }
}

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

.tp-cta-btn .tp-btn {
    background-color: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
    color: var(--tp-heading-1);
    padding: 16px 32px;
    font-weight: 600;
    letter-spacing: 2px;
}

.tp-cta-btn .tp-btn:hover {
    background-color: transparent;
    color: var(--tp-common-white);
    border-color: var(--tp-theme-1);
}

.tp-cta-wrapper-2 .tp-section-title {
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-cta-wrapper-2 .tp-section-title {
        font-size: 36px;
    }
}

@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-cta-wrapper-2 {
        margin-bottom: 30px;
    }
}

.tp-cta-subtitle-2 {
    font-family: var(--tp-ff-heading);
    color: var(--tp-text-1);
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    display: block;
    margin-bottom: 8px;
}

.tp-cta-btn-2 .tp-btn {
    padding: 16px 42px;
}

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

/*  7.9 History Css
/*----------------------------------------*/

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

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-history-area.breadcrumb-history {
        padding-top: 80px;
    }
}

.tp-history-thumb-wrapper {
    padding-top: 75px;
    margin-bottom: 110px;
}

@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-history-thumb-wrapper {
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .tp-history-thumb-wrapper {
        padding-top: 0;
    }
}

.tp-history-thumb::before {
    position: absolute;
    content: "";
    left: 0;
    top: 130px;
    height: 597px;
    width: 537px;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%, 0 50%);
    background: var(--tp-theme-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-history-thumb::before {
        left: -25px;
    }
}

@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-history-thumb::before {
        content: none;
    }
}

.tp-history-thumb img {
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%, 0 50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
    .tp-history-thumb img {
        width: 100%;
    }
}

.tp-history-thumb-shape .shape-1 {
    position: absolute;
    top: 25%;
    left: 60px;
    z-index: 1;
}

.tp-history-thumb-shape .shape-2 {
    position: absolute;
    bottom: 12px;
    right: 215px;
    z-index: 1;
}

@media (max-width: 575px) {
    .tp-history-thumb-shape .shape-2 {
        display: none;
    }
}

.tp-history-thumb-counter {
    position: absolute;
    top: 0;
    left: 155px;
    width: 350px;
    border-radius: 45px;
    padding: 15px 67px;
    background: var(--tp-border-primary);
    animation: updown-two 2.6s linear 0s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-history-thumb-counter {
        left: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-history-thumb-counter {
        left: 70px;
    }
}

@media (max-width: 575px) {
    .tp-history-thumb-counter {
        position: static;
        width: 300px;
        margin-top: 30px;
        padding: 10px 55px;
    }
}

.tp-history-thumb-counter-icon {
    margin-right: 30px;
}

.tp-history-thumb-counter-content p {
    color: #333F4D;
}

.tp-history-thumb-counter-title {
    color: var(--tp-theme-secondary);
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 5px;
}

@media (max-width: 575px) {
    .tp-history-thumb-2nd img {
        max-width: 100%;
    }
}

.tp-history-wrapper p {
    margin-bottom: 20px;
}

.tp-history-wrapper-list {
    margin-bottom: 22px;
}

.tp-history-wrapper-list ul li {
    list-style: none;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--tp-ff-heading);
    margin-bottom: 8px;
}

.tp-history-wrapper-list ul li i {
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    background: var(--tp-theme-primary);
    font-size: 12px;
    color: var(--tp-theme-secondary);
    font-weight: 900;
    transform: translateY(-2px);
    margin-right: 5px;
}

.tp-history-title-wrapper {
    padding-top: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-history-title-wrapper {
        padding-top: 0;
    }
}

.tp-history-title-wrapper p {
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-history-btn {
        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-history-area-3 {
        padding-bottom: 80px;
    }
}

@media (max-width: 575px) {
    .tp-history-title-wrapper-3 {
        padding-top: 80px;
    }
}

.tp-history-thumb-3 {
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-history-thumb-3 img {
        width: 100%;
    }
}

.tp-history-thumb-3 .tp-history-play-3 .popup-video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50px, -50px);
}

.tp-history-thumb-3 .tp-history-play-3 .popup-video span::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 96%;
    height: 96%;
    border-radius: 10px;
    transform: translate(-80%, -80%);
    border: 2px solid rgba(255, 255, 255, 0.4);
    animation: borderanimate2 2s linear infinite;
    animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    z-index: 1;
}

.tp-history-thumb-shape-3 .shape-1 {
    position: absolute;
    bottom: -45px;
    left: 5%;
    z-index: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-history-thumb-shape-3 .shape-1 {
        left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-history-thumb-shape-3 .shape-1 {
        left: -15px;
    }
}

@media (max-width: 575px) {
    .tp-history-thumb-shape-3 .shape-1 {
        display: none;
    }
}

.tp-history-thumb-shape-3 .tp-history-thumb-counter-3 {
    position: absolute;
    bottom: -20px;
    right: 0;
    text-align: center;
    padding: 9px 35px;
    background: var(--tp-common-white);
    z-index: 1;
    animation: updown-two 2.6s linear 0s infinite alternate;
}

.tp-history-thumb-shape-3 .tp-history-thumb-counter-3 p {
    font-size: 20px;
    font-weight: 500;
    color: #19383D;
}

.tp-history-thumb-shape-3 .tp-history-thumb-counter-content-3 .tp-history-thumb-counter-title {
    color: #19383D;
    width: 85px;
}

.tp-history-thumb-shape-3 .tp-history-thumb-counter-content-3 img {
    flex: 0 0 auto;
    margin-right: 10px;
}

.tp-history-btn .tp-btn {
    padding: 12px 33px;
}

@media (max-width: 575px) {
    .tp-history-btn {
        margin-top: 30px;
    }
}

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

/*  8.0 Cinematic Css
/*----------------------------------------*/

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

.tp-cinematic-item:hover .tp-cinematic-item-thumb img {
    transform: scale(1.05);
}

.tp-cinematic-item-thumb {
    overflow: hidden;
}

.tp-cinematic-item-thumb img {
    max-width: 100%;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-cinematic-item-thumb img {
        min-width: 100%;
    }
}

.tp-cinematic-item-thumb:hover .tp-cinematic-item-play .play-btn svg .tp-stroke-solid {
    stroke-dashoffset: 0;
}

.tp-cinematic-item-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50px, -50px);
    z-index: 2;
}

.tp-cinematic-item-play .play-btn svg {
    width: 127px;
    height: 127px;
}

.tp-cinematic-item-play .play-btn svg .tp-stroke {
    stroke-dashoffset: 0;
    stroke-dasharray: 300;
    stroke-width: 3px;
    opacity: 0.6;
}

.tp-cinematic-item-play .play-btn svg .tp-stroke-solid {
    stroke-dashoffset: 300;
    stroke-dasharray: 300;
    stroke-width: 3px;
    transition: stroke-dashoffset 1s ease, opacity 1s ease;
}

.tp-cinematic-item-play .play-btn svg .tp-stroke-icon {
    transform: translate(-9px, -13px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
    .tp-cinematic-item .tp-section-title {
        margin-top: 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-cinematic-item.pt-105 {
        padding-top: 0;
    }
}

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

/*  8.1 Criteria Css
/*----------------------------------------*/

@media (max-width: 575px) {
    .tp-criteria-area {
        padding-bottom: 80px;
    }
}

.tp-criteria-item {
    position: relative;
}

.tp-criteria-item:hover .tp-criteria-item-thumb img {
    transform: scale(1.05);
}

.tp-criteria-item-thumb {
    overflow: hidden;
}

.tp-criteria-item-thumb img {
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

@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-criteria-item-thumb img {
        min-width: 100%;
    }
}

.tp-criteria-item-content {
    padding: 20px 0;
}

.tp-criteria-item-content p {
    margin-bottom: 10px;
}

.tp-criteria-title {
    font-size: 28px;
    font-weight: 700;
}

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

.tp-criteria-slider {
    margin-right: -390px;
}

.tp-criteria-title-wrapper .tp-section-title {
    margin-bottom: 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-criteria-title-wrapper .tp-section-title {
        margin-bottom: 30px;
    }
}

.tp-criteria-nav {
    margin-bottom: 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-criteria-nav {
        margin-bottom: 30px;
    }
}

.tp-criteria-nav button {
    width: 60px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    display: inline-block;
    background: var(--tp-theme-primary);
    margin-right: 25px;
    border: 2px 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;
}

.tp-criteria-nav button:hover {
    background: #0f172a;
    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-criteria-btn {
        margin-bottom: 30px;
    }
}

.tp-criteria-btn a {
    font-weight: 600;
}

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

.tp-criteria-btn a:hover i {
    animation: tfLeftToRight 0.5s forwards;
}

.tp-criteria-btn a i {
    margin-left: 5px;
    color: var(--tp-theme-primary);
}

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

/*  8.2 Movies Css
/*----------------------------------------*/

@media (max-width: 575px) {
    .tp-movies-area {
        padding-bottom: 80px;
    }
}

.tp-movies-item:hover .tp-movies-item-thumb::before {
    animation-play-state: running;
    opacity: 1;
}

.tp-movies-item-thumb {
    position: relative;
    overflow: hidden;
}

.tp-movies-item-thumb::before {
    position: absolute;
    content: "";
    width: 150%;
    height: 150%;
    left: -25%;
    top: -25%;
    opacity: 0;
    transition: opacity 0.6s ease;
    background-image: url(../img/screenshot/shape.png);
    animation: tp-grain 6s steps(6) infinite;
    z-index: 1;
}

.tp-movies-item-thumb img {
    max-width: 100%;
}

.tp-movies-item-content {
    padding: 30px 0;
}

.tp-movies-item-play {
    position: absolute;
    bottom: 7%;
    right: 20px;
    z-index: 2;
}

.tp-movies-item-play a {
    background: var(--tp-theme-primary);
    font-family: var(--tp-ff-heading);
    color: var(--tp-common-white);
    padding: 10px 18px;
}

.tp-movies-item-play a span {
    font-size: 10px;
    font-weight: 900;
    width: 20px;
    height: 20px;
    line-height: 21px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: var(--tp-theme-1);
    margin-left: 5px;
    transform: translateY(-2px);
}

.tp-movies-item-play a:hover {
    background: var(--tp-common-white);
    color: var(--tp-theme-primary);
}

.tp-movies-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin: 0;
}

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

.tp-movies-active {
    margin: 0 -135px;
}

.tp-scrollbar,
.tp-scrollbar-2 {
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    height: 10px;
    width: 300px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 50px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-scrollbar,
    .tp-scrollbar-2 {
        margin-top: 20px;
    }
}

.tp-scrollbar .swiper-scrollbar-drag,
.tp-scrollbar-2 .swiper-scrollbar-drag {
    position: relative;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
    background: var(--tp-theme-primary);
}

.tp-movies-item-2:hover .tp-movies-item-thumb-2::before {
    opacity: 1;
    animation-play-state: running;
}

.tp-movies-item-2:hover .tp-movies-item-thumb-2 img {
    transform: scale(1.08);
}

.tp-movies-item-thumb-2 {
    position: relative;
    overflow: hidden;
}

.tp-movies-item-thumb-2 img {
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-movies-item-thumb-2 img {
        width: 100%;
    }
}

.tp-movies-item-thumb-2::before {
    position: absolute;
    content: "";
    width: 150%;
    height: 150%;
    left: -25%;
    top: -25%;
    opacity: 0;
    transition: opacity 0.6s ease;
    background-image: url(../img/screenshot/shape.png);
    animation: tp-grain 6s steps(6) infinite;
    z-index: 1;
}

.tp-movies-item-content-2 {
    position: relative;
    margin: -60px 15px 0 15px;
    padding: 20px 20px 30px 30px;
    background: var(--tp-common-gray);
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-movies-item-content-2 {
        padding: 20px;
    }
}

.tp-movies-item-title-2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--tp-theme-secondary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
    .tp-movies-item-title-2 {
        font-size: 24px;
    }
}

.tp-movies-item-title-2 a {
    background-image: linear-gradient(#03041C, #03041C), linear-gradient(#03041C, #03041C);
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

.tp-movies-item-title-2 a:hover {
    background-size: 0 1px, 100% 1px;
}

.tp-movies-item-tag-2 {
    margin-bottom: 30px;
}

.tp-movies-item-tag-category span {
    color: var(--tp-theme-secondary);
}

.tp-movies-item-tag-category span i {
    color: var(--tp-theme-primary);
    margin-right: 8px;
}

.tp-movies-item-tag-time span {
    color: var(--tp-theme-secondary);
}

.tp-movies-item-tag-time span i {
    color: var(--tp-theme-primary);
    margin-right: 5px;
}

.tp-movies-item-trailer-2 {
    align-items: center;
}

.tp-movies-item-trailer-play .popup-video {
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--tp-theme-secondary);
}

.tp-movies-item-trailer-play .popup-video:hover {
    color: var(--tp-theme-primary);
}

.tp-movies-item-trailer-play .popup-video span {
    font-size: 12px;
    color: var(--tp-common-white);
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background: var(--tp-theme-primary);
}

.tp-movies-item-trailer-play .popup-video span i {
    transform: translateX(1px);
}

.tp-movies-item-btn-2 {
    padding: 4px 14px;
    font-weight: 600;
    display: inline-block;
    color: var(--tp-theme-secondary);
    background: var(--tp-theme-1);
}

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

/*  8.3 Contact Css
/*----------------------------------------*/

.tp-contact-area {
    background-repeat: no-repeat;
    background-position: top center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-contact-area {
        padding-top: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-contact-area {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .tp-contact-area {
        padding-top: 80px;
        padding-bottom: 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) {
    .tp-contact-title-wrapper {
        margin-bottom: 30px;
    }
}

.tp-contact-title-wrapper .tp-section-title {
    margin-bottom: 50px;
}

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

.tp-contact-title-wrapper .tp-section-title-pre {
    color: var(--tp-theme-primary);
}

.tp-contact-thumb img {
    border-radius: 5px;
    width: 100%;
}

.tp-contact-subscribe input {
    width: 520px;
    height: 65px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 16px;
    border-radius: 5px;
    color: var(--tp-common-white);
    background: var(--tp-theme-secondary);
    border: 1px solid var(--tp-common-white);
    margin-right: 20px;
}

@media (max-width: 575px) {
    .tp-contact-subscribe input {
        width: 320px;
        margin-right: 0;
    }
}

.tp-contact-subscribe input:focus {
    border: 1px solid var(--tp-theme-primary);
    color: var(--tp-common-white);
    font-size: 16px;
    color: var(--tp-common-white);
}

.tp-contact-subscribe input::placeholder {
    font-size: 16px;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-contact-subscribe input {
        margin-bottom: 20px;
    }
}

.tp-contact-subscribe .tp-btn {
    padding: 18px 35px;
    font-weight: 600;
}

@media (max-width: 575px) {
    .tp-contact-breadcrumb-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-contact-breadcrumb-info {
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-contact-breadcrumb-info {
        padding-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .tp-contact-breadcrumb-info {
        padding-bottom: 0;
    }
}

.tp-contact-breadcrumb-item {
    position: relative;
}

@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-breadcrumb-item {
        margin-bottom: 50px;
    }
}

.tp-contact-breadcrumb-item.bordar::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 200px;
    width: 1px;
    background: #8295B3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-contact-breadcrumb-item.bordar::after {
        top: -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-contact-breadcrumb-item.bordar::after {
        content: none;
    }
}

.tp-contact-breadcrumb-icon {
    margin-bottom: 30px;
}

.tp-contact-breadcrumb-content a {
    margin-bottom: 5px;
    display: block;
}

.tp-contact-breadcrumb-content a:hover {
    color: var(--tp-theme-primary);
}

.tp-contact-breadcrumb-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

.tp-contact-title-wrapper {
    margin-bottom: 45px;
}

.tp-contact-title-wrapper span {
    font-size: 18px;
    font-weight: 700;
    color: var(--tp-theme-primary);
}

.tp-contact-input-wrapper input,
.tp-contact-input-wrapper textarea {
    height: 60px;
    background: rgba(255, 255, 255, 0.0500000007);
    border: 1px solid transparent;
    color: var(--tp-common-white);
    margin-bottom: 30px;
}

.tp-contact-input-wrapper input::placeholder,
.tp-contact-input-wrapper textarea::placeholder {
    color: var(--tp-common-white);
}

.tp-contact-input-wrapper input:focus,
.tp-contact-input-wrapper textarea:focus {
    border: 1px solid var(--tp-theme-primary);
}

.tp-contact-input-wrapper textarea {
    height: 253px;
    resize: none;
}

.tp-contact-input-wrapper .tp-contact-btn .tp-btn {
    padding: 21px 68px;
    font-weight: 600;
    letter-spacing: 2px;
}

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

/*  8.4 Categories Css
/*----------------------------------------*/

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

.tp-categories-sliding {
    padding-bottom: 45px;
}

.tp-categories-scroll-hr {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
}

.tp-categories-scroll-wrap {
    display: flex;
    -webkit-animation: scrollText 33s infinite linear;
    animation: scrollText 33s infinite linear;
}

.tp-categories-title {
    color: var(--tp-theme-primary);
    font-size: 210px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 0;
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-categories-title {
        font-size: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-categories-title {
        font-size: 120px;
    }
}

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

.tp-categories-item:hover .tp-categories-item-thumb img {
    transform: scale(1.08);
}

.tp-categories-item-thumb {
    overflow: hidden;
    height: 520px;
}

.tp-categories-item-thumb::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 80%;
    width: 100%;
    z-index: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #FE9700 100%);
}

.tp-categories-item-thumb img {
    width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-categories-item-thumb img {
        max-width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-categories-item-thumb img {
        min-width: 100%;
    }
}

.tp-categories-item-content {
    position: absolute;
    bottom: 32px;
    left: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-categories-item-content {
        left: 20px;
    }
}

.tp-categories-item-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-categories-item-btn {
        left: 40%;
        transform: translate(-30%, -50%);
    }
}

.tp-categories-item-title {
    font-size: 28px;
    font-weight: 700;
}

.tp-categories-item-title a {
    background-image: linear-gradient(#f1f1f5, #f3f3f8), linear-gradient(#f3f3f7, #f2f2f7);
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

.tp-categories-item-title a:hover {
    background-size: 0 1px, 100% 1px;
}

.tp-categories-subtitle {
    display: block;
    margin-bottom: 10px;
}

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

/*  8.5 Testimonial Css
/*----------------------------------------*/

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-testimonial-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.tp-testimonial-bg {
    background-repeat: no-repeat;
    object-fit: cover;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-testimonial-wrapper {
        margin-bottom: 0px;
    }
}

.tp-testimonial-item {
    padding: 72px 91px 80px;
    background-color: var(--tp-theme-secondary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-testimonial-item {
        padding: 50px;
    }
}

@media (max-width: 575px) {
    .tp-testimonial-item {
        padding: 30px;
    }
}

.tp-testimonial-item-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

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

.tp-testimonial-item-user-thumb {
    margin-right: 20px;
}

.tp-testimonial-item-user-thumb img {
    width: 60px;
    height: 60px;
}

.tp-testimonial-item-user-content p {
    margin: 0;
}

.tp-testimonial-item-user-title {
    font-size: 20px;
    font-weight: 500;
}

.tp-testimonial-send-message {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-testimonial-send-message {
        padding: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-testimonial-send-message {
        padding: 60px;
    }
}

@media (max-width: 575px) {
    .tp-testimonial-send-message {
        padding: 35px;
    }
}

.tp-testimonial-send-message-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--tp-theme-primary);
    opacity: 0.8999999762;
    z-index: 0;
}

.tp-testimonial-send-message-shape .shape-1 {
    position: absolute;
    top: 15%;
    left: 22%;
}

.tp-testimonial-send-message-shape .shape-2 {
    position: absolute;
    bottom: 15%;
    left: 10%;
}

@media (max-width: 575px) {
    .tp-testimonial-send-message-shape .shape-2 {
        display: none;
    }
}

.tp-testimonial-send-message-shape .shape-3 {
    position: absolute;
    bottom: 10%;
    right: 2%;
}

@media (max-width: 575px) {
    .tp-testimonial-send-message-shape .shape-3 {
        display: none;
    }
}

.tp-testimonial-send-message-title {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

.tp-testimonial-send-message-btn .tp-btn {
    padding: 16px 44px;
    background-color: var(--tp-theme-secondary);
}

.tp-testimonial-send-message-btn .tp-btn i {
    transform: rotate(-45deg);
}

.tp-testimonial-send-message-btn .tp-btn:hover {
    color: var(--tp-theme-primary);
    background-color: var(--tp-common-white);
}

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

/*  8.6 Service Css
/*----------------------------------------*/

.tp-breadcrumb-service-item:hover .tp-breadcrumb-service-thumb::after {
    opacity: 1;
    animation-play-state: running;
}

.tp-breadcrumb-service-item:hover .tp-breadcrumb-service-thumb img {
    transform: scale(1.08);
}

.tp-breadcrumb-service-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.tp-breadcrumb-service-thumb::after {
    position: absolute;
    content: "";
    width: 150%;
    height: 150%;
    left: -25%;
    top: -25%;
    opacity: 0;
    transition: opacity 0.6s ease;
    background-image: url(../img/screenshot/shape.png);
    animation: tp-grain 6s steps(6) infinite;
    pointer-events: none;
    z-index: 1;
}

.tp-breadcrumb-service-thumb img {
    border-radius: 5px;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-breadcrumb-service-thumb img {
        max-width: 100%;
    }
}

.tp-breadcrumb-service-content {
    padding-top: 35px;
}

.tp-breadcrumb-service-content p {
    margin-bottom: 35px;
}

.tp-breadcrumb-service-icon {
    margin-bottom: 20px;
}

.tp-breadcrumb-service-icon img {
    margin-right: 30px;
}

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

.tp-breadcrumb-service-title {
    font-size: 28px;
    font-weight: 700;
}

.tp-breadcrumb-service-title a:hover {
    color: var(--tp-theme-primary);
}

.tp-breadcrumb-service-btn .tp-btn {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 11px 28px;
}

.tp-service-details-wrapper p {
    margin-bottom: 30px;
}

.tp-service-details-thumb {
    margin-bottom: 25px;
}

@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-service-details-thumb img {
        max-width: 100%;
    }
}

.tp-service-details-quote {
    margin-bottom: 35px;
    margin-top: 47px;
    padding: 35px 28px 35px 55px;
    background: rgba(255, 255, 255, 0.0500000007);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-service-details-quote {
        padding: 35px 28px 35px 35px;
    }
}

@media (max-width: 575px) {
    .tp-service-details-quote {
        padding: 30px;
    }
}

.tp-service-details-quote span {
    display: block;
    margin-bottom: 25px;
}

.tp-service-details-quote h4 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

@media (max-width: 575px) {
    .tp-service-details-quote h4 {
        font-size: 22px;
    }
}

.tp-service-details-quote h4 i {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #67687A;
}

.tp-service-details-item {
    margin-right: 6px;
}

@media (max-width: 575px) {
    .tp-service-details-item {
        margin-bottom: 20px;
    }
}

.tp-service-details-item-wrapper {
    margin-bottom: 38px;
    margin-top: 44px;
}

@media (max-width: 575px) {
    .tp-service-details-item-wrapper {
        flex-wrap: wrap;
        margin-top: 40px;
        margin-bottom: 30px;
    }
}

.tp-service-details-item-icon {
    margin-right: 15px;
}

.tp-service-details-item-title {
    font-size: 28px;
    font-weight: 700;
}

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

.tp-service-details-item-content p {
    margin: 0;
}

.tp-service-details-widget-item {
    position: relative;
    padding: 40px;
    background: rgba(255, 255, 255, 0.0500000007);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
    .tp-service-details-widget-item {
        padding: 30px;
    }
}

.tp-service-details-widget-item ul li {
    list-style: none;
}

.tp-service-details-widget-item ul li:not(:last-of-type) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.200000003);
}

.tp-service-details-widget-item ul li:not(:last-of-type).active {
    color: var(--tp-theme-primary);
}

.tp-service-details-widget-item ul li a:hover {
    color: var(--tp-theme-primary);
}

.tp-service-details-widget-title {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-left: 60px;
}

.tp-service-details-widget-title::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 40px;
    top: 12px;
    left: -60px;
    background: var(--tp-common-white);
}

.tp-service-details-widget-message input,
.tp-service-details-widget-message textarea {
    height: 50px;
    margin-bottom: 20px;
    color: var(--tp-common-white);
    padding-left: 20px;
    padding-right: 20px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.tp-service-details-widget-message input::placeholder,
.tp-service-details-widget-message textarea::placeholder {
    color: var(--tp-common-white);
}

.tp-service-details-widget-message input:focus,
.tp-service-details-widget-message textarea:focus {
    border: 2px solid var(--tp-common-white);
}

.tp-service-details-widget-message textarea {
    resize: none;
    height: 137px;
    margin-bottom: 30px;
}

.tp-service-details-widget-message .tp-btn {
    font-weight: 600;
    padding: 16px 29px;
    letter-spacing: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-service-details-widget-message .tp-btn {
        padding: 16px 15px;
    }
}

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

/*  8.7 Faq Css
/*----------------------------------------*/

.tp-faq-title-wrapper span {
    font-size: 20px;
    font-weight: 500;
    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-faq-tab-content {
        margin-bottom: 50px;
    }
}

.tp-faq-item {
    padding: 50px 40px 70px;
    background: var(--tp-theme-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
    .tp-faq-item {
        padding: 30px;
    }
}

.tp-faq-item-title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 35px;
}

.tp-faq-item-icon {
    margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
    .tp-faq-item-icon {
        margin-right: 15px;
    }
}

.tp-faq-item-thumb:not(:last-of-type) {
    margin-bottom: 40px;
}

.tp-faq-item-content-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

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