﻿/*-----------------------------------------------------------------------------------

    Template Name: Ncare - NDIS Disability Service HTML Template
    Author: Theme_Pure
    Support: basictheme400@gmail.com
    Description: Ncare - NDIS Disability Service 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 Carousel
		2.8 Nice Select
		2.9 Pagination
		2.10 Offcanvas
		2.11 Breadcrumb
		2.12 Accordion
		2.13 Tab
		2.14 Modal
		2.15 Section Title
		2.16 Search
		2.17 Hotspot
		2.18 Ragne Slider
	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1

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

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

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1


	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 Hero css
		7.2 About css
		7.3 Brand css
		7.4 Cart css
		7.5 Checkout css
		7.6 Contact css
		7.7 Counter css
		7.8 FAQ css
		7.9 Feature css
		7.10 Login css
		7.11 Order css
		7.12 Process css
		7.13 Project css
		7.14 Services css
		7.15 Shop css
		7.16 Slider css
		7.17 Team css
		7.18 Testimonial css
		7.19 Video css


**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Inter:wght@400;500;600;700&family=Lexend:wght@400;500;600;700;800&display=swap");

.mean-container .mean-nav ul li > a.mean-expand i, .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-btn-border-2 svg {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}

.tp-header-cv-btn svg, .tp-pagination ul li a svg, .tp-pagination ul li span svg, .tp-btn svg, .tp-btn-3 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 */
:root {
    /**
  @font family declaration
  */
    --tp-ff-body: 'DM Sans', sans-serif;
    --tp-ff-heading: 'Lexend', sans-serif;
    --tp-ff-p: 'DM Sans', sans-serif;
    --tp-ff-inter: 'Inter', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
  @color declaration
  */
    --tp-common-white: #ffffff;
    --tp-common-black: #000;
    --tp-heading-primary: #0376bf; /*xanh da troi đậm* /
    --tp-grey-1: #F1EBE9;
    /*--tp-blue-1: #082060; xanh dương đậm*/
    --tp-blue-1: #0376bf; /*xanh da troi đậm* / 0376bf
    /*--tp-red-1: #D82221;*/
    --tp-red-1: #fa8323; /*cam*/
    --tp-yellow-1: #EDC701;
    --tp-text-body: #5E5F63; /*xám*/
    /*--tp-theme-primary: #051A53; xanh*/
    --tp-theme-primary: #0096f6; /*xanh da troi*/
    --tp-theme-secondary: #F1EBE9; /*trắng xám*/
    --tp-border-primary: #EAEBED;
}

* {
    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: 26px;
}

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: 500;
    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;
    color: var(--tp-text-body);
    margin-bottom: 15px;
    line-height: 26px;
}

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

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

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

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

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

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

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

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

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

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

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

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

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

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

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

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

.container-large {
    max-width: 1685px;
}

.container-large-2 {
    max-width: 1455px;
}

/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
.pt-280 {
    padding-top: 280px;
}

/*----------------------------------------*/
/*  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: 767px) {
    .back-to-top-wrapper {
        right: 20px;
        bottom: 20px;
    }
}

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

.back-to-top-btn {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: var(--tp-red-1);
    box-shadow: 0px 8px 16px rgba(216, 34, 33, 0.3);
    color: var(--tp-common-white);
    border-radius: 50%;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

    .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 {
        background-color: var(--tp-theme-primary);
        -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-weight: 500;
    font-size: 16px;
    background-color: var(--tp-red-1);
    padding: 17px 42px;
    color: var(--tp-common-white);
    border: 1px solid var(--tp-red-1);
}

    .tp-btn:hover {
        color: var(--tp-red-1);
        background-color: transparent;
    }

.tp-btn-2 { /* for home one slider */
    background-color: var(--tp-blue-1);
    color: var(--tp-common-white);
    display: inline-block;
    padding: 27px 46px;
    border: 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

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

.tp-btn-3 { /* for home one slider */
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    background-color: var(--tp-theme-primary);
    padding: 20px 42px;
    color: var(--tp-common-white);
    border: 1px solid var(--tp-theme-primary);
}

@media (max-width: 767px) {
    .tp-btn-3 {
        padding: 20px 20px;
    }
}

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

.tp-btn-white { /* for home electronic */
    background-color: var(--tp-common-white);
    padding: 7px 26px;
    box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.1);
    color: var(--tp-common-black);
    padding: 9px 29px;
}

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

.tp-btn-border {
    background-color: transparent;
    border: 1.5px solid var(--tp-common-black);
    color: var(--tp-common-black);
    padding: 8px 29px;
}

    .tp-btn-border svg {
        -webkit-transform: translateY(-2px) !important;
        -moz-transform: translateY(-2px) !important;
        -ms-transform: translateY(-2px) !important;
        -o-transform: translateY(-2px) !important;
        transform: translateY(-2px) !important;
    }

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

.tp-btn-border-sm {
    padding: 5px 25px;
}

.tp-btn-border-white {
    border-color: rgba(255, 255, 255, 0.3);
    color: var(--tp-common-white);
}

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

.tp-btn-border-white-sm {
    padding: 4px 26px 6px;
}

.tp-btn-border-2 {
    border: 2px solid rgba(4, 9, 45, 0.1);
    font-weight: 500;
    font-size: 13px;
    color: var(--tp-common-black);
    background-color: transparent;
    padding: 8px 17px;
}

    .tp-btn-border-2 span {
        margin-left: 3px;
    }

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

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

.menu-btn {
    width: 140px;
    padding: 17px 17px;
}

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

/*----------------------------------------*/
/*  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 spin {
    from {
        transform: rotate(0deg);
    }

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

@-moz-keyframes spin {
    from {
        transform: rotate(0deg);
    }

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

@-ms-keyframes spin {
    from {
        transform: rotate(0deg);
    }

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

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

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

@-webkit-keyframes spin-2 {
    0% {
        transform: rotate(20deg);
    }

    100% {
        transform: rotate(-20deg);
    }
}

@-moz-keyframes spin-2 {
    0% {
        transform: rotate(20deg);
    }

    100% {
        transform: rotate(-20deg);
    }
}

@-ms-keyframes spin-2 {
    0% {
        transform: rotate(20deg);
    }

    100% {
        transform: rotate(-20deg);
    }
}

@keyframes spin-2 {
    0% {
        transform: rotate(20deg);
    }

    100% {
        transform: rotate(-20deg);
    }
}

@-webkit-keyframes spin-3 {
    0% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(-10deg);
    }
}

@-moz-keyframes spin-3 {
    0% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(-10deg);
    }
}

@-ms-keyframes spin-3 {
    0% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(-10deg);
    }
}

@keyframes spin-3 {
    0% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(-10deg);
    }
}

@-webkit-keyframes spin-3 {
    0% {
        transform: rotate(-20deg);
    }

    100% {
        transform: rotate(-5deg);
    }
}

@-moz-keyframes spin-3 {
    0% {
        transform: rotate(-20deg);
    }

    100% {
        transform: rotate(-5deg);
    }
}

@-ms-keyframes spin-3 {
    0% {
        transform: rotate(-20deg);
    }

    100% {
        transform: rotate(-5deg);
    }
}

@keyframes spin-3 {
    0% {
        transform: rotate(-20deg);
    }

    100% {
        transform: rotate(-5deg);
    }
}

@-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;
    }
}
/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: 0px;
    top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

    .tp-preloader-logo img {
        animation: zoom-in-zoom-out 1.5s ease-out infinite;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}
/*----------------------------------------*/
/*  2.6 Background
/*----------------------------------------*/
.grey-bg {
    background-color: var(--tp-grey-1);
}

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

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

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

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

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

/*----------------------------------------*/
/*  2.7 Carousel
/*----------------------------------------*/
/*----------------------------------------*/
/*  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: 12px;
        }

        .tp-pagination ul li a, .tp-pagination ul li span {
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 38px;
            text-align: center;
            border: 2px solid #ededed;
            font-size: 16px;
            font-weight: 500;
            color: #071C34;
        }

            .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-red-1);
                border-color: var(--tp-red-1);
                color: var(--tp-common-white);
            }
/*----------------------------------------*/
/*  2.10 Offcanvas
/*----------------------------------------*/
@media (max-width: 767px) {
    .offcanvas-btn {
        padding-top: 0;
    }
}

.offcanvas__area {
    position: fixed;
    right: 0;
    top: 0;
    width: 450px;
    height: 100%;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    background: var(--tp-common-white) none repeat scroll 0 0;
    -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -ms-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -o-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    z-index: 1000;
}

    .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);
        opacity: 1;
    }

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

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .offcanvas__area {
        width: 350px;
    }
}

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

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

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

.offcanvas__content {
    padding: 50px 30px 145px 30px;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

@media (max-width: 767px) {
    .offcanvas__content {
        padding: 50px 25px 145px;
    }
}

.offcanvas__close {
    position: absolute;
    top: 25px;
    left: -75px;
    z-index: 1002;
}

@media (max-width: 767px) {
    .offcanvas__close {
        left: -45px;
    }
}

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

@media (max-width: 767px) {
    .offcanvas__close-btn {
        height: 40px;
        width: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .offcanvas__close-btn {
        height: 40px;
        width: 40px;
    }
}

.offcanvas__close-btn:hover {
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-white);
    opacity: 0.8;
}

    .offcanvas__close-btn:hover svg {
        transform: translateY(-2px);
    }

.offcanvas__close-btn svg {
    transform: translateY(-2px);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

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

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

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

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

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

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

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

.offcanvas__text p {
    font-family: var(--tp-ff-inter);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    color: var(--tp-common-black-4);
    margin-bottom: 25px;
}

.offcanvas__contact-call {
    font-weight: 700;
    font-size: 20px;
    color: var(--tp-heading-primary);
    margin-bottom: 5px;
}

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

.offcanvas__contact-mail {
    font-weight: 400;
    font-size: 16px;
    color: var(--tp-text-1);
}

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

.offcanvas__social {
    margin-bottom: 22px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--tp-heading-primary);
}

    .offcanvas__social a {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 38px;
        text-align: center;
        background: transparent;
        color: var(--tp-heading-primary);
        margin-right: 5px;
        border: 2px solid var(--tp-heading-primary);
    }

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

.offcanvas__btn {
    margin-bottom: 80px;
}

    .offcanvas__btn a {
        margin-bottom: 20px;
    }

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

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

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

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

.offcanvas-open-btn {
    height: 40px;
    width: 45px;
    background-color: var(--tp-theme-primary);
    line-height: 1;
    text-align: center;
}

    .offcanvas-open-btn i {
        color: var(--tp-common-white);
        font-size: 20px;
        font-weight: 400;
    }

/*----------------------------------------*/
/*  2.11 Breadcrumb
/*----------------------------------------*/
.tp-breadcrumb-bg {
    position: relative;
    z-index: 1;
    padding-top: 265px;
    padding-bottom: 168px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .tp-breadcrumb-bg::before {
        position: absolute;
        z-index: -1;
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0.97;
        background: linear-gradient(233deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.33) 54.94%, rgba(0, 0, 0, 0.1) 100%);
    }

.tp-breadcrumb-title {
    color: var(--tp-common-white);
    font-family: var(--tp-ff-body);
    font-size: 60px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .tp-breadcrumb-title {
        font-size: 48px;
    }
}

.tp-breadcrumb-link span {
    color: var(--tp-common-white);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.tp-breadcrumb-link-active:hover {
    color: var(--tp-red-1);
}

/*----------------------------------------*/
/*  2.12 Accordion
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.13 Tab
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.14 Modal
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/
.tp-section span {
    display: inline-block;
    margin-bottom: -3px;
    animation: spin-2 1s ease-in-out 0.1s forwards infinite alternate;
    -webkit-animation: spin-2 2500ms forwards infinite alternate;
    -moz-animation: spin-2 2500ms forwards infinite alternate;
    -ms-animation: spin-2 2500ms forwards infinite alternate;
    -o-animation: spin-2 2500ms forwards infinite alternate;
    animation: spin-2 2500ms forwards infinite alternate;
    transform-origin: bottom left;
}

.tp-section-subtitle {
    color: var(--tp-red-1);
    font-family: var(--tp-ff-inter);
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.65px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.tp-section-title {
    font-size: 54px;
    font-weight: 600;
    line-height: 1.209;
    text-transform: capitalize;
    margin-bottom: 0;
}

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

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

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

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

.tp-section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.tp-section.fs-38 .tp-section-title {
    font-size: 38px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-section.fs-38 .tp-section-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .tp-section.fs-38 .tp-section-title {
        font-size: 24px;
    }
}

.tp-section.fs-48 .tp-section-title {
    font-size: 48px;
    color: var(--tp-common-white);
}

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

@media (max-width: 767px) {
    .tp-section.fs-48 .tp-section-title {
        font-size: 30px;
    }
}

.tp-section.fs-48.tp-section p {
    margin-left: -30px;
    text-transform: inherit;
    font-size: 16px;
    color: var(--tp-common-white);
    margin-top: 63px;
    position: relative;
    padding-left: 11px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-section.fs-48.tp-section p {
        margin-left: 0;
    }
}

.tp-section.fs-48.tp-section p::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: calc(100% - 16px);
    width: 1px;
    background-color: var(--tp-red-1);
}

.tp-section.fs-40 .tp-section-title {
    color: var(--tp-common-white);
    font-size: 40px;
}

@media (max-width: 767px) {
    .tp-section.fs-40 .tp-section-title {
        font-size: 34px;
    }
}

.tp-section.fs-40 p {
    color: #7885A7;
}

.tp-section.text-p p {
    position: relative;
    padding-left: 14px;
    text-transform: inherit;
}

    .tp-section.text-p p::before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: calc(100% - 18px);
        width: 2px;
        background-color: var(--tp-red-1);
    }

/*----------------------------------------*/
/*  2.16 Search css start
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.17 Hostspot css start
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.178 Range Slider css start
/*----------------------------------------*/
.ui-button-icon-only, .ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-checkboxradio-disabled, .ui-state-disabled {
    pointer-events: none;
}

.ui-datepicker .ui-icon, .ui-icon {
    text-indent: -99999px;
    background-repeat: no-repeat;
}

.ui-helper-reset, .ui-menu {
    outline: 0;
    list-style: none;
}

.ui-helper-hidden, .ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    overflow: hidden;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 100%;
}

.ui-autocomplete, .ui-menu .ui-menu {
    position: absolute;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    padding: 0;
    margin: 0;
    display: block;
}

.ui-button, .ui-controlgroup {
    display: inline-block;
    vertical-align: middle;
}

.ui-button, .ui-menu-icons, .ui-resizable {
    position: relative;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0;
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
    margin: -1px;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

.ui-button, .ui-controlgroup .ui-controlgroup-label {
    padding: 0.4em 1em;
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}

    .ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
        text-decoration: none;
    }

.ui-button-icon-only {
    width: 2em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

    .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus, .ui-controlgroup > .ui-controlgroup-item:focus {
        z-index: 9999;
    }

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: 0.12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: 0.2em 0;
    }

    .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 45%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: 0.9em;
        border-collapse: collapse;
        margin: 0 0 0.4em;
    }

    .ui-datepicker th {
        padding: 0.7em 0.3em;
        text-align: center;
        font-weight: 700;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td a, .ui-datepicker td span {
            display: block;
            padding: 0.2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: 0.7em 0 0;
        padding: 0 0.2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: 0.5em 0.2em 0.4em;
            cursor: pointer;
            padding: 0.2em 0.6em 0.3em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-multi .ui-datepicker-group, .ui-datepicker-rtl .ui-datepicker-buttonpane button {
                float: left;
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-datepicker .ui-icon {
    display: block;
    overflow: hidden;
    left: 0.5em;
    top: 0.3em;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: 0.4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: 0.1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: 0.3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0;
        padding: 1px;
        height: 20px;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: 0.5em 1em;
        background: 0 0;
        overflow: auto;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0;
        background-image: none;
        margin-top: 0.5em;
        padding: 0.3em 1em 0.5em 0.4em;
    }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: 0.5em 0.4em 0.5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-n {
        height: 2px;
        top: 0;
    }

    .ui-dialog .ui-resizable-e {
        width: 2px;
        right: 0;
    }

    .ui-dialog .ui-resizable-s {
        height: 2px;
        bottom: 0;
    }

    .ui-dialog .ui-resizable-w {
        width: 2px;
        left: 0;
    }

    .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw {
        width: 7px;
        height: 7px;
    }

    .ui-dialog .ui-resizable-se {
        right: 0;
        bottom: 0;
    }

    .ui-dialog .ui-resizable-sw {
        left: 0;
        bottom: 0;
    }

    .ui-dialog .ui-resizable-ne {
        right: 0;
        top: 0;
    }

    .ui-dialog .ui-resizable-nw {
        left: 0;
        top: 0;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle, .ui-selectable, .ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%;
    }

    .ui-progressbar .ui-progressbar-overlay {
        background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
        height: 100%;
        opacity: 0.25;
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

    .ui-selectmenu-menu .ui-menu {
        overflow: auto;
        overflow-x: hidden;
        padding-bottom: 1px;
    }

        .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
            font-size: 1em;
            font-weight: 700;
            line-height: 1.5;
            padding: 2px 0.4em;
            margin: 0.5em 0 0;
            height: auto;
            border: 0;
        }

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: 0.7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: 0.8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -0.3em;
        margin-left: -0.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -0.3em;
        margin-left: 0;
        margin-bottom: -0.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min, .ui-spinner-down {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max, .ui-spinner-up {
        top: 0;
    }

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: 0.222em 0;
    margin: 0.2em 2em 0.2em 0.4em;
    vertical-align: middle;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: 0.5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-tabs {
    position: relative;
    padding: 0.2em;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: 0.2em 0.2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px 0.2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap;
        }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            float: left;
            padding: 0.5em 1em;
            text-decoration: none;
        }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            margin-bottom: -1px;
            padding-bottom: 1px;
        }

            .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
                cursor: text;
            }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-widget, .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5;
    }

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}

    .ui-widget-content a, .ui-widget-header a {
        color: #333;
    }

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700;
}

    .ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
        font-weight: 400;
        color: #454545;
    }

        .ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
            color: #454545;
            text-decoration: none;
        }

            .ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
                border: 1px solid #ccc;
                background: #ededed;
                font-weight: 400;
                color: #2b2b2b;
            }

                .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
                    color: #2b2b2b;
                    text-decoration: none;
                }

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff;
}

    .ui-icon-background, .ui-state-active .ui-icon-background {
        border: #003eff;
        background-color: #fff;
    }

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: #fff;
        text-decoration: none;
    }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

    .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
        color: #5f3f3f;
    }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

    .ui-state-disabled .ui-icon {
        filter: Alpha(Opacity=35);
    }

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-button:active .ui-icon, .ui-state-active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-first, .ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
    background: #aaa;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
}

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

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

.tp-header-hamburger {
    height: 16px;
    line-height: 16px;
}

    .tp-header-hamburger .tp-hamburger-btn {
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px);
    }

.tp-header-cv-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: var(--tp-common-black-2);
    background-color: #BCE70C;
    border-radius: 6px;
}

.tp-header-top {
    padding: 12px 0 12px 0;
}

.tp-header-top-content span {
    margin-right: 18px;
    line-height: 24px;
}

    .tp-header-top-content span i {
        color: var(--tp-red-1);
        margin-right: 3px;
    }

    .tp-header-top-content span a:hover {
        color: var(--tp-red-1);
    }

.tp-header-top-info span {
    font-weight: 500;
    text-transform: capitalize;
}

    .tp-header-top-info span i {
        color: var(--tp-red-1);
        font-size: 16px;
        margin-right: 1px;
    }

.tp-header-top-social {
    margin-left: 30px;
}

    .tp-header-top-social a {
        color: #9497A3;
        font-size: 14px;
        margin-left: 18px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header-top-social a {
        margin-left: 8px;
    }
}

.tp-header-top-social a:hover {
    color: var(--tp-red-1);
}

.tp-header-top-social span {
    color: #7683AA;
    font-size: 15px;
    text-transform: capitalize;
}

.tp-header-top-menu a {
    color: #7683AA;
    font-size: 15px;
    text-transform: capitalize;
    margin-left: 23px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header-top-menu a {
        margin-left: 8px;
    }
}

.tp-header-top-menu a:hover {
    color: var(--tp-common-white);
}

.tp-header-bottom {
    margin-bottom: -1px;
}

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

.tp-header-main .main-menu {
    margin: 10px 0 10px -120px;
    border-radius: 32.5px;
    border: 1px solid rgba(6, 5, 5, 0.06);
    display: inline-block;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header-main .main-menu {
        margin: 10px 0 10px -80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-main .main-menu {
        margin: 10px 0 10px -50px;
    }
}

.tp-header-call-icon {
    flex: 0 0 auto;
    margin-right: 12px;
}

.tp-header-call-content span {
    display: block;
    color: #383434;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.tp-header-call-content a {
    color: #192F64;
    font-weight: 500;
    text-transform: uppercase;
}

    .tp-header-call-content a:hover {
        color: var(--tp-red-1);
    }

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

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-btn {
        margin-left: 0;
    }
}
/*var(--tp-theme-primary);*/
.tp-header-btn a {
    background-color: var(--tp-blue-1);
    color: var(--tp-common-white);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    display: inline-block;
    padding: 30px 41px;
}

    .tp-header-btn a:hover {
        background-color: var(--tp-red-1);
    }

    .tp-header-btn a i {
        font-size: 18px;
        margin-left: 8px;
    }


.tp-header-search {
    margin-right: 35px;
}

    .tp-header-search span {
        font-size: 20px;
        color: var(--tp-theme-primary);
    }

.tp-header-box {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-header-2 .tp-header-border {
        border-bottom: 0;
    }
}

.tp-header-2 .tp-header-top {
    padding: 12px 45px 12px 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-header-2 .tp-header-top {
        padding: 12px 20px 12px 20px;
    }
}

.tp-header-2 .tp-header-bottom {
    padding: 0px 45px 0px 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-header-2 .tp-header-bottom {
        padding: 12px 20px 12px 20px;
    }
}

@media (max-width: 767px) {
    .tp-header-2 .tp-header-bottom {
        padding: 12px 10px 12px 10px;
    }
}

.tp-header-2 .tp-header-call-icon span {
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(5, 26, 83, 0.06);
    display: inline-block;
}

.tp-header-2 .tp-header-right {
    position: relative;
    z-index: 1;
}

    .tp-header-2 .tp-header-right::before {
        position: absolute;
        content: "";
        left: -35px;
        top: 50%;
        transform: translateY(-50%);
        height: 96px;
        width: 1px;
        z-index: -1;
        background-color: rgba(5, 26, 83, 0.06);
    }

.tp-header-2-main {
    margin-left: -33px;
}

    .tp-header-2-main .main-menu ul > li {
        margin-left: 25px;
    }

        .tp-header-2-main .main-menu ul > li > a {
            padding: 35px 0;
        }

.tp-header-2 .tp-header-top-social {
    margin-left: 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header-2 .tp-header-top-social {
        margin-left: 50px;
    }
}

.tp-header-2 .tp-header-top-content span {
    color: var(--tp-common-white);
}

.tp-header-3 .main-menu ul > li > a {
    padding: 29px 0;
}

.tp-header-3 .tp-header-border {
    border-bottom: 1px solid #102A72;
}

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

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

.tp-header-3 .tp-header-top-social a {
    color: var(--tp-common-white);
}

    .tp-header-3 .tp-header-top-social a:hover {
        color: var(--tp-red-1);
    }

.tp-header-3-search {
    position: relative;
}

.tp-header-3-search-input {
    width: 217px;
}

    .tp-header-3-search-input input {
        border: none;
        border-radius: 50px;
        background: #F0F5FD;
        padding: 0 50px 0 31px;
    }

        .tp-header-3-search-input input::placeholder {
            color: #5E5F63;
            font-size: 16px;
            text-transform: capitalize;
        }

.tp-header-3-search-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 21px;
}

.tp-header-3-cart {
    padding-right: 30px;
    margin-right: 22px;
    position: relative;
}

    .tp-header-3-cart::before {
        position: absolute;
        content: "";
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 83px;
        width: 1px;
        background-color: rgba(112, 116, 128, 0.08);
    }

.tp-header-3-cart-button {
    position: relative;
}

    .tp-header-3-cart-button span {
        color: #020626;
    }

    .tp-header-3-cart-button .count {
        position: absolute;
        top: -4px;
        right: -4px;
        color: #FFF;
        font-size: 12px;
        font-weight: 500;
        height: 16px;
        width: 16px;
        line-height: 16px;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        background-color: #00C34E;
    }

.tp-header-exgency {
    padding: 22px 0 50px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-header-exgency {
        padding: 18px 0 18px 0;
    }
}

.tp-header-exgency-icon {
    flex: 0 0 auto;
    margin-right: 18px;
}

    .tp-header-exgency-icon span {
        display: inline-block;
        font-size: 32px;
        color: var(--tp-red-1);
    }

.tp-header-exgency-title {
    color: var(--tp-common-white);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
}

.tp-header-exgency-content span, .tp-header-exgency-content a {
    display: inline-block;
    color: #DEE2EE;
    font-size: 15px;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

    .tp-header-exgency-content span:hover, .tp-header-exgency-content a:hover {
        color: var(--tp-red-1);
    }

.tp-header-exgency-call {
    margin-left: -30px;
}

    .tp-header-exgency-call .tp-header-exgency-icon span {
        height: 55px;
        width: 55px;
        line-height: 62px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.3);
        display: inline-block;
        text-align: center;
        color: var(--tp-common-white);
        font-size: 24px;
    }

.tp-header-bottom-main {
    background-color: var(--tp-common-white);
    box-shadow: 0px 10px 11px rgba(0, 0, 0, 0.03);
    margin-top: -27px;
    margin-bottom: -56px;
    position: relative;
    z-index: 6;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 5px;
}

    .tp-header-bottom-main .tp-header-2-main {
        margin-left: 0;
    }

.tpsearchbar {
    background-color: var(--tp-common-white);
    text-align: start;
    position: fixed;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 0;
    width: 100%;
    min-height: 320px;
    box-shadow: rgba(5, 13, 54, 0.05) 5px 15px 30px 0px;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 100;
    padding: 30px 30px;
    transform: translateY(-100%);
}

@media (max-width: 767px) {
    .tpsearchbar {
        padding: 30px 0px;
    }
}

.tpsearchbar__title {
    font-size: 18px;
    color: var(--tp-theme-primary);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 35px;
}

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

.tpsearchbar.opened {
    transform: translateY(0);
}

.tpsearchbar__close {
    color: var(--tp-common-white);
    font-size: 30px;
    background: var(--tp-theme-primary);
    width: 35px;
    height: 35px;
    position: absolute;
    top: 15%;
    right: 15%;
}

    .tpsearchbar__close:hover i {
        transform: rotate(180deg);
    }

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

.tpsearchbar__form {
    position: relative;
}

    .tpsearchbar__form input {
        width: 100%;
        height: 60px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 10px 45px 10px 20px;
        color: var(--tp-theme-primary);
        font-size: 16px;
        font-weight: 500;
    }

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

        .tpsearchbar__form input::placeholder {
            font-size: 14px;
            color: #ACAFB7;
        }

.tpsearchbar__search-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    font-size: 16px;
}

    .tpsearchbar__search-btn i {
        font-size: 20px;
        color: var(--tp-theme-primary);
    }

.tp-header-sticky {
    display: none;
}

    .tp-header-sticky.header-sticky {
        padding-left: 150px;
        padding-right: 150px;
        display: block;
        box-shadow: none;
    }

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

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-sticky.header-sticky {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header-sticky.header-sticky {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-header-sticky.header-sticky {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .tp-header-sticky.header-sticky {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

/* HEADER CSS */
/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu {
        margin-left: 50px;
    }
}

.main-menu ul li {
    list-style: none;
    display: inline-block;
    margin-left: 30px;
    margin-right: 40px;
    position: relative;
}

    .main-menu ul li:not(:last-child) {
        margin-right: 40px;
    }

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .main-menu ul li:not(:last-child) {
        margin-right: 25px;
    }
}

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

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-menu ul li {
        margin-left: 10px;
    }
}

.main-menu ul li > a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    padding: 11px 0;
    display: inline-block;
    position: relative;
}

    .main-menu ul li > a::before {
        position: absolute;
        content: "";
        right: -7px;
        top: 50%;
        transform: translateY(-50%);
        height: 5px;
        width: 5px;
        background-color: var(--tp-red-1);
        border-radius: 50%;
        opacity: 0;
        -webkit-transition: all 0.3s 0s ease-out;
        -moz-transition: all 0.3s 0s ease-out;
        -ms-transition: all 0.3s 0s ease-out;
        -o-transition: all 0.3s 0s ease-out;
        transition: all 0.3s 0s ease-out;
    }

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

        .main-menu ul li > a:hover::before {
            opacity: 1;
        }

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

    .main-menu ul li.has-dropdown > a::after {
        content: "\f107";
        -webkit-transform: translateY(1px);
        -moz-transform: translateY(1px);
        -ms-transform: translateY(1px);
        -o-transform: translateY(1px);
        transform: translateY(1px);
        font-size: 14px;
        color: var(--tp-common-black);
        font-family: var(--tp-ff-fontawesome);
        font-weight: 400;
        margin-left: 5px;
        display: none;
    }

.main-menu ul li .tp-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    width: 200px;
    background: var(--tp-common-white);
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    padding: 25px 0 9px;
}

    .main-menu ul li .tp-submenu > li {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }

        .main-menu ul li .tp-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);
        }

        .main-menu ul li .tp-submenu > li > a {
            position: relative;
            z-index: 11;
            color: var(--tp-common-black);
            font-weight: 400;
            font-size: 14px;
            padding: 0 25px;
            padding-bottom: 0px;
            padding-left: 25px;
            padding-bottom: 1px;
            width: 100%;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

            .main-menu ul li .tp-submenu > li > a::before {
                position: absolute;
                content: "";
                left: 25px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 0;
                height: 1px;
                background-color: var(--tp-red-1);
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

        .main-menu ul li .tp-submenu > li .tp-submenu {
            left: 120%;
            top: 0;
            visibility: hidden;
            opacity: 0;
        }

        .main-menu ul li .tp-submenu > li:hover > a, .main-menu ul li .tp-submenu > li.active > a {
            color: var(--tp-red-1);
            padding-left: 43px;
        }

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

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

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

.main-menu ul li.tp-static {
    position: static;
}

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

    .main-menu ul li:hover > a::before {
        color: var(--tp-red-1);
        opacity: 1;
    }

.main-menu ul li:hover > .tp-submenu {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.main-menu ul li .has-homemenu {
    width: 850px;
    padding: 30px 30px 10px 30px;
}

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

        .main-menu ul li .has-homemenu .homemenu:hover .homemenu-btn {
            opacity: 1;
            visibility: visible;
            transform: translateY(-65%);
        }

        .main-menu ul li .has-homemenu .homemenu:hover .homemenu-thumb::before {
            background-color: rgba(38, 34, 33, 0.7);
        }

    .main-menu ul li .has-homemenu.tp-submenu li:not(:last-child) {
        border-bottom: none;
    }

.main-menu ul li .menu-fix-width {
    width: 1200px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .main-menu ul li .menu-fix-width {
        width: 1100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-menu ul li .menu-fix-width {
        width: 950px;
    }
}

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

    .homemenu-thumb:hover {
        box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.09);
    }

        .homemenu-thumb:hover::before {
            backdrop-filter: blur(0.8px);
        }

    .homemenu-thumb::before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        pointer-events: none;
    }

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

.homemenu-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-30%);
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 1;
}

.homemenu {
    padding: 7px 7px;
    position: relative;
    text-align: center;
}

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

    .homemenu:hover .homemenu-thumb::before {
        background-color: rgba(38, 34, 33, 0.5);
    }

.homemenu-thumb.comming-demo {
    position: relative;
}

    .homemenu-thumb.comming-demo::before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(38, 34, 33, 0.5);
        backdrop-filter: blur(3px);
    }

.homemenu-btn.comming-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(-45%);
}

.header-sticky {
    position: fixed !important;
    margin: auto;
    z-index: 99;
    animation: 0.95s ease 0s normal forwards 1 running headerSlideUp;
    box-shadow: 0px 20px 40px rgba(37, 9, 62, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

.side-info-wrapper {
    padding: 80px 30px 80px 30px;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

.side-info-logo {
    text-align: center;
}

.side-info-title {
    font-size: 24px;
    line-height: 1.2;
    color: var(--tp-heading-primary);
    text-transform: uppercase;
    text-align: center;
}

.side-info-gallery {
    text-align: center;
}

    .side-info-gallery a {
        margin: 5px 3px;
        display: inline-block;
    }

        .side-info-gallery a img {
            height: 110px;
            width: 110px;
            object-fit: cover;
        }

.side-info-contact {
    margin-bottom: 30px;
}

    .side-info-contact span {
        font-weight: 700;
        color: var(--tp-theme-primary);
        font-size: 20px;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 5px;
    }

    .side-info-contact p {
        font-size: 20px;
        color: var(--tp-text-body);
        margin-bottom: 0;
    }

.side-info-social a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 41px;
    background-color: rgba(216, 34, 33, 0.2);
    margin: 0 4px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    color: var(--tp-red-1);
}

    .side-info-social a:hover {
        background-color: var(--tp-red-1);
        color: var(--tp-common-white);
    }

.side-info-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
}

.side-info.tp-sidebar-opened {
    transform: translateX(0);
}

.side-info-overlay.opened {
    opacity: 1;
    visibility: visible;
}

.demo-name span {
    font-weight: 500;
    color: var(--tp-theme-primary);
    font-size: 15px;
    display: inline-block;
    margin-top: 8px;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

/*----------------------------------------*/
/*  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
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-main-menu-content {
        margin-bottom: 40px;
    }
}

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

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

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

@media (max-width: 767px) {
    .tp-main-menu-mobile ul li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

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

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

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

    .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-black);
    position: relative;
    padding: 10px 0;
    padding-right: 20px;
}

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

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

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

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

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

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

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

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

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

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

.tp-main-menu-mobile ul li:hover > a {
    color: var(--tp-theme-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 * ul, .tp-main-menu-mobile * li {
    transition: none !important;
}

/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .postbox-wrapper {
        padding-right: 0;
    }
}

.postbox-thumb .play-btn {
    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%);
    z-index: 1;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #FCF4F1;
    border-radius: 50%;
    color: var(--tp-theme-primary);
    font-size: 26px;
}

    .postbox-thumb .play-btn:hover {
        background-color: var(--tp-theme-primary);
        color: var(--tp-common-white);
    }

@media (max-width: 767px) {
    .postbox-thumb-sm-item {
        margin-bottom: 20px;
    }
}

.postbox-item-single:hover {
    box-shadow: none;
}

.postbox-content {
    padding-top: 28px;
}

.postbox-title {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 24px;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .postbox-title {
        font-size: 33px;
    }
}

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

@media (max-width: 767px) {
    .postbox-title {
        font-size: 25px;
    }
}

.postbox-title a:hover {
    color: var(--tp-red-1);
}

.postbox-meta {
    margin-bottom: 21px;
}

    .postbox-meta span {
        font-weight: 400;
        display: inline-block;
        margin-right: 30px;
        font-size: 15px;
        color: #020626;
    }

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

@media (max-width: 767px) {
    .postbox-meta span {
        margin-right: 15px;
    }
}

.postbox-meta span svg {
    transform: translateY(-2px);
}

.postbox-meta span:last-child {
    margin-right: 0;
}

.postbox-meta span i {
    color: var(--tp-red-1);
    margin-right: 5px;
    font-size: 16px;
}

.postbox-meta span:hover {
    color: var(--tp-red-1);
}

.postbox-text img {
    max-width: 100%;
}

.postbox-text p {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 33px .postbox-text p span;
    line-height-color: var(--tp-theme-primary);
}

.postbox-text-single p {
    margin-bottom: 15px;
}

.postbox-text ul {
    margin-bottom: 31px;
}

    .postbox-text ul li {
        font-size: 18px;
        line-height: 1.5;
        position: relative;
        list-style: none;
        padding-left: 20px;
        margin-bottom: 13px;
    }

        .postbox-text ul li:last-child {
            margin-bottom: 0;
        }

        .postbox-text ul li::before {
            position: absolute;
            content: "";
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 6px;
            width: 6px;
            background-color: var(--tp-theme-primary);
        }

.postbox-read-more a {
    color: #132047;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2.52px;
    text-transform: uppercase;
}

    .postbox-read-more a span {
        display: inline-block;
        margin-left: 8px;
        -webkit-transition: all 0.3s 0s ease-out;
        -moz-transition: all 0.3s 0s ease-out;
        -ms-transition: all 0.3s 0s ease-out;
        -o-transition: all 0.3s 0s ease-out;
        transition: all 0.3s 0s ease-out;
    }

    .postbox-read-more a:hover {
        color: var(--tp-red-1);
    }

        .postbox-read-more a:hover span {
            margin-left: 5px;
        }

.postbox-slider button {
    position: absolute;
    left: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 20px;
    color: var(--tp-theme-4);
    height: 50px;
    width: 50px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--tp-common-white);
}

@media (max-width: 767px) {
    .postbox-slider button {
        height: 50px;
        width: 50px;
    }
}

.postbox-slider button:hover {
    background: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
    color: var(--tp-common-white);
    box-shadow: inset 0 0 0 40px var(--tp-theme-primary);
}

@media (max-width: 767px) {
    .postbox-slider button svg {
        width: 25px;
    }
}

.postbox-slider button.postbox-slider-button-next {
    left: auto;
    right: 50px;
}

@media (max-width: 767px) {
    .postbox-slider button.postbox-slider-button-next {
        right: 10px;
    }
}

@media (max-width: 767px) {
    .postbox-slider button {
        left: 10px;
    }
}

.postbox-share {
    border-bottom: 1px solid #eaebeb;
}

.postbox-social span {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: var(--tp-heading-primary);
    display: inline-block;
    margin-right: 8px;
}

.postbox-social a {
    font-size: 14px;
    color: #020626;
    background: #F2F6F7;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    margin: 0 3px;
}

    .postbox-social a:hover {
        background: var(--tp-red-1);
        color: var(--tp-common-white);
    }

.postbox-post {
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 50px;
}

    .postbox-post::before {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(72, 30, 11, 0.1);
    }

.postbox-post-title {
    font-size: 40px;
    margin-bottom: 13px;
}

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

@media (max-width: 767px) {
    .postbox-post-title {
        font-size: 28px;
    }
}

.postbox-post-title a {
    background-image: linear-gradient(#CD5F37, #CD5F37), linear-gradient(#CD5F37, #CD5F37);
    display: inline;
    background-size: 0% 2px, 0 2px;
    background-position: 100% 100%, 0 82%;
    background-repeat: no-repeat;
    transition: background-size 0.2s linear;
    -webkit-transition: 0.3s 0.3s 0s ease-out;
    -moz-transition: 0.3s 0.3s 0s ease-out;
    -ms-transition: 0.3s 0.3s 0s ease-out;
    -o-transition: 0.3s 0.3s 0s ease-out;
    transition: 0.3s 0.3s 0s ease-out;
}

    .postbox-post-title a:hover {
        background-size: 0% 2px, 100% 2px;
        color: var(--tp-theme-primary);
    }

.postbox-post-next span {
    margin-left: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .postbox-post-prev {
        margin-bottom: 35px;
    }
}

.postbox-post-prev span {
    margin-right: 4px;
}

.postbox-post-arrow a {
    color: var(--tp-heading-primary);
    font-size: 18px;
    line-height: 1.5;
    background-image: linear-gradient(#CD5F37, #CD5F37), linear-gradient(#CD5F37, #CD5F37);
    display: inline;
    background-size: 0% 2px, 0 2px;
    background-position: 100% 100%, 0 102%;
    background-repeat: no-repeat;
    transition: background-size 0.2s linear;
    -webkit-transition: 0.3s 0.3s 0s ease-out;
    -moz-transition: 0.3s 0.3s 0s ease-out;
    -ms-transition: 0.3s 0.3s 0s ease-out;
    -o-transition: 0.3s 0.3s 0s ease-out;
    transition: 0.3s 0.3s 0s ease-out;
}

    .postbox-post-arrow a:hover {
        background-size: 0% 2px, 100% 2px;
        color: var(--tp-theme-primary);
    }

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

    .postbox__comment ul li.children {
        margin-left: 100px;
    }

@media (max-width: 767px) {
    .postbox__comment ul li.children {
        margin-left: 15px;
    }
}

.postbox__comment-form {
    margin-bottom: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
    background: var(--tp-common-white);
}

.postbox__comment-form-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
}

.postbox__comment-input {
    position: relative;
    margin-bottom: 20px;
}

    .postbox__comment-input span {
        font-weight: 600;
        color: var(--tp-common-black);
        margin-bottom: 12px;
        display: block;
    }

    .postbox__comment-input input, .postbox__comment-input textarea {
        height: 55px;
        padding: 0 20px;
        width: 100%;
        font-size: 14px;
        color: var(--tp-common-black);
        outline: none;
        border: 1px solid transparent;
        border-radius: 7px;
        background: #f7f7f7;
    }

    .postbox__comment-input textarea {
        height: 175px;
        resize: none;
        padding-top: 20px;
        padding-bottom: 20px;
    }

.postbox__comment-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.postbox__comment-box {
    padding: 30px;
    padding-right: 40px;
    padding-top: 25px;
    border-radius: 4px;
}

.postbox__comment-avater img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.postbox__comment-name {
    margin-bottom: 5px;
}

    .postbox__comment-name h5 {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 0;
    }

    .postbox__comment-name span {
        font-size: 14px;
        color: var(--tp-text-1);
    }

@media (max-width: 767px) {
    .postbox__comment-text {
        margin-left: 0;
        margin-top: 15px;
    }
}

.postbox__comment-text p {
    font-size: 16px;
    color: var(--tp-text-11);
    margin-bottom: 15px;
}

.postbox__comment-reply {
    margin-top: 10px;
}

    .postbox__comment-reply a {
        display: inline-block;
        color: var(--tp-theme-primary);
        background: rgba(61, 108, 231, 0.1);
        height: 22px;
        line-height: 22px;
        padding: 0 10px;
        font-weight: 500;
        font-size: 14px;
        border-radius: 4px;
    }

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

.postbox__comment-agree {
    padding-left: 5px;
}

    .postbox__comment-agree input {
        margin: 0;
        appearance: none;
        -moz-appearance: none;
        display: block;
        width: 14px;
        height: 14px;
        background: var(--tp-common-white);
        border: 1px solid #b9bac1;
        outline: none;
        border-radius: 4px;
        flex: 0 0 auto;
        -webkit-transform: translateY(-1px);
        -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -o-transform: translateY(-1px);
        transform: translateY(-1px);
    }

        .postbox__comment-agree input:checked {
            position: relative;
            background-color: var(--tp-theme-primary);
            border-color: transparent;
        }

            .postbox__comment-agree input:checked::after {
                box-sizing: border-box;
                content: "\f00c";
                position: absolute;
                font-family: var(--tp-ff-fontawesome);
                font-size: 10px;
                color: var(--tp-common-white);
                top: 46%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

        .postbox__comment-agree input:hover {
            cursor: pointer;
        }

    .postbox__comment-agree label {
        padding-left: 8px;
        color: var(--tp-text-1);
        line-height: 1;
    }

        .postbox__comment-agree label a {
            color: var(--tp-common-black);
            font-weight: 600;
            padding-left: 4px;
        }

            .postbox__comment-agree label a:hover {
                color: var(--tp-theme-primary);
            }

        .postbox__comment-agree label:hover {
            cursor: pointer;
        }

.postbox__tag span {
    font-size: 16px;
    margin-bottom: 17px;
    color: var(--tp-common-black);
    margin-right: 10px;
}

.postbox-details-author {
    border-radius: 5px;
    background: var(--tp-common-white);
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.09);
    padding: 42px 30px 20px 28px;
}

@media (max-width: 767px) {
    .postbox-details-author {
        padding: 40px 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .postbox-details-author {
        margin-right: 0;
    }
}

.postbox-details-author-main-title {
    font-family: var(--tp-ff-body);
    font-size: 28px;
    font-weight: 700;
}

.postbox-details-author-thumb {
    flex: 0 0 auto;
    margin-right: 30px;
}

@media (max-width: 767px) {
    .postbox-details-author-thumb {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.postbox-details-author-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 2px;
}

.postbox-details-author-content span {
    color: var(--tp-red-1);
    display: inline-block;
    margin-bottom: 16px;
}

.postbox-details-author-content p {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 0;
}

.postbox-details-author-social a {
    font-size: 14px;
    color: var(--tp-common-white);
    margin-right: 17px;
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .postbox-main-wrapper {
        padding-right: 0;
    }
}

.postbox-comment-title {
    font-size: 48px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .postbox-comment-title {
        font-size: 34px;
    }
}

.postbox-comment ul li {
    list-style: none;
    margin-bottom: 40px;
}

.postbox-comment ul.children {
    margin-left: 70px;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .postbox-comment ul.children {
        margin-left: 0px;
    }
}

.postbox-comment-box {
    display: flex;
    border-bottom: 1px solid rgba(15, 13, 29, 0.1);
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .postbox-comment-box {
        display: block;
    }
}

.postbox-comment-content {
    position: relative;
}

.postbox-comment-avater {
    flex: 0 0 auto;
    margin-right: 40px;
}

@media (max-width: 767px) {
    .postbox-comment-avater {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.postbox-comment-avater img {
    height: 155px;
    width: 155px;
    object-fit: cover;
}

.postbox-comment-content p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.postbox-comment-author {
    margin-bottom: 9px;
}

    .postbox-comment-author span {
        font-weight: 400;
        font-size: 18px;
        line-height: 1.5;
        color: var(--tp-theme-primary);
    }

    .postbox-comment-author p {
        font-weight: 700;
        font-size: 24px;
        line-height: 1.5;
        color: #0C0A1F;
        margin-bottom: 0;
    }

.postbox-comment-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    color: #0C0A1F;
    margin-bottom: 0;
}

.postbox-comment-rating {
    position: absolute;
    right: 32px;
    top: 27px;
}

@media (max-width: 767px) {
    .postbox-comment-rating {
        position: inherit;
        right: 0;
        top: 0;
    }
}

.postbox-comment-rating span {
    color: var(--tp-theme-primary);
    margin: 0 -2px;
    display: inline-block;
}

.postbox-comment-reply span {
    display: inline-block;
    color: var(--tp-theme-primary);
    font-weight: 700;
    font-size: 14px;
}

.postbox-comment-reply img {
    margin-right: 15px;
}

.postbox-blockquote-bg {
    position: relative;
    z-index: 1;
}

    .postbox-blockquote-bg::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.69);
        z-index: -1;
    }

.postbox-blockquote-thumb {
    flex: 0 0 auto;
    margin-right: 30px;
}

@media (max-width: 767px) {
    .postbox-blockquote-thumb {
        margin-bottom: 20px;
    }
}

.postbox-blockquote-content {
    padding: 37px 15px 36px 35px;
}

@media (max-width: 767px) {
    .postbox-blockquote-content {
        padding: 25px 15px 25px 15px;
    }
}

.postbox-blockquote-content span {
    color: var(--tp-common-white);
    font-size: 16px;
}

.postbox-list-title {
    font-family: var(--tp-ff-body);
    font-size: 28px;
    font-weight: 700;
}

.postbox-list-wrapper ul li {
    list-style: none;
    margin-bottom: 20px;
    display: flex;
}

    .postbox-list-wrapper ul li:last-child {
        margin-bottom: 0;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .postbox-list-wrapper ul li:last-child {
        margin-bottom: 20px;
    }
}

.postbox-list-wrapper ul li:hover span {
    background-color: var(--tp-red-1);
}

    .postbox-list-wrapper ul li:hover span img {
        filter: brightness(10);
    }

.postbox-list-wrapper ul li span {
    display: inline-block;
    flex: 0 0 auto;
    margin-right: 16px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: var(--tp-common-white);
    border-radius: 50%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    text-align: center;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

    .postbox-list-wrapper ul li span 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;
    }

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

.postbox-list-qoute {
    margin-top: 65px;
    margin-bottom: 40px;
}

    .postbox-list-qoute span {
        font-size: 18px;
        font-style: italic;
        font-weight: 500;
    }

.postbox-list-wrap > p {
    font-size: 18px;
}

.postbox-review-title {
    font-family: var(--tp-ff-body);
    font-size: 28px;
    font-weight: 700;
}

.postbox-review-form {
    background: #F8F8F9;
    padding: 70px 50px 70px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .postbox-review-form {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .postbox-review-form {
        padding: 45px 25px 45px 25px;
    }
}

blockquote {
    margin-bottom: 35px;
    display: flex;
}

@media (max-width: 767px) {
    blockquote {
        padding-left: 15px;
        padding-right: 15px;
        flex-wrap: wrap;
    }
}

blockquote h4 {
    margin-bottom: 20px;
    color: var(--tp-common-white);
    font-size: 22px;
    font-weight: 700;
    line-height: 43px;
}

@media (max-width: 767px) {
    blockquote h4 {
        font-size: 22px;
    }
}

blockquote span {
    top: 12px;
    right: 35px;
}

blockquote cite {
    font-size: 18px;
    display: block;
    margin-top: 10px;
    color: #070337;
    font-style: inherit;
    font-weight: 600;
    position: relative;
}

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

/*----------------------------------------*/
/*  5.2 Recent Post css
/*----------------------------------------*/
.tp-sidebar-blog-item-wrapper {
    padding: 35px 24px;
    border: 1px solid #E0E2E3;
}

.tp-sidebar-blog-item:not(:last-child) {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #EAEBED;
}

.tp-sidebar-blog-thumb img {
    width: 80px;
    height: 70px;
    object-fit: cover;
    margin-right: 16px;
}

.tp-sidebar-blog-title {
    font-size: 16px;
    font-weight: 500;
}

    .tp-sidebar-blog-title a:hover {
        color: var(--tp-theme-primary);
    }

.tp-sidebar-blog-meta span {
    font-size: 14px;
}

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

.tp-sidebar-blog-item-wrapper {
    padding: 35px 24px;
    border: 1px solid #E0E2E3;
}

.tp-sidebar-blog-item:not(:last-child) {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #EAEBED;
}

.tp-sidebar-blog-thumb img {
    width: 80px;
    height: 70px;
    object-fit: cover;
    margin-right: 16px;
}

.tp-sidebar-blog-title {
    font-size: 16px;
    font-weight: 500;
}

    .tp-sidebar-blog-title a:hover {
        color: var(--tp-theme-primary);
    }

.tp-sidebar-blog-meta span {
    font-size: 14px;
}

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

@media (max-width: 767px) {
    .rc-post {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
}

.rc-post ul li:not(:last-child) {
    margin-bottom: 15px;
}

.rc-post-thumb {
    flex: 0 0 auto;
    margin-right: 14px;
}

@media (max-width: 767px) {
    .rc-post-thumb {
        margin-bottom: 20px;
    }
}

.rc-post-thumb img {
    width: 100px;
    height: 84px;
    object-fit: cover;
}

.rc-post-title {
    margin-bottom: 13px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--tp-heading-primary);
    font-family: var(--tp-ff-body);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .rc-post-title {
        font-size: 15px;
    }
}

.rc-post-title a:hover {
    color: var(--tp-red-1);
}

.rc-meta span {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

    .rc-meta span i {
        font-size: 14px;
        color: var(--tp-red-1);
    }

/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/
.tp-sidebar-widget {
    background: #F8F8F8;
    padding: 40px 32px 32px 32px;
}

.tp-sidebar-widget-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
    position: relative;
    padding-left: 10px;
}

    .tp-sidebar-widget-title::before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 100%;
        width: 2px;
        background-color: var(--tp-red-1);
    }

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

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

    .tp-sidebar-widget ul li a {
        position: relative;
        padding-left: 16px;
        font-size: 16px;
        color: #55585B;
        display: block;
    }

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

        .tp-sidebar-widget ul li a::after {
            position: absolute;
            content: "";
            width: 4px;
            height: 4px;
            background-color: #CED2D6;
            border-radius: 50%;
            left: 0;
            top: 12px;
        }

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

    .tp-sidebar-widget ul li ul {
        padding-left: 15px;
        padding-top: 6px;
    }

.tp-sidebar-widget-Catagory a {
    display: block;
    color: var(--tp-theme-primary);
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

    .tp-sidebar-widget-Catagory a:hover {
        text-decoration: underline;
    }

        .tp-sidebar-widget-Catagory a:hover i {
            color: var(--tp-theme-primary);
        }

    .tp-sidebar-widget-Catagory a i {
        float: right;
        font-size: 12px;
        color: #5E5F63;
    }

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

.tp-sidebar-search-input input {
    background-color: var(--tp-common-white);
    padding: 0 50px 0 15px;
}

    .tp-sidebar-search-input input:focus {
        border-color: var(--tp-red-1);
    }

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

.tp-sidebar-search-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
}

    .tp-sidebar-search-btn i {
        color: #1B1B1B;
    }

.tp-sidebar-avatar {
    padding-top: 25px;
    padding-bottom: 35px;
}

.tp-sidebar-avatar-thumb {
    margin-bottom: 16px;
}

    .tp-sidebar-avatar-thumb img {
        height: 100px;
        width: 100px;
        border-radius: 50px;
        object-fit: cover;
    }

.tp-sidebar-avatar-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.tp-sidebar-avatar span {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 11px;
}

.tp-sidebar-avatar p {
    line-height: 28.8px;
    margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-sidebar-avatar p br {
        display: none;
    }
}

.tp-sidebar-avatar-social a {
    height: 42px;
    width: 42px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    color: #7D7E80;
}

    .tp-sidebar-avatar-social a:hover {
        background-color: var(--tp-red-1);
        color: var(--tp-common-white);
    }

.tagcloud a {
    color: #5E5F63;
    padding: 6px 23px;
    font-size: 15px;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 8px;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.02);
    background-color: var(--tp-common-white);
}

    .tagcloud a:hover {
        background-color: var(--tp-red-1);
        color: var(--tp-common-white);
    }

.tagcloud-sm a {
    margin-right: 9px;
    padding: 3px 20px;
    border: 1px solid #eaebeb;
    text-transform: uppercase;
    font-size: 14px;
}

    .tagcloud-sm a:hover {
        border-color: var(--tp-red-1);
    }

/*----------------------------------------*/
/*  5.4 Blog css
/*----------------------------------------*/
.tp-blog-thumb img {
    max-width: 100%;
}

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

.tp-blog-item:hover .tp-blog-content::before {
    left: -21px;
    bottom: -20px;
    opacity: 1;
}

.tp-blog-item:hover .tp-blog-item-tag span {
    background-color: var(--tp-theme-primary);
}

    .tp-blog-item:hover .tp-blog-item-tag span::before {
        background-color: var(--tp-theme-primary);
    }

.tp-blog-item-tag {
    position: absolute;
    top: -36px;
    left: 0;
}

    .tp-blog-item-tag span {
        background-color: var(--tp-red-1);
        color: #FFF;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1.62px;
        text-transform: uppercase;
        padding: 6px 18px 4px 18px;
        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;
        position: relative;
    }

        .tp-blog-item-tag span::before {
            position: absolute;
            content: "";
            bottom: -7px;
            -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;
            left: 0;
            right: 0;
            text-align: center;
            margin: 0 auto;
            clip-path: polygon(100% 0, 0 0, 50% 100%);
            height: 10px;
            width: 23px;
            background-color: var(--tp-red-1);
        }

.tp-blog-item-meta {
    margin-bottom: 20px;
}

    .tp-blog-item-meta span {
        font-size: 16px;
        text-transform: capitalize;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-blog-item-meta span {
        font-size: 14px;
    }
}

.tp-blog-item-meta a {
    margin-right: 9px;
    font-size: 16px;
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-blog-item-meta a {
        font-size: 14px;
    }
}

.tp-blog-item-meta a i {
    position: relative;
    margin-right: 5px;
}

    .tp-blog-item-meta a i::before {
        position: absolute;
        content: "";
        top: -3px;
        left: -3px;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        border: 1px solid var(--tp-red-1);
    }

    .tp-blog-item-meta a i img {
        height: 24px;
        width: 24px;
        border-radius: 50%;
        object-fit: cover;
    }

.tp-blog-content {
    background: var(--tp-common-white);
    box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 22px 22px 22px 22px;
    margin-left: 21px;
    margin-top: -42px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-blog-content {
        padding: 22px 15px 22px 15px;
    }
}

.tp-blog-content::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 100%;
    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;
    z-index: -1;
    border: 1px solid var(--tp-red-1);
    opacity: 0;
}

.tp-blog-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

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

.tp-blog-title a:hover {
    color: var(--tp-red-1);
}

.tp-blog-btn {
    transform: translateY(40px);
    margin-top: -23px;
}

    .tp-blog-btn a {
        border: 1px solid #EBEBEB;
        border-radius: 50px;
        display: inline-block;
        background-color: var(--tp-common-white);
        color: var(--tp-theme-primary);
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
        padding: 15px 38px;
    }

        .tp-blog-btn a i {
            margin-left: 7px;
            color: var(--tp-red-1);
        }

        .tp-blog-btn a:hover {
            border-color: var(--tp-red-1);
            color: var(--tp-red-1);
        }

.tp-blog-shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.tp-blog-2:hover .tp-blog-2-thumb img {
    transform: scale(1.1);
}

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

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

.tp-blog-2-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}

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

.tp-blog-2-title a:hover {
    color: var(--tp-red-1);
}

.tp-blog-2-thumb {
    position: relative;
    overflow: hidden;
}

    .tp-blog-2-thumb img {
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
        width: 100%;
    }

.tp-blog-2-info {
    background: var(--tp-common-white);
    padding: 9px 62px 9px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-blog-2-info {
        padding: 15px 20px 20px 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-blog-2-info-item {
        margin-right: 5px;
    }
}

.tp-blog-2-info-item span {
    font-size: 15px;
}

    .tp-blog-2-info-item span i {
        color: var(--tp-red-1);
    }

.tp-blog-2-content {
    background: var(--tp-common-white);
    padding: 15px 28px 20px 28px;
    box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-blog-2-content {
        padding: 15px 20px 20px 20px;
    }
}

.tp-blog-2-content p {
    font-size: 16px;
}

.tp-blog-2-btn a {
    color: var(--tp-heading-primary);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

    .tp-blog-2-btn a:hover {
        color: var(--tp-red-1);
    }

    .tp-blog-2-btn a i {
        margin-left: 5px;
        color: var(--tp-red-1);
    }

.tp-blog-2-date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--tp-red-1);
    height: 76px;
    width: 80px;
    text-align: center;
    padding: 11px 5px 13px 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-blog-2-date::before {
        position: absolute;
        content: "";
        clip-path: polygon(100% 0, 0 0, 50% 100%);
        height: 12px;
        width: 24px;
        background-color: var(--tp-red-1);
        left: 0;
        right: 0;
        text-align: center;
        bottom: -9px;
        margin: 0 auto;
        -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-2-date span {
        color: var(--tp-common-white);
        font-family: var(--tp-ff-hading);
        font-size: 28px;
        font-weight: 600;
    }

    .tp-blog-2-date p {
        color: #FFF;
        font-family: Lexend;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 0;
    }

.tp-blog-3-wrap {
    position: relative;
    z-index: 1;
    padding-top: 105px;
}

.tp-blog-3-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 540px;
    background-color: var(--tp-theme-secondary);
    z-index: -1;
}

.tp-blog-3-item {
    position: relative;
}

.tp-blog-3-item-big {
    padding-top: 305px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

    .tp-blog-3-item-big::before {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border-radius: 10px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.36%, rgba(0, 0, 0, 0.79) 75.73%, rgba(0, 0, 0, 0.87) 100%);
        z-index: -1;
    }

.tp-blog-3-content {
    padding: 42px 42px 47px 42px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-blog-3-content {
        padding: 42px 15px 20px 15px;
    }
}

@media (max-width: 767px) {
    .tp-blog-3-content {
        padding: 10px 15px 15px 15px;
    }
}

.tp-blog-3-meta {
    margin-bottom: 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-blog-3-meta {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .tp-blog-3-meta {
        margin-bottom: 5px;
    }
}

.tp-blog-3-meta span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    display: inline-block;
    margin-right: 25px;
}

    .tp-blog-3-meta span i {
        margin-right: 3px;
        color: var(--tp-red-1);
        font-size: 14px;
    }

.tp-blog-3-title {
    color: var(--tp-common-white);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.65;
    margin-bottom: 21px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-blog-3-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-blog-3-title {
        font-size: 18px;
        margin-bottom: 8px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .tp-blog-3-title br {
        display: none;
    }
}

.tp-blog-3-title a {
    line-height: 1.65;
}

.tp-blog-3-btn a {
    color: var(--tp-common-white);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 2.52px;
    text-transform: uppercase;
}

    .tp-blog-3-btn a:hover {
        color: var(--tp-red-1);
    }

        .tp-blog-3-btn a:hover span {
            margin-left: 8px;
        }

    .tp-blog-3-btn a span {
        display: inline-block;
        margin-left: 13px;
        -webkit-transition: all 0.3s 0s ease-out;
        -moz-transition: all 0.3s 0s ease-out;
        -ms-transition: all 0.3s 0s ease-out;
        -o-transition: all 0.3s 0s ease-out;
        transition: all 0.3s 0s ease-out;
    }

.tp-blog-3-item-2 {
    padding: 9px 10px 9px 10px;
    border-radius: 8px;
    border: 1px solid #E8E9F2;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
    .tp-blog-3-item-2 {
        flex-wrap: wrap;
        padding: 15px 15px;
    }
}

.tp-blog-3-item-2-thumb {
    flex: 0 0 auto;
    margin-right: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-blog-3-item-2-thumb {
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .tp-blog-3-item-2-thumb {
        margin-right: 0px;
        margin-bottom: 30px;
    }
}

.tp-blog-3-item-2-thumb img {
    border-radius: 10px;
    width: 230px;
    height: 150px;
    object-fit: cover;
}

.tp-blog-3-item-2 .tp-blog-3-meta span {
    color: rgba(2, 6, 38, 0.6);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-blog-3-item-2 .tp-blog-3-meta span {
        margin-right: 10px;
    }
}

.tp-blog-3-item-2 .tp-blog-3-title {
    color: var(--tp-heading-primary);
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-blog-3-all {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.tp-footer-wrap {
    margin-bottom: 50px;
    padding-bottom: 42px;
    position: relative;
}

    .tp-footer-wrap::before {
        position: absolute;
        content: "";
        bottom: 0;
        right: 0;
        height: 1px;
        width: 4000px;
        background-color: rgba(255, 255, 255, 0.06);
    }

.tp-footer-main-title {
    color: var(--tp-common-white);
    font-size: 44px;
    font-weight: 700;
    line-height: normal;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-main-title {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .tp-footer-main-title {
        font-size: 30px;
    }
}

.tp-footer-main-title span {
    color: var(--tp-red-1);
}

.tp-footer-widget-content p {
    color: var(--tp-common-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}

.tp-footer-widget-content-list-item i {
    color: var(--tp-red-1);
    margin-right: 17px;
    width: 20px;
    flex: 0 0 auto;
    transform: translateY(4px);
}

.tp-footer-widget-content-list-item a {
    color: var(--tp-common-white);
    font-size: 16px;
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-widget-content-list-item a {
        font-size: 15px;
    }
}

.tp-footer-widget-content-list-item a:hover {
    color: var(--tp-red-1);
}

.tp-footer-widget-title {
    color: var(--tp-common-white);
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
}

.tp-footer-widget-link ul li {
    list-style: none;
    margin-bottom: 20px;
}

    .tp-footer-widget-link ul li:last-child {
        margin-bottom: 0;
    }

    .tp-footer-widget-link ul li a {
        color: var(--tp-common-white);
        font-size: 16px;
    }

        .tp-footer-widget-link ul li a:hover {
            padding-left: 5px;
            opacity: 0.8;
        }

@media (max-width: 767px) {
    .tp-footer-copyright {
        padding: 5px 0;
    }
}

.tp-footer-copyright p {
    color: var(--tp-common-white);
    font-size: 16px;
    margin-bottom: 0;
}

.tp-footer-copyright span {
    margin-bottom: 0;
    color: var(--tp-red-1);
    display: inline-block;
    margin-right: 5px;
}

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

@media (max-width: 767px) {
    .tp-footer-social {
        padding: 5px 0;
    }
}

.tp-footer-social a {
    display: inline-block;
    background-color: var(--tp-theme-primary);
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.61);
    margin: 0 9px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-footer-social a {
        margin: 0 4px;
    }
}

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

@media (max-width: 767px) {
    .tp-footer-terms {
        padding: 5px 0;
    }
}

.tp-footer-terms a {
    font-size: 18px;
    color: var(--tp-common-white);
    padding-left: 14px;
    margin-left: 6px;
    position: relative;
}

    .tp-footer-terms a::before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(255, 255, 255, 0.12);
        height: 13px;
        width: 1px;
    }

    .tp-footer-terms a:first-child {
        padding-left: 0;
        margin-left: 0;
    }

        .tp-footer-terms a:first-child::before {
            display: none;
        }

    .tp-footer-terms a:hover {
        color: var(--tp-red-1);
    }

/* footer col design for home 1 */
.tp-footer-col-2 {
    padding-top: 20px;
    padding-left: 15px;
}

.tp-footer-eligible .tp-eligible-item {
    background-color: var(--tp-blue-1);
    padding: 24px 10px 34px 10px;
}

@media (max-width: 767px) {
    .tp-footer-eligible .tp-eligible-item {
        padding: 30px 10px 36px 10px;
    }
}

.tp-footer-eligible .tp-eligible-item-2 {
    background-color: var(--tp-red-1);
}

/* footer col design for home 2 */
.tp-footer-2-col-1 {
    margin-right: -35px;
}

@media (max-width: 767px) {
    .tp-footer-2-col-1 {
        margin-right: 0;
    }
}

.tp-footer-2-col-2 {
    margin-left: 75px;
}

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

@media (max-width: 767px) {
    .tp-footer-2-col-2 {
        margin-left: 0;
    }
}

.tp-footer-2-col-3 {
    margin-left: 25px;
}

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

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

.tp-footer-2-col-4 {
    margin-left: -35px;
}

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

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-footer-2-col-4 {
        margin-left: -80px;
    }
}

@media (max-width: 767px) {
    .tp-footer-2-col-4 {
        margin-left: 0;
    }
}

.tp-footer-widget-newsletter {
    margin-bottom: 43px;
}

.tp-footer-widget-newsletter-icon {
    flex: 0 0 auto;
    margin-right: 18px;
}

    .tp-footer-widget-newsletter-icon span {
        height: 86px;
        width: 86px;
        line-height: 86px;
        background-color: var(--tp-blue-1);
        border-radius: 50%;
        display: inline-block;
        text-align: center;
    }

.tp-footer-widget-newsletter-content p {
    margin-bottom: 9px;
    color: var(--tp-common-white);
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
}

.tp-footer-widget-newsletter-content span {
    display: block;
    color: var(--tp-common-white);
    font-size: 14px;
    text-transform: capitalize;
}

.tp-footer-widget-newsletter-wrapper {
    position: relative;
}

.tp-footer-widget-newsletter-input input {
    background-color: var(--tp-blue-1);
    border: none;
    color: var(--tp-common-white);
    padding: 5px 125px 5px 17px;
    height: 60px;
}

    .tp-footer-widget-newsletter-input input::placeholder {
        color: rgba(255, 255, 255, 0.59);
        font-size: 16px;
    }

.tp-footer-widget-newsletter-submit button {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--tp-common-white);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    background-color: var(--tp-red-1);
    padding: 8px 20px;
}

/*----------------------------------------*/
/*  7.1 Hero css
/*----------------------------------------*/
/*----------------------------------------*/
/*  7.3 Brand css
/*----------------------------------------*/
.tp-brand-border {
    padding-top: 54px;
    margin-top: 110px;
    border-top: 1px solid #D9D9D9;
}

.tp-brand-wrap span {
    color: var(--tp-theme-primary);
    font-size: 20px;
    font-weight: 500;
}

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

@media (max-width: 767px) {
    .tp-brand-item {
        margin-top: 20px;
    }
}

.tp-error-count {
    color: var(--tp-blue-1);
    font-size: 300px;
    font-weight: 600;
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-error-count {
        font-size: 220px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-error-count {
        font-size: 180px;
    }
}

@media (max-width: 767px) {
    .tp-error-count {
        font-size: 160px;
    }
}

.tp-error-title {
    font-size: 60px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 60px;
}

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

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

@media (max-width: 767px) {
    .tp-error-title {
        font-size: 36px;
    }
}

/*----------------------------------------*/
/*  7.14 Services css
/*----------------------------------------*/
.tp-services-item {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-services-item {
        margin-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .tp-services-item {
        margin-bottom: 80px;
    }
}

.tp-services-item:hover .tp-services-info {
    opacity: 0;
    visibility: hidden;
}

.tp-services-item:hover .tp-services-info-hover {
    opacity: 1;
    visibility: visible;
    bottom: -40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .tp-services-item:hover .tp-services-info-hover {
        top: 10%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-services-item:hover .tp-services-info-hover {
        top: 25%;
    }
}

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

.tp-services-icon {
    transform: translate(-18px, 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-services-icon span {
        height: 75px;
        width: 75px;
        line-height: 75px;
        text-align: center;
        background-color: var(--tp-red-1);
        border-radius: 10px;
        display: inline-block;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-services-icon span {
        height: 60px;
        width: 60px;
        line-height: 60px;
    }
}

.tp-services-info, .tp-services-info-hover {
    position: absolute;
    z-index: 1;
    left: 45px;
    bottom: -60px;
    padding: 8px 10px 8px 0px;
    background-color: var(--tp-common-white);
    right: 28px;
    margin: 0 auto;
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.07);
    -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), (max-width: 767px) {
    .tp-services-info, .tp-services-info-hover {
        right: 8px;
        left: 25px;
    }
}

.tp-services-info-hover, .tp-services-info-hover-hover {
    opacity: 0;
    visibility: hidden;
    border-bottom: 1px solid var(--tp-red-1);
}

    .tp-services-info-hover .tp-services-title, .tp-services-info-hover-hover .tp-services-title {
        margin-bottom: 17px;
    }

    .tp-services-info-hover .tp-services-icon span, .tp-services-info-hover-hover .tp-services-icon span {
        background-color: var(--tp-theme-primary);
    }

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

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

.tp-services-content {
    margin-left: 4px;
    margin-top: 27px;
    margin-bottom: 23px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-services-content {
        margin-left: -10px;
        margin-top: 8px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-services-content {
        margin-left: 0px;
        margin-top: 8px;
    }
}

.tp-services-content p {
    font-size: 16px;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    margin-bottom: 11px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-services-content p {
        font-size: 14px;
    }
}

.tp-services-btn {
    color: var(--tp-theme-primary);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
}

    .tp-services-btn:hover {
        color: var(--tp-red-1);
    }

    .tp-services-btn i {
        margin-left: 6px;
        font-size: 18px;
        transform: translateY(2px);
    }

.tp-services-all span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.32px;
    text-transform: capitalize;
}

    .tp-services-all span a {
        font-weight: 700;
        color: var(--tp-theme-primary);
        position: relative;
    }

        .tp-services-all span a::before {
            position: absolute;
            content: "";
            bottom: 1px;
            left: 0;
            height: 1px;
            width: 100%;
            background-color: var(--tp-red-1);
        }

.tp-services-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    margin-top: -95px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-services-wrap {
        gap: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-services-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .tp-services-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}

.tp-services-item-box {
    padding: 35px 30px 53px 30px;
    background: var(--tp-common-white);
    box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.02);
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-services-item-box {
        padding: 35px 15px 75px 15px;
    }
}

.tp-services-item-box::before {
    position: absolute;
    content: "";
    z-index: -5;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    border: 1px solid var(--tp-red-1);
    opacity: 0;
}

.tp-services-item-box:hover::before {
    top: 10px;
    left: 10px;
    opacity: 1;
}

.tp-services-item-box:hover .tp-services-item-box-icon span {
    transform: scale(0);
    opacity: 0;
}

.tp-services-item-box:hover .tp-services-item-box-title {
    transform: translateY(-66px);
}

.tp-services-item-box:hover .tp-services-item-box-content {
    bottom: 29px;
    opacity: 1;
    visibility: visible;
    transition-delay: 0.1s;
}

.tp-services-item-box-icon {
    height: 64px;
}

    .tp-services-item-box-icon span {
        margin-bottom: 22px;
        display: inline-block;
        transition: all 0.3s ease-out 0s;
        color: var(--tp-red-1);
        font-size: 40px;
    }

.tp-services-item-box-title {
    font-family: var(--tp-ff-body);
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 0;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

    .tp-services-item-box-title a:hover {
        color: var(--tp-red-1);
    }

.tp-services-item-box-content {
    position: absolute;
    bottom: -8px;
    left: 30px;
    right: 30px;
    transition-duration: 0.3s;
    opacity: 0;
    visibility: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-services-item-box-content {
        left: 15px;
        right: 15px;
    }
}

.tp-services-item-box-content p {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.tp-services-item-box-content .services-link-btn {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    color: var(--tp-theme-primary);
}

    .tp-services-item-box-content .services-link-btn:hover {
        color: var(--tp-red-1);
    }

    .tp-services-item-box-content .services-link-btn i {
        font-size: 18px;
        transform: translateY(2px);
        margin-left: 8px;
    }

.tp-services-2 {
    background: #FFF;
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.05);
    position: relative;
}

    .tp-services-2:hover .tp-services-2-icon span {
        background-color: var(--tp-red-1);
        color: var(--tp-common-white);
    }

        .tp-services-2:hover .tp-services-2-icon span::before {
            background-color: var(--tp-red-1);
        }

    .tp-services-2:hover .tp-services-2-btn a {
        background-color: var(--tp-red-1);
        color: var(--tp-common-white);
    }

.tp-services-2-thumb > img {
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    width: 100%;
}

.tp-services-2-icon {
    position: absolute;
    bottom: 20px;
    left: 15px;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

    .tp-services-2-icon span {
        width: 80px;
        height: 75px;
        background-color: var(--tp-common-white);
        line-height: 83px;
        border-radius: 4px;
        display: inline-block;
        text-align: center;
        position: relative;
        font-size: 36px;
        color: var(--tp-red-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-services-2-icon span::before {
            position: absolute;
            content: "";
            bottom: -10px;
            left: 0;
            right: 0;
            text-align: center;
            margin: 0 auto;
            clip-path: polygon(0 0, 0% 100%, 100% 0);
            width: 25px;
            height: 14px;
            background-color: var(--tp-common-white);
            -webkit-transition: all 0.3s 0s ease-out;
            -moz-transition: all 0.3s 0s ease-out;
            -ms-transition: all 0.3s 0s ease-out;
            -o-transition: all 0.3s 0s ease-out;
            transition: all 0.3s 0s ease-out;
        }

        .tp-services-2-icon span 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-services-2-content {
    padding: 25px 25px 16px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-services-2-content {
        padding: 25px 15px 16px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-services-2-content {
        padding: 25px 18px 16px 18px;
    }
}

.tp-services-2-title {
    font-size: 24px;
    font-weight: 500;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-services-2-title {
        font-size: 22px;
    }
}

.tp-services-2-title a:hover {
    color: var(--tp-red-1);
}

.tp-services-2-list-item {
    margin-bottom: 13px;
}

    .tp-services-2-list-item p {
        margin-bottom: 0;
        color: rgba(20, 33, 43, 0.7);
        font-size: 16px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-services-2-list-item p {
        font-size: 14px;
    }
}

.tp-services-2-list-item span {
    margin-right: 10px;
}

.tp-services-2-btn {
    background-color: #F1EBE9;
}

    .tp-services-2-btn a {
        display: block;
        width: 100%;
        color: var(--tp-heading-primary);
        font-size: 16px;
        font-weight: 500;
        line-height: 25px;
        text-transform: capitalize;
        padding: 12px 20px 12px 16px;
    }

    .tp-services-2-btn span {
        float: right;
    }

.tp-services-2-wrap {
    position: relative;
    z-index: 1;
}

.tp-services-2-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 475px;
    width: 100%;
    background-color: var(--tp-theme-secondary);
}

.tp-services-3 {
    position: relative;
    z-index: 1;
}

.tp-services-3-wrap {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-services-3-item {
        margin-bottom: 60px;
    }
}

.tp-services-3-item:hover .tp-services-3-info {
    opacity: 0;
    visibility: hidden;
}

.tp-services-3-item:hover .tp-services-3-content {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.tp-services-3-info {
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.07);
    text-align: center;
    position: absolute;
    bottom: -38px;
    left: 35px;
    right: 35px;
    background-color: var(--tp-common-white);
    border-radius: 7px;
    padding: 0px 12px 32px 12px;
    -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), (max-width: 767px) {
    .tp-services-3-info {
        left: 15px;
        right: 15px;
    }
}

.tp-services-3-info-icon span {
    transform: translateY(-57px);
    display: inline-block;
    height: 75px;
    width: 75px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--tp-red-1);
    font-size: 35px;
    color: var(--tp-common-white);
}

.tp-services-3-info-title {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: -44px;
}

.tp-services-3-thumb .fix > img {
    width: 100%;
}

.tp-services-3-content {
    position: absolute;
    bottom: -20px;
    left: 36px;
    right: 36px;
    border-radius: 7px;
    opacity: 0.89;
    background: var(--tp-theme-primary);
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.07);
    padding: 30px;
    padding-top: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .tp-services-3-content {
        left: 15px;
        right: 15px;
        padding: 0px 20px 30px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-services-3-content {
        left: 15px;
        right: 15px;
        padding: 0px 20px 30px 20px;
    }
}

.tp-services-3-content p {
    color: var(--tp-common-white);
    font-size: 16px;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.tp-services-3-content > a {
    color: var(--tp-common-white);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.tp-services-3-icon span {
    transform: translateY(-40px);
    display: inline-block;
    height: 75px;
    width: 75px;
    line-height: 85px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--tp-common-white);
    color: var(--tp-red-1);
    font-size: 35px;
}

.tp-services-3-title {
    color: var(--tp-common-white);
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: -26px;
    margin-bottom: 24px;
}

.tp-services-3-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tp-services-3-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.tp-services-3-shape-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.tp-services-3-item-2 {
    border-radius: 10px;
    background: #082060;
    text-align: center;
    padding: 40px 23px 48px 23px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-bottom: 3px solid transparent;
    -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-services-3-item-2:hover {
        border-bottom: 3px solid var(--tp-red-1);
    }

        .tp-services-3-item-2:hover .tp-services-3-item-2-icon span {
            background-color: var(--tp-red-1);
        }

        .tp-services-3-item-2:hover .tp-services-3-item-2-shape-1 {
            left: 0;
            opacity: 1;
            visibility: visible;
        }

        .tp-services-3-item-2:hover .tp-services-3-item-2-shape-2 {
            right: 0;
            opacity: 1;
            visibility: visible;
        }

.tp-services-3-item-2-icon {
    margin-bottom: 25px;
}

    .tp-services-3-item-2-icon span {
        display: inline-block;
        height: 80px;
        width: 80px;
        line-height: 88px;
        text-align: center;
        color: var(--tp-common-white);
        background-color: #071C54;
        border-radius: 50%;
        font-size: 34px;
        -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-services-3-item-2-title {
    color: #F3F8FF;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 17px;
}

    .tp-services-3-item-2-title a:hover {
        color: var(--tp-red-1);
    }

.tp-services-3-item-2-content p {
    color: #929EB3;
    font-size: 15px;
    margin-bottom: 0;
}

.tp-services-3-item-2-shape-1 {
    position: absolute;
    bottom: 0;
    left: -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;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.tp-services-3-item-2-shape-2 {
    position: absolute;
    top: 0;
    right: -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;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.tp-services-details-services {
    background-color: #F8F8F8;
    padding: 50px 40px 33px 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-services-details-services {
        padding: 35px 20px 53px 35px;
    }
}

.tp-services-details-services-wrap a {
    display: block;
    z-index: 1;
    padding: 19px 0px;
    color: #082060;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
}

    .tp-services-details-services-wrap a::before {
        content: "";
        position: absolute;
        top: 0;
        left: -20px;
        right: -13px;
        height: 100%;
        z-index: -1;
        border-radius: 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-services-details-services-wrap a:hover {
        color: var(--tp-common-white);
    }

        .tp-services-details-services-wrap a:hover::before {
            background-color: var(--tp-theme-primary);
        }

        .tp-services-details-services-wrap a:hover i {
            background-color: rgba(255, 255, 255, 0.09);
            color: var(--tp-common-white);
        }

    .tp-services-details-services-wrap a i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        padding: 12px 0px;
        height: 48px;
        width: 44px;
        background-color: rgba(255, 255, 255, 0);
        text-align: center;
        line-height: 26px;
        -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: 11;
    }

.tp-services-details-services-title {
    font-size: 22px;
    margin-bottom: 30px;
}

.tp-services-details-contact {
    padding: 40px 25px;
}

.tp-services-details-contact-bg {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

    .tp-services-details-contact-bg::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(8, 32, 96, 0.92);
        z-index: -1;
    }

.tp-services-details-contact-icon {
    margin-bottom: 20px;
}

    .tp-services-details-contact-icon span {
        display: inline-block;
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.09);
        width: 80px;
        height: 76px;
        text-align: center;
        line-height: 88px;
        color: var(--tp-common-white);
        font-size: 35px;
    }

.tp-services-details-contact-title {
    color: var(--tp-common-white);
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 40px;
}

.tp-services-details-contact-phone span {
    color: var(--tp-common-white);
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.95px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 7px;
}

.tp-services-details-contact-phone a {
    display: block;
    color: var(--tp-common-white);
    font-size: 16px;
    font-weight: 700;
    background-color: var(--tp-red-1);
    border-radius: 50px;
    padding: 10px 10px;
    border: 1px solid var(--tp-red-1);
}

    .tp-services-details-contact-phone a:hover {
        background-color: transparent;
    }

.tp-services-details-title {
    font-size: 26px;
    font-weight: 600;
}

.tp-services-details-title-two {
    font-size: 24px;
    font-weight: 600;
}

.tp-services-details-wrapper > p {
    line-height: 36px;
}

.tp-services-details-question {
    font-size: 22px;
    font-weight: 500;
}

.tp-services-details-requ p {
    margin-bottom: 11px;
}

    .tp-services-details-requ p a {
        font-weight: 700;
        color: var(--tp-theme-primary);
        text-decoration: underline;
    }

.tp-services-details-list-title {
    font-size: 28px;
    font-weight: 600;
}

.tp-services-details-list p {
    line-height: 28.8px;
    margin-bottom: 20px;
}

.tp-services-details-list ul li {
    list-style: none;
    display: flex;
    margin-bottom: 15px;
}

    .tp-services-details-list ul li:last-child {
        margin-bottom: 0;
    }

    .tp-services-details-list ul li span {
        display: inline-block;
        flex: 0 0 auto;
        margin-right: 16px;
        height: 21px;
        width: 21px;
        line-height: 21px;
        background-color: var(--tp-common-white);
        border-radius: 50%;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
        text-align: center;
    }

.tp-services-details-qoute span {
    color: var(--tp-theme-primary);
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    position: relative;
    display: inline-block;
    background-color: var(--tp-common-white);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
    padding: 18px 0 18px 20px;
}

    .tp-services-details-qoute span::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        height: 100%;
        width: 4px;
        background-color: var(--tp-red-1);
    }

.tp-services-details-video-wrap {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 96px 0;
    border-radius: 3px;
}

    .tp-services-details-video-wrap a {
        height: 80px;
        width: 80px;
        line-height: 80px;
        text-align: center;
        display: inline-block;
        background-color: var(--tp-common-white);
        border-radius: 50%;
        color: var(--tp-red-1);
    }

        .tp-services-details-video-wrap a:hover {
            background-color: var(--tp-red-1);
            color: var(--tp-common-white);
        }

.tp-services-details-gallery-thum img {
    height: 218px;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), xs {
    .tp-services-details-gallery-thum img {
        width: 100%;
        height: 100%;
    }
}

.tp-services-details-gallery-thum-2 img {
    height: 273px;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), xs {
    .tp-services-details-gallery-thum-2 img {
        width: 100%;
        height: 100%;
    }
}

/*----------------------------------------*/
/*  7.2 About css
/*----------------------------------------*/
.tp-about-wrap {
    margin-left: -110px;
    position: relative;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-about-wrap {
        margin-left: -55px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-wrap {
        margin-left: 0px;
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-wrap {
        margin-left: 136px;
    }
}

@media (max-width: 767px) {
    .tp-about-wrap {
        margin-left: 0px;
    }
}

.tp-about-wrap::before {
    position: absolute;
    content: "";
    bottom: -24px;
    right: 0;
    height: 24px;
    width: 100%;
    background-color: var(--tp-red-1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-wrap::before {
        display: none;
    }
}

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

.tp-about-since {
    position: absolute;
    bottom: 4%;
    right: 8%;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-about-since {
        bottom: 23%;
        right: 4%;
    }
}

@media (max-width: 767px) {
    .tp-about-since {
        display: none;
    }
}

.tp-about-since span {
    color: var(--tp-yellow-1);
    font-family: var(--tp-ff-heading);
    font-size: 100px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-since span {
        font-size: 60px;
    }
}

.tp-about-since span::before, .tp-about-since span::after {
    position: absolute;
    content: "";
    bottom: -7px;
    left: -12px;
    height: 65px;
    width: 4px;
    background-color: var(--tp-yellow-1);
}

.tp-about-since span::after {
    height: 4px;
    width: 65px;
}

.tp-about-since p {
    color: var(--tp-yellow-1);
    font-size: 33px;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
    margin: -10px 0 0 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-since p {
        font-size: 20px;
        margin-left: 35px;
    }
}

.tp-about-counter .tp-intro-child-count {
    font-size: 36px;
    margin-bottom: 5px;
}

.tp-about-counter.tp-intro-child {
    right: 22px;
    padding: 28px 24px 26px 24px;
}

    .tp-about-counter.tp-intro-child::before {
        left: auto;
        right: -20px;
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
    }

    .tp-about-counter.tp-intro-child p {
        font-size: 20px;
        font-weight: 400;
    }

.tp-about-approch {
    position: absolute;
    z-index: 1;
    bottom: 200px;
    left: -69.2%;
    padding: 50px 45px;
    background-color: var(--tp-red-1);
    transform: rotate(-90.308deg);
    text-transform: capitalize;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-about-approch {
        position: inherit;
        transform: rotate(0deg);
        bottom: 0;
        left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-approch {
        position: inherit;
        transform: rotate(0deg);
        bottom: 0;
        left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-approch {
        bottom: 31.5%;
    }
}

@media (max-width: 767px) {
    .tp-about-approch {
        display: none;
    }
}

.tp-about-approch-title {
    color: var(--tp-common-white);
    font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-approch-title {
        font-size: 24px;
    }
}

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

.tp-about-approch-title span {
    font-size: 44px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-approch-title span {
        font-size: 24px;
    }
}

.tp-about-approch-dot {
    position: absolute;
    bottom: -70px;
    transform: rotate(-90.308deg);
    right: 60px;
    z-index: -1;
}

.tp-about-list-title {
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--tp-theme-primary);
    display: inline-block;
    margin-bottom: 43px;
}

.tp-about-list ul li {
    list-style: none;
    color: var(--tp-theme-primary);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    margin-bottom: 10px;
}

    .tp-about-list ul li i {
        margin-right: 5px;
        color: var(--tp-red-1);
        font-size: 17px;
        flex: 0 0 auto;
        margin-top: 4px;
        display: inline-block;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .tp-about-contact {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .tp-about-contact-call {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .tp-about-contact-call {
        margin-right: 30px;
    }
}

.tp-about-contact-call span {
    display: inline-block;
    background-color: var(--tp-theme-primary);
    height: 58px;
    width: 58px;
    line-height: 58px;
    text-align: center;
    border-radius: 50%;
    margin-right: 6px;
}

.tp-about-contact-call a {
    color: var(--tp-theme-primary);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
}

    .tp-about-contact-call a:hover {
        color: var(--tp-red-1);
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-about-wrapper {
        margin-left: 0;
        margin-top: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-wrapper {
        margin-left: 0;
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-about-wrapper {
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-2-wrapper {
        margin-left: 0;
    }
}

.tp-about-2-wrap {
    position: relative;
}

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

.tp-about-2-thumb-2 {
    position: absolute;
    top: 125px;
    right: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-2-thumb-2 {
        top: 230px;
        right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-2-thumb-2 {
        top: 35px;
        right: 35px;
    }
}

@media (max-width: 767px) {
    .tp-about-2-thumb-2 {
        position: initial;
    }
}

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

.tp-about-2-counter {
    position: absolute;
    z-index: 1;
    bottom: -95px;
    left: 73px;
    display: inline-block;
    text-align: center;
    height: 170px;
    width: 170px;
    border-radius: 50%;
    line-height: 170px;
    background-color: var(--tp-red-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-2-counter {
        bottom: -40px;
        left: auto;
        right: 0;
    }
}

@media (max-width: 767px) {
    .tp-about-2-counter {
        bottom: -20px;
    }
}

.tp-about-2-counter-count {
    margin-top: 30px;
    font-family: var(--tp-ff-heading);
    color: var(--tp-common-white);
    font-size: 40px;
    font-weight: 500;
}

.tp-about-2-counter p {
    font-size: 20px;
    color: var(--tp-common-white);
}

.tp-about-3 .tp-about-2-thumb {
    margin-left: -70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-about-3 .tp-about-2-thumb {
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-3 .tp-about-2-thumb {
        margin-left: -20px;
    }
}

.tp-about-3 .tp-about-2-thumb-2 {
    top: 135px;
    right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-3 .tp-about-2-thumb-2 {
        top: 165px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-3 .tp-about-2-thumb-2 {
        top: 0;
        right: 0;
    }
}

.tp-about-3-counter {
    background-color: var(--tp-red-1);
    position: absolute;
    top: 140px;
    left: -165px;
    text-align: center;
    padding: 15px 30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-about-3-counter {
        left: -95px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-about-3-counter {
        left: -30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-3-counter {
        top: 200px;
        left: -10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-3-counter {
        top: 170px;
        left: 0;
    }
}

@media (max-width: 767px) {
    .tp-about-3-counter {
        left: 0;
    }
}

.tp-about-3-counter::before {
    position: absolute;
    content: "";
    right: 50px;
    top: -12px;
    height: 12px;
    width: 20px;
    background-color: var(--tp-red-1);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.tp-about-3-counter-count {
    display: inline-block;
    color: var(--tp-common-white);
    text-align: center;
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 3px;
}

.tp-about-3-counter p {
    color: var(--tp-common-white);
    font-family: var(--tp-ff-heading);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 0;
}

.tp-about-3-info {
    margin-bottom: 45px;
}

.tp-about-3-info-icon {
    margin-right: 22px;
    flex: 0 0 auto;
}

    .tp-about-3-info-icon span {
        color: var(--tp-red-1);
        font-size: 56px;
    }

.tp-about-3-info-text span {
    color: var(--tp-theme-primary);
    font-size: 18px;
    font-weight: 700;
}

.tp-line-1, .tp-line-2 {
    position: absolute;
}

    .tp-line-1::before, .tp-line-1::after, .tp-line-2::before, .tp-line-2::after {
        position: absolute;
        content: "";
        bottom: -10px;
        left: -27px;
        height: 4px;
        width: 65px;
        background-color: var(--tp-yellow-1);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-line-1::before, .tp-line-1::after, .tp-line-2::before, .tp-line-2::after {
        display: none;
    }
}

.tp-line-1::after, .tp-line-2::after {
    width: 4px;
    height: 65px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-line-1::after, .tp-line-2::after {
        height: 78px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-line-1::after, .tp-line-2::after {
        height: 92px;
    }
}

.tp-line-2 {
    top: 105px;
    right: 0;
}

    .tp-line-2::before {
        left: -88px;
        top: -56px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-line-2::before {
        top: -70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-line-2::before {
        top: -80px;
    }
}

/*----------------------------------------*/
/*  7.9 Feature css
/*----------------------------------------*/
.tp-feature-bg {
    padding-top: 110px;
    padding-bottom: 145px;
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .tp-feature-bg::before {
        position: absolute;
        content: "";
        z-index: -1;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        /*background-color: rgba(5, 26, 83, 0.92);*/
        background-color: rgba(0, 150, 246, 0.70);
    }

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

.tp-feature-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.tp-feature-2-bg {
    background-color: var(--tp-blue-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-feature-2-bg {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .tp-feature-2-bg {
        padding-top: 20px;
    }
}

.tp-feature-2-wrap {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(4, 1fr);
    gap: 75px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-feature-2-wrap {
        gap: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-feature-2-wrap {
        gap: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-feature-2-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-feature-2-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }
}

.tp-feature-2-thumb img {
    max-width: 100%;
    border-radius: 50%;
}

.tp-feature-2-top {
    margin-bottom: 16px;
}

.tp-feature-2-item {
    padding: 80px 0;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-feature-2-item {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .tp-feature-2-item {
        padding: 20px 0;
    }
}

.tp-feature-2-item::before {
    position: absolute;
    content: "";
    right: -34px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(51, 71, 123, 0.57);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-feature-2-item::before {
        right: -13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-feature-2-item::before {
        display: none;
    }
}

.tp-feature-2-item:last-child::before {
    display: none;
}

.tp-feature-2-arrow span {
    display: inline-block;
    height: 38px;
    width: 38px;
    line-height: 38px;
    border-radius: 50%;
    background: linear-gradient(200deg, rgba(255, 255, 255, 0.04) 0%, rgba(5, 26, 83, 0) 100%);
    text-align: center;
    color: var(--tp-common-white);
    font-size: 17px;
    -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-feature-2-arrow span:hover {
        background: var(--tp-red-1);
    }

.tp-feature-2-title {
    color: var(--tp-common-white);
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    text-transform: capitalize;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-feature-2-title {
        font-size: 18px;
    }
}

.tp-feature-2-title a:hover {
    color: var(--tp-red-1);
}

/*----------------------------------------*/
/*  7.16 Slider css
/*----------------------------------------*/
.tp-slider-item {
    position: relative;
    z-index: 1;
    padding-bottom: 212px;
    padding-top: 202px;
}

.tp-slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    transition: transform 6000ms ease, opacity 1000ms ease-in, -webkit-transform 6000ms ease;
}

    .tp-slider-bg::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0.9700000286;
        z-index: -1;
        background: linear-gradient(55deg, #14253E 0%, rgba(9, 24, 47, 0.76) 36.31%, rgba(32, 45, 63, 0.54) 60.48%, rgba(196, 196, 196, 0) 100%);
    }

.tp-slider-sub-title {
    color: var(--tp-common-white);
    font-family: var(--tp-ff-inter);
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.76px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 12px;
}

.tp-slider-title {
    color: var(--tp-common-white);
    font-size: 80px;
    font-weight: 600;
    line-height: 1.27;
    text-transform: capitalize;
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
}

    .tp-slider-title::before {
        position: absolute;
        z-index: -1;
        right: -20px;
        top: -90px;
        height: 345px;
        width: 345px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.03);
        backdrop-filter: blur(23px);
        transform: scale(0);
        opacity: 0;
        visibility: hidden;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-slider-title::before {
        height: 200px;
        width: 200px;
        top: 100px;
        right: 30px;
    }
}

@media (max-width: 767px) {
    .tp-slider-title::before {
        height: 200px;
        width: 200px;
        top: 10px;
        right: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-slider-title::before {
        display: none;
    }
}

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

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

@media (max-width: 767px) {
    .tp-slider-title {
        font-size: 34px;
    }
}

.tp-slider-btn {
    position: relative;
    z-index: 1;
}

.tp-slider-wrap {
    position: relative;
}

.tp-slider-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    z-index: -1;
}

.tp-slider-shape-2 {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    z-index: -1;
}

.tp-slider-shape-3 {
    position: absolute;
    bottom: 80px;
    right: 35px;
    z-index: 1;
    animation: spin-3 3000ms forwards infinite alternate;
    transform-origin: bottom left;
}

@media (max-width: 767px) {
    .tp-slider-shape-3 {
        display: none;
    }
}

.tp-slider-shape-blur {
    position: absolute;
    z-index: -1;
    right: -20px;
    top: -50px;
    height: 345px;
    width: 345px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(23px);
    transform: scale(0);
}

.tp-slider-2-play-btn span {
    border: 1px solid rgba(255, 255, 255, 0.28);
    display: inline-block;
    color: rgba(255, 255, 255, 0.28);
    width: 70px;
    height: 70px;
    line-height: 63px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    -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-slider-2-play-btn span svg {
        transform: translateX(3px);
    }

    .tp-slider-2-play-btn span:hover {
        border-color: rgb(255, 255, 255);
        color: rgb(255, 255, 255);
    }

.tp-slider-2-shape-1 {
    position: absolute;
    right: 0;
    top: 40%;
    z-index: -1;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
    z-index: -1;
}

.tp-slider-2-shape-2 {
    position: absolute;
    left: 0;
    top: 32%;
    z-index: -1;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    z-index: -1;
}

@media (max-width: 767px) {
    .tp-slider-2-shape-2 {
        display: none;
    }
}

.tp-slider-btn-2-arrow, .tp-slider-btn-3-arrow {
    position: absolute;
    right: 245px;
    top: 47%;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-slider-btn-2-arrow, .tp-slider-btn-3-arrow {
        right: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-slider-btn-2-arrow, .tp-slider-btn-3-arrow {
        right: auto;
        top: auto;
        bottom: 60px;
        left: 40px;
        display: flex;
    }
}

.tp-slider-btn-2-next span, .tp-slider-btn-2-prev span, .tp-slider-btn-3-next span, .tp-slider-btn-3-prev span {
    height: 66px;
    width: 66px;
    line-height: 66px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.28);
    font-size: 14px;
    color: var(--tp-common-white);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

    .tp-slider-btn-2-next span:hover, .tp-slider-btn-2-prev span:hover, .tp-slider-btn-3-next span:hover, .tp-slider-btn-3-prev span:hover {
        border-color: var(--tp-common-white);
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-slider-btn-2-prev, .tp-slider-btn-3-prev {
        margin-bottom: 0;
        margin-right: 25px;
    }
}

.tp-slider-item-2 {
    padding-top: 315px;
    padding-bottom: 180px;
    -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-slider-item-2 {
        padding-top: 260px;
    }
}

@media (max-width: 767px) {
    .tp-slider-item-2 {
        padding-top: 215px;
    }
}

.tp-slider-item-2 .tp-slider-sub-title {
    color: var(--tp-red-1);
    font-family: var(--tp-ff-body);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.76px;
    text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-slider-item-2 .tp-slider-title {
        font-size: 72px;
    }
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-slider-item-2 .tp-slider-title {
        font-size: 54px;
    }
}

@media (max-width: 767px) {
    .tp-slider-item-2 .tp-slider-title {
        font-size: 34px;
    }
}

.tp-slider-item-2 .tp-btn-2 {
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .tp-slider-item-2 .tp-btn-2 {
        padding: 19px 28px;
        margin-right: 20px;
    }
}

.tp-slider-3-thumb {
    margin-left: -365px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-slider-3-thumb {
        margin-left: -125px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-slider-3-thumb {
        margin-left: -50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-slider-3-thumb {
        margin-left: -50px;
    }
}

@media (max-width: 767px) {
    .tp-slider-3-thumb {
        margin-left: 0px;
    }
}

.tp-slider-3-thumb img {
    max-width: inherit;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-slider-3-thumb img {
        width: 600px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-slider-3-thumb img {
        width: 400px;
    }
}

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

.tp-slider-3-content {
    padding-top: 198px;
    padding-bottom: 172px;
    margin-left: -10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-slider-3-content {
        padding-top: 150px;
        padding-bottom: 170px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-slider-3-content {
        padding-top: 130px;
        padding-bottom: 120px;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .tp-slider-3-content {
        padding-top: 130px;
        padding-bottom: 120px;
        margin-left: 0;
    }
}

.tp-slider-3-content p {
    font-size: 18px;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 31px;
}

.tp-slider-3-sub-title {
    color: rgba(255, 255, 255, 0.88);
    font-family: var(--tp-ff-body);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.54px;
    text-transform: uppercase;
    clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
    background-color: var(--tp-red-1);
    display: inline-block;
    margin-bottom: 13px;
    padding: 7px 18px;
}

.tp-slider-3-title {
    font-size: 70px;
    font-weight: 600;
    line-height: 1.16;
    margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-slider-3-title {
        font-size: 55px;
        margin-bottom: 28px;
    }
}

@media (max-width: 767px) {
    .tp-slider-3-title {
        font-size: 45px;
        margin-bottom: 28px;
    }
}

.tp-slider-3-btn .contact-btn {
    color: var(--tp-heading-primary);
    font-size: 18px;
    font-weight: 500;
    text-decoration-line: underline;
    text-transform: capitalize;
}

    .tp-slider-3-btn .contact-btn:hover {
        color: var(--tp-red-1);
    }

.tp-slider-3-item {
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tp-slider-3-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-slider-3-shape-1 {
        display: none;
    }
}

.tp-slider-3-shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
    z-index: -1;
}

.tp-slider-3-active {
    position: relative;
}

.tp-slider-btn-3-arrow {
    right: 160px;
    top: 38%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-slider-btn-3-arrow {
        right: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-slider-btn-3-arrow {
        right: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-slider-btn-3-arrow {
        right: 41.5%;
        top: auto;
        bottom: 70px;
        display: flex;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-slider-btn-3-arrow {
        top: 47%;
    }
}

@media (max-width: 767px) {
    .tp-slider-btn-3-arrow {
        display: none;
    }
}

.tp-slider-btn-3-next span, .tp-slider-btn-3-prev span {
    border: 1px solid rgba(5, 26, 83, 0.28);
    color: var(--tp-theme-primary);
}

    .tp-slider-btn-3-next span:hover, .tp-slider-btn-3-prev span:hover {
        border-color: var(--tp-red-1);
        background-color: var(--tp-red-1);
        color: var(--tp-common-white);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-slider-btn-3-prev {
        margin-bottom: 0;
        margin-right: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-slider-btn-3-prev {
        margin-bottom: 0;
        margin-right: 25px;
    }
}

.tp-slider-active .swiper-slide-active .tp-slider-sub-title, .tp-slider-active .swiper-slide-active .tp-slider-title, .tp-slider-active .swiper-slide-active .tp-slider-btn, .tp-slider-active .swiper-slide-active .tp-slider-3-sub-title, .tp-slider-active .swiper-slide-active .tp-slider-3-title, .tp-slider-active .swiper-slide-active .tp-slider-3-content p, .tp-slider-active .swiper-slide-active .tp-slider-3-btn,
.tp-slider-2-active .swiper-slide-active .tp-slider-sub-title,
.tp-slider-2-active .swiper-slide-active .tp-slider-title,
.tp-slider-2-active .swiper-slide-active .tp-slider-btn,
.tp-slider-2-active .swiper-slide-active .tp-slider-3-sub-title,
.tp-slider-2-active .swiper-slide-active .tp-slider-3-title,
.tp-slider-2-active .swiper-slide-active .tp-slider-3-content p,
.tp-slider-2-active .swiper-slide-active .tp-slider-3-btn,
.tp-slider-3-active .swiper-slide-active .tp-slider-sub-title,
.tp-slider-3-active .swiper-slide-active .tp-slider-title,
.tp-slider-3-active .swiper-slide-active .tp-slider-btn,
.tp-slider-3-active .swiper-slide-active .tp-slider-3-sub-title,
.tp-slider-3-active .swiper-slide-active .tp-slider-3-title,
.tp-slider-3-active .swiper-slide-active .tp-slider-3-content p,
.tp-slider-3-active .swiper-slide-active .tp-slider-3-btn {
    animation-fill-mode: both;
    animation-name: fadeInUp;
}

.tp-slider-active .swiper-slide-active .tp-slider-sub-title, .tp-slider-active .swiper-slide-active .tp-slider-3-sub-title,
.tp-slider-2-active .swiper-slide-active .tp-slider-sub-title,
.tp-slider-2-active .swiper-slide-active .tp-slider-3-sub-title,
.tp-slider-3-active .swiper-slide-active .tp-slider-sub-title,
.tp-slider-3-active .swiper-slide-active .tp-slider-3-sub-title {
    animation-delay: 0.7s;
    animation-duration: 0.5s;
}

.tp-slider-active .swiper-slide-active .tp-slider-title, .tp-slider-active .swiper-slide-active .tp-slider-3-title,
.tp-slider-2-active .swiper-slide-active .tp-slider-title,
.tp-slider-2-active .swiper-slide-active .tp-slider-3-title,
.tp-slider-3-active .swiper-slide-active .tp-slider-title,
.tp-slider-3-active .swiper-slide-active .tp-slider-3-title {
    animation-delay: 0.9s;
    animation-duration: 0.7s;
}

.tp-slider-active .swiper-slide-active .tp-slider-shape-blur,
.tp-slider-2-active .swiper-slide-active .tp-slider-shape-blur,
.tp-slider-3-active .swiper-slide-active .tp-slider-shape-blur {
    transform: scale(1);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.tp-slider-active .swiper-slide-active .tp-slider-3-content p,
.tp-slider-2-active .swiper-slide-active .tp-slider-3-content p,
.tp-slider-3-active .swiper-slide-active .tp-slider-3-content p {
    animation-delay: 1s;
    animation-duration: 0.8s;
}

.tp-slider-active .swiper-slide-active .tp-slider-btn, .tp-slider-active .swiper-slide-active .tp-slider-3-btn,
.tp-slider-2-active .swiper-slide-active .tp-slider-btn,
.tp-slider-2-active .swiper-slide-active .tp-slider-3-btn,
.tp-slider-3-active .swiper-slide-active .tp-slider-btn,
.tp-slider-3-active .swiper-slide-active .tp-slider-3-btn {
    animation-delay: 1.1s;
    animation-duration: 0.9s;
}

.tp-slider-active .swiper-slide-active .tp-slider-shape-1, .tp-slider-active .swiper-slide-active .tp-slider-shape-2, .tp-slider-active .swiper-slide-active .tp-slider-2-shape-1, .tp-slider-active .swiper-slide-active .tp-slider-2-shape-2, .tp-slider-active .swiper-slide-active .tp-slider-3-shape-1, .tp-slider-active .swiper-slide-active .tp-slider-3-shape-2,
.tp-slider-2-active .swiper-slide-active .tp-slider-shape-1,
.tp-slider-2-active .swiper-slide-active .tp-slider-shape-2,
.tp-slider-2-active .swiper-slide-active .tp-slider-2-shape-1,
.tp-slider-2-active .swiper-slide-active .tp-slider-2-shape-2,
.tp-slider-2-active .swiper-slide-active .tp-slider-3-shape-1,
.tp-slider-2-active .swiper-slide-active .tp-slider-3-shape-2,
.tp-slider-3-active .swiper-slide-active .tp-slider-shape-1,
.tp-slider-3-active .swiper-slide-active .tp-slider-shape-2,
.tp-slider-3-active .swiper-slide-active .tp-slider-2-shape-1,
.tp-slider-3-active .swiper-slide-active .tp-slider-2-shape-2,
.tp-slider-3-active .swiper-slide-active .tp-slider-3-shape-1,
.tp-slider-3-active .swiper-slide-active .tp-slider-3-shape-2 {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
    z-index: -1;
}

.tp-slider-active .swiper-slide-active .tp-slider-bg,
.tp-slider-2-active .swiper-slide-active .tp-slider-bg,
.tp-slider-3-active .swiper-slide-active .tp-slider-bg {
    transform: scale(1.1);
}

/*----------------------------------------*/
/*  7.18 Testimonial css
/*----------------------------------------*/
.tp-testimonial-bg {
    position: relative;
}

    .tp-testimonial-bg::before {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        height: 34%;
        width: 100%;
        background-color: #f1ebe9;
    }

.tp-testimonial-item {
    background: var(--tp-common-white);
    box-shadow: 0px -3px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 45px 45px 37px 50px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-testimonial-item {
        padding: 45px 20px 37px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-testimonial-item {
        padding: 45px 30px 37px 30px;
    }
}

@media (max-width: 767px) {
    .tp-testimonial-item {
        padding: 45px 25px 37px 25px;
    }
}

.tp-testimonial-item::before {
    position: absolute;
    content: "";
    z-index: -5;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    border: 1px solid var(--tp-red-1);
    opacity: 0;
}

.tp-testimonial-rating span {
    color: var(--tp-red-1);
    font-size: 14px;
}

.tp-testimonial-content p {
    font-size: 18px;
    line-height: 2.17;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 16px;
    margin-bottom: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-testimonial-content p {
        font-size: 17px;
        line-height: 1.8;
    }
}

.tp-testimonial-avatar-thumb {
    margin-right: 20px;
    position: relative;
}

    .tp-testimonial-avatar-thumb::before, .tp-testimonial-avatar-thumb::after {
        position: absolute;
        content: "";
        top: -7px;
        left: -7px;
        height: 2px;
        width: 36px;
        background-color: #FB8484;
    }

    .tp-testimonial-avatar-thumb::after {
        width: 2px;
        height: 36px;
    }

    .tp-testimonial-avatar-thumb img {
        height: 68px;
        width: 72px;
        object-fit: cover;
    }

.tp-testimonial-avatar-title {
    font-family: var(--tp-ff-body);
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.tp-testimonial-avatar-info span {
    font-size: 18px;
    text-transform: capitalize;
}

.tp-testimonial-active .swiper-slide {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .tp-testimonial-active .swiper-slide.swiper-slide-active .tp-testimonial-item::before {
        top: 10px;
        left: 10px;
        opacity: 1;
    }

.tp-testimonial-about-wrap {
    position: relative;
    z-index: 1;
}

.tp-testimonial-about-bg {
    position: absolute;
    z-index: -1;
    top: -330px;
    left: 0;
    height: 930px;
    width: 100%;
    background-color: var(--tp-theme-secondary);
}

.tp-testimonial-2-bg {
    position: relative;
}

.tp-testimonial-2-wrap {
    position: relative;
}

.tp-testimonial-2-wrapper {
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-testimonial-2-wrapper {
        margin-left: 0;
    }
}

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

.tp-testimonial-2-shape-1 {
    position: absolute;
    bottom: -77px;
    right: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-testimonial-2-shape-1 {
        bottom: -90px;
        right: -4px;
    }
}

.tp-testimonial-2-shape-1 img {
    max-width: 100%;
}

.tp-testimonial-2-shape-2 {
    position: absolute;
    bottom: 40px;
    left: -28px;
    z-index: -1;
}

@media (max-width: 767px) {
    .tp-testimonial-2-shape-2 {
        left: 0;
    }
}

.tp-testimonial-2-shape-2 img {
    max-width: 100%;
}

.tp-testimonial-2-content > p {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.61;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 30px;
    padding-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-testimonial-2-content > p {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .tp-testimonial-2-content > p {
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .tp-testimonial-2-content > p br {
        display: none;
    }
}

.tp-testimonial-2-avater-thumb {
    margin-right: 17px;
    flex: 0 0 auto;
    position: relative;
    margin-left: 9px;
}

    .tp-testimonial-2-avater-thumb::before, .tp-testimonial-2-avater-thumb::after {
        position: absolute;
        content: "";
        height: 37px;
        width: 2px;
        background-color: #FB8484;
        top: -9px;
        left: -9px;
    }

    .tp-testimonial-2-avater-thumb::after {
        content: "";
        height: 2px;
        width: 37px;
    }

    .tp-testimonial-2-avater-thumb img {
        width: 72px;
        height: 68px;
        border-radius: 50%;
        object-fit: cover;
    }

.tp-testimonial-2-avater-info span {
    color: var(--tp-theme-primary);
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 5px;
}

.tp-testimonial-2-avater-info p {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 0;
}

.tp-testimonial-2-pagination {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}

    .tp-testimonial-2-pagination .swiper-pagination-bullet {
        height: 8px;
        width: 8px;
        border-radius: 50%;
        opacity: 1;
        margin: 0 7px;
        background-color: #E3E3E3;
        -webkit-transition: all 0.3s 0s ease-out;
        -moz-transition: all 0.3s 0s ease-out;
        -ms-transition: all 0.3s 0s ease-out;
        -o-transition: all 0.3s 0s ease-out;
        transition: all 0.3s 0s ease-out;
    }

        .tp-testimonial-2-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: var(--tp-red-1);
            position: relative;
        }

            .tp-testimonial-2-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
                position: absolute;
                content: "";
                height: 26px;
                width: 26px;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                border: 1px solid var(--tp-red-1);
                border-radius: 50%;
                -webkit-transition: all 0.3s 0s ease-out;
                -moz-transition: all 0.3s 0s ease-out;
                -ms-transition: all 0.3s 0s ease-out;
                -o-transition: all 0.3s 0s ease-out;
                transition: all 0.3s 0s ease-out;
            }

.tp-testimonial-2-shape-3 {
    position: absolute;
    top: 0;
    right: 75px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-testimonial-2-shape-3 {
        top: -25px;
    }
}

.tp-testimonial-2-shape-3 img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

.tp-testimonial-2-shape-4 {
    position: absolute;
    top: 30px;
    left: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-testimonial-2-shape-4 {
        top: -25px;
    }
}

.tp-testimonial-2-shape-4 img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

/*----------------------------------------*/
/*  7.7 Counter css
/*----------------------------------------*/
.tp-counter-3-bg {
    padding-top: 36px;
    padding-bottom: 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -76px;
    position: relative;
    z-index: 1;
}

.tp-counter-3-count {
    color: var(--tp-common-white);
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 11px;
}

.tp-counter-3-item {
    text-align: center;
}

@media (max-width: 767px) {
    .tp-counter-3-item {
        margin-bottom: 30px;
    }
}

.tp-counter-3-item p {
    margin-bottom: 0;
    color: var(--tp-common-white);
    font-size: 18px;
    font-weight: 500;
}

/*----------------------------------------*/
/*  7.19 Video css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-intro-wrap {
        margin-top: 40px;
    }
}

.tp-intro-bg {
    background-color: var(--tp-theme-secondary);
    border-radius: 10px;
    padding: 20px 20px 20px 20px;
    position: relative;
    z-index: 1;
}

.tp-intro-thumb {
    position: relative;
    z-index: 1;
    display: inline-block;
}

    .tp-intro-thumb:hover span {
        bottom: 0;
        left: 0;
    }

    .tp-intro-thumb img {
        border-radius: 10px;
        max-width: 100%;
    }

    .tp-intro-thumb span {
        position: absolute;
        bottom: -19px;
        left: 19px;
        height: 204px;
        width: 404px;
        border-radius: 10px;
        background-color: var(--tp-red-1);
        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;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-intro-thumb span {
        height: 175px;
        width: 350px;
    }
}

@media (max-width: 767px) {
    .tp-intro-thumb span {
        display: none;
    }
}

.tp-intro-thumb a {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    background-color: #EDC701;
    border-radius: 50%;
    line-height: 75px;
    text-align: center;
}

    .tp-intro-thumb a::before {
        position: absolute;
        content: "";
        top: 5.5px;
        left: 4.8px;
        height: 65px;
        width: 65px;
        border: 1px dashed #000;
        border-radius: 50%;
        -webkit-animation: spin 8000ms linear infinite;
        -moz-animation: spin 8000ms linear infinite;
        -ms-animation: spin 8000ms linear infinite;
        -o-animation: spin 8000ms linear infinite;
        animation: spin 8000ms linear infinite;
    }

    .tp-intro-thumb a i {
        font-size: 18px;
        color: var(--tp-common-black);
    }

.tp-intro-child {
    background-color: var(--tp-red-1);
    display: inline-block;
    padding: 18px 21.5px;
    position: absolute;
    top: -25px;
    right: 8px;
    z-index: 1;
}

    .tp-intro-child::before {
        position: absolute;
        content: "";
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
        top: 0;
        left: -20px;
        height: 25px;
        width: 20px;
        background-color: #A81017;
    }

.tp-intro-child-count {
    margin-bottom: 0;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-heading);
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
}

.tp-intro-child p {
    margin-bottom: 0;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-heading);
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
}

.tp-register-icon {
    position: absolute;
    bottom: -50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-register-icon {
        bottom: auto;
        top: -25px;
    }
}

.tp-register-icon span {
    display: inline-block;
    height: 84px;
    width: 84px;
    line-height: 84px;
    background-color: var(--tp-red-1);
    text-align: center;
    position: relative;
}

    .tp-register-icon span::before {
        position: absolute;
        content: "";
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
        height: 25px;
        width: 20px;
        background-color: #A81017;
        top: 0;
        right: -20px;
    }

.tp-register-thumb {
    position: relative;
}

    .tp-register-thumb img {
        border-radius: 10px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-register-content {
        margin-left: 0;
        margin-top: 30px;
    }
}

.tp-register-content a {
    color: var(--tp-heading-primary);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

    .tp-register-content a:hover {
        color: var(--tp-red-1);
    }

    .tp-register-content a i {
        margin-left: 9px;
        transform: translateY(2px);
    }

/*----------------------------------------*/
/*  7.12 Process css
/*----------------------------------------*/
.tp-process-counter {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

@media (max-width: 767px) {
    .tp-process-counter {
        grid-template-columns: repeat(1, 1fr);
    }
}

.tp-process-counter-title {
    font-size: 36px;
    display: inline-block;
    text-align: center;
}

    .tp-process-counter-title .purecounter {
        position: relative;
        margin-bottom: 20px;
        display: inline-block;
    }

        .tp-process-counter-title .purecounter::before {
            position: absolute;
            content: "";
            bottom: -7px;
            left: 0;
            right: 0;
            margin: 0 auto;
            height: 1px;
            width: 20px;
            background-color: var(--tp-red-1);
        }

    .tp-process-counter-title i {
        font-size: 20px;
        margin-bottom: 0;
        font-weight: 400;
        display: inline-block;
        font-style: normal;
        font-family: var(--tp-ff-body);
        color: var(--tp-text-body);
    }

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

.tp-process-bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40.3%;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-process-bg {
        width: 0;
    }
}

.tp-process-wrapper {
    border-left: 1px solid #ECECEC;
    padding-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-process-wrapper {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .tp-process-wrapper {
        padding-left: 0;
        border: none;
    }
}

.tp-process-item {
    border-radius: 4px;
    background: var(--tp-common-white);
    box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.1);
    padding: 13px 10px 13px 0;
    position: relative;
}

@media (max-width: 767px) {
    .tp-process-item {
        flex-wrap: wrap;
        padding: 15px 15px 15px 15px;
    }
}

.tp-process-item:hover .tp-process-icon {
    background-color: var(--tp-theme-primary);
}

.tp-process-content span {
    color: var(--tp-theme-primary);
    font-family: var(--tp-ff-heading);
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
}

.tp-process-icon {
    border-radius: 0px 0px 0px 15px;
    background-color: var(--tp-red-1);
    display: inline-block;
    height: 94px;
    line-height: 94px;
    width: 107px;
    text-align: center;
    flex: 0 0 auto;
    margin-right: 32px;
    transform: translate(-23px, -39px);
    position: relative;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-process-icon {
        margin-right: 15px;
    }
}

.tp-process-icon::before {
    position: absolute;
    content: "";
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    top: 0;
    right: -20px;
    height: 25px;
    width: 20px;
    background-color: #A81017;
}

.tp-process-title {
    color: var(--tp-theme-primary);
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .tp-process-title {
        font-size: 20px;
    }
}

.tp-process-count {
    position: absolute;
    top: 23%;
    left: -18%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-process-count {
        left: -23%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-process-count {
        left: -14%;
    }
}

@media (max-width: 767px) {
    .tp-process-count {
        display: none;
    }
}

.tp-process-count span {
    font-size: 18px;
    color: var(--tp-common-black);
    font-weight: 500;
    border: 1px solid var(--tp-red-1);
    border-radius: 50%;
    display: inline-block;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 30px;
    background-color: var(--tp-common-white);
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.25));
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-processing-2-wrapper {
        margin-right: 0;
    }
}

.tp-processing-2-count {
    position: relative;
    z-index: 1;
}

    .tp-processing-2-count::before {
        position: absolute;
        content: "";
        left: 0;
        top: 15px;
        height: 1px;
        width: 100%;
        background-color: #ECECEC;
        z-index: -1;
    }

@media (max-width: 767px) {
    .tp-processing-2-count::before {
        display: none;
    }
}

.tp-processing-2-count-item {
    text-align: center;
    margin-bottom: 30px;
}

    .tp-processing-2-count-item:hover .tp-processing-2-count-number span {
        background-color: var(--tp-red-1);
        color: var(--tp-common-white);
    }

.tp-processing-2-count-number span {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    color: var(--tp-heading-primary);
    height: 32px;
    width: 32px;
    line-height: 31px;
    border-radius: 50%;
    border: 1px solid var(--tp-red-1);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    margin-bottom: 50px;
    background-color: var(--tp-common-white);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

@media (max-width: 767px) {
    .tp-processing-2-count-number span {
        margin-bottom: 15px;
    }
}

.tp-processing-2-count-icon span {
    display: inline-block;
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--tp-common-white);
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.1);
    margin-bottom: 14px;
}

.tp-processing-2-count-title {
    color: var(--tp-theme-primary);
    font-family: var(--tp-ff-body);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.55;
    text-transform: capitalize;
}

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

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-processing-2-count-title {
        font-size: 20px;
    }
}

.tp-processing-2-count-title a:hover {
    color: var(--tp-red-1);
}

@media (max-width: 767px) {
    .tp-processing-2-count-title br {
        display: none;
    }
}

.tp-processing-2-thumb {
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-processing-2-thumb {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .tp-processing-2-thumb > img {
        max-width: 100%;
    }
}

.tp-processing-2-thumb .tp-about-2-counter {
    bottom: 97px;
    left: auto;
    right: -40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-processing-2-thumb .tp-about-2-counter {
        bottom: 75px;
        right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-processing-2-thumb .tp-about-2-counter {
        right: 140px;
    }
}

@media (max-width: 767px) {
    .tp-processing-2-thumb .tp-about-2-counter {
        bottom: 25px;
        right: -5px;
    }
}

.tp-processing-2-shape-1 {
    position: absolute;
    top: 0;
    left: -60px;
    z-index: -1;
}

@media (max-width: 767px) {
    .tp-processing-2-shape-1 {
        left: -220px;
    }
}

.tp-processing-2-border {
    border-top: 1px solid #D9D9D9;
}

.tp-process-3 .tp-processing-2-wrapper {
    margin-right: -40px;
}

@media (max-width: 767px) {
    .tp-process-3 .tp-processing-2-wrapper {
        margin-right: 0;
    }
}

.tp-process-3-shape-1 {
    position: absolute;
    bottom: 10%;
    right: -70%;
    z-index: -1;
}

.tp-process-3-shape-2 {
    position: absolute;
    bottom: 15%;
    right: -55%;
    z-index: -1;
}

.tp-eligible-item {
    background-color: var(--tp-theme-primary);
    padding: 28px 10px 0px 10px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-eligible-item .tp-section.fs-40 p {
        font-size: 16px;
    }
}

.tp-eligible-item-2 {
    background-color: var(--tp-red-1);
}

    .tp-eligible-item-2 .tp-section-subtitle {
        color: var(--tp-common-white);
    }

    .tp-eligible-item-2 .tp-section.fs-40 p {
        color: var(--tp-common-white);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-eligible-item-2 .tp-section.fs-40 p {
        font-size: 16px;
    }
}

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

.tp-eligible-btn {
    margin-top: -8px;
}

    .tp-eligible-btn a {
        height: 55px;
        width: 55px;
        line-height: 55px;
        display: inline-block;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.27);
        background: var(--tp-common-white);
        box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.07);
        transform: translateY(26px);
    }

        .tp-eligible-btn a:hover {
            background-color: var(--tp-red-1);
            border-color: var(--tp-red-1);
        }

            .tp-eligible-btn a:hover i {
                color: var(--tp-common-white);
            }

        .tp-eligible-btn a i {
            color: var(--tp-theme-primary);
            font-size: 15px;
        }

.tp-eligible-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tp-eligible-shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

/*----------------------------------------*/
/*  7.13 Project css
/*----------------------------------------*/
.tp-project-wrap {
    padding-top: 110px;
}

@media (max-width: 767px) {
    .tp-project-wrap {
        padding-top: 0;
    }
}

.tp-project-wrappper {
    position: relative;
    z-index: 2;
}

.tp-project-active {
    margin-right: -300px;
    margin-left: -300px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-project-active {
        margin-right: -400px;
        margin-left: -400px;
    }
}

.tp-project-active .swiper-slide-active .tp-project-thumb::before {
    height: 100%;
    opacity: 1;
}

.tp-project-active .swiper-slide-active .tp-project-thumb img {
    filter: grayscale(0);
}

.tp-project-active .swiper-slide-active .tp-project-details {
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%);
    transition-delay: 0.3s;
}

.tp-project-active .swiper-slide-active .tp-project-content {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    transition-delay: 0.6s;
}

.tp-project-thumb {
    position: relative;
    z-index: 1;
}

    .tp-project-thumb::before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0%;
        -webkit-transition: all 0.3s 0s ease-out;
        -moz-transition: all 0.3s 0s ease-out;
        -ms-transition: all 0.3s 0s ease-out;
        -o-transition: all 0.3s 0s ease-out;
        transition: all 0.3s 0s ease-out;
        z-index: 1;
        opacity: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32.1%, rgba(0, 0, 0, 0.53) 76.05%, rgba(0, 0, 0, 0.58) 100%);
    }

    .tp-project-thumb img {
        filter: grayscale(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;
        max-width: 100%;
    }

.tp-project-details {
    position: absolute;
    top: 50%;
    transform: translateY(-30%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

    .tp-project-details a {
        display: inline-block;
        color: #FFF;
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
        height: 135px;
        width: 135px;
        line-height: 135px;
        background-color: var(--tp-red-1);
        border-radius: 50%;
        text-align: center;
        position: relative;
    }

        .tp-project-details a::before {
            position: absolute;
            content: "";
            bottom: -13px;
            left: 0;
            right: 0;
            margin: 0 auto;
            clip-path: polygon(0 0, 50% 100%, 100% 0);
            background-color: var(--tp-red-1);
            height: 20px;
            width: 23px;
            -webkit-transition: all 0.3s 0s ease-out;
            -moz-transition: all 0.3s 0s ease-out;
            -ms-transition: all 0.3s 0s ease-out;
            -o-transition: all 0.3s 0s ease-out;
            transition: all 0.3s 0s ease-out;
        }

.tp-project-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 40px 51px 38px;
    width: 100%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
    transform: translateY(5px);
}

    .tp-project-content > span {
        font-size: 20px;
        font-weight: 500;
        color: var(--tp-common-white);
        display: block;
    }

@media (max-width: 767px) {
    .tp-project-content > span {
        font-size: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-project-content > span {
        font-size: 18px;
    }
}

.tp-project-title-line {
    position: relative;
    display: inline-block;
}

    .tp-project-title-line::before, .tp-project-title-line::after {
        position: absolute;
        content: "";
        bottom: -38px;
        right: -27px;
        display: inline-block;
        height: 4px;
        width: 65px;
        background-color: var(--tp-yellow-1);
    }

    .tp-project-title-line::after {
        width: 4px;
        height: 65px;
    }

.tp-project-title {
    color: var(--tp-common-white);
    font-size: 27px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}

@media (max-width: 767px) {
    .tp-project-title {
        font-size: 18px;
    }
}

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

.tp-project-title::before, .tp-project-title::after {
    position: absolute;
    content: "";
    top: -16px;
    left: -23px;
    display: inline-block;
    height: 4px;
    width: 65px;
    background-color: var(--tp-yellow-1);
}

.tp-project-title::after {
    width: 4px;
    height: 65px;
}

.tp-project-shape-1 {
    position: absolute;
    bottom: 0;
    left: -15px;
    pointer-events: none;
    z-index: 1;
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-project-shape-1 {
        display: none;
    }
}

.tp-project-shape-2 {
    position: absolute;
    right: -15px;
    top: 0;
    pointer-events: none;
    z-index: 1;
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-project-shape-2 {
        display: none;
    }
}

.tp-project-about {
    position: relative;
    z-index: 9;
}

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

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

.tp-project-2-content {
    padding: 18px 0px 40px 0px;
    align-items: center;
    background-color: #fff;
    flex-wrap: wrap;
}

    .tp-project-2-content.project-content {
        padding: 22px 30px 25px 30px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-project-2-content.project-content {
        padding: 22px 15px 25px 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-project-2-content.project-content {
        padding: 22px 30px 25px 30px;
    }
}

.tp-project-2-title {
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px;
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-project-2-title {
        font-size: 20px;
    }
}

.tp-project-2-title a:hover {
    color: var(--tp-red-1);
}

.tp-project-2-text {
    margin-right: 5px;
}

    .tp-project-2-text span {
        color: var(--tp-red-1);
        font-size: 16px;
        font-weight: 700;
        text-transform: capitalize;
    }

.tp-project-2-icon {
    flex: 0 0 auto;
}

    .tp-project-2-icon span {
        display: inline-block;
        height: 50px;
        width: 50px;
        line-height: 50px;
        border-radius: 50%;
        text-align: center;
        border: 1px solid rgba(2, 2, 2, 0.28);
        -webkit-transition: all 0.3s 0s ease-out;
        -moz-transition: all 0.3s 0s ease-out;
        -ms-transition: all 0.3s 0s ease-out;
        -o-transition: all 0.3s 0s ease-out;
        transition: all 0.3s 0s ease-out;
    }

        .tp-project-2-icon span:hover {
            color: var(--tp-red-1);
            border-color: var(--tp-red-1);
        }

            .tp-project-2-icon span:hover i {
                transform: rotate(0deg);
                color: var(--tp-red-1);
            }

        .tp-project-2-icon span 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;
            transform: rotate(-45deg);
            color: var(--tp-heading-primary);
        }

.tp-project-2-button-prev, .tp-project-2-button-next {
    border-radius: 50%;
}

    .tp-project-2-button-prev span, .tp-project-2-button-next span {
        height: 66px;
        width: 66px;
        line-height: 65px;
        border: 1px solid rgba(0, 0, 0, 0.28);
        text-align: center;
        text-align: center;
        display: inline-block;
        border-radius: 50%;
        -webkit-transition: all 0.3s 0s ease-out;
        -moz-transition: all 0.3s 0s ease-out;
        -ms-transition: all 0.3s 0s ease-out;
        -o-transition: all 0.3s 0s ease-out;
        transition: all 0.3s 0s ease-out;
    }

        .tp-project-2-button-prev span:hover, .tp-project-2-button-next span:hover {
            border-color: var(--tp-red-1);
        }

            .tp-project-2-button-prev span:hover i, .tp-project-2-button-next span:hover i {
                color: var(--tp-red-1);
            }

        .tp-project-2-button-prev span i, .tp-project-2-button-next span i {
            font-size: 14px;
            color: var(--tp-common-black);
            -webkit-transition: all 0.3s 0s ease-out;
            -moz-transition: all 0.3s 0s ease-out;
            -ms-transition: all 0.3s 0s ease-out;
            -o-transition: all 0.3s 0s ease-out;
            transition: all 0.3s 0s ease-out;
        }

.tp-project-2-active {
    margin-left: 70px;
    margin-right: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-project-2-active {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-project-2-active {
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media (max-width: 767px) {
    .tp-project-2-active {
        margin-left: 0;
        margin-right: 0;
    }
}

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

.tp-project-details-title {
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
}

.tp-project-details-list ul li {
    list-style: none;
    margin-bottom: 10px;
    display: flex;
}

    .tp-project-details-list ul li:last-child {
        margin-bottom: 0;
    }

    .tp-project-details-list ul li i {
        flex: 0 0 auto;
        margin-right: 18px;
        transform: translateY(5px);
        color: var(--tp-red-1);
    }

.tp-project-details-box {
    padding: 50px 40px 46px 40px;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-project-details-box {
        padding: 50px 30px 46px 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-project-details-box {
        padding: 50px 20px 46px 20px;
    }
}

@media (max-width: 767px) {
    .tp-project-details-box {
        padding: 50px 15px 46px 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-project-details-box {
        padding: 50px 50px 46px 50px;
    }
}

.tp-project-details-address {
    border-bottom: 1px solid rgba(6, 5, 5, 0.11);
    margin-bottom: 27px;
    padding-bottom: 24px;
}

.tp-project-details-address-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

    .tp-project-details-address-title span {
        line-height: 1;
        display: inline-block;
        color: var(--tp-red-1);
        margin-right: 8px;
        font-size: 30px;
    }

        .tp-project-details-address-title span i {
            display: inline-block;
            transform: translateY(8px);
        }

.tp-project-details-address a {
    display: block;
}

.tp-project-details-open-icon {
    flex: 0 0 auto;
    margin-right: 15px;
}

    .tp-project-details-open-icon span {
        display: inline-block;
        font-size: 38px;
        text-align: center;
        color: var(--tp-common-white);
        background-color: var(--tp-red-1);
        height: 78px;
        width: 85px;
        border-radius: 3px;
        line-height: 88px;
    }

.tp-project-details-open-title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.08px;
    text-transform: uppercase;
}

.tp-project-details-open-content span {
    color: #83827F;
    font-size: 14px;
    text-transform: capitalize;
    display: block;
}

.tp-project-details-social a {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    background-color: #EEE;
    color: #020626;
    font-size: 17px;
    margin-right: 18px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-project-details-social a {
        margin-right: 6px;
    }
}

.tp-project-details-social a:hover {
    background-color: var(--tp-red-1);
    color: var(--tp-common-white);
}

.tp-project-info-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-project-info-wrap {
        gap: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-project-info-wrap {
        gap: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-project-info-wrap {
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .tp-project-info-wrap {
        gap: 20px;
    }
}

.tp-project-info-item {
    display: flex;
}

.tp-project-info-icon {
    line-height: 1;
    margin-right: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-project-info-icon {
        margin-right: 6px;
    }
}

.tp-project-info-icon i {
    line-height: 1;
    font-size: 32px;
    color: var(--tp-red-1);
    transform: translateY(3px);
    display: inline-block;
}

.tp-project-info-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.tp-project-info-content span {
    font-size: 14px;
}

.tp-project-info-btn .tp-btn {
    padding: 11px 63px;
}

.tp-event-2 {
    position: relative;
}

    .tp-event-2:hover .tp-event-2-date {
        background-color: var(--tp-blue-1);
    }

        .tp-event-2:hover .tp-event-2-date::before {
            background-color: var(--tp-blue-1);
        }

.tp-event-2-bg {
    padding-top: 110px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.tp-event-2-thumb {
    position: relative;
}

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

    .tp-event-2-thumb::before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    }

.tp-event-2-content {
    padding: 10px 30px 33px 37px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-event-2-content {
        padding: 10px 15px 20px 15px;
    }
}

@media (max-width: 767px) {
    .tp-event-2-content {
        padding: 10px 20px 33px 20px;
    }
}

.tp-event-2-info {
    margin-bottom: 6px;
}

.tp-event-2-info-item {
    margin-right: 7px;
}

    .tp-event-2-info-item p {
        margin-bottom: 0;
        font-weight: 500;
        color: var(--tp-common-white);
    }

        .tp-event-2-info-item p span {
            font-size: 14px;
            color: var(--tp-red-1);
        }

.tp-event-2-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.39;
    margin-bottom: 0;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-event-2-title {
        font-size: 22px;
    }
}

.tp-event-2-title a:hover {
    color: var(--tp-red-1);
}

.tp-event-2-date {
    background-color: var(--tp-red-1);
    position: absolute;
    top: -22px;
    left: 19px;
    padding: 13px 29px;
    -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-event-2-date::before {
        position: absolute;
        content: "";
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
        top: 0px;
        left: -19px;
        z-index: -1;
        height: 22px;
        width: 20px;
        background-color: #A81017;
        -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-event-2-date span {
        color: var(--tp-common-white);
        font-family: var(--tp-ff-heading);
        font-size: 32px;
        font-weight: 600;
        line-height: 29px;
    }

    .tp-event-2-date p {
        color: var(--tp-common-white);
        font-family: var(--tp-ff-heading);
        font-size: 18px;
        font-weight: 500;
        line-height: 29px;
        margin-bottom: 0;
    }

.tp-event-2-active .swiper-slide {
    padding-top: 25px;
}

.tp-event-2-button-prev, .tp-event-2-button-next {
    border-radius: 50%;
}

    .tp-event-2-button-prev span, .tp-event-2-button-next span {
        height: 66px;
        width: 66px;
        line-height: 65px;
        border: 1px solid rgba(0, 0, 0, 0.28);
        text-align: center;
        text-align: center;
        display: inline-block;
        border-radius: 50%;
        -webkit-transition: all 0.3s 0s ease-out;
        -moz-transition: all 0.3s 0s ease-out;
        -ms-transition: all 0.3s 0s ease-out;
        -o-transition: all 0.3s 0s ease-out;
        transition: all 0.3s 0s ease-out;
    }

        .tp-event-2-button-prev span:hover, .tp-event-2-button-next span:hover {
            border-color: var(--tp-red-1);
        }

            .tp-event-2-button-prev span:hover i, .tp-event-2-button-next span:hover i {
                color: var(--tp-red-1);
            }

        .tp-event-2-button-prev span i, .tp-event-2-button-next span i {
            font-size: 14px;
            color: var(--tp-common-black);
            -webkit-transition: all 0.3s 0s ease-out;
            -moz-transition: all 0.3s 0s ease-out;
            -ms-transition: all 0.3s 0s ease-out;
            -o-transition: all 0.3s 0s ease-out;
            transition: all 0.3s 0s ease-out;
        }

.tp-event-3-bg {
    padding-top: 185px;
}

.tp-event-3-active {
    margin-right: -400px;
}

@media (max-width: 767px) {
    .tp-event-3-active {
        margin-right: 0;
    }
}

.tp-event-3-active .swiper-wrapper {
    margin-top: 25px;
}

/*----------------------------------------*/
/*  7.6 Contact css
/*----------------------------------------*/
.tp-contact-info:hover .tp-contact-info-icon::before {
    top: 10px;
    left: -10px;
    opacity: 1;
}

.tp-contact-info-icon {
    margin-right: 22px;
    flex: 0 0 auto;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-contact-info-icon {
        margin-right: 12px;
    }
}

.tp-contact-info-icon::before {
    position: absolute;
    content: "";
    z-index: -2;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    border: 1px solid var(--tp-red-1);
    opacity: 0;
}

.tp-contact-info-icon::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-color: var(--tp-common-white);
}

.tp-contact-info-icon i {
    color: var(--tp-red-1);
    font-size: 26px;
}

.tp-contact-info-content span {
    display: block;
    font-size: 18px;
    margin-bottom: 7px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-contact-info-content span {
        font-size: 17px;
    }
}

.tp-contact-info-content a {
    color: var(--tp-theme-primary);
    font-size: 20px;
    font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-contact-info-content a {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .tp-contact-info-content a {
        font-size: 17px;
    }
}

.tp-contact-info-content a:hover {
    color: var(--tp-red-1);
}

.tp-contact-about .tp-contact-info-icon::after {
    background-color: var(--tp-theme-secondary);
}

.tp-contact-inner {
    margin-bottom: 70px;
}

.tp-contact-inner-title {
    color: var(--tp-blue-1);
    font-size: 60px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .tp-contact-inner-title {
        font-size: 40px;
    }
}

.tp-contact-inner p {
    font-size: 18px;
}

.tp-contact-item {
    margin-bottom: 55px;
}

@media (max-width: 767px) {
    .tp-contact-item {
        margin-left: 0;
    }
}

.tp-contact-item span {
    color: var(--tp-common-black);
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}

.tp-contact-item a {
    color: var(--tp-blue-1);
    font-size: 18px;
    font-weight: 700;
}

.tp-contact-social a {
    height: 38px;
    width: 38px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 31px;
    border: 1px solid rgba(44, 46, 52, 0.09);
    box-shadow: 0px 2px 7px 0px rgba(1, 16, 61, 0.03);
    -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;
    font-size: 14px;
    margin-right: 10px;
}

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

.tp-contact-social a:hover {
    background-color: var(--tp-red-1);
    color: var(--tp-common-white);
    border-color: var(--tp-red-1);
}

.tp-contact-form {
    background-color: #F8F8F9;
    padding: 59px 65px 57px 65px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-contact-form {
        padding: 59px 45px 57px 45px;
    }
}

@media (max-width: 767px) {
    .tp-contact-form {
        padding: 59px 25px 57px 25px;
    }
}

.tp-contact-form-title {
    color: var(--tp-blue-1);
    font-size: 38px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-contact-form-title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .tp-contact-form-title {
        font-size: 32px;
    }
}

.tp-contact-form-contact {
    margin-bottom: 50px;
}

.tp-contact-form-input {
    position: relative;
}

    .tp-contact-form-input span {
        position: absolute;
        left: 0;
        transform: translateY(1px);
        top: 15px;
        font-size: 20px;
        display: inline-block;
        color: var(--tp-common-black);
    }

    .tp-contact-form-input input, .tp-contact-form-input textarea {
        padding-left: 29px;
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #d4dce0;
        -webkit-transition: all 0.3s 0s ease-out;
        -moz-transition: all 0.3s 0s ease-out;
        -ms-transition: all 0.3s 0s ease-out;
        -o-transition: all 0.3s 0s ease-out;
        transition: all 0.3s 0s ease-out;
        color: var(--tp-common-black);
        height: 62px;
    }

        .tp-contact-form-input input:focus, .tp-contact-form-input textarea:focus {
            border-color: #1b1b1b;
        }

        .tp-contact-form-input input::placeholder, .tp-contact-form-input textarea::placeholder {
            color: rgba(255, 255, 255, 0.8);
            font-size: 18px;
            color: var(--tp-text-body);
        }

    .tp-contact-form-input textarea {
        height: 150px;
        resize: none;
    }

.tp-contact-form-check .form-check input {
    height: 14px;
    width: 14px;
    border-radius: 0px;
    margin-right: 8px;
    transform: translateY(1px);
    flex: 0 0 auto;
}

    .tp-contact-form-check .form-check input:focus {
        box-shadow: none;
    }

.tp-contact-form-check .form-check label {
    color: #5E5F63;
    font-size: 18px;
    text-transform: capitalize;
    cursor: pointer;
}

.tp-getin {
    background-color: #f98f13; /*mau form*/
    margin-top: -176px;
    margin-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-getin {
        margin-top: 0;
    }
}

.tp-getin-title {
    color: var(--tp-common-white);
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    background-color: var(--tp-red-1);
    text-align: center;
    padding: 30px 10px;
    position: relative;
}

@media (max-width: 767px) {
    .tp-getin-title {
        font-size: 24px;
    }
}

.tp-getin-title::before {
    position: absolute;
    content: "";
    bottom: -12px;
    -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;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    height: 35px;
    width: 93px;
    background-color: var(--tp-red-1);
}

.tp-getin-form {
    padding: 0 63px 60px 57px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-getin-form {
        padding: 0 30px 60px 30px;
    }
}

@media (max-width: 767px) {
    .tp-getin-form {
        padding: 0 20px 60px 20px;
    }
}

.tp-getin-form-input {
    position: relative;
}

    .tp-getin-form-input span {
        position: absolute;
        left: 0;
        top: 15px;
        font-size: 20px;
        display: inline-block;
        color: var(--tp-common-white);
    }

    .tp-getin-form-input input, .tp-getin-form-input textarea {
        padding-left: 29px;
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        -webkit-transition: all 0.3s 0s ease-out;
        -moz-transition: all 0.3s 0s ease-out;
        -ms-transition: all 0.3s 0s ease-out;
        -o-transition: all 0.3s 0s ease-out;
        transition: all 0.3s 0s ease-out;
        color: var(--tp-common-white);
    }

        .tp-getin-form-input input:focus, .tp-getin-form-input textarea:focus {
            border-color: rgba(255, 255, 255, 0.5);
        }

        .tp-getin-form-input input::placeholder, .tp-getin-form-input textarea::placeholder {
            color: rgba(255, 255, 255, 0.8);
            font-size: 18px;
            color: var(--tp-common-white);
        }

    .tp-getin-form-input textarea {
        height: 150px;
        resize: none;
    }

.tp-getin-form-submit button {
    color: var(--tp-common-white);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid #c96605;
    padding: 19px 43px;
}

    .tp-getin-form-submit button:hover {
        border-color: var(--tp-common-white);
    }

    .tp-getin-form-submit button i {
        margin-right: 7px;
    }

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

.tp-gallery-title {
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 8px;
}

    .tp-gallery-title a:hover {
        color: var(--tp-red-1);
    }

.tp-gallery-tag span {
    display: inline-block;
    background-color: var(--tp-blue-1);
    color: var(--tp-common-white);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 5px 41px;
    border-radius: 18px;
    line-height: 1;
}

/*----------------------------------------*/
/*  7.8 FAQ css
/*----------------------------------------*/
.tp-faq-bg {
    border-radius: 15px;
    padding: 83px 78px 99px 73px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-faq-bg {
        padding: 83px 30px 99px 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-faq-bg {
        padding: 70px 50px 70px 50px;
    }
}

@media (max-width: 767px) {
    .tp-faq-bg {
        padding: 50px 15px 50px 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-faq-bg {
        padding: 50px 15px 50px 15px;
    }
}

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

.tp-faq-wrap .tp-section-subtitle {
    color: var(--tp-common-white);
}

.tp-faq-wrap .tp-section-title {
    font-size: 45px;
    color: var(--tp-common-white);
}

@media (max-width: 767px) {
    .tp-faq-wrap .tp-section-title {
        font-size: 30px;
    }
}

.tp-faq-wrap .tp-about-list ul li {
    color: var(--tp-common-white);
}

    .tp-faq-wrap .tp-about-list ul li i {
        color: var(--tp-common-white);
    }

.tp-faq-call a {
    color: var(--tp-common-white);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 19px 48px 16px 48px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.23);
}

    .tp-faq-call a:hover {
        border: 1px solid rgb(255, 255, 255);
    }

.tp-faq-accordion .accordion {
    border: none;
}

    .tp-faq-accordion .accordion .accordion-item {
        margin-bottom: 15px;
        border: none;
        background-color: var(--tp-common-white);
        box-shadow: 0px 4px 20px 0px rgba(16, 23, 40, 0.06);
        border-radius: 4px;
    }

    .tp-faq-accordion .accordion .accordion-header {
        padding: 22px 35px 22px 34px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-faq-accordion .accordion .accordion-header {
        padding: 22px 20px 22px 20px;
    }
}

@media (max-width: 767px) {
    .tp-faq-accordion .accordion .accordion-header {
        padding: 20px 20px 20px 20px;
    }
}

.tp-faq-accordion .accordion .accordion-body {
    padding: 10px 40px 26px 36px;
    position: relative;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

    .tp-faq-accordion .accordion .accordion-body::before {
        position: absolute;
        content: "";
        right: 0;
        bottom: 0;
        height: 50px;
        background-color: rgba(213, 214, 221, 0.44);
        width: 50px;
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    }

@media (max-width: 767px) {
    .tp-faq-accordion .accordion .accordion-body {
        padding: 10px 25px 26px 20px;
    }
}

.tp-faq-accordion .accordion .accordion-body p {
    margin-bottom: 0;
}

.tp-faq-accordion .accordion .accordion-button {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    padding: 0 0;
    font-family: var(--tp-ff-heading);
    color: var(--tp-theme-primary);
}

@media (max-width: 767px) {
    .tp-faq-accordion .accordion .accordion-button {
        padding-right: 30px;
    }
}

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

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

    .tp-faq-accordion .accordion .accordion-button:not(.collapsed)::after {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

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

.tp-faq-accordion .accordion .accordion-button::after {
    position: absolute;
    bottom: -18px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(15, 13, 29, 0.078);
    opacity: 0;
    visibility: hidden;
}

.tp-faq-accordion .accordion .accordion-button .accordion-btn {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 25px;
    height: 25px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
}

    .tp-faq-accordion .accordion .accordion-button .accordion-btn::after {
        position: absolute;
        content: "";
        width: 10px;
        height: 2px;
        left: 8px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: var(--tp-theme-primary);
        border-radius: 2px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .tp-faq-accordion .accordion .accordion-button .accordion-btn::before {
        position: absolute;
        content: "";
        width: 2px;
        height: 10px;
        left: 50%;
        top: 8px;
        background-color: var(--tp-theme-primary);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 2px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.tp-faq-3.tp-faq-accordion .accordion .accordion-body::before {
    background-color: rgba(216, 34, 33, 0.13);
}

.tp-map-wrapper {
    height: 438px;
    margin-top: -150px;
}

    .tp-map-wrapper iframe {
        height: 100%;
        width: 100%;
        filter: grayscale(1);
    }

.tp-map-wrap {
    height: 470px;
}

    .tp-map-wrap iframe {
        height: 100%;
        width: 100%;
    }

.tp-cta-2-bg {
    position: relative;
    padding-top: 104px;
    padding-bottom: 116px;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .tp-cta-2-bg::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        background: rgba(41, 50, 64, 0.62);
    }

.tp-cta-2-wrapper .tp-section-title {
    color: var(--tp-common-white);
    font-size: 52px;
}

@media (max-width: 767px) {
    .tp-cta-2-wrapper .tp-section-title {
        font-size: 30px;
    }
}

.tp-cta-2-btn .tp-btn {
    padding: 17px 36px;
}

    .tp-cta-2-btn .tp-btn:hover {
        color: var(--tp-common-white);
        border-color: var(--tp-common-white);
    }

.tp-cta-2-shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: bottom left;
    z-index: -1;
    -webkit-animation: spin-3 5000ms forwards infinite alternate;
    -moz-animation: spin-3 5000ms forwards infinite alternate;
    -ms-animation: spin-3 5000ms forwards infinite alternate;
    -o-animation: spin-3 5000ms forwards infinite alternate;
    animation: spin-3 5000ms forwards infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-cta-2-shape-1 img {
        width: 200px;
    }
}

.tp-cta-3-bg {
    position: relative;
    padding-top: 104px;
    padding-bottom: 116px;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .tp-cta-3-bg::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        background: rgba(9, 24, 47, 0.9);
    }

.tp-cta-3-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 767px) {
    .tp-cta-3-shape-1 {
        display: none;
    }
}

.tp-cta-3-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

@media (max-width: 767px) {
    .tp-cta-3-shape-2 {
        display: none;
    }
}

.tp-instagram-bg {
    position: relative;
}

    .tp-instagram-bg::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        background-color: var(--tp-red-1);
        height: 350px;
        width: 100%;
        z-index: -1;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-instagram-bg::before {
        top: -25px;
    }
}

.tp-instagram-content .tp-section-title {
    text-transform: inherit;
}

.tp-instagram-wrap {
    padding-left: 110px;
    padding-right: 90px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-instagram-wrap {
        padding-left: 75px;
        padding-right: 75px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-instagram-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-instagram-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-instagram-wrap {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 767px) {
    .tp-instagram-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.tp-instagram-wrapper {
    position: relative;
}

    .tp-instagram-wrapper::before, .tp-instagram-wrapper::after {
        position: absolute;
        content: "";
        top: -19px;
        left: -23px;
        height: 65px;
        width: 4px;
        background-color: #EDC701;
    }

    .tp-instagram-wrapper::after {
        content: "";
        height: 4px;
        width: 65px;
    }

.tp-instagram-border {
    position: relative;
}

    .tp-instagram-border::before, .tp-instagram-border::after {
        position: absolute;
        content: "";
        bottom: -19px;
        right: -23px;
        height: 65px;
        width: 4px;
        background-color: #EDC701;
    }

    .tp-instagram-border::after {
        content: "";
        height: 4px;
        width: 65px;
    }

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

.tp-instagram-item {
    position: relative;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

    .tp-instagram-item:hover::after {
        height: 100%;
        opacity: 1;
    }

    .tp-instagram-item:hover::before {
        opacity: 0;
    }

    .tp-instagram-item:hover .tp-instagram-icon {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

    .tp-instagram-item::before, .tp-instagram-item::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32.1%, rgba(0, 0, 0, 0.29) 76.05%, rgba(0, 0, 0, 0.58) 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;
    }

    .tp-instagram-item::after {
        height: 0%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32.1%, rgba(0, 0, 0, 0.58) 76.05%, rgba(0, 0, 0, 0.71) 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;
        opacity: 0;
    }

.tp-instagram-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    opacity: 0;
    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-social-media-wrap {
    margin: 15px -15px 0px -15px;
}

.tp-social-media-item {
    text-align: center;
    border-right: 1px solid #EFEFEF;
}

@media (max-width: 767px) {
    .tp-social-media-item {
        border: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-social-media-item {
        border-right: 1px solid #EFEFEF;
    }
}

.tp-social-media-item:last-child {
    border-right: none;
}

.tp-social-media-item a {
    color: #707480;
    display: block;
    font-size: 20px;
    font-weight: 500;
    text-transform: lowercase;
    margin-bottom: 0;
    padding: 42px 10px;
}

    .tp-social-media-item a:hover {
        color: var(--tp-red-1);
    }

    .tp-social-media-item a span {
        margin-right: 15px;
        color: var(--tp-red-1);
    }

.tp-social-active {
    background-color: var(--tp-common-white);
    box-shadow: 0px -1px 18px 0px rgba(0, 0, 0, 0.08);
}

/*----------------------------------------*/
/*  7.17 Team css
/*----------------------------------------*/
.tp-team-item:hover .tp-team-social-wrap {
    opacity: 1;
    visibility: visible;
    top: -108px;
}

.tp-team-item:hover .tp-team-social > span {
    background-color: var(--tp-common-white);
    color: var(--tp-theme-primary);
}

    .tp-team-item:hover .tp-team-social > span i {
        transform: rotate(135deg);
    }

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

.tp-team-title {
    font-size: 22px;
}

    .tp-team-title a:hover {
        color: var(--tp-red-1);
    }

.tp-team-content {
    margin-top: -10px;
}

    .tp-team-content span {
        color: var(--tp-red-1);
        font-size: 15px;
        font-weight: 500;
    }

.tp-team-social {
    position: relative;
}

    .tp-team-social > span {
        height: 42px;
        width: 42px;
        line-height: 42px;
        background-color: var(--tp-red-1);
        border-radius: 50%;
        text-align: center;
        display: inline-block;
        color: var(--tp-common-white);
        box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.06);
        transform: translateY(-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;
    }

        .tp-team-social > span i {
            font-size: 13px;
            -webkit-transition: all 0.3s 0s ease-out;
            -moz-transition: all 0.3s 0s ease-out;
            -ms-transition: all 0.3s 0s ease-out;
            -o-transition: all 0.3s 0s ease-out;
            transition: all 0.3s 0s ease-out;
        }

.tp-team-social-wrap {
    position: absolute;
    border-radius: 5px;
    top: -80px;
    background-color: var(--tp-common-white);
    left: 80px;
    right: 80px;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-team-social-wrap {
        left: 30px;
        right: 30px;
    }
}

@media (max-width: 767px) {
    .tp-team-social-wrap {
        left: 60px;
        right: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-team-social-wrap {
        left: 140px;
        right: 140px;
    }
}

.tp-team-social-wrap::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 13px;
    background-color: var(--tp-common-white);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(100% 1%, 0 0, 50% 100%);
}

.tp-team-social-wrap a {
    display: inline-block;
    font-size: 14px;
    color: var(--tp-theme-primary);
    padding: 12px 13px;
}

    .tp-team-social-wrap a:hover {
        color: var(--tp-red-1);
    }

.tp-team-details-thumb {
    position: relative;
}

.tp-team-details-social {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    text-align: center;
}

.tp-team-details-social-wrap {
    display: inline-block;
    background-color: var(--tp-common-white);
    padding: 14px 20px;
    border-radius: 50px;
}

    .tp-team-details-social-wrap a {
        height: 42px;
        width: 42px;
        line-height: 42px;
        border: 1px solid transparent;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        color: #9497A3;
        font-size: 14px;
        margin: 0 5px;
    }

        .tp-team-details-social-wrap a:hover {
            border-color: rgba(44, 46, 52, 0.1);
            color: var(--tp-red-1);
        }

.tp-team-details-wrap .tp-section-title {
    margin-bottom: 35px;
}

.tp-team-details-wrap > p {
    margin-bottom: 47px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-team-details-wrap > p br {
        display: none;
    }
}

.tp-team-details-title {
    font-size: 24px;
    font-weight: 600;
}

.tp-team-details-content span {
    color: var(--tp-red-1);
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 30px;
}

.tp-team-details-content p {
    line-height: 28.8px;
    margin-bottom: 21px;
}

.tp-team-details-thumb img {
    width: 100%;
    border-radius: 12px;
}

.tp-team-details-progress-title {
    color: var(--tp-blue-1);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.tp-team-details-progress-item .progress, .tp-team-details-progress-item .progress-stacked {
    overflow: inherit;
    height: 2px;
    background: #F1F1F2;
    position: relative;
    width: 100%;
}

.tp-team-details-progress-item .progress-bar {
    border-radius: 2px;
    background-color: var(--tp-red-1);
    height: 4px;
    transform: translateY(-8px);
    overflow: inherit;
}

    .tp-team-details-progress-item .progress-bar span {
        position: absolute;
        right: 0;
        top: -22px;
        color: #082060;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }

@media (max-width: 767px) {
    .tp-team-details-progress-item .progress-bar span {
        font-size: 12px;
        top: -19px;
    }
}

.tp-team-details-info {
    gap: 60px;
}

.tp-team-details-info-icon {
    flex: 0 0 auto;
    margin-right: 19px;
}

    .tp-team-details-info-icon span {
        color: var(--tp-red-1);
        display: inline-block;
        font-size: 50px;
    }

        .tp-team-details-info-icon span i {
            display: inline-block;
            transform: translateY(6px);
        }

.tp-team-details-info-item {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.tp-team-details-info-content span {
    color: var(--tp-common-black);
    display: block;
}

    .tp-team-details-info-content span i {
        transform: translateY(3px);
    }

.tp-team-details-info-content a {
    color: var(--tp-blue-1);
    font-size: 18px;
    font-weight: 700;
}

.tp-team-details-contact {
    border: 1px solid rgba(212, 220, 224, 0.44);
    background: #FFF;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.04);
    padding: 42px 53px 49px 42px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-team-details-contact {
        padding: 30px 20px 35px 20px;
    }
}

@media (max-width: 767px) {
    .tp-team-details-contact {
        padding: 30px 20px 35px 20px;
    }
}

.tp-team-details-contact .tp-contact-form-input {
    margin-bottom: 25px;
}

    .tp-team-details-contact .tp-contact-form-input span {
        left: 15px;
    }

        .tp-team-details-contact .tp-contact-form-input span i {
            transform: translateY(3px);
        }

    .tp-team-details-contact .tp-contact-form-input input {
        border: 1px solid rgba(212, 220, 224, 0.26);
        border-radius: 5px;
        padding: 5px 45px 5px 45px;
    }

        .tp-team-details-contact .tp-contact-form-input input:focus {
            border-color: #D4DCE0;
        }

/*----------------------------------------*/
/*  7.15 Shop css
/*----------------------------------------*/
.tp-product-item:hover .tp-product-thumb img {
    transform: scale(1.2);
}

.tp-product-item:hover .tp-product-thumb-icon {
    bottom: 35px;
    opacity: 1;
    visibility: visible;
}

.tp-product-wrap span {
    font-size: 15px;
    font-weight: 500;
    color: var(--tp-theme-primary);
}

.tp-product-filter span {
    font-weight: 500;
    font-size: 15px;
    color: var(--tp-theme-primary);
}

.tp-product-filter .nice-select {
    padding-left: 5px;
    border: none;
    color: var(--tp-theme-primary);
    border: none;
    background-color: transparent;
    padding-right: 15px;
}

.tp-product-badge {
    position: absolute;
    top: 20px;
    left: 30px;
    font-weight: 700;
    font-size: 12px;
    color: var(--tp-common-white);
    padding: 6px 13px;
    background: #FD4766;
    border-radius: 5px;
    line-height: 1;
}

.tp-product-thumb {
    border: 1px solid #ECEFF4;
    border-radius: 5px;
}

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

.tp-product-thumb-icon {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

    .tp-product-thumb-icon a {
        margin: 0 5px;
        height: 45px;
        width: 45px;
        line-height: 45px;
        border-radius: 50%;
        display: inline-block;
        background-color: var(--tp-theme-primary);
        font-size: 14px;
        color: var(--tp-common-white);
        -webkit-transition: all 0.3s 0s ease-out;
        -moz-transition: all 0.3s 0s ease-out;
        -ms-transition: all 0.3s 0s ease-out;
        -o-transition: all 0.3s 0s ease-out;
        transition: all 0.3s 0s ease-out;
    }

        .tp-product-thumb-icon a:hover {
            background-color: var(--tp-red-1);
        }

.tp-product-content p {
    font-size: 18px;
    font-weight: 500;
    color: #777B83;
    margin-bottom: 6px;
}

.tp-product-title {
    font-size: 18px;
    font-weight: 500;
    display: block;
}

    .tp-product-title a {
        color: var(--tp-theme-primary);
    }

        .tp-product-title a:hover {
            color: var(--tp-red-1);
        }

.tp-product-review i {
    color: #F7931E;
}

.tp-product-details-wrapper {
    margin-left: 21px;
}

    .tp-product-details-wrapper.has-sticky {
        position: sticky;
        top: 120px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-product-details-wrapper {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .tp-product-details-wrapper {
        margin-left: 0;
        margin-top: 50px;
    }
}

.tp-product-details-wrapper > p {
    font-size: 15px;
    line-height: 1.7;
}

    .tp-product-details-wrapper > p span {
        font-weight: 500;
        color: var(--tp-theme-primary);
    }

.tp-product-details-nav-main-thumb {
    position: relative;
}

.tp-product-details-thumb-wrapper {
    position: sticky;
    top: 100px;
    margin-right: 20px;
}

    .tp-product-details-thumb-wrapper .nav-tabs {
        margin-top: 10px;
        border: none;
    }

        .tp-product-details-thumb-wrapper .nav-tabs .nav-link {
            width: 78px;
            height: 100px;
            position: relative;
            padding: 0 0;
            margin-right: 5px;
        }

@media (max-width: 767px) {
    .tp-product-details-thumb-wrapper .nav-tabs .nav-link {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

.tp-product-details-thumb-wrapper .nav-tabs .nav-link:not(:last-child) {
    margin-bottom: 10px;
}

.tp-product-details-thumb-wrapper .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid transparent;
    top: 0;
    left: 0;
}

.tp-product-details-thumb-wrapper .nav-tabs .nav-link.active::after, .tp-product-details-thumb-wrapper .nav-tabs .nav-link:hover::after {
    border-color: var(--tp-common-black);
}

.tp-product-details-thumb-wrapper .nav-tabs .nav-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tp-product-details-thumb-wrapper .nav-tabs .nav-link .nav-video-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
    font-size: 15px;
}

.tp-product-details-thumb-slider {
    position: sticky;
    top: 120px;
}

    .tp-product-details-thumb-slider:hover .tp-product-details-thumb-arrow button {
        visibility: visible;
        opacity: 1;
        left: 20px;
    }

        .tp-product-details-thumb-slider:hover .tp-product-details-thumb-arrow button.tp-product-details-thumb-slider-5-button-next {
            left: auto;
            right: 20px;
        }

.tp-product-details-thumb-arrow button {
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    margin: 0 5px;
    background-color: var(--tp-common-white);
    color: var(--tp-common-black);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.01);
    visibility: hidden;
    opacity: 0;
}

    .tp-product-details-thumb-arrow button.tp-product-details-thumb-slider-5-button-next {
        left: auto;
        right: 0;
    }

    .tp-product-details-thumb-arrow button:hover {
        background-color: var(--tp-theme-primary);
        color: var(--tp-common-white);
        box-shadow: none;
    }

.tp-product-details-thumb-video-btn {
    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%);
    color: var(--tp-common-black);
    border-radius: 50%;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--tp-common-white);
    -webkit-animation: tp-pulse-2 2s infinite;
    -moz-animation: tp-pulse-2 2s infinite;
    -ms-animation: tp-pulse-2 2s infinite;
    -o-animation: tp-pulse-2 2s infinite;
    animation: tp-pulse-2 2s infinite;
}

    .tp-product-details-thumb-video-btn:hover {
        color: var(--tp-common-white);
        background-color: var(--tp-theme-primary);
    }

.tp-product-details-thumb-gallery-item img {
    width: 100%;
}

.tp-product-details-category span {
    font-size: 16px;
    line-height: 1;
}

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

.tp-product-details-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
}

.tp-product-details-stock {
    margin-right: 12px;
}

    .tp-product-details-stock span {
        display: inline-block;
        font-size: 15px;
        color: var(--tp-theme-primary);
        background-color: rgba(9, 137, 255, 0.06);
        line-height: 1;
        padding: 4px 12px;
    }

.tp-product-details-rating {
    margin-right: 11px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

    .tp-product-details-rating span {
        font-size: 12px;
        color: #FFB21D;
    }

        .tp-product-details-rating span:not(:last-child) {
            margin-right: 3px;
        }

.tp-product-details-price {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: var(--tp-common-black);
}

    .tp-product-details-price.new-price {
        color: var(--tp-common-black);
    }

    .tp-product-details-price.old-price {
        font-weight: 400;
        font-size: 16px;
        text-decoration-line: line-through;
        color: #767A7D;
    }

.tp-product-details-action-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 13px;
}

.tp-product-details-quantity .tp-product-quantity {
    width: 122px;
    border-radius: 0;
}

.tp-product-details-quantity .tp-cart-plus, .tp-product-details-quantity .tp-cart-minus {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    left: 14px;
}

    .tp-product-details-quantity .tp-cart-plus:hover, .tp-product-details-quantity .tp-cart-minus:hover {
        background-color: var(--tp-common-white);
        color: var(--tp-theme-primary);
    }

.tp-product-details-quantity .tp-cart-plus {
    left: auto;
    right: 14px;
}

.tp-product-details-quantity .tp-cart-input[type=text] {
    height: 46px;
    line-height: 46px;
    background-color: #F3F5F6;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    color: var(--tp-common-black);
}

.tp-product-details-add-to-cart-btn {
    font-size: 16px;
    color: var(--tp-common-black);
    text-align: center;
    padding: 9px 30px;
    border: 1px solid #E0E2E3;
}

    .tp-product-details-add-to-cart-btn:hover {
        background-color: var(--tp-red-1);
        border-color: var(--tp-red-1);
        color: var(--tp-common-white);
    }

.tp-product-details-buy-now-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-white);
}

    .tp-product-details-buy-now-btn:hover {
        background-color: var(--tp-red-1);
        color: var(--tp-common-white);
    }

.tp-product-details-action-wrapper {
    margin-bottom: 17px;
}

.tp-product-details-action-sm {
    padding-bottom: 9px;
    border-bottom: 1px solid #EAEBED;
    margin-bottom: 25px;
}

.tp-product-details-action-sm-btn {
    font-size: 16px;
    margin-bottom: 10px;
}

    .tp-product-details-action-sm-btn:not(:last-child) {
        margin-right: 10px;
    }

    .tp-product-details-action-sm-btn i, .tp-product-details-action-sm-btn svg {
        margin-right: 2px;
    }

    .tp-product-details-action-sm-btn:hover {
        color: var(--tp-theme-primary);
    }

.tp-product-details-query {
    margin-bottom: 22px;
}

.tp-product-details-query-item:not(:last-child) {
    margin-bottom: 3px;
}

.tp-product-details-query-item > span {
    font-size: 15px;
    color: var(--tp-common-black);
    line-height: 1.4;
    margin-right: 6px;
}

.tp-product-details-query-item p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.4;
}

.tp-product-details-social {
    margin-bottom: 22px;
}

    .tp-product-details-social span {
        font-size: 15px;
        color: var(--tp-common-black);
        margin-right: 2px;
    }

    .tp-product-details-social a {
        display: inline-block;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        border: 1px solid #E6E7E8;
        border-radius: 50%;
    }

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

.tp-product-details-msg ul li {
    list-style: none;
    position: relative;
    font-size: 15px;
    padding-left: 25px;
}

    .tp-product-details-msg ul li::after {
        position: absolute;
        content: url("../img/icon/check-3.svg");
        top: 4px;
        left: 0;
        width: 18px;
        height: 18px;
        line-height: 16px;
        text-align: center;
        color: var(--tp-common-white);
    }

.tp-product-details-payment {
    background-color: #F3F5F6;
    padding: 18px 30px;
}

    .tp-product-details-payment p {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 0;
        margin-right: 46px;
        flex: 0 0 auto;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-product-details-payment p {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .tp-product-details-payment p {
        margin-right: 0;
        margin-bottom: 15px;
    }

        .tp-product-details-payment p br {
            display: none;
        }
}

.tp-product-details-desc-title {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 13px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-product-details-desc-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .tp-product-details-desc-title {
        font-size: 26px;
    }
}

.tp-product-details-desc-title-2 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 14px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .tp-product-details-desc-title-2 {
        font-size: 25px;
    }
}

.tp-product-details-desc-content {
    margin-bottom: 25px;
    padding-right: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .tp-product-details-desc-content {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .tp-product-details-desc-content {
        padding-left: 0;
    }
}

.tp-product-details-desc-content span {
    font-size: 20px;
    color: var(--tp-common-black);
}

.tp-product-details-desc-content p {
    font-size: 16px;
    line-height: 1.6;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .tp-product-details-desc-content-2 {
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .tp-product-details-desc-content-2.pt-75 {
        padding-top: 25px;
    }
}

.tp-product-details-desc-content-2 p {
    font-size: 16px;
    line-height: 1.6;
}

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

.tp-product-details-desc-list {
    padding-top: 13px;
}

    .tp-product-details-desc-list ul li {
        list-style: none;
        font-size: 16px;
        color: var(--tp-common-black);
        position: relative;
        padding-left: 17px;
    }

        .tp-product-details-desc-list ul li:not(:last-child) {
            margin-bottom: 3px;
        }

        .tp-product-details-desc-list ul li::after {
            position: absolute;
            content: "";
            left: 0;
            top: 11px;
            width: 4px;
            height: 4px;
            background-color: #A8ACB0;
            border-radius: 50%;
        }

.tp-product-details-desc-fact-thumb img {
    margin-bottom: 16px;
}

.tp-product-details-desc-fact-content span {
    display: inline-block;
    font-size: 50px;
    line-height: 1.2;
    color: var(--tp-common-black);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-product-details-desc-fact-content span {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-product-details-desc-fact-content span {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .tp-product-details-desc-fact-content span {
        font-size: 25px;
    }
}

.tp-product-details-desc-fact-content p {
    font-size: 22px;
}

@media (max-width: 767px) {
    .tp-product-details-desc-fact-content p {
        font-size: 20px;
    }
}

.tp-product-details-additional-info {
    padding-top: 60px;
}

@media (max-width: 767px) {
    .tp-product-details-additional-info {
        overflow-x: scroll;
    }
}

.tp-product-details-additional-info-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 16px;
    display: none;
}

.tp-product-details-additional-info.tp-table-style-2 {
    padding-top: 50px;
}

    .tp-product-details-additional-info.tp-table-style-2 .tp-product-details-additional-info-title {
        display: block;
    }

    .tp-product-details-additional-info.tp-table-style-2 table {
        border: 0;
        border-collapse: separate;
        border-spacing: 0 7px;
    }

        .tp-product-details-additional-info.tp-table-style-2 table tr {
            border: 0;
        }

            .tp-product-details-additional-info.tp-table-style-2 table tr:not(:last-child) {
                border: 0;
                margin-bottom: 6px;
            }

            .tp-product-details-additional-info.tp-table-style-2 table tr td {
                padding: 7px 24px;
                border: 1px solid #E6E7E8;
            }

                .tp-product-details-additional-info.tp-table-style-2 table tr td:first-child {
                    padding-left: 24px;
                    border-right: 0;
                }

                .tp-product-details-additional-info.tp-table-style-2 table tr td:last-child {
                    padding-left: 34px;
                }

.tp-product-details-additional-info table {
    border: 1px solid #E0E2E3;
    width: 100%;
}

    .tp-product-details-additional-info table tr:not(:last-child) {
        border-bottom: 1px solid #ECEDED;
    }

    .tp-product-details-additional-info table tr td {
        padding: 12px 34px;
    }

        .tp-product-details-additional-info table tr td:first-child {
            font-size: 16px;
            color: var(--tp-common-black);
            background-color: #F9F9F9;
            width: 306px;
        }

        .tp-product-details-additional-info table tr td:last-child {
            font-size: 16px;
            color: var(--tp-text-body);
        }

.tp-product-details-review-number {
    border: 1px solid #E0E2E3;
    padding: 35px 43px 33px 40px;
}

@media (max-width: 767px) {
    .tp-product-details-review-number {
        padding: 35px 25px 33px 25px;
    }
}

.tp-product-details-review-number-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 14px;
}

.tp-product-details-review-summery {
    margin-bottom: 12px;
}

.tp-product-details-review-summery-value span {
    font-size: 40px;
    font-weight: 500;
    color: var(--tp-common-black);
    margin-right: 8px;
}

.tp-product-details-review-summery-rating {
    margin-right: 3px;
}

    .tp-product-details-review-summery-rating span {
        color: #FFB21D;
    }

    .tp-product-details-review-summery-rating p {
        margin-left: 4px;
        font-size: 14px;
        margin-bottom: 0;
    }

.tp-product-details-review-rating-item > span {
    color: #A0A2A4;
    font-size: 15px;
    margin-right: 10px;
}

.tp-product-details-review-rating-bar {
    width: 260px;
    background-color: #EDEEEE;
    height: 10px;
    position: relative;
    margin-right: 12px;
}

@media (max-width: 767px) {
    .tp-product-details-review-rating-bar {
        width: 130px;
    }
}

.tp-product-details-review-rating-bar-inner {
    height: 100%;
    background-color: #FFB21D;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.tp-product-details-review-rating-percent span {
    font-size: 14px;
}

.tp-product-details-review-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 22px;
}

@media (max-width: 767px) {
    .tp-product-details-review-list {
        padding-right: 0;
    }
}

.tp-product-details-review-avater:not(:last-child) {
    margin-bottom: 32px;
}

.tp-product-details-review-avater-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
}

.tp-product-details-review-avater-rating {
    line-height: 1;
    margin-bottom: 3px;
}

    .tp-product-details-review-avater-rating span {
        font-size: 10px;
        margin-right: 2px;
        color: #FFB21D;
    }

.tp-product-details-review-avater-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 9px;
    display: inline-block;
}

.tp-product-details-review-avater-meta {
    font-size: 14px;
    position: relative;
    padding-left: 11px;
    margin-left: 3px;
}

    .tp-product-details-review-avater-meta::after {
        position: absolute;
        content: "";
        left: 0;
        top: 8px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #A8ACB0;
    }

.tp-product-details-review-avater-comment p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.4;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .tp-product-details-review-form {
        margin-top: 50px;
    }
}

.tp-product-details-review-form > p {
    font-size: 16px;
    margin-bottom: 8px;
}

.tp-product-details-review-form-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 4px;
}

.tp-product-details-review-form-rating {
    margin-bottom: 28px;
}

    .tp-product-details-review-form-rating p {
        margin-bottom: 0;
        font-size: 14px;
        margin-right: 8px;
    }

.tp-product-details-review-form-rating-icon span {
    font-size: 12px;
    color: #FFB21D;
}

.tp-product-details-review-input-wrapper {
    margin-bottom: 11px;
}

.tp-product-details-review-input-box {
    position: relative;
}

    .tp-product-details-review-input-box:not(:last-child) {
        margin-bottom: 29px;
    }

.tp-product-details-review-input input {
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #E0E2E3;
    font-size: 14px;
    color: var(--tp-common-black);
}

.tp-product-details-review-input textarea {
    height: 165px;
    resize: none;
}

.tp-product-details-review-input-title label {
    font-size: 14px;
    color: var(--tp-common-black);
    position: absolute;
    top: -7px;
    left: 20px;
    padding: 0 5px;
    background-color: var(--tp-common-white);
    line-height: 1;
}

.tp-product-details-review-input-eye {
    position: absolute;
    right: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .tp-product-details-review-input-eye .open-eye {
        display: none;
    }

    .tp-product-details-review-input-eye:hover {
        cursor: pointer;
    }

        .tp-product-details-review-input-eye:hover span {
            color: var(--tp-common-black);
        }

.tp-product-details-review-remeber input {
    display: none;
}

    .tp-product-details-review-remeber input:checked ~ label::after {
        background-color: var(--tp-theme-primary);
        border-color: var(--tp-theme-primary);
    }

    .tp-product-details-review-remeber input:checked ~ label::before {
        visibility: visible;
        opacity: 1;
    }

.tp-product-details-review-remeber label {
    font-size: 15px;
    color: #55585B;
    position: relative;
    padding-left: 26px;
    z-index: 1;
}

    .tp-product-details-review-remeber label::after {
        position: absolute;
        content: "";
        top: 4px;
        left: 0;
        width: 18px;
        height: 18px;
        line-height: 16px;
        text-align: center;
        border: 1px solid #C3C7C9;
        z-index: -1;
    }

    .tp-product-details-review-remeber label::before {
        position: absolute;
        content: url("../img/icon/check.svg");
        top: 4px;
        left: 0;
        width: 18px;
        height: 18px;
        line-height: 16px;
        text-align: center;
        visibility: hidden;
        opacity: 0;
        color: var(--tp-common-white);
    }

    .tp-product-details-review-remeber label a:hover {
        color: var(--tp-theme-primary);
    }

    .tp-product-details-review-remeber label:hover {
        cursor: pointer;
    }

.tp-product-details-review-btn {
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-common-white);
    padding: 9px 45px;
    background-color: var(--tp-theme-primary);
}

.tp-product-details-bottom {
    border-bottom: 1px solid #E0E2E3;
}

.tp-product-details-tab-nav .nav-tabs {
    padding-bottom: 12px;
    border-bottom: 1px solid #E0E2E3;
}

@media (max-width: 767px) {
    .tp-product-details-tab-nav .nav-tabs {
        padding-bottom: 0;
    }
}

.tp-product-details-tab-nav .nav-tabs .nav-link {
    font-size: 20px;
    color: #A0A2A4;
    padding-left: 9px;
    padding-right: 7px;
    position: relative;
    border: none;
}

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

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

        .tp-product-details-tab-nav .nav-tabs .nav-link.active::after, .tp-product-details-tab-nav .nav-tabs .nav-link:hover::after {
            width: 100%;
            left: 0;
            right: auto;
        }

@media (max-width: 767px) {
    .tp-product-details-tab-nav .nav-tabs .nav-link::after {
        position: absolute;
        content: "";
        left: auto;
        right: 0;
        bottom: -1px;
        width: 0%;
        height: 2px;
        background-color: var(--tp-common-black);
    }
}

@media (max-width: 767px) {
    .tp-product-details-tab-nav .nav-tabs span#productTabMarker {
        display: none !important;
    }
}

.tp-product-details-tab-line {
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: var(--tp-common-black);
    display: 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-product-details-views {
    margin-bottom: 10px;
}

    .tp-product-details-views > span {
        color: var(--tp-common-black);
        font-size: 16px;
        margin-right: 8px;
    }

    .tp-product-details-views p {
        font-size: 16px;
        margin-bottom: 0;
    }

        .tp-product-details-views p span {
            color: var(--tp-common-black);
            font-weight: 500;
        }

.tp-product-details-stock-bar p {
    font-size: 15px;
    margin-bottom: 5px;
}

    .tp-product-details-stock-bar p span {
        font-weight: 500;
        color: var(--tp-common-black);
    }

.tp-product-details-stock-bar-line {
    height: 4px;
    position: relative;
}

.tp-product-details-stock-bar-line-inner {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--tp-theme-primary);
    height: 100%;
    display: inline-block;
}

.tp-product-details-wishlist-btn {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: var(--tp-common-white);
    box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.1);
}

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

.tp-product-details-countdown {
    padding: 10px 20px;
    border: 1px solid var(--tp-pink-1);
    background-color: rgba(253, 75, 107, 0.05);
}

.tp-product-details-countdown-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--tp-pink-1);
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .tp-product-details-countdown-title {
        margin-bottom: 7px;
    }
}

.tp-product-details-countdown-time ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

    .tp-product-details-countdown-time ul li {
        list-style: none;
        font-size: 16px;
        font-weight: 500;
        color: var(--tp-pink-1);
        position: relative;
    }

        .tp-product-details-countdown-time ul li:not(:last-child) {
            margin-right: 24px;
        }

            .tp-product-details-countdown-time ul li:not(:last-child)::after, .tp-product-details-countdown-time ul li:not(:last-child)::before {
                position: absolute;
                content: "";
                right: -13px;
                top: 7px;
                width: 3px;
                height: 3px;
                border-radius: 50%;
                background-color: var(--tp-pink-1);
            }

            .tp-product-details-countdown-time ul li:not(:last-child)::before {
                top: 15px;
            }

.tp-product-quantity {
    width: 100px;
    position: relative;
    border-radius: 20px;
}

.tp-cart-plus,
.tp-cart-minus {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    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;
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .tp-cart-plus svg,
    .tp-cart-minus svg {
        -webkit-transform: translateY(-1px);
        -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -o-transform: translateY(-1px);
        transform: translateY(-1px);
    }

    .tp-cart-plus:hover,
    .tp-cart-minus:hover {
        cursor: pointer;
        color: var(--tp-theme-1);
    }

    .tp-cart-plus.tp-cart-plus,
    .tp-cart-minus.tp-cart-plus {
        left: auto;
        right: 12px;
    }

        .tp-cart-plus.tp-cart-plus::after,
        .tp-cart-minus.tp-cart-plus::after {
            left: 0;
            right: auto;
        }

.tp-product-details-quantity .tp-cart-input[type=text] {
    height: 46px;
    line-height: 46px;
    background-color: #F3F5F6;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    color: var(--tp-common-black);
    text-align: center;
}

/*----------------------------------------*/
/*  7.4 Cart css
/*----------------------------------------*/
.tp-cart-header-product {
    padding-left: 30px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .tp-cart-list {
        overflow-x: scroll;
    }
}

.tp-cart-list .table > :not(caption) > * > * {
    padding: 20px 12px;
    box-shadow: none;
    vertical-align: middle;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .tp-cart-list table {
        width: 960px;
    }
}

.tp-cart-list thead th {
    font-weight: 500;
    font-size: 15px;
    color: var(--tp-heading-primary);
    border: 0 !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    background-color: #E0E2E3;
}

.tp-cart-list tr td {
    border-color: #E0E2E3;
}

    .tp-cart-list tr td .tp-cart-action-btn {
        font-weight: 400;
        font-size: 16px;
        color: #818487;
    }

        .tp-cart-list tr td .tp-cart-action-btn:hover {
            color: #FF1826;
        }

.tp-cart-list tbody tr:first-child td {
    padding-top: 30px !important;
}

.tp-cart-img {
    width: 100px;
    margin-right: 20px;
}

    .tp-cart-img img {
        width: 84px;
        height: 84px;
        object-fit: cover;
    }

.tp-cart-title a {
    font-weight: 500;
    font-size: 16px;
    color: var(--tp-heading-primary);
}

    .tp-cart-title a:hover {
        color: var(--tp-red-1);
    }

.tp-cart-price {
    width: 126px;
}

    .tp-cart-price span {
        font-size: 16px;
        color: var(--tp-heading-primary);
    }

.tp-cart-quantity {
    width: 180px;
}

    .tp-cart-quantity .tp-product-quantity {
        width: 160px;
    }

    .tp-cart-quantity .tp-cart-input[type=text] {
        height: 60px;
        width: 100%;
        text-align: center;
        font-size: 20px;
        border: 1px solid transparent;
        background-color: #f6f7f8;
        padding: 0 45px;
        line-height: 1.5;
        color: var(--tp-heading-primary);
    }

    .tp-cart-quantity .tp-cart-plus, .tp-cart-quantity .tp-cart-minus {
        width: 60px;
        height: 60px;
        line-height: 62px;
    }

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .tp-cart-coupon {
        margin-bottom: 20px;
    }
}

.tp-cart-coupon-input-box label {
    font-size: 14px;
    color: var(--tp-common-black);
    margin-bottom: 7px;
}

.tp-cart-coupon-input input {
    background: #FFFFFF;
    border: 1px solid #D6D9DC;
    height: 54px;
    line-height: 46px;
    margin-right: 4px;
    max-width: 282px;
}

    .tp-cart-coupon-input input::placeholder {
        color: #818487;
        font-size: 16px;
    }

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

.tp-cart-coupon-input button {
    font-weight: 500;
    font-size: 16px;
    color: var(--tp-common-white);
    background-color: var(--tp-heading-primary);
    padding: 14px 30px;
}

    .tp-cart-coupon-input button:hover {
        color: var(--tp-common-white);
        background-color: var(--tp-red-1);
    }

.tp-cart-update-btn {
    font-weight: 500;
    font-size: 16px;
    color: var(--tp-heading-primary);
    background-color: var(--tp-common-white);
    padding: 15px 29px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

    .tp-cart-update-btn:hover {
        background-color: var(--tp-red-1);
        border-color: var(--tp-red-1);
        color: var(--tp-common-white);
    }

.tp-cart-checkout-wrapper {
    background: var(--tp-common-white);
    box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
    padding: 36px 24px 28px;
    margin-left: -24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .tp-cart-checkout-wrapper {
        margin-top: 50px;
        margin-left: 0;
    }
}

.tp-cart-checkout-top {
    padding-bottom: 13px;
    margin-bottom: 19px;
    border-bottom: 1px solid #E0E2E3;
}

    .tp-cart-checkout-top span {
        font-size: 20px;
        color: var(--tp-heading-primary);
        font-weight: 500;
    }

.tp-cart-checkout-shipping {
    padding-bottom: 16px;
    border-bottom: 1px solid #E0E2E3;
    margin-bottom: 15px;
}

.tp-cart-checkout-shipping-title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 7px;
    font-family: var(--tp-ff-body);
    color: var(--tp-heading-primary);
}

.tp-cart-checkout-shipping-option:not(:last-child) {
    margin-bottom: 4px;
}

.tp-cart-checkout-shipping-option input {
    display: none;
}

    .tp-cart-checkout-shipping-option input:checked + label::after {
        border-color: var(--tp-red-1);
    }

    .tp-cart-checkout-shipping-option input:checked + label::before {
        opacity: 1;
        visibility: visible;
    }

.tp-cart-checkout-shipping-option label {
    font-weight: 400;
    font-size: 15px;
    color: var(--tp-theme-primary);
    position: relative;
    padding-left: 25px;
}

    .tp-cart-checkout-shipping-option label:hover {
        cursor: pointer;
    }

    .tp-cart-checkout-shipping-option label span {
        color: var(--tp-red-1);
    }

    .tp-cart-checkout-shipping-option label::after {
        position: absolute;
        content: "";
        left: 0;
        top: 5px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid #BCBCBC;
        -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-cart-checkout-shipping-option label::before {
        position: absolute;
        content: "";
        left: 4px;
        top: 9px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: var(--tp-red-1);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s 0s ease-out;
        -moz-transition: all 0.3s 0s ease-out;
        -ms-transition: all 0.3s 0s ease-out;
        -o-transition: all 0.3s 0s ease-out;
        transition: all 0.3s 0s ease-out;
    }

.tp-cart-checkout-total {
    margin-bottom: 25px;
}

    .tp-cart-checkout-total span {
        font-weight: 500;
        font-size: 18px;
        color: var(--tp-heading-primary);
    }

.tp-cart-checkout-btn {
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-common-white);
    background-color: var(--tp-heading-primary);
    display: inline-block;
    padding: 14px 30px;
    text-align: center;
}

    .tp-cart-checkout-btn:hover {
        background-color: var(--tp-red-1);
        color: var(--tp-common-white);
    }

.tp-cart-add-to-cart .tp-btn {
    padding: 13px 28px;
    font-weight: 500;
}

/*----------------------------------------*/
/*  7.5 Checkout css
/*----------------------------------------*/
.tp-checkout-verify-item {
    margin-bottom: 40px;
}

    .tp-checkout-verify-item:not(:last-child) {
        margin-bottom: 14px;
    }

.tp-checkout-verify-reveal {
    font-size: 14px;
    color: var(--tp-common-black);
    margin-bottom: 0;
    display: inline-block;
    border: 1px dashed #AAB0B2;
    padding: 8px 26px;
    width: 100%;
}

    .tp-checkout-verify-reveal button {
        color: var(--tp-theme-primary);
        position: relative;
    }

        .tp-checkout-verify-reveal button::after {
            position: absolute;
            content: "";
            left: 0;
            bottom: 4px;
            width: 100%;
            height: 1px;
            background-color: var(--tp-theme-primary);
        }

.tp-checkout-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary);
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    text-align: center;
}

    .tp-checkout-btn:hover {
        background-color: var(--tp-red-1);
        color: var(--tp-common-white);
    }

.tp-checkout-input {
    margin-bottom: 20px;
}

    .tp-checkout-input label {
        font-weight: 500;
        color: var(--tp-common-black);
        margin-bottom: 5px;
    }

        .tp-checkout-input label span {
            color: red;
        }

    .tp-checkout-input input, .tp-checkout-input textarea {
        width: 100%;
        background: #FFFFFF;
        border: 1px solid #D5D8DB;
        color: var(--tp-common-black);
        height: 60px;
    }

        .tp-checkout-input input:focus, .tp-checkout-input textarea:focus {
            border-color: var(--tp-red-1);
        }

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

    .tp-checkout-input .nice-select {
        height: 50px;
        line-height: 48px;
        border-radius: 0;
        border: 1px solid #D5D8DB;
        color: var(--tp-common-black);
        float: none;
        padding: 0 26px;
    }

        .tp-checkout-input .nice-select::after {
            right: 26px;
        }

        .tp-checkout-input .nice-select.open .list {
            -webkit-transform: scale(1) translateY(0px);
            -moz-transform: scale(1) translateY(0px);
            -ms-transform: scale(1) translateY(0px);
            -o-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
        }

        .tp-checkout-input .nice-select .list {
            margin-top: 0;
            border-radius: 0;
            transform-origin: center center;
            -webkit-transform: scale(0.9) translateY(0px);
            -moz-transform: scale(0.9) translateY(0px);
            -ms-transform: scale(0.9) translateY(0px);
            -o-transform: scale(0.9) translateY(0px);
            transform: scale(0.9) translateY(0px);
            width: 100%;
            padding: 12px 0;
        }

            .tp-checkout-input .nice-select .list .option {
                line-height: 1.2;
                min-height: inherit;
                padding-top: 5px;
                padding-bottom: 5px;
            }

                .tp-checkout-input .nice-select .list .option:hover {
                    color: var(--tp-theme-primary);
                }

.tp-checkout-option {
    margin-bottom: 4px;
}

.tp-checkout-option-wrapper {
    margin-top: 10px;
    margin-bottom: 17px;
}

.tp-checkout-option input {
    display: none;
}

    .tp-checkout-option input:checked ~ label::after {
        background-color: var(--tp-theme-primary);
        border-color: var(--tp-theme-primary);
    }

    .tp-checkout-option input:checked ~ label::before {
        visibility: visible;
        opacity: 1;
    }

.tp-checkout-option label {
    font-size: 15px;
    color: #55585B;
    position: relative;
    padding-left: 26px;
    z-index: 1;
}

    .tp-checkout-option label::after {
        position: absolute;
        content: "";
        top: 4px;
        left: 0;
        width: 18px;
        height: 18px;
        line-height: 16px;
        text-align: center;
        border: 1px solid #C3C7C9;
        z-index: -1;
        -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-checkout-option label::before {
        position: absolute;
        content: url("../img/icon/check.svg");
        top: 4px;
        left: 0;
        width: 18px;
        height: 18px;
        line-height: 16px;
        text-align: center;
        visibility: hidden;
        opacity: 0;
        color: var(--tp-common-white);
        -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-checkout-option label a:hover {
        color: var(--tp-theme-primary);
    }

    .tp-checkout-option label:hover {
        cursor: pointer;
    }

.tp-checkout-bill-area {
    padding: 45px 40px 24px;
    background-color: var(--tp-theme-secondary);
}

@media (max-width: 767px) {
    .tp-checkout-bill-area {
        padding: 45px 25px 24px;
    }
}

.tp-checkout-bill-title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 35px;
    font-family: var(--tp-ff-body);
    color: var(--tp-common-black);
}

.tp-checkout-place {
    padding: 34px 30px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-checkout-place {
        padding: 35px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .tp-checkout-place {
        margin-top: 50px;
    }
}

.tp-checkout-place-title {
    font-size: 26px;
    font-weight: 600;
    margin-right: 37px;
    font-family: var(--tp-ff-body);
    color: var(--tp-common-black);
}

.tp-checkout-payment {
    padding-bottom: 26px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E0E2E3;
}

.tp-checkout-payment-item:not(:last-child) {
    margin-bottom: 10px;
}

.tp-checkout-payment-item.paypal-payment label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tp-checkout-payment-item input {
    display: none;
}

    .tp-checkout-payment-item input:checked ~ label::after {
        border-color: var(--tp-theme-primary);
    }

    .tp-checkout-payment-item input:checked ~ label::before {
        opacity: 1;
        visibility: visible;
    }

.tp-checkout-payment-item label {
    font-size: 14px;
    position: relative;
    padding-left: 27px;
    font-weight: 500;
    color: var(--tp-common-black);
}

    .tp-checkout-payment-item label:hover {
        cursor: pointer;
    }

    .tp-checkout-payment-item label::after {
        position: absolute;
        content: "";
        left: 0;
        top: 5px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid #BCBCBC;
        -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-checkout-payment-item label::before {
        position: absolute;
        content: "";
        left: 3px;
        top: 8px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: var(--tp-theme-primary);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s 0s ease-out;
        -moz-transition: all 0.3s 0s ease-out;
        -ms-transition: all 0.3s 0s ease-out;
        -o-transition: all 0.3s 0s ease-out;
        transition: all 0.3s 0s ease-out;
    }

    .tp-checkout-payment-item label img {
        margin-left: 14px;
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        transform: translateY(-2px);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-checkout-payment-item label img {
        margin-left: 4px;
    }
}

@media (max-width: 767px) {
    .tp-checkout-payment-item label img {
        margin-top: 20px;
        margin-left: 0px;
    }
}

.tp-checkout-payment-item label a {
    margin-top: 20px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-checkout-payment-item label a {
        margin-top: 0;
        margin-left: 20px;
    }
}

.tp-checkout-payment-item label a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background-color: var(--tp-common-black);
}

.tp-checkout-payment-desc {
    position: relative;
    padding-top: 10px;
    display: none;
}

    .tp-checkout-payment-desc::after {
        position: absolute;
        content: "";
        left: 57px;
        top: 0;
        width: 16px;
        height: 16px;
        background-color: #F6F7F9;
        -webkit-transform: translateY(3px) rotate(45deg);
        -moz-transform: translateY(3px) rotate(45deg);
        -ms-transform: translateY(3px) rotate(45deg);
        -o-transform: translateY(3px) rotate(45deg);
        transform: translateY(3px) rotate(45deg);
    }

    .tp-checkout-payment-desc p {
        background-color: #F6F7F9;
        padding: 19px 30px;
        margin-left: 27px;
        font-size: 14px;
        line-height: 1.57;
        color: #55585B;
        margin-bottom: 0;
    }

.tp-checkout-agree {
    margin-bottom: 24px;
}

.tp-return-customer {
    display: none;
    margin-top: 14px;
    padding: 40px 40px;
    background-color: var(--tp-theme-secondary);
}

@media (max-width: 767px) {
    .tp-return-customer {
        padding: 40px 30px;
    }
}

.tp-return-customer-input {
    margin-bottom: 20px;
}

    .tp-return-customer-input label {
        font-weight: 500;
        color: var(--tp-common-black);
        margin-bottom: 5px;
    }

        .tp-return-customer-input label span {
            color: red;
        }

    .tp-return-customer-input input {
        width: 100%;
        background: #FFFFFF;
        border: 1px solid #D5D8DB;
        color: var(--tp-common-black);
        height: 60px;
    }

        .tp-return-customer-input input:focus {
            border-color: var(--tp-red-1);
        }

.tp-return-customer-remeber input {
    display: none;
}

    .tp-return-customer-remeber input:checked ~ label::after {
        background-color: var(--tp-theme-primary);
        border-color: var(--tp-theme-primary);
    }

    .tp-return-customer-remeber input:checked ~ label::before {
        visibility: visible;
        opacity: 1;
    }

.tp-return-customer-remeber label {
    font-size: 15px;
    color: #55585B;
    position: relative;
    padding-left: 26px;
    z-index: 1;
}

    .tp-return-customer-remeber label::after {
        position: absolute;
        content: "";
        top: 4px;
        left: 0;
        width: 18px;
        height: 18px;
        line-height: 16px;
        text-align: center;
        border: 1px solid #C3C7C9;
        z-index: -1;
        -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-return-customer-remeber label::before {
        position: absolute;
        content: url("../img/icon/check.svg");
        top: 4px;
        left: 0;
        width: 18px;
        height: 18px;
        line-height: 16px;
        text-align: center;
        visibility: hidden;
        opacity: 0;
        color: var(--tp-common-white);
        -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-return-customer-remeber label a:hover {
        color: var(--tp-theme-primary);
    }

    .tp-return-customer-remeber label:hover {
        cursor: pointer;
    }

.tp-return-customer-forgot a {
    font-weight: 400;
    font-size: 15px;
    color: var(--tp-theme-primary);
    position: relative;
    display: inline-block;
}

    .tp-return-customer-forgot a::after {
        position: absolute;
        content: "";
        left: auto;
        right: 0;
        bottom: 4px;
        width: 0%;
        height: 1px;
        background-color: var(--tp-theme-primary);
    }

    .tp-return-customer-forgot a:hover::after {
        left: 0;
        right: auto;
        width: 100%;
    }

.tp-checkout-country.nice-select {
    border-radius: 0;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D5D8DB;
    color: var(--tp-common-black);
    height: 60px;
}

    .tp-checkout-country.nice-select:focus {
        border-color: var(--tp-theme-primary);
    }

    .tp-checkout-country.nice-select::after {
        top: 30px;
    }

.tp-checkout-country.tp-checkout-input .nice-select .list {
    margin-top: 2px;
}

.tp-checkout-country.doctor-name span {
    line-height: 2.9;
}

/*----------------------------------------*/
/*  7.11 Order css
/*----------------------------------------*/
.tp-order-details {
    padding: 70px 100px 55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-order-details {
        padding: 70px 70px 55px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-order-details {
        padding: 70px 30px 55px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-order-details {
        padding: 70px 50px 55px;
    }
}

@media (max-width: 767px) {
    .tp-order-details {
        padding: 40px 30px 45px;
    }
}

.tp-order-details-icon {
    margin-bottom: 22px;
}

    .tp-order-details-icon span {
        display: inline-block;
        width: 120px;
        height: 120px;
        line-height: 118px;
        text-align: center;
        font-size: 55px;
        color: var(--tp-common-white);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 50%;
    }

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

.tp-order-details-content p {
    font-size: 16px;
    color: var(--tp-common-white);
    line-height: 1.38;
}

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

.tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item {
    padding-left: 40px;
}

@media (max-width: 767px) {
    .tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item {
        padding-left: 0;
    }
}

.tp-order-details-item h4 {
    font-size: 18px;
    color: var(--tp-common-white);
    margin-bottom: 0;
    font-weight: 400;
}

.tp-order-details-item p {
    font-weight: 700;
    font-size: 18px;
    color: var(--tp-common-white);
    margin-bottom: 0;
}

.tp-order-info-wrapper {
    padding: 42px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-order-info-wrapper {
        padding: 42px 40px;
    }
}

@media (max-width: 767px) {
    .tp-order-info-wrapper {
        padding: 42px 30px;
    }
}

.tp-order-info-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
}

.tp-order-info-list ul li {
    list-style: none;
    padding: 15px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .tp-order-info-list ul li:not(:last-child) {
        border-bottom: 1px solid #E0E2E3;
    }

    .tp-order-info-list ul li span {
        font-size: 15px;
        color: var(--tp-common-black);
    }

    .tp-order-info-list ul li.tp-order-info-list-header {
        padding-top: 0;
        padding-bottom: 12px;
    }

        .tp-order-info-list ul li.tp-order-info-list-header h4 {
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 0;
            font-family: var(--tp-ff-body);
            color: var(--tp-common-black);
        }

    .tp-order-info-list ul li.tp-order-info-list-desc p {
        font-size: 15px;
        margin-bottom: 0;
    }

        .tp-order-info-list ul li.tp-order-info-list-desc p span {
            font-size: 15px;
            font-weight: 500;
        }

    .tp-order-info-list ul li.tp-order-info-list-subtotal span:last-child {
        color: var(--tp-red-1);
    }

    .tp-order-info-list ul li.tp-order-info-list-shipping span input {
        display: none;
    }

        .tp-order-info-list ul li.tp-order-info-list-shipping span input:checked ~ label::after {
            border-color: var(--tp-red-1);
        }

        .tp-order-info-list ul li.tp-order-info-list-shipping span input:checked ~ label::before {
            opacity: 1;
            visibility: visible;
        }

    .tp-order-info-list ul li.tp-order-info-list-shipping span label {
        font-size: 14px;
        position: relative;
        padding-right: 27px;
    }

        .tp-order-info-list ul li.tp-order-info-list-shipping span label span {
            color: var(--tp-red-1);
        }

        .tp-order-info-list ul li.tp-order-info-list-shipping span label:hover {
            cursor: pointer;
        }

        .tp-order-info-list ul li.tp-order-info-list-shipping span label::after {
            position: absolute;
            content: "";
            right: 0;
            top: 5px;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: 1px solid #BCBCBC;
            -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-order-info-list ul li.tp-order-info-list-shipping span label::before {
            position: absolute;
            content: "";
            right: 4px;
            top: 9px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: var(--tp-red-1);
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.3s 0s ease-out;
            -moz-transition: all 0.3s 0s ease-out;
            -ms-transition: all 0.3s 0s ease-out;
            -o-transition: all 0.3s 0s ease-out;
            transition: all 0.3s 0s ease-out;
        }

    .tp-order-info-list ul li.tp-order-info-list-total {
        padding: 14px 0;
    }

        .tp-order-info-list ul li.tp-order-info-list-total span {
            font-size: 16px;
            font-weight: 500;
        }

.tp-order-inner {
    background-color: var(--tp-common-white);
    box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
}

/*----------------------------------------*/
/*  7.10 Login css
/*----------------------------------------*/
.tp-login-wrapper {
    box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
    padding: 50px 60px 70px;
    background-color: var(--tp-common-white);
}

@media (max-width: 767px) {
    .tp-login-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.tp-login-title {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 4px;
}

.tp-login-top p {
    font-weight: 400;
    font-size: 16px;
    color: #49535B;
}

    .tp-login-top p a {
        color: var(--tp-theme-primary);
        position: relative;
        display: inline-block;
    }

        .tp-login-top p a::after {
            position: absolute;
            content: "";
            left: auto;
            right: 0;
            bottom: 4px;
            width: 0%;
            height: 1px;
            background-color: var(--tp-theme-primary);
            -webkit-transition: 0.3s 0.3s 0s ease-out;
            -moz-transition: 0.3s 0.3s 0s ease-out;
            -ms-transition: 0.3s 0.3s 0s ease-out;
            -o-transition: 0.3s 0.3s 0s ease-out;
            transition: 0.3s 0.3s 0s ease-out;
        }

        .tp-login-top p a:hover::after {
            left: 0;
            right: auto;
            width: 100%;
        }

.tp-login-option-item {
    margin-bottom: 10px;
}

    .tp-login-option-item:not(:last-child) {
        margin-right: 10px;
    }

    .tp-login-option-item.has-google a {
        width: 252px;
    }

        .tp-login-option-item.has-google a img {
            margin-right: 7px;
        }

    .tp-login-option-item a {
        display: inline-block;
        width: 98px;
        height: 56px;
        line-height: 54px;
        text-align: center;
        border: 1px solid #E0E2E3;
        font-size: 16px;
        color: #041226;
    }

        .tp-login-option-item a img {
            -webkit-transform: translateY(-2px);
            -moz-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
            -o-transform: translateY(-2px);
            transform: translateY(-2px);
        }

            .tp-login-option-item a img.apple {
                -webkit-transform: translateY(-3px);
                -moz-transform: translateY(-3px);
                -ms-transform: translateY(-3px);
                -o-transform: translateY(-3px);
                transform: translateY(-3px);
            }

        .tp-login-option-item a:hover {
            border-color: var(--tp-theme-primary);
        }

.tp-login-mail {
    position: relative;
    z-index: 1;
}

    .tp-login-mail p {
        font-size: 15px;
        color: #55585B;
        margin-bottom: 0;
        padding: 0 20px;
        position: relative;
        display: inline-block;
        background-color: var(--tp-common-white);
    }

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

    .tp-login-mail::after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 12px;
        width: 100%;
        height: 1px;
        background-color: #E0E2E3;
        -webkit-transition: 0.3s 0.3s 0s ease-out;
        -moz-transition: 0.3s 0.3s 0s ease-out;
        -ms-transition: 0.3s 0.3s 0s ease-out;
        -o-transition: 0.3s 0.3s 0s ease-out;
        transition: 0.3s 0.3s 0s ease-out;
        z-index: -1;
    }

.tp-login-input-wrapper {
    margin-bottom: 14px;
}

.tp-login-input-box {
    position: relative;
}

    .tp-login-input-box:not(:last-child) {
        margin-bottom: 34px;
    }

.tp-login-input input {
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #E0E2E3;
    font-size: 14px;
    color: var(--tp-common-black);
}

    .tp-login-input input::placeholder {
        color: #95999D;
    }

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

.tp-login-input-title label {
    font-size: 14px;
    color: var(--tp-heading-primary);
    position: absolute;
    top: -7px;
    left: 20px;
    padding: 0 5px;
    background-color: var(--tp-common-white);
    line-height: 1;
}

.tp-login-input-eye {
    position: absolute;
    right: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .tp-login-input-eye .open-eye {
        display: none;
    }

    .tp-login-input-eye span {
        -webkit-transition: 0.3s 0.3s 0s ease-out;
        -moz-transition: 0.3s 0.3s 0s ease-out;
        -ms-transition: 0.3s 0.3s 0s ease-out;
        -o-transition: 0.3s 0.3s 0s ease-out;
        transition: 0.3s 0.3s 0s ease-out;
    }

    .tp-login-input-eye:hover {
        cursor: pointer;
    }

        .tp-login-input-eye:hover span {
            color: var(--tp-common-black);
        }

.tp-login-remeber input {
    display: none;
}

    .tp-login-remeber input:checked ~ label::after {
        background-color: var(--tp-theme-primary);
        border-color: var(--tp-theme-primary);
    }

    .tp-login-remeber input:checked ~ label::before {
        visibility: visible;
        opacity: 1;
    }

.tp-login-remeber label {
    font-size: 15px;
    color: #55585B;
    position: relative;
    padding-left: 26px;
    z-index: 1;
}

    .tp-login-remeber label::after {
        position: absolute;
        content: "";
        top: 4px;
        left: 0;
        width: 18px;
        height: 18px;
        line-height: 16px;
        text-align: center;
        border: 1px solid #C3C7C9;
        z-index: -1;
        -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-login-remeber label::before {
        position: absolute;
        content: url("../img/icon/check.svg");
        top: 4px;
        left: 0;
        width: 18px;
        height: 18px;
        line-height: 16px;
        text-align: center;
        visibility: hidden;
        opacity: 0;
        color: var(--tp-common-white);
        -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-login-remeber label a:hover {
        color: var(--tp-theme-primary);
    }

    .tp-login-remeber label:hover {
        cursor: pointer;
    }

.tp-login-forgot a {
    font-weight: 400;
    font-size: 15px;
    color: var(--tp-theme-primary);
    position: relative;
    display: inline-block;
}

    .tp-login-forgot a::after {
        position: absolute;
        content: "";
        left: auto;
        right: 0;
        bottom: 4px;
        width: 0%;
        height: 1px;
        background-color: var(--tp-theme-primary);
        -webkit-transition: 0.3s 0.3s 0s ease-out;
        -moz-transition: 0.3s 0.3s 0s ease-out;
        -ms-transition: 0.3s 0.3s 0s ease-out;
        -o-transition: 0.3s 0.3s 0s ease-out;
        transition: 0.3s 0.3s 0s ease-out;
    }

    .tp-login-forgot a:hover::after {
        left: 0;
        right: auto;
        width: 100%;
    }

.tp-login-btn {
    font-weight: 500;
    font-size: 16px;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary);
    padding: 14px 30px;
    text-align: center;
    display: inline-block;
}

    .tp-login-btn:hover {
        background-color: var(--tp-red-1);
        color: var(--tp-common-white);
    }

.tp-login-shape-1, .tp-login-shape-2, .tp-login-shape-3, .tp-login-shape-4 {
    position: absolute;
    z-index: -1;
}

.tp-login-shape-1 {
    top: 15%;
    left: 22%;
    animation: bannerAnimationTwo 6s infinite linear;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-login-shape-1 {
        left: 8%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-login-shape-1 {
        left: 4%;
    }
}

.tp-login-shape-2 {
    bottom: 15%;
    right: 14%;
    animation: tpswing 2s ease-in-out 0.1s forwards infinite alternate;
    transform-origin: bottom right;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-login-shape-2 {
        right: 15%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-login-shape-2 {
        right: 8%;
    }
}

.tp-login-shape-3 {
    top: 7%;
    right: 22%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-login-shape-3 {
        right: 15%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-login-shape-3 {
        right: 10%;
    }
}

.tp-login-shape-4 {
    bottom: 27%;
    right: 20%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-login-shape-4 {
        right: 10%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-login-shape-4 {
        right: 3%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-login-shape-4 {
        right: -6%;
    }
}

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